@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-weight: 200;
  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-weight: 200;
  font-style: normal;
}

@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-weight: 200;
  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-weight: 200;
  font-style: normal;
}



{
  text-transform: none;
}


button,
[type="submit"] {
  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;
}


:root {
  
  --linear-gradient-sale: linear-gradient(to right, #d66400 21%, #ff7700 100%);
  --linear-gradient-btn: linear-gradient(to right, #d66400 0%, #ff7700  51%, #d66400  100%);
  --space: #fbfbfb;
  --timerandbutton-finalform-hww-dark: #006d7b;
  --timercolors: #f7f7f7;
  --description-reviewssec-light: #006c7a;
  --description-text: #f7f7f7;
  --revtitleup: #f7f7f7;
  --rev_item-texts-color: #f7f7f7;
  --rev_item-color: #008ea1;
  --timer-background-color: #111111;
  --maintitle-undertitle-color: #f7f7f7;
  --title-revtitledown-hwwmaintitle-color: #dd8d47;
  --hwwtitle: #f7f7f7;
  --hwwtext: #c8c8c8;
  
}




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

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



/* MainBanner */


.mainbanner {
  height: 768px;
  background-color: #111111;
  background-image: url("../img/mainbanner.jpg");
  background-position: bottom;
  background-size: 100%;
  z-index: 0;
  
}




.benefits {
  display: block;  
  text-align: center;
  color: #ffffff;
  margin-top: 10px;

}

.listitem {
  display: inline-block; 
  font-size: 15px;
  font-family: 'firago-regular';
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}





.maintitle {

  position: relative;
  padding-top: 50px;
  font-size: 33px;
  color: var(--maintitle-undertitle-color);
  font-family: 'firago-medium';
  letter-spacing: normal;

}





  .undertitle {
    
    position: relative;
    margin-top: 17px;
    font-size: 20px;
    z-index: 4;
    color: var(--maintitle-undertitle-color);
    font-family: 'firago-medium';
    letter-spacing: normal;

  
  }






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




.oldprice {

font-size: 28px;
position: relative;
margin-top: 0px;
margin-left: -150px;
font-family: 'firago-regular';
color: #c5c5c5;
text-align: center;
top: -14px;
z-index: 2; 
text-decoration: line-through;

}


.sale {

  font-size: 20px;
  color: #ffffff;
  background-image: var(--linear-gradient-sale);
  opacity: 1;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 147px;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
  z-index: 4;
  position: relative;
  box-shadow: #00000033 0px 20px 30px;

}

/* Price */



.pricearea {

  background-color: var(--timerandbutton-finalform-hww-dark);  
  padding-bottom: none;



}

.price {
   
  padding-bottom: none;


}

.newprice {

  font-size: 28px;
  position: relative;
  margin-top: -40px;
  margin-left: 140px;
  color: #ffffff;
  text-align: center;
  z-index: 2;


}

.box{
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -42px;
  height: 60px;
  background-color: #151515;
  border-radius: 40px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  z-index: 1;
  
  }

  .behindbox{
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
    height: 60px;
    background-image: linear-gradient(to right, #d40004 21%, #d80004 100%);
    border-radius: 40px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    transform: rotate(5deg);
    z-index: 0;
    
    }



/* TimerandButton */



/* ღილაკის და ტაიმერის სექციის, ფორმის სექციის უკანა ფონის ფერი */
.timerandbutton {
  background: var(--timerandbutton-finalform-hww-dark);
  padding-top: 0;
  padding: none;
  padding-bottom: 30px;
  background-size: 100%;

}

/* ტაიმერის ზემოთ დაწერილი ტექსტი */
.timerandbutton .timer p {
  text-align: center;
  color: var(--timercolors);
  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: #ffffff;
}

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

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

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

}


/* Description */

.description {

background-color: var(--description-reviewssec-light);
padding-top: 40px;
padding-bottom: 80px;

}

.description2 {

  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 80px;
  
  }
.group {

  padding-top: 35px;

}

.title {


  font-size: 26px;
  background: var(--title-revtitledown-hwwmaintitle-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'firago-mediumitalic';
  padding-top: 0 ;
  margin-left: 50px;
  margin-right: 50px;
  line-height: 30px;


}

.text {

  font-size: 17px;
  font-family: 'firago-regular';
  color: var(--description-text);
  margin-top: 16px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 0px;
  
  }



  .strong {
    color: #ffe192;
  }




.multititle {

  font-size: 32px;
  color: #000000;
  font-family: 'firago-bold';
  text-align: center;
  padding-top: 40px ;
  margin-left: auto;
  margin-right: auto;
 
}

.imagemulti {

width: 95%;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
padding-bottom: 55px;


}




/* PicturesStartFromHere */



.image1 {

  background-image: url(../img/1.jpg);
  height: 640px;
  background-size: 100%;
  
}



.image2 {

  background-image: url(../img/2.jpg);
  height: 640px;
  background-size: 100%;

}




  .image3 {

    background-image: url(../img/3.jpg);
    height: 640px;
    background-size: 100%;
    
  }



  .image4 {

    background-image: url(../img/4.jpg);
    height: 640px;
    background-size: 100%;
    
  }

  


       
  .space {

    background-color: var(--space);
    height: 1px;

  }


.imagetitle {

  position: relative;
  text-align: center;
  padding-left: auto;
  padding-right: auto;
  padding-top: 50px;
  font-size: 31px;
  color: #386641;
  
}

.undertitle2 {

  position: relative;
  text-align: center;
  margin-top: 8px;
  font-size: 17px;
  font-family: 'firago-regular';
  color: #386641;
  z-index: 4;

}



/* Reviews */


.reviewssec {
  background: var(--description-reviewssec-light);
  padding-top: 50px;
  margin-bottom: 0px;
  margin-top: 0px;

}

.revtitleup {

  font-size: 32px;
  text-align: center;
  color: var(--revtitleup);
  padding-top: 0px;
  margin-bottom: 2px;


}

.revtitledown {

  font-size: 32px;
  font-family: 'firago-mediumitalic';
  text-align: center;
  color: var(--title-revtitledown-hwwmaintitle-color);
  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: var(--rev_item-color);
  box-shadow: rgba(54, 54, 54, 0.348) 0px 30px 60px -12px, rgba(54, 54, 54, 0.348) 0px 18px 36px -18px;

}
.rev_item>img{
  display: block;
  margin: 0 auto 18px;
}
.rev_item>span{
  font-size: 18px;
  color: var(--rev_item-texts-color);
  font-weight: 700;
  display: block;
  padding: 0 25px;
  margin-top: 15px;
  margin-bottom: 28px;

}
.rev_item>p{
  padding: 0 25px;
  font-size: 16px;
  font-family: 'firago-regular';
  color: var(--rev_item-texts-color);
}
.rev_item .name{
  margin-top: 20px;
  padding: 0 25px;
  color: var(--rev_item-texts-color);
  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: 60%;
  ;
}
.reviews .owl-prev{
  left: 10px;
  
}
.reviews .owl-next{
  transform: rotate(180deg); 
  right: 10px;
  
}

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


/* HowWeWork */  



.hww {
  background: var(--timerandbutton-finalform-hww-dark);
  padding-bottom: 110px;
  padding-top: 40px;

}




.hwwmaintitle {

  text-align: center;
  font-family: 'firago-mediumitalic';
  color: var(--title-revtitledown-hwwmaintitle-color);
  font-size: 35px;
  padding-top: 0px;
  top: 20px;
  position: relative;
  

}



.hwwcontainer {

  
  display: grid;
  position: relative;
  
  

}

.hwwtitle {

  
  text-align: left;
  color: var(--hwwtitle);
  font-size: 26px;
  margin-left: 115px;
  position: relative;
  
  


}

.hwwtext {

  position: relative;
  text-align: left;
  color: var(--hwwtext);
  font-family: 'firago-mediumitalic';
  font-size: 16px;
  margin-left: 115px;
  margin-top: 7px;
  line-height: 17px;

}




 
.icon1 {

width: 67px;
margin-left: 35px;
position: relative;
top: 60px;

}

.icon2 {

  width: 67px;
  margin-left: 35px;
  position: relative;
  top: 60px;
  
  }

.icon3 {

    width: 67px;
    margin-left: 35px;
    position: relative;
    top: 60px;
    
    }

    .icon4 {

      width: 56px;
      margin-left: 43px;
      position: relative;
      top: 60px;
      
      }


/* Button */

.btn {
  cursor: pointer;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 20px;
  outline: none;
  background-image: var(--linear-gradient-btn);
  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;
  
}

         

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




/* Form */


.finalform {

padding-top: 30px;
padding-bottom: 100px;
background-color: var(--timerandbutton-finalform-hww-dark);

}

.timerform {

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

}


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

}


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

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

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

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

}



/* ფორმის სიგანე და დაშორება ფორმამდე */
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: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 20px;
  outline: none;
  background-image: var(--linear-gradient-btn);
  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; 
  
}




.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;

    }



