@font-face {
  font-family: 'firago-medium';   
  src: url('../font/firago-medium.woff2') format('woff2'),
      url('../font/firago-medium.woff') format('woff'),
      url('../font/firago-medium.ttf') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'firago-regular';   
  src: url('../font/firago-regular.woff2') format('woff2'),
      url('../font/firago-regular.woff') format('woff'),
      url('../font/firago-regular.ttf') format('truetype');
  
  font-style: ;
}

@font-face {
  font-family: 'firago-bold';   
  src: url('../font/firago-bold.woff2') format('woff2'),
      url('../font/firago-bold.woff') format('woff'),
      url('../font/firago-bold.ttf') format('truetype');
  
  font-style: normal;
}

@font-face {
  font-family: 'firago-mediumitalic';   
  src: url('../font/firago-mediumitalic.woff2') format('woff2'),
      url('../font/firago-mediumitalic.woff') format('woff'),
      url('../font/firago-mediumitalic.ttf') format('truetype');

  font-style: normal;
}





button,
[type="submit"] {
  -webkit-appearance: button;
}


button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}



button:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}


html, body {
  scroll-behavior: smooth;
  margin: 0;
  background: #15151c;
  
}

body {
  max-width: 480px;
  width: 100%;
  margin: auto;
  font-family: 'firago-medium';
  font-weight: 400;
  font-size: 17px;
  color: #f8f8f8;
  background: #1f1f2a;
  line-height: 1.5em;
  
}



/* MainBanner */

.mainbanner {
  height: 930px;
  background-color: #1f1f2a; 
  background-image: url("../img/man.png");
  background-position: left 247px;
  background-repeat: no-repeat;
  background-size: 75%;
  z-index: 0;
}



.price {
   
  margin-top: 80px;

  text-align: center;
  padding-top: 10px;
  padding-bottom: 7px;
  background-image: linear-gradient(to right, #4a1774 21%, #8022cb 100%);
  border-radius: 12px;
  margin-left: 235px;
  margin-right: 35px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);




}

.oldprice {

  font-size: 30px;
  position: relative;
  margin-right: 8px;
  font-family: 'firago-regular';
  color: #c5c5c5;
  z-index: 2; 
  text-decoration: line-through;
  display: inline-block;
  
  
  }
  

.newprice {

font-size: 33px;
position: relative;
font-family: 'firago-bold';
margin-left: 8px;

color: #deb324;
z-index: 2;
display: inline-block;


}



.product {

width: 41%;
z-index: 10;
margin-left: 253px;
margin-top: 103px ;
}


.main-benefits {
  margin-top: -58px;
  background-color: #000728;
  border-radius: 12px;
  background-image: url(../img/main-benefits/background.png);
  background-position: center;
  background-size: 140%;
  background-repeat: no-repeat;
  height: 160px;

}




.main-benefits-name {
  font-family: 'firago-medium';
  text-align: center;


}



.main-benefits .boxes{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0px;

}
.main-benefits .boxes .box{
  margin: 5px 10px;
  width: calc(100% / 3 - 20px);
  text-align: center;
  border-radius: 12px;
  padding: 28px 10px;
  cursor: default;
  transition: all 0.4s ease;
}



.main-benefits .boxes .box .icon{
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  margin: 0 auto 10px auto;
  transition: all 0.4s ease;
  

}

.icon-image {
  height: 40px;
  width: 40px;
}

.main-benefits-text {

  font-size: 13px;
  line-height: normal;
  font-family: 'firago-regular';
  margin-top: -8px;


}


.benefits .boxes .topic {
  font-family: 'firago-medium';
  font-size: 22px;
  color: #f3ebf7;
  
}






.underbenefits {

text-align: center;
padding-top: 30px;
font-size: 22px; 
font-family: 'firago-medium';


}



.container {
  position: relative;
  text-align: center;
  color: white;
}



.maintitle {

  position: relative;
  padding-top: 45px;
  font-size: 36px;
  color: #f8f8f8;
  font-family: 'firago-bold';


}


  .undertitle {
    
    position: relative;
    margin-top: 12px;
    font-size: 28px;
    line-height: 35px;
    color: #d4af37;
    font-family: 'firago-regular';
    line-height: 38px;
    z-index: 4;
  
  }





.sale {

font-size: 20px;
color: #4a1774;
background-color: #f8f8f8;
opacity: 1;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
width: 150px;
border-radius: 50px; 
margin-left: auto; 
margin-right: auto; 
margin-top: 12px;
z-index: 4;
position: relative;
box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}





/* TimerandButton */



/* ღილაკის და ტაიმერის სექციის, ფორმის სექციის უკანა ფონის ფერი */
.timerandbutton {
  background: #1f1f2a;
  padding-top: 0 ;
  padding: none;
  padding-bottom: 30px;
}

/* ტაიმერის ზემოთ დაწერილი ტექსტი */
.timerandbutton .timer p {
  text-align: center;
  color: #e0e0e0;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-top: 70px;

}

/* ციფრების ფერი ტაიმერში */
.timerandbutton .clockdiv {
  margin: auto;
  display: block;
  font-family: 'firago-regular';
  
  text-align: center;
  font-size: 45px;
  color: #e0e0e0;
}

/* ჰორიზონტალურად რომ განთავსდეს ტაიმერის ელემენტები */
.timerandbutton .clockdiv > div {
  display: inline-block;
}

/* ტაიმერის კვადრატები */
.timerandbutton .clockdiv div > span {
  padding: 8px;
  border-radius: 5px;
  background: #191919;
  display: center;
  height: 50px;
  width: 70px;
}

/* ტაიმერში :-ის ფერი */
.timerandbutton .clockdiv .mins:before, .timerandbutton .clockdiv .mins:after {
  content: ":";
  color: #e0e0e0;

}


/* Button */

.btn {
  cursor: pointer;
  color: #f3f2f2;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 20px;
  outline: none;
  background-image: linear-gradient(to right, #8022cb 0%, #6b1bad  51%, #8022cb  100%);
  background-size: 200% auto;
  display: block;
  text-align: center;
  padding: 20px;
  transition: 0.5s;
  position: relative;
  display: block;
  width: 380px;
  height: 70px;
  margin-top: 50px;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  box-shadow: 0 0 20px #002e16;
}

         


        
.btn:hover {
  
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;

}



/* Benefits */



.benefits {

  background-color: #1f1f2a;
  padding-bottom: 60px;
  padding-top: 0px;
 
 }


.benefits-name {
  font-family: 'firago-medium';
  text-align: center;
  line-height: normal;
  font-size: 18px;
  margin-bottom: 30px;



}



.benefits .boxes{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0px;
  background-color: #001d0d;
  margin-left: 14px;
  margin-right: 14px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  background-color: #e0e0e0;

}
.benefits .boxes .box{
  margin: 20px 10px;
  width: calc(100% / 3 - 20px);
  text-align: center;
  border-radius: 12px;
  padding: 10px 10px;
  cursor: default;
  transition: all 0.4s ease;
  
}



.benefits .boxes .box .icon{
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  margin: 0 auto 10px auto;
  transition: all 0.4s ease;

}

.icon-image {
  height: 35px;
  width: 35px;
}

.benefits-text {

  font-size: 10px;
  color: #191919;
  line-height: normal;
  font-family: 'firago-regular';
  margin-top: -15px;


}



.benefits .boxes .topic {
  font-family: 'firago-medium';
  font-size: 22px;
  color: #f3ebf7;
  
}







/* ------------ingredients------------- */


.ingredients {

  background-color: #33243f;
  padding-top: 40px;
  padding-bottom: 70px;

}



.ingredients-title {

  text-align: center;
  font-family: 'firago-bold';
  font-size: 27px;
  margin-bottom: 5px;
  color: #d4af37;

}

.ingredients-undertitle {

  text-align: center;
  font-family: 'firago-regular';
  font-size: 15px;
  line-height: normal;
  margin-top: 15px;
  margin-bottom: 20px;
  color: #f3ebf7;
  
  }

  

  .ingredients  .topic{
    color: #e0e0e0;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'firago-bold';
    margin-top: 10px;
  }

  .ingredients .text {

    color: #e0e0e0; 
    opacity: 80%;
    font-family: 'firago-regular';
    margin-bottom: 0px;
    
   }

.ingredients .boxes{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 14px;
  margin-right: 14px;
}
.ingredients .boxes .box{
  margin: 10px 0;
  width: calc(100% / 2 - 8px);
  text-align: center;
  border-radius: 12px;
  padding: 23px 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);   
  cursor: default;
  transition: all 0.4s ease;
  background-color: #2b1e35;
}




.iphoto {

height: 120px;
margin-left: auto;
margin-right: auto;
border-radius: 12px;
margin-top: -7px;


}


.ing-title {
font-size: 16px;
line-height: normal;
margin-top: 5px;
margin-bottom: 8px;
}

.text {

font-size: 12px;
text-align: normal;
line-height: normal;

}

   

/* ------------ trust ------------- */


.trust {

background-color: #1f1f2a;
height: 400px;
padding-top: 30px;
padding-bottom: 25px;
background-image: url(../img/trust/man.png);
background-size: 46%;
background-repeat: no-repeat;
background-position: right 65px;

}


.trust-title {

font-size: 16px;
line-height: normal;
font-family: 'firago-medium';
margin-left: 20px;
margin-right: 60px;
color: #d4af37;



}


.trust-text {

  margin-top: 15px;
  font-size: 14px;
  margin-left: 20px;
  margin-right: 160px;
  line-height: normal;
  font-family: 'firago-regular';
}


.product-trust {

width: 34%;
margin-left: 145px;
margin-top: 20px;



}



/* ------------ results ------------- */


.results {

  background-color: #33243f;
  padding-top: 20px;
  padding-bottom: 30px;

}



.results-title {

  text-align: center;
  font-family: 'firago-bold';
  font-size: 27px;
  margin-bottom: 5px;
  color: #38deb3;

}

.results-undertitle {

  text-align: center;
  font-family: 'firago-regular';
  font-size: 15px;
  line-height: normal;
  margin-top: 15px;
  margin-bottom: 20px;
  color: #f3ebf7;
  
  }

  

  .results  .topic{
    color: #e0e0e0;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'firago-bold';
    margin-top: 10px;
  }

  .results .text {

    color: #e0e0e0; 
    opacity: 80%;
    font-family: 'firago-regular';
    margin-bottom: 0px;
    
   }

.results .boxes{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 14px;
  margin-right: 14px;
}
.results .boxes .box{
  margin: 10px 0;
  width: calc(100% / 2 - 3px);
  text-align: center;
  border-radius: 12px;
  padding: 23px 10px;
   
  cursor: default;
  transition: all 0.4s ease;

}




.results-photo {

height: 120px;
margin-left: auto;
margin-right: auto;
border-radius: 12px;
margin-top: 10px;


}


.res-title {
font-size: 16px;
line-height: normal;
margin-top: 5px;
margin-bottom: 8px;
}

.result-text {

font-size: 12px;
margin-top: 10px;
line-height: normal;
font-family: 'firago-regular';

}

.box-title {

color: #d4af37;
line-height: normal;
font-size: 15px;
font-family: 'firago-medium';

}


.percent {

 background-color: #1f1f2a;
 margin-left: auto;
 margin-right: auto;
 width: 80px;
 font-size: 12px;
 font-family: 'firago-regular';
 margin-top: 10px;
 border-radius: 8px;

 

}


.time {

  background-color: #1f1f2a;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
  font-size: 12px;
  font-family: 'firago-regular';
  margin-top: 5px;
  border-radius: 8px;
  
 
 }





 /* -------------------- instruction ---------------------------- */

 .instruction {
background-color: #000728;
padding-top: 40px;
padding-bottom: 50px;



 }

 .instruction-box {

  background-color: #010b3d;
  margin-left: 20px;
  margin-right: 25px;
  border-radius: 12px;
  padding-top: 5px;
  padding-bottom: 0px;
  background-image: url(../img/instruction/man.png);
  background-size: 42%;
  background-repeat: no-repeat;
  background-position: 273px 120px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);

  
 }


 .instruction-title {

  font-family: 'firago-medium' ;
  font-size: 15px;
  margin-left: 28px;
  margin-top: 20px;
  line-height: normal;
  color: #d4af37;
 }

 .instruction-under-title {

  font-family: 'firago-regular' ;
  font-size: 13px;
  margin-left: 28px;
  margin-top: 10px;
  margin-right: 50px;
  line-height: normal;
 }


.instruction-inst {

  font-family: 'firago-medium' ;
  font-size: 14px;
  margin-left: 28px;
  margin-top: 30px;
  margin-right: 50px;
  line-height: normal;

}

.steps1 {
  margin-left: 28px;
  margin-right: 160px;
  margin-top: 20px;
  background-image: url(../img/instruction/step1.png);
  background-size: 7%;
  background-repeat: no-repeat;
}

  .steps2 {
    margin-left: 28px;
    margin-right: 160px;
    margin-top: 20px;
    background-image: url(../img/instruction/step2.png);
    background-size: 11%;
    background-repeat: no-repeat;
  }

    .steps3 {
      margin-left: 28px;
      margin-right: 160px;
      margin-top: 20px;
      background-image: url(../img/instruction/step3.png);
      background-size: 10%;
      background-repeat: no-repeat;
    }
  
  



 
.step {

  font-size: 11px;
  line-height: normal;
  font-family: 'firago-regular';
  margin-left: 35px;
  

}


.boxinbox {
  margin-top: 100px;
  margin-left: 14px;
  margin-right: 14px;
  background-color: #1d55ed;
  border-radius: 12px;
  background-image: url(../img/instruction/background.png);
  background-size: 100%;
  background-repeat: no-repeat;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);


}


.boxinbox-text {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 10px;
  margin-left: 85px;
  margin-right: 18px;
  line-height: normal;
  font-family: 'firago-regular';
}

.instruction-product {


width: 19%;
margin-left: 13px;
margin-top: -92px;
}



/* ------------------- doctor ----------------------- */


.doctor {

padding-top: 30px;
padding-bottom: 245px;
background-color: #1f1f2a;
background-image: url(../img/doctor/doctor.png);
background-size: 46%;
background-repeat: no-repeat;
background-position: 20px 251px;
}

.doctor-text {

font-size: 12px;
line-height: normal;
font-family: 'firago-regular';
margin-left: 23px;
margin-right: 23px;

}

.doctor-name {
font-size: 12px;
line-height: normal;
font-family: 'firago-medium';
color: #d4af37;
margin-top: 50px;
margin-left: 230px;
margin-right: 23px;

}

/* ------------------- professional ----------------------- */


.professional {

  padding-top: 20px;
  padding-bottom: 32px;
  background-color: #33243f;
  background-image: url(../img/professional/professional.png);
  background-size: 53%;
  background-repeat: no-repeat;
  background-position: 225px bottom ;
  }
  
  .professional-text {
  
  font-size: 12px;
  line-height: normal;
  font-family: 'firago-regular';
  margin-left: 23px;
  margin-right: 23px;
  
  }
  
  .professional-name {
  font-size: 12px;
  line-height: normal;
  font-family: 'firago-medium';
  color: #d4af37;
  margin-top: 20px;
  margin-left: 23px;

  
  }
  

  .point {
  
    font-size: 12px;
    line-height: normal;
    font-family: 'firago-regular';
    margin-top: 10px;
    margin-left: 23px;
    margin-right: 180px;
    
    }


    .conclusion {
  
      font-size: 14px;
      line-height: normal;
      font-family: 'firago-medium';
      margin-top: 60px;
      margin-left: 23px;
      margin-right: 190px;
      
      }
  


/* ------------------- offer ----------------------- */


.offer {

  padding-top: 25px;
  padding-bottom: 60px;
  background-color: #1f1f2a;
  background-image: url(../img/product.png);
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: 30px 190px ;
  }
  
  .professional-text {
  
  font-size: 12px;
  line-height: normal;
  font-family: 'firago-regular';
  margin-left: 23px;
  margin-right: 23px;
  }
  
.offer-title {
  margin-left: 23px;
  margin-right: 40px;
  font-size: 14px;
  line-height: normal;
  color: #d4af37;


}

.offer-text {
  margin-left: 23px;
  margin-right: 30px;
  margin-top: 10px;
  font-family: 'firago-regular';
  font-size: 13px;
  line-height: normal;
  color: #e0e0e0;

}

.discount {

  margin-left: 275px;
  margin-right: 30px;
  margin-top: 55px;
  font-family: 'firago-medium';
  font-size: 42px;
  line-height: normal;
  color: #8819e3;

}

.just-today {

  margin-left: 238px;
  margin-top: 20px;
  color: #c5c5c5;

}


.offer-price {
   
  margin-top: 10px;

  text-align: center;
  padding-top: 12px;
  padding-bottom: 7px;
  background-image: linear-gradient(to right, #4a1774 21%, #8022cb 100%);
  border-radius: 12px;
  margin-left: 220px;
  margin-right: 40px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
  
  
  }
  


  .offer-oldprice {
  
  font-size: 28px;
  position: relative;
  margin-right: 8px;
  font-family: 'firago-regular';
  color: #c5c5c5;
  z-index: 2; 
  text-decoration: line-through;
  display: inline-block;
    
    }
    
  
  .offer-newprice {
  
    font-size: 31px;
    position: relative;
    font-family: 'firago-bold';
    margin-left: 8px;
    
    color: #deb324;
    z-index: 2;
    display: inline-block;
  }



  /* ------------hww------------- */


.hww {

  background-color: #33243f;
  padding-top: 50px;
  padding-bottom: 70px;
  }
  
  
  
  .hww-title {
  
  text-align: center;
  font-family: 'firago-medium';
  font-size: 30px;
  margin-bottom: 30px;
  color: #e0e0e0;
  
  }
  
 
  
  .hww  .topic{
    color: #e0e0e0;
    font-size: 18px;
    margin-bottom: 3px;
    font-family: 'firago-medium';
    
  }

 .hww .text{

  color: #e0e0e0;
  font-size: 14px;
  font-family: 'firago-regular';
  opacity: 80%;


 }




  
  .hww .boxes{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 15px;
    margin-right: 15px;

  }
  .hww .boxes .box{
    
    margin: 8px 10px;
    width: calc(100%/ 2 - 20px);
    height: 210px;
    text-align: center;
    border-radius: 12px;
    padding: 30px 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
    cursor: default;
    transition: all 0.4s ease;
    background-color:#2b1e35;
  }
  
  
  
  
  
  .hww .iphoto {
  
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  
  
  }











  
















/* Reviews */


.reviewssec {
  background: #001d0d;
  padding-top: 50px;
  margin-bottom: 0px;
  margin-top: 0px;

}

.revtitleup {

  font-size: 32px;
  text-align: center;
  color: #e0e0e0;
  padding-top: 0px;
  margin-bottom: 2px;


}

.revtitledown {

  font-size: 32px;
  font-family: 'firago-mediumitalic';
  text-align: center;
  color: #ff8c49;
  margin-bottom: 50px;
  padding-top: 0px;
  line-height: 38px;
  
}



.rev_item{
  width: 420px;
  padding: 10px 10px 20px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  background: #002813;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;

}
.rev_item>img{
  display: block;
  margin: 0 auto 18px;
}
.rev_item>span{
  font-size: 18px;
  color: #e0e0e0;
  font-weight: 700;
  display: block;
  padding: 0 25px;
  margin-top: 15px;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.rev_item>p{
  padding: 0 25px;
  font-size: 16px;
  font-family: 'firago-regular';
  color: #e0e0e0;
}
.rev_item .name{
  margin-top: 20px;
  padding: 0 25px;
  color: #e0e0e0;
  font-family: 'firago-regular';



}
.rev_item .name>span{
  display: block;
}
.reviews .owl-prev,
.reviews .owl-next{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  background: url(../img/rev_arrow.png) 10% 10%  no-repeat;
  background-size: 30px;
  opacity: 80%;
  ;
}
.reviews .owl-prev{
  left: 10px;
  
}
.reviews .owl-next{
  transform: rotate(180deg); 
  right: 10px;
  
}

.reviewssec .button{
  margin-top: 40px;
}







/* Form */


.finalform {

padding-top: 30px;
padding-bottom: 100px;
background-color: #1f1f2a;

}

.timerform {

padding-top: 0px; 
padding-bottom: 50px;

}


/* ტაიმერის ზემოთ დაწერილი ტექსტი */
.timer p {
  text-align: center;
  color: #e0e0e0;
  margin-top: 35px;
  margin-bottom: 35px;

}


/* ციფრების ფერი ტაიმერში */
.timerform .clockdiv {
  margin: auto;
  display: block;
  font-family: 'firago-regular';
  text-align: center;
  font-size: 45px;
  color: #e0e0e0;
}

/* ჰორიზონტალურად რომ განთავსდეს ტაიმერის ელემენტები */
.timerform .clockdiv > div {
  display: inline-block;
}

/* ტაიმერის კვადრატები */
.timerform .clockdiv div > span {
  padding: 8px;
  border-radius: 5px;
  background: #191919;
  display: center;
  height: 50px;
  width: 70px;
}

/* ტაიმერში :-ის ფერი */
.timerform .clockdiv .mins:before, .timerform .clockdiv .mins:after {
  content: ":";
  color: #e0e0e0;

}



/* ფორმის სიგანე და დაშორება ფორმამდე */
form {
  padding-top: 0;
  padding-bottom: 0;
}

/* მითითებების ტექსტი (მაგ.თქვენი სახელი) */
form div {
  color: #111111;
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0;
  text-align: center;
}

/* შეყვანილი ტექსტი ფორმაში */

input[type=text] {
  width: 400px;
  padding-left: 50px;
  padding-right: 40px;
  color: #1f1f1f;
  font-family: 'firago-regular';
  font-size: 15px;
  padding: 12px 20px;
  margin: 8px 0;
  border-radius: 20px;
  box-sizing: border-box;
  border: none;
  text-align: left;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  position: relative;
  width: 380px;
  height: 70px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  
}

input[type=tel] {
  width: 400px;
  padding-left: 40px;
  padding-right: 40px;
  color: #1f1f1f;
  font-family: 'firago-regular';
  font-size: 15px;
  padding: 12px 20px;
  margin: 8px 0;
  border-radius: 20px;
  box-sizing: border-box;
  border: none;
  text-align: left;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  position: relative;
  width: 380px;
  height: 70px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
 
}

/* ფორმის ღილაკი */

.button[type=submit] {

  cursor: pointer;
  color: #e0e0e0;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 20px;
  outline: none;
  background-image: linear-gradient(to right, #8022cb 0%, #6b1bad  51%, #8022cb  100%);
  background-size: 200% auto;
  display: block;
  text-align: center;
  padding: 20px;
  transition: 0.5s;
  position: relative; 
  width: 380px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  border: none; 
  box-shadow: 0 0 20px #002e16;
}




.button:hover {
  
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

input {
  margin: 0.4rem 0;
}


  ::placeholder {
    color: #a2a2a2;
    font-family: 'firago-regular';
    font-size: 15px;

    }



