@import url('https://fonts.googleapis.com/css2?family=Lato&family=Montserrat:wght@700&display=swap');

body {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

.btn-primary {
    background: #55B76B;
    color: var(--white);
    border-color: #55B76B;

}

.btn-primary:hover {
    color: #55B76B;
    background: #fff !important;
    border-color: #55B76B;
}

h1 {
    font-size: 55px;
    font-style: normal;
    font-weight: 900;
    line-height: 70px;
    color: #55B76B;
}

.banner-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 84%;
}

.banner-border {
    margin-top: 70px;
    width: 90%;
}

.banner-center {
    position: absolute;
    top: 10%;
    right: 10%;
    height: 75%;
    animation: mirrorflip 10s 0s linear infinite;
}

@keyframes mirrorflip {
    0% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);

    }

    50% {
        transform: scale(-1, 1);
        -webkit-transform: scale(-1, 1);
        -moz-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
    }

    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
    }
}

img.butterfly {
    position: absolute;
    top: 100px;
    left: 37%;
}

img.butterfly-small {
    position: absolute;
    bottom: 150px;
    left: 20%;
}

h2 {
    color: #333;
    font-size: 40px;
    font-weight: 700;
}

img.bulb-left {
    position: absolute;
    left: 50px;
    top: 0;
}

h4 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
}

.choose-div {
    padding: 0 20px;
}

.costomer-div {
    border-radius: 20px;
    border: 2px solid #55B76B;
    background: #FFF;
    padding: 30px;
    min-height: 640px;
    margin: 0 20px;
    position: relative;
}

.customer__owl .item {
    height: 100% !important;
}

.customer__owl .owl-item {
    height: 100% !important;
}

.customer__owl .owl-item.active {
    height: 100% !important;
}

li {
    color: var(--text-color);
    font-size: 18px;
    font-family: var(--font-weight-400);
    line-height: 28px;
    margin-bottom: 10px;
    display: flex;
    align-items: start;
}

.dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #55B76B;
    position: absolute;
    right: 20px;
    top: 20px;
}

li::after {
    content: '';
    background-image: url('../images/sustainabilty/bullet.svg');
}

li img {
    width: 20px !important;
    margin-right: 10px;
    margin-top: 7px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #8BD2A0
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #55B76B;
}

.about--section {
    background-image: url(../images/sustainabilty/banner-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center, center;
}

.blog--section {
    /* background-image: url(../images/sustainabilty/banner-1.jpg); */
    background-color: #55b76a30;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left, center;
}

.blog-buterfly {
    position: absolute;
    top: -40px;
    right: 100px;
}

.blog-globe {
    position: absolute;
    bottom: -120px;
    right: 00px;
    z-index: 2;
    width: 200px;
    /* animation: 5s move infinite; */
    -webkit-animation: rotate 10s normal linear infinite;
    animation: rotate 10s normal linear infinite;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    25% {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
    }

    50% {
        -webkit-transform: rotate3d(0, 0, 1, 180deg);
        transform: rotate3d(0, 0, 1, 180deg);
    }

    75% {
        -webkit-transform: rotate3d(0, 0, 1, 270deg);
        transform: rotate3d(0, 0, 1, 270deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

@keyframes move {
    0% {
        transform: rotate(29deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

footer {
    background-color: #333;
    color: #fff;
}

footer p {
    color: #fff;
}

footer a {
    color: #fff;
}

.social__links a img {
    filter: brightness(40) invert(0);
}

a:hover {
    color: #55b76b;
}

@media (max-width:1440PX) {
    .banner-center {
        right: 20%;
    }

}

@media (max-width:1024px) {
    .banner-center {
        right: 10%;
    }
}

@media (max-width:991px) {
    img.butterfly {
        top: 60px;
        left: 60%;
    }

    img.bulb-left {
        left: 0;
        top: -71px;
    }
}

@media (max-width:767px) {
    .blog-globe {
        width: 150px;
        bottom: -80px;
    }

    .costomer-div {
        padding: 15px;
        margin: 0;
    }

    h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .choose-div {
        padding: 0;
    }

    img.bulb-left {
        left: 0;
        top: -50px;
    }

    h2 {
        font-size: 30px;
    }

    img.butterfly {
        display: none;
    }

    .banner-center {
        top: 44%;
        height: 70%;
    }

    img.bulb-left {
        width: 70px;
    }
}

section {
    overflow: inherit;
}