* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* global */
html, body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    scroll-behavior: smooth;
    /*background: url(../images/new-dot-bg.png) #14444E;*/
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

    ::-webkit-scrollbar:vertical {
        width: 7px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 7px;
    }

::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 7px;
    border: 2px solid #f5f5f5;
}

::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}
/* section{
    padding: 40px 0;
  } */

ul, ol, p {
    margin-bottom: 0;
}

li {
    list-style-type: none;
}

a, a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1265px;
    }
}

.top-banner {
    background: url(../images/new-dot-bg.png) #14444E;
    padding-bottom: 150px;
    position: relative;
}

    .top-banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(20, 68, 78, 0.7);
    }

.banner-title {
    position: relative;
    justify-content: center;
    display: flex;
    padding-bottom: 60px;
    margin-top: 20px;
}

    .banner-title .title {
        transition: all .1s ease-in-out;
        width: 400px;
        height: fit-content;
    }

.thunder {
    align-self: flex-end;
    margin-bottom: 30px;
    animation: rightleft 3s infinite alternate;
}

.thunder2 {
    align-self: flex-start;
    margin-top: 150px;
    margin-right: -60px;
}

.svg{
    width: 150px;
}

.paper-waste2 {
    position: absolute;
    bottom: -65px;
    width: 150px;
    left: 500px;
    right: 0;
    margin: auto;
    animation: rightleft 2s infinite alternate;
}

.trash-can, .paper-waste, .plastic-bag, .spoon-fork {
    position: absolute;
    bottom: 40px;
    width: 150px;
}

.plastic-bag {
    left: 25%;
    bottom: 305px;
    animation: rightleft 4s infinite alternate;
}

.trash-can {
    left: 150px;
    animation: rightleft 2s infinite alternate;
}

.paper-waste {
    left: 30%;
    animation: rightleft 6s infinite alternate;
}

.spoon-fork {
    right: 30%;
    animation: rightleft 1.5s infinite alternate;
}

.string-top {
    position: absolute;
    left: 0;
    top: -30px;
    width: 100%;
}

.string-bottom {
    position: absolute;
    left: 0;
    top: -30px;
    width: 100%;
}

.note-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0px 20px 20px 40px;
    position: relative;
    margin-top: -70px;
}

.note {
    transform: rotate(5deg);
    transition: all 0.3s ease-in;
}

    .note:nth-child(odd) {
        transform: rotate(-4deg);
    }

    .note img {
        width: 300px;
        height: fit-content;
    }

.btn-wrap {
    text-align: center;
    position: relative;
}

.btn {
    transform: scale(0);
    transition: all .3s ease-in;
}


    .btn:hover {
        transform: scale(2);
    }

.registerbtn {
    width: 230px;
}

.why-join {
    background: url(../images/grid-bg.png) repeat #002934;
    padding: 60px 0 100px 0;
    position: relative;
}
.why-list img {
    width: 300px;
}
.v-string {
    position: absolute;
    left: 0;
    max-width: 600px;
}

.why-resolution {
    padding: 120px 0;
}

.why-block {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding-bottom: 215px;
}

.why-content {
    width: 50%;
    height: auto;
    position: relative;
}

    .why-content .img-wrap {
        max-width: 300px;
        /* margin: 0 auto; */
    }

    .why-content .btn-wrap {
        position: absolute;
        bottom: -100px;
        left: 0;
    }

.why-list {
    width: 50%;
    display: flex;
    flex-direction: column;
}

    .why-list .img-wrap {
        max-width: 350px;
        margin: 0 auto -35px;
        transition: all .3s ease-in-out;
        /* position: relative; */
    }
    .why-list .img-wrap:hover{
        transform: rotate(10deg);
      }

    .why-list .value-1, .why-list .value-3 {
        /* transform: translateX(-50px); */
        transition: all 0.3s ease-in;
    }

    

    .why-list .value-2, .why-list .value-4 {
        transform: translateX(50px);
    }

.bottle {
    position: absolute;
    top: 144px;
    left: 86px;
    z-index: 0;
    width: 150px;
    animation: rightleft 2s infinite alternate;
}

.bottle2{
    position: absolute;
    left:auto;
    right: 25px;
    top: 200px;
    width: 120px;
    animation: rightleft 2.2s infinite alternate;
}

.scribble{
    position: absolute;
    top: 350px;
    left: 350px;
}

.why-list{
    position: relative;
}

.why-list .svg{
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
}

.why-list .scribble2{
    top: 25px;
    right: -100px;
}

.why-list .scribble3{
    top: 325px;
    left: 50px;
}

.why-join{
    position: relative;
}

.why-join .scribble2{
    position: absolute;
    left: 35%;
    bottom: 55%;
}

.fill-title {
    padding: 20px 0 50px;
    text-align: center;
    margin-left: 220px;
}


.fill-details-img {
    width: 335px;
    margin-left: -260px;
}

.input-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-wrap .required, .check-title .required {
    color: #ff0000;
}

.input-details .input-wrap label {
    color: #fff;
    font-size: 18px;
}

.input-wrap input, .check-wrap input {
    width: 100%;
    display: inline-block;
    padding: 20px;
    border-radius: 16px;
    margin-top: 10px;
}

    .input-wrap input::placeholder {
        color: rgba(0, 0, 0, 0.4);
    }

.check-title {
    color: #fff;
    font-size: 14px;
    margin: 24px 0;
}

.check-details {
    display: flex;
    flex-wrap: wrap;
}

.check-wrap {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
}

    .check-wrap:not(:last-child) {
        width: 25%;
    }

    .check-wrap:last-child {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .check-wrap:last-child .check-label {
            margin-bottom: 0;
        }

        .check-wrap:last-child input[type=text] {
            margin-top: 0;
        }

.check-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}

    .check-label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #14444E;
}

.check-label:hover input ~ .checkmark {
    border: 1px solid #97CD1E;
}

.check-label input:checked ~ .checkmark {
    background-color: #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-label input:checked ~ .checkmark:after {
    display: block;
}

.check-label .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #14444E;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Footer */

footer .img-wrap {
    text-align: center;
    padding: 20px 0;
    background: #002934;
}

@keyframes rightleft {
    from {
        transform: rotate(-10deg);
    }

    to {
        transform: rotate(20deg);
    }
}

@keyframes glow {
    from {
        transform: scale(1);
        filter: drop-shadow(0 0 10px #93ff2d)
    }

    to {
        transform: scale(1.1);
        filter: drop-shadow(0 0 10px #93ff2d) drop-shadow(0 0 20px #93ff2d);
    }
}

#other {
    margin-left: 15px;
}

.gallery {
    background: url(../images/new-dot-bg.png) #14444E;
    padding: 100px 0;
    position: relative;
}

    .gallery::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(20, 68, 78, 0.7);
    }

.img-list {
    display: flex;
    justify-content: space-between;
}

.gallery-img {
    width: 30%;
    transform: scale(1);
    transition: all 0.3s ease-in;
}

    .gallery-img:hover {
        transform: scale(1.1) rotate(0);
    }

.img-even {
    transform: rotate(10deg);
}

.img-odd {
    transform: rotate(-10deg);
}

.intro-text{
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
    position: relative;
    color: #fff;
}

.intro-text a{
    color: #97CD1E;
}

.blogs-swiper{
    padding-bottom: 65px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    background: #f5f5f5;
}


.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #93ff2d;
}

@media(max-width: 767px){
    .top-banner{
        overflow-x: hidden;
    }

    .banner-title .title{
        max-width: 330px;
        margin-top: 55px;
        margin-bottom: 35px;
    }

    .note img{
        max-width: 200px;
    }

    .registerbtn{
        max-width: 150px;
    }

    .bottle{
        left: 0;
        top: 250px;
    }

    .bottle2{
        left:auto;
        right: 250px;
    }

    .paper-waste2{
        left: auto;
        right: 5px;
    }

    .thunder{
        display: none;
    }

    .note-list{
        flex-direction: column;
    }

    .plastic-bag{
        max-width: 80px;
        left: 0;
    }
    .spoon-fork{
        right: 0;
    }
    .paper-waste{
        left: 2%;
    }

    .why-block{
        display: none;
        flex-direction: column;
        align-items: center;
        padding-bottom: 80px;
    }

    .why-content .btn-wrap{
        position: static;
    }

    .why-content{
        width: 80%;
        text-align: center;
    }
    
    .why-list{
        margin-top: 50px;
    }

    .fill-title{
        padding: 0;
    }

    .fill-title{
        margin-left: 100px;
        max-width: 215px;
        margin-bottom: 25px;
    }

    .input-details{
        flex-direction: column;
    }

    .input-wrap{
        width: 100%;
        margin-bottom: 25px;
    }

    .check-wrap:not(:last-child){
        width: 50%;
    }

    .check-wrap:last-child{
        width: 100%;
    }

    .btn-wrap .btn img{
        max-width: 180px;
    }

    .img-list{
        flex-direction: column;
        align-items: center;
    }

    .gallery-img{
        width: 80%;
    }

    .why-content .img-wrap img{
        max-width: 200px;
    }

    .trash-can, .paper-waste, .plastic-bag, .spoon-fork {
        width: 100px;
    }

    .input-wrap input, .check-wrap input{
        padding: 12px 20px;
    }
}