
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap');
:root {
    --color-primary: #286D40;
    --color-primary-40: rgb(40 109 64 / 40%);
    --color-primary-60: rgb(40 109 64 / 60%);
    --color-primary-80: rgb(40 109 64 / 80%);
    --color-white: #fff;
    --transparent: transparent;
    --color-light-green: #AFCEBA;
    --color-light-green2: #B5F0C9;
    --color-light-gray: #9e9e9e;
    --color-light-gray2: #d4d4d4;
    --color-light-gray3: #e9e9e9;
    --font-Inter: 'Inter', sans-serif;
    --font-poppins: 'Poppins', sans-serif;
    --font-black-ops: 'Black Ops One';
    --color-black: #000;
    --color-dark-gray: #3D3D3D;

    /* BS VARIABLE */
    
}
.btn-outline-primary {
    --bs-btn-color: #286D40;
    --bs-btn-border-color: #286D40;
    --bs-btn-hover-bg: #286D40;
    --bs-btn-hover-border-color: #286D40;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #286D40;
    --bs-btn-active-border-color: #286D40;
    --bs-btn-disabled-color: #286D40;
    --bs-btn-disabled-border-color: #286D40;
}
.bg-light-green2 {
    background: var(--color-light-green2) !important;
}
.bg-light-gray3 {
    background: var(--color-light-gray3) !important;
}
.rounded {
    border-radius: 10px !important;
}
body {
    font-family: var(--font-Inter) !important;
}
.black-ops-family {
    font-family: var(--font-black-ops) !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
.our-team-slider .slick-list{ 
    padding:0 0% 0 0 !important;
}
.object-position-right {
    object-position: right center;
}
.object-position-left {
    object-position: left center;
}
.object-position-left-top {
    object-position: left top;
}
.object-position-right-bottom {
    object-position: right bottom;
}
.search-btnn {
    height: calc(100% - 6px);
    top: 3px !important;
    right: 3px !important;
    line-height: 1;
    padding: 0.375rem 0.75rem !important;
}
.btn-primary {
    background: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    color: var(--color-white) !important;
}
.border-primary {
    border-color: var(--color-primary) !important;
}
.cover {
    object-fit: cover !important;
}
.contain {
    object-fit: contain !important;
}
.social-iconss i.fab {
    padding: 0 !important;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px !important;
    font-size: 30px;
    color: var(--color-white);
}

.social-iconss > a:hover .fab {
    background: var(--color-primary);
    border-color: var(--color-primary) !important;
}
.btn {
    padding: 11px 20px;
    font-weight: 500;
    outline: 0 !important;
}
.btn:focus {
    box-shadow: none !important;
}
.btn-outline-light {
    background: var(--transparent) !important;
    color: var(--color-white) !important;
    border-color: var(--color-white) !important;
}
.btn-outline-light:hover {
    background: var(--color-primary) !important;
    color: var(--color-white) !important;
    border-color: var(--color-primary) !important;
}
main .form-control {
    padding: 11px 20px;
}
.bg-light-green {
    background: var(--color-light-green) !important;
}
.shadow-inner-gray {
    box-shadow: inset 0 0 10px var(--color-light-gray);
}
.border-gray {
    border-color: var(--color-light-gray2) !important;
}
.img-overlay, .img-overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.img-overlay::before {
    content: "";
    background: var(--color-black);
    opacity: 70%;
}
.img-overlay-40::before {
    opacity: 40%;
}
.no-overlay-color::before {
    opacity: 0;
}
.team-slide-item {
    position: relative;
    padding-bottom: 110%;
    width: calc(100% - 35px);
}
.team-slide-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-primary {
    color: var(--color-primary) !important;
}
.bg-primary {
    background-color: var(--color-primary) !important;
}
.bg-dark-gray {
    background: var(--color-dark-gray) !important;
}
.protect-sec .progress {
    height: 0.75rem;
}
.waste-manage-item-content:hover .waste-manage-item-name { 
    top: 0%;
    background: var(--transparent);
    transition: top .3s ease;
}
span.gallery-item-name, .waste-manage-item-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: var(--color-primary-80);
    transition: top .6s ease-out;
    border-radius: 10px;
    text-align: center;
}

.waste-manage-item-name { 
    top: 100%;
    background: var(--transparent);
    opacity: 1 !important;
}
.pb-2.gallery-item span.gallery-item-name {
    height: calc(100% - .5rem);
    top: -0.5rem;
}
.pt-md-0.pt-2.gallery-item span.gallery-item-name {
    height: calc(100% - .5rem) !important;
    top: 0rem !important;
}
.item-1 span.gallery-item-name {
    top: 0 !important;
}
.item-5 span.gallery-item-name {
    width: calc(100% - 0.5rem);
    left: 0.5rem;
}
.pt-2.gallery-item span.gallery-item-name {
    height: calc(100% - .5rem);
    top: 0.5rem;
}
.pe-2.gallery-item span.gallery-item-name {
    width: calc(100% - .5rem);
    left: 0.5rem;
}
.gallery-item:hover .gallery-item-name {
    opacity: 1;
}
.waste-manage-item-content {
    overflow: hidden;
}
.waste-manage-item-content:hover .waste-manage-item-name { 
    top: 0%;
    background: var(--transparent);
    transition: top .3s ease;
}
.waste-manage-item-content::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all .3s ease;
    border-radius: 10px;
}
.waste-manage-item-content:hover::before {
    top: 0%;
}
.solutions-slider .slick-track {
    display: flex;
    gap: 30px;
    text-align: center;
    margin-top: 20px;
}
.solutions-slider .slick-track .slick-slide:nth-child(odd) .solution-item-content {
    margin-top: 50px;
}
.protect-item:hover .protect-imgg img {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    transition: all .3s ease;
}
.protect-item {
    /* border-bottom: 10px solid var(--transparent) !important; */
    border-radius: 20px;
}
.protect-item, .protect-item * {
    transition: all .3s ease !important;
}
.protect-item:hover {
    background-color: var(--color-primary-40);
    transition: all .3s ease;
    border-bottom: 10px solid var(--color-primary) !important;
}
.float-animation {
    position: absolute;
    top: -20px;
    width: 70px;
    right: 3rem;
}
.mx-410px {
    max-width: 410px;
}
.mx-440px {
    max-width: 440px;
}
.mx-520px {
    max-width: 520px;
}
.earth-icon-iconn {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 1px solid #000;
    border-radius: 50%;
    border: 4px solid #e9e9e9;
    transition: all .5s ease, outline .1s ease; 
}
.earth-icon-txtt {
    width: calc(100% - 65px);
}
.earth-content-item:hover .earth-icon-iconn {
    background: var(--color-primary);
    outline: 3px solid var(--color-primary);
    border: 4px solid #fff;
}
.earth-content-item:hover .earth-icon-iconn img {
    filter: brightness(0) invert(1);
}
.earth-content-item:hover {
    box-shadow: var(--bs-box-shadow)!important;
}
.earth-ring-bg {
    background-image: url(/assets/images/earth-ring.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.main-earth-img {
    max-width: 340px;
    height: 340px;
}
img.earth-leaf-2 {
    left: -66px;
    width: 85px;
    top: 70px;
}
img.earth-leaf-1 {
    left: -4px;
    width: 50px;
    top: 40px;
    z-index: 1;
}
img.earth-leaf-3 {
    top: calc(50% - 20px);
    left: -48px;
    width: 70px;
}
img.earth-leaf-4 {
    left: -17px;
    bottom: 74px;
    width: 43px;
}
.main-earth-img img.earth-main-imggg {
    width: calc(100% - 60px);
}
.main-earth-img img.earth-main-imggg {
    animation: circle 22s linear infinite reverse;
}
@keyframes circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }

}
img.earth-leaf-2, img.earth-leaf-1, img.earth-leaf-3, img.earth-leaf-4 {
    animation: rotate1 4s linear infinite reverse;
}
@keyframes rotate1 {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(20deg);
    }
    100% {
        transform: rotate(0deg);
    }

}
.conver-icon-txtt, .conver-icon-txtt * {
    transition: all .5s ease;
}
.conver-icon-txtt:hover {
    box-shadow: inset 0 0 10px var(--color-primary-60) !important;
    transition: box-shadow .5s ease;
}
.conver-icon-txtt:before {
    content: "";
    position: absolute;
    top: 12%;
    left: 12%;
    width: 50px;
    height: 50px;
    background-color: #B5F0C9;
    border-radius: 50%;
    z-index: -1;
    transition: all .5s ease;
}
.conver-icon-txtt:hover::before {
    width: 170px;
    height: 170px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.animated-images-banner > img, img.cloud-mainn {
    position: absolute;
}
img.earth-banner-imgg {
    right: 0;
    bottom: 0;
    width: 58%;
    z-index: 1;
}
img.earth-top-imgg {
    right: 0;
    bottom: 0px;
    width: 58%;
}
img.earth-hill-imgg {
    right: 0;
    width: 58%;
    bottom: 0;
}
img.earth-bottom-imgg {
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 69%;
}
img.cloud-imgg-2 {
    left: 29%;
    top: 20%;
    max-width: 190px;
}
img.cloud-mainn {
    right: 5%;
    max-width: 311px;
    top: 23%;
}
img.cloud-imgg-3 {
    left: 50%;
    top: 39%;
    max-width: 194px;
}
.cloud-mainn-img-outer {
    position: absolute;
    animation: bigzoom 2s linear;
    z-index: 999;
    right: 5%;
    max-width: 311px;
    top: 23%;
    opacity: 0;
}
@keyframes bigzoom {
    0% {
        transform: scale(80);
        opacity: 1;
    }
    100% {
        transform: scale(0);
        opacity: 1;
    }

}
.cloud-mainn {
    animation: left1 10s infinite ease-in-out 3s;
}
@keyframes left1 {
    0% { right: 5%; }
    30% { right: 40%; }
    50% { right: 40%; }
    80% { right: 5%; }
    100% { right: 5%; }
  }
  .cloud-imgg-2 {
    animation: left2 10s infinite ease-in-out 3s;
}
@keyframes left2 {
    0% { left: 29%; }
    30% { left: 3%; }
    50% { left: 3%; }
    80% { left: 29%; }
    100% { left: 29%; }
  }
  .cloud-imgg-3 {
    animation: left3 10s infinite ease-in-out 3s;
}
@keyframes left3 {
    0% { left: 50%; }
    30% { left: 5%; }
    50% { left: 5%; }
    80% { left: 50%; }
    100% { left: 50%; }
  }
  img.leaf-bannerr {
    animation: left4 10s infinite ease-in-out 3s;
  }
  @keyframes left4 {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(40deg);
    }
    100% {
        transform: rotate(0deg);
    }
  }
  .eco-earth-secc .bg-image {
    width: 50% !important;
}
header  a.nav-link {
    font-weight: 500;
    font-size: 18px;
}
header a.nav-link.active {
    font-weight: 700;
}
header .navbar-nav li.nav-item {
    margin-inline: 6px;
}
img.leaf-bannerr {
    position: absolute;
    top: 24%;
    right: 7rem;
    z-index: -1;
}
[data-aos][data-aos][data-aos-duration="3200"],body[data-aos-duration="3200"] [data-aos] {
    transition-duration: 3.2s
}
[data-aos][data-aos][data-aos-duration="3400"],body[data-aos-duration="3400"] [data-aos] {
    transition-duration: 3.4s
}
[data-aos][data-aos][data-aos-duration="3600"],body[data-aos-duration="3600"] [data-aos] {
    transition-duration: 3.6s
}

[data-aos][data-aos][data-aos-delay="3200"], body[data-aos-delay="3200"] [data-aos],
[data-aos][data-aos][data-aos-delay="3400"], body[data-aos-delay="3400"] [data-aos],
[data-aos][data-aos][data-aos-delay="3600"], body[data-aos-delay="3600"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3200"].aos-animate,body[data-aos-delay="3200"] [data-aos].aos-animate {
    transition-delay: 3.2s
}
[data-aos][data-aos][data-aos-delay="3400"].aos-animate,body[data-aos-delay="3400"] [data-aos].aos-animate {
    transition-delay: 3.4s
}
[data-aos][data-aos][data-aos-delay="3600"].aos-animate,body[data-aos-delay="3600"] [data-aos].aos-animate {
    transition-delay: 3.6s
}
/* MEDIA QUERY START HERE */
@media (min-width: 992px) {
    .float-animation {
        right: -1rem;
    }
}
@media (min-width: 768px) {
    .ps-md-2.gallery-item span.gallery-item-name {
        width: calc(100% - .5rem);
        left: 0.5rem;
    }
    .px-md-2.gallery-item span.gallery-item-name {
        width: calc(100% - 1rem);
        left: 0.5rem;
    }
    .ps-md-2.pe-2.gallery-item span.gallery-item-name {
        width: calc(100% - 1rem);
        left: 0.5rem;
    }
}
@media screen and (min-width: 1200px) {
    .float-animation {
        top: -20px;
        right: 5rem;
    }
}
@media screen and (min-width: 1400px) {
    .float-animation {
        right: 10rem;
        top: -30px;
    }
}
@media screen and (max-width: 1300px) {
    .waste-manage-sec .bg-image {
        width: 50% !important;
        right: 0 !important;
        left: auto !important;
    }
}
@media screen and (max-width: 991.98px) {
    .float-animation {
        right: 0rem;
        z-index: -1;
    }
    .earth-icon-txtt {
        width: 100%;
        text-align: center !important;
        padding-right: 0 !important;
        max-width: 300px;
    }
    .earth-content-item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .earth-icon-iconn {
        order: -1;
        margin-inline: auto;
        margin-bottom: 15px;
    }
    header {
        backdrop-filter: blur(34px);
    }
    header .navbar-collapse {
        padding-bottom: 20px;
        font-weight: 600;
    }
}
@media screen and (max-width: 767.98px) {
    img.cloud-imgg-2 {
        top: 13%;
    }
    img.cloud-mainn {
        top: 30%;
    }
    img.cloud-imgg-3 {
        top: 50%;
    }
    .hero-banner-sec {
        height: auto !important;
        min-height: 85vh;
    }
    .team-slide-item {
        margin: auto;
    }
    .conver-icon-txtt:before {
        left: 50%;
    }
}