*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


body {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;


 }


 @media only screen and (max-width: 740px) {

    body {
        background: #000;
     }
    
    
}




#section_container {
    /* border: 2px solid #000; */
    max-width: 750px;
    width: 750px;
    height: auto;
    background-color: #000;
 


}





@media only screen and (max-width: 740px) {
    #section_container {
        /* border: 1px solid #000; */
        max-width: 100%;
        height: auto;
        position: relative;
    
    }
  }

#section_header {
    height: 110px;
    width: 100%;
    /* border: 1px solid lime; */
    display: flex;
    justify-content: center;
}

.header_img {
    height: 100%;
    width: auto;
}

.header_footer_img {
    height: 100%;
    width: 100%;
}

#section_banner {
    height: 550px;
    width: 100%;
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url('/assets/images/banner_main_img.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;



}


@media only screen and (max-width: 740px) {
    #section_banner {
        height: 200px;
        width: 100%;
  }
}



/* adjusment for media  */


#banner_dl_btn {
    height: 90px;
    width: 40%;
   border: none;
    border-radius: 10px;
    background-color: transparent;
    background-image: url('/assets/images/banner_btn_img.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 30%;
    animation: growing 0.5s ease-in-out infinite alternate;
    

}



 #banner_lot_btn {
    height: 220px;
    width: 130px;
    position: fixed;
    left: 63%;
    top: 43%;
    background-image: url('/assets/images/clock_banner-removebg-preview.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 555;
    
} 
 


@media only screen and (max-width: 740px) {
    #banner_lot_btn {
        height: 170px;
        width: 130px;
        position: fixed;
        left: 70.5% !important;
        top: 55%;
        background-image: url('/assets/images/clock_banner-removebg-preview.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 555;
        
    }
}


@keyframes growing {
    from {
        scale: 1;

    }

    to {
        scale: 0.9;
    }
}


.link_anchor  {
    height: 100%;
    width: 100%;
    display: block;
}
#section_footer {
    height: 150px;
    width: 748px;  
    position:fixed;
    display: flex;
    bottom: 0;
    justify-content: center;
    align-items: center;
}


@media only screen and (max-width: 740px) {

    #section_header {
        height: 70px;
        width: 100%;
        /* border: 1px solid lime; */
    }

    #section_footer {
        height: 90px;
        width: 100%;  
        /* border: 1px solid lime; */
        position:fixed;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .header_footer_img {
        height: 100%;
        width: 100%;
          
    
    }
    
    
}

.marquee_contain {
    height: auto;
    width: auto;
}

.marquee_itself {
    height: 120px;
    width: 120px;
    min-width: 140px !important;
    /* border: 2px solid lime; */
    margin: 0.5em;
}


@media only screen and (max-width: 740px) {

    .marquee_itself {
        height: 90px;
        width: 90px;
        min-width: 140px !important;
        /* border: 2px solid lime; */
        margin: 0.1em;
    }

}

.marquee_logo_itself {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.marquee_logo {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1em;
    height:auto;
    width:auto;
    /* border: 1px solid maroon; */

}


#link_headers  {
    height: 90px;
    /* border: 1px solid #000; */
    background-image: url('/assets/images/first_header.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0.5em 0;
}

@media only screen and (max-width: 740px) {

    #link_headers  {
        height: 44px;
        /* border: 1px solid #000; */
        background-image: url('/assets/images/first_header.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0.5em 0;
    }

}




#link_contain {
    height: 300px;
    /* border: 1px solid lime; */
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
    gap: 1em;
}

.link_itself {
    width: 90%;
    /* border: 1px solid red; */
    height: 70px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image:url('/assets/images/link_ms_img.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.ms_itself,.text_inside, .ms_btn {
    /* border: 1px solid lime; */
    font-size: clamp(0.9375rem, 0.3906rem + 1.75vw, 1.375rem);
    color: #fff;

}


.ms_itself{
    height: 100%;
    width: 120px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(0.9375rem, 0.3906rem + 1.75vw, 1.375rem);
    color: #b37030;
    font-weight: 900;
    
    
}

.ms_btn{
    height: 100%;
    width: 120px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ms_btn_itself {
    height: 50px;
    width: 150px;
    /* border: 1px solid lime; */
    margin-right: 1.5em;
    background-color: transparent;
    background-image: url('/assets/images/ms_btn_link.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
}

.second_headers {
    height: 710px;
    width: 100%;
    /* border: 1px solid lime; */
    background-image: url('/assets/images/second_header.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 3em;
}



@media only screen and (max-width: 740px) {

    .second_headers {
        height: 450px;
        width: 100%;
        /* border: 1px solid lime; */
        background-image: url('/assets/images/second_header.png');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 0;
    }

}


#third_headers  {
    height: 90px;
    /* border: 1px solid #000; */
    background-image: url('/assets/images/third_headers.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0.5em 0;
}

@media only screen and (max-width: 740px) {

    #third_headers  {
        height: 44px;
        /* border: 1px solid #000; */
        background-image: url('/assets/images/third_headers.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0.5em 0;
    }

}

.slider_container {
     height: 400px;
     width: 100%;
     position: relative;
     /* border: 1px solid lime; */

}


@media only screen and (max-width: 740px) {

    .slider_container {
        height: 250px;
        width: 100%;
        /* border: 1px solid lime; */
   
   }



}


.splide__track {
    height: 400px;
    /* border: 1px solid lime; */
}


.splide__slide {

    color: antiquewhite;
    font-size: 20px;
}

.slide_img {
    height: 90%;
    width: 90%;
    object-fit: contain;
}


.fourth_headers {
    height: 370px;
    width: 100%;
    /* border: 1px solid lime; */
    background-image: url('/assets/images/fourth_header.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 3em;
}



@media only screen and (max-width: 740px) {

    .fourth_headers {
        height: 250px;
        width: 100%;
        /* border: 1px solid lime; */
        background-image: url('/assets/images/fourth_header.png');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 0;
    }

}









#footer_btn {
    height: 80px;
    width: 182px;
    z-index: 555;
    position: relative;
    left: 35%;
    animation: growing 0.5s ease-in-out infinite alternate;
    background-image: url('/assets/images/redirected-removebg-preview.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    border:none;
}


@media only screen and (max-width: 740px) {
    #footer_btn {
        height: 80px;
        width: 160px;
        z-index: 555;
        position: relative;
        left: 29%;
        animation: growing 0.3s ease-in-out infinite alternate;
        background-image: url('/assets/images/redirected-removebg-preview.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: transparent;
        border:none;
    }


    /* #section_header, #section_footer {
        height: 100px;
        width: 100%;
        border: 1px solid lime;
    } */
}

#footer_img {
    position: absolute;
    z-index: -555;
}

