/*video */
.main__slider__video {
  width: 100vw;
  height: 100vh;
}
    
.main__slider__video > iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

.nav-menu{
    margin-top: 10px;
}

.nav-list li a{
    white-space: nowrap;
}

footer a{
    color: #fff;
    text-decoration: none!important;
    transition: .5s all ease-in-out;
}

.footer-logo > img{
    width: 200px;
}

.position-relative{
    position: relative;
}

.position-absolute{
    position: absolute;
}

.serv-block-info h5{
    font-weight: 500;
    letter-spacing: 1px;
}



.serv-block-info i{
    
    color: #fff;
    background: #2573db;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
/* our team */
.earthoodies__box{
    background: white;
    border-radius: 1px;
    overflow: hidden;
    margin: 0 15px 15px 0;
    transition: .5s all ease-in-out;
}
.earthoodies__box--bg {
        background-size: cover;
    width: 200px;
    height: 200px;
}

.earthoodies__box__name {
    position: absolute;
    text-align: right;
    bottom: 15px;
    right: 10px;
    font-size: 19px;
    transform: rotate(180deg);
    writing-mode: sideways-lr;
    opacity: 0;
transition: transform 1s .35s,opacity 1s .35s;
    transition-timing-function: cubic-bezier(.19,1,.22,1);
}

.earthoodies__box__name p, .earthoodies__box__name span{
    transform: rotate(0deg);
}

.earthoodies__box::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    background: rgba(255,255,255,.9);
    transform: translateX(-102%);
    transition: transform .65s cubic-bezier(.19,1,.22,1);
}

.earthoodies__box:hover::before {
transform: translateX(0);
}

.earthoodies__box:hover .earthoodies__box__name {
       transform: translateX(0);
        opacity: 1;
}

.earthoodies__box__name span{
    font-weight: 600;
    color: #1b91d0;
}

.contact__us--bg{background-image: url(../images/wmap3.png);background-size: contain;height: 600px;background-repeat: no-repeat;background-position: bottom;}

.blink {width: 25px;height: 25px;position: absolute;top: auto;border-radius: 100%;}

.blink_1{right: 210px;bottom: -190px;}
.blink_2{right: 350px;bottom: -210px;}
.blink_3{right: 146px;bottom: -150px;}
.blink_4{right: 630px;bottom: -110px;}
.blink_5{right: 790px;bottom: -390px;}

@media screen and (min-width: 992px) {

.blink_1{right: 210px;bottom: -190px;}
.blink_2{right: 350px;bottom: -210px;}
.blink_3{right: 146px;bottom: -150px;}
.blink_4{right: 630px;bottom: -110px;}
.blink_5{right: 790px;bottom: -390px;}

    
}


@media screen and (min-width: 1280px) {

.blink_1{right: 210px;bottom: -190px;}
.blink_2{right: 350px;bottom: -210px;}
.blink_3{right: 146px;bottom: -150px;}
.blink_4{right: 630px;bottom: -110px;}
.blink_5{right: 790px;bottom: -390px;}
}


.blink_box{background: #fff;width: 260px;padding: 10px; border-radius: 5px;color: #333;text-align: center;position: absolute;transform: translateY(0px);opacity: 0;transition: .5s all ease-in-out;border:1px solid #45a7ef;}

.blink_box_1 {bottom: -312px;right: -70px;}
.blink_box_2 {bottom: -410px;right: 210px;}
.blink_box_3 {bottom: -70px;right: 50px;}
.blink_box_4 {bottom: -290px;right: 600px;}
.blink_box_5 {bottom: -550px;}

#blink_1:hover .blink_box_1, #blink_2:hover .blink_box_2, #blink_3:hover .blink_box_3, #blink_4:hover .blink_box_4, #blink_5:hover .blink_box_5 {transform: translateY(-5px);opacity: 1;}


.block--img{filter: invert(1);}
.s-info-cover a:Hover .block--img{filter: invert(0);}

/* powerhouse */
.beneficiaries{
    height: 780px;
}

.Earth__box--cnt h5{
        color: #383838;
}

.Earth__box{
    line-height: 20px;
    cursor: pointer;
    width: 250px;
    border: 1px solid #3333331a;
    background: #ffffff;
    padding: 5px;
    box-shadow: 0px 0px 11px 0px #3333333b;
    /* animation: shake 2s ease-in-out .5s infinite alternate; */
    /* transition: transform .5s; */
    transform: scale(1);
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    transition: .5s all ease-in-out;
}

.Earth__box:hover{
    z-index: 2; /* end in front of other card */
    transform: scale(1.1);
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    transition: .5s all ease-in-out;
}

.Earth__box--cnt h5 {
    font-size: 16px;
    padding: 0 20px;
    letter-spacing: .5px;
    margin-bottom: 0;
}

.Earth__box--cnt > p {
    color: #dc3545;
    font-size: 15px;
    margin-bottom: 5px;
    padding: 0 20px;
}

.Earth__box--des > p {
    font-size: 15px;
    color: #686666;
    letter-spacing: .5px;
    margin-bottom: 5px;
    padding: 0 25px;
}

@keyframes shakeup {
0% {
    transform: translateY(10px);
  }
}


@keyframes swing-backwards {
  0% {
    z-index: 1;  /* start in front of other card */
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.6);
  }
  100% {
    z-index: 1; /* end behind other card */
    transform: scale(0);
  }
}



.Earth__box--cnt h5{
    line-height: 20px;
}
.Earth__box--img {
    /* background: #cdd7d2; */
    background-image: url("../images/ESG.png");
    height: 80px;
}

.eb__1{
    right: 33px;
    top: 0;
}
.eb__2 {
    right: 20%;
    top: 20px;
}

.eb__3{
    right: 37%;
    top: 40px;
}
.eb__4{
    right: 54%;
    top: 60px;
}

.eb__5{
    right: 65%;
    top: 90px;
}
.eb__6{
    left: 2%;
    top: 165px;
}

.eb__7{
    left: 17%;
    top: 220px;
}

.eb__8{
    left: 34%;
    top: 260px;
}

.eb__9{
    left: 50%;
    top: 310px;
}

.eb__10{
    left: 70%;
    top: 340px;
}


@keyframes shake {
50% {
    transform: translateX(10px);
  }
}

.scroll {
  display: flex;
  flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}
.item {
    height: 400px;
    width: calc(100% - 30%);
    min-width: calc(100% - 30%);
    padding: 30px;
    background: #7c6f63;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 36px;
}

.item-div-box-title > h2{
        position: absolute;
    top: 36px;
    left: 38%;
}

.item-div-box {
    width: 100%;
    position: relative;
}

.item:hover .item-div-box-img:before{
    height: 400px;
}

.item-div-box-img::before{
    content: '';
    position: absolute;
    height: 250px;
    overflow: hidden;
    background: url(https://argor.adorator.io/wp-content/uploads/2021/09/3I3A5395-copy-e1631186306307.jpeg);
    border-radius: 20px;
    background-size: cover;
    background-position: bottom center;
    transition: .5s all ease-in-out;
}

/* gallery start */
#gallery-cover{
    margin: 0 100px!important;
}

#s-gallery .gallery-item {
    width: 25.33%!important;
}

#gallery_2 {
    left: 25%!important;
}

#gallery_3{
 left: 50%!important;
}

#gallery_4{
    top: 0!important;
    left: auto!important;
    right: 0!important;
}


@media only screen and (min-width: 426px) and (max-width: 768px){
    .Earth__box{
        top: 0%;
    }
    .eb__1 {
        top: 0%;
        right: auto;
        left: 50%;
        transform: translate(-67%, 0%);
    }
    
        .eb__2 {
        top: 0%;
        right: auto;
        left: 50%;
        transform: translate(-63%, 0%);
    }
    
        .eb__3 {
        top: 0%;
        right: auto;
        left: 50%;
        transform: translate(-60%, 0%);
    }
    
        .eb__4 {
        top: 0%;
        right: auto;
        left: 50%;
        transform: translate(-57%, 0%);
    }
    
        .eb__5 {
        top: 0%;
        right: auto;
        left: 50%;
        transform: translate(-54%, 0%);
    }
    
        .eb__6 {
        top: 0%;
        right: auto;
        left: 50%;
        transform: translate(-48%, 0%);
    }
    
        .eb__7 {
        top: 0%;
        right: auto;
        left: 50%;
        transform: translate(-46%, 0%);
    }
    
        .eb__8 {
        top: 0%;
        right: auto;
        left: 50%;
        transform: translate(-44%, 0%);
    }
    
        .eb__9 {
        top: 0%;
        right: auto;
        left: 50%;
        transform: translate(-47%, 0%);
    }
        .eb__10 {
        top: 0%;
        right: auto;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    

    .Earth__box--cnt h5{
        font-size: 15px;
        padding: 0 20px;
    }

    .Earth__box--des > p {
        font-size: 14px;
        padding: 0 10px;
    }
    .Earth__box--cnt > p {
        letter-spacing: 0;
        font-size: 14px;
    }
    
    .Earth__box:hover {
    left: 20%;
    }

}


@media only screen and (min-width: 320px) and (max-width: 425px){
    
    .Earth__box:hover {
    left: 20%;
    }
    .Earth__box{
        top: 0%;
    }
    .eb__1 {
        top: 0%;
        right: auto;
        left: 50%;
        transform: translate(-67%, 0%);
    }
    
        .eb__2 {
        top: 0%;
        right: auto;
        left: 50%;
        transform: translate(-63%, 0%);
    }
    
        .eb__3 {
        top: 0%;
        right: auto;
        left: 50%;
        transform: translate(-60%, 0%);
    }
    
        .eb__4 {
        top: 0%;
        right: auto;
        left: 50%;
        transform: translate(-57%, 0%);
    }
    
        .eb__5 {
        top: 0%;
        right: auto;
        left: 50%;
        transform: translate(-54%, 0%);
    }
    
        .eb__6 {
        top: 0%;
        right: auto;
        left: 50%;
        transform: translate(-48%, 0%);
    }
    
        .eb__7 {
        top: 0%;
        right: auto;
        left: 50%;
        transform: translate(-46%, 0%);
    }
    
        .eb__8 {
        top: 0%;
        right: auto;
        left: 50%;
        transform: translate(-44%, 0%);
    }
    
        .eb__9 {
        top: 0%;
        right: auto;
        left: 50%;
        transform: translate(-47%, 0%);
    }
        .eb__10 {
        top: 0%;
        right: auto;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    

    .Earth__box--cnt h5{
        font-size: 15px;
        padding: 0 20px;
    }

    .Earth__box--des > p {
        font-size: 14px;
        padding: 0 10px;
    }
    .Earth__box--cnt > p {
        letter-spacing: 0;
        font-size: 14px;
    }

}


.bg-dark{
    background:#fbfbfb;
}
.bg-light{
    background:#fff;
}



.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cards__item {
  display: flex;
  padding: 1rem;
}
@media (min-width: 40rem) {
  .cards__item {
    width: 50%;
  }
}
@media (min-width: 56rem) {
  .cards__item {
    width: 24.3333%;
  }
}

.card {
 /*   box-shadow: 0 20px 40px -14px rgba(0,0,0,0.25);*/
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid;
  border-color: #C0C0C0;
}

.card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
}
.card__image {
    height: 100px;
  width: 230px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  overflow: hidden;
  position: relative;
}

.card__image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media (min-width: 40rem) {
  .card__image::before {
    padding-top: 66.6%;
  }
}
.card__image--unfccc {
  background-image: url(../images/unfccc.png);
}
.card__image--gestandard {
  background-image: url(../images/gestandard.png);
}
.card__image--socialcarbon {
  background-image: url(../images/socialcarbon.png);
}
.card__image--verra {
  background-image: url(../images/verra.png);
}
.card__image--climate-standards {
  background-image: url(../images/climate-standards.png);
}
.card__image--globalcarboncouncil {
  background-image: url(../images/globalcarboncouncil.png);
}
.card__image--goldstandard {
  background-image: url(../images/goldstandard.png);
}
.card__image--gab {
  background-image: url(../images/gab.png);
}
.card__image--beeindia {
  background-image: url(../images/beeindia.png);
}
.card__image--sfacindia {
  background-image: url(../images/sfacindia.png);
}
.card__image--openforestprotocol {
  background-image: url(../images/openforestprotocol.png);
}
.card__image--accountability {
  background-image: url(../images/accountability.png);
}

 .skewed {
  position: absolute;
    bottom: ;
    left: 0;
    width: 100%;
    height: 40%;
    background: #103054;
    z-index: -2;
}
      