body {
    font-family: sans-serif;
    margin: 0;
    overflow-x: hidden;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

:root {
    --main-color: #cf4e26;
    --main-font: mv boli;
}
*::selection{
   color:var(--white);
   background-color: var(--main-color);
}

::-webkit-scrollbar{
   width: 1rem;
   height: .5rem;
}

::-webkit-scrollbar-track{
  background-color: none;
}

::-webkit-scrollbar-thumb{
   background-color: var(--main-color);
}

html {
    scroll-behavior: smooth;
}

section {
    width: 100%;
    position: relative;
}

section nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    right: 0;
    left: 0;
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 1000;
}
section nav #logoimage{
    width: 6.1%;
    height: 147%;
    top: -29%;
    left: 6%;
    position: absolute;
}

section nav .logo img{
    width: 100%;
    height: 100%;
}
section nav .logo h1 {
    width: 100px;
    height: 4vh;
    cursor: pointer;
    margin: 15px 0 25px 0;
    font-size: 35px;
}

section nav .logo h1 span {
    color: #cf4e26;
    margin-left: 5px;
    font-weight: 1500;
    font-family: mv boli;
}

section nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

section nav ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

section nav ul li a::after {
    content: '';
    width: 0;
    height: 2px;
    background: #cf4e26;
    display: block;
    transition: 0.2s linear;
}

section nav ul li a:hover::after {
    width: 100%;
}

section nav ul li a:hover {
    color: #cf4e26;
}

section #active {
    position: absolute;
    top: 23%;
    border: 1px solid;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: white;
    color: black;
    transition: all 0.6s;
    font-weight: 500;
}


section #active::after{
    height: 0px;
}


section #active:hover {
    transform: scale(1.1);
}

section nav .icon i {
    font-size: 18px;
    color: #000;
    margin: 0 5px;
    cursor: pointer;
    transition: 0.3s;
}

section nav .icon i:hover {
    color: #fac031;
}

section .menu-icon{
    font-size: 24px;
    display: none;
}



.nav-links a {
    color: black;
}

.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 25px;
    height: 20px;
    cursor: pointer;
    padding: 5px;
    display: none;
}

.bar1, .bar2, .bar3 {
    width: 100%;
    height: 3px;
    background-color: black;
    transition: 0.4s;
}






/* .branches{
    padding: 17% 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.icons{
    display: flex;
    gap: 5%;
    padding: 5% 0;
}
.icons i{
    font-size: 50px;
}
.branch_content h1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.branch_content h2{
    color: var(--main-color);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.branch_content h3{
    font-weight: lighter;
} */




.container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20% 5% 2% 5%;
}

 .h3{
    position: absolute;
    top: 20%;
    left: 32%;
    max-width: fit-content;
    margin-inline: auto;
    margin-bottom: 1rem;
    padding: 0.5rem 2rem;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: cursive;
    font-style: italic;
    background-color: hsl(38, 61%, 73%);
} 
.h31{
    position: absolute;
    top: 10%;
    left: 38%;
    max-width: fit-content;
    margin-inline: auto;
    margin-bottom: 1rem;
    padding: 0.5rem 2rem;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: cursive;
    font-style: italic;
    background-color: hsl(38, 61%, 73%);

} 
 .h312{
    position: absolute;
    top: 10%;
    left: 35%;
    max-width: fit-content;
    margin-inline: auto;
    margin-bottom: 1rem;
    padding: 0.5rem 2rem;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: cursive;
    font-style: italic;
    background-color: hsl(38, 61%, 73%);
} 
 .h{
    position: absolute;
    top: 10%;
    left: 36%;
    max-width: fit-content;
    margin-inline: auto;
    margin-bottom: 1rem;
    padding: 0.5rem 2rem;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: cursive;
    font-style: italic;
    background-color: hsl(38, 61%, 73%);
} 


#tastecontainer, #containeruu, #container23, #container456{
    position: relative;
}

/* .h{
    position: absolute;
    top: 20%;
    left: 35%;
    max-width: fit-content;
    margin-inline: auto;
    margin-bottom: 1rem;
    padding: 0.5rem 2rem;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: cursive;
    font-style: italic;
    background-color: hsl(38, 61%, 73%);

} */
.location_div{
    width: 50%;
    margin-top: 1%  ;
}
.location_div iframe{
    width: 100%;
    height: 45vh;
}

#imaging{
    margin-right: -8%;
    margin-top: 0%;
}
#imaging img{
    border-radius: 5%;
    filter: brightness(70%);
    height: 45vh;
    width: 90%;
}
.first_content{
    display: flex;
    align-items: center;
    gap: px;
}
.first_content p{
    line-height: 1.8;
    font-size: 16px ;
}

.line_div{
    height: 45%;
    width: 5px;
    background-color: var(--main-color);
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 40%;
}
.line_div2{
    height: 45%;
    width: 5px;
    background-color: var(--main-color);
    display: inline-block;
    position: absolute;
    top: 396%;
    right: 55%;

}

#diamond{
    position: absolute;
    right:39.5%;
    margin-top: 12%;
    color: #fac031;
    font-size: 24px;
}
#diamond2{
    position: absolute;
    right:54.5%;
    margin-top: 10%;
    color: #fac031;
    font-size: 24px;
}
.para p{
    max-width: 600px;
}

.visit_menu_btn a{
    padding: 16px 28px;
    border: 1px solid;
    text-decoration: none;
    color: black;
    background-color: white;
    z-index: 100;
}
.visit_menu_btn{
    margin-top: 6%;
}
.visit_menu_btn i{
    transition: all 0.7s;
    margin-left: 3px;
}
.visit_menu_btn:hover i{
    transform: translateX(10px);
}

.real_icons a{ 
    padding: 0 6px;
    font-size: 23px;
    color: black;
}
.real_icons{
    text-align: left;
    margin-top: 7%;
}























.fade_image{
    width: 80%;
    height: 50vh;
    padding: 5% 10%;
    position: relative;

}
.fade_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(60%);
    border-radius: 60px;
}
.fade_image_content{
    position: absolute;
    top: 40%;
    left: 30%;
    color: white;
    text-align: center;
}
.fade_image_content h3{
    font-size: 29px;
}
.visit_menu_btn a{
    padding: 16px 28px;
    border:1px solid ;
    text-decoration: none;
    color: white;
    background-color: transparent;
    z-index: 100;
}
.visit_menu_btn{
    margin-top: 6%;
}
.visit_menu_btn i{
    transition: all 0.7s;
    margin-left: 3px;
}
.visit_menu_btn:hover i{
    transform: translateX(10px);
}
.arrows{
    position: absolute;
    top: 52%;
    left: 14%;
    color: white;
}
.arrows i{
    padding: 10px;
    border: 1px solid white;
    cursor: pointer;
}
#right{
    left: 4110%;
    position: absolute;
}









.location_branch3{
    width: 80%;
    margin-left: 10%;
    padding: 7% 0;
}
.location_branch3 iframe{
    width: 100%;
    height: 60vh;
}



.location_div2{
    width: 30%;
}
.location_div2 iframe{
    width: 100%;
    height: 60vh;
}






.footer_part{
    text-align: center;
}
.footer_part h1{
    font-size: 26px;
    color: var(--main-color);
    font-family: var(--main-font);
}
.footer_part h1 span{
    color: black;
}
.footer_part #footer_content{
   font-size: 17px;
   line-height: 1.8;
   padding: 1% 0;
   max-width: 1600px;
   margin-left: 10%;
}
.footer_icons{
    display: flex;
    gap: 20px;
    justify-content: center;
}
.footer_icons a{
    font-size: 23px;
    color: black;
    transition: all 0.4s;
}
.footer_icons a:hover{
    color: var(--main-color);
}
#active{
    color: var(--main-color);
}
#iam{
    text-transform: uppercase;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 2%;
    text-align: right;
}


@media (max-width:1440px) {

   #imaging{
    width: 70%;    
   }
   #imaging img{
    width: 100%;
   }

   #containeruu{
    gap: 15%;
    
   }



    
}

/* @media only screen and (max-width: 1536px) and (min-width: 769px){



    #container23{
        gap: 15%;
    }

    .line_div{
        top: 42%;
        right: 47%;
    }
    #diamond{
        right: 46.5%;
    }
    #imaging{
        margin-right: 6%;
    }
    #imaging img{
        width: 100%;
    }
    .fade_image_content{
        top: 40%;
        left: 26%;
    }
    .line_div2{
        margin-top: 5%;
        margin-right: -1%;
    }
    #diamond2{
        left: 45%;
        margin-top: 14%;
    }
} */



@media (max-width:1366px) {


    body,html{
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }


    #containeruu, #container23{
        gap: 5%;
    }

    
    #imaging{
        width: 80%;
        margin-right: -5%;
    }
    #imaging img{
        width: 100%;
    }

    .fade_image_content{
        left: 23.5%;
        top: 31%;
    }
    #footer_content{
        margin-right: 6.5%;
    }

    .h3{
        margin-left: -5%;
    }
    .h31{
        margin-top: 2%;
    }
    .h312{
        margin-top: 1%;
    }
    .h{
        margin-top: 1%;
    }
    #tastecontainer{
        gap: 10%;
    }

    
}


@media (max-width:1086px) {
    .h3{
        top: 14%;
        margin-left: -12%;
    }

    .h31{
        margin-left: -5%;
    }
    .h312{
        margin-left: 8%;
    }
    .fade_image_content{
        left: 15%;
    }
    .h312{
        font-size: 20px;
        left: 20%;
    }
    .h{
        margin-left: -5%    ;
    }


}

@media (max-width:900px) {


    html,body {
        overflow-x: hidden;
        margin: 0;
        padding: 0;
    }
    
    
    section .hamburger_menu {
        display: block;
        z-index: 1000;
    }
    
    section nav ul {
        display: none;
        flex-direction: column;
        width: 100%; /* Changed from 89.5% to 100% */
        background: #333;
        position: absolute;
        top: 40px;
        left: 0;
        height: 100vh;
        overflow-x: hidden;
    }
    
    section nav ul li a {
        color: white;
    }
    
    section .icon {
        display: none;
    }
    
    section nav {
        display: flex;
        gap: 80px;
        /* Changed from 89.5% to 100% */
    }
    
    section #active {
        position: absolute;
        top: 51%;
        border: none;
        padding: 0;
        border-radius: 0;
        background-color: transparent;
        color: white;
        transition: all 0.6s;
    }
    
    section nav #logoimage {
        width: 24%;
        height: 145%;
        top: -29%;
        left: 0; /* Changed from left: -1% to left: 0% */
        position: absolute;
    }
    
    section nav .logo h1 {
        width: 100px;
        height: 4vh;
        cursor: pointer;
        margin: 25px 0 25px 50px;
        font-size: 30px;
    }
    
    section nav .logo h1 span {
        color: #cf4e26;
        margin-left: 5px;
        font-weight: 1500;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    
    section nav ul.show {
        display: flex;
    }
    
    section .menu-icon {
        display: block;
    }
    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #333;
        width: 100%;
        padding: 1rem 2rem;
        flex-direction: column;
        align-items: flex-start;
    }
    .nav-links a{
        color: white;
    }
    
    .nav-links.active {
        display: flex;
    }
    
    .nav-links li {
        margin: 1rem 0;
    }
    .hamburger{
        display: block;
        display: flex;
         flex-direction: column;
        justify-content: space-around;
    width: 25px;
    height: 20px;
    cursor: pointer;
    padding: 0;
    }
    
    .hamburger.active .bar1 {
        transform: rotate(-45deg) translate(-8px, 9px);
    }
    
    .hamburger.active .bar2 {
        opacity: 0;
    }
    
    .hamburger.active .bar3 {
        transform: rotate(45deg);
    }

    .h3{
        left: 20%;
        
    }

    .h31{
        left: 27%;
        top: -2%;
    }
    
    .h312{
        left: 16%;
        top: 2%;
    }

    .h{
        left: 25%;
        top: 3%;
    }

    .container_image{
        display: none;
    }

    .location_div2{
        width: 60%;
    }


    


}












@media (max-width: 768px) {
    /* Adjustments for smaller screens */


    
    
    .h3{
        left: 13%;
        top: 10%;
    }

    .container{
        flex-direction: column;
    }
    .container .location_div{
        width: 100%;
        padding: 20% 0 15% 0;
    }
    .container .location_div iframe{
        height: 40vh;
    }

    .h31{
        left: 20%;
    }
    /* .h3{
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-weight: bold;
        font-size: 15px;
        background-color: transparent;
        text-align: center;
        left: 12%;
        max-width: 250px;
    } */
    /* .h31{
        background-color: transparent;
        font-size: 15px;
        text-align: center;
        top: 160%;
        max-width: 220px;
        left: 15%;
        line-height: 1.5;
        font-weight: bold;
        font-family: Georgia, 'Times New Roman', Times, serif;
    } */

    #containeruu{
        flex-direction: column-reverse;
        padding: 0;
    }
    #containeruu #imaging{
      margin-left: -7%;
    }
    #containeruu #imaging img{
        width: 130%;
        margin-left: -15%;
    }
   
    .next_container{
        padding: 0;
    }
    .fade_image img{
        border-radius: 15px;
        height: 32vh;
        width: 100%;
    }
    
    .fade_image_content{
        top: 17%;
        left: 13%;
        font-size: 12px;
    }
    .arrows{
        margin-left: 0%;
    }
    /* #right{
        left: 100%;
    } */
    .visit_menu_btn a{
        font-size: 12px;
        padding: 10px 12px;
        border-radius: 5px;
    }
    #location_div1{
        margin-bottom: -25%;
        margin-top: -30%;
    }
    #container456{
        margin-top: -10%;
    }

    .h312{
        left: 14%;
    }

    #location_div_b3{
        margin-top: 0%;
    }
    
    .location_div2{
        width: 100%;
        padding: 8% 0;
    }
    .location_div2 iframe{
        width: 100;
        height: 30vh;
    }
    .container_image img{
        width: 130%;
        margin-left: -15%;
    }
    .container_image i, #yuu{
        display: none;
    }

    



    .footer_part{
        border-top: 1px solid;
        text-align: center;
    }
    /* .footer_part h1{
        font-size: 22px;
        color: var(--main-color);
        font-family: var(--main-font);
        text-align: center;
    }
    .footer_part h1 span{
        color: black;
    }
    .footer_part #footer_content{
       font-size: 10px;
       text-align: justify;
       line-height: 1.8;
       padding: 2% 0 4% 0;
       max-width: 370px;
       margin-left: 4%;
    }
    .footer_icons{
        display: flex;
        gap: 15px;
        justify-content: center;
        margin-right: 2%;
        margin-top: 2%;
    }
    .footer_icons a{
        font-size: 15px;
        color: black;
        transition: all 0.4s;
        margin-right: 2%;
    }
    #iam{
        text-transform: uppercase;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        margin-top: 8%;
        font-size: 12px;
        text-align: center;
    }
    
    #real_icons1{
        padding-bottom: 7%;
    } */

}

@media (max-width:638px) {
    .h3, .h,.h31{
        left: 10%;
        font-size: 20px;
    }

    .h31{
        left: 20%;
    }
    .h312{
        left: 8%;
    }

    .h{
        left: 17%;
    }
    
}

@media (max-width:475px) {

    #containeruu{
        padding: 0 2%;
    }

    .container{
        padding: 35% 2%;
    }

    p{
        font-size: 13px;
    }

    .h3{
        font-size: 18px;
        left: 5%;
        top: 12%;
        background-color: transparent;
        padding: 0;
        font-family: "Work Sans", sans-serif;
        text-align: center;

    }
    .h31, .h312, .h{
        font-size: 17px;
        left: 2%;
        background-color: transparent;
        padding: 0;
        text-align: center;
        font-family: "Work Sans", sans-serif;
        font-style: normal;

    }
   .fade_image_content{
    top: 20%;
    left: 9%;
    font-size: 12px;
    font-family: "Work Sans", sans-serif;
   }

   .fade_image_content h3{
    font-size: 17px;
    margin-left: -7%;
   }


   
   .footer_part{
    border-top: 1px solid;
    margin-left: 5.5%;
}
.footer_part h1{
    font-size: 22px;
    color: var(--main-color);
    font-family: var(--main-font);
    text-align: center;
}
.footer_part h1 span{
    color: black;
}
.footer_part #footer_content{
   font-size: 13px;
   text-align: justify;
   line-height: 1.8;
   padding: 2% 0 4% 0;
   max-width: 370px;
   margin-left: 4%;
}
.footer_icons{
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-right: 2%;
    margin-top: 2%;
}
.footer_icons a{
    font-size: 15px;
    color: black;
    transition: all 0.4s;
    margin-right: 2%;
}
#iam{
    text-transform: uppercase;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 8%;
    font-size: 12px;
    text-align: center;
}


    
}




@media (max-width:425px) {

    .h3{
        left: 12%;
        top: 10%;
    }

     .h, .h3, .h31, .h312{
        color: black;
        font-weight: 600;
     }
    
    .h31{
        left: 18%;
        
    }

    #containeruu{
        margin-top: -20%;
    }

    .fade_image{
        width: 98%;
        margin-left: -9%;
    }

    #container456{
        margin-top: -45%;
    }

    .h312{
        top: 6%;
    }

    #tastecontainer{
        margin-top: -50%;
    }
    .h{
        left: 12%;
        top: 7%;
    }

    
    .footer_part{
        border-top: 1px solid;
        margin-top: -28%;
    }
    .footer_part h1{
        font-size: 22px;
        color: var(--main-color);
        font-family: var(--main-font);
        text-align: center;
    }
    .footer_part h1 span{
        color: black;
    }
    .footer_part #footer_content{
       font-size: 10px;
       text-align: justify;
       line-height: 1.8;
       padding: 2% 0 4% 0;
       max-width: 370px;
       margin-left: 4%;
    }
    .footer_icons{
        display: flex;
        gap: 15px;
        justify-content: center;
        margin-right: 2%;
        margin-top: 2%;
    }
    .footer_icons a{
        font-size: 15px;
        color: black;
        transition: all 0.4s;
        margin-right: 2%;
    }
    #iam{
        text-transform: uppercase;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        margin-top: 8%;
        font-size: 12px;
        text-align: center;
    }


}



@media (max-width: 375px){

    .h3{
        left: 14%;
        text-align: center;
    }

    .h31{
        left: 12%;
    }

    .h312{
        left: 0%;
    }
    .container{
        padding: 35% 2%;
    }
    #containeruu{
        padding: 0 2%;
    }

    .fade_image_content h3 {
        font-size: 15px;
    }

    #active{
        margin-top: 15%;
    }

    .real_icons{
        margin-top: -10%;
    }



    

}
@media (max-width:320px) {

    .h3{
        top: 10%;
        text-align: center;
    }

        
    
}