*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wrapper{
    /* box-sizing: border-box; */
    height: 100%;
    width: 100%;
    position: relative;
}


/* Loader style */
#video-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: hidden;
}
#video-loader video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.fade-out {
  animation: fadeOut 1s ease-out forwards;
}
@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.fade-out {
  animation: fadeOut 1s ease-out forwards;
}

@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}



.bgimage img{
    width: 100%;
    /*height: 100%;*/
    object-fit: cover; 
    position: relative;
    top: 0;
    left: 0;
    z-index: -1; 
}



.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 0;
    padding: 20px;
    z-index: 10;
   
}

.logo img {
    width: 100px; /* Adjust logo size */
    
   
}


.icon{
    color: rgb(235 230 220);
    padding-right: 35px;
    font-size: 60px;
    cursor: pointer;
}



.side-menu {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    /* right: -250px; */
    background-size: cover;
    background-position: center;
    background-image: url('Try.png');
    
}




.side-menu a {
    padding: 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
}


.side-menu a:hover {
    transform: scale(1.1); 
    transition: transform 0.3s ease, color 0.3s ease; 
    color: rgb(182 172 161);

}


.side-menu .close-btn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 36px;
    /* margin-left: 50px; */
    cursor: pointer;
    color: white;
}


.side-menu.open {
    
    width: 35%;
}



.logo{
    padding-top: 60px;
    padding-left: 95px;
}





/* When the menu is open */



.side-menu ul {
    list-style-type: none;
    padding: 0;
}

.side-menu ul li {
    padding: 10px 15px;
}

.side-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    display: block;
}

.side-menu ul li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}





/* Responsive styles */
@media (max-width: 1330px) {
    .flex-section {
        flex-direction: column; /* Stack the columns vertically */
    }

    .left-column, .right-column, {
        flex: 100%; /* Make both columns take up 100% width */
    }

    

    /* Ensure the image sizes are responsive */
    .image-container {
        height: auto; /* Allow images to take height based on widthÂ */
Â Â Â Â }



.element-heading {
    font-size: 2.0em;
}

.element-paragraph {
    font-size: 1em;
}


}




@media (max-width: 1200px) {
    /* For Tablets and smaller desktops */
   
    .logo img {
        width: 100px; /* Adjust logo size */
       
    }
    .logo{
        padding-top: 55px;
        padding-left: 60px;
    }
    .icon {
        padding-right: 20px;
        font-size: 45px;
    }
    .side-menu.open{
        width: 45%;
        height: 100%;   
        position: fixed;
    }

}

@media (max-width: 1024px) {
    /* For Tablets and smaller desktops */
   
    .logo img {
        width: 100px; /* Adjust logo size */
       
    }
    .logo{
        padding-top: 55px;
        padding-left: 60px;
    }
    .icon {
        padding-right: 20px;
        font-size: 45px;
    }
    .side-menu.open{
        width: 45%;
        height: 100%;   
        position: fixed;
       
    }
    .row-img-container {
        flex-direction: column !important; /* Stack small images vertically */
    }



    .element img {
        height: 200px;
    }

    .element-heading {
        font-size: 1.8em;
    }

    .element-paragraph {
        font-size: 1.95em;
    }

    
}

@media (max-width: 640px) {
    /* For Tablets */

    .logo img {
        width: 65px; /* Smaller logo for tablets */
       
    }
    .logo{
        padding-top: 20px;
        padding-left: 30px;
    }
    .icon {
        padding-right: 15px;
        font-size: 35px;
    }
    .side-menu.open{
        width: 100%;
        height: 100%;   
        position: fixed;
    }


    .element img {
        height: 150px;
    }

    .element-heading {
        font-size: 0.8em;
    }

    .element-paragraph {
        font-size: 0.85em;
    }

}

@media (max-width: 575px) {

    .logo img {
        width: 45px; /* Smaller logo for tablets */
       
    }
    .logo{
        padding-top: 10px;
        padding-left: 20px;
    }
    .icon {
        padding-right: 10px;
        font-size: 25px;
    }

    .side-menu.open{
        width: 100%;
        height: 100%;
        position: fixed; 
        
    }


    .element img {
        height: 100px !important; 
        /* Further adjust image height for small devices */
    }

    .element-heading {
        font-size: 1.3em !important;
        width: 100%;
        top:25% !important;
    }

    .element-paragraph {
        font-size: 0.80em !important;
    }
    



}   




/* NEW SECTION  ////    PROJECT SECTION  */



/* Overlapping Heading Section */
.element {
    position: relative;
    text-align: center;
}

.element img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}


.element-heading {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* font-size: 50px; */
    color: black;
    z-index: 1;
    color: black;
    font-family: Museo, serif;
    font-size: 2.353em;
    font-weight: 700;
    font-style: normal;
    line-height: 1em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -1.1px;
    margin-top: .16em;
    margin-bottom: .4em;
}

.element-paragraph{
    width: 100%;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.153em;
    color: #767470;
}

/* General reset */




/* Main flex container */
.flex-section {
    display: flex;
    width: 100%;
    /* height: 100vh; */

}

/* Left column (70%) */
.left-column {
    flex: 70%;
    display: flex;
    flex-direction: column;
    gap: 10px; /* Space between rows */
}
.row-img-container{
    display: flex;
    flex-direction: row;
}

/* First row (70% of the column height) */
.row-large {
    flex: 70%;
    display: flex;
}

/* Second row with two columns (each 35%) */
.row-small {
    flex: 30%;
    display: flex;
    gap: 10px;
}

/* Right column (30%) */
.right-column {
    flex: 30%;
    display: flex;

}


/* Image containers */
.image-container {
    position: relative;
    flex: 1;
    overflow: hidden;
    /*padding-right: 15px;*/
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Initial shadow */
    transition: box-shadow 0.3s ease;



}

/* Images */
.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.3s ease; /* For grayscale hover effect */
}

/* Overlay (initially hidden) */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(23, 21, 21, 0.5); /* Dark transparent overlay */
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: start;
    padding-left: 15px;
    

    align-items: center;
    color: white;
    transition: opacity 0.4s ease-in;
}
/*Design1*/
.over-image-name-bkc{
    position: absolute;
    top: 140px;
    padding-left: 80px;
}
/*Design2*/
.over-image-name-bandra{
    position: absolute;
    top: 140px;
    padding-left: 72px;
}
/*Design3*/
.over-image-name-karan{
    position: absolute;
    top: 140px;
    padding-left: 72px;
}
/*Design4*/
.over-image-name-goa{
    position: absolute;
    top: 320px;
    padding-left: 72px;
}
@media screen and (max-width: 768px) {
    .over-image-name-bkc {
        top: 100px;
        padding-left: 50px; /* Adjust if needed */
    }

    .over-image-name-bandra{
        top: 80px;
        padding-left: 50px; /* Adjust if needed */
    }
    .over-image-name-karan {
        top: 80px;
        padding-left: 60px; /* Adjust if needed */
    }
    .over-image-name-goa{
        top: 320px;
        padding-left: 40px;
    }
}




/* Image name */
.image-name {
    position: absolute;
    /* top: 160px;
    left: 4%; */
    transform: translateX(-50%);
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

/* View project text */
.view-project {
    font-size: 20px;
    padding: 5px 10px;
    border: 2px solid white;
}
.view-project:hover{
    cursor: pointer;
    transition: 0.5s;
    background-color: transparent;
}



/* Hover effects */
.image-container:hover img {
    filter: grayscale(10%);
    transition-duration: 0.5s;
}

.image-container:hover .overlay {
    opacity: 1; /* Show overlay on hover */
}

.image-container:hover .view-project {
    opacity: 1; /* Make "View Project" visible */
    transform: translateY(0); /* Slide it up into view */
}



/* Shadow intensifies on hover */
.image-container:hover {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.4); /* Darker shadow */
}

@media (max-width: 640px) {
  .image-container .overlay {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .image-container .view-project {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}



/* FAQ SECTION */
   @import url("https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700&display=swap");

.accordion {
    display: flex;
    flex-direction: column;
    font-family: "Sora", sans-serif;
    max-width: 991px;
    min-width: 320px;
    margin: 50px auto;
    padding: 0 50px;
    
}
.accordion h1 {
    font-size: 32px;
    text-align: center;
}
.accordion-item {
    margin-top: 16px;
    border: 1px solid #fcfcfc;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    
}
.accordion-item .accordion-item-title {
    position: relative;
    margin: 0;
    display: flex;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0px 20px;
    box-sizing: border-box;
    align-items: center;
}
.accordion-item .accordion-item-desc {
    display: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #444;
    border-top: 1px dashed #ddd;
    padding: 10px 20px 20px;
    box-sizing: border-box;
}
.accordion-item-desc {
    background-color: #edeae4;
}
.accordion-item-title {
    background-color: #e1dacc;
    height: 4rem;
}
.accordion-item input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}
.accordion-item input[type="checkbox"]:checked ~ .accordion-item-desc {
    display: block;
}
.accordion-item
    input[type="checkbox"]:checked
    ~ .accordion-item-title
    .icon:after {
    content: "-";
    font-size: 20px;
}
.accordion-item input[type="checkbox"] ~ .accordion-item-title .icon:after {
    content: "+";
    font-size: 20px;
}
.accordion-item:first-child {
    margin-top: 0;
}
.accordion-item .icon {
    margin-left: 14px;
    color: black;
    display: flex

}


@media screen and (max-width: 767px) {
    .accordion {
        padding: 0 16px;
    }
    .accordion h1 {
        font-size: 22px;
    }
}


/*Our Story css*/
@font-face {
    font-family: "Museo";
    src: url("/path-to-font/museo-regular.woff2") format("woff2"),
         url("/path-to-font/museo-regular.woff") format("woff");
    font-weight: 400; /* Adjust weight if needed */
    font-style: normal;
     }
  
     body {
     font-family: "Museo", serif;
     }


     @media (max-width: 768px) {
        .CTA {
            border: none;
        }
    }