*{
    font-family: "Roboto", sans-serif;
}
body{
    overflow-x: hidden;
}


/* font-family: "Merienda", cursive; */
.menu-contain{
    position: relative;
    display: flex;
    left: -1vw;
    top: -0.5vw;
    /* justify-content: center; */
    height: 5vw;
    width: 110%;
    /* border: 1px solid green; */
    /* box-shadow: 0.1vw 0.1vw 0.1vw rgb(182, 179, 179); */
    background-color: rgba(122, 154, 170, 0.314);

}

.topLeaf{
    position: absolute;
    top: -7vw;
    left: -5vw;
    height: 15vw;
    width: 20vw;
}

.logo{
    position: relative;
    height: 9vw;
    width: 9vw;
    left: 35vw;
    top: -1vw;
}


.menu-bar{
    display: flex;
    position: relative;
    /* border: 1px solid blue; */
    left: 55vw;
    top: 1vw;
    height: 100%;
    padding-right: 1vw;
    font-family: garamond;
}


.menu-bar ul{
    display: flex;
    list-style: none;
    gap: 2vw;
    position: relative;
    top: 1.1vw;
}


/* .menu-bar ul li:nth-child(2){
    position: relative;
    height: 100%;
    font-size: 1.3vw;
    top: -2.5vw;
    font-weight: 700;
    padding: 2.3vw 0.5vw 0vw 0.5vw;
    font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
    transition: all 0.5s ease-in-out;
} */



.menu-bar ul li a{
    text-decoration: none;
    color: rgb(17, 110, 55);
    font-family: garamond;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
}


.menu-bar ul li a:hover{
    color: rgb(17, 209, 17);
    padding-bottom: 1vw;
    border-bottom: 2px solid rgb(17, 209, 17);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

  }



/* .menu-bar ul li:nth-child(1) a{
    color: rgb(75, 73, 73);
    font-size: 1.3vw;
    top: -2.5vw;
    font-weight: 700;
} */












/* .menu-bar ul li:hover{
    background-color: rgb(17, 110, 55);
    position: relative;
    scale: 1.03;
} */

.arrow-up{
    height: 2.5vw;
    width: 2.5vw;
    position: fixed;
    right: 0vw;
    top: 80%;
    display: none;
    transition: all 0.3s ease-in-out;
    animation: arrowUP 2s ease-in-out 0.1s infinite;

}


@keyframes arrowUP {
    0% {
      bottom: 7.5vh;
      scale: 1.2;
    }
  
    50% {
      bottom: 8vh;
      scale: 1;
    }
  
    100% {
      bottom: 8.2vh;
      scale: 1.2;
    }
  }

/*****************************************/
/*****************************************/
/*****************************************/
.big-body{
    /* border: 1px solid blue; */
    margin: 1vw;
    position: relative;
    left: 0vw;
    box-sizing: border-box;
}

.body1{
   left: -2vw;
   top: -1.5vw;
   width: 110%;
    position: relative;
    /* background-color: rgba(255, 196, 3, 0.741); */
    padding: 1vw;
    /* border: 2px solid rebeccapurple; */
    background-color: rgba(122, 154, 170, 0.314);

    /* background: -moz-linear-gradient(90deg, rgba(255, 196, 3, 0.573), rgba(255, 196, 3, 0.741), rgba(255, 196, 3, 0.573));
    background: -webkit-linear-gradient(90deg, rgba(255, 196, 3, 0.573), rgba(255, 196, 3, 0.741), rgba(255, 196, 3, 0.573));
    background: -o-linear-gradient(90deg, rgba(255, 196, 3, 0.573), rgba(255, 196, 3, 0.741), rgba(255, 196, 3, 0.573));
    background: linear-gradient(90deg, rgba(255, 196, 3, 0.573), rgba(255, 196, 3, 0.741), rgba(255, 196, 3, 0.573));
     */

}

.body1 h1{
    font-size: 3.8vw;
    color: rgb(17, 110, 55);
    position: relative;
    left: 9%;
    font-family: garamond;
    width: 50vw;
    letter-spacing: 0.07vw;
    line-height: 4vw;
    margin: 7vw 0vw;
}


.divp{
    height: 6vw;
    /* border: 2px solid black; */
    position: relative;
    top: -2vw;
}
/* .body1 p:nth-child(2) */
.body1 p{
    font-size: 1vw;
    text-align: left;
    position: relative;
   color: rgb(0, 0, 0);
   left: 11vw;
   top: -3vw;
   padding-bottom: 1vw;
   width: 40vw;
   font-weight: 700;
   transition: all 0.5s ease-in-out;



}





/* .pp{
    font-family: fantasy;
    position: relative;
    left: -20vw;
    
} */


/* .body1 p{
    font-size: 1.3vw;
    position: relative;
   text-align: center;
   color: rgb(61, 61, 61);
   line-height: 0.2vw;
} */


.body1-Design{
    position: fixed;
    height: 40vw;
    width: 35vw;
    top: 5vw;
    left: 65vw;
    z-index: 50;


}



/*****************************************/
/*****************************************/
/*****************************************/

.body2{
    position: relative;
    left: -1.5vw;
    width: 110%;
    top: -1.5vw;
    padding-top: 3vw;
    border: 2px solid black ;
    box-shadow: 0.1vw 0.1vw 0.3vw black;
    padding-bottom: 3vw;
    background-color: #34c759;
    z-index: 150;
}

.body2 >a{
    position: absolute;
    z-index: 250;
    top: -1.5vw;
    left: 4.5vw;
    text-decoration: none;
    background-color: white;
    padding-left: 1vw;
    padding-right: 1vw;
    width: 7vw;
    color: rgb(120, 118, 118);
}

.div-p{
    /* border: 1px solid rgb(164, 0, 0); */
    width: 25%;
    position: relative;
    left: 70vw;
    text-align: justify;
    
}



.body2 p{
    font-size: 1.2vw;
    line-height: 2vw;
    letter-spacing: 0.05vw;
    position: relative;
    margin-left: 2vw;
    margin-bottom: 3vw;
    /* border: 2px solid blue; */
    z-index: 50;
    font-weight: 300;
    color: white;
    padding-bottom: 8vw;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;


}




.img-body2{
    height: 100%;
    width: 70vw;
    position: absolute;
    top: 3.5vw;
    left: 0vw;
    top: 0vw;
    /* filter: brightness(25%); */
    z-index: 20;
}



/*****************************************/
/*****************************************/
/*****************************************/

.body3{
    /* border: 2px solid red; */
    margin: 1vw;
    padding-top: 6vw ;
    padding-bottom: 6vw;
}






.body3 h2{
    position: relative;
    font-size: 5vw;
    left: 10vw;
    width: 50vw;
    font-weight: 900;
    top: -4vw;
    color: rgb(103, 103, 103);
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
  animation: appearMap linear;
  animation-timeline: view();
  animation-range: entry 0%;
}

@keyframes appearMap {
    from {
      opacity: 0;
      scale: 0.5;
    }
  
    to {
      opacity: 1;
      scale: 1;
    }
  }



.div2-body3, .div3-body3{
    position: relative;
    left: 5vw;
    margin: 5vw 0vw 5vw 0vw;

    /* animation: appearMap linear;
    animation-timeline: view();
    animation-range: entry 0%; */

}

h3{
    font-size: 1.4vw;
    position: relative;
    top: -7vw;
    font-weight: 300;
    width: 70vw;
    left: 10vw;
    word-spacing: 0.3vw;
    letter-spacing: 0.04vw;


    /* background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position-x: right;
    transition: background-size 500ms; */
}

/* h3:hover{
    background-size: 100% 100%;
    background-position-x: left;
} */

.div1-body3 ul{
    display: flex;
    /* flex-wrap: wrap; */
    /* gap: 3vw; */
    position: relative;
    left: 16vw;
    top: 4vw;
    width: 60vw;
    justify-content: center;
    align-items: center;
    /* border: 2px solid rgb(0, 0, 0); */
    margin-bottom: 28vw;

}
.div1-body3 ul li{
list-style: none;
/* border: 2px solid red; */
margin-right: 5vw;
flex: 1 0 340px;
justify-content: center;
align-items: center;
/* box-shadow: 0.008vw 0.008vw 0.1vw rgb(198, 196, 196); */

}


.div1-body3 ul li img{
    position: relative;
    height: 9vw;
    width: 9vw;
    left: 6.5vw;
    

}

.div1-body3 ul li p{
    line-height: 1.5vw;
    letter-spacing: 0.05vw;
    font-weight: 700;
    font-size: 1vw;
    text-align: center;
    padding: 1vw;
    word-spacing: 0.3vw;
    letter-spacing: 0.04vw;
}

.div2-body3{
    background-color: rgba(122, 154, 170, 0.314);
    position: relative;
    left: -3vw;
    width: 103vw;
    padding-bottom: 1vw;
    top: -5.1vw;
}


.div2-body3 h3{
    font-size: 2vw;
    position: relative;
    top: 5vw;
    font-weight: 400;
    width: 70vw;
    left: 10vw;
    color: green;
    word-spacing: 0.3vw;
    letter-spacing: 0.04vw;
    text-transform: uppercase;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


.div2-body3 ul{
    display: flex;
    /* flex-wrap: wrap; */
    /* gap: 3vw; */
    position: relative;
    left: 1vw;
    top: 8vw;
    width: 97vw;
    justify-content: center;
    align-items: center;
    /* border: 2px solid rgb(0, 0, 0); */
    margin-bottom: 28vw;
}

.div2-body3 ul li{
    list-style: none;
    margin-right: 2vw;
    /* border: 5px solid rgb(223, 39, 39); */
    position: relative;
    height: 40vw;
    width: 30vw;
    overflow: hidden;
    border-radius: 30px;
    transition: all 0.4s ease-in-out;
        border: 7px solid rgb(255, 255, 255);
                            box-shadow: 0.1vw 0.1vw 0.7vw rgb(13, 13, 13), -0.1vw -0.1vw 0.7vw rgb(39, 37, 37);



    }


    .div2-body3 ul li:hover{
        scale: 1.1;
                    box-shadow: 0.1vw 0.1vw 1.5vw rgb(13, 13, 13), -0.1vw -0.1vw 1.5vw rgb(39, 37, 37);

    }

 
  

   .slideDiv{
    overflow: hidden;
    height: 100%;
    width: 100%;
    left: 0vw;
    border-radius: 20px;
    position: relative;
    animation: sliderDiv2 30s ease-in-out 3s infinite;
        background-color: rgb(120, 120, 120);


}


  .slideDiv img{
    position: absolute;
    width: 100%;
    left: 0vw;
    top: 0vw;
    height: 40vw;
    filter: brightness(60%);
    /* border-radius: 20px; */
    display: none;
    

}


.imgSlideDiv.zapEtude {
    display: block;
    transition: all 2s ease-in-out;
    animation: SLideEtude 0.6s ease-in-out;
  }
  
  @keyframes SLideEtude {
    from{
      left: 0vw;
      opacity: 0;
      scale: 0.8;
    }
    to{
      left: 0;
      opacity: 1;
      scale: 1;
    }
  }




  
   .slideDiv2{
    overflow: hidden;
    height: 100%;
    width: 100%;
    left: 0vw;
    border-radius: 20px;
    position: relative;
        background-color: rgb(120, 120, 120);



}





    .slideDiv2 img{
    position: absolute;
    width: 100%;
    left: 0vw;
    top: 0vw;
    height: 40vw;
    filter: brightness(60%);
    border-radius: 20px;
    display:none ;
    

}


  .imgSlideDiv2.zapEtudeTwo {
    display: block;
    transition: all 2s ease-in-out;
    animation: SLideEtude2 0.6s ease-in-out;
  }
  
  @keyframes SLideEtude2 {
    from{
      top: 50vw;
      opacity: 0;
      scale: 0.8;
    }
    to{
      top: 0;
      opacity: 1;
      scale: 1;
    }
  }





  
   .slideDiv3{
    overflow: hidden;
    height: 100%;
    width: 100%;
    left: 0vw;
    border-radius: 20px;
    position: relative;
    background-color: rgb(120, 120, 120);


}





    .slideDiv3 img{
    position: absolute;
    width: 100%;
    left: 0vw;
    top: 0vw;
    height: 40vw;
    filter: brightness(60%);
    border-radius: 20px;
    display:none ;
    

}


.slideDiv3 img.zapEtudeThree {
    display: block;
    transition: all 2s ease-in-out;
    animation: SLideEtude3 0.6s ease-in-out;
  }
  
  @keyframes SLideEtude3 {
    from{
      left: 0vw;
      opacity: 0;
      scale: 0.8;
    }
    to{
      left: 0;
      opacity: 1;
      scale: 1;
    }
  }





    
    .div2-body3 ul li a{
        line-height: 1.5vw;
        letter-spacing: 0.05vw;
        font-weight: 600;
        font-size: 1.5vw;
        text-align: center;
        padding-top: 20vw;
        padding-bottom: 19vw;
        padding-left: 1.8vw;
        padding-right: 1.9vw;
        position: absolute;
        /* border: 2px solid red; */
        color: rgb(255, 255, 255);
        width: 26.3vw;
        border-radius: 20px;
        left: 0vw;
        top: 0vw;
        transition: all 0.3s ease-in-out;
        display:none;
        word-spacing: 0.3vw;
        letter-spacing: 0.04vw;
        backdrop-filter: blur(7px);

    }

   


    .div2-body3 ul li p{
        position: absolute;
        top: 25vw;
        left: 0vw;
        font-size: 1.4vw;
        font-weight: 300;
        text-align: center;
        /* backdrop-filter: blur(5px); */
        background-color: #34c759;
        width: 27vw;
        height: 5vw;
        padding-top: 1vw;
        word-spacing: 0.3vw;
        letter-spacing: 0.04vw;
        color: white;
        border-top-right-radius: 50px;
        display: ;

        border: 1px solid black;
    }

    .p3{
        padding-right: 1vw;
        padding-left: 1vw;
    }

    

    
.body-4{
    position: relative;
    left: -3vw;
    width: 100vw;
    /* background-color: rgba(122, 154, 170, 0.314); */
    padding-top: 8vw;
    padding-bottom: 8vw;
}


.body-4 p{
    position: relative;
    left: 10vw;
    width: 42vw;
    line-height: 2.5vw;
    font-size: 1.4vw;
    text-align: justify;
    z-index: 250;
    font-weight: 300;
    word-spacing: 0.3vw;
    letter-spacing: 0.04vw;
}

.body-4 p strong{
    color: rgb(245, 52, 9);
}

.body-4 img{
    position: absolute;
    left: 50vw;
    height: 30vw;
    width: 55vw;
    top: 25vw;
    z-index: 200;
}

.mapBlog{
    user-select: none;
    position: relative;
    left: 1.5vw;
}

 /*****************************************/
/*****************************************/
/*****************************************/
.slideImg{
    background-color: #34c759;
    position: relative;
    left: -3vw;
    width: 99.5vw;
    padding-bottom: 1vw;
}



.area {
  position: absolute;
  filter: brightness(25%);
  background-size: 100%;
  background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
  width: 100%;
  height: 100%;
  top: -1vw;
  left: 0;
  z-index: 2;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.485);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(3) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(4) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(5) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(6) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(7) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(8) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(9) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(10) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(11) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(12) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(13) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(14) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(15) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(16) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(17) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(18) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(19) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

.circles li:nth-child(20) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}


.circles li:nth-child(21) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 5s;
}

.circles li:nth-child(22) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 9s;
}

.circles li:nth-child(23) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 12s;
  animation-duration: 12s;
}

.circles li:nth-child(24) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 3s;
  animation-duration: 12s;
}

.circles li:nth-child(25) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(26) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 15s;
}

.circles li:nth-child(27) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 2s;
  animation-duration: 18s;
}

.circles li:nth-child(28) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 7s;
  animation-duration: 18s;
}

.circles li:nth-child(29) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 10s;
}

.circles li:nth-child(30) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 1s;
}

.circles li:nth-child(31) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 7s;
}

.circles li:nth-child(32) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 14s;
}

.circles li:nth-child(33) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(34) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 2s;
}

.circles li:nth-child(35) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 12s;
  animation-duration: 45s;
}

.circles li:nth-child(36) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 18s;
  animation-duration: 45s;
}

.circles li:nth-child(37) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(38) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 9s;
  animation-duration: 35s;
}

.circles li:nth-child(39) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

.circles li:nth-child(40) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}



@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  50% {
    transform: translateY(-1000px) rotate(360deg);
    opacity: 1;
    scale: 1.1;
    border-radius: 50%;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}





.div-Slide-Contain{
    position: relative;
    left: 5vw;
    width: 60%;
    height: 50vw;
    /* border: 2px solid red; */
    top: 6vw;
    margin-bottom: 15vw;
    overflow: hidden;
    z-index: 50;
    box-shadow: 0.1vw 0.1vw 0.5vw black;

}

.div-Slide-Img{
    height: 100%;
    width: 100%;
    position: relative;
    /* border: 5px solid blue; */
    transition: all 0.5s ease-in-out;
    background-color: rgba(93, 60, 60, 0.53);

    

}


.div-Slide-Img img{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    /* border: 2px solid green; */
    display: none;
}

    #img1{
        display: block;
    }

.div-Slide-Img .images.page{
    display: block;
    transition: all 1s ease-in-out;
    animation: shifpic 0.9s ease-in-out;

}


@keyframes shifpic {
    from{
        left: 20vw;
        scale: 1.8;

    }
    to{
        left: 0vw;
        scale: 1;
    }
}






.div-Zap{
    position: relative;
    top: 32vw;
    z-index: 60;
    height: max-content;
    display: flex;
    width: 70.3vw;
    justify-content: center;
    align-items: center;

}
.div-Zap button{
    border:  none;
    padding: 0.3vw 1vw;
    font-size: 1vw;
    transition: all 0.5s ease-in-out;

}

.div-Zap button:hover{
    background-color: rgba(0, 0, 0, 0.286);
    scale: 1.1;
    color: rgb(255, 255, 255);
    
}

.btn-Prec{
    position: absolute;
    left: 3vw;

}


.btn-Prec:hover{
    box-shadow: 0.1vw 0.1vw 0.5vw rgb(255, 255, 255);

}

.btn-Suiv:hover{
    box-shadow: 0.1vw 0.1vw 0.5vw black;

}
.btn-Suiv{
    position: absolute;
    right: 3vw;
}





 /*****************************************/
/*****************************************/
/*****************************************/

.foot{
    background-color: rgb(17, 110, 55);
    position: relative;
    left: -3vw;
    top: 1.3vw;
    width: 103vw;
}

.rights{
    width: 30vw;
    position: relative;
    left: 4vw;
    top: 1vw;
}

.rights img{
    height: 1vw;
    width: 1vw;
    border-radius: 50%;
    position: absolute;
    top: 0vw;
}

.rights p{
    position: relative;
    left: 1.3vw;
    top: 0.2vw;
    color: white ;
    font-size: 1.3vw;
    font-weight: 600;
}


.screenpic{
    position: relative;
    top: 2vw;
}


.foot ul{
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
}

.foot ul li{
    position: relative;
    top: -1.8vw;
    left: 37vw;
    margin-left: 2vw;
    border: 2px solid white;
    border-radius: 50%;
    height: 2.1vw;
}


.foot ul li a img{
    height: 2.1vw;
    width: 2.1vw;
}




/**************************************************************************************************/
/*******************************************************************************************/
/***************************************************************************************/
/*****************************************************************************/

@media screen and (min-width:200px) and (max-width:920px){

body{
  overflow-x: hidden;
}




  .menu-contain{
    position: relative;
    display: flex;
    left: -2vw;
    top: -1.5vw;
    /* justify-content: center; */
    height: 13vw;
    width: 110%;
    border: 1px solid green;
    /* box-shadow: 0.1vw 0.1vw 0.1vw rgb(182, 179, 179); */
    background-color: rgba(122, 154, 170, 0.314);

}

.topLeaf{
    position: absolute;
    top: 13vw;
    left: -6vw;
    height: 15vw;
    width: 20vw;
}

.logo{
    position: relative;
    height: 15vw;
    width: 15vw;
    left: 20vw;
    top: -1vw;
}


.menu-bar{
  display: flex;
  position: relative;
  /* border: 1px solid blue; */
  left: 30vw;
  top: 0vw;
  height: 100%;
  padding-right: 1vw;
  z-index: 50;
}


.menu-bar ul{
  display: flex;
  list-style: none;
  gap: 2vw;
  position: relative;
  top: 1.3vw;
}





.menu-bar ul li:nth-child(2) a{
  color: rgb(100, 97, 97);
}



.menu-bar ul li a{
  text-decoration: none;
  color: rgb(255, 255, 255);
}



.menu-bar ul li:nth-child(1) a{
  color: rgb(75, 73, 73);
  font-size: 3.2vw;
  top: -2.5vw;
  font-weight: 700;
}



.menu-bar ul li:nth-child(3) a{
  color: rgb(255, 255, 255);
  font-size: 3.2vw;
  top: -2.5vw;
  font-weight: 700;
}


.liA{
  background-color: transparent;
  position: relative;
  padding-top: 1vw;
  position: relative;
  height: 100%;
  top: -2.5vw;
  padding: 2.3vw 0.5vw 0vw 0.5vw;
  font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
  transition: all 0.5s ease-in-out;
}

.liA2{
  position: relative;
  padding-top: 1vw;
  position: relative;
  height: 100%;
  top: -2.5vw;
  padding: 2.3vw 0.5vw 0vw 0.5vw;
  font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
  transition: all 0.5s ease-in-out;
}




.arrow-up{
  height: 6vw;
  width: 6vw;
  position: fixed;
  right: 0vw;
  top: 80%;
  display: none;
  transition: all 0.3s ease-in-out;
  animation: arrowUP 2s ease-in-out 0.1s infinite;

}





/*****************************************/
/*****************************************/
/*****************************************/
.big-body{
  /* border: 1px solid blue; */
  margin: 0vw;
  position: relative;
  left: 0vw;
  box-sizing: border-box;
}

.body1{
 left: -2vw;
 top: -1.5vw;
 width: 110%;
  position: relative;
  /* background-color: rgba(255, 196, 3, 0.741); */
  padding: 1vw;
  /* border: 2px solid rebeccapurple; */
  background-color: rgba(122, 154, 170, 0.314);

  /* background: -moz-linear-gradient(90deg, rgba(255, 196, 3, 0.573), rgba(255, 196, 3, 0.741), rgba(255, 196, 3, 0.573));
  background: -webkit-linear-gradient(90deg, rgba(255, 196, 3, 0.573), rgba(255, 196, 3, 0.741), rgba(255, 196, 3, 0.573));
  background: -o-linear-gradient(90deg, rgba(255, 196, 3, 0.573), rgba(255, 196, 3, 0.741), rgba(255, 196, 3, 0.573));
  background: linear-gradient(90deg, rgba(255, 196, 3, 0.573), rgba(255, 196, 3, 0.741), rgba(255, 196, 3, 0.573));
   */

}

.body1 h1{
  font-size: 8vw;
  color: rgb(17, 110, 55);
  position: relative;
  left: 5%;
  font-family: garamond;
  width: 90vw;
  letter-spacing: 0.07vw;
  line-height: 9vw;
  margin: 28vw 0vw;
}


.divp{
  height: 6vw;
  /* border: 2px solid black; */
  position: relative;
  top: -20vw;
}
/* .body1 p:nth-child(2) */
.body1 p{
  font-size: 3vw;
  text-align: left;
  position: relative;
 color: rgb(0, 0, 0);
 left: 11vw;
 top: -3vw;
 padding-bottom: 1vw;
 width: 80vw;
 font-weight: 200;
 transition: all 0.5s ease-in-out;



}





/* .pp{
  font-family: fantasy;
  position: relative;
  left: -20vw;
  
} */


/* .body1 p{
  font-size: 1.3vw;
  position: relative;
 text-align: center;
 color: rgb(61, 61, 61);
 line-height: 0.2vw;
} */


.body1-Design{
  position: fixed;
  height: 80vw;
  width: 65vw;
  top: 15vw;
  left: 20vw;
  z-index: 50;
opacity: 0.2;

}





/*****************************************/
/*****************************************/
/*****************************************/

.body2{
  position: relative;
  left: -3vw;
  width: 110%;
  top: -1.5vw;
  padding-top: 3vw;
  border: 2px solid black ;
  box-shadow: 0.1vw 0.1vw 0.3vw black;
  padding-bottom: 3vw;
  background-color: #34c759;
  z-index: 150;
}

.body2 >a{
  position: absolute;
  z-index: 250;
  top: 0vw;
  left: 0vw;
  text-decoration: none;
  background-color: white;
  padding-left: 1vw;
  padding-right: 1vw;
  width: 28vw;
  color: rgb(120, 118, 118);
}

.div-p{
  /* border: 1px solid rgb(164, 0, 0); */
  width: 85%;
  position: relative;
  left: 3vw;
  font-size: 3.2vw;
  
}



.body2 p{
  font-size: 3.2vw;
  line-height: 4.7vw;
  letter-spacing: 0.07vw;
  word-spacing: 0.3vw;
  position: relative;
  margin-left: 6vw;
  margin-top: 80vw;
  margin-bottom: 7vw;
  /* border: 2px solid blue; */
  z-index: 50;
  font-weight: 300;
  color: white;
  padding-bottom: 8vw;
  text-align: left;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;


}




.img-body2{
  height: 48%;
  width: 100%;
  position: absolute;
  top: 3.5vw;
  left: 0vw;
  top: 0vw;
  /* filter: brightness(25%); */
  z-index: 20;
}








/*****************************************/
/*****************************************/
/*****************************************/

.body3{
  /* border: 2px solid red; */
  margin: 1vw;
  padding-top: 6vw ;
  padding-bottom: 6vw;
}






.body3 h2{
  position: relative;
  font-size: 9vw;
  left: 10vw;
  width: 50vw;
  font-weight: 900;
  top: -4vw;
  color: rgb(103, 103, 103);
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;



    animation: appearMap linear;
    animation-timeline: view();
    animation-range: entry 0%;
}

@keyframes appearMap {
  from {
    opacity: 0;
    scale: 0.5;
  }

  to {
    opacity: 1;
    scale: 1;
  }
}



.div2-body3, .div3-body3{
  position: relative;
  left: 5vw;
  margin: 5vw 0vw 5vw 0vw;

  /* animation: appearMap linear;
  animation-timeline: view();
  animation-range: entry 0%; */

}

h3{
  font-size: 3.3vw;
  line-height: 5vw;
  position: relative;
  top: -7vw;
  font-weight: 300;
  width: 70vw;
  left: 10vw;
  word-spacing: 0.3vw;
  letter-spacing: 0.07vw;


  /* background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position-x: right;
  transition: background-size 500ms; */
}

/* h3:hover{
  background-size: 100% 100%;
  background-position-x: left;
} */

.div1-body3 ul{
  display: block;
  /* flex-wrap: wrap; */
  /* gap: 3vw; */
  position: relative;
  left: -3vw;
  top: 4vw;
  width: 60vw;
  justify-content: center;
  align-items: center;
  /* border: 2px solid rgb(0, 0, 0); */
  margin-bottom: 28vw;

}
.div1-body3 ul li{
list-style: none;
/* border: 2px solid red; */
margin-right: 5vw;
border-bottom: 1px solid black;
padding-top: 8vw;
/* box-shadow: 0.008vw 0.008vw 0.1vw rgb(198, 196, 196); */

}


.div1-body3 ul li img{
  position: relative;
  height: 18vw;
  width: 18vw;
  left: 6.5vw;
  

}

.div1-body3 ul li p{
  position: relative;
  line-height: 4vw;
  letter-spacing: 0.05vw;
  font-weight: 200;
  font-size: 3vw;
  text-align: left;
  padding: 1vw;
  word-spacing: 0.3vw;
  letter-spacing: 0.07vw;
  top: -20vw;
  left: 28vw;
}








 /*****************************************/
/*****************************************/
/*****************************************/
.slideImg{
  background-color: #34c759;
  position: relative;
  left: -3vw;
  width: 110%;
  padding-bottom: 1vw;
}



.area {
position: absolute;
filter: brightness(25%);
background-size: 100%;
background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
width: 100%;
height: 99%;
top: -2vw;
left: 0;
z-index: 2;
}

.circles {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}

.circles li {
position: absolute;
display: block;
list-style: none;
width: 20px;
height: 20px;
background: rgba(255, 255, 255, 0.485);
animation: animate 25s linear infinite;
bottom: -150px;
}

.circles li:nth-child(1) {
left: 25%;
width: 80px;
height: 80px;
animation-delay: 0s;
}

.circles li:nth-child(2) {
left: 25%;
width: 80px;
height: 80px;
animation-delay: 0s;
}

.circles li:nth-child(3) {
left: 10%;
width: 20px;
height: 20px;
animation-delay: 2s;
animation-duration: 12s;
}

.circles li:nth-child(4) {
left: 10%;
width: 20px;
height: 20px;
animation-delay: 2s;
animation-duration: 12s;
}

.circles li:nth-child(5) {
left: 70%;
width: 20px;
height: 20px;
animation-delay: 4s;
}

.circles li:nth-child(6) {
left: 70%;
width: 20px;
height: 20px;
animation-delay: 4s;
}

.circles li:nth-child(7) {
left: 40%;
width: 60px;
height: 60px;
animation-delay: 0s;
animation-duration: 18s;
}

.circles li:nth-child(8) {
left: 40%;
width: 60px;
height: 60px;
animation-delay: 0s;
animation-duration: 18s;
}

.circles li:nth-child(9) {
left: 65%;
width: 20px;
height: 20px;
animation-delay: 0s;
}

.circles li:nth-child(10) {
left: 65%;
width: 20px;
height: 20px;
animation-delay: 0s;
}

.circles li:nth-child(11) {
left: 75%;
width: 110px;
height: 110px;
animation-delay: 3s;
}

.circles li:nth-child(12) {
left: 75%;
width: 110px;
height: 110px;
animation-delay: 3s;
}

.circles li:nth-child(13) {
left: 35%;
width: 150px;
height: 150px;
animation-delay: 7s;
}

.circles li:nth-child(14) {
left: 35%;
width: 150px;
height: 150px;
animation-delay: 7s;
}

.circles li:nth-child(15) {
left: 50%;
width: 25px;
height: 25px;
animation-delay: 15s;
animation-duration: 45s;
}

.circles li:nth-child(16) {
left: 50%;
width: 25px;
height: 25px;
animation-delay: 15s;
animation-duration: 45s;
}

.circles li:nth-child(17) {
left: 20%;
width: 15px;
height: 15px;
animation-delay: 2s;
animation-duration: 35s;
}

.circles li:nth-child(18) {
left: 20%;
width: 15px;
height: 15px;
animation-delay: 2s;
animation-duration: 35s;
}

.circles li:nth-child(19) {
left: 85%;
width: 150px;
height: 150px;
animation-delay: 0s;
animation-duration: 11s;
}

.circles li:nth-child(20) {
left: 85%;
width: 150px;
height: 150px;
animation-delay: 0s;
animation-duration: 11s;
}


.circles li:nth-child(21) {
left: 25%;
width: 80px;
height: 80px;
animation-delay: 5s;
}

.circles li:nth-child(22) {
left: 25%;
width: 80px;
height: 80px;
animation-delay: 9s;
}

.circles li:nth-child(23) {
left: 10%;
width: 20px;
height: 20px;
animation-delay: 12s;
animation-duration: 12s;
}

.circles li:nth-child(24) {
left: 10%;
width: 20px;
height: 20px;
animation-delay: 3s;
animation-duration: 12s;
}

.circles li:nth-child(25) {
left: 70%;
width: 20px;
height: 20px;
animation-delay: 4s;
}

.circles li:nth-child(26) {
left: 70%;
width: 20px;
height: 20px;
animation-delay: 15s;
}

.circles li:nth-child(27) {
left: 40%;
width: 60px;
height: 60px;
animation-delay: 2s;
animation-duration: 18s;
}

.circles li:nth-child(28) {
left: 40%;
width: 60px;
height: 60px;
animation-delay: 7s;
animation-duration: 18s;
}

.circles li:nth-child(29) {
left: 65%;
width: 20px;
height: 20px;
animation-delay: 10s;
}

.circles li:nth-child(30) {
left: 65%;
width: 20px;
height: 20px;
animation-delay: 1s;
}

.circles li:nth-child(31) {
left: 75%;
width: 110px;
height: 110px;
animation-delay: 7s;
}

.circles li:nth-child(32) {
left: 75%;
width: 110px;
height: 110px;
animation-delay: 14s;
}

.circles li:nth-child(33) {
left: 35%;
width: 150px;
height: 150px;
animation-delay: 7s;
}

.circles li:nth-child(34) {
left: 35%;
width: 150px;
height: 150px;
animation-delay: 2s;
}

.circles li:nth-child(35) {
left: 50%;
width: 25px;
height: 25px;
animation-delay: 12s;
animation-duration: 45s;
}

.circles li:nth-child(36) {
left: 50%;
width: 25px;
height: 25px;
animation-delay: 18s;
animation-duration: 45s;
}

.circles li:nth-child(37) {
left: 20%;
width: 15px;
height: 15px;
animation-delay: 2s;
animation-duration: 35s;
}

.circles li:nth-child(38) {
left: 20%;
width: 15px;
height: 15px;
animation-delay: 9s;
animation-duration: 35s;
}

.circles li:nth-child(39) {
left: 85%;
width: 150px;
height: 150px;
animation-delay: 0s;
animation-duration: 11s;
}

.circles li:nth-child(40) {
left: 85%;
width: 150px;
height: 150px;
animation-delay: 0s;
animation-duration: 11s;
}



@keyframes animate {
0% {
  transform: translateY(0) rotate(0deg);
  opacity: 1;
  border-radius: 0;
}

50% {
  transform: translateY(-1000px) rotate(360deg);
  opacity: 1;
  scale: 1.1;
  border-radius: 50%;
}

100% {
  transform: translateY(-1000px) rotate(720deg);
  opacity: 0;
  border-radius: 50%;
}
}





.div-Slide-Contain{
  position: relative;
  left: 2vw;
  width: 92.7%;
  height: 70vw;
  /* border: 2px solid red; */
  top: 11vw;
  margin-bottom: 25vw;
  overflow: hidden;
  z-index: 50;
  box-shadow: 0.1vw 0.1vw 0.5vw black;

}

.div-Slide-Img{
  height: 100%;
  width: 100%;
  position: relative;
  /* border: 5px solid blue; */
  transition: all 0.5s ease-in-out;
  background-color: rgba(93, 60, 60, 0.53);

  

}


.div-Slide-Img img{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  /* border: 2px solid green; */
  display: none;
}

  #img1{
      display: block;
  }

.div-Slide-Img .images.page{
  display: block;
  transition: all 1s ease-in-out;
  animation: shifpic 0.9s ease-in-out;

}


@keyframes shifpic {
  from{
      left: 20vw;
      scale: 1.8;

  }
  to{
      left: 0vw;
      scale: 1;
  }
}






.div-Zap{
  position: relative;
  top: 8vw;
  left: 1vw;
  z-index: 60;
  height: max-content;
  display: flex;
  width: 95%;
  justify-content: center;
  align-items: center;

}
.div-Zap button{
  border:  none;
  padding: 0.3vw 1vw;
  font-size: 3.2vw;
  transition: all 0.5s ease-in-out;

}

.div-Zap button:hover{
  background-color: rgba(0, 0, 0, 0.286);
  scale: 1.1;
  color: rgb(255, 255, 255);
  
}

.btn-Prec{
  position: absolute;
  left: 3vw;

}


.btn-Prec:hover{
  box-shadow: 0.1vw 0.1vw 0.5vw rgb(255, 255, 255);

}

.btn-Suiv:hover{
  box-shadow: 0.1vw 0.1vw 0.5vw black;

}
.btn-Suiv{
  position: absolute;
  right: 3vw;
}




/*****************div**********************/


.div2-body3{
  background-color: rgba(122, 154, 170, 0.314);
  position: relative;
  width: 110%;
  left: -2vw;
  padding-bottom: 1vw;
  top: -6vw;
}


.div2-body3 h3{
  font-size: 6vw;
  position: relative;
  top: 5vw;
  font-weight: 400;
  width: 70vw;
  left: 10vw;
  color: green;
  word-spacing: 0.3vw;
  letter-spacing: 0.04vw;
  text-transform: uppercase;
  line-height: 7vw;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


.div2-body3 ul{
  display: block;
  /* flex-wrap: wrap; */
  /* gap: 3vw; */
  position: relative;
  left: -1.8vw;
  top: 8vw;
  width: 97vw;
  justify-content: center;
  align-items: center;
  /* border: 2px solid rgb(0, 0, 0); */
  margin-bottom: 28vw;
}

.div2-body3 ul li{
  list-style: none;
  margin-bottom: 4vw;
  /* border: 5px solid rgb(223, 39, 39); */
  position: relative;
  height: 100vw;
  width: 90%;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  border-radius: 0;


  }


  .div2-body3 ul li:hover{
      scale: 1.1;
  }

  .div2{
      position: relative;
      /* border: 2px solid purple; */
      overflow: hidden;
      height: 100%;
      width: 100%;
      border-radius: 0;

  }


    .slideDiv{
    overflow: hidden;
    height: 100%;
    width: 100%;
    left: 0vw;
    border-radius: 20px;
    position: relative;
    animation: sliderDiv2 30s ease-in-out 3s infinite;
        background-color: rgb(120, 120, 120);


}




  .slideDiv img{
    position: absolute;
    width: 100%;
    left: 0vw;
    top: 0vw;
    height: 100%;
    filter: brightness(60%);
    /* border-radius: 20px; */
    display: none;
    

}



    .slideDiv2 img{
    position: absolute;
    width: 100%;
    left: 0vw;
    top: 0vw;
    height: 100%;
    filter: brightness(60%);
    border-radius: 20px;
    display:none ;
    

}






    .slideDiv3 img{
    position: absolute;
    width: 100%;
    left: 0vw;
    top: 0vw;
    height: 100%;
    filter: brightness(60%);
    border-radius: 20px;
    display:none ;
    

}



  
  .div2-body3 ul li a{
      line-height: 3vw;
      letter-spacing: 0.05vw;
      font-weight: 600;
      font-size: 3.4vw;
      text-align: center;
      padding-top: 43vw;
      padding-bottom: 48vw;
      padding-left: 31vw;
      padding-right: 31vw;
      position: absolute;
      /* border: 2px solid red; */
      color: rgb(255, 255, 255);
      width: 26.3vw;
      border-radius: 0;
      left: 0vw;
      top: 0vw;
      transition: all 0.3s ease-in-out;
      display:none;
      word-spacing: 0.3vw;
      letter-spacing: 0.04vw;
      backdrop-filter: blur(7px);

  }

 


  .div2-body3 ul li p{
      position: absolute;
      top: 70%;
      left: 0vw;
      font-size: 3.7vw;
      font-weight: 300;
      text-align: center;
      /* backdrop-filter: blur(5px); */
      background-color: #34c759;
      width: 70vw;
      height: 5vw;
      padding-top: 1vw;
      word-spacing: 0.3vw;
      letter-spacing: 0.04vw;
      color: white;
      border-top-right-radius: 50px;
      display: ;

  }

  .p3{
      padding-right: 1vw;
      padding-left: 1vw;
  }




  
    
.body-4{
  position: relative;
  left: -3vw;
  width: 100%;
  /* background-color: rgba(122, 154, 170, 0.314); */
  padding-top: 8vw;
  padding-bottom: 8vw;
}


.body-4 p{
  position: relative;
  left: 10vw;
  width: 80vw;
  line-height: 7vw;
  font-size: 3.2vw;
  text-align: justify;
  z-index: 250;
  font-weight: 300;
  word-spacing: 0.3vw;
  letter-spacing: 0.08vw;
}

.body-4 p strong{
  color: rgb(245, 52, 9);
}

.body-4 img{
  position: absolute;
  left: 0vw;
  height: 100vw;
  width: 130vw;
  top: 50vw;
  z-index: 200;
  opacity: 0.1;
}

.mapBlog{
  user-select: none;
  position: relative;
  left: -2vw;
  width: 104%;
  height: 150vw;
}






 /*****************************************/
/*****************************************/
/*****************************************/

.foot{
  background-color: rgb(17, 110, 55);
  position: relative;
  left: -3vw;
  top: 1.3vw;
  width: 103vw;
}

.rights{
  width: 70vw;
  position: relative;
  left: 4vw;
  top: 1vw;
}

.rights img{
  height: 3vw;
  width: 3vw;
  border-radius: 50%;
  position: absolute;
  top: 0vw;
}

.rights p{
  position: relative;
  left: 3vw;
  top: 1vw;
  color: white ;
  font-size: 3.2vw;
  font-weight: 600;
}


.screenpic{
  position: relative;
  top: 2vw;
}


.foot ul{
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
}

.foot ul li{
  position: relative;
  top: -5vw;
  left: 27vw;
  margin-left: 4vw;
  border: 2px solid white;
  border-radius: 50%;
  height: 2.1vw;
}


.foot ul li a img{
  height: 6vw;
  width: 6vw;
}














    
}



