.hero {
  margin-bottom: 90px;
}

.con1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 90px;
  gap: 54px;
}
.con1 .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 85px;
}
.con1 .text h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 68px;
  color: #000000;
  margin-bottom: 20px;
}
.con1 .text h1 .highlight {
  color: #FF3B21;
  background-color: rgba(255, 59, 33, 0.1);
}
.con1 .text .para {
  max-width: 420px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #000000;
  margin-bottom: 56px;
}
.con1 .text .btn {
  font-size: 16px;
  font-weight: 590;
  color: #FFFFFF;
  background-color: #FF3B21;
  border-radius: 109px;
  padding: 12.5px 25px;
  text-align: center;
  margin-bottom: 54px;
  max-width: none;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.con1 .text .btn:hover {
  background-color: #862417;
}
.con1 .text .btn .hero-icon {
  width: 69px;
  height: 24px;
  margin-left: 8px;
}
.con1 .image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.con1 .image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.con1 .download-hero1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 13px;
}
.con1 .download-hero1 img {
  height: 50px;
  width: auto;
}

@media (max-width: 1000px) {
  .con1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 67px;
    min-height: auto;
    margin-bottom: 56px;
    gap: 0px;
  }
  .con1 .text {
    width: 100%;
    min-width: 343px;
    margin: 47px auto 10px auto;
    text-align: left;
  }
  .con1 .text h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 53px;
    margin-bottom: 12px;
  }
  .con1 .text .para {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 56px;
    color: rgba(0, 0, 0, 0.6);
  }
  .con1 .text .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .con1 .text .btn {
    width: 100%;
    max-width: 343px;
    height: 44px;
    padding: 10px 0;
    margin-bottom: 24px;
    font-size: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .con1 .image {
    width: 100%;
    max-width: 343px;
    margin-bottom: 24px;
  }
  .con1 .image img {
    width: 100%;
    height: auto;
  }
  .con1 .download-hero2 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 14px;
  }
  .con1 .download-hero2 img {
    height: 40px;
    width: auto;
  }
}
.brands {
  margin-top: 12px;
}
.brands .brand-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.brands .brand-container .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #FF3B21;
  border-radius: 10px;
  padding: 10px;
  gap: 18px;
  max-width: 490px;
  width: 100%;
  max-height: 165px;
}
.brands .brand-container .main .gif {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 166px;
          flex: 0 0 166px;
  max-width: 166px;
  aspect-ratio: 1/1;
}
.brands .brand-container .main .gif img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.brands .brand-container .main .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.brands .brand-container .main .brand .logo {
  height: 56px;
  margin-bottom: 16px;
}
.brands .brand-container .main .brand .logo img {
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.brands .brand-container .main .brand .brand-text p {
  margin: 0;
  font-size: 22px;
  font-weight: 590;
  line-height: 30px;
  color: #FF3B21;
}

@media (max-width: 768px) {
  .brands {
    margin-top: 40px;
  }
  .brands .brand-container {
    padding: 0 16px;
  }
  .brands .brand-container .main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    max-width: 345px;
    min-height: 132px;
    gap: 12px;
  }
  .brands .brand-container .main .gif {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
    max-width: 110px;
    aspect-ratio: 1/1;
  }
  .brands .brand-container .main .brand {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
  }
  .brands .brand-container .main .brand .logo {
    max-height: 40px;
    margin-bottom: 8px;
  }
  .brands .brand-container .main .brand .logo img {
    max-height: 100%;
    width: auto;
  }
  .brands .brand-container .main .brand .brand-text p {
    font-size: 16px;
    line-height: 24px;
  }
}
.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product .product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 58px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.product .product-container .product-image {
  display: -ms-grid;
  display: grid;
  width: 600px;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
}
.product .product-container .product-image img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product .product-container .product-image .product-gif {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
  -ms-grid-row-align: center;
      align-self: center;
  margin-top: 8rem;
  -ms-grid-column-align: center;
      justify-self: center;
  width: 323px;
  height: 320px;
}
.product .product-container .product-info {
  text-align: left;
}
.product .product-container .product-info .product-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}
.product .product-container .product-info .product-para {
  color: rgba(0, 0, 0, 0.6);
  max-width: 500px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5%;
  line-height: 26px;
}
.product .product-container .product-info .product-card1, .product .product-container .product-info .product-card2 {
  border-radius: 20px;
  max-width: 393px;
  padding: 17px 32px;
  height: auto;
}
.product .product-container .product-info .product-card1 h2, .product .product-container .product-info .product-card2 h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 8px;
  word-wrap: break-word;
}
.product .product-container .product-info .product-card1 p, .product .product-container .product-info .product-card2 p {
  font-size: 20px;
  font-weight: 590;
  line-height: 1.4;
}
.product .product-container .product-info .product-card1 {
  color: #FFFFFF;
  margin-top: 70px;
  background-color: #FF3B21;
}
.product .product-container .product-info .product-card2 {
  color: #FF3B21;
  margin-top: 20px;
  border: 2px solid #FF3B21;
}

@media (max-width: 1200px) {
  .product {
    margin-top: 56px;
    padding-left: 0;
    width: 100%;
    overflow-x: hidden;
  }
  .product .product-container {
    margin: 0 !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 16px;
    gap: 32px;
  }
  .product .product-container .product-info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto;
    max-width: 500px;
  }
  .product .product-container .product-info .product-title {
    font-size: 40px;
    line-height: 44px;
  }
  .product .product-container .product-info .product-para {
    font-size: 14px;
    line-height: 26px;
  }
  .product .product-container .product-info .product-card1,
  .product .product-container .product-info .product-card2 {
    width: 100%;
    max-width: 500px;
    max-height: none;
    padding: 16px 32px;
  }
  .product .product-container .product-info .product-card1 h2,
  .product .product-container .product-info .product-card2 h2 {
    font-size: 40px;
  }
  .product .product-container .product-info .product-card1 p,
  .product .product-container .product-info .product-card2 p {
    font-size: 20px;
    line-height: 32px;
  }
  .product .product-container .product-info .product-card1 {
    margin-top: 32px;
  }
  .product .product-container .product-info .product-card2 {
    margin-top: 16px;
  }
  .product .product-container .product-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: 500px;
    max-height: 350px !important;
    margin: 0 auto;
    padding: 0;
  }
  .product .product-container .product-image .product-image {
    width: 100%;
    height: 100% !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product .product-container .product-image .product-gif {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: 1/1;
    z-index: 333;
    margin-top: 5rem;
    margin-bottom: 0;
    -ms-grid-column-align: center;
        justify-self: center;
    width: 130px;
    height: 173px;
  }
}
.instruction {
  margin-top: 150px;
}
.instruction .instruction-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 74px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.instruction .instruction-container .instruction-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 404px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.instruction .instruction-container .instruction-left .instruction-text {
  margin-bottom: 20px;
}
.instruction .instruction-container .instruction-left .instruction-text h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
}
.instruction .instruction-container .instruction-left .instruction-para {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 50px;
}
.instruction .instruction-container .instruction-left .instructions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 25px;
  gap: 16px;
}
.instruction .instruction-container .instruction-left .instructions .instruction1,
.instruction .instruction-container .instruction-left .instructions .instruction2,
.instruction .instruction-container .instruction-left .instructions .instruction3 {
  width: 100%;
  padding: 1.5rem 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  border-radius: 10px;
}
.instruction .instruction-container .instruction-left .instructions .instruction1 h4,
.instruction .instruction-container .instruction-left .instructions .instruction2 h4,
.instruction .instruction-container .instruction-left .instructions .instruction3 h4 {
  color: rgb(36, 96, 166);
  font-size: 16px;
  font-weight: 590;
}
.instruction .instruction-container .instruction-left .instructions .instruction1 img,
.instruction .instruction-container .instruction-left .instructions .instruction2 img,
.instruction .instruction-container .instruction-left .instructions .instruction3 img {
  width: 70px;
  height: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.instruction .instruction-container .instruction-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.instruction .instruction-container .instruction-right .instruction-image {
  width: 100%;
  border-radius: 30px;
  margin-left: auto;
}
.instruction .instruction-container .instruction-right .instruction-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: inherit;
}

@media (max-width: 1200px) {
  .instruction {
    margin-top: 80px;
  }
  .instruction .instruction-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    gap: 32px;
    max-width: 100%;
    padding: auto !important;
  }
  .instruction .instruction-container .instruction-left {
    width: 100%;
  }
  .instruction .instruction-container .instruction-left .instruction-text h1 {
    font-size: 38px;
    line-height: 1.3;
    text-align: left;
  }
  .instruction .instruction-container .instruction-left .instruction-para {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0px;
    text-align: left;
  }
  .instruction .instruction-container .instruction-left .instructions {
    margin-top: 10px;
    gap: 12px;
  }
  .instruction .instruction-container .instruction-left .instructions .instruction1,
  .instruction .instruction-container .instruction-left .instructions .instruction2,
  .instruction .instruction-container .instruction-left .instructions .instruction3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1rem;
    gap: 12px;
  }
  .instruction .instruction-container .instruction-left .instructions .instruction1 img,
  .instruction .instruction-container .instruction-left .instructions .instruction2 img,
  .instruction .instruction-container .instruction-left .instructions .instruction3 img {
    width: 40px;
    height: 40px;
  }
  .instruction .instruction-container .instruction-left .instructions .instruction1 h4,
  .instruction .instruction-container .instruction-left .instructions .instruction2 h4,
  .instruction .instruction-container .instruction-left .instructions .instruction3 h4 {
    font-size: 16px;
    font-weight: 590;
    line-height: 1.4;
  }
  .instruction .instruction-container .instruction-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .instruction .instruction-container .instruction-right .instruction-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
  }
  .instruction .instruction-container .instruction-right .instruction-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 16px;
  }
}
@media (max-width: 1400px) {
  .instruction-text {
    margin-bottom: 20px !important;
  }
  .instruction-para {
    margin-bottom: 30px !important;
  }
  .instructions {
    margin-top: 0px !important;
  }
}
.about {
  margin-top: 20px;
  margin-bottom: 130px;
}
.about .container-about {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.about .container-about .about-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about .container-about .about-text .about-heading h2 {
  font-size: 32px;
  font-weight: 510;
  text-align: center;
  margin-bottom: 37px;
}
.about .container-about .about-text .about-description {
  max-width: 550px;
  padding: 10px;
  border-radius: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 0.5px solid rgb(224, 224, 224);
  background-color: rgb(252, 252, 252);
  margin-bottom: 70px;
}
.about .container-about .about-text .about-description p {
  color: rgb(54, 54, 54);
  font-size: 14px !important;
  font-weight: 400;
  text-align: center;
  line-height: 26px;
  letter-spacing: -0.021px !important;
  max-width: 480px;
  margin-bottom: 0%;
}
.about .container-about .about-slider {
  width: 100%;
  max-width: 1200px;
  margin: 0;
  border-radius: 20px;
  padding: 50px;
  background-color: rgb(247, 247, 247);
  z-index: 2;
}
.about .container-about .about-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about .container-about .about-slider img {
  max-width: 260px;
  height: auto;
  display: block;
}
.about .arrow-right,
.about .arrow-left {
  position: absolute;
  top: 55%;
  width: 40px;
  height: 40px;
  background-size: contain;
  z-index: 1000;
  margin-top: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about .arrow-right {
  right: 0;
  bottom: 0;
  background-image: url("../../assets/icons/arrow_black.svg");
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.about .arrow-left {
  left: 0;
  background-image: url("../../assets/icons/arrow_black.svg");
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 768px) {
  .about {
    margin-bottom: 100px;
  }
  .container-about {
    padding: 0 !important;
  }
  .about-text {
    padding: 0px 16px;
  }
  .about-slider {
    padding: 30px 0px !important;
    max-height: 600px;
    border-radius: 0 !important;
  }
  .about-slider .aboutSwiper .about-nav {
    font-size: 12px;
  }
  .about-slider img {
    max-height: 450px !important;
    height: auto;
    display: block;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    color: #000000 !important;
    font-size: 20px !important;
    font-weight: bolder;
  }
  .swiper-button-next:after {
    margin-right: 50px;
  }
  .swiper-button-prev:after {
    margin-left: 50px;
  }
  .aboutSwiper .swiper-button-next:after,
  .aboutSwiper .swiper-button-prev:after {
    color: #000000;
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    z-index: 9999;
  }
  .aboutSwiper .swiper-button-next:after {
    left: 0px;
  }
  .aboutSwiper .swiper-button-prev:after {
    right: 0px;
  }
}
@media (min-width: 1000px) {
  .about .arrow-right {
    right: -32px;
  }
  .about .arrow-left {
    left: -32px;
  }
}
.download {
  margin-top: 170px;
}
.download .download-container {
  margin: 0 auto;
  padding: 10px 16px;
}
.download .download-container .download-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.download .download-container .download-top .download-left {
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.download .download-container .download-top .download-left h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 107%;
}
.download .download-container .download-top .download-left h2 span {
  color: #FF3B21;
}
.download .download-container .download-top .download-left .download-para {
  margin-top: 12px;
}
.download .download-container .download-top .download-left .download-para p {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}
.download .download-container .download-top .download-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.download .download-container .download-top .download-right img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.download .download-container .download-bottom {
  margin-right: auto;
}
.download .download-container .download-bottom .download-image {
  max-width: 220px;
  height: auto;
  position: relative;
}
.download .download-container .download-bottom .download-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.download .download-container .download-bottom .download-image .download-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-size: 21px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: 17px;
  font-weight: 400;
  text-align: center;
  pointer-events: none;
}

.download-right1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  margin-top: 10px;
}
.download-right1 img {
  max-width: 166px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1000px) {
  .download {
    margin-top: 80px;
    margin-bottom: 150px;
  }
  .download .download-container {
    padding: 20px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .download .download-container .download-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    gap: 20px;
  }
  .download .download-container .download-top .download-left {
    width: 100%;
  }
  .download .download-container .download-top .download-left h2 {
    font-size: 40px;
    font-weight: 700;
  }
  .download .download-container .download-top .download-left .download-para {
    margin-top: 10px;
  }
  .download .download-container .download-top .download-left .download-para p {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
  }
  .download .download-container .download-bottom {
    margin: 0;
  }
  .download .download-container .download-bottom .download-image {
    max-width: 180px;
    margin: 10px auto 35px;
  }
}
@media (max-width: 1400px) {
  .download-right img {
    width: 200px !important;
    height: auto;
  }
}
.site-header {
  width: 100vw;
}
.site-header .navbar {
  width: 100%;
  position: fixed;
  padding: 16px 0;
  z-index: 9999999;
}
.site-header .navbar .navbar-brand {
  margin-right: 0;
}
.site-header .navbar .navbar-brand img {
  max-height: 40px;
}
.site-header .navbar .navbar-collapse :nth-child(1) {
  margin-left: 0;
}
.site-header .navbar .navbar-collapse .navbar-nav a {
  color: #000000 !important;
  padding-left: 60px;
  font-weight: 510;
  margin-left: 20px;
  text-decoration: none;
}
.site-header .navbar .navbar-collapse:hover {
  color: #FF3B21 !important;
}
.site-header .navbar .btn-outline-danger {
  color: #FF3B21 !important;
  border-radius: 25px;
  font-weight: 590;
  padding: 10px 20px !important;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 2px solid #FF3B21 !important;
}
.site-header .navbar .btn-outline-danger:hover {
  background: #FF3B21;
  color: #FFFFFF !important;
}
.site-header .navbar .offcanvas-start {
  padding-top: 9rem !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.offcanvas-start {
  width: 100% !important;
  background: #FFFFFF;
}
.offcanvas-start .offcanvas-body {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.offcanvas-start .navbar-nav {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
.offcanvas-start .navbar-nav a {
  color: #000 !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 590;
  margin-top: 42px;
}
.offcanvas-start .btn-outline-danger {
  border: 2px solid #FF3B21;
  color: #FF3B21;
  display: block;
  width: 100%;
  border-radius: 25px;
  padding: 10px;
  font-size: 16px;
  font-weight: 590;
}
.offcanvas-start .btn-outline-danger:hover {
  background: #FF3B21;
  color: #FFFFFF;
}

.toggler-icon {
  width: 24px;
  height: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.toggler-icon span {
  display: block;
  height: 3px;
  background: #FF3B21;
  border-radius: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.navbar-toggler.open .toggler-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggler.open .toggler-icon span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler.open .toggler-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}

.editor-styles-wrapper .navbar {
  position: static;
}

@media (max-width: 991px) {
  .navbar {
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
  }
}
.query .query-container .query-text {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 70px;
}
.query .query-container .query-text .query-heading {
  max-width: 800px;
}
.query .query-container .query-text .query-heading h2 {
  color: #000000;
  font-size: 40px;
  font-weight: 700;
}
.query .query-container .query-text .query-description {
  max-width: 800px;
}
.query .query-container .query-text .query-description p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.08px;
}
.query .query-container .query-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.query .query-container .query-accordion .accordion {
  width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.query .query-container .query-accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.query .query-container .query-accordion .accordion-button {
  background-color: rgb(247, 247, 247);
  border: none !important;
  color: #000000;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.query .query-container .query-accordion .accordion-button::after {
  background-image: url("../../assets/icons/arrow.svg");
  color: #FF3B21;
}
.query .query-container .query-accordion .query .accordion-button:not(.collapsed) {
  background-color: rgb(252, 252, 252);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none;
}
.query .query-container .query-accordion .accordion-body {
  font-weight: 400;
  font-size: 14px;
  color: rgb(67, 67, 67);
  line-height: 20.7px;
}
.query .query-container .query-accordion .accordion-item {
  background-color: rgb(247, 247, 247);
  border-radius: 10px;
  border: 0.8px solid rgba(0, 0, 0, 0.08) !important;
  overflow: hidden;
}

.accordion-button:not(.collapsed) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media (max-width: 768px) {
  .query-text {
    margin-bottom: 50px !important;
    text-align: center;
  }
  .query-heading h2 {
    font-size: 32px !important;
  }
  .query-description {
    max-width: 320px !important;
  }
}
.price {
  padding: 70px 0;
  background: rgb(250, 250, 250);
}
.price .price-top {
  text-align: center;
  margin-bottom: 50px;
}
.price .price-top .price-heading {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}
.price .price-top .price-description {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.price .price-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.price .price-card {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 30px;
  width: 100%;
  max-width: 380px;
  min-height: 360px;
  position: relative;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price .price-card .card-badge {
  position: absolute;
  top: -12px;
  left: 40px;
  background: #fbbf24;
  font-size: 18px;
  font-weight: 590;
  padding: 3px 10px;
  border-radius: 4px;
  line-height: 26px;
  color: #FFFFFF;
}
.price .price-card .card-heading, .price .price-card .card2-heading {
  font-size: 20px;
  font-weight: 590 !important;
  margin-bottom: 15px;
  font-size: 28px;
}
.price .price-card .card-heading {
  color: #FF3B21;
}
.price .price-card .card2-heading {
  color: rgb(36, 96, 166);
}
.price .price-card .card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 20px;
}
.price .price-card .card-content ul {
  padding-left: 20px;
}
.price .price-card .card-content ul li {
  margin-bottom: 10px;
  font-weight: 510;
  font-size: 15px;
}
.price .price-card .card-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  margin-bottom: 12px;
}
.price .price-card .card-price .current-price {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
}
.price .price-card .card-price .old-price {
  font-size: 26px;
  font-weight: 510;
  text-decoration: line-through;
}
.price .price-card .card-note {
  font-size: 16px;
  margin-bottom: 28px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
.price .price-card .card-note span {
  color: #000000;
  text-transform: uppercase;
  font-weight: 590;
  margin-right: 5px;
}
.price .price-card .btn {
  border: none;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 590;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 100%;
}
.price .price-card .btn.btn-primary {
  background: rgb(36, 96, 166);
  color: #FFFFFF;
}
.price .price-card .btn.btn-primary:hover {
  background: #862417;
}
.price .price-card .btn.btn-secondary {
  background: rgb(36, 96, 166);
  color: #FFFFFF;
}
.price .price-card .btn.btn-secondary:hover {
  background: #862417;
}

.card1 {
  position: relative;
  z-index: 1;
}

.card1::before {
  background: #FFFFFF;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 30px;
  z-index: -1;
}

.card1::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -2;
  border-radius: 32px;
  background: linear-gradient(230deg, rgb(253, 58, 32) 0%, rgb(255, 255, 255) 80%);
}

.card2 {
  position: relative;
  z-index: 1;
}

.card2::before {
  background: #FFFFFF;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 30px;
  z-index: -1;
}

.card2::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -2;
  border-radius: 32px;
  background: linear-gradient(230deg, rgb(36, 96, 166) 0%, rgb(255, 255, 255) 80%);
}

a.btn-svg {
  display: block;
  background-color: #FF3B21;
  border-radius: 50px;
  min-height: 48px !important;
  width: 100%;
  max-width: 320px;
  text-decoration: none;
  padding-top: 5px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
a.btn-svg:hover {
  background-color: #862417;
}
a.btn-svg svg {
  display: block;
  width: auto;
  height: 36px;
  margin: auto;
}
a.btn-svg svg > path {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
a.btn-svg:hover svg > path {
  fill: #862417;
}

@media (max-width: 1000px) {
  .price {
    padding: 45px 0 !important;
    margin-bottom: 100px;
  }
  .price .price-heading {
    font-size: 40px !important;
  }
  .price .price-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .price-card {
    min-height: 360px !important;
  }
  .price .price-card .card-price .current-price {
    font-size: 27px !important;
  }
}
@media (max-width: 1200px) {
  .price {
    margin-bottom: 100px;
  }
}
.testimonial {
  padding: 100px 0;
}
.testimonial .testimonial-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.testimonial .testimonial-top .testimonial-left {
  max-width: 600px;
}
.testimonial .testimonial-top .testimonial-left h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
}
.testimonial .testimonial-top .testimonial-left p {
  max-width: 530px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
}
.testimonial .testimonial-top .testimonial-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
.testimonial .testimonial-top .testimonial-right .testimonial-card {
  width: 285px;
  height: 337px;
  border-radius: 23px;
  background-color: rgb(255, 190, 11);
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.testimonial .testimonial-top .testimonial-right .testimonial-image {
  position: absolute;
  top: 70%;
  left: 15%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 400px;
  z-index: 2;
}
.testimonial .testimonial-top .testimonial-right .testimonial-image2 {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 280px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  top: 50px;
}
.testimonial .testimonial-bottom {
  position: relative;
  min-width: 1200px;
  min-height: 400px;
  width: 100%;
  margin-left: 96px;
  margin-top: 100px;
}
.testimonial .testimonial-bottom .testimonial-slider {
  padding: 30px 10px;
  height: 100%;
}
.testimonial .testimonial-bottom .testimonial-slider .swiper-wrapper {
  height: 100%;
}
.testimonial .testimonial-bottom .testimonial-slider .swiper-slide {
  height: auto !important;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonial .testimonial-bottom .testimonial-slider .swiper-slide .testimonial-card {
  background: #FFFFFF;
  padding: 10px 20px 20px 20px;
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.07);
  min-height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.testimonial .testimonial-bottom .testimonial-slider .swiper-slide .testimonial-card .testimonial-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.testimonial .testimonial-bottom .testimonial-slider .swiper-slide .testimonial-card .testimonial-author img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial .testimonial-bottom .testimonial-slider .swiper-slide .testimonial-card .testimonial-author h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.testimonial .testimonial-bottom .testimonial-slider .swiper-slide .testimonial-card .testimonial-author .quote-icon {
  margin-left: auto;
  width: 99px;
  height: 98px;
}
.testimonial .testimonial-bottom .testimonial-slider .swiper-slide .testimonial-card .testimonial-quote {
  font-size: 16px;
  font-weight: 510;
  line-height: 26px;
  color: #000000;
}
.testimonial .testimonial-bottom .navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonial .testimonial-bottom .testimonial-navigation {
  margin-top: 30px;
  margin-right: 190px;
  min-width: 450px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.testimonial .testimonial-bottom .testimonial-navigation .arrow-left,
.testimonial .testimonial-bottom .testimonial-navigation .arrow-right {
  width: 28px;
  height: 28px;
  background-image: url("../../assets/icons/arrow_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.testimonial .testimonial-bottom .testimonial-navigation .arrow-left {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.testimonial .testimonial-bottom .testimonial-navigation .arrow-right {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (max-width: 1200px) {
  .testimonial {
    margin-bottom: 120px;
    padding: 0 15px !important;
  }
  .testimonial .testimonial-top {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .testimonial .testimonial-top .testimonial-left {
    max-width: 100%;
    margin-top: 70px;
    margin-bottom: 20px;
  }
  .testimonial .testimonial-top .testimonial-left h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .testimonial .testimonial-top .testimonial-left p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
  .testimonial .testimonial-top .testimonial-right {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: auto;
    gap: 0;
  }
  .testimonial .testimonial-top .testimonial-right .testimonial-card {
    max-width: 215px;
    max-height: 250px;
    border-radius: 15px;
    position: relative;
    margin-left: 45px;
  }
  .testimonial .testimonial-top .testimonial-right .testimonial-image {
    position: absolute;
    top: 0;
    left: 0px;
    -webkit-transform: translate(-30%, 8%) !important;
            transform: translate(-30%, 8%) !important;
    max-width: 300px;
  }
  .testimonial .testimonial-top .testimonial-right .testimonial-image2 {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translateX(-13%);
            transform: translateX(-13%);
    max-width: 212px;
    margin-top: 40px;
  }
  .testimonial .testimonial-bottom {
    margin: 0px auto 0;
    min-width: unset;
    min-height: unset;
    width: 100%;
  }
  .testimonial .testimonial-bottom .testimonial-slider {
    width: 100%;
  }
  .testimonial .testimonial-bottom .testimonial-slider .swiper-slide {
    padding: 5px 5px;
  }
  .testimonial .testimonial-bottom .testimonial-slider .swiper-slide .testimonial-card {
    max-width: 100%;
    min-height: 300px;
    padding: 20px;
  }
  .testimonial .testimonial-bottom .testimonial-slider .swiper-slide .testimonial-card .testimonial-author {
    gap: 8px;
  }
  .testimonial .testimonial-bottom .testimonial-slider .swiper-slide .testimonial-card .testimonial-author img {
    width: 35px;
    height: 35px;
  }
  .testimonial .testimonial-bottom .testimonial-slider .swiper-slide .testimonial-card .testimonial-author h4 {
    font-size: 14px;
  }
  .testimonial .testimonial-bottom .testimonial-slider .swiper-slide .testimonial-card .testimonial-author .quote-icon {
    width: 99px;
    height: 98px;
  }
  .testimonial .testimonial-bottom .testimonial-slider .swiper-slide .testimonial-card .testimonial-quote {
    font-size: 14px;
    line-height: 22px;
  }
  .testimonial .testimonial-bottom .navi {
    margin-top: 20px;
  }
  .testimonial .testimonial-bottom .testimonial-navigation {
    min-width: unset !important;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .testimonial .testimonial-bottom .testimonial-navigation .arrow-left,
  .testimonial .testimonial-bottom .testimonial-navigation .arrow-right {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 1400px) {
  .testimonial-left .testimonial-description {
    max-width: 350px !important;
  }
}
.promo-section {
  margin-top: 150px;
  background: rgb(255, 245, 244);
  padding: 25px 0 0 0;
}
.promo-section .promo-container {
  max-width: 1920px;
  margin: auto;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  gap: 45px;
}
.promo-section .promo-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.promo-section .promo-left .promo-phone img {
  max-width: 370px;
  height: auto;
  position: relative;
  z-index: 2;
}
.promo-section .promo-left .promo-couple img {
  max-width: 510px;
  height: auto;
  position: absolute;
  bottom: 40%;
  left: 50%;
  -webkit-transform: translate(15%, 50%);
          transform: translate(15%, 50%);
  z-index: 1;
}
.promo-section .promo-right {
  position: relative;
  text-align: center;
  background-color: #FFFFFF;
  padding: 57px 77px;
  border-radius: 16px;
}
.promo-section .promo-right .promo-qr img {
  max-width: 230px;
  height: auto;
  border-radius: 12px;
}
.promo-section .promo-right .qr-caption {
  position: absolute;
  bottom: -25px;
  right: 0;
  left: 0;
  max-width: 255px;
  margin: 0 auto;
  height: 50px;
  font-size: 16px;
  font-weight: 590;
  background-color: #FF3B21;
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 60px;
  padding: 10px 24px;
}

@media (max-width: 1250px) {
  .promo-container {
    padding: 64px 22px 0px 22px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .promo-left {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .promo-left .promo-phone img {
    max-width: 290px !important;
  }
  .promo-couple img {
    display: none;
  }
  .promo-right {
    max-width: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .promo-right .promo-qr img {
    max-width: 200px !important;
    margin: 0 auto;
    display: block;
  }
}
.site-footer {
  height: 450px !important;
  background: #FFFFFF;
  color: #000000;
  font-size: 14px;
  padding-top: 30px;
}
.site-footer .footer-logo img {
  max-height: 45px;
  margin-bottom: 44px;
}
.site-footer .footer-links ul {
  padding: 8px 0 0 0;
  margin-bottom: 65px;
  list-style: none;
}
.site-footer .footer-links ul .footer-heading > a {
  font-size: 20px;
  font-weight: 700;
  pointer-events: none;
}
.site-footer .footer-links ul li {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400 !important;
}
.site-footer .footer-links ul a {
  color: #000;
  text-decoration: none;
}
.site-footer .footer-links ul a:hover {
  color: #FF3B21;
}
.site-footer .footer-legal {
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.08px;
  color: rgb(9, 9, 9);
}
.site-footer .footer-legal p {
  margin-bottom: 0 !important;
}
.site-footer .footer-legal a {
  color: rgb(9, 9, 9);
  text-decoration: none;
}
.site-footer .footer-legal a:hover {
  color: #FF3B21;
}
.site-footer .footer-text {
  text-align: right;
}

@media (max-width: 768px) {
  .site-footer {
    height: auto !important;
    margin-bottom: 50px;
  }
  .ft-legal {
    text-align: left !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
@font-face {
  font-family: "SF Pro";
  src: url("../fonts/sf-pro/regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro";
  src: url("../fonts/sf-pro/medium.otf") format("opentype");
  font-weight: 510;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro";
  src: url("../fonts/sf-pro/FontsFree-Net-SFProDisplay-Semibold.ttf") format("opentype");
  font-weight: 590;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro";
  src: url("../fonts/sf-pro/bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
* {
  margin: 0;
  font-family: "SF Pro", sans-serif;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
html {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #FFFFFF;
  scroll-behavior: smooth;
}

@media (min-width: 1000px) {
  .page-content {
    padding-top: 100px;
  }
  .page-content .navbar {
    left: 0;
    top: 0;
  }
  .page-content li {
    font-size: 18px;
  }
  .page-content p {
    font-size: 18px;
  }
  .page-content .site-footer p {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .page-content {
    padding-top: 70px;
  }
  .page-content .navbar {
    left: 0;
    top: 0;
  }
  .page-content p {
    font-size: 14px;
  }
}
.frm_error,
.frm_error_style {
  color: red !important;
  font-weight: 500;
}