﻿html {
    scroll-padding-top:150px; 
}


.bg-section {
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgb(0 0 0 / 43%), rgb(0 0 0 / 43%)), url("../Images/slider1.png") no-repeat;
    padding: 0px;
    margin: 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*    background-position: 100% 100%;*/
    background-size: cover;
    background-size: cover;
}

.data-input::placeholder,
.data-input option,
.data-input {
    font-size: 14px;
    color: #212529;
}

.nav-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: -10px 10px;
    border: 2px solid #7D0A0A;
    border-radius: 3px;
    background: #7D0A0A;
}


    .nav-btn a {
        display: block;
        padding: 5px;
        text-decoration: none;
        color: white;
        font-weight: 500;
        position: relative;
        z-index: 1;
        transition: color 0.3s ease;
    }


    .nav-btn::before {
        content: "";
        position: absolute;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: white;
        transition: top 0.4s ease;
        z-index: 0;
    }

    .nav-btn:hover::before {
        top: 0;
    }

    .nav-btn:hover a {
        color: #7D0A0A;
    }



.logo img {
    margin-top: 2px;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden !important;
    font-family: "Poppins", sans-serif;
/*    cursor:pointer;*/
}

.main-box h1 {
    text-align: center;
    color: white;
    font-size: 4rem;
}

.main-box span {
    color: #FF7601;
}

.your-data {
    /*    background: rgba(0, 0, 0, 0.58);*/
    background: rgb(33 25 25 / 25%);
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 15px;
}

.data-input {
    background-color: azure;
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 5px;
    width: 75%;
}

.your-data button {
    border: none;
    width: 80px;
    border-radius: 5px;
    color:white;
    font-weight:500;
    padding:5px;
}
    .your-data button:hover {
        background-color: white;
        color: #7D0A0A;
        border: none;
    }
    /*.hero-section {
    min-height: 80vh;
}*/
    .hero-images {
        position: relative;
    }

    .hero-images .img1 {
        width: 80%;
        border-radius: 1rem;
    }

    .hero-images .img2 {
        position: absolute;
        bottom: -36px;
        left: 62px;
        width: 80%;
        border-radius: 1rem;
    }

.welcome-text {
    font-size: 2.5rem;
    font-weight: 500;
    color: #7D0A0A;
    margin-bottom: 0px;
    text-transform: capitalize !important;
}

.matrimony-text {
    font-size: 2.5rem;
    font-weight: 500;
    color: #7D0A0A;
    text-transform: capitalize;
}

.link-highlight {
    color: #e91e63;
    font-weight: bold;
    text-decoration: none;
}

    .link-highlight:hover {
        text-decoration: underline;
    }

.contact-info .icon-circle {
    width: 40px;
    height: 40px;
    background: #fae0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.contact-info small {
    color: #7D0A0A;
}

.section-heading {
    font-size: 2.5rem;
    color: #7D0A0A;
    font-weight: 500;
}

@media (min-width:1024px) and (max-width:1440px) {
    .img1 img {
        width: 75% !important;
    }

    .img2 img {
        width: 85% !important;
    }
}

@media (min-width:1440px) {
    .img1 img {
        width: 65% !important;
    }

    .img2 img {
        width: 85% !important;
    }
}

.term-cond li {
    display: inline-block;
    margin-bottom: 15px;
}


@media (min-width:300px) and (max-width:767px) {
    body {
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }

    .gallery-row .col-6 {
        width: 100% !important;
    }

    .gallery-page {
        width: 100% !important;
        margin: 0 !important;
    }

    .first-info {
        margin-bottom: 20px;
    }

    li.menu-items
    {
        padding-bottom:15px;
    }

    .bg-section {
        background: linear-gradient(rgb(0 0 0 / 43%), rgb(0 0 0 / 43%)), url("../Images/slider2.jpg") no-repeat center center;
        background-size: cover; /* Ensures full coverage */
        background-position: center;
        width: 100%;
        /*height: calc(100vh - 80px);*/ /* 100vh minus navbar height */
        /*margin-top: 80px;*/
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0;
    }

    .data-input {
        width: 95%;
    }

    .email {
        width: 95% !important;
    }

    .advt {
        top: 0;
        left: 0;
    }

    nav {
        top: 37px !important;
        left: 20px;
    }

    .your-data button {
        width: 95%;
        padding: 5px;
    }

    .hamburger {
        margin-right: 20px !important;
    }

    /*    .header-icon i {
        margin-right: 13px;
    }*/

    .process-box {
        margin-bottom: 20px;
        /*        background: rgba(255, 255, 255, 0.8);*/
    }

    .text-section {
        margin-bottom: 30px !important;
/*        margin: 20px;*/
    }

    .gallery-row .col-6 {
        flex: 1 0 auto;
        width: 51%;
    }

    .your-data {
        flex-wrap: wrap;
        padding: 15px 0;
    }

    .img1 img {
        width: 95% !important;
        margin-top: 2rem;
    }

    .img2 img {
        width: 95% !important;
        margin-bottom: 2rem;
    }

    .main-box h1 {
        text-align: center;
        color: white;
        font-size: 2.5rem;
        margin-top: 110px;
    }

    .close-icon {
        display: none;
        font-size: 25px;
        cursor: pointer;
        color: #00000094;
        margin-right: 10px;
    }

    /* When nav is active → show close icon, hide hamburger */
    nav.active .close-icon {
        display: block !important;
    }

    nav.active .hamburger {
        display: none !important;
    }

    .feature-box i, .feature-box p, .feature-box h5 {
        text-align: center;
        margin-bottom: 10px !important;
    }

    .section-heading {
        font-size: 2rem;
    }
}



.testimonial {
    background: #ffffff24;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    text-align: center;
    position: relative;
    transition: transform 0.4s ease-in-out;
    color: white;
}

    .testimonial img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 5px solid #fff;
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
    }

    .testimonial h3 {
        margin-top: 50px;
        font-weight: 600;
    }

    .testimonial p.role {
        color: blue;
        font-size: 14px;
        margin-bottom: 15px;
        text-align: center !important;
    }

    .testimonial p {
        font-size: 20px;
        text-align: justify;
    }

    .testimonial.active {
        transform: scale(1.05);
        z-index: 2;
    }

/* .carousel-indicators [data-bs-target] {
    background-color: #007bff;
  } */

.carousel-indicators button {
    background-color: black !important;
}

.carousel-inner {
    padding-bottom: 60px;
    padding-top: 30px;
}

.service-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

    .service-card img {
        width: 100%;
        height: 260px;
        object-fit: cover;
    }

    .service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    }

    .service-card .card-body {
        padding: 20px;
        text-align: left;
    }

    .service-card h5 {
        font-weight: 600;
        margin-bottom: 10px;
    }

.cta-btn {
    background: #b22222;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    transition: background 0.3s ease;
}

    .cta-btn:hover {
        background: #8b1a1a;
        color: #fff;
    }

/* Default */
.container-custom {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

/* For screens larger than 1900px */
@media (min-width: 1900px) {
    .container-custom {
        max-width: 1600px;
    }

    .service-card h5 {
        font-size: 22px;
    }

    .service-card p {
        font-size: 18px;
    }

    .cta-btn {
        padding: 14px 40px;
        font-size: 18px;
    }
}

/*Photo Gallery*/


.photo-gallery {
    background: #fffaf8;
}

    .photo-gallery h2 {
        font-weight: 700;
        font-size: 2rem;
        color: #7D0A0A;
    }


@media(max-width:767px) {
    .text-section {
        margin-bottom: 2rem;
    }

    .hero-images {
        margin-top: 2rem !important;
    }
}


/* Navbar */
nav {
    background-color: white;
    color: black;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed !important;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.logo img {
    width: 10rem;
    height: 4rem;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 10px;
    margin-right: 50px;
    margin-top: 21px;
}

    nav ul li a {
        text-decoration: none;
        color: #7D0A0A;
        transition: 0.3s;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
/*        letter-spacing:1px;*/
        margin-left:4px;
    }

        nav ul li a:hover {
            color: #ff7601;
        }

/* Hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
    background-color: #7D0A0A;
}

    .hamburger div {
        width: 25px;
        height: 3px;
        background: white;
    }

/* Mobile + Tablet view */
@media (max-width: 768px) {
    nav ul {
        display: none;
        flex-direction: column;
        background: white;
        width: 100%;
        position: absolute;
        top: 75px;
        left: 0;
        padding: 10px 0;
        border-bottom: 2px solid black;
        padding-left: 20px;
        padding-right: 40px;
    }

        nav ul li {
            border-bottom: 1px solid #0000002e;
        }

            nav ul li:last-child {
                border-bottom: none;
            }

        nav ul.show {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }



    .hamburger {
        display: flex;
        margin-right: 20px;
    }
}

@media (max-width: 768px) {
   
    .process-box {
        margin-bottom: 20px;
    }
}

@media (min-width:768px) and (max-width: 992px) {
    nav ul {
        display: none;
        flex-direction: column;
        background: white;
        width: 100%;
        position: absolute;
        top: 75px;
        left: 0;
        padding: 10px 0;
        border-bottom: 2px solid black;
        padding-left: 20px;
        padding-right: 40px;
    }

        nav ul li {
            border-bottom: 1px solid #0000002e;
        }

            nav ul li:last-child {
                border-bottom: none;
            }

        nav ul.show {
            display: flex;
            flex-direction: column;
            gap: 20px;
            padding-left: 55px;
            padding-right: 95px;
        }

    .nav-btn {
        position: relative;
        display: inline-block;
        overflow: hidden;
        margin: 0px 0px !important;
        border: 2px solid #7D0A0A;
        border-radius: 3px;
        
    }

    .close-icon {
        display: none;
    }

    .header-icon .youtube {
        margin-right: 52px !important;
    }

    .hamburger {
        display: flex;
        margin-right: 50px;
    }
}

@media (max-width: 768px) {
   
    .process-box {
        margin-bottom: 20px;
    }
}

@media (min-width:769px) and (max-width:991px) {
/*    #gallery {
        display: none;
    }*/

    .img1 img {
        width: 23rem !important;
        margin-top: 2rem;
    }

    .img2 img {
        width: 27rem !important;
        margin-bottom: 2rem;
    }

    .close-icon {
        display: none !important;
        font-size: 18px;
        cursor: pointer;
        color: #00000094;
        margin-right: 10px;
    }

    nav.active .close-icon {
        display: block !important;
    }

    nav.active .hamburger {
        display: none !important;
    }
}

.advt {
    background-color: #FF7601 !important;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 20px;
    z-index: 20000000;
    width: 100%;
}



.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

    .divider::before,
    .divider::after {
        content: "";
        /*        flex: 1;*/
        height: 1px;
        background: #999;
        margin: 0 10px;
        width: 5rem;
    }

    .divider i {
        color: #ff4b6e;
        font-size: 20px;
    }

.feature-box {
    background: rgba(255, 255, 255, 0.8);
    padding: 30px 20px;
    border-radius: 20px;
    transition: 0.3s;
    height: 100%;
}

    .feature-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    }

    .feature-box i {
        font-size: 40px;
        color: #002244;
        margin-bottom: 25px;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .feature-box h5 {
        font-weight: 600;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .feature-box p {
        font-size: 15px;
        color: #444;
        margin: 0;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        text-align:center;
    }






.process-section {
    /*    background: url('https://cdn0.weddingwire.in/article/3519/3_2/1280/jpg/59153-goldcoupleringsforengagement-pixelenastudio-lead.jpeg') no-repeat center center;*/
    background-size: cover;
    background-attachment: fixed; /* optional: gives parallax effect */
    padding: 80px 0;
    background-color: #7D0A0A;
}

.process-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 50px;
}

.process-box {
    /*    background: rgba(255, 255, 255, 0.8);*/
    border-radius: 10px;
    padding: 30px 20px;
    transition: 0.3s;
    width: 300px;
    height: 300px;
    color: white;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

    .process-box:hover {
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
        transform: translateY(-5px);
    }

    .process-box i {
        width: 90px;
        height: 90px;
        font-size: 40px;
        display: inline-flex;
        color: white;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-bottom: 15px;
        background-color: #c22020;
        margin: 10px 20px;
        padding: 15px;
    }

    .process-box h5 {
        font-weight: normal;
        margin-bottom: 10px;
    }

    .process-box p {
        font-size: 16px; /* slightly smaller */
        line-height: 1.5; /* add breathing space */
        text-align: center; /* center align */
        margin: 10px 0 0; /* spacing from heading */
        max-width: 220px; /* keep lines shorter */
    }

.process-arrow {
    font-size: 28px;
    color: #fff;
    margin: auto 10px;
}

@media (max-width: 991px) {
    .process-arrow {
        display: none;
    }
}



/*Success Story*/

.section-title {
    text-align: center;
    margin-bottom: 20px;
}

    .section-title h2 {
        display: inline-block;
        background: #1d66d2;
        color: #fff;
        padding: 5px 15px;
        border-radius: 4px;
        font-weight: bold;
    }

.divider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 30px;
}

    .divider span {
        margin: 0 10px;
        color: red;
        font-size: 22px;
    }

.story-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
}

    .story-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s;
    }

    .story-card:hover img {
        transform: scale(1.05);
    }

.story-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    padding: 20px;
}

.story-card:hover .story-overlay {
    opacity: 1;
}

.carousel-indicators [data-bs-target] {
    background-color: #ff5722;
}

.carousel-indicators .active {
    background-color: #1d66d2;
}

@media (min-width:1024px) and (max-width:1400px) {
    nav ul li a {
        font-size: 16px;
        /*            margin-left: 55px;*/
    }

    .main-box p,
    .contact-info small,
    .contact-info p {
        font-size: 14px !important;
    }
    .youtube {
       margin-right:20px;
    }

    .lead {
        font-size: 23px;
        text-align: justify !important;
    }

    .desc {
        font-size: 16px;
    }

    .hero-section {
        max-width: 1100px !important;
    }

    .section-heading {
        font-size: 3rem;
    }

    /*Why Choose Us section*/
    .feature-box i {
        font-size: 3.5rem;
    }

    .feature-box h5 {
        font-size: 23px;
    }

    .feature-box p,
    .process-box p {
        font-size: 16px;
        text-align: center;
        line-height: 1.5;
    }

    .process-box i {
        font-size: 50px;
        margin: 5px auto;
    }

    .process-box h5 {
        font-size: 25px;
        text-align: center;
        letter-spacing: 1px;
    }
    }

    .process-section .process,
    #success-story .success-container,
    #WhyUs .WhyUs-container {
        max-width: 1100px !important;
    }

    .divider i {
        font-size: 40px;
    }
}

@media (min-width:1441px) and (max-width:1800px) {
    nav ul li a {
        font-size: 16px;
        /*            margin-left: 55px;*/
    }

    .logo img {
        width: 10rem;
        height: 4rem;
        margin-left: 20px;
    }

    marquee {
        font-size: 20px;
    }

    nav {
        top: 30px
    }

    .data-input::placeholder,
    .data-input option,
    .data-input {
        font-size: 16px;
        color: #212529;
        height: 3rem;
    }


    .your-data button {
        width: 12rem;
        font-size: 18px;
    }

    .main-box h1 {
        font-size: 3.5rem;
    }

    .main-box p,
    .contact-info small,
    .contact-info p {
        font-size: 14px;
    }

    .lead {
        font-size: 22px;
        text-align: justify !important;
    }

    .desc {
        font-size: 16px;
    }

    .hero-section {
        max-width: 1200px !important;
    }

    .section-heading {
        font-size: 3rem;
    }

    /*Why Choose Us section*/
    .feature-box i {
        font-size: 4rem;
    }

    .feature-box h5 {
        font-size: 25px;
    }

    .feature-box p,
    .process-box p {
        font-size: 18px;
        text-align: center;
    }

    .process-box i {
        font-size: 60px;
        margin: 5px auto;
    }

    .process-box h5 {
        font-size: 25px;
        text-align: center;
    }

    .process-section .process,
    #success-story .success-container,
    #WhyUs .WhyUs-container {
        max-width: 1200px !important;
    }

    .divider i {
        font-size: 50px;
    }
   
}
.footer ul li{
    margin-bottom:7px;
}

@media (min-width:1800px) {
   
    nav ul li a {
        font-size: 18px;
/*                    margin-left: 15px;*/
    }
    .menu-items {
         margin-left: 7px;
    }
    .close-icon {
        display: none;
    }

    .logo img {
        width: 10rem;
        height: 4rem;
        margin-left: 20px;
    }

    marquee {
        font-size: 20px;
    }



    nav {
        top: 30px
    }

      

    .data-input::placeholder,
    .data-input option,
    .data-input {
        font-size: 25px;
        color: #212529;
        height: 3rem;
    }

    .email {
        width: 50rem;
    }


    .your-data button {
        width: 10rem;
        font-size: 20px;
    }

    .main-box h1 {
        font-size: 4rem;
    }

    .main-box p,
    .contact-info small,
    .contact-info p {
        font-size: 25px;
    }

    .lead {
        font-size: 1.5rem;
        text-align: justify !important;
    }

    .desc {
        font-size: 1.5rem;
    }

    .hero-section {
        max-width: 1350px;
    }

    .section-heading {
        font-size: 4rem;
    }

    /*Why Choose Us section*/
    .feature-box i {
        font-size: 4rem;
        margin-bottom: 15px
    }

    .feature-box h5 {
        font-size: 30px;
    }


    .process-box p {
        font-size: 20px;
        text-align: center;
    }

    .feature-box p {
        font-size: 20px;
        text-align: center !important;
    }

    .process-box i {
        font-size: 60px;
        margin: 5px auto;
    }

    .process-box h5 {
        font-size: 30px;
        text-align: center;
    }

    .process-section .process,
    #success-story .success-container,
    #WhyUs .WhyUs-container {
        max-width: 1350px !important;
    }

    .divider i {
        font-size: 50px;
    }

    .img1 img {
        width: 70%;
    }
}


.bg-section button {
    background-color: #7D0A0A;
}

.my-icon {
    font-size: 15px !important;
    border: 1px solid white;
    padding: 13px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-100px);
    transition: all 3s ease-out;
}

    .slide-in-left.show {
        opacity: 1;
        transform: translateX(0);
    }

.slide-in-right {
    opacity: 0;
    transform: translateX(150px);
    transition: all 3s ease-out;
}

    .slide-in-right.show {
        opacity: 1;
        transform: translateX(0);
    }

.slide-in-bottom {
    opacity: 0;
    transform: translateY(80px);
    transition: transform 1s ease-out, opacity 1.2s ease-out;
}

    .slide-in-bottom.show {
        opacity: 1;
        transform: translateY(0);
    }


.story-overlay h5 {
    font-size: 20px;
}

.story-overlay p {
    font-size: 16px;
}

.story-overlay a {
    text-decoration: none !important;
}


.lead, .desc {
    text-align: justify;
    margin-right: 30px;
}

.close-icon {
    display: none;
}

/*.footer {
    background: #FF7601;
    color: #fff;
    text-align: center;
    padding-top: 25px;
}

    .footer h2 {
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: bold;
    }

.footer-nav {
    margin: 15px 0;
    padding: 0;
    list-style: none;
}

    .footer-nav li {
        display: inline-block;
        margin: 0 12px;
    }

    .footer-nav a {
        text-decoration: none;
        color: white;
        font-size: 18px;
        transition: color 0.3s;
    }

.footer-logo {
    margin-bottom: 10px
}

.footer-nav a:hover {
    color: #fff;
}*/


.social-icons {
    margin: 5px 0;
}


    .social-icons a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        /*        margin: 0 8px;*/
        font-size: 15px;
        color: white;
        border: 1px solid white;
        padding: 15px;
        border-radius: 50%;
        transition: 0.3s;
        width: 25px;
        height: 25px;
        text-decoration: none;
        cursor: pointer;
    }




/*New gallery items*/
.wrapper {
    width: 100%;
}

.gallery-page {
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
/*    cursor: pointer;*/
}

.image-section {
    width: 100%;
}

    .image-section img {
        width: 100%;
        height: auto;
        padding: 5px;
        display: block;
        transition: transform 0.5s ease;
        border-radius: 8px;
    }

.gallery:hover .image-section img{
    transform: scale(1.1);
}


.gallery .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 15px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

/* Show overlay on hover */
.gallery:hover > .caption {
    opacity: 1;
}

.gallery .caption h2 {
    font-weight: 700;
    font-size: 2rem;
    color: white;
}

.gallery .caption p {
    font-size: 14px;
    margin: 5px 0 0;
}

@media screen and (max-width:992px) {
    .gallery-page {
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (max-width:568px) {
    .gallery-page {
        grid-template-columns: repeat(1,1fr);
    }
}
@media screen and (max-width:400px) {
    .process-box{
        padding-left:30px;
        margin-left:20px;
    }
}
@media screen and (min-width:400px) and (max-width:500px) {
    .process-box {
        padding-left: 80px;
    }
}
    @media (min-width:360px) and (max-width:425px) {

        .hamburger {
            margin-right: 7px !important;
        }
    }

    @media (min-width:426px) and (max-width:575px) {
        .header-icon .youtube {
            margin-right: 12px !important;
        }
    }

    /*    @media (min-width:426px) and (max-width:766px) {
        .process-box {
            margin-left: 15px;
        }
    }*/

    @media (min-width:1024px) and (max-width:1440px) {
        .arrow {
            display: none;
        }

        .steps-row {
            margin-right: 120px;
        }
    }

    .email {
        width: 90rem;
    }

    .footer {
        /*    background-color: #FF7601;*/
        background: url("https://i.etsystatic.com/34378823/r/il/f4d814/4215014359/il_1080xN.4215014359_epmf.jpg");
        padding: 40px 0 0;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .footer ul {
            list-style: none;
        }

            .footer ul li a {
                text-decoration: none;
                color: white;
            }

                .footer ul li a:hover {
                    color: #FF7601;
                }

    .footer-btn {
        text-decoration: none;
        color: #7D0A0A;
        border: 2px solid #7D0A0A;
        border-radius: 3px;
        padding: 10px 10px;
        margin-right: 15px;
    }

        .footer-btn a:hover {
            color: #7D0A0A;
        }

    .footer h5 {
        padding-left: 35px;
        color: white;
    }

    .footer p {
        color: white;
        margin-bottom: 25px;
        font-weight: 500;
    }

    .footer-bottom {
        background: #7D0A0A;
        color: #fff;
        padding: 12px 0;
        margin-top: 30px;
        font-size: 14px;
        text-align: center;
    }

        .footer-bottom a {
            color: #FF7601;
            font-weight: 400;
            text-decoration: none;
        }

    .footer-p {
        margin-top: 20px !important;
        font-weight: 600;
    }

    @media (min-width:300px) and (max-width:475px) {
        .footer-logo {
            margin-bottom: 20px;
        }

        .footer-p {
            margin-bottom: 30px !important;
        }

        .company-info-footer {
            padding-left: 50px;
        }

        .footer-btn-box {
            margin-bottom: 20px;
        }
    }

    @media (min-width:768px) and (max-width:900px) {
        .footer-btn {
            display: block;
            margin-bottom: 10px;
        }

        .story-overlay p {
            font-size: 12px;
        }
    }

    @media (min-width:900px) and (max-width:1000px) {
        .logo {
            padding-left: 30px;
        }
    }

    @media (min-width:992px) and (max-width:1090px) {
        .logo {
            padding-left: 30px;
        }

        nav ul {
            margin-right: 0px;
            padding-left: 0px;
            word-spacing: 1px;
        }

            nav ul li a {
                font-size: 14px;
                letter-spacing: 0px !important;
            }

        .nav-btn {
            margin: 0px !important;
        }

        letter-spacing:0px !important;
    }

    @media (max-width: 767px) {
        nav ul.show li.nav-btn {
            display: inline-block !important;
            width: 48%;
            text-align: center;
        }

        nav ul li.nav-btn {
            display: inline-block;
            width: 30%;
            text-align: center;
        }

            nav ul li.nav-btn:nth-last-child(2),
            nav ul li.nav-btn:last-child {
                margin: 5px 1%;
            }

        .nav-btn {
            position: relative;
            display: inline-block;
            overflow: hidden;
            margin: 0px 0px !important;
            border: 2px solid #7D0A0A;
            border-radius: 3px;
        }
    }

    @media (max-width: 767px) {
        /* Make normal items stacked */
        nav ul.show {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }


            nav ul.show .btn-row {
                display: flex;
                justify-content: space-between;
                gap: 30px;
            }

                nav ul.show .btn-row li.nav-btn {
                    flex: 1;
                    text-align: center;
                    margin: 0;
                }
    }

    @media (min-width:993px) and (max-width:1023px) {
        a.youtube {
            margin-right: 90px;
        }

        nav ul li a {
            font-size: 13px;
            letter-spacing: 0px !important;
        }

        .btn-row {
            padding-right: 69px;
        }
    }

    .footer-icon {
        padding-left: 32px;
    }

    .social-icons a:hover {
        color: #fff;
        transform: rotate(360deg);
        transition: transform 0.6s ease-in-out;
    }

    .social-icons a.instagram:hover {
        background: #E1306C;
    }

    .social-icons a.facebook:hover {
        background: #3b5998;
    }

    .social-icons a.google:hover {
        background: #db4a39;
    }

    .social-icons a.youtube:hover {
        background: #ff0000;
    }

    .ad-carousel {
        height: 385px;
        overflow: hidden;
        /*    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);*/
    }

        .ad-carousel img {
            height: 315px;
            width: 100%;
            /*        object-fit: cover;*/
        }

    @media screen and (min-width:500px) and (max-width:600px) {
        .process-box {
            padding-left: 100px !important;
            margin-left:60px;
        }
    }
