#home{}


/* Preloader container */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Spinner style */
.spinner {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #E79A00;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


#home .sect21{}
#home .sect21 .item{position:relative;z-index:1;height:100svh;color:#fff;}
#home .sect21 .item a{color:#fff;}
#home .sect21 .item img.im1{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;object-fit:cover;}
#home .sect21 .item:before{content:"";position:absolute;z-index:2;left:0;top:0;width:100%;height:100%;background:#000;opacity:0.6;}
#home .sect21 .item .content{position:absolute;z-index:3;left:0;top:50%;width:70%;box-sizing:border-box;padding:0 5%;transform:translate(0,-50%);}
#home .sect21 .item .content .text1{font-size:1.5vw;/*font-family:'devalencia';*/}
#home .sect21 .item .content .text2{margin:2px 0 0 0;font-size:1.2vw;font-family:'poppins_semibold';}
#home .sect21 .item .content .text3{margin:2px 0 0 0;font-size:1.1vw;}
#home .sect21 .item .content .button{margin:10px 0 0 0;}
#home .sect21 .item .content .button a{display:inline-block;padding:6px 40px;background:#f1a500;color:#fff;font-size:0.8vw;border-radius:50px;}
#owl1 .owl-dots{
    position:absolute;z-index:20;left:0;bottom:40px;width:100%;
    text-align:center;
}
#owl1 .owl-dots button.owl-dot{margin:0 2px;}
#owl1 .owl-dots button.owl-dot span{display:inline-block;width:15px;height:6px;background:#bcbec1;border-radius:3px;transition:all 100ms;}
#owl1 .owl-dots button.owl-dot.active span{width:30px;background:#f1a500;}
@media only screen and (max-width:1000px){
    #home .sect21 .item .content .text1{font-size:3vw;}
    #home .sect21 .item .content .text2{font-size:2vw;}
    #home .sect21 .item .content .text3{font-size:1.7vw;}
    #home .sect21 .item .content .button a{font-size:1.4vw;}
}
@media only screen and (max-width:700px){
    #home .sect21 .item .content{width:100%;}
    #home .sect21 .item .content .text1{font-size:4vw;}
    #home .sect21 .item .content .text2{font-size:3.6vw;}
    #home .sect21 .item .content .text3{font-size:3.1vw;}
    #home .sect21 .item .content .button a{font-size:3.1vw;}
}




#home .sect40{padding:110px 0;}
#home .sect40 .secttitle{margin:0 0 50px 0;font-size:1.3vw;letter-spacing:10px;text-align:center;}
#home .sect40 .grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px;}
#home .sect40 .grid a{position:relative;z-index:1;aspect-ratio:1/1;border-top:10px solid #f79700;}
#home .sect40 .grid a img.im1{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;object-fit:cover;}
#home .sect40 .grid a:before{
    content:"";position:absolute;z-index:2;left:0;top:0;width:100%;height:100%;background:#000;opacity:0.5;
}
#home .sect40 .grid a .title{display:block;
    position:absolute;z-index:3;left:0;top:0;width:100%;height:100%;
    display:flex;align-items:center;text-align:center;
    font-size:1.2rem;color:#fff;
}
#home .sect40 .grid a .title .inner{width:100%;text-align:center;}
#home .sect40 .grid a .title .inner .line1{font-family:'poppins_extrabold';}
#home .sect40 .grid a .content{
    position:absolute;z-index:4;left:0;top:0;width:100%;height:100%;box-sizing:border-box;padding:15px;
    background:#959595;color:#fff;
    transition:opacity 500ms;opacity:0;
}
#home .sect40 .grid a .content .inner{
    overflow:hidden;
}
#home .sect40 .grid a:hover .content{
    opacity:1;
}
@media only screen and (max-width:900px){
    #home .sect40 .secttitle{margin:0 0 30px 0;font-size:2.5vw;letter-spacing:2px}
    #home .sect40 .grid{grid-template-columns:repeat(2,1fr);grid-gap:30px;}
}
@media only screen and (max-width:550px){
    #home .sect40 .grid a{aspect-ratio:3/2;}
    #home .sect40 .secttitle{font-size:3.5vw;letter-spacing:1px}
    #home .sect40 .grid{grid-template-columns:repeat(1,1fr);grid-gap:30px;}
}