@import url(https://fonts.googleapis.com/css?family=Arvo); 

.t__headr{

    width: 100%;
    position: relative;
}

.turt__new_head{

	width: 100%;
	background-color: white;
}

.turt__new__brand{

  width: 40%;
	float: left;
}

@media only screen and (max-width: 1200px) {
  .turt__new__brand{
      width: 30%;
    
  }
  
}

@media only screen and (max-width: 600px) {
  .turt__new__brand{
      width: 30%;
    
  }
  
}



.turt__new__brand img{

  width: 150px;
	margin-top: -15px;
}

@media only screen and (max-width: 600px) {
  .turt__new__brand img{
      margin-top: -5px;
    
  }
  
}



@-webkit-keyframes fade-logo-animation {
  0% {
    opacity: 0;
    
  }
  2% {
    opacity: .2 ;
  }
  20% {
    
    opacity: .3;
  }
  22.5% {
    opacity: .4;
  }
  
  95% {
    opacity: .6;
  }
  98% {
   
    opacity: 0;
  }
  100% {
    opacity: 1;
    
  }
}

@-webkit-keyframes fade-out-animation {
  0% {
    opacity: 1;
  }
  2% {
    opacity: .8 ;
  }
  20% {
    
    opacity: .7;
  }
  22.5% {
    opacity: .6;
  }
  
  95% {
    opacity: .5;
  }
  100% {
    opacity: 1;
   
    
  }
}

#alt-logo{

  position: absolute;
  left: 46px;
  top: -5px;
  /* -webkit-animation: slide-logo-animation 10s;
  animation-fill-mode: forwards ; */
  visibility: hidden;

}

@-webkit-keyframes slide-logo-animation {
  0% {
    opacity: 0;
    visibility: visible;
    
  }
  2% {
    opacity: 1;
  }
  20% {
    left: 0px;
    opacity: 1;
  }
  22.5% {
    opacity: 0.6;
  }
  25% {
    left: -20px;
    opacity: 1;
  }
  45% {
    left: -50px;
    opacity: 1;
  }
  47.5% {
    opacity: 0.6;
  }
  50% {
    left: -5px;
    opacity: 1;
  }
  70% {
   
    opacity: 1;
  }
  72.5% {
    opacity: 0.6;
  }
  75% {
  
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  98% {
    left: 20px;
    opacity: 0;
  }
  100% {
    left: 46px;
    opacity: 0;
    visibility: hidden;

  }
}

@-webkit-keyframes slide-out-animation {
  0% {
    opacity: 1;
  }
 
  20% {
    left: 0px;
    opacity: .9;
  }
  22.5% {
    opacity: 0.6;
  }
  25% {
    left: 21px;
    opacity: .7;
  }
  
 
  50% {
    left: 25px;
    opacity: .6;
  }
 
  75% {
  
    left: 35px;
    opacity: .5;
  }
  95% {
    opacity: .3;
    left: 40px;
  }
  
  100% {
    left: 46px;
    visibility: hidden;
    opacity: 0;
    
  }
}

@media only screen and (max-width: 600px) {
  #menu-deactivator{

    display: block;
    position: absolute;
    border-radius: 2% 30%;
    width: 50px;
    text-align: center;
    background-color: #FA4D56;
    right: 0;
    cursor: pointer;

    
}}

#menu-deactivator small{

  display: none;
  
  
  
}

@media only screen and (max-width: 600px) {
  #menu-deactivator small{

    display: inline-block;
    font-size: 30px;
    color: white
    
    
}}

.turt__new__nav{

  width: 60%;
  padding-left: 10%;
	float: left;
}



@media only screen and (max-width: 1200px) {
  .turt__new__nav{
      width: 70%; 
      padding-left: 0;

    
  }
  
}
.turt__new__nav nav{

  margin-top: 5px;
  width: 70%;
  float: left;
}

.mobile-menu-anim{

  -webkit-animation-name: mob-nav;
  animation-name: mob-nav;
-webkit-animation-duration: 3s;
  animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;

}

@media only screen and (max-width: 600px) {
  .turt__new__nav nav{
     display: none;
     position: fixed;
     top: 0;
     background-color: white;
     width: 100%;
     left: 0;
     text-align: center;
     height: 100vh;
     z-index: 1000;
     top: -5px;
     -webkit-animation-name: mob-nav;
     animation-name: mob-nav;
   -webkit-animation-duration: 2s;
     animation-duration: 2s;
   /* -webkit-animation-iteration-count: infinite;
     animation-iteration-count: infinite; */
    
    
  }
  
}


@-webkit-keyframes mob-nav {
  0% {
    /* border-radius: 0% 0%; */
    border-radius: 40% 40%;
    border-bottom: 2px double red;
    border-top: 2px double red;
    width: 100px;
    border-left: 1px solid red;
    border-right: 1px solid red;
    transform: rotateX(10deg);
    transform: rotateY(33deg);
  }
  25% {
    border-radius: 70% 15%;
  }
  50% {
    border-radius: 50% 80%;
    /* border-bottom: 2px double red;
    border-top: 2px double red;
    width: 100px;
    border-left: 1px solid red;
    border-right: 1px solid red;
    transform: rotateX(10deg);
    transform: rotateY(33deg); */
  }
  75% {
    border-radius: 10% 70%;
  }
  100% {
    border-radius: 0% 0%;
  }
}
@keyframes mob-nav {
  0% {
    /* border-radius: 0% 0%; */
    border-radius: 40% 40%;
    border-bottom: 2px double red;
    border-top: 2px double red;
    width: 100px;
    border-left: 1px solid red;
    border-right: 1px solid red;
    transform: rotateX(10deg);
    transform: rotateY(33deg);
  }
  25% {
    border-radius: 70% 15%;
  }
  50% {
    border-radius: 0% 0%;
    /* border-bottom: 2px double red;
    border-top: 2px double red;
    width: 100px;
    border-left: 1px solid red;
    border-right: 1px solid red;
    transform: rotateX(10deg);
    transform: rotateY(33deg); */
  }
  75% {
    border-radius: 10% 70%;
  }
  100% {
    border-radius: 0% 0%;
  }
}

.turt__new__action{


  width: 20%;
  display: block;
  float: left;
  border: none;

}

@media only screen and (max-width: 600px) {
  .turt__new__action{
    float: none;
    position: absolute;
    right: 10%;
    display: none;
    
  }
  
}

@media only screen and (max-width: 540px) {
  .turt__new__action{
    
    right: 15%;
    
  }
  
}

@media only screen and (max-width: 450px) {
  .turt__new__action{
    
    right: 20%;
    
  }
  
}

@media only screen and (max-width: 360px) {
  .turt__new__action{
    
    right: 25%;
    
  }
  
}



.blob-ui{

  
   position: absolute;
  cursor: pointer;
  border-radius: 0 30%;
  background-color: #e34444;
  display: block;
  height: 80px;
  width: 120px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .blob-ui{
      right: revert;
    
  }
  
}

@media only screen and (max-width: 900px) {
  .blob-ui{
      left: 20%;
    
  }
  
}

@media only screen and (max-width: 600px) {
  .blob-ui{
      left: revert;
      width: 80px;
      right: -65px;
      height: 70px;
    
  }
  
}




.turt__new__action small{

  display: inline-block;
  color: white;
  font-size: 18px;
  position: relative;
  margin-top: 20px;
  cursor: pointer;

  
}

.fixer{

  z-index: 1;
  position: relative;
}

/* @media only screen and (max-width: 1200px) {
  .turt__new__action small{
      left: 70px;
      font-size: 15px;
    
  }
  
} */
@media only screen and (max-width: 600px) {
  .turt__new__action small{
      display: none;
    
  }
  
}
.turt__new_intro{

	width: 100%;
  padding-bottom: 100px;


}


@media only screen and (max-width: 600px) {
  .turt__new_intro{

      padding-top: 50px;
    
  }
  
}

.turt__new_water{

  position: absolute;
  background-color: #e34444;
  top: 150px;
  border-radius: 0 40%;
  width: 300px;
  height: 200px;

}

.turt__new_water-ck{

 
  display: block;
  height: 50px;
  width: 50px;
  background-color: #f2f2f0;
  border-radius: 50%;
  position: absolute;
  top: 150px;

}


.turt__new_water h1 small{
  color: white;

}

.turt__new_welcome{

	width: 50%;
	float: left;
  left: 5%;

}

@media only screen and (max-width: 900px) {
  .turt__new_welcome{
    float: none;
    width: 90%;
    margin-bottom: 120px;
    
  }
  
}

@media only screen and (max-width: 800px) {
  .turt__new_welcome{
   
    margin-bottom: 80px;
    
  }
  
}

@media only screen and (max-width: 600px) {
  .turt__new_welcome{
    
    margin-bottom: 50px;
    
  }
  
}

.turt__new_welcome-container{

	background-color: rgba(244, 247, 246, 1);
  box-shadow: -15px 10px 25px 5px rgba(0, 0, 0, 0.04);
  height: 400px;
  border-radius: 5px;
  border-radius: 0% 30%;
  background-color: white;
  -webkit-animation-name: cta-1;
          animation-name: cta-1;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;

}


.turt__new_welcome-container-bg-drop{

	background-color: rgba(244, 247, 246, 1);
  box-shadow: -15px 10px 25px 5px rgba(0, 0, 0, 0.04);
  height: 400px;
  border-radius: 5px;
  border-radius: 0% 20%;
  background-color: #e34444;
  position: absolute;
  width: 50%;
  z-index: -1;
  left: 50%;
  -webkit-animation-name: cta-1;
          animation-name: cta-1;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;

}


.turt__new_welcome-ball{

  position: relative;

}

.turt__new_welcome-text{

  position: relative;
  top: 150px

}

.turt__new_welcome-tag {

  text-align: center;
  width: 80%;
  left: 10%;
  position: relative;
  
  /* color: white;
  height: 200px; */

}

.turt__new_welcome-tag-sm {

  font-size: 20px;
  display: block;

}

.turt__new_welcome-tag-lg {

  font-size: 30px;
  display: block;
  color: #df4040;

}


.turt__new_welcome-tag-text {

  text-align: center;
  width: 80%;
  left: 10%;
  position: relative;
  
  /* color: white;
  height: 200px; */

}

.turt__new_welcome-tag-text span {

 display: block;
  /* color: white;
  height: 200px; */

}

.turt__new_cta{

  margin-top: 100px;

}

@media only screen and (max-width: 900px) {
  .turt__new_cta{
    text-align: center;
    
  }
  
}


@media only screen and (max-width: 600px) {
  .turt__new_cta{
   
    margin-top: 70px;
    margin-bottom: 80px;
    
  }
  
}


.turt__new_cta-btn{

  background-color: #FA4D56;
  border: none;
  padding: 1.2rem;
  color: white;
  border-radius: 2px;
  cursor: pointer;
  border-radius: 20% 30%;
  

}

@media only screen and (max-width: 900px) {
  .turt__new_cta-btn{
    
    -webkit-animation-name: cta-1;
    animation-name: cta-1;
-webkit-animation-duration: 5s;
    animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    
  }
  
}

.turt__new_cta-btn:hover{

 
  text-align: center;
  -webkit-animation-name: cta-1;
          animation-name: cta-1;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;

}

.turt__new_showcase{

	width: 45%;
	float: left;
  position: relative;

}


@media only screen and (max-width: 900px) {
  .turt__new_showcase{
    float: none;
    width: 80%;
    
  }
  
}

@media only screen and (max-width: 600px) {
  .turt__new_showcase{
   
    width: 90%;
    
  }
  
}

@media only screen and (max-width: 540px) {
  .turt__new_showcase{
   
    width: 100%;
    
  }
  
}


.turt__new_showcase-fig{

	width: 100%;
	display: inline-block;
  vertical-align: top;
  position: relative;

}

.turt__new_showcase-fig img{

	width: 90%;
  box-shadow: -15px 10px 25px 5px rgba(0, 0, 0, 0.04);
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 60%);
  width: 70%;
  position: relative;
  left: 25%;
  background-blend-mode: lighten;
  pointer-events: none;
  border-radius: 0% 30%;
  background-color: white;
  -webkit-animation-name: cta-1;
          animation-name: cta-1;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;

}

.turt__new_showcase-text{

	margin-top: -60px;
  position: relative;

}

.turt__new_showcase-text span{

	display: inline-block;
  font-size: 20px;

}

.turt__new_showcase-title{

  top: 60px;
  position: relative;
  left: 0;
  font-size: 15px;

}

.turt__new_showcase-text span small{


  background-color: #FA4D56;
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 25px;
  text-align: center;
  padding-bottom: 2px;
  margin-top: 25px;
  color: white;
  border-radius: 2% 35%;

}
.turt__new_showcase-text span small span{


  display: inline-block;
  position: relative;
  bottom: 7px;

}
.turt__new_showcase-bars{


	display: inline-block;
  vertical-align: top;
  position: absolute;
  width: 60px

}

.turt__new_showcase-bars-1{


	display: inline-block;
  vertical-align: top;
  background-color: red;
  height: 50px;
  margin-right: 15px;
  width: 3px;


}
.turt__new_showcase-bars-2{


	display: inline-block;
  vertical-align: top;
  background-color: red;
  height: 50px;
  margin-right: 15px;
  width: 3px;

}

.turt__new_showcase-bars-3{


	display: inline-block;
  vertical-align: top;
  background-color: red;
  height: 50px;
  width: 3px;

}


@media only screen and (max-width: 1200px) {
    .t__headr{
        margin-bottom: 10rem;
      
    }
    
}
.t__headr--primary,.t__headr--secondary{

    float: left;
    /* width: 50%; */
}

@media only screen and (max-width: 1200px) {
    .t__headr--primary,.t__headr--secondary{
        float: none;
      
    }
    
}

.t__headr--primary{

    width: 60%;
}

@media only screen and (max-width: 1200px) {
    .t__headr--primary{
        width: 100%;
        margin-bottom: 6rem;
      
    }
    
}
.t__headr--secondary{

    width: 40%;
    position: relative;
    
}

@media only screen and (max-width: 1200px) {
    .t__headr--secondary{
        width: 100%;
     
      
    }
    
}

.t__menu-bars{

    display: none;
    cursor: pointer;
    position: absolute;
    right: 10%;
    z-index: 5;

}

@media only screen and (max-width: 600px) {
    .t__menu-bars{
        display: block;
        /* top: 5.7vh; */
        /* top: 1.95rem; */
        /* top: 27px;
        right: 5%;  */

        background-color: #df4040;
        height: 65px;
        width: 75px;
        right: 0;
        top: 0;
        border-radius: 0% 30%;
        padding-top: 20px;
        padding-left: 15px;
    }

}


.t__paper-nav-placeholder{

    background-color: #FFF;
    height: 2rem;
    width: 100%;
    padding-left: .5%;
    margin-bottom: 1.8rem; 
    padding-bottom: .8rem;
    position: relative;
    z-index: 3;
    display: none;

}

@media only screen and (max-width: 600px) {
    .t__paper-nav-placeholder{
        display: block;
        z-index: 4;
        
    }

}

.toggleMenu{

    display: block;
}


/* .t__menu-bars:hover .t__menu-bars-1{

    background-color: aqua;

}

.t__menu-bars:hover .t__menu-bars-2{

    background-color: aqua;

}

.t__menu-bars:hover .t__menu-bars-3{

    background-color: aqua;

} */

.t__menu-bars-1,.t__menu-bars-2,.t__menu-bars-3{

    display: block;
    /* background-color: #b21919; */
    background-color: white;
    height: .12rem;
    width: 2.3rem;
    margin-bottom: .3rem;

}


.t__menu-bars-2{

    width: 2rem;
    margin-left: .4rem;
    
}

.t__menu-bars-3{

    width: 1.8rem;
    margin-left: .8rem;
    
}

.t__headr--circles{

    display: block;
}

@media only screen and (max-width: 1200px) {
    .t__headr--circles{
        display: none;
      
    }
    
}
@keyframes moveInLeft {
    0% {
      opacity: 0;
      transform: translateX(-2rem); }
    80% {
      transform: translateX(1rem); }
    100% {
      opacity: 1;
      transform: translateX(0);
     } }
  
.headr__welcome-text{

    position:relative;
    top: 15vh;
    z-index: 3;
    left: 2%; 
    font-size: 1.5rem; 
    width: 25rem; 
    /* animation-name: moveInLeft; */
   
}

@media only screen and (max-width: 1200px) {
    .headr__welcome-text{
        left: 20%;
      
    }
    
}

@media only screen and (max-width: 450px) {
    .headr__welcome-text{
        width: 100%;
        right: .5%;
        left: .5%;
        font-size: 1.2rem;
        position: relative;
        padding-left: 4%;
        
    }
    
}

.welcome__with{

    position: relative;
    display: block;
    font-size: 1.4rem;
    top: 2rem;
    left: 15%;
    z-index: 5;
}
.headr__welcome-headr{

    font-size: 1.3rem;
    z-index: 5;
    display: block;
    position: relative;

}

.animated__welcome-text{

  color: black;
  display: block;
  background-color: red;
}

.headr__welcome-headr-seks{

    font-size: 1.3rem;
    z-index: 5;
    display: none;
    position: relative;

}



@media only screen and (max-width: 1200px) {
    .headr__welcome-headr-seks{
       
        display: block;
        margin-left: 35%;
        font-size: 1.8rem;
       
    }
    
}

.slider-link{

  text-decoration: none;
  z-index: 999999;
  cursor: pointer;
  background-color: red;


}

.trap__container{

    margin: 0
}


@media only screen and (max-width: 1200px) {
    .headr__welcome-headr{
        left: 30%;
        display: block;
        position: relative;
      
    }
    
}

.trap__container{

    margin: 0
}

@media only screen and (max-width: 1200px) {
    .trap__container{
      
        position: relative;
        height: auto;
      
    }
    
}

.trapezoid__frame{

    border-bottom: 400px solid rgba(255, 255, 21, .5);
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
    height: 0;
    width: 250px;
    transform: rotate(90deg);
    position: absolute;
    top: 5vh;
    left: 15%;
}

@media only screen and (max-width: 1200px) {
    .trapezoid__frame{
        
        position: relative;
        border-bottom: 700px solid rgba(255, 255, 21, .5);
        border-left: 75px solid transparent;
        top: 0;
        width: 350px;
        margin-left: 10%;
      
    
      
    }
    
}

@media only screen and (max-width: 768px) {
    .trapezoid__frame{
        
       
        border-bottom: 550px solid rgba(255, 255, 21, .5);
        margin-left: 5%;
      

    }
    
}

@media only screen and (max-width: 600px) {
    .trapezoid__frame{
        
       
        border-bottom: 450px solid rgba(255, 255, 21, .5);
        width: 300px;
        margin-left: 2%;
      

    }
    
}

@media only screen and (max-width: 450px) {
    .trapezoid__frame{
        
       
        border-bottom: 350px solid rgba(255, 255, 21, .5);
        width: 250px;
        margin-left: 1%;
      

    }
    
}

@media only screen and (max-width: 320px) {
    .trapezoid__frame{
        
       
        border-bottom: 250px solid rgba(255, 255, 21, .5);
        margin-left: -5%;
      

    }
    
}

@media only screen and (max-width: 1200px) {
    .trapezoid__frame span{
        
       
    display: block;
    font-size: 1.5rem;
    left: 10%;
    position: relative;
      
    
      
    }
    
}


.trapezoid__frame span{

    color: rgba(0, 0, 0, 0.2);
}

.turt__new_welcome-alt{

  position: relative;
  

}


@media only screen and (max-width: 768px) {
  .turt__new_welcome-alt{
      
      margin-bottom: 30px;
     
    
  }
  
}

.trap__effect{

    width: 150px;
    top: 180px;
    left: 37%;
    height: 80px;
    display: block;
    position: relative;
    background-color: #edf3f2;
    border-radius: 0 25%;
}


@media only screen and (max-width: 900px) {
  .trap__effect{
      
      top: 0;
     
    
  }
  
}

@media only screen and (max-width: 600px) {
  .trap__effect{
      
      left: 25%;
    
  }
  
}
/* 
@media only screen and (max-width: 1200px) {
    .trap__effect{
        
        top: 300px;
        left: 17%;
      
    }
    
}

@media only screen and (max-width: 768px) {
    .trap__effect{
        
        top: 230px;
       
      
    }
    
}

@media only screen and (max-width: 600px) {
    .trap__effect{
        
        top: 170px;
       
      
    }
    
}

@media only screen and (max-width: 450px) {
    .trap__effect{
        
        top: 120px;
       
      
    }
    
}

@media only screen and (max-width: 320px) {
    .trap__effect{
        
        top: 80px;
        width: 120px;
        height: 70px;
        left: 20%;
       
      
    }
    
} */




.trap__pik{

    width: 150px;
    top: 210px;
    left: 45%;
    height: 90px;
    display: block;
    position: absolute;
    background-image: url('../images/about_trap.jpg');
    background-size: cover;

   
}


@media only screen and (max-width: 900px) {
  .trap__pik{
      
      top: 30px;
     
    
  }
  
}

@media only screen and (max-width: 600px) {
  .trap__pik{
      
      left: 33%;
     
    
  }
  
}

/* @media only screen and (max-width: 1200px) {
    .trap__pik{
        
        top: 330px;
        left: 22%;
      
    }
    
}


@media only screen and (max-width: 768px) {
    .trap__pik{
        
        top: 270px;
       
      
    }
    
}


@media only screen and (max-width: 600px) {
    .trap__pik{
        
        top: 200px;
       
      
    }
    
}


@media only screen and (max-width: 540px) {
    .trap__pik{
        
        top: 210px;
       
      
    }
    
}

@media only screen and (max-width: 450px) {
    .trap__pik{
        
        top: 150px;
       
      
    }
    
}


@media only screen and (max-width: 320px) {
    .trap__pik{
        
        top: 100px;
        width: 130px;
        height: 70px;
        left: 30%;
       
      
    }
    
} */


.trap__text{

    left: 15%;
    display: block;
    position: absolute;
    top: 33vh;
    left: 65%;
    font-size: 2.1rem;
   


}

@media only screen and (max-width: 1200px) {
    .trap__text{
        
        
        display: none;
      
    }
    
}


/* .trap__pik img{

    width: 100%;
    height: 100%;
} */
.t__headr--brand,.t__headr--paper{

    float: left;
}
.t__headr--brand{

    width: 20%;
    padding-left: 5%;
}

@media only screen and (max-width: 900px) {
    .t__headr--brand{
      
        width: 20%;
        padding-left: 2%;
      
    }
    
} 

@media only screen and (max-width: 600px) {
    .t__headr--brand{
      
        width: 25%;
        padding-left: 2%;
      
    }
    
}

@media only screen and (max-width: 450px) {
    .t__headr--brand{
      
        width: 30%;
      
    }
    
}

.t__brand{

  display: block;
  position: relative;
  

}

.t__headr--brand p{

    font-size: 1.6rem;
    color: black;
    display: block;
  
}


@media only screen and (max-width: 450px) {
    .t__headr--brand p{
      
        font-size: 1.2rem;
      
    }
    
}



.t__headr--brand-logo{

    display: block;
    position: absolute;
    width: 70px;
    left: -15px;
    top: -20px;
  
}

/* 
@media only screen and (max-width: 1200px) {
  .t__headr--brand-logo{
    
    left: -15px;
    
  }
  
} */

 @media only screen and (max-width: 900px) {
  .t__headr--brand-logo{
    
   
    top: -10px;
    
  }
  
}


@media only screen and (max-width: 768px) {
  .t__headr--brand-logo{
    
   
    
    left: -20px
    
  }
  
}

/*
@media only screen and (max-width: 676px) {
  .t__headr--brand-logo{
    
   
    top: -.1rem;
   
    
  }
  
}

*/
@media only screen and (max-width: 600px) {
  .t__headr--brand-logo{
    
   
    width: 50px;
    left: -3px;
    top: -1px;
    
   
    
  }
  
}

@media only screen and (max-width: 360px) {
  .t__headr--brand-logo{
    
    
    width: 50px;
    left: -10px;
    top: -1px;
   
    
  }
  
}

/*
@media only screen and (max-width: 540px) {
  .t__headr--brand-logo{
    
   
   
    width: 70%;
    left: -18%;
    top: -.1rem;
   
    
  }
  
}

@media only screen and (max-width: 360px) {
  .t__headr--brand-logo{
    
    
    top: .2rem;
   
    
  }
  
}

@media only screen and (max-width: 276px) {
  .t__headr--brand-logo{
    
    
    width: 80%;
    left: -25%;
   
    
  }
  
} */



.t__headr--brand-text{

  display: inline-block;
  font-size: 1.1rem;
  position: relative;
  left: 50px;
  top: -15px;
  font-family: 'Arvo';

}

/* @media only screen and (max-width: 1200px) {
  .t__headr--brand-text{
    
    font-size: 1.2rem;
    
  }
  
}*/

@media only screen and (max-width: 900px) {
  .t__headr--brand-text{
    
     top: -5px;
    
  }
  
}



@media only screen and (max-width: 768px) {
  .t__headr--brand-text{
    
     left: 45px
    
  }
  
}

/*

@media only screen and (max-width: 600px) {
  .t__headr--brand-text{
    
     top: 0
    
  }
  
}

@media only screen and (max-width: 540px) {
  .t__headr--brand-text{
    
     top: -.18rem;
    
  }
  
}


*/
@media only screen and (max-width: 450px) {
  .t__headr--brand-text{
    
     top: 0
    
  }
  
} 

@media only screen and (max-width: 360px) {
  .t__headr--brand-text{
    
      
      font-size: 1rem;
      left: 38px;
      z-index: 5;
    
  }
  
}



.paper__nav{

    background-color: #FFF;
    padding-left: .5%;
    margin-bottom: 1.8rem; 
    padding-bottom: .8rem;
}

@media only screen and (max-width: 600px) {
    .paper__nav{
        
        position: absolute;
        width: 60%;
        right: 1%;
        z-index: 4;
        padding-top: 2rem; 
        top: 8.5vh;
        padding-left: 15%;
        display: none;
      
    }
    
}

@media only screen and (max-width: 450px) {
    .paper__nav{
        
        width: 90%;

       
      
    }
    
}       
        

.paper__nav a{

    display: inline-block;
    width: 12%;
    margin-left: 1%;
    color: black;

}

@media only screen and (max-width: 600px) {
    .paper__nav a{
        display: block;
        width: 15%;
        margin-left: none;
        margin-bottom: 1rem;
      
    }
    
}

.paper__nav-list{

   list-style-type: none;
   padding: 0;
   margin: 0;

}




/* .paper__nav-list-last-i{

   background-color: red;
} */

.paper__nav-list-i{

   display: inline-block;
   width: 18%;
   cursor: pointer;
   

}

@media only screen and (max-width: 600px) {
  .paper__nav-list-i{

    width: 100%;
  }}


.paper__nav-list-i a{

  /* display: inline-block;
  width: 18%;
  cursor: pointer; */
  color: #4c5051;;




}



@media only screen and (max-width: 600px) {
  .paper__nav-list-i{
      display: block;
      
    
  }
  
}

.paper__pik{

    position: relative;
    left: 25%;
   
}



/* W3C reflection */

@media only screen and (max-width: 900px) {
    .paper__pik{
      
        width: 80%;
        left: 35%;
       
      
    }
    
}



@media only screen and (max-width: 768px) {
    .paper__pik{
      
        width: 90%;
        left: 15%;
       
      
    }
    
}

@media only screen and (max-width: 600px) {
    .paper__pik{
      
        width: 80%;
        left: 5%;
       
      
    }
    
}

.hidden__images{

    display: none;
    position: relative;
}

@media only screen and (max-width: 600px) {
    .hidden__images{
      
       display: block;
       right: -40%;
       top: 1vh;
       
      
    }
    
}


@media only screen and (max-width: 450px) {
    .hidden__images{
      
       
       right: -30%;
     
       
      
    }
    
}

.hidden__image-1{

    display: block;
    right: -40%;
    top: 1vh;
    
}


.paper__bars{

    position: absolute;
    /* background-color: red; */
    top: 20vh;

}

@media only screen and (max-width: 450px) {
    .paper__bars{
      
        top: 20vh;
      
    }
    
}

.paper__bars--1,.paper__bars--2,.paper__bars--3{

    display: block;
    background-color: #FFF;
    height: .3rem;
    width: 10rem; 
    margin-bottom: 1rem;

}

.paper__bars--1{

    background-color: rgba(255, 255, 21, 0.5);
}

.paper__bars--3{

    background-color: #b21919;
}

@media only screen and (max-width: 900px) {
    .paper__bars--1,.paper__bars--2,.paper__bars--3{
      
        width: 20rem
      
    }
    
}

@media only screen and (max-width: 600px) {
    .paper__bars--1,.paper__bars--2,.paper__bars--3{
      
        width: 10rem
      
    }
    
}


@media only screen and (max-width: 380px) {
    .paper__bars--1,.paper__bars--2,.paper__bars--3{
      
        margin-bottom: .6rem;
        width: 5rem;
      
    }
    
}


.paper__bars--3{

    margin-left: 1.5rem;

}

.t__headr--paper{

    width: 60%;
    background-color: rgba(204,204,204,.5);
    padding-top: 1.5rem; 
    position: relative; 
    height: 60vh
}

@media only screen and (max-width: 1200px) {
    .t__headr--paper{
       height: auto;
       padding-bottom: 4rem;
      
    }
    
}

@media only screen and (max-width: 900px) {
    .t__headr--paper{
      
        width: 70%;
        padding-bottom: 3rem;
      
    }
    
}

@media only screen and (max-width: 600px) {
    .t__headr--paper{
      
       width: 60%;
       padding-bottom: 1rem;
       height: 50vh;
      
    }
    
}

@media only screen and (max-width: 540px) {
    .t__headr--paper{
      
     
       height: 45vh;
      
    }
    
}

@media only screen and (max-width: 450px) {
    .t__headr--paper{
      
       
       height: 40vh;
      
    }
    
}

@media only screen and (max-width: 380px) {
    .t__headr--paper{
      
       
       height: 36vh;
      
    }
    
}





.t__footr--connect{

    background-color: #b21919;
    float: left;
    width: 40%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    height: 95vh;
    z-index: 3;
    
}

@media only screen and (max-width: 1200px) {
    .t__footr--connect{
       height: auto;
       padding-bottom: 1.5rem;
       padding-top: 1.5rem;
    }
    
}

@media only screen and (max-width: 600px) {
    .t__footr--connect{
       float: none;
       width: 100%;
    }
    
}

.footr__connect{

  
    margin-bottom: 9rem;
}

@media only screen and (max-width: 1200px) {
    .footr__connect{
       margin-bottom: 3rem;
    }
    
}


.footr__connect-container{

    margin-bottom: 3rem;
    padding-left: 2%;
}
.footr__connect-i-1,.footr__connect-i-2,.footr__connect-i-3{

    display: inline-block;
    margin-left: .7rem;
}

.footr__connect-i-2{

   color:#FF0;
   font-size: 1.4rem; 
   position: relative;
   left: -.9rem;
}
.footr__connect-i-3{

    color: #FFF;
    font-size: 3rem;
    position: relative;
    opacity: .7;
    top: .5rem;
}

.footr__connect-p1,.footr__connect-p2{

    display: inline-block;
    color: #FFF;
    font-size: 3rem;
}

.footr__connect-p2{

    position: relative;
    top: .8rem;
    left: -.9rem
}

/* .footr__bars{

   
    top: 20vh;

} */

.footr__bars--1,.footr__bars--2{

    display: block;
    background-color: #FFF;
    height: .3rem;
    width: 55%; 
    margin-bottom: 1rem;

}

/* .footr__bars--1{

    display: block;
    
   

}

.footr__bars--2{

    display: block;
    background-color: #FFF;
    height: .3rem;
    width: 10rem; 
    margin-bottom: 1rem;
} */

.t__footr--join{
    float: left;
    width: 60%;
}

@media only screen and (max-width: 600px) {
    .t__footr--join{
      float: none;
      width: 100%;
      margin-bottom: 3rem;
    }
    
}

.footr__contact--address,.footr__contact--reach{

    float: left;
    
}



.footr__contact--address{

   
    width: 60%;
    background-color: #FFF;
    padding-bottom: 1rem;
   
    
    
}

.footr__contact--reach{

    
    width: 40%;
    
    
}

@media only screen and (max-width: 1200px) {
    .footr__contact--address,.footr__contact--reach{
        float: none;
        width: 100%;
        position: relative;
    }
    
}

.connect__address-content{

    margin-left: 15%;
}

@media only screen and (max-width: 600px) {
    .connect__address-content{
      margin-left: 35%;
    }
    
}


.connect__address-content p{

    margin-bottom: 0
}

.footr__connect--address-content h4{

    font-size: 1.1rem;
    color: #b21919;
    margin-left: 20%;
    text-transform: initial;
    margin-bottom: 1.5rem;
    font-weight: normal;
    padding-top: 1rem;
}

@media only screen and (max-width: 600px) {
    .footr__connect--address-content h4{
        margin-left: 35%;
    }
    
}

.footr__contact--reach{

   padding-top: 1rem;
   position: relative;
}

.footr__connect--reach-content{

    background-color: #FFF;
    width: 100%;
    position: relative;
    right: -25%;
    padding: 2%;
    top: -20vh;
    height: 220px;
}

@media only screen and (max-width: 1200px) {
    .footr__connect--reach-content{
       right: 0;
       position: inherit;
       top: 0
    }
    
}






.footr__connect--reach-content h4{

    font-size: 1.1rem;
    color: #b21919;
    margin-left: 10%;
    text-transform: initial;
    margin-bottom: 1.5rem;
    font-weight: normal;
}


@media only screen and (max-width: 600px) {
    .footr__connect--reach-content h4{
     margin-left: 35%;
     
    }
    
}




.connect__reach-content{

    margin-left: 35%;
}



.t__footr--join{

    padding-top: 35vh;
    background-color: #FFF;

}

@media only screen and (max-width: 600px) {
    .t__footr--join{
       padding-top: 8vh;
    }
    
}


.join__fig{

    width: 40%;
    position: relative;
    left: 40%;
}

@media only screen and (max-width: 450px) {
    .join__fig{
      
        left: 25%;
        width: 60%;
    }
    
}


.join__fig img{

    width: 40%;
}

@media only screen and (max-width: 450px) {
    .join__fig img{
      
        width: 60%;
    }
    
}

.join__text{

    width: 6rem;
    position: relative;
    font-size: 1.2rem;
    top: -15vh;
    left: 53%;
    color: black;
}

@media only screen and (max-width: 600px) {
    .join__text{
      
      
       font-size: 1.1rem;
      
    }
    
}

@media only screen and (max-width: 450px) {
    .join__text{
      
       left: 55%;
       font-size: 1rem;
       top: -13vh;
    }
    
}

.join__insyt-container{

    /* width: 40%; */
    position: relative;
    left: 25%;
}

@media only screen and (max-width: 900px) {
    .join__insyt-container{
      left: 15%;
    }
    
}

@media only screen and (max-width: 450px) {
    .join__insyt-container{
      left: 10%;
    }
    
}


.join__insyt-container h5{

   font-size: 1.2rem;
   color: black;
   font-weight: normal;
   text-transform: initial;
   margin-bottom: 2rem;
}


.join__form-input{

    width: 40%;
    border:none;
    border-bottom: solid #000000 .2rem;
    padding-bottom: .5rem;
    padding-left: 10%;
    padding-bottom: 1rem;
    padding-right: 2%;
   
   
}

@media only screen and (max-width: 900px) {
    .join__form-input{
       width: 70%;
    }
    
}

@media only screen and (max-width: 600px) {
    .join__form-input{
       width: 80%;
    }
    
}


.join__form-btn{

    border: none;
    background-color: inherit;
    display: inline-block;
    cursor: pointer;
    font-size: 1.3rem;
    margin-left: -2rem;
}

.footr__nav{

    
    width: 40%

}

@media only screen and (max-width: 1200px) {
    .footr__nav{
      
        width: 70%;
    }
    
}

@media only screen and (max-width: 900px) {
    .footr__nav{
      
        width: 70%;
    }
    
}

@media only screen and (max-width: 600px) {
    .footr__nav{
      
        width: 100%;
    }
    
}
.footr__nav a{

    display: inline-block;
    margin-left: .5%;
    width: 13%
  

}

@media only screen and (max-width: 450px) {
    .footr__nav a{
      
        width: 25%;
    }
    
}
/*GUOTE SECTION*/ 

.quote-content{
	
	
	height: auto;
	padding-top: 1.5rem;
	position: relative;
    width: 100%;
    background-color: #FFF;
	
	
}
.quote__content-container{

    background-color: rgba(204,204,204,.2);
    width: 90%;
    margin: 0 auto;
    padding-top: 5%;
    height: 90vh;
    padding-left: 3%;

}

@media only screen and (max-width: 1200px) {
    .quote__content-container{
        height: auto;
        padding-bottom: 3rem;
      
    }
    
}


@media only screen and (max-width: 900px) {
    .quote__content-container{
     
        padding-bottom: 5rem;
      
    }
    
}


.quote__conetent-headr{

    font-weight: normal;
    position: relative;
    left: 25%;
    text-transform: none;
    font-size: 1.2rem;
    margin-bottom: 5rem;
    width: 30%;
}

@media only screen and (max-width: 1200px) {
    .quote__conetent-headr{
        width: 50%;
        
    }
    
}

@media only screen and (max-width: 900px) {
    .quote__conetent-headr{
      margin-bottom: 2.5rem;
      width: 70%;
      
        
      
    }
    
}


@media only screen and (max-width: 600px) {
    .quote__conetent-headr{
      left: 10%;
      width: 80%;
      margin-bottom: 1.5rem;
      
        
      
    }
    
}

.hidden__steps{

    display: none;
    margin-bottom: 1.2rem;
    font-size: 1rem;
    color: rgba(29, 27, 27, 1);
    position: relative;
    left: 25%;
    font-weight: normal;
    text-transform: none;

}

@media only screen and (max-width: 600px) {
    .hidden__steps{
        display:block; 
        margin-top: 3rem;
    }
    
}

.quote__conetent-headr-error{

    font-weight: normal;
    color: red;
    display: block;
    font-size: .7rem;
    margin-top: -3rem;
    margin-bottom: 3rem;
    position: relative;
    left: 25%;
    text-transform: none;
   
  
}

.quote__nav,.quote__step{

    float: left;
}

.quote__nav{

    width: 25%;
}

@media only screen and (max-width: 600px) {
    .quote__nav{
        display:none;
    }
    
}

.quote__step{

    width: 75%;
}

.quote__input--error{

    color: #e84343;
    display: block;
    font-size: .7rem;
    margin-top: .5rem;
    font-style: italic;


}

@media only screen and (max-width: 600px) {
    .quote__step{
        float: none;
        width: 100%;
        margin-top: 7rem;
    }
    
}

.quote__list--i{

    margin-bottom: 1.2rem;
    
    font-size: 1rem;
    color: rgba(29, 27, 27, .5)
}

.quote__list--i-active{

    margin-bottom: 1.2rem;
    
    font-size: 1rem;
    color: rgba(29, 27, 27, 1)
}

.services{

    width: 100%;
}

.services-list{

    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.service__i{

    margin-bottom: 1.2rem;
    display: inline-block;
    width: 30%;
    margin-right: 1.5%;
    background-color:rgba(204,204,204,.2); 
    border-radius: .2rem;
    text-align: center; 
    padding-top: .5rem;
    padding-bottom: .5rem;
    cursor: pointer;
    
}


@media only screen and (max-width: 600px) {
  .service__i{

      float: left;
      height: 8rem;
  }
  
}

.service__i--active{

    
    background-color:rgba(255, 255, 21, 0.6)
    
    
}

.service__i:hover .service__i--icon,.service__i--name{

    color: rgba(0,0,0, .6)
   
    
}

.service__i--icon{

    display: block;
    margin-bottom: .7rem;
    font-size: 1.1rem;
    color: rgba(173, 15, 15, 0.6);


}

.service__i--name{

    display: block;
    font-size: 1rem;
    color: rgba(0,0,0, .6)
}


.budget{

    width: 100%;
}

.budget-list{

    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.budget__i{

    margin-bottom: 1.2rem;
    display: inline-block;
    width: 30%;
    margin-right: 1.5%;
    background-color:#FFF;  
    text-align: center; 
    padding-top: .5rem;
    padding-bottom: .5rem;
    cursor: pointer;
    box-shadow: -5px 10px 5px 2px rgba(0, 0, 0, 0.04);
    
}
.budget__i--active{

    
    background-color:rgba(255, 255, 21, 0.6)
    
    
}

.budget__i:hover.budget__i--name{

    color: rgba(0,0,0, .6)
   
    
}


.budget__i--name{

    display: block;
    font-size: 1rem;
    color: rgba(0,0,0, .6)
}

.quote__form__idea{

    width: 100%;
}

.quote__form__idea-textarea{

    height: 216px;
    min-height: 45px;
    max-height: 367px;
    resize: vertical;
    width: 90%;
    background-color:rgba(206, 255, 246, 0.5);
    box-shadow: -5px 10px 5px 2px rgba(0, 0, 0, 0.04);
    padding: 2.5rem;
    border: none;
}

@media only screen and (max-width: 600px) {
  .quote__form__idea-textarea{

    width: 95%;
    margin-left: 5%;
  }
  
}



.form-input-bg {
    background-color: #096; }
  
  .form-input-border {
    border: solid 1px #096 !important; }
  
  .form-input-width {
    width: 50% !important; }

    .form {
        position: relative;
        width: 100%; }
        .form__group {
          display: block;
          margin-bottom: 2rem;
          width: 80%; }
          @media only screen and (max-width: 600px) {
            .form__group {
              width: 95%; } }
        .form__input {
          border: none;
          border-bottom: solid 1px #fff;
          display: inline-block;
          height: 3rem;
          padding: .5rem 1rem;
          width: 85%; }
          @media only screen and (max-width: 600px) {
            .form__input {
              width: 100%; } }
          .form__input::input-placeholder {
            color: red; }
          .form__input:focus {
            border: none;
            border-bottom: solid 1px #C90;
            transition: all .5s; }
          .form__input:invalid {
            border: none;
            border-bottom: solid 1px red;
            transition: all .5s; }
        .form__label {
          display: block;
          padding: 1rem;
          transition: all .4s; }
        .form__input:placeholder-shown + .form__label {
          opacity: 0;
          transform: translateY(-3rem);
          visibility: hidden; }
        .form__select__group {
          display: inline-block;
          width: 40%; }
          @media only screen and (max-width: 600px) {
            .form__select__group {
              display: block;
              width: 80%; } }
        .form__select__group:not(:last-child) {
          margin-right: 5%; }
        .form__select__label {
          color: #096;
          display: block;
          font-size: 1.2rem;
          margin-bottom: 1.1rem; }
        .form__select {
          border: none;
          display: block;
          height: 3rem;
          width: 100%; }
        .form__radio__group {
          display: inline-block;
          position: relative; }
        .form__radio__group:not(:last-child) {
          margin-right: 5rem; }
        .form__radio__group__title {
          display: inline-block;
          margin-right: 5rem; }
        .form__radio {
          display: none; }
        .form__radio:checked + .form__radio__label .form__radio__button::after {
          opacity: 1; }
        .form__radio__label {
          font-size: 1.2rem; }
        .form__radio__button {
          border: solid 3px #096;
          border-radius: 50%;
          display: inline-block;
          position: absolute;
          top: 0;
          left: -2rem;
          width: 1.5rem;
          height: 1.5rem; }
          .form__radio__button::after {
            content: "";
            display: block;
            background-color: #C90;
            height: .5rem;
            width: .5rem;
            position: relative;
            opacity: 0;
            top: .2rem;
            transition: opacity .4s;
            left: .2rem;
            border-radius: 50%; }
            @media only screen and (max-width: 900px) {
              .form__radio__button::after {
                left: .1rem;
                top: .1rem; } }
        .form__checkbox__group__title {
          display: inline-block; }
        .form__checkbox__group {
          display: inline-block;
          position: relative; }
        .form__checkbox {
          display: none; }
        .form__checkbox:checked ~ .form__checkbox__label small {
          opacity: 1; }
        .form__checkbox__label {
          bottom: 1.5rem;
          font-size: 1.1rem; }
        .form__checkbox__button {
          border: solid 3px #096;
          border-radius: 2px;
          display: inline-block;
          font-size: 1.2rem;
          position: absolute;
          bottom: 0;
          left: 17rem;
          width: 1.5rem;
          height: 1.5rem; }
          .form__checkbox__button small {
            position: relative;
            color: #C90;
            font-size: 1.6rem;
            font-weight: 700;
            opacity: 0;
            transition: opacity .4s;
            top: -1rem; }
        .form__submit_btn {
          margin-top: 3rem;
          position: absolute;
          right: 30%; }
        .form__submit-btn {
          border: none;
          border-radius: 2px;
          background-color: #096;
          color: #FFF;
          font-size: 2rem;
          padding: 1rem;
          transition: all .4s;
          width: 15rem; }
          .form__submit-btn:hover {
            background-color: #FFF;
            color: #096; }
        .form__hidden {
          opacity: 0; }

          

.d-inline-block{
    display: inline-block;
}

.form-group-adjust{

    width: 40%;
    
}
.form-group-drop-adjust{

    float: left;
}

@media only screen and (max-width: 1200px) {
    .form-group-adjust{
        width: 80%;
        margin-bottom: 1rem;
      
    }
    
}

@media only screen and (max-width: 900px) {
    .form-group-adjust{
        width: 95%;
      
    }
    
}

.hr-size-fl-md{

    width: 50%;
}

@media only screen and (max-width: 1200px) {
    .hr-size-fl-md{
        width: 80%;
      
    }
    
}

@media only screen and (max-width: 900px) {
    .hr-size-fl-md{
        width: 95%;
      
    }
    
}


.quote__form-sub-container{

    position: absolute;
    cursor: pointer;
    right: 10%;
    bottom: 2%;

}


.quote__form-sub-back-container{

    position: absolute;
    cursor: pointer;
    bottom: 2%;
    left: 22%;
    visibility: hidden;

}

@media only screen and (max-width: 600px) {
  .quote__form-sub-back-container{
    left: 6%;
    
  }
  
}


.quote__form-sub-back-container-active{
    
    visibility: visible;
   

}

.quote__form-sub-container:hover .quote__form-next,.quote__form-sub-btn{

    color: #099;

}
.quote__form-next{
    
    color: #b21919;
    display: block;
    /* margin-bottom: .4rem; */

}
.quote__form-sub-btn{

    border: none;
    background-color: inherit;
    display: inline-block;
    /* cursor: pointer; */
    font-size: 1.2rem;
    /* margin-left: -2rem; */
}

.quote__feedback{

    width: 60%;
    left: 35%;
    position: relative;
    top: 10vh;
    margin-bottom: 4rem;
}

@media only screen and (max-width: 900px) {

  .quote__feedback{

    width: 75%;
    left: 25%;
    height: auto;
    
  }
  
}

@media only screen and (max-width: 600px) {

  .quote__feedback{

    width: 85%;
    left: 15%;
    
    
  }
  
}


@media only screen and (max-width: 450px) {

  .quote__feedback{

    width: 95%;
    left: 5%;
    
    
  }
  
}

.quote__feedback--title{

    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: normal;
    margin-left: 3.5rem;
   

}

@media only screen and (max-width: 360px) {

  .quote__feedback--title{

    margin-left: 2rem;
    
  }
  
}


.quote__feedback--icon{

    font-size: 1.5rem;
    display: block;
    margin-left: 3rem;
    font-weight: bolder;
    margin-bottom: 1rem;

}

.quote__feedback--icon-su{

    color: green

}

.quote__feedback--icon-er{

    color: red;
    width: 20%;
    margin-left: 1.5rem;

}

@media only screen and (max-width: 1200px) {

  .quote__feedback--icon-er{

    margin-left: 2.2rem;
    
  }
  
}

@media only screen and (max-width: 600px) {

  .quote__feedback--icon-er{

    margin-left: 3.5rem;
    
  }
  
}


.quote__feedback--text{

    font-size: 1.3rem;
    display: block;
    margin-bottom: 2rem;
    text-transform: initial;
    

}



.quote__feedback--message{

    font-size: 1rem;
}

.quote__feedback--message-text{

    margin-bottom: 1rem;
    font-size: .9rem;
    width: 50%;
}


@media only screen and (max-width: 1200px) {

  .quote__feedback--message-text{

    width: 80%;
    
  }
  
}

@media only screen and (max-width: 600px) {

  .quote__feedback--message-text{

    width: 100%;
   
    
    
  }
  
}

.quote__feedback--message-btn{

    border: none;
    background-color: rgba(255, 255, 21, 0.6);
    padding: 1.5rem;
    display: inline-block;
    cursor: pointer;
    font-size: 1.3rem;
    color: rgba(29, 27, 27, 1);
    width: 20rem;

}

@media only screen and (max-width: 1200px) {

  .quote__feedback--message-btn{

    padding: 1rem;
    font-size: 1.1rem;
    
  }
  
} 

@media only screen and (max-width: 450px) {

  .quote__feedback--message-btn{

    width: 19rem;
    
  }
  
}


@media only screen and (max-width: 360px) {

  .quote__feedback--message-btn{

    width: 17rem;
    
  }
  
}


@media only screen and (max-width: 320px) {

  .quote__feedback--message-btn{

    width: 14rem;
    
  }
  
}

.quote__feedback--message-btn:hover{

  
    background-color: rgba(255, 255, 21, 0.3);
   

}

.blog{

    padding: 0
}

@media only screen and (max-width: 1200px) {

    .blog{

     padding-bottom: 30rem;
     height: auto;
      
    }
    
} 

@media only screen and (max-width: 900px) {
    
    .blog{

     padding-bottom: 25rem;
     height: auto;
      
    }
    
} 




.blog__content{

    /* color: #FFFF33; */
    background-color: #FFF;
    position: relative;
    height: auto;
    padding-bottom: 5rem;
}

.blog__posts-headr{

    position: absolute;
    top: 2px;
    left: 20%;
    width: 40%;
    /* background-color: red; */
   

}

.blog__headr-bars{

    position: relative;

}

.blog__headr-bar-1,.blog__headr-bar-2{

    background-color: #FFFF33;
    /* background-color: rgba(204, 204, 0, 0.9); */
    display: inline-block;
    height: 7rem;
    width: 1.3rem;
    margin-right: 1.5rem;
    transform: rotate(12deg);
    opacity: .6;

}

.blog__headr-text-1{

    color: rgba(29, 27, 27, .8);
    font-size: 1.2rem;
    position: absolute;
    top: -30px;
    left: 60%;

}

/* @media only screen and (max-width: 1200px) {
    .blog__headr-text-1{

        top: -20px;
       
    }
    
}  */


@media only screen and (max-width: 900px) {
    .blog__headr-text-1{

       left: 65%;
       top: -20px;
       
    }
    
} 

@media only screen and (max-width: 600px) {
    .blog__headr-text-1{

       left: 70%;
       
    }
    
} 



@media only screen and (max-width: 450px) {
    .blog__headr-text-1{

       left: 75%;
       
    }
    
} 


@media only screen and (max-width: 380px) {
    .blog__headr-text-1{

       left: 80%;
       
    }
    
}


.blog__headr-text-2{

    font-size: 1.8rem;
    color: rgba(29, 27, 27, .6);
    position: absolute;
    left: 46%;
    top: 2px;


}

@media only screen and (max-width: 600px) {
    .blog__headr-text-2{
        top: 4px;
        /* left: 40%; */
        font-size: 1.5rem;
        width: 15rem;
        left: 20%;
      
    }
    
} 


@media only screen and (max-width: 580px) {
    .blog__headr-text-2{
        
        left: 10%;
      
    }
    
} 

@media only screen and (max-width: 450px) {
    .blog__headr-text-2{
       
      
        width: 100%;
        left: 25%;

      
    }
    
} 


.blog__headr-text-3{

    color: rgba(29, 27, 27, 1);
    font-size: 1.2rem;
    position: absolute;
    left: 62%;
    top: 50px;

} 

@media only screen and (max-width: 600px) {
    .blog__headr-text-3{
        left: 77%;
      
    }
    
} 

.blog__i-headr,.blog__i-details{

    float: left;
    /* background-color: red; */
    position: relative;
}







.blog__i-headr{

    width: 70%;
   
}

.blog__i-details{

    width: 30%;
   
}

@media only screen and (max-width: 1200px) {
    .blog__i-headr,.blog__i-details{
        float: none;
        width: 100%;
      
    }
    
} 

.cara-i{

    position: relative;
    top: 15vh;
    /* padding-bottom: 2vh; */
}

.blog__pik{

    width: 50%;
    display: inline-block;
    position: relative;
    top: 20%;
    left: -10%;
}

.blog__text-container{

    position: absolute;
    top: 10vh;
    right: 8%;

}

@media only screen and (max-width: 1200px) {
    .blog__text-container{
        right: 3%;
      
    }
    
} 



@media only screen and (max-width: 900px) {
    .blog__text-container{
      right: 0;
      top: 200px;
        
      
    }
    
} 

@media only screen and (max-width: 450px) {
    .blog__text-container{
        right: 15%;
        /* top: 250px; */
      
    }
    
} 
.blog__date{

    font-size: 1.2rem;
    color: rgba(29, 27, 27, 1);
    display: block;
    
}

@media only screen and (max-width: 768px) {
  .blog__date{
     margin-top: 70px;
    
  }
  
} 

@media only screen and (max-width: 450px) {
    .blog__date{
       font-size: 1.1rem;
       margin-top: 50px;
      
    }
    
} 

@media only screen and (max-width: 360px) {
  .blog__date{
   
     margin-top: 25px;
    
  }
  
} 

.blog__author{

    font-size: 1.9rem;
    color: rgba(29, 27, 27, 1);
    font-display: block;
    margin-top: -2rem;
    background-color: rgba(255, 255, 21, 0.6)
}

@media only screen and (max-width: 768px) {
  .blog__author{

    margin-top: 5px;
    width: 80%;
    display: inline-block;
    
  }
  
} 

@media only screen and (max-width: 450px) {
    .blog__author{
        font-size: 1.5rem;
        width: 95%;
      
    }
    
} 


 

.turtrozz__collab{
    background-color: rgba(204,204,204,.2);
}
.turtrozz__artistic{

    width: 100%;
    height: 90vh;
} 

@media only screen and (max-width: 1200px) {
    .turtrozz__artistic{
        position: relative;
        height: auto;
        padding-bottom: 25rem;
    
      
    }
    
} 


.artistic__some-left,.artistic__some-right{

    float: left;
    /* width: 50%; */

}



.artistic__some-left{

    width: 50%;
}


.artistic__some-right{
    width: 50%;
    padding-top: 8rem;
}

@media only screen and (max-width: 1200px) {
    .artistic__some-right{
       
        top: 60vh;
      
    }
    
} 


@media only screen and (max-width: 600px) {
    .artistic__some-right{
       
        top: 70vh;
      
    }
    
} 



@media only screen and (max-width: 1200px) {
    .artistic__some-left,.artistic__some-right{
        float: none; 
        width: 100%;
      
    }
    
} 

.artistic__headr{

    width: 20rem;
    font-size: 1.8rem;
} 

@media only screen and (max-width: 1200px) {
    .artistic__headr{
        width: 40%;
        font-size: 1.6rem;
    
      
    }
    
} 


@media only screen and (max-width: 900px) {
    .artistic__headr{
        width: 60%;
       
    
      
    }
    
} 

@media only screen and (max-width: 600px) {
    .artistic__headr{
        width: 80%;
        font-size: 1.4rem;
        margin:0 auto;
      
    }
    
} 


.bx-shadow-dark {
    /*box-shadow: 0 1rem 2rem  rgba(0,0,0,0.05);
      transform: translateY(-.3rem);*/
    -webkit-box-shadow: -10px 10px 20px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -10px 10px 20px 1px rgba(0, 0, 0, 0.2);
    box-shadow: -10px 10px 20px 1px rgba(0, 0, 0, 0.2); }



    .profile-content {
        margin-top: -15vh;
        padding: 10rem 0 10rem 0;
    background-color: rgba(204,204,204,.3); }
        @media only screen and (max-width: 1200px) {
          .profile-content {
            padding: 10rem 0 5rem 0; } }


#process-content{

    background-image: url(../images/para_backg_0.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:900px;
    
}

@media only screen and (max-width: 768px) {
    #process-content{

      height: auto;
      padding-bottom: 3rem;
    
    } 
    
}

#turt-process-content{
    
    
    background-color: rgba(0,0,0,.5);
    height: 100%;
    
}

.circles-control{

  padding-left:  0;
}

@media only screen and (max-width: 768px) {
    .circles-control{

        
        padding-left: 10%;
    } 
    
}

.circle-container{

    width: 25%;
    /* margin-right: 1.5%; */
    float: left;
}

@media only screen and (max-width: 768px) {
    .circle-container{

        
        width: 50%;
        margin-bottom: 3rem;
    } 
    
}

/* @media only screen and (max-width: 320px) {
    .circle-container{

        
        width: 100%;
        margin-bottom: 2rem;
    } 
    
} */


.turt-process-util{
    
    
    background-color: rgba(0,0,0,.6);
    width: 200px;
    height: 200px;
    border-radius: 0% 30% !important;
    
    
}

@media only screen and (max-width: 900px) {
    .turt-process-util{

        width: 150px;
        height: 150px;
    } 
    
}


@media only screen and (max-width: 320px) {
    .turt-process-util{

        width: 100px;
        height: 100px;
    } 
    
}


.turt-process-util > p{
    
    font-size: 1.2em;
    position: relative;
    top: 45%;
    left: 15%;
    
}

@media only screen and (max-width: 450px) {
    .turt-process-util > p{

        
        font-size: 1rem;
        left: 10%
    } 
    
}

@media only screen and (max-width: 320px) {
    .turt-process-util > p{

        
       
        left: 15%;
        top: 25%;
    
    } 
    
}


.turt-underline{
    
    background-color: #FFF;
    height: 1px;
    margin-bottom: 80px;
    margin-top: 100px;
    
}


@media only screen and (max-width: 320px) {
    .turt-underline{

        margin-top: 20px;
    
    } 
    
}

            






.grid-row {
  margin: 0 auto;
  max-width: 150rem;
  position: relative;
  width: 100%;
  content: "";
  display: table;
  clear: both; }
  .grid-row:not(:last-child) {
    margin-bottom: 0.2rem; }
  .grid-row > :not(:last-child) {
    margin-right: 1rem;
    padding-left: 1%; }
    @media only screen and (max-width: 900px) {
      .grid-row > :not(:last-child) {
        margin-right: 0 !important; } }
  .grid-row [class^="grid-col-"] {
    float: left; }
    @media only screen and (max-width: 900px) {
      .grid-row [class^="grid-col-"] {
        width: 100% !important; } }
  .grid-row .grid-col-12 {
    width: 100%; }
  .grid-row .grid-col-11 {
    width: calc(100% - (8.33333% * 1) - 1rem);
    background-color: yellow; }
  .grid-row .grid-col-10 {
    width: calc(100% - (8.33333%* 2) - 1rem); }
  .grid-row .grid-col-9 {
    width: calc(100% - (8.33333% * 3) - 1rem); }
  .grid-row .grid-col-8 {
    width: calc(100% - (8.33333% * 4) - 1rem); }
  .grid-row .grid-col-7 {
    width: calc(100% - (8.33333% * 5) - 1rem); }
  .grid-row .grid-col-6 {
    width: calc(100% - (8.33333% * 6) - 1rem); }
  .grid-row .grid-col-5 {
    width: calc(100% - (8.33333% * 7) - 1rem); }
  .grid-row .grid-col-4 {
    width: calc(100% - (8.33333% * 8) - 1rem); }
  .grid-row .grid-col-3 {
    width: calc(100% - (8.33333% * 9) - 1rem); }
  .grid-row .grid-col-2 {
    width: calc(100% - (8.33333% * 10) -  1rem); }
  .grid-row .grid-col-1 {
    width: calc(100% - (8.33333% * 11) - 1rem); }
  .grid-row .grid-offset-11 {
    left: 40%;
    position: relative; }



    .rotating-card {
        -moz-perspective: 150rem;
        perspective: 150rem;
        height: 35rem;
        position: relative; }
        @media only screen and (max-width: 1200px) {
          .rotating-card {
            height: auto; } }
        @media only screen and (max-width: 900px) {
          .rotating-card {
            margin-bottom: 5rem; } }
        .rotating-card__side {
          backface-visibility: hidden;
          border-radius: 3px;
          height: 35rem;
          overflow: hidden;
          transition: all .8s ease;
          position: absolute;
          width: 100%;
          top: 0;
          left: 0; }
          @media only screen and (max-width: 1200px) {
            .rotating-card__side {
              position: relative; } }
          @media only screen and (max-width: 900px) {
            .rotating-card__side {
              width: 60%;
              margin: 0 auto; } }
          @media only screen and (max-width: 600px) {
            .rotating-card__side {
              width: 80%;
              margin: 0 auto; } }
              @media only screen and (max-width: 450px) {
                .rotating-card__side {
                  width: 100%;
                  margin: 0 auto; } }
        .rotating-card__side--front {
          background-color: #FFF; }
          .rotating-card__side--front__head {
            height: 15rem;
            background-position: top;
            background-size: cover;
            margin-bottom: 5rem;
            position: relative;
            -webkit-background-blend-mode: linear;
            -moz-background-blend-mode: linear;
            background-blend-mode: linear;
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 10vh, 0 100%);
            -moz-clip-path: polygon(0 0, 100% 0, 100% 10vh, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 20vh, 0 100%); }
            .rotating-card__side--front__head span {
              color: #FFF;
              display: block;
              font-size: 1rem;
              width: 12rem;
              background-image: linear-gradient(to right bottom, rgba(0, 153, 102, 0.7), rgba(204, 153, 0, 0.5));
              margin-right: .5rem;
              position: absolute;
              top: 20%;
              right: 0; }
          .rotating-card__side--front__body ul {
            list-style-type: none;
            margin: 0 auto;
            padding: 0 0 0 1rem;
            width: 90%; }
            .rotating-card__side--front__body ul li {
              border-bottom: solid 1px rgba(0, 0, 0, 0.2);
              font-size: .8rem;
              font-weight: 600;
              padding-bottom: 1rem;
              margin-bottom: 1rem;
              width: 100%; }
              .rotating-card__side--front__body ul li span {
                display: inline-block; }
              .rotating-card__side--front__body ul li span:first-child {
                font-size: 1rem;
                margin-right: 5%;
                width: 35%; }
              .rotating-card__side--front__body ul li span:nth-child(2) {
                color: #096;
                margin-right: 5%; }
          .rotating-card__side--front__head--1 {
            background-image: url("../images/portfolio/turtPast1.jpg"); }
            @media only screen and (min-resolution: 192dpi) and (min-width: 600px), (min-device-pixel-ratio: 2) {
              .rotating-card__side--front__head--1 {
                background-image: url("../images/composite_1.jpg"); } }
          .rotating-card__side--front__head--2 {
            background-image: url("../images/portfolio/turtPast2.jpg"); }
            @media only screen and (min-resolution: 192dpi) and (min-width: 600px), (min-device-pixel-ratio: 2) {
              .rotating-card__side--front__head--2 {
                background-image: url("../images/composite_2.jpg"); } }
          .rotating-card__side--front__head--3 {
            background-image: url("../images/portfolio/turtPast3.jpg"); }
            @media only screen and (min-resolution: 192dpi) and (min-width: 600px), (min-device-pixel-ratio: 2) {
              .rotating-card__side--front__head--3 {
                background-image: url("../images/composite_3.jpeg"); } }
        .rotating-card__side--front__head--4 {
            background-image: url("../images/portfolio/turtPast6.png"); }
            @media only screen and (min-resolution: 192dpi) and (min-width: 600px), (min-device-pixel-ratio: 2) {
                .rotating-card__side--front__head--4 {
                background-image: url("../images/portfolio/turtPast6.png"); } }
        .rotating-card__side--back {
          background-color: #C90;
          transform: rotateY(180deg); }
          @media only screen and (max-width: 1200px) {
            .rotating-card__side--back {
              transform: rotateY(0);
              height: 15rem;
             } }
          .rotating-card__side--back__head {
            height: 28rem;
            background-position: top;
            background-size: cover;
            margin-bottom: 3rem;
            position: relative; } 
            @media only screen and (max-width: 1200px) {
                .rotating-card__side--back__head {
                  
                  height: 8rem;
                 } }
            .rotating-card__side--back__head span {
              color: transparent;
              display: block;
              font-size: 2.5rem;
              font-weight: 800;
              width: 15rem;
              color: rgba(204, 153, 0, 0.6);
              margin-right: .5rem;
              position: absolute;
              transform: rotate(90deg);
              top: 20%;
              right: 0; } 
            @media only screen and (max-width: 1200px) {
                .rotating-card__side--back__head span {
                  
                    font-size: 1.2rem;
                    top: 3vh;
                    transform: rotate(0deg);
                
                 } } 
            @media only screen and (max-width: 900px) {
            .rotating-card__side--back__head span {
                
                left: 30%;
            
                } } 
            @media only screen and (max-width: 450px) {
                .rotating-card__side--back__head span {
                    
                    left: 20%;
                
                    } }
              @supports (background-clip: text) or (-webkit-background-clip: text) {
                .rotating-card__side--back__head span {
                  background-clip: text;
                  -webkit-background-clip: text;
                  background-image: linear-gradient(to right bottom, rgba(204, 204, 0, 0.8), rgba(255, 255, 255, 0.9));
                  color: transparent; } }
          .rotating-card__side--back__body {
            padding-bottom: 3rem;
            outline-offset: .3rem;
            position: relative; }
            @media only screen and (max-width: 900px) {
              .rotating-card__side--back__body {
                text-align: center; } } 
                @media only screen and (max-width: 450px) {
                    .rotating-card__side--back__body {
                      text-align: inherit;
                      padding-left: 23%; } }
            .rotating-card__side--back__body .btn-card {
              text-decoration: none;
              color: #FFF;
              position: absolute;
              bottom: 40%;
              transform: translate(55%);
              outline: solid 1px #FFF; }
              @media only screen and (max-width: 900px) {
                .rotating-card__side--back__body .btn-card {
                  display: inline-block;
                  position: relative;
                  transform: translate(0);
                  bottom: 4rem; } }
              .rotating-card__side--back__body .btn-card:hover {
                outline: none; 
                -webkit-box-shadow: -10px 10px 20px 1px rgba(0, 0, 0, 0.2);
                -moz-box-shadow: -10px 10px 20px 1px rgba(0, 0, 0, 0.2);
                box-shadow: -10px 10px 20px 1px rgba(0, 0, 0, 0.2); 
            }
          /* .rotating-card__side--back__head--1 {
            background-image: url("../images/portfolio/turtPast1.jpg"); }
            @media only screen and (min-resolution: 192dpi) and (min-width: 600px), (min-device-pixel-ratio: 2) {
              .rotating-card__side--back__head--1 {
                background-image: url("../images/composite_1.jpg"); } }
          .rotating-card__side--back__head--2 {
            background-image: url("../images/composite_2_res_back.jpg"); }
            @media only screen and (min-resolution: 192dpi) and (min-width: 600px), (min-device-pixel-ratio: 2) {
              .rotating-card__side--back__head--2 {
                background-image: url("../images/composite_2.jpg"); } }
          .rotating-card__side--back__head--3 {
            background-image: url("../images/composite_3_res_back.jpg"); }
            @media only screen and (min-resolution: 192dpi) and (min-width: 600px), (min-device-pixel-ratio: 2) {
              .rotating-card__side--back__head--3 {
                background-image: url("../images/composite_3.jpeg"); } } */
            /* .rotating-card__side--back__head--3 span {
              background-image: linear-gradient(to right bottom, rgba(204, 153, 0, 0.8), rgba(204, 153, 0, 0.9)); } */
        .rotating-card:hover .rotating-card__side--front {
          transform: rotateY(-180deg); }
          @media only screen and (max-width: 1200px) {
            .rotating-card:hover .rotating-card__side--front {
              transform: rotateY(0); } }
        .rotating-card:hover .rotating-card__side--back {
          transform: rotateY(0); }
        .rotating-card__btn {
          margin: 0 auto;
          margin-top: 6rem;
          width: 40%; }
          @media only screen and (max-width: 900px) {
            .rotating-card__btn {
              width: 60%; } }
          @media only screen and (max-width: 600px) {
            .rotating-card__btn {
              text-align: center;
              width: 100%; } }
          .rotating-card__btn a {
            color: #FFF;
            text-decoration: none;
            transform: translate(50%);
            background-color: #096;
            box-shadow: 0 .3rem 5rem #fff;
            transition: all .8s ease;
            width: 30rem; }
            @media only screen and (max-width: 900px) {
              .rotating-card__btn a {
                transform: translate(0); } }
            .rotating-card__btn a:hover {
              color: #096;
              background-color: #F3F3F3;
              transform: translate(50%); }
              @media only screen and (max-width: 900px) {
                .rotating-card__btn a:hover {
                  transform: translate(0) !important; } }

.btn__visit{

    text-align: center;
    margin-top: 0 !important;
}


@media only screen and (max-width: 1200px) {
  .btn__visit {

    display: none; 
  } 

}



.parallelogram:after {
    /* background: #3498db; */
    background-color: rgba(204,204,204,.2);
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: skew(-9deg);
	z-index: -1;
  }
  .parallelogram {
    font-family:open sans;
    color:#fff;
    position: relative;
    display:block;
    /* padding:10px 20px; */
    width: 80%;
    height: 50vh;
  }

  @media only screen and (max-width: 1200px) {
    .parallelogram{
       
        width: 90%;
        padding-top: 5rem;
        padding-bottom: 5rem;
        height: auto;
    }
      
    
    
} 


@media only screen and (max-width: 1000px) {
    .parallelogram{
       
        width: 100%;
       
    }
      
    
    
}


/* center the blockquote in the page */
.blockquote-wrapper {
    display: flex;
    height: 80vh;
 }

 @media only screen and (max-width: 900px) {
  .blockquote-wrapper{

    height: auto;
    padding-bottom: 50px;
    

  }
    
  
  
}

 
 /* Blockquote main style */
 .blockquote {
     position: relative;
     color: #2e6057;
     font-family: 'Staatliches', cursive;
     max-width: 450px;
     margin: 80px auto;
     align-self: center;
     padding: 11rem 1rem 14rem;
     overflow: hidden;
 }

 
@media only screen and (max-width: 1200px) {
  .blockquote{
     
      margin-top: 200px
     
  }
    
  
  
}

 
@media only screen and (max-width: 900px) {
  .blockquote{
     
      margin-top: 120px;
      
      
     
  }
    
  
  
}
 
 /* Blockquote header */
 .blockquote h1 {
     color: #224841;
     position: relative; /* for pseudos */
     font-size: 2.5rem;
     font-weight: normal;
     line-height: 0.8;
     margin: 0;
     z-index: 1;
 }


 @media only screen and (max-width: 600px) {
    .blockquote h1{
        font-size: 2rem;
        line-height: 1.2;
      
    }
    
} 

@media only screen and (max-width: 450px) {
    .blockquote h1{
        font-size: 1.5rem;
        
      
    }
    
} 

 
 h1 span {
   color: #2e6057;
 }
 
 /* Blockquote right double quotes */
 .blockquote h1:after {  
     content:"’";
     position: absolute;
     top: -3rem;
     left: 0;
     font-size: 100rem;
     line-height: 0.7;
     color: rgba(206, 255, 246, 0.5);
     text-shadow: -3rem -3rem 0 rgba(206, 255, 246, 0.2);
     z-index: -1;
 }
 
 .blockquote h1:before {
     content:"’";
     position: absolute;
     top: 0;
     left: 3rem;
     font-size: 90rem;
     line-height: 0.7;
     color: rgba(206, 255, 246, 0.8);
     text-shadow: 3rem 3rem 0 rgba(206, 255, 246, 0.5);
     z-index: -1;
 }
 
 /* increase header size after 600px */
 /* @media all and (min-width: 600px) {
     .blockquote h1 {
         font-size: 3rem;
         line-height: 1.2;
    }
 
 } */
 
 /* Blockquote subheader */
 .blockquote h4 {
     position: relative;
     color: #224841;
     font-size: 1.2rem;
     font-family: 'Oswald', sans-serif;
     font-weight: normal;
     line-height: 1.1;
     margin: 0;
     padding-top: 1.5rem;
     z-index: 1;
 }
 


 .blockquote .blog__i-view-post{
   
    
    border: none;
    background-color: #b21919;
    /* background-color:rgba(255,255,51,.6); */
    padding: .5rem;
    display: block;
    margin-top: 2rem;
    position: relative;
    width: 10rem;
    left: 35%;
    /* top: 5vh;
    left: 65%;
    border-radius: .3rem; */
    
 } 

 .conatiner-cont{
    margin:0;
    padding: 0;
    background: rgb(32, 33, 53) !important;

 }

 

 .conatiner{
    position: absolute;
    top:calc(50% - 200px);
    left:calc(50% - 1150px);
    transform: perspective(1000px) rotateY(-45deg);
    height:300px;
    width:200px;
    transform-style: preserve-3d;
}

@media only screen and (max-width: 1200px) {
    .conatiner{
        left: calc(50% - 800px);
        top: calc(50% - 300px);
      
    }
    
} 


@media only screen and (max-width: 900px) {
    .conatiner{
        left: calc(50% - 600px);
        top: calc(50% - 300px);
      
    }
    
} 

@media only screen and (max-width: 768px) {
    .conatiner{
        left: calc(50% - 500px);
        top: calc(50% - 300px);
      
    }
    
} 

@media only screen and (max-width: 600px) {
    .conatiner{
        left: calc(50% - 400px);
        top: calc(50% - 300px);
      
    }
    
}


@media only screen and (max-width: 450px) {
    .conatiner{
        left: calc(50% - 300px);
        top: calc(50% - 380px);
      
    }
    
}


@media only screen and (max-width: 375px) {
    .conatiner{
        left: calc(50% - 250px);
      
      
    }
    
}

@keyframes animate{

    0%{
        transform: perspective(1000px) rotateX(0deg);
    }

    100%{
        transform: perspective(1000px) rotateX(359deg);
    }
}

.conatiner div{
    
    position: absolute;;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    animation: animate 5s linear infinite;
}

.conatiner div span{
    position: absolute;
    top:0;
    left:0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,#f1f1f1,#bbb,#f1f1f1);
    border-radius:20px;
}

.conatiner div span:nth-child(1){
    transform: rotateX(0deg);
}

.conatiner div span:nth-child(2){
    transform: rotateX(45deg);
}

.conatiner div span:nth-child(3){
    transform: rotateX(-45deg);
}

.conatiner div span:nth-child(4){
    transform: rotateX(90deg);
}


.showcase {
    --button-color: #b6b6b6;
    --background-gradient: linear-gradient(to bottom right, #ccc, #ddd);
    margin: 0 auto 100px;
    position: relative;
    width: 850px;
  } 

  @media only screen and (max-width: 900px) {
    .showcase{
        right: -10%;
        position: relative;
      
    }
    
} 

@media only screen and (max-width: 768px) {
    .showcase{
       
        width: 600px;
      
    }
    
}

@media only screen and (max-width:600px) {
    .showcase{
        width: 400px;
      
    }
    
} 


@media only screen and (max-width:450px) {
    .showcase{
        width: 300px;
      
    }
    
} 
  
  /******************************************
    BROWSER
  ******************************************/
  .browser {
    --browser-height: 400px;
    --searchbar-height: 20px;
    --searchbar-spacing: calc( var(--searchbar-height) / 4 );
    background: var(--background-gradient);
    border-radius: 6px;
    height: var(--browser-height);
    position: relative;
    width: 600px;
  }
  
  .browser::before {
    /*searchbar*/
    background-color: #e4e4e4;
    border-radius: 3px;
    content: "";
    height: var(--searchbar-height);
    left: 12.5%;
    position: absolute;
    top: var(--searchbar-spacing);
    width: 80%;
  } 


  @media only screen and (max-width:768px) {
    .browser{
        width: 500px;
      
    }
    
} 

@media only screen and (max-width:600px) {
    .browser{
        width: 400px; 
        left: -20%;
        position: relative;
      
    }
    
} 

@media only screen and (max-width:450px) {
    .browser{
        width: 300px; 
        --browser-height: 200px;
        
    }
      
    
    
} 


@media only screen and (max-width:375px) {
    .browser{
        left: -10%;
        
    }
      
    
    
} 




  
  .window {
    height: calc( var(--browser-height) - var(--searchbar-height) - (var(--searchbar-spacing) * 2) );
    left: 0;
    position: absolute;
    top: calc( var(--searchbar-height) + (var(--searchbar-spacing) * 2) );
    width: 100%;
  }
  
  .display-img {
    height: 100%;
    position: absolute;
    width: 96%;
    display: inline-block;
    left: 2%;
  }
  
  .browser__img {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  
  .controls,
  .controls::before,
  .controls::after {
    border-radius: 50%;
    height: 10px;
    position: absolute;
    width: 10px;
  }
  
  .controls {
    /* first circle */
    background-color: #fe5f5e;
    left: 10px;
    top: 10px;
  }
  
  .controls::before,
  .controls::after {
    content: "";
    top: 0;
  }
  
  .controls::before {
    /* second circle */
    background-color: #ffbe50;
    left: 15px;
  }
  
  .controls::after {
    /* third circle */
    background-color: #21ce5a;
    left: 30px;
  }
  
  
  /******************************************
    PHONE
  ******************************************/
  .phone {
    --percentage: .48;
    --phone-height: 350px;
    --phone-width: calc(var(--phone-height) * var(--percentage));
    background: var(--background-gradient);
    border-radius: calc( var(--phone-height) * .07 );
    bottom: 2%;
    box-shadow: inset 5px 5px 15px rgba(255,255,255, .5), inset -5px -5px 10px rgba(0,0,0, .1);
    height: var(--phone-height);
    position: absolute;
    right:25%;
    width: var(--phone-width);
  } 


  @media only screen and (max-width:768px) {
    .phone{
       right: 10%;
      
    }
    
} 

@media only screen and (max-width:600px) {
    .phone{
       right: 5%;
      
    }
    
}

@media only screen and (max-width:450px) {
    .phone{
       right: 0;
       left: 0;
       top: 8vh;
       position: relative;
      
    }
    
}

@media only screen and (max-width:375px) {
    .phone{
       left: 10%;
      
      
    }
    
}
 
 
  
  .screen {
    --screen-width: calc( var(--phone-width) * .87);
    --screen-height: calc( var(--phone-height) * .75);
    height: var(--screen-height);
    left: 6.5%;
    position: absolute;
    top: 12.5%;
    width: var(--screen-width);
  }
  
  .screen__img {
    border-radius: 4px;
  }
  
  .screen::before {
    /* speaker */
    --speaker-width: calc( var(--screen-width) * .28);
    background-color: var(--button-color);
    border-radius: 10px;
    content: "";
    height: calc( var(--phone-height) * .01);
    left: calc(50% - ( var(--speaker-width) / 2) );
    position: absolute;
    top: calc( var(--phone-height) * -.06 );
    width: var(--speaker-width);
  }
  
  .screen::after {
    /* home button */
    --button-size: calc( var(--phone-height) * .08 );
    --button-bottom: calc( (var(--phone-height) * -.0225) - var(--button-size));
    background-color: var(--button-color);
    border-radius: 50%;
    bottom: var(--button-bottom);
    content: "";
    height: var(--button-size);
    left: calc(50% - (var(--button-size) / 2));
    position: absolute;
    width: var(--button-size);
  }
  

  .service-phone{

    --percentage: .48;
    --phone-height: 500px;
    --phone-width: calc(var(--phone-height) * var(--percentage));
    background: var(--background-gradient);
    border-radius: calc( var(--phone-height) * .07 );
    bottom: 2%;
    /* box-shadow: inset 5px 5px 15px rgba(255,255,255, .5), inset -5px -5px 10px rgba(0,0,0, .1); */
    height: var(--phone-height);
    top: -200px;
    /* position: absolute; */
    right:5%;
    width: var(--phone-width);
    z-index: -1;
  }

  @media only screen and (max-width: 1200px) {
    .service-phone{
       
      z-index: 2;
      
      
    }
    
}


@media only screen and (max-width: 1000px) {
  .service-phone{
     
    position: relative;
    margin-top: 13rem;
    
  }
  
}


@media only screen and (max-width: 900px) {
  .service-phone{
     
    right: 0;
    left: 40%;
    
  }
  
}



@media only screen and (max-width: 520px) {
  .service-phone{
     
    
    left: 20%;
    
  }
  
}


@media only screen and (max-width: 320px) {
  .service-phone{
     
    
    left: 10%;
    
  }
  
}




/* .heart {
  
    position: absolute;
    top: -35vh;
    right: -80%;
    overflow: hidden;
    background-color:#FFF;
    width: 800px;
    z-index: -3;
    padding-left: 50%;

} */



  
  canvas {
    display: block;
    position: absolute;
    top: -20vh;

  }
  
  .welcome-fps {
    position: absolute;
    /* transform: translateX(-80px); */
    transition: 0.38s ease;
    transform-origin: center center 25px;
    /* background-color: red; */
    width: 15rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font: 25 25px/1 "Roboto";
    color: rgba(29, 27, 27, .5);
    z-index: 30;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  

  .fps {
    position: relative;
    visibility: hidden;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font: 16 16px/1 "Roboto";
    color: #FFF;
    color: purple;
    opacity: 1;
    z-index: 30;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  
   


  

  .rotating-text {
    font-family: Lato, sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: white;
    position: absolute;
    left: 35%;
    /* transform: translateX(-80px); */
  }

  @media only screen and (max-width: 600px) {
    .rotating-text{
       
      left: 15%;
      
      
    }
    
}

@media only screen and (max-width: 450px) {
  .rotating-text{
     
    left: 5%;
    font-size: 28px;
    
    
  }
  
}





  .rw-wrapper{
    width: 80%;
    position: relative;
    margin: 110px auto 0 auto;
    font-family: Lato, sans-serif;
    font-weight: 600;
    font-size: 36px;
    padding: 10px;
    height: 400px;
    overflow: hidden;
  }
  .rw-sentence{
    margin: 0;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    font-weight: normal;
    
  }
  .rw-sentence span{
    /* color: #444; */
    white-space: nowrap;
    font-size:2rem;
    font-weight: normal;
  }
  .rw-words{
    display: inline;
    text-indent: 10px;
  }
  .rw-words-1 span{
    position: absolute;
    opacity: 0;
    overflow: hidden;
    /* color: #888; */
    -webkit-transform-origin: 10% 75%;
    transform-origin: 10% 75%;
    -webkit-animation: rotateWord 18s linear infinite 0s;
    -ms-animation: rotateWord 18s linear infinite 0s;
    animation: rotateWord 18s linear infinite 0s;
  }
  .rw-words span:nth-child(2) { 
      -webkit-animation-delay: 3s; 
    -ms-animation-delay: 3s; 
    animation-delay: 3s; 
    /* color: #6b889d; */
  }
  .rw-words span:nth-child(3) { 
      -webkit-animation-delay: 6s; 
    -ms-animation-delay: 6s; 
    animation-delay: 6s; 
    color: #6b739d;	
  }
  .rw-words span:nth-child(4) { 
      -webkit-animation-delay: 9s; 
    -ms-animation-delay: 9s; 
    animation-delay: 9s; 
    /* color: #7a6b9d; */
  }
  .rw-words span:nth-child(5) { 
      -webkit-animation-delay: 12s; 
    -ms-animation-delay: 12s; 
    animation-delay: 12s; 
    /* color: #8d6b9d; */
  }
  .rw-words span:nth-child(6) { 
      -webkit-animation-delay: 15s; 
    -ms-animation-delay: 15s; 
    animation-delay: 15s; 
    /* color: #9b6b9d; */
  }
  @-webkit-keyframes rotateWord {
      0% { opacity: 0; }
      5% { opacity: 1; }
      17% { opacity: 1; -webkit-transform: rotate(0deg); }
    19% { opacity: 1; -webkit-transform: rotate(98deg); }
    21% { opacity: 1; -webkit-transform: rotate(86deg); }
    23% { opacity: 1; -webkit-transform: translateY(85px) rotate(83deg); }
    25% { opacity: 0; -webkit-transform: translateY(170px) rotate(80deg); }
    80% { opacity: 0; }
      100% { opacity: 0; }
  }
  @-ms-keyframes rotateWord {
      0% { opacity: 0; }
      5% { opacity: 1; }
      17% { opacity: 1; -ms-transform: rotate(0deg); }
    19% { opacity: 1; -ms-transform: rotate(98deg); }
    21% { opacity: 1; -ms-transform: rotate(86deg); }
    23% { opacity: 1; -ms-transform: translateY(85px) rotate(83deg); }
    25% { opacity: 0; -ms-transform: translateY(170px) rotate(80deg); }
    80% { opacity: 0; }
      100% { opacity: 0; }
  }
  @keyframes rotateWord {
      0% { opacity: 0; }
      5% { opacity: 1; }
      17% { opacity: 1; -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    19% { opacity: 1; -webkit-transform: rotate(98deg); transform: rotate(98deg); }
    21% { opacity: 1; -webkit-transform: rotate(86deg); transform: rotate(86deg); }
    23% { opacity: 1; -webkit-transform: translateY(85px) rotate(83deg); transform: translateY(85px) rotate(83deg); }
    25% { opacity: 0; -webkit-transform: translateY(170px) rotate(80deg); transform: translateY(170px) rotate(80deg); }
    80% { opacity: 0; }
      100% { opacity: 0; }
  }
  @media screen and (max-width: 768px){
    .rw-sentence { font-size: 18px; }
  }
  @media screen and (max-width: 320px){
    .rw-sentence { font-size: 9px; }
  }
  
  
  .alizarin {
    color: #e74c3c;
  }
  
  .wisteria {
    color: #8e44ad;
  }
  
  .peter-river {
    color: #3498db;
  }
  
  .emerald {
    color: red
  }
  
  .sun-flower {
    color: #f1c40f;
  }



  .pik__cards {
    background: black;
    height: 500px;
    width: 480px;
    pointer-events: none;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    background: url('../images/turtrozztop_667.jpg');
    box-shadow: inset 500px 0 100px -200px;
  }

  @media only screen and (max-width:1200px) {
    .pik__cards{

        width: 90%;
        position: relative;
        /* left: 10%; */
        height: 300px;
        box-shadow: inset 0 0 0 0;
       
    
    }
    
}

@media only screen and (max-width:900px) {
    .pik__cards{

     
        height: 250px;
       
       
    
    }
    
}

@media only screen and (max-width:768px) {
    .pik__cards{

        perspective: 3000px;
        width: auto;
        height: 200px; 

    }
    
}

/* @media only screen and (max-width:600px) {
    .pik__cards{

        perspective: 5000px;
        width: 5%;
        height: 150px; 
      

    }
    
} */

@media only screen and (max-width:600px) {
    .pik__cards{

        perspective: 1800px;
        width: auto;
        height: 150px; 
        width: 2px;
        display: none;

        
      

    }
    
}



  .pik__cards:hover .overlay, .pik__cards.hover .overlay {
    opacity: 1;
  }
  
  .pik__card {
    background: url('../images/turtrozztop_667.jpg') repeat;
    height: 500px;
    width: 25px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: relative;
  } 

  @media only screen and (max-width:1200px) {
    .pik__card{

        /* width: 80%; */
        position: relative;
        /* left: 5%; */
        height: 300px;
    
    }
    
}

@media only screen and (max-width:900px) {
    .pik__card{


         /* width: 80%; */
         position: relative;
         /* left: 5%; */
        
        height: 250px;
    }
    
}



@media only screen and (max-width:768px) {
    .pik__card{

        /* width: 90%;
        position: relative;
        /* left: 10%; */
       
        height: 200px; 
    
       
    
    }
    
}


@media only screen and (max-width:600px) {
    .pik__card{

        position: relative;
        left: 2%;
        height: 150px; 

        display: none;

    
    }
    
}



  .pik__card > .overlay {
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    opacity: 0;
  }
  
  .v2 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -25px;
  }
  
  .v3 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -50px;
  }
  
  .v4 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -75px;
  }
  
  .v5 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -100px;
  }
  
  .v6 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -125px;
  }
  
  .v7 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -150px;
  }
  
  .v8 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -175px;
  }
  
  .v9 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -200px;
  }
  
  .v10 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -225px;
  }
  
  .v11 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -250px;
  }
  
  .v12 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -275px;
  }
  
  .v13 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -300px;
  }
  
  .v14 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -325px;
  }
  
  .v15 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -350px;
  }
  
  .v16 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -375px;
  }
  
  .v17 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -400px;
  }
  
  .v18 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -425px;
  }
  
  .v19 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -450px;
  }
  
  .v20 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -475px;
  }
  
  .v21 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -500px;
  }
  
  .v22 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -525px;
  }
  
  .v23 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -550px;
  }
  
  .v24 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -575px;
  }
  
  .v25 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -600px;
  }
  
  .v26 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -625px;
  }
  
  .v27 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -650px;
  }
  
  .v28 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -675px;
  }
  
  .v29 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -700px;
  }
  
  .v30 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -725px;
  }
  
  .v31 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -750px;
  }
  
  .v32 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -775px;
  }
  
  .v33 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -800px;
  }
  
  .v34 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -825px;
  }
  
  .v35 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -850px;
  }
  
  .v36 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -875px;
  }
  
  .v37 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -900px;
  }
  
  .v38 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -925px;
  }
  
  .v39 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -950px;
  }
  
  .v40 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -975px;
  }
  
  .v41 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1000px;
  }
  
  .v42 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1025px;
  }
  
  .v43 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1050px;
  }
  
  .v44 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1075px;
  }
  
  .v45 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1100px;
  }
  
  .v46 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1125px;
  }
  
  .v47 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1150px;
  }
  
  .v48 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1175px;
  }
  
  .v49 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1200px;
  }
  
  .v50 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1225px;
  }
  
  .v51 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1250px;
  }
  
  .v52 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1275px;
  }
  
  .v53 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1300px;
  }
  
  .v54 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1325px;
  }
  
  .v55 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1350px;
  }
  
  .v56 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1375px;
  }
  
  .v57 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1400px;
  }
  
  .v58 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1425px;
  }
  
  .v59 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1450px;
  }
  
  .v60 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1475px;
  }
  
  .v61 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1500px;
  }
  
  .v62 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1525px;
  }
  
  .v63 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1550px;
  }
  
  .v64 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1575px;
  }
  
  .v65 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1600px;
  }
  
  .v66 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1625px;
  }
  
  .v67 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1650px;
  }
  
  .v68 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1675px;
  }
  
  .v69 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1700px;
  }
  
  .v70 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1725px;
  }
  
  .v71 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1750px;
  }
  
  .v72 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1775px;
  }
  
  .v73 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1800px;
  }
  
  .v74 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1825px;
  }
  
  .v75 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1850px;
  }
  
  .v76 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1875px;
  }
  
  .v77 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1900px;
  }
  
  .v78 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1925px;
  }
  
  .v79 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1950px;
  }
  
  .v80 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -1975px;
  }
  
  .v81 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -2000px;
  }
  
  .v82 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -2025px;
  }
  
  .v83 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -2050px;
  }
  
  .v84 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -2075px;
  }
  
  .v85 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -2100px;
  }
  
  .v86 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -2125px;
  }
  
  .v87 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -2150px;
  }
  
  .v88 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -2175px;
  }
  
  .v89 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -2200px;
  }
  
  .v90 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -2225px;
  }
  
  .v91 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -2250px;
  }
  
  .v92 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -2275px;
  }
  
  .v93 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -2300px;
  }
  
  .v94 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -2325px;
  }
  
  .v95 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -2350px;
  }
  
  .v96 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -2375px;
  }
  
  .v97 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -2400px;
  }
  
  .v98 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -2425px;
  }
  
  .v99 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -2450px;
  }
  
  .v100 {
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
    background-position: -2475px;
  }
  
  .pik__cards:hover .pik__card:not(.v1), .pik__cards.hover .pik__card:not(.v1) {
    -webkit-transform: translate3d(24px, 0, 0) rotate3d(0, 1, 0, -4.9deg);
            transform: translate3d(24px, 0, 0) rotate3d(0, 1, 0, -4.9deg);
  }
  

  /* * {
    font-size: 20px;
    font-family: 'Consolas', monospace;
    color: #00aa00;
    overflow: hidden;
  }
   */
  /* .spotlighter {
    position: absolute;
    height: 100vh;
    width: 100vw;
    background-color: #000;
    background: linear-gradient(45deg, #010, #333, #010);
  }
  
  section {
    padding: 1em;
  }
  
  p {
    font-size: 14px;
    opacity: 1;
  }
  
  .cursor-box {
    width: 30em;
    height: 30em;
    position: absolute;
    box-shadow: 0 0 0 10000px black;
    z-index: 10;
    border-radius: 50%;
    cursor: pointer;
  }
  .cursor-box .cursor-box-child {
    width: 100%;
    height: 100%;
    z-index: 10;
    border-radius: 50%;
    border: 0;
    box-shadow: inset 0px 0px 200px 75px black;
  } */
  
  

  /* ANIMATIONS */ 


  @keyframes moveLeftFade {
    0% {
      /* opacity: 1; */
      transform: translateX(-250px) }
      50% {
        /* opacity: 1; */
        transform: translateX(-280px);
        display: none;
     }

     70% {
         display: block;
        opacity: .2;
        transform: translateX(-400px);
       
     }

     80% {
       
       opacity: .5;
       transform: translateX(-250px);
      
    }

    90% {
       
      opacity: 1;
      transform: translateX(-250px);
     
   }
     
    100% {
      opacity: 0;
      /* transform: translateX(-500px);
      left: -500px; */
      transform: translateX(-500px);
      top: 10vh;
      /* display: none; */
       } }

       @keyframes fadeIn {
        0% {
          visibility: visible;
          opacity: 0; }
          20% {
            opacity: .2; }
            50% {
                opacity: .5; }
        100% {
           
            visibility: visible;
          opacity: 1; } 
}


.slider {
    position: relative;
    height: 70vh;
    top: 10vh;
   }
    .slider__item {
      height: 100%;
      /* background-image: url(../images/camero.jpg); */
      position: absolute;
      width: 100%;
      display: none;
      font-size: 2rem;
      color: white;
      animation-name: fadeIn;
      animation-duration: 3s;
      animation-fill-mode: forwards;
      } 
    .slider__controls--pos-left-center {
      position: absolute;
      top: 40%;
      left: 1%; }
    .slider__controls--pos-bottom-center {
      position: absolute;
      top: 90%;
      left: 50%; }
    .slider__controls-bubble {
      height: 1rem;
      width: 1rem;
      border-radius: 50%;
      border: solid 0.1rem #D2B48C;
      position: relative; }
      .slider__controls-bubble--hr {
        display: inline-block;
        margin-right: 1rem; }
      .slider__controls-bubble--vt {
        display: block;
        margin-bottom: 2rem; }
      .slider__controls-bubble:hover {
        background-color: #2E8B57;
        cursor: pointer; }
      .slider__controls-bubble-active {
        background-color: #2E8B57; }
    .slider__controls-bar {
      background-color: #D2B48C;
      display: inline-block;
      height: .25rem;
      width: 3.5rem;
      margin-right: 1rem;
      position: relative; }
      .slider__controls-bar:hover {
        background-color: #2E8B57;
        cursor: pointer; }
      .slider__controls-bar-active {
        background-color: #2E8B57; }
    .slider__controls-arrow {
      color: #2E8B57;
      display: none;
      font-size: 7rem;
      margin-right: 1rem;
      position: absolute; }
      .slider__controls-arrow-prev {
        position: absolute;
        left: 5%; }
        .slider__controls-arrow-prev--pos-center {
          top: 40%; }
      .slider__controls-arrow-next {
        position: absolute;
        right: 5%; }
        .slider__controls-arrow-next--pos-center {
          top: 40%; }
      .slider__controls-arrow:hover {
        cursor: pointer; }
    .slider__active {
      display: block; }
    .slider__item-d-block {
      display: block; }
    .slider__item-d-inline-block {
      display: inline-block; }
    .slider__item-d-none {
      display: none; }



.phone-circle {

  display: block;
  background: black;
  border-radius: 50%;
  height: 500px;
  width: 500px;
  margin: 0;
  position: absolute;
  top: -100px;
  right: 5%;
  z-index: -5;
  background: radial-gradient(circle at 100px 100px,  rgb(201, 64, 201), rgb(143, 34, 165));
  
 }

 

 @media only screen and (max-width: 1200px) {
  .phone-circle{
    
    height: 400px;
    width: 400px;
    z-index: 1;

  
    
  }
  
}

@media only screen and (max-width: 1000px) {
  .phone-circle{
    
    top: 100px;
    right: 0;
    left: -30%;


  
    
  }
  
}

@media only screen and (max-width: 900px) {
  .phone-circle{
    
    right: 10%;
    left: 0;
    
  }
  
}


@media only screen and (max-width: 600px) {
  .phone-circle{
    
   
    left: 10%;
    
  }
  
}


@media only screen and (max-width: 520px) {
  .phone-circle{
    
   
    width: 300px;
    height: 300px;
    top: 150px;
    
  }
  
}


@media only screen and (max-width: 320px) {
  .phone-circle{
    
   
    left: 1%;
    
  }
  
}


.quote__links{

    color: black;
  background-color: rgba(255, 255, 21, .4);
  outline: none;
  border: none;
}


.quote__links:hover{

  color: #FFF;
  background-color: #b21919;
 

}

/* -- Needed CSS -- */
.modal-wrapper {
  
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}

.modal-wrapper.is-open {
  display: none;
  position: fixed;
  z-index: 9999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* overflow-y: scroll; */
}

.modal-body {
  -webkit-animation: pop 0.5s ease;
          animation: pop 0.5s ease;
  width: 90%;
}

header {
  position: relative;
}

.close {
  position: relative;

}

@-webkit-keyframes pop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  90% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  90% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}



.modal-wrapper{

  background-color: rgba(0,0,0, .4);
  top: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 99999999;

}


[data-modal-trigger] {
  outline: 0;
  color: white;
  border: 1px solid #FFC107;
  padding: 10px 20px;
  background-color: transparent;
  margin: 20px;
  position: relative;
}
[data-modal-trigger]:before {
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  content: '';
  background-color: #FFC107;
}
[data-modal-trigger]:hover:before {
  width: 100%;
}

.modal-body {
  margin: 30px auto;
  background-color: white;
  border-radius: 5px;
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.35);
}
.response-modal-body{

   width: 45vw;
   height: 40vh;
   background-color: #FFF; 
   position: relative;
   top: 20vh;
   

}

@media only screen and (max-width: 1200px) {
  .response-modal-body{
    
    width: 60vw;
    height: 300px;
    
  }
  
}

@media only screen and (max-width: 900px) {
  .response-modal-body{
    
    width: 80vw;
   
    
  }
  
}

@media only screen and (max-width: 600px) {
  .response-modal-body{
    
    width: 90vw;
   
    
  }
  
}



.response-modal-circle{

    width: 3.5rem;
    height: 3.5rem;
    background-color: rgba(255, 255, 21, 0.6);
    border-radius: .5rem;
    position: relative;
    text-align: center;
    display: block;
    top: -30px;
    left: 45%;
   
  

}


@media only screen and (max-width: 540px) {
  .response-modal-circle{
    
    left: 40%;
   
    
  }
  
}

.response-modal-icon{

   font-size: 1.5rem;
   font-weight: bolder;
   display: inline-block;
   margin-top: 10%;
   color: green;
  

}
.modal-body header {
 
  margin: 0;
  padding: 10px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: red;
}




.modal-body footer {
  background-color: #FFC107;
  margin: 0;
  padding: 10px 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #FFECB3;
}
.modal-body .close {

  background-color: transparent;
 
}
.modal-message{
  color: #727272;
  position: relative;
  /* display: flex; 
  justify-content: center;
  align-items: center; */
}

.modal-message p{
  margin: 0;
  text-align: center;
  width: 100%;
 
  
}







.modal-message-text{

 
  font-size: 1.4rem;
  font-weight: bold;
  color: #000000;

 
}

.modal-message-text-desc{


  font-size: 1rem;
  
 
}


.modal-body .cta {
  background-color: rgba(221, 213, 218, 0.6) ;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  color: #b21919;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: block;
  width: 200px;
  text-align: center;
  margin: 20px auto;
  position: absolute;
  left: 36%;
  bottom: 2vh;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .modal-body .cta {
    
    bottom: 25px;
    
  }
  
}


@media only screen and (max-width: 540px) {
  .modal-body .cta {
    
    left: 26%;
    
  }
  
}


@media only screen and (max-width: 320px) {
  .modal-body .cta {
    
    left: 12%;
    
  }
  
}


.modal-body .cta:hover, .modal-body .cta:active {
  background-color: rgba(221, 213, 218, 0.8)
}

.hanging-modal-shape {
  background-color: #b21919;
  display: block;
  width: 20rem;
  height: 3rem;
  border-radius: .2rem;
  position: absolute;
  bottom: -3vh;
  left: 25%;
  z-index: -1;
  
}

@media only screen and (max-width: 600px) {
  .hanging-modal-shape {
    
    left: 20%;
    
  }
  
}

@media only screen and (max-width: 540px) {
  .hanging-modal-shape {
    
    left: 15%;
  
  }
  
}

@media only screen and (max-width: 450px) {
  .hanging-modal-shape{
    
    left: 10%;
    width: 18rem;

    
  }
  
}

@media only screen and (max-width: 360px) {
  .hanging-modal-shape {
    
   
    width: 15rem;

    
  }
  
}

@media only screen and (max-width: 320px) {
  .hanging-modal-shape {
    
   
    width: 13rem;

    
  }
  
}


.content-loadr{

  background-color: #FFF;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 99999;
  display: block;
  top: 0;
}

.loader-center-blog{
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  z-index: 5;
  height: 15rem;
  width: 15rem;
  position: fixed;
  bottom: 2rem;
  left: 40%;
  top: 30vh;
  border-radius: 50%;
  display: block;
  
  /* min-height: 100vh; */
}


@media only screen and (max-width: 768px) {
  .loader-center-blog{

    left: 30%;
    
  }
  
}

@media only screen and (max-width: 540px) {
  .loader-center-blog{
      
    left: 20%;
    
  }
  
}

@media only screen and (max-width: 360px) {
  .loader-center-blog{
      
    left: 10%;
    
  }
  
}

.loader-ring-blog {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  animation: ring 2s linear infinite;
 

}

.loader-ring-blog-small-blog{

   width: 13rem;
   height: 13rem;
   left: 10%;

}
@keyframes ring {
  0% {
    transform: rotate(0deg);
    box-shadow: 1px 5px 2px #b21919;
  }
  50% {
    transform: rotate(180deg);
    /* box-shadow: 1px 5px 2px #eeee5f; */
    box-shadow: 1px 5px 2px #FF0;
  }
  100% {
    transform: rotate(0360deg);
    box-shadow: 1px 5px 2px rgb(201, 64, 201);
  }
}
.loader-ring-blog::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}


.loader-span-blog {
  color: #737373;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 200px;
  animation: text 3s ease-in-out infinite;
}

.loader-span-small-blog{

  font-size: 1rem;
  position: absolute;
  right: 20%;
  display: block

}

@keyframes text {
  50% {
    color: black;
  }
}









.loader-center {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  z-index: 5;
  height: 10rem;
  width: 10rem;
  position: fixed;
  bottom: 2rem;
  left: 5%;
  border-radius: 50%;
  display: none;
  
  /* min-height: 100vh; */
}


.loader-ring {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  animation: ring 2s linear infinite;

}

.loader-ring-small{

   width: 8rem;
   height: 8rem;
   left: 10%;

}
@keyframes ring {
  0% {
    transform: rotate(0deg);
    box-shadow: 1px 5px 2px #b21919;
  }
  50% {
    transform: rotate(180deg);
    /* box-shadow: 1px 5px 2px #eeee5f; */
    box-shadow: 1px 5px 2px #FF0;
  }
  100% {
    transform: rotate(0360deg);
    box-shadow: 1px 5px 2px rgb(201, 64, 201);
  }
}
.loader-ring::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}


.loader-span {
  color: #737373;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 200px;
  animation: text 3s ease-in-out infinite;
}

.loader-span-small{

  font-size: 1rem;
  position: absolute;
  right: 20%;
  display: block

}

@keyframes text {
  50% {
    color: black;
  }
}



.clearfix {
    content: "";
    display: table;
    clear: both; } 


    /* @media only screen and (max-width: 1200px) {
        .hearx__footer--shop__list {
          padding-left: 20%; } }
      @media only screen and (max-width: 900px) {
        .hearx__footer--shop__list {
          padding-left: 10%; } }
      @media only screen and (max-width: 600px) {
        .hearx__footer--shop__list {
          width: 50%;
          padding-left: 5%; } }
      @media only screen and (max-width: 450px) {
        .hearx__footer--shop__list {
          width: 65%;
          padding-left: 10%; } } */
/* 

          .box {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 25%;
            height: 250px;
            color: red;
          } */
          
  
      
         
          
.cta {
  width: 140px;
  padding: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 600px) {
  .cta{

     width: 100%;
  }}
                
    
.cta-2 {
    border: 3px solid transparent;
    text-align: center;
}
.cta-2:hover {
    border: 3px solid red;
    -webkit-animation-name: cta-2;
            animation-name: cta-2;
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;

}
  
  

  @-webkit-keyframes cta-2 {
    0% {
      border-radius: 0% 0%;
    }
    25% {
      border-radius: 70% 15%;
    }
    50% {
      border-radius: 40% 40%;
      border-bottom: 7px double red;
      border-top: 7px double red;
      width: 100px;
      border-left: 1px solid red;
      border-right: 1px solid red;
      transform: rotateX(10deg);
      transform: rotateY(33deg);
    }
    75% {
      border-radius: 10% 70%;
    }
    100% {
      border-radius: 0% 0%;
    }
  }
  @keyframes cta-2 {
    0% {
      border-radius: 0% 0%;
    }
    25% {
      border-radius: 70% 15%;
    }
    50% {
      border-radius: 40% 40%;
      border-bottom: 7px double red;
      border-top: 7px double red;
      width: 100px;
      border-left: 1px solid red;
      border-right: 1px solid red;
      transform: rotateX(10deg);
      transform: rotateY(33deg);
    }
    75% {
      border-radius: 10% 70%;
    }
    100% {
      border-radius: 0% 0%;
    }
  }
  
  @-webkit-keyframes cta-1 {
    0% {
      border-radius: 0% 0%;
    }
    6% {
      border-radius: 35% 15%;
    }
    12% {
      border-radius: 20% 30%;
    }
    18% {
      border-radius: 10% 40%;
    }
    24% {
      border-radius: 20% 50%;
    }
    30% {
      border-radius: 60% 10%;
    }
    36% {
      border-radius: 30% 20%;
    }
    42% {
      border-radius: 15% 35%;
    }
    50% {
      border-radius: 35% 15%;
    }
    58% {
      border-radius: 20% 30%;
    }
    64% {
      border-radius: 10% 40%;
    }
    70% {
      border-radius: 20% 50%;
    }
    76% {
      border-radius: 40% 10%;
    }
    82% {
      border-radius: 30% 20%;
    }
    88% {
      border-radius: 15% 35%;
    }
    100% {
      border-radius: 0% 0%;
    }
  }
  
  @keyframes cta-1 {
    0% {
      border-radius: 0% 0%;
    }
    6% {
      border-radius: 35% 15%;
    }
    12% {
      border-radius: 20% 30%;
    }
    18% {
      border-radius: 10% 40%;
    }
    24% {
      border-radius: 20% 50%;
    }
    30% {
      border-radius: 60% 10%;
    }
    36% {
      border-radius: 30% 20%;
    }
    42% {
      border-radius: 15% 35%;
    }
    50% {
      border-radius: 35% 15%;
    }
    58% {
      border-radius: 20% 30%;
    }
    64% {
      border-radius: 10% 40%;
    }
    70% {
      border-radius: 20% 50%;
    }
    76% {
      border-radius: 40% 10%;
    }
    82% {
      border-radius: 30% 20%;
    }
    88% {
      border-radius: 15% 35%;
    }
    100% {
      border-radius: 0% 0%;
    }
  }


.bottom-container,
.top-container {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 150px;
  font-size: 20px;
  display: block;
  border: none;
  cursor: pointer;
  background-color: transparent;

  /* width: 40vw;
  height: 35vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 35vh;
  left: 30vw;
  padding: 1vw; */

  
}

@media only screen and (max-width: 900px) {
  .bottom-container,
  .top-container{
   width: 200px
    
  }
  
}

.bottom-container {
  color: #232323;
}

.top-container {
  background-color:rgba(0, 153, 102, 0.7);
  color: white;
  clip-path: circle(13% at 85% 50%);
  animation: circleMove 10s ease-in-out infinite;
}

@keyframes circleMove {
  0%, 100% {
    clip-path: circle(13% at 85% 50%);
  }
  50% {
    clip-path: circle(13% at 15% 50%);
  }
}




/* Slider */


input.set {
  display: none;
}

#slide1:checked ~ .mask .overflow {
  margin-left: 0;
}
#slide2:checked ~ .mask .overflow {
  margin-left: -100%;
}
#slide3:checked ~ .mask .overflow {
  margin-left: -200%;
}
#slide4:checked ~ .mask .overflow {
  margin-left: -300%;
}

#slides {
  margin: 50px auto;
  width: 80%;
  position: relative;
}

#slides .mask {
  width: 90%;
  overflow: hidden;
  margin: auto;
}

#slides .overflow {
  width: 400%;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#slides .slide {
  width: 25%;
  height: auto;
  line-height: 200px;
  float: left;
 
}

#controls {
  width: 100%;
}

/* #controls label {
  display: none;
  width: 5%;
  height: 60px;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  background: #000;
} */

#controls label:hover {
  opacity: 0.8;
}

#slide1:checked ~ #controls label:nth-child(2),
#slide2:checked ~ #controls label:nth-child(3),
#slide3:checked ~ #controls label:nth-child(4) {
  right: 0;
  display: block;
}

#slide2:checked ~ #controls label:nth-child(1),
#slide3:checked ~ #controls label:nth-child(2),
#slide4:checked ~ #controls label:nth-child(3) {
  left: 0;
  display: block;
}

/* Switch */
.switch{
  width:120px;
  height:10px;
  position:absolute;
  bottom:50px;
  z-index:99;
  left:30px;
}

.switch > label{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#333;
  float:left;
  margin-right:5px;
  cursor:pointer;
}
.switch label{
  overflow:hidden;
}

.on{
  width:100%;
  height:100%;
  border-radius:50%;
  background:#f39c12;
  position:relative;
  -webkit-animation:on 30s infinite;
  -moz-animation:on 30s infinite;
  animation:on 30s infinite;
}



@-webkit-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@-moz-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

/* .btn-liquid {
  display: inline-block;
  position: relative;
  width: 240px;
  height: 60px;

  border-radius: 27px;

  color: #fff;
  font: 700 14px/60px "Droid Sans", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-liquid .inner {
  position: relative;

  z-index: 2;
}

.btn-liquid canvas {
  position: absolute;
  top: -50px;
  right: -50px;
  bottom: -50px;
  left: -50px;

  z-index: 1;
}

 */


#slider,
ul {
  height: 200px;
}

#slider {
  margin: auto;
  overflow: hidden;
  padding: 20px;
  margin-top: 50px;
  position: relative;
  width: 200px;
}

#slider li {
  float: left;
  position: relative;
  width: 600px;
  display: inline-block;
  height: 200px;
}

#slider ul {
  list-style: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 9000px;
  transition: left 0.2s linear;
  -moz-transition: left 0.2s linear;
  -o-transition: left 0.2s linear;
  -webkit-transition: left 0.2s linear;
  margin-left: -25px;
  font-family: open sans;
  color: #666;
}

/*** Content ***/

.slider-container {
  color: #000;
  margin: 0 auto;
  padding: 0;
  width: 550px;
  min-height: 180px;
  text-align: center;
}

.slider-container h2 {
  color: #fff;
}

.slider-container p {
  color: white;
  font-weight: semi-bold;
  line-height: 150%;
  width: 200px;
}

/*** target hooks ****/

@-webkit-keyframes slide-animation {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  20% {
    left: 0px;
    opacity: 1;
  }
  22.5% {
    opacity: 0.6;
  }
  25% {
    left: -600px;
    opacity: 1;
  }
  45% {
    left: -600px;
    opacity: 1;
  }
  47.5% {
    opacity: 0.6;
  }
  50% {
    left: -1200px;
    opacity: 1;
  }
  70% {
    left: -1200px;
    opacity: 1;
  }
  72.5% {
    opacity: 0.6;
  }
  75% {
    left: -1800px;
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  98% {
    left: -1800px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 0;
  }
}

#slider ul {
  -webkit-animation: slide-animation 20s infinite;
}

#slider ul:hover {
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
}



