/* .line{
    font-size: 60%;
    line-height: normal;
    width: 100%;
    line-height: 3rem;
    border: 10px solid #019ed5;
    border-radius: 25px;
    cursor: pointer;
    margin-right: 24px;
} */

:root {
    --green: #7ed787;
    --white: #ffffff;
    --gray: #272b32;
  }

  
.loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  background-color: #272b32;
  display:flex;
  justify-content: center;
  align-items: center;
}
.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #Fff;
  animation: loader 2s infinite ease;
}
.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% { transform: rotate(0deg);}
  25% { transform: rotate(180deg);}
  50% { transform: rotate(180deg);}
  75% { transform: rotate(360deg);}
  100% { transform: rotate(360deg);}
}

@keyframes loader-inner {
  0% { height: 0%;}
  25% { height: 0%;}
  50% { height: 100%;}
  75% { height: 100%;}
  100% { height: 0%;}
}


.icon{
    animation: boucing 3s linear infinite;
     position:relative;
     width: 53px;
     opacity: 60%;
     animation-delay: 0.5s;
     top: 207px;
     margin-right: 95px;
} 

.design{
    animation: boucing2 3s linear infinite;
    position:relative;
    width: 53px;
    opacity: 60%;
    animation-delay: 0.5s;
    top: -80px;
    margin-right: 95px;
    left: 138%;
    margin-bottom: 19%;

}

@keyframes boucing {
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(+50px);
    }
    100%{
        transform: translateY(0);
    }
    
}

@keyframes boucing2 {
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(+80px);
    }
    100%{
        transform: translateY(0);
    }
    
}

.design:nth-child(0){
    animation-delay: 0.2s;
}
.design:nth-child(1){
    animation-delay: 0.56s;
}
.design:nth-child(2){
    animation-delay: 1.42s;
}
.design:nth-child(3){
    animation-delay: 0.53s;
}

.design:nth-child(5){
    animation-delay: 0.76s;
}

.icon:nth-child(0){
    animation-delay: 0.2s;
}
.icon:nth-child(1){
    animation-delay: 0.56s;
}
.icon:nth-child(2){
    animation-delay: 1.42s;
}
.icon:nth-child(3){
    animation-delay: 0.53s;
}

.icon:nth-child(4){
    animation-delay: 0.29s;
}
.icon:nth-child(5){
    animation-delay: 0.76s;
}

.icon:nth-child(6){
    animation-delay: 1.81s;
}
.icon:nth-child(7){
    animation-delay: 1.22s;
}

.icon:nth-child(8){
    animation-delay: 1.3s;
}
.icon:nth-child(9){
    animation-delay: 1.19s;
}
.icon:nth-child(10){
    animation-delay: 1.24s;
}

.eye-container{
    width: 126px;
    height: 51px;
    border-radius: 0px 0px 43px 43px;
    border: solid #ffffff 6px;
    position: relative;
   overflow: hidden;
   top: 131px;
    left: 77px
}
.eye{
position: absolute;
background-color: #7ed787;
width: 30px;
height: 27px;
border-radius:360px;
margin-left: 41px;

}

.green{
    color: var(--green);
    font-size: 45px;
    font-weight: 700;
    margin: 0 0 6px;
}

.lefticonfirst{
  margin-bottom: -52%;
}
.lefticonsec{
  margin-bottom: -57%;
}
/* 

/* .line2{
    margin-top: 20px;
    border-left: 11px solid green;
    height: 33px;
    position: absolute;
    border-radius: 60px;
    cursor: pointer;
    margin-left: -17px;

} */

/* 
.line2{
    margin-top: 32px;
    border: 5px solid var(--white);
    position: absolute;
    border-radius: 60px;
    cursor: pointer;
    margin-left: -17px;

}

#box10{
    background-color: #000;
    position: relative;
    width: 220px;
    width: 100%;
    overflow: hidden;

}

#box{
    width: 800px;
    background-color: antiquewhite;
    height: 500px;
}

.icon{
    height: 45px;
   
   
}



ul li:nth-child(0){
    animation-delay: 0.2s;
}
ul li:nth-child(1){
    animation-delay: 0.3s;
}
ul li:nth-child(2){
    animation-delay: 0.5s;
}
ul li:nth-child(3){
    animation-delay: 0.7s;
}  */

/* About Me 
---------------------*/

.about-text h3 {
    font-size: 45px;
    font-weight: 700;
    margin: 0 0 6px;
  }
  @media (max-width: 767px) {
    .about-text h3 {
      font-size: 35px;
    }
  }
  .about-text h6 {
    font-weight: 600;
    margin-bottom: 15px;
  }
  @media (max-width: 767px) {
    .about-text h6 {
      font-size: 18px;
    }
  }
  .about-text p {
    font-size: 18px;

  }
  .about-text p mark {
    font-weight: 600;
    color: var(--green);
  }
  
  .about-list {
    padding-top: 10px;
  }
  .about-list .media {
    padding: 5px 0;
  }
  .about-list label {
    color: var(--green);
    font-weight: 600;
    width: 88px;
    margin: 0;
    position: relative;
  }
  .about-list label:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    width: 1px;
    height: 12px;
    background: var(--green);
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    margin: auto;
    opacity: 0.5;
  }
  .about-list p {
    margin: 0;
    font-size: 15px;
  }
  
  @media (max-width: 991px) {
    .about-avatar {
      margin-top: 30px;
    }
    .dark-color{
        text-align: center;
    }
    .go-to>h6{
      margin-top: 5%;
      text-align: center;

    }

    /* .go-to>p{

        text-align: center;

    } */
  }
  
  .about-section .counter {
    padding: 22px 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 30px var(--gray);
  }
  .about-section .counter .count-data {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .about-section .counter .count {
    font-weight: 700;
    color: var(--green);
    margin: 0 0 5px;
  }
  .about-section .counter p {
    font-weight: 600;
    margin: 0;
  }
  mark {
      background-image: linear-gradient(#c86023, #c86023);
      background-size: 100% 3px;
      background-repeat: no-repeat;
      background-position: 0 bottom;
      background-color: transparent;
      padding: 0;
      color: currentColor;
  }
  .theme-color {
      color: #ffffff;
  }
  .dark-color {
      color: var(--green);
  }

  .about-img{
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
  }

  .section {
    position: relative;
    background-color: var(--gray) !important;
}
.gray-bg {
    background-color: #f5f5f5;
}

/* slidshow */

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* .slidshow */
/* @media (max-width: 1300px) {
    .hero-text {
        font-size: 52px !important;
    }

    .heroText {
    margin-left: 14% !important;
    margin-top: -3% !important; 
}
.eye-container {
    top: 92px !important;
}

.icon {
    width: 42px !important;
    top: 166px !important;
    margin-right: 77px !important;
}

  } */



  @media (max-width: 3000px) {
    .waves {
        margin-top: -400px;
    }

    .design {
        left: 119%;
    }
    .about-img{
        margin-top: 4%;
    }
    
    .heroText {
      
      margin-left: 17%;
      margin-top: 4%;
    }
    .hero-text{
        font-size: 59px !important;
    }
    .eye-container{
      left: 132px;
      margin-top: 5%;
    }

    .design {
       
      width: 64px;
      left: 153%;
      top: -109px;
      margin-right: 132px;
      margin-bottom: 21%;
  }
  .icon {
      
    width: 65px;
    top: 231px;
    margin-right: 122px;
}

.lefticonfirst{
  /* this is importent */
  margin-bottom: -48%;
}
    
  }

  @media (max-width: 2000px) {
    .waves {
        margin-top: -350px;
    }

    .design {
        left: 119%;
    }
    .about-img{
        margin-top: 4%;
    }
    
    .heroText {
      
        margin-left: 14%;
    }
    .hero-text{
        font-size: 59px !important;
    }
    .heroText h1 {
      font-size: 57px !important;
       
      }
  
      .heroText p {
        font-size: 15px !important;
         
        }
  
      .heroText {
        
        margin-left: 16%;
        width: 36pc;
        margin-top: 0%;
    }
      

      .eye-container {
        width: 119px;
        margin-top: 1%;
        left: 107px;
    }

    .design {
       
      width: 64px;
      left: 145%;
      top: -53px;
      margin-right: 120px;
      margin-bottom: 21%;
  }
  .icon {
      
    width: 65px;
    top: 259px;
    margin-right: 122px;
}

.lefticonfirst{
  /* this is importent */
  margin-bottom: -48%;
}
    
  }

  @media (max-width: 1900px) {
    .waves {
        margin-top: -331px;
    }

    .design {
        left: 119%;
    }
    .about-img{
        margin-top: 4%;
    }
    
    .heroText h1 {
      font-size: 57px !important;
       
      }
  
      .heroText p {
        font-size: 15px !important;
         
        }
  
      .heroText {
        
        margin-left: 16%;
        width: 36pc;
        margin-top: 0%;
    }
      

      .eye-container {
        width: 119px;
        margin-top: 1%;
        left: 107px;
    }

    .hero-text{
        font-size: 59px !important;
    }


    .design {
       
      width: 64px;
      left: 139%;
      top: -95px;
      margin-right: 85px;
      margin-bottom: 21%;
  }
  .icon {
      
    width: 65px;
    top: 209px;
    margin-right: 122px;
}

.lefticonfirst{
  /* this is importent */
  margin-bottom: -45%;
}
    
  }

  
  @media (max-width: 1800px) {
    .waves {
        margin-top: -313px;
    }

    .design {
        left: 119%;
    }
    .about-img{
        margin-top: 4%;
    }
    
    .heroText {
      
        margin-left: 14%;
    }
    .hero-text{
        font-size: 59px !important;
    }
    .eye-container{
      left: 68px;
    }

    .design {
       
      width: 64px;
      left: 128%;
      top: -156px;
      margin-right: 85px;
      margin-bottom: 21%;
  }
  .icon {
      
    width: 65px;
    top: 176px;
    margin-right: 122px;
}

.lefticonfirst{
  /* this is importent */
  margin-bottom: -45%;
}
    
  }





  @media (max-width: 1700px) {
    .hero-text {
        font-size: 59px !important;
    }
    .heroText {
      
        margin-left: 17%;
    }


    .heroText h1 {
      font-size: 57px !important;
       
      }
  
      .heroText p {
        font-size: 15px !important;
         
        }
  
      .heroText {
        
        margin-left: 16%;
        width: 36pc;
        margin-top: 0%;
      }

      .eye-container {
        width: 108px;
        margin-top: 0%;
    }
    
    .waves {
        margin-top: -309px;
    }

    .design {
        left: 119%;
    }
    .about-img{
        margin-top: 4%;
    }
    
    .heroText {
      
        margin-left: 14%;
    }
    .hero-text{
        font-size: 59px !important;
    }
    .eye-container{
        left: 23px;
    }

    .design {
       
      width: 56px;
      left: 113%;
      top: -136px;
      margin-right: 85px;
      margin-bottom: 21%;
  }
  .icon {
      
    width: 65px;
    top: 209px;
    margin-right: 122px;
}

.lefticonfirst{
  /* this is importent */
  margin-bottom: -39%;
}

  }

  @media (max-width: 1600px) {

    .heroText h1 {
      font-size: 57px !important;
       
      }
  
      .heroText p {
        font-size: 15px !important;
         
        }
  
      .heroText {
        
        margin-left: 16%;
        width: 36pc;
        margin-top: 0%;
      }

      .eye-container {
        width: 108px;
        margin-top: 0%;
    }

    .waves {
        margin-top: -280px;
    }

    .design {
        left: 119%;
    }
    .about-img{
        margin-top: 4%;
    }
    
    .heroText {
      
        margin-left: 14%;
    }
    .hero-text{
        font-size: 59px !important;
    }
    .eye-container{
        left: 23px;
    }

    .design {
       
      width: 56px;
      left: 113%;
      top: -136px;
      margin-right: 85px;
      margin-bottom: 21%;
  }
  .icon {
      
    width: 65px;
    top: 209px;
    margin-right: 122px;
}

.lefticonfirst{
  /* this is importent */
  margin-bottom: -39%;
}
    
  }
  
  @media (max-width: 1550px) {

    .heroText h1 {
      font-size: 57px !important;
       
      }
  
      .heroText p {
        font-size: 15px !important;
         
        }
  
      .heroText {
        
        margin-left: 16%;
        width: 36pc;
        margin-top: 0%;
      }

      .eye-container {
        width: 108px;
        margin-top: 0%;
    }

    .waves {
        margin-top: -280px;
    }

    .design {
        left: 119%;
    }
    .about-img{
        margin-top: 4%;
    }
    
    .heroText {
      
        margin-left: 14%;
    }
    .hero-text{
        font-size: 59px !important;
    }
    .eye-container{
        left: 23px;
    }

    .design {
       
      width: 56px;
      left: 114%;
      top: -135px;
      margin-right: 85px;
      margin-bottom: 21%;
  }
  .icon {
      
     width: 60px;
    top: 157px;
    margin-right: 122px;
}

.lefticonfirst{
  /* this is importent */
  margin-bottom: -38%;
}
    
  }

  @media (max-width: 1400px) {
    .mini-about{
        font-size: 14px;
    }

  }

  @media (max-width: 1450px) {
    .waves {
        margin-top: -223px;
    }

    .heroText h1 {
      font-size: 57px !important;
       
      }
  
      .heroText p {
        font-size: 15px !important;
         
        }
  
      .heroText {
        
        margin-left: 16%;
        width: 36pc;
        margin-top: 0%;
      }

      .eye-container {
        width: 108px;
        margin-top: 0%;
    }


    .design {
        left: 119%;
    }
    .about-img{
        margin-top: 4%;
    }
    
    .heroText {
      
        margin-left: 14%;
    }
    .hero-text{
        font-size: 59px !important;
    }
    .eye-container{
        left: 23px;
    }

    .icon {
        
        width: 43px;
        top: 157px;
        margin-right: 99px;
    }
    
  }

  @media (max-width: 1333px) {
    .about-avatar {
      margin-top: 30px;
    }
  }



  @media (max-width: 1300px) {
    .eye-container {
        width: 108px;
    }
    .waves {
        margin-top: -176px;
    }

    .heroText h1 {
      font-size: 50px !important;
       
      }
  
      .heroText p {
        font-size: 14px !important;
         
        }
  
      .heroText {
        
        margin-left: 16%;
        width: 36pc;
        margin-top: 0%;
      }

      .eye-container {
        width: 108px;
        margin-top: 0%;
    }

    .design {
       
        width: 44px;
        left: 125%;
        top: -140px;
        margin-right: 50px;
        margin-bottom: 21%;
    }
    .icon {
        
      width: 44px;
      /* this is also importenr */
      top: 160px;
      margin-right: 97px;
  }

  .lefticonfirst{
    /* this is importent */
    margin-bottom: -41%;
  }
  .lefticonsec{
    margin-bottom: -57%;
  }

  }


  @media (max-width: 1200px) {

    .about-avatar {
      margin-top: 69px;
  }

    .eye-container {
        width: 108px;
        margin-top: -8%;
    }
    .waves {
        margin-top: -176px;
    }

    .heroText h1 {
      font-size: 41px !important;
       
      }
  
      .heroText p {
        font-size: 13px !important;
         
        }
  
      .heroText {
        
        margin-left: 16%;
        width: 36pc;
        margin-top: -4%;
      }

    .design {
       
      width: 39px;
      left: 123%;
      top: -58px;
      margin-right: 50px;
      margin-bottom: 21%;
    }
    .icon {
        
      width: 33px;
      /* this is also importenr */
      top: 168px;
      margin-right: 81px;
  }

  .lefticonfirst{
    /* this is importent */
    margin-bottom: -39%;
  }
  .lefticonsec{
    margin-bottom: -57%;
  }

  }
  
  @media (max-width: 1060px) {
    .eye-container {
      width: 113px;
      margin-top: -11%;
    }
    .waves {
        margin-top: -176px;
    }

    .heroText h1 {
    font-size: 41px !important;
     
    }

    .heroText p {
      font-size: 13px !important;
       
      }

    .heroText {
      
      margin-left: 16%;
      width: 36pc;
      margin-top: -4%;
    }

    .design {
       
      width: 39px;
      left: 121%;
      top: -56px;
      margin-right: 46px;
      margin-bottom: 21%;
    }
    .icon {
        
      width: 33px;
      /* this is also importenr */
      top: 147px;
      margin-right: 68px;
  }

  .lefticonfirst{
    /* this is importent */
    margin-bottom: -39%;
  }
  .lefticonsec{
    margin-bottom: -57%;
  }

  }

  @media (max-width: 990px) {
    .go-to{
      margin-top: 16%;
        }
    .waves {
        display: none;
    }

    #background{
    display: none;
    }

    .slide-logo .swiper-container {
        width: 100%;
        height: 100% !important;
    }


  }

  @media (max-width: 850px) {
    .navbar-text{
        display: none;
    }
 
    .eye-container{
        display: none;
    }

    .icon{
        display: none;
    }

    .design{
        display: none;

    }

    .waves {
        margin-top: -134px;
    }

    .hero-text {
        font-size: 35px !important;
    }

    .heroText {
        margin-left: 3% !important;
        margin-top: -8% !important;
    }

    .mini-about{
        font-size: 13px;
    }

    .go-to{
      margin-top: 16%;
        }

  }
  

  @media (max-width: 540px) {
    .eye-container {
        width: 108px;
    }
    .waves {
        margin-top: -176px;
    }

    .design {
       
        width: 44px;
        left: 124%;
        top: -80px;
        margin-right: 81px;
        margin-bottom: 21%;
    }

    .about-avatar {
        margin-top: 69px;
        margin-left: 58px;
    }

    .swiper-slide img {
        display: block;
        margin: auto;
      
        width: 431px !important;
    }


  }

  
  @media (max-width: 377px) {

    .swiper-slide img {
        width: 339px !important;
    }
    
      }


      .go-to a {
        color: var(--green) !important;
       
        text-decoration: none !important;
    }





    /* contact */

    
.section-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .m-b-15 {
    margin-bottom: 15px;
  }
  .m-r-5 {
    margin-right: 5px;
  }
  .light-grey {
    color: var(--bs-body-color);
  }
  .contact-form {
    background: #fff;
    box-shadow: 0 23px 73px -17px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-wrap: wrap;
    margin: 2% 8%;
  }
  @media (min-width: 993px) {
    .contact-form {
      flex-wrap: nowrap;

    }
  }
  .contact-form-box__left {
    border-radius: 10px;
    background: #c86023; /* fallback for old browsers */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 30px 30px 80px 30px;
    width: 100%;
    position: relative;
  }
  @media (min-width: 993px) {
    .contact-form-box__left {
      width: 350px;
      transform: scale(1.05);
    }
  }
  .contact-form-box__left_footer {
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    text-align: center;
  }
  .contact-form-box__left_footer a {
    margin-right: 2px;
    padding: 8px;
    color: var(--bs-body-color);
  }
  .contact-form-box__left_footer a:hover {
    color: #fff;
  }
  .contact-form-box__right {
    border-radius: 10px;
    padding: 30px;
    width: 100%;
  }
  @media (min-width: 993px) {
    .contact-form-box__right {
      padding: 60px;
      width: calc(100% - 350px);
    }
  }
  .btn-primary {
    background: #c86023;
    border-color: #c86023;
  }
  .btn-primary:hover {
    background: #191f1a;
    border-color: #191f1a;
  }
  /* Making the label break the flow */
  .floating-label {
    position: absolute;
    top: 0;
    left: 0;
    user-select: none;
    z-index: 1500;
  }
  /* Hide the browser-specific focus styles */
  .floating-label-field {
    color: rgba(44, 62, 80, .75);
    border-width: 0;
    z-index: 2000;
  }
  .floating-label-field:focus {
    outline: 0;
    box-shadow: 0;
  }
  .floating-label-field::placeholder {
    color: rgba(44, 62, 80, .5);
  }
  /* Make the label and field look identical on every browser */
  .floating-label, .floating-label-field {
    font: inherit;
    line-height: 1;
    display: block;
    width: 100%;
  }
  .floating-label-field, .floating-label-wrap {
    position: relative;
  }
  /* Input Style #1 */
  .floating-label-field--s1 {
    transition: border-color .25s ease-in-out;
    color: rgb(71 71 71);
    border-bottom: 1px solid #c86023;
    background-color: transparent;
  }
  .floating-label-field--s1 + .floating-label {
    transition: transform .25s, opacity .25s ease-in-out;
    transform-origin: 0 0;
    opacity: .5;
  }
  .floating-label-field--s1:focus, .floating-label-field--s1:not(:placeholder-shown) {
    border-color: #c86023;
  }
  .floating-label-field--s1:focus + .floating-label, .floating-label-field--s1:not(:placeholder-shown) + .floating-label {
    transform: translate(.25em, -30%) scale(.8);
    opacity: .25;
  }
  .floating-label-field--s1:valid:not(:placeholder-shown) {
    border-color: rgb(39 131 77 / 85%);
  }
  .floating-label-field--s1:invalid {
    border-color: rgb(199 9 36 / 85%);
  }
  /* Input Style #2 */
  .floating-label-field--s2 {
    transition: background-color .25s ease-in-out;
    border: 2px solid #fff;
    border-radius: 10px;
    background-color: #fff;
  }
  #contact{
    border-radius: 10px;
  }
  .floating-label-field--s2 + .floating-label {
    visibility: hidden;
    transition: transform .25s, visibility .5s, opacity .5s ease-in-out;
    opacity: 0;
  }
  .floating-label-field--s2:focus + .floating-label, .floating-label-field--s2:not(:placeholder-shown) + .floating-label {
    visibility: visible;
    transform: translateY(-80%);
    opacity: .5;
  }
  .floating-label-field--s2:valid:not(:placeholder-shown) {
    border-color: #adefc8;
    background-color: #adefc8;
  }
  .floating-label-field--s2:invalid {
    border-color: #ffe0e3;
    background-color: #ffe0e3;
  }
  .floating-label-field--s3 {
    padding: 1.5em;
    transition: border-color .25s ease-in-out;
    color: rgba(255, 255, 255, .75);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 5px;
    background-color: transparent;
  }
  .floating-label-field--s3 + .floating-label {
    position: absolute;
    top: .75em;
    left: .75em;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: .75em;
    transition: transform .25s, opacity .25s, padding .25s ease-in-out;
    transform-origin: 0 0;
    color: rgba(255, 255, 255, .5);
  }
  .floating-label-field--s3:focus, .floating-label-field--s3:not(:placeholder-shown) {
    border-color: rgba(255, 255, 255, .1);
  }
  .floating-label-field--s3:focus + .floating-label, .floating-label-field--s3:not(:placeholder-shown) + .floating-label {
    z-index: 2500;
    padding: .75em;
    transform: translate(0, -2em) scale(.9);
    color: rgba(255, 255, 255, .25);
    background-color: #2c3e50;
  }
  /* Common Styles */
  /* Identical inputs on all browsers */
  .floating-label-field--s1:not(textarea), .floating-label-field--s2:not(textarea), .floating-label-field--s3:not(textarea) {
    max-height: 4em;
  }
  .floating-label-field--s1, .floating-label-field--s1 + .floating-label, .floating-label-field--s2, .floating-label-field--s2 + .floating-label {
    padding: 1.5em;
  }
  .floating-label-field--s1 + .floating-label, .floating-label-field--s2 + .floating-label {
    z-index: 1500;
  }
  .floating-label-field--s1::placeholder, .floating-label-field--s3::placeholder {
    color: transparent;
  }


    /* contact */


    /* cart tools */
    .user-pic {
      width: 150px;
      height: 150px;
      overflow: hidden;
      border-radius: 100%;
      margin: 20px auto 20px;
      border-left: 3px solid #ddd;
      border-right: 3px solid #ddd;
      border-top: 3px solid var(--green);
      border-bottom: 3px solid var(--green);
      transform: rotate(-30deg);
      transition: 0.5s;
  }
  .card-box:hover .user-pic {
      transform: rotate(0deg);
      transform: scale(1.1);
  }
  .card-box {
      padding: 15px;
      background-color: #fdfdfd;
      margin: 20px 0px;
      border-radius: 10px;
      border: 1px solid #eee;
      box-shadow: 0px 0px 8px 0px #d4d4d4;
      transition: 0.5s;
  }
  .card-box:hover {
    border: 1px solid var(--green);
  }
  .card-box p {
      color: #808080;
  }


      /* cart tools */

      .two img {
        border-radius: 10px;
      }

      .slide-logo img{
        border-radius: 10px;
      }



      

      
      .animition{
        position: relative;
        transform: translateY(150px);
        opacity: 0;
        transition: 1s all ease;

      }



      .help{
        position: relative;
        transform: translateY(150px);
        opacity: 0;
        transition: 1s all ease;
      }

      .Popular{
        position: relative;
        transform: translateY(150px);
        opacity: 0;
        transition: 1s all ease;
      }

      .contact-form{
        position: relative;
        transform: translateY(150px);
        opacity: 0;
        transition: 1s all ease;
      }

      .activeanim{
        transform: translateY(0) !important;
        opacity: 1 !important;
      }


      
      .dsplayNone{
        display: none;
      }

.scroll-down2{
    width: 30px;
    height: 50px;
    border: 2px solid var(--green);
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin: 0 auto; 

    
}

.scroll-down2 :before{
  content: "";
  position: absolute;
  left: 50%;
  top: 20px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  transform: translateX(-50%);
  background: var(--green);
  animation: scrollDown2 1.5s ease infinite;
}
.scroll-down2 :after{
  content: "";
  position: absolute;
  left: 50%;
  top: 5px;
  width: 6px;
  height: 15px;
  border-radius: 3px;
  transform: translateX(-50%);
  background: var(--green);
}


@keyframes scrollDown2{
    0%{
        transform: translate(-50%, 0px);
        opacity: 0;
    }
    50%{
        transform: translate(-50%, 8px);
        opacity: 1;
    }
    100%{
        transform: translate(-50%, 16px);
        opacity: 0;
    }
}

