@font-face {
  font-family: gess-bold;
  src: url(../fonts/GESSTwoMedium-Medium.woff2);
}
@font-face {
  font-family: gess-mormal;
  src: url(../fonts/GESSTwoLight-Light.woff2);
}
:root {
  /* --main-color: #39a6a2d8;
    --transparent-color: rgb(15 116 143 / 70%); */
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}
body {
  font-family: gess-bold, gess-mormal;
  scroll-behavior: smooth;
  transition: 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
ul {
  list-style: none;
}
button {
  cursor: pointer;
  background: none;
  border: none;
}
.container {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.header {
  background-image: linear-gradient(#efefef, #f9f9f9);
}
.header .container {
  text-align: center;
  width: 85vw;
}
.header .header-text {
}
.header-text h1 {
  color: #c73036;
  font-size: 60px;
  padding-top: 30px;
  margin-top: 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.header-text h4 {
  font-size: 24px;
  text-align: center;
  word-spacing: 5px;
  line-height: 1.5;
}
.header-text h4 span {
  color: #c73036;
  font-family: sans-serif;
  font-weight: bolder;
}
.header-logo {
  background: url(../images/toreno1.png) no-repeat center;
  height: 73vw;
  background-size: cover;
  position: relative;
}

.features {
  background-color: #f0f0f0;
  background-image: url(../images/red-w.png);
  background-size: contain;
  background-repeat: round;
}
.features .container {
  padding-top: 110px;
  padding-bottom: 5px;
}
.features .feature-box {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 25px;
  padding: 10px 10px;
}
.feature-box img {
  width: 50px;
  padding-left: 2vw;
}
.feature-box .f-text {
  text-align: right;
  font-size: 20px;
  color: #2e2d2d;
}
@media (min-width: 500px) {
  .header {
    background-image: none;
    background-color: #eeeeee;
  }
  .header-logo {
    background: url(../images/logo1.jpg) no-repeat center;
    height: 370px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (min-width: 600px) {
  .features {
    background-color: #f0f0f0;
    background-image: url(../images/red-w.png);
    background-size: cover;
    background-repeat: round;
  }
  .offers {
    background-size: cover;
    background-repeat: round;
  }
  .feature-box .f-text {
    font-size: 22px;
  }
  .feature-box img {
    width: 60px;
    padding-left: 1.8vw;
  }
}
@media (min-width: 800px) {
  .features .container {
    display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
  }
  .features .feature-box {
    flex-basis: 40%;
  }
  .feature-box img {
    width: 65px;
    padding-left: 1.3vw;
  }
}
@media (min-width: 1000px) {
  .features .feature-box {
    flex-basis: 30%;
  }
}
@media (max-width: 410px) {
  .features,
  .offers {
    background-size: cover;
    background-repeat: round;
  }
  .feature-box .f-text {
    font-size: 18px;
  }
}
.special-offer {
  cursor: pointer;
  margin: 0 25px;
  text-align: center;
  position: relative;
  color: white;
  border-radius: 10px;
  background-color: #fb2c2c;
  padding-top: 10px;
  box-shadow: 2px 5px 8px 1px #938282;
  margin-bottom: 30px;
}
.special-offer:hover {
  transform: scale(1.05);
  transition: 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.special-offer button {
  background: none;
  border: none;
  color: #f0f0f0;
  font-size: 38px;
  padding-bottom: 10px;
}
.special-offer span {
  letter-spacing: 0px !important;
  display: block;
  font-size: 16px;
  color: #f0f0f0;
  background-color: #d12c2c;
  width: 100%;
  padding: 5px 5px;
  border-radius: 0 0 10px 10px;
}
.offers {
  padding-top: 20px;
  padding-bottom: 190px;
  background-image: url("../images/wgray-w.png");
  background-size: contain;
  background-repeat: round;
}
.offers .container {
  text-align: center;
}
.offers .results {
}
.results .rusult-header {
  font-size: 28px;
  font-weight: bold;
  font-family: "gess-mormal";
  word-spacing: 1.5px;
  background-color: #f0f0f0;
  padding: 10px 40px;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 2px 5px 8px 1px #938282;
  border-radius: 30px;
  margin-bottom: 20px;
  position: relative;
}
.rusult-header::before {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #c73036;
  display: inline-block;
  font-size: 16px;
  position: relative;
  bottom: 2px;
  left: -3px;
}
.rusult-header::after {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #c73036;
  display: inline-block;
  font-size: 16px;
  position: relative;
  bottom: 2px;
  right: -5px;
}
.results .rusult-header span {
  color: #c73036;
  font-family: "gess-bold";
  letter-spacing: 0.5px;
}
.results .result-1 {
}
.results .sup-head {
  background-color: #262626;
  box-shadow: 2px 5px 8px 1px #938282;
  color: #fff;
  padding: 10px 15px;
  font-size: 20px;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.results .sup-head::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 0;
  height: 100%;
  width: 20px;
  background-color: #fcf9f9;
  border-radius: 20px 0 0 20px;
}
.results .sup-head::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  height: 100%;
  width: 20px;
  background-color: #fcf9f9;
  border-radius: 0 20px 20px 0;
}
.results .result-description {
  margin-top: 20px;
  background-color: #d32e46;
  box-shadow: 2px 5px 8px 1px #938282;
  color: #f5f5f5;
  padding: 10px 15px;
  font-size: 18px;
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.results .result-description::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 0;
  height: 100%;
  width: 20px;
  background-color: #fcf9f9;
  border-radius: 20px 0 0 20px;
}
.results .result-description::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  height: 100%;
  width: 20px;
  background-color: #fcf9f9;
  border-radius: 0 20px 20px 0;
}
.result-1 .result-description {
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .offers {
    background-size: cover;
    background-repeat: round;
  }
}
/* ==================================================================== */
.mechanism {
  position: relative;
  top: -55px;
}
.mechanism .image {
  max-width: 100%;
  text-align: center;
}
.mechanism .image img {
  width: 90%;
}
.mechanism .txt {
}
.mechanism .txt .container {
  text-align: center;
  margin-bottom: 10px;
}
.mechanism .txt .container h1 {
  direction: rtl;
  font-size: 29px;
  font-weight: bold;
  word-spacing: 1.5px;
  margin-bottom: 25px;
  margin-top: 20px;
  position: relative;
}
.mechanism .txt .container h1 span {
  color: #c73036;
  letter-spacing: 0.5px;
  font-weight: bold;
  font-size: 32px;
}
.mechanism .txt .container p {
  font-size: 23px;
  color: #262626;
  word-spacing: 2px;
  line-height: 1.3;
}
@media (min-width: 720px) {
  .mechanism {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mechanism .image img {
    width: 40vw;
  }
  .txt .container {
    width: 55vw;
  }
  .results .sup-head {
    font-size: 24px;
  }
  .results .result-description {
    font-size: 22px;
  }
  .header-text h1 {
    font-size: 70px;
  }
  .header-text h4 {
    font-size: 30px;
  }
}
@media (min-width: 1000px) {
  .mechanism .image img {
    width: 35vw;
  }
  .mechanism .txt .container p {
    font-size: 28px;
  }
  .mechanism .txt .container h1 {
    font-size: 36px;
  }
  .mechanism .txt .container h1 span {
    font-size: 38px;
  }
}
/* ================================================== */
.reviews {
  text-align: center;
  background-image: url("../images/gray-wb.jpg");
  background-size: contain;
}
.reviews-header {
  color: #d32e46;
  font-size: 32px;
  position: relative;
  word-spacing: 1.5px;
  padding: 20px 0;
  font-weight: bold;
  letter-spacing: 1.2px;
}
.reviews-header::before {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #c73036;
  display: inline-block;
  font-size: 16px;
  position: relative;
  bottom: 2px;
  left: -8px;
}
.reviews-header::after {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #c73036;
  display: inline-block;
  font-size: 16px;
  position: relative;
  bottom: 2px;
  right: -8px;
}
.reviews-container {
}
.review-box {
  margin-bottom: 10px;
  background-color: #d32e46;
  padding: 20px 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  user-select: none;
}
.review-box img {
  width: 80px;
  border-radius: 50%;
  margin-left: 10px;
}
.review-box .txt {
  background-color: #fff;
  padding: 5px;
  color: #262626;
  font-size: 18px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  line-height: 1.4;
  direction: rtl;
}
@media (min-width: 500px) {
  .review-box .txt {
    font-size: 20px;
    padding: 10px;
    width: 75vw;
    direction: rtl;
  }
}
@media (min-width: 850px) {
  .review-box .txt {
    padding-right: 20px;
  }
}
@media (min-width: 1100px) {
  .reviews-header {
    font-size: 40px;
    padding: 25px 0;
  }
  .reviews-container {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .review-box {
    margin-bottom: 10px;
    background-color: #d32e46;
    padding: 20px 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    width: 30vw;
    border-radius: 20px;
  }
  .review-box .txt {
    font-size: 18px;
    padding: 10px;
    width: auto;
    direction: rtl;
    line-height: 1.35;
  }
}
@media (max-width: 400px) {
  .review-box .txt {
    font-size: 16px;
  }
}

.Order-and-price {
  background-image: url("../images/red-b.jpg");
}
.price {
  color: #f5f5f5;
  padding-right: 20px;
}
.price h3 {
  font-size: 45px;
  bottom: -25px;
  position: relative;
  direction: rtl;
  text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}
.price h1 {
  margin: 0;
  font-size: 45vw;
  text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000,
    2px 2px 0 #000;
  font-family: sans-serif;
  text-align: center;
}
.price h4 {
  direction: rtl;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
  font-size: 35px;
  position: relative;
  top: -20px;
}
.price h4 span {
  text-decoration: line-through;
  text-decoration-color: red;
  font-family: sans-serif;
  position: relative;
  bottom: -4px;
}
.free-charge {
  position: relative;
  direction: rtl;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
.free-charge::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  background-color: #0e0d0d;
  width: 100%;
  height: 1px;
}
@media (max-width: 500px) {
  .free-charge {
    font-size: 14px;
  }
  .return-if {
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  .free-charge {
    font-size: 13px;
  }
}

/* ======================================================= */
.req {
  cursor: pointer;
}
.send-us {
  max-width: 100%;
  background-color: white;
  color: #262626;
  padding: 15px;
  text-align: center;
  border-radius: 20px 20px 0 0;
  margin-top: 10px;
}
.send-us p {
  font-size: 20px;
}
.send-us p:nth-child(1) {
  font-size: 25px;
  padding-bottom: 5px;
}
form {
  direction: rtl;
  margin-top: 10px;
}
form input,
input::placeholder {
  font-size: 18px;
}
.mainInput:nth-child(2) {
  font-family: sans-serif;
}
.mainInput:nth-child(2)::placeholder {
  font-family: gess-bold, gess-mormal;
}
form .mainInput {
  padding: 10px;
  display: block;
  border: 2px solid #262626;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
form .mainInput:hover {
  outline: none;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.1.5rem rgba(0, 123, 255, 0.25);
}
form .mainInput:focus {
  outline: none;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.1.5rem rgba(0, 123, 255, 0.25);
}
form input[type="submit"] {
  font-size: 28px;
  width: 100%;
  padding: 10px;
  padding-bottom: 2px;
  background-color: #db3445;
  border-radius: 5px 5px 0px 0px;
  color: white;
  display: flex;
  justify-content: center;
  cursor: pointer;
  border: none !important;
}
form span {
  position: relative;
  top: -1px;
  letter-spacing: 0px !important;
  display: block;
  font-size: 14px;
  color: white;
  background-color: #d12c2c;
  width: 100%;
  padding: 5px 5px;
  border-radius: 0 0 5px 5px;
}
.req:hover {
  transform: scale(1.02);
  transition: 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.req:hover input[type="submit"] {
  background-color: #e11c30;
}
/* ============================================== */
.cons {
  width: 100%;
  background-color: #d12c2c;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  padding: 50px 20px;
}
.feature-card {
  cursor: pointer;
  padding: 12px;
  color: black;
  background-color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding-bottom: 15px !important;
}
.feature-card:hover img {
  transform: scale(1.1);
  transition: 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.feature-card .text {
  text-align: center;
  color: #585656;
}
.feature-card .text h4 {
  font-size: 18px;
  margin-bottom: 4px;
}
.feature-card .text p {
  font-size: 14px;
  letter-spacing: 0px !important;
}
.feature-card img {
  width: 50px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .cons {
    justify-content: space-around;
  }
  .price h3 {
    letter-spacing: 1.5px;
  }
}
@media (max-width: 650px) {
  .cons {
    justify-content: space-between;
    padding: 50px 15px;
  }
  .feature-card .text h4 {
    font-size: 16px;
    margin-bottom: 4px;
    letter-spacing: 0px !important;
  }
  .feature-card .text p {
    font-size: 12px;
  }
  .feature-card img {
    width: 40px;
    padding-left: 2px;
  }
}
@media (max-width: 580px) {
  .cons {
    justify-content: space-between;
    padding: 50px 10px;
    background-size: cover;
  }
  .feature-card .text h4 {
    font-size: 13px;
    margin-bottom: 2px;
  }
  .feature-card .text p {
    font-size: 9px;
  }
  .feature-card img {
    width: 30px;
    padding-left: 2px;
  }
}
@media (max-width: 460px) {
  .cons {
    justify-content: space-between;
    padding: 50px 10px;
  }
  .feature-card {
    padding: 5px 5px;
  }
  .feature-card .text h4 {
    font-size: 13px;
    margin-bottom: 2px;
    letter-spacing: 0px !important;
  }
  .feature-card .text p {
    font-size: 9px;
  }
  .feature-card img {
    width: 30px;
    margin-left: 3px;
  }
}
@media (max-width: 440px) {
  .feature-card .text h4 {
    font-size: 12px;
    margin-bottom: 2px;
    letter-spacing: 0px !important;
  }
  .feature-card .text p {
    font-size: 8px;
  }
}
@media (max-width: 410px) {
  .cons {
    justify-content: space-between;
    padding: 50px 10px;
  }
  .feature-card {
    padding: 8px 5px;
    padding-bottom: 6px !important;
  }
  .feature-card .text h4 {
    font-size: 11px;
    margin-bottom: 2px;
  }
  .feature-card .text p {
    font-size: 7px;
  }
  .feature-card img {
    width: 25px;
    margin-bottom: 5px;
  }
}
.footer {
  margin-top: 10px;
  background-image: url(../images/red-b.jpg);
  background-size: cover;
}
@media (min-width: 768px) {
  .Order-and-price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    padding: 30px 0;
  }
  .price {
    padding-right: 10px;
    width: auto;
  }
  .price h3 {
    font-size: 45px;
    bottom: -20px;
    position: relative;
  }
  .price h1 {
    margin: 0;
    font-size: 150px;
    text-align: center;
  }
  .price h4 {
    font-size: 30px;
    position: relative;
    top: -15px;
  }
  .free-charge {
    font-size: 14px;
    bottom: -10px;
  }
  .return-if {
    position: relative;
    bottom: -6px;
    font-size: 14px;
  }
  .Order-and-price .container {
    width: 45vw;
    margin-right: unset;
    margin-left: unset;
  }
  .send-us {
    max-width: 100%;
    padding: 15px;
    margin-top: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 400px) and (max-width: 600px) {
  .price h3 {
    font-size: 45px;
    bottom: -20px;
    position: relative;
    text-align: center;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    right: -90px;
  }
  .price h1 {
    margin: 0;
    font-size: 170px;
  }
  .price h4 {
    direction: rtl;
    font-size: 35px;
    position: relative;
    top: -20px;
    text-align: center;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    right: -25px;
  }
  .free-charge {
    font-size: 3.2vw;
  }

  .return-if {
    font-size: 3.1vw;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .price h3 {
    font-size: 45px;
    bottom: -20px;
    position: relative;
    text-align: center;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    right: -110px;
  }
  .price h1 {
    margin: 0;
    font-size: 200px;
  }
  .price h4 {
    direction: rtl;
    font-size: 35px;
    position: relative;
    top: -25px;
    text-align: center;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    right: -30px;
  }
}
.send-us p {
  color: #404040;
}
form .mainInput {
  border: 2px solid #838383;
}
.send-us p:nth-child(1) {
  position: relative;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.send-us p:nth-child(1)::before {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #c73036;
  display: inline-block;
  font-size: 16px;
  position: relative;
  bottom: 2px;
  left: -7px;
  font-weight: bold;
}
.send-us p:nth-child(1)::after {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #c73036;
  display: inline-block;
  font-size: 16px;
  position: relative;
  bottom: 2px;
  left: 7px;
  font-weight: bold;
}
@media (min-width: 1000px) {
}
.return-if {
  text-align: center;
  padding-top: 7px;
}

@media (min-width: 800px) {
  .free-charge {
    font-size: 16px;
    bottom: -10px;
  }
  .return-if {
    bottom: -10px;
    font-size: 16px;
  }
}
@media (max-width: 370px) {
  .return-if {
    font-size: 12px;
  }
}
