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%;
    font-family: "Work Sans", sans-serif;
}

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;
}








.up_content{
    padding: 6% 0 5% 0;
}
.up_content h3{
    max-width: fit-content;
    margin-inline: auto;
    margin-bottom: 1rem;
    padding: 0.5rem 2rem;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
    color: #42200b;
    background-color: #ffc135;
}

.up_content h2{
  font-size: 3rem;
  font-weight: 500;
  font-family: "Alfa Slab One", serif;
  color: #42200b;
  text-align: center;
  line-height: 3.75rem;
  text-shadow: 2px 2px #ffc135;
}

.up_content p{
  font-weight: 500;
  color: #212529;
  line-height: 1.75rem;
  text-align: center;
  font-family: "Work Sans", sans-serif;
}


.container_images{
    padding: 0%;
    display: flex;
    gap: 2%;
}
.second_image img{
    max-width: 44%;
}
.second_image{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.first_image img{
    width: 100%;    
    height: 75vh;
}
.first_image{
    width: 260%;
    margin-left: 5%;
}














.fade_image{
    width: 80%;
    height: 50vh;
    padding: 5% 10%;
    position: relative;
    font-family: "Work Sans", sans-serif;
}
.fade_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(60%);
}
.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 whitesmoke;
    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);
}

.visit_menu_btn2 a{
    padding: 16px 28px;
    border: 1px solid black;
    text-decoration: none;
    color: black;
    background-color: transparent;
    z-index: 100;
}
.visit_menu_btn2{
    margin-top: 6%;

}
.visit_menu_btn2 i{
    transition: all 0.7s;
    margin-left: 3px;
}
.visit_menu_btn2: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;
}














.second_container{
    display: flex;
    gap: 10%;
    padding: 5% 5%;
    margin-top: -5%;
    font-family: "Work Sans", sans-serif;
}
.second_container_image{
    width: 65%;
    height: 100%;
}
.second_container_image img{
    width: 100%;
    height: 100%;

}
.second_container .image_content{
    position: absolute;
    margin-top: -8%;
    color: white;
    margin-left: 1%;
}
.second_container_content{
    text-align: center;
}
.second_container_content p{
    max-width: 500px;
    text-align: justify;
}
.second_container_content span{
    height: 3px;
    width: 80%;
    background-color: var(--main-color);
    display: inline-block;
}
.second_container_content #diamond{
    position: absolute;
    right: 17%;
    margin-top: .1%;
    color: #fac031;
    font-size: 24px;
}
.icons h3{
    text-align: left;
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
    font-weight: lighter;
    padding: 0% 0 3% 0;
}
.real_icons a{ 
    padding: 0 6px;
    font-size: 23px;
    color: black;
}
.real_icons{
    text-align: left;
    padding-bottom: 4%;
}
.search_icon{
    display: flex;
    align-items: center;

}
.search_icon input{
    padding: 9px 80px 9px 5px;
    outline: none;

}
#search{
    padding: 10px;
    background-color: black;
    color: white;
    cursor: pointer;
    
}





.third_container{
    text-align: center;
    padding: 5%;
}
.theway{
    font-size: 2rem;
    font-weight: 100;
    color: black;
    text-align: center;
    line-height: 3.75rem;
    text-shadow: 2px 2px #fac031;
    font-family: sans-serif;
}
.third_container .firstdiv h4{
    font-size: 2rem;
    color: black;
    text-align: center;
    line-height: 3.75rem;
    text-shadow: 2px 2px whitesmoke;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
}
.third_container_images{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 50px;
    margin-left: 2%;
    margin-top: 5%;
    cursor: pointer;
}
.third_container_images h2,i{
    display: none;
}
.third_container_images img:hover{
    transform: scale(1.1);
}
.third_container_images .image123{
    width: 50%;
    height: 30%;
}
.third_container_images .image123 img{
    width: 100%;
    height: 100%;
    transition: all 0.8s;
}
.third_container_contents{
    display: flex;
    justify-content: space-around;
    margin-left: 2%;
    gap: 50px;
}












.footer_part{
    text-align: center;
    padding: 5% 0 0 0;
    font-family: "Work Sans", sans-serif;
}
.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: 1536px){
    .first_image img{
        width: 400%;
        height: 75vh;
    }
    .container{
        margin-left: 4%;
    }
    .fade_image{
        height: 53vh;
        padding: 0% 10% 10% 10%;
    }
    .fade_image_content{
        position: absolute;
        top: 20%;
        left: 25%;
        color: white;
        text-align: center;
    }
    .fade_image_content h3{
        font-size: 29px;
    }
    .visit_menu_btn a{
        padding: 16px 28px;
        border: 1px solid whitesmoke;
        text-decoration: none;
        color: white;
        background-color: transparent;
        z-index: 100;
    }
    .visit_menu_btn{
        margin-top: 6%;
    }
    .second_container{
        align-items: center;
    }
    #search{
        position: absolute;
        right: 16%;
        margin-top: -2.37%;

}

} */





@media (max-width:1366px) {


    .fade_image_content{
        top: 30%;
        left: 21%;
    }

    .second_container{
        margin-top: 5%;
    }
    .second_container_image{
        margin-top: 5%;
    }

    #diamond{
        left: 77%;
    }
    #footer_content{
        margin-right: 6%;
    }





    
}

@media (max-width: 768px) {
    body,html {
        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;
    }

    section nav ul li a {
        color: white;
    }

    section .icon {
        display: none;
    }

    section nav {
        display: flex;
        justify-content: none;
        width: 100%; /* 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;
        margin-top: 0%;
    }

    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: 27px;
    }

    section nav .logo #spanman {
        color: #cf4e26;
        margin-left: 5px;
        font-weight: 1500;
        margin-top: 35px;
    }

    section nav .logo #spanman2{
        font-family: cursive;
        text-shadow: 2px px 0px red;
    }

    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: 5px;
    }

    .hamburger.active .bar1 {
        transform: rotate(-45deg) translate(-8px, 9px);
    }

    .hamburger.active .bar2 {
        opacity: 0;
    }

    .hamburger.active .bar3 {
        transform: rotate(45deg);
    }









    .up_content{
        padding: 25% 0;
    }
    .up_content p{
        font-size: 12px;
    }
    .container_images{
        flex-direction: column;
        align-items: start;
        gap: 35%;
        margin-top: -20%;
    }
    .container_images .first_image {
        width: 120%;
        object-fit: cover;
        background-position: center;
    }
    .container_images .first_image img{
        width: 100%;
        margin-left: -14%;
        height: 40vh;

    }
    .container_images .second_image{
        width: 143%;
        margin-left: -10%;
        gap: 5px;
        margin-top: 0.5%;
    }
    .container_images .second_image img{
        width: 100%;
    }


    .third_container_images{
        flex-direction: column;
        gap: 0;
    }

    .third_container_images h2,i{
        display: block;
    }

    .third_container_images .image123{
        width: 100%;
        height: 20%;
    }
    .third_container_images .image123 img{
        width: 100%;
        height: 100%;
        transition: all 0.8s;
    }
    .third_container_images p{
        display: block;
    }
    .third_container_contents{
        display: none;
    }
    #right{
        display: none;
    }
    .arrows{
        display: none;
    }
    

    .fade_image_content{
        top: 37%;
        left: 3%;
    }
    .fade_image_content h3{
        font-size: 20px;
    }
    .fade_image_content p{
        font-size: 12px;
        max-width: 350px;
        margin-left: 2.5%;
    }

    .fade_image{
        width: 95%;
        padding: 0 2.5%;
    }

    .visit_menu_btn a{
        padding: 8px 14px;
    }
    .next_container{
        margin-top: 4%;
    }







    .second_container{
        flex-direction: column-reverse;
    }

    .second_container_content p{
        font-size: 12px;
        line-height: 1.6;
    }
    .second_container #diamond{
        left: 18%;
        margin: 1% 0 0 0;
    }

    .second_container_image{
        padding: 10% 0 0 0;
        width: 100%;
        position: relative;
    }
    .second_container_image img{
        width: 100%;
    }
    .image_content{
        bottom: 0%;
    }
    .image_content h1{
        font-size: 16px;
    }
    .image_content p{
        font-size: 12px;
    }


 



    .footer_part{
        border-top: 1px solid;
    }
    .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){

    body,html{
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }

    .search_icon input{
        padding: 9px 0% 9px 5px;
        
    }
    #search{
        margin-left: -11%;
    }

    section #active{
        margin-top: 15%;
    }
/* 
    .container_images .first_image img{
        width: 113%;
        margin-left: -10%;
        margin-top: -28%;
    }

    .image_content{
        top: 537%
    }
    /* #search{
        margin-top: -10.3%;
        margin-right: 1%;
    } 

    .search_icon input{
        padding: 9px 20px 9px 5px;
        outline: none;
        margin-top: 4%;
        margin-right: 45%;
    }

    #active{
        margin-top: 17%;
    }

    .footer_part #footer_content{
        margin-left: 1%;
        padding: 4% 0;
        max-width: 350px;
    } */
   

    




}





