@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Palanquin:wght@100;200;300;400;500;600;700&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=Quicksand:wght@300..700&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
;

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
:root {
    --primary: #72be47;
    --secondary: #16677e;
    --navbar_color:#72be47;
}

body {
    font-family: "Poppins", sans-serif !important;
}


.hero {
    min-height: 100vh;
    background: url('images/hero-bg.png');
    background-size: cover;
    background-position: center;
}
.header_button1 {
    background-color: var(--primary);
    color: white;
    padding: 8px 20px;
    border: none;
    border-radius: 5px;
    transition: all .3s linear;
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid var(--primary);
    margin-top: 15px;
}
.header_button1:hover {
    color: var(--primary) !important;
    border-radius: 5px;
    border: 2px solid var(--primary);
}
.header_button1::before {
    position: absolute;
    content: "";
    display: flex;
    justify-content: flex-end;
    align-items: center;
width: 0%;
visibility: hidden;
height: 100%;
color: var(--primary);
background: white;
top: 0px;left: 50%;
border-radius: 2px;
transition: all .4s linear;
z-index: -1;
}


.header_button1:hover::before {
    width: 100%;
    left: 0px;
   color: var(--primary) !important;
   visibility: visible;
}
.btnset{
    display: flex;align-items: baseline;
    justify-content: flex-start;
}
.btnset div {
    position: relative;
    animation: moveRight 3s ease-in-out infinite ;
}
@keyframes moveRight {
    0% {
      transform: translateX(50px);
    }
    50% {
      transform: translateX(20px); /* Adjust the value according to logo width */
    }
    100% {
        transform: translateX(50px); /* Adjust the value according to logo width */
      }
  }


.header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(248, 248, 248) 23% , var(--secondary) 23%);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    z-index:9999;

}

.header .main12 {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.header .logo img {
    vertical-align: middle;
    width: 70px;
    padding: 5px auto;
}

.header .menu .head {
    display: none;
}

.header .menu ul {
    list-style: none;
    margin: auto;
}

.header .menu>ul>li {
    display: inline-block;
    margin: auto;
}

.header .menu>ul>li:not(:last-child) {
    margin-right: 30px;
}

.header .menu .dropdown {
    position: relative;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;

    .main-drow{
        color: var(--primary);
        transition: all .4s linear;
    }

    &:hover .main-drow{
        color: white !important;
    }
}

.header .menu a {
    text-decoration: none;
    text-transform: capitalize;
    font-style: 16px;
    color: var(--primary);
    display: block;
    font-family: "Poppins", sans-serif !important;
}

.header .menu>ul>li>a {
    padding: 15px 0px !important;
}

.header .menu>ul>.dropdown>a {
    padding-right: 10px;
}

.header .menu i {
    font-size: 16px;
    pointer-events: none;
    user-select: none;
    position: absolute;
    color: hsl(0, 0%, 100%);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.header .menu>ul>li>i {
    right: -20px;
}
.header .menu .downicons{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    top: 10px;
}

.header .menu .sub-menu span{
    color: rgba(0, 0, 0, 0.947);
}

.header .menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    padding: 0px 0;
    background-color: white;
    box-shadow: 0 0 5px hsla(0, 0%, 0%, 0.5);
    z-index: 1;
    transform-origin: top;
    transform: scaleY((0));
    -webkit-transform: scaleY((0));
    -moz-transform: scaleY((0));
    -ms-transform: scaleY((0));
    -o-transform: scaleY((0));
    visibility: hidden;
    opacity: 0;
}

.header .menu .sub-menu-right {
    left: 100%;
    top: 0;
}
 .last01 {
    left: 100%;
    top: 0;
    height: 70vh;
    overflow-y: scroll;
}

.header .menu .sub-menu-left {
    left: auto;
    top: 0;
    right: 100%;
}

.header .menu li:hover>.sub-menu {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    visibility: visible;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}



.header .menu .sub-menu a {
    padding: 3px 5px;
    border-bottom: 1px solid rgb(233, 233, 233);
}
.padd25{
    padding: 10px !important;
}

.header .menu .sub-menu .dropdown>a {
    padding-right: 34px;
}

.header .menu .sub-menu span {
    background: linear-gradient(var(--primary),var(--primary));
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: background-size 0.5s ease;
    -webkit-transition: background-size 0.5s ease;
    -moz-transition: background-size 0.5s ease;
    -ms-transition: background-size 0.5s ease;
    -o-transition: background-size 0.5s ease;
    padding-bottom: 2px;
}

.header .menu .sub-menu li:hover>a>span {
    background-size: 100% 2px;
}



.header .menu .sub-menu i {
    right: 10px;
    color: black;
    top: 30%;
}

.header-right {
    display: flex;
    display: none;
}

.header-right .open-menu-btn {
    display: none;
}

/* responsiveness ============================================> */

@media (max-width:1100px) {
    .header {
        padding: 2px 0px;
        background: linear-gradient(45deg, rgb(248, 248, 248) 35% , var(--secondary) 35%);
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }

    .header .logo img {
        vertical-align: middle;
        width: 60px;
    }

    .header .menu {
        position: fixed;
        right: 0;
        top: 0;
        width: 280px;
        height: 100%;
        background-color: white;
        padding: 15px 17px 30px 10px;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 1;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
}
.header .menu.open{
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

    .header .menu .head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;

    }

    
.header .menu ul {
    list-style: none;
    margin: auto;
    padding-left: 15px !important;
}

    .header .menu .close-menu-btn {
        height: 35px;
        width: 35px;
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: var(--primary);
        cursor: pointer;
        border: none;
    }

    .header .menu .close-menu-btn::before,
    .header .menu .close-menu-btn::after
    {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: white;
}
.header .menu .close-menu-btn::before{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.header .menu .close-menu-btn::after{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.header .menu>ul>li{
    display: block;
}
.header .menu >ul>li:not(:last-child){
margin-right: 0;
}
.header .menu li{
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}
.header .menu li:first-child{
    border-top: none;
}
.header .menu >ul>li>a{
padding: 15px 0;
}
.header .menu >ul>.dropdown >a{
    padding-right: 34px;
}

   

.header .menu i{
    height: 34px;
    width: 34px;
    border: 1px solid hsla(0, 0%, 100%, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    cursor: pointer;
right: 0px !important;
top: 25px !important;
}

.header .menu .dropdown.active12>i{
    background: hsla(0, 0%, 100%, 0.25);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
top: 10px !important;

}


.header .menu .sub-menu{
    position: static;
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    visibility: visible;
    padding: 0;
    box-shadow: none;
    width: 100%;
    display: none;

}
.header .menu .dropdown.active12 >.sub-menu{
    display: block;
}

.header .menu .sub-menu li:last-child{
    border: none;
}

.header .menu .sub-menu a{
    padding: 12px 0px 12px 15px;
    border-bottom: 1px solid rgb(222, 222, 222);
}
.header .menu .sub-menu .sub-menu a{
    padding-left: 30px;
}
.header .menu .sub-menu .sub-menu .sub-menu a{
    padding-left: 45px;
}

.header .menu .sub-menu span{
   background-image: none;
   padding-bottom: 10px;
}

.header .menu .sub-menu i{
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    right: 0;

}

.header .menu .downicons{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    top: 7px !important;
}
.header .menu .dropdown.active12 .downicons{
    top: 7px !important;
}

.header-right {
    display: block;
}

.header-right .open-menu-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 44px;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    border: none;
}
.header-right .open-menu-btn .line{
    height: 3px;
    width: 30px;
    background-color: hsl(0, 0%, 100%);
    position: absolute;
 
}
.header-right .open-menu-btn .line-1{
    transform: translateY(-9px);
    -webkit-transform: translateY(-9px);
    -moz-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    -o-transform: translateY(-9px);
}
.header-right .open-menu-btn .line-3{
    transform: translateY(9px);
    -webkit-transform: translateY(9px);
    -moz-transform: translateY(9px);
    -ms-transform: translateY(9px);
    -o-transform: translateY(9px);
}
}

.header .menu .main-el {
    position: relative;
    transition: all .3s linear;
    font-style: 15px;
    color: var(--primary);
    text-transform: uppercase !important;    
}
.header .menu .main-el::before{
    position: absolute;
    content: "";
    width: 0%;
    right: 0px; 
    height: 2px !important;
    background: white;
    bottom: 12px;
    transition: all .3s linear;
}
.header .menu .main-el:hover::before, .header .menu .main-el.active12::before{
    right: 0px !important;
    left: 0px;
    width: 100%;
}
.header .menu .main-el:hover, .header .menu .main-el.active12{
    color: white;
}

@media (max-width:1100px) {
  
    .header .menu .main-el::before{
       display: none;
    }
    .header .menu a {
        text-decoration: none;
        text-transform: capitalize;
        font-style: 16px;
        color: black !important;
        display: block;
        font-family: "Poppins", sans-serif !important;
    }
    .header .menu .main-el{
        border-bottom: 1px solid rgb(222, 222, 222);
    }
    .header .menu .main-el:hover, .header .menu .main-el.active12{
        color: var(--primary) !important;
        
    }
    .main-drow{
        color: black !important;
    }

    .header .menu .dropdown {
        position: relative;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    
        .main-drow{
            color: var(--primary);
            transition: all .4s linear;
        }
    
        &:hover .main-drow{
            color: var(--primary) !important;
        }
    }
}

.header_button {
    background-color: white;
    color: var(--primary);
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    transition: all .3s linear;
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid var(--primary);
}
.header_button:hover {
    color: white !important;
    border-radius: 5px;
    border: 2px solid var(--primary);
}
.header_button::before {
    position: absolute;
    content: "";
    display: flex;
    justify-content: flex-end;
    align-items: center;
width: 0%;
visibility: hidden;
height: 100%;
color: white;
background: var(--primary);
top: 0px;left: 50%;
border-radius: 2px;
transition: all .4s linear;
z-index: -1;
}

.header_button:hover::before {
    width: 100%;
    left: 0px;
   color: white !important;
   visibility: visible;
}
