/** media query **/
@media (min-width: 1024px) and (max-width: 1200px){

}

@media (min-width: 1024px) and (max-width: 1100px){

}

@media (min-width: 993px) and (max-width: 1024px){

}

@media (min-width: 768px) and (max-width: 992px){
 .hero-section {
    min-height: auto;
}
.contact-wedding-section img {
    width: 100%;
    border-radius: 0px;
}
.banner-text h1 br {
    display: none;
}
.section-title {
    font-size: 30px;
}
.top-left ul li:last-child {
    display: none;
}
section.hero-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000036;
}
.gallery-grid {
    grid-template-columns: repeat(3, 1fr);
}
.gallery-grid a {
    height: auto;
}
}




@media(max-width: 767px){
.top-right {
    display: none;
}
.contact-wedding-section img {
    width: 100%;
    border-radius: 0px;
}
.top-left ul li:last-child {
    display: none;
}
.top-header {
    position: relative;
    background: #000;
}
.logo img {
    width: 120px;
}
section.hero-section {
   padding: 100px 0px;
}
.banner-text h1 {
    font-size: 36px;
    line-height: 50px;
}
.banner-text h1 br {
 display: none;
}
.hero-section {
    min-height: 100% ;
}
section.hero-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000036;
}
.section-title{
    font-size: 30px;
    text-align: center !important;
}
section.about-sec .section-wrap figure.border-img {
    text-align: center;
}
.about-text p {
    text-align: center;
}
.shape-left {
    display: none;
}

.shape-right {
    display: none;
}
.gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
}
.gallery-grid a {
    height: auto;
}
section {
    padding: 50px 0px;
}
.wedding-img-left {
    border-bottom-left-radius: 0px;
}
.wedding-img-right {
    border-bottom-right-radius: 0px;
    margin-top: 15px;
}
.footer-logo {
    text-align: center;
}
.footer-overlay {
    padding: 50px 0px;
}
.footer-heading {
    margin-bottom: 15px;
    margin-top: 25px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
footer p {
    text-align: center;
}
.footer-social {
    text-align: center;
}
.about-text-img {
    text-align: center;
}
}

@media(max-width: 575px){
 
}

@media(max-width: 360px){

}



