@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Teachers:ital,wght@0,400..800;1,400..800&display=swap');

*{
    font-family: "Lexend", sans-serif;
}

:root{
    /* --primary: #eb0101; */
    --primary: #00c0b0;
    --secondary: #ffa600;
    /* --secondary: #AB274F; */
}

a{
    text-decoration: none;
}

p{
    text-align: justify;
}

h3{
    color: var(--primary);
}

/*** Topbar ***/

.topbar{
    background-color: var(--primary);
}

.topbar{

}

/*** Navbar ***/

.navbar-light .navbar-nav .nav-link {
    /* font-family: 'Roboto', sans-serif; */
    position: relative;
    padding: 35px 15px;
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
    color: var(--bs-dark) !important;
}


.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary) !important;
}

.navbar-light .navbar-brand h1 {
    color: var(--bs-white);
}

.sticky-top.navbar-light .navbar-brand h1 {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    transition: .5s;
    object-fit: cover !important;
}
.navbar-light .navbar-brand{
     max-height: 70px;
}

.sticky-top.navbar-light .navbar-brand {
    max-height: 80px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 0px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--primary);
    color: white;
}

.dropdown .dropdown-menu .dropdown-item.active{
   background-color: var(--primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: white;
    transition: .5s;
    opacity: 1;
}

.navbar-toggler{
    border: 0px !important;
    box-shadow: none !important;
}
.bar-icon{
    font-size: 35px;
    font-weight: bolder;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        /* background: white !important; */
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        /* border: 1px solid var(--bss-primary); */
        color: var(--bss-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active  {
        color: var(--secondary) !important;
    }

}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: white !important;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        bottom: -1px;
        left: 0;
        background: var(--bss-primary);
        transition: .5s;
        z-index: -1;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        height: calc(100% + 1px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}


/*** Breadcrumb ***/


.bg-breadcrumb {
    background: linear-gradient(#00000079, #0000005b), url(../img/head.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0 50px 0;
}

@media(max-width:768px){
    .bg-breadcrumb{
        padding: 50px 0 50px 0 !important;
    }
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--secondary) !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: rgb(255 255 255) !important;
    content: var(--bs-breadcrumb-divider, "/");
}


/*** Carousel ***/

.main_slide .item{
    position: relative;
}
.main_slide .item::after {
    position: absolute;
    content: '';
    top:0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.255);
    background-blend-mode: multiply;

    
}


.main_slide img{
    height: 90vh;
    width: 100%;
    object-fit: cover;
    
}

@media(max-width:768px){
    .main_slide img{
        height: 60vh !important;
    }
}

.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: var(--primary) !important;
}
  
  
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
  
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary) !important;
}



/*** Top Card ***/

.card{
    box-shadow: 7px 4px 25px #cecece;
    transition: .5s all ease-in-out;
}
.card:hover{
    background-color: var(--primary);
    color: white !important;
    box-shadow: 14px 13px 45px #aeb7b8;
}



/**** About *****/


.img1{
    height: 300px;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
}
.img2{
    height: 300px;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
}




/*** Services ***/

.services{
    /* background: url(../img/kerala-style-roofing-sheet.jpg),  linear-gradient(rgb(0, 0, 0, 0.5), rgb(0, 0, 0, 097)); */
    /* background-color: var(--primary); */
    background-blend-mode: multiply;
    width: 100%;
    object-fit: cover;
    background-position: center;
    background-size: cover;
}
/* .line{
    border: 1px solid white;
    width: 100px;
}
.services .position-absolute{
    bottom: 0px;
    top: 150px;
    left: 60px;
    right: 0px;
} */


.services img{
    height: 300px !important;
    width: 100%;
    object-fit: cover;
}

.inner{
    position: relative;
    transition: .5s all ease-in-out !important;
}

.inner:hover .inner-content{
    background-color: var(--primary);
}

.inner-content{
    position: absolute;
    bottom: 10%;
    width: 100%;
    background-color: var(--secondary);
    color: white;
    font-weight: bolder;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: .5s all ease-in-out !important;
}
.inner-content h5{
    
    /* width: 100%; */
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}




/**** Gallery ***/

.gallery-img{
    height: 250px;
    width: 100%;
    object-fit: cover;
}



/**** Content ***/

.content h5{
    color: var(--primary);
    font-weight: 600;
}

/* .content{
    background-color: rgb(122, 110, 0);
} */
/* .content .img-1,.img-2{
    height: 400px;
    width: 100%;
    object-fit: cover;
} */




/**** Common ****/


/* .btn{
    background-color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
    color: white !important;
    border-radius: 0px !important;
    transition: 0s, 0.7s all !important;
    transition-duration: 0.5s !important;
}    
.btn:hover{
    background-color: white !important;
    color: var(--primary) !important;
} */



/**** Products ****/

.produts img{
    height: 550px !important;
    width: 100%;
    object-fit: cover;
}

.produts h5{
    color: var(--primary);
}


/**** Contact ***/


.details{
    background-color: var(--secondary);
}
.icons{
    font-size: 17px;
}
.bg-contact{
    z-index: 10 !important;
}
.bg-contact::before{
    content: "";
    position:absolute;
    right: 0 !important;
    width: 20%;
    z-index: -1;
    height: 100%;
    bottom: 0;
    top: 0;
    background-color: var(--primary);
}
@media(max-width:991px){
    .bg-contact::before{
        display: none !important;
    }
    .shadow-lg::after{
        display: none;
    }

}
input, textarea{
    border-radius: 0px !important;
    border: 1px solid rgb(223, 223, 223) !important;
}
input:hover, textarea:hover{
    border: 1px solid var(--primary) !important;
}
input:focus, textarea:focus{
    box-shadow: none !important;
}
.btns{
    border: 1px solid var(--primary) !important;
    color: white !important;
    border-radius: 0px !important;
    background-color: var(--primary) !important;
    transition: .5s all ease-in-out;
}
.btns:hover{
    color: var(--primary) !important;
    background-color: white !important;
}


/*** Footer ***/

.footer{
    background-color: rgb(5, 0, 12);
}

.footer .use-link li a{
    color: white;
    transition: .5s all ease-in-out;
}

.footer .use-link li a:hover{
    color: var(--secondary);
    /* letter-spacing: 1px; */
}

.footer .copyright a{
    color: var(--secondary);
}
.footer .line{
    border: 1px solid var(--secondary);
    height: 0;
    width: 50px;
}
.footer .social{
    font-size: 20px;
    color: white;
    border-radius: 30px;
    background-color: rgba(221, 219, 219, 0.226);
}

.whats a{
    transition: .5s ;
    
  }
  
  .whats span{
    font-size: 0px;
     word-spacing: -40px;
    transition: .5s ;
   
  }
  
  .whats:hover span{
   font-size: 13px;
   word-spacing:  0px;
    transition: .5s all;
    /* margin-right: 50px; */
  }



  







  .sub-dropdowm{
    right: -110%;
    background-color: white;
    padding: 15px;
    display: none;
    top: 0;
  }

.dropitms:hover > .sub-dropdowm{
    display: block !important;
    color: black !important;
}

 @media(max-width:991px){

    .sub-dropdowm{
        right: 0%;
        background-color: white;
        padding: 15px;
        display: none;
      }


    .sub-dropdowm{
        position: relative !important;
        color: rgb(65, 65, 65) !important;
    }
    .dropitms:hover > .sub-dropdowm{
        display: block !important;
        color: rgb(26, 26, 26) !important;
    }
 }