@import url("../webfonts/fonts.css");
:root {
  --base-clr: #eb3b16;
  --body-clr: #231f20;
  --light-clr: #e9e9e9;
  --title-clr: #00447a;
  --dark-clr: #231f20;
  --body-clr: #231f20;
  --body-bg: #fcdc3e;
  --section-dark: #eb3b16;
  --section-light: #f3f9ff;
  --white-clr: #ffffff;
  --h-font:"Cehua Free Free";
  --h-font2:"Maginia";
  --h-font3:"Andrea Bilarosa";
  --b-font: "Mabry Pro";
}

.container-fluid {
  padding-left: 3vw;
  padding-right: 3vw;
}

img {
  max-width: 100%;
}

.bg-base {
  background: var(--base-clr);
}

.sec-pt-150 {
  padding-top: 7.8125vw;
}
@media only screen and (max-width: 767.98px) {
  .sec-pt-150 {
    padding-top: 12vw;
  }
}

.sec-pb-150 {
  padding-bottom: 7.8125vw;
}

.mb-30 {
  margin-bottom: 1.5625vw;
}

.mb-90 {
  margin-bottom: 4.6875vw;
}

.word, .char {
  display: inline-block;
}

.zindex5 {
  z-index: 5;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: var(--body-clr);
  line-height: 26px;
  overflow-x: hidden;
  font-family: var(--b-font);
  background: var(--body-bg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.2;
  font-family: var(--h-font);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: currentColor;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--base-clr);
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 28px;
  margin-top: -9px;
}

h3 {
  font-size: 24px;
  margin-top: -8px;
}

h4 {
  font-size: 22px;
  margin-top: -5px;
}

h5 {
  font-size: 20px;
  margin-top: -4px;
  font-weight: 500;
}

h6 {
  font-size: 18px;
  margin-top: -6px;
  font-weight: 500;
}

@media (min-width: 576px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 40px;
    margin-top: -11px;
  }

  h3 {
    font-size: 30px;
    margin-top: -9px;
  }

  h4 {
    font-size: 22px;
    margin-top: -7px;
  }

  h5 {
    font-size: 20px;
    margin-top: -5px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 60px;
    line-height: 73px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 30px;
    margin-top: -9px;
  }

  h4 {
    font-size: 24px;
    margin-top: -8px;
  }

  h5 {
    font-size: 22px;
    margin-top: -7px;
  }
}
a {
  display: inline-block;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

label,
button,
select {
  cursor: pointer;
}

.bg_img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg_contain {
  background-size: contain;
}

input,
textarea {
  width: 100%;
}

.hf-3 {
  font-family: var(--h-font3);
}

.title-lg {
  font-size: 9.0104166667vw;
  line-height: 9.0104166667vw;
}
@media only screen and (max-width: 991.98px) {
  .title-lg {
    font-size: 12vw;
    line-height: 16vw;
  }
}

.sub-title {
  font-size: 4.1145833333vw;
  line-height: 5.0520833333vw;
  font-family: var(--h-font);
}
@media only screen and (max-width: 767.98px) {
  .sub-title {
    font-size: 5vw;
    line-height: 7vw;
  }
}

.dot-underline {
  position: relative;
  color: #eb3b16;
}
.dot-underline::before {
  content: "";
  position: absolute;
  bottom: 0.625vw;
  left: 0;
  border-bottom: 3px dotted #eb3b16;
  width: 100%;
}

.gg-arrow-long-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  box-shadow: inset 0 0 0 2px;
  width: 24px;
  height: 6px;
}

.gg-arrow-long-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  right: 0;
  bottom: -5px;
}

.btn__main {
  display: inline-block;
  position: relative;
  --color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  background-color: var(--base-clr);
  border-radius: 50px;
  padding: 11px 45px;
  line-height: 25px;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  border: none;
  text-decoration: none;
}
@media only screen and (max-width: 767.98px) {
  .btn__main {
    padding: 8px 29px;
    font-size: 15px;
  }
}
.btn__main::before {
  content: "";
  height: 100%;
  width: 100%;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: scaleY(0);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: top left;
}
.btn__main .btn-text {
  position: relative;
  display: block;
  color: transparent;
  overflow: hidden;
  z-index: 2;
}
.btn__main .btn-text::before, .btn__main .btn-text::after {
  content: attr(data-title);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: var(--color);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn__main .btn-text::after {
  transform: translateY(-110%);
}
.btn__main .arrow__icon {
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
  width: 230px;
  height: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-right: 5px;
}
@media only screen and (max-width: 1199.98px) {
  .btn__main .arrow__icon {
    width: 75px;
  }
}
.btn__main .arrow__icon .arrow {
  width: 100%;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn__main .arrow__icon .arrow:nth-child(2) {
  position: absolute;
  left: 0;
  top: 7px;
  transform: translateX(-110%);
}
.btn__main:hover {
  background-color: var(--base-clr);
}
.btn__main:hover::before {
  transform-origin: bottom left;
  transform: scaleY(1);
}
.btn__main:hover .btn-text::before, .btn__main:hover .btn-text::after {
  color: var(--base-clr);
}
.btn__main:hover .btn-text::after {
  transform: translateY(0);
}
.btn__main:hover .btn-text::before {
  transform: translateY(110%);
}
.btn__main:hover .arrow__icon .arrow {
  color: var(--base-clr);
}
.btn__main:hover .arrow__icon .arrow:nth-child(2) {
  transform: translateX(-5px);
  transition-delay: 0.3s;
}
.btn__main:hover .arrow__icon .arrow:nth-child(1) {
  transform: translateX(110%);
}

.btn-sm {
  padding: 8px 30px;
}

.btn-light {
  background: #e9e9e9;
}
.btn-light::before {
  background: var(--base-clr);
}
.btn-light .btn-text::before, .btn-light .btn-text::after {
  color: var(--dark-clr);
}
.btn-light:hover {
  background: #e9e9e9;
}
.btn-light:hover .btn-text::before, .btn-light:hover .btn-text::after {
  color: #e9e9e9;
}

.btn-text-link {
  display: inline-block;
  position: relative;
  color: var(--dark-clr);
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
}
.btn-text-link::before {
  content: "";
  height: 2px;
  width: 100%;
  background: var(--dark-clr);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transform: scaleX(1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: left center;
}
.btn-text-link:hover::before {
  transform-origin: right center;
  transform: scaleX(0);
}

.hum-btn {
  position: relative;
  width: 35px;
  height: 20px;
  background-color: transparent;
  border: none;
  font-size: 11px;
  margin-top: 15px;
}
.hum-btn .svg-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 31px);
  transform: translate(-50%, -50%) scaleX(1.5);
  transition: all 400ms;
  pointer-events: none;
}
.hum-btn svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hum-btn .line {
  fill: none;
  transition: all 400ms;
  stroke: var(--dark-clr);
  stroke-width: 6px;
  stroke-linecap: round;
}
.hum-btn .top {
  stroke-dasharray: 40 121;
}
.hum-btn .bottom {
  stroke-dasharray: 40 121;
  transform: scaleX(0.6) translateX(-17px);
  transform-origin: right;
}
.hum-btn .middle {
  transform: scaleX(0.8) translateX(-6px);
  transform-origin: right;
}
.hum-btn .text {
  font-weight: 600;
  line-height: 15px;
  color: var(--dark-clr);
  position: absolute;
  left: 0;
  top: -20px;
  transition: all 400ms;
}
.hum-btn:hover .bottom, .hum-btn:hover .middle {
  transform: scaleX(1);
}

.hum-btn.open svg {
  transform: rotate(45deg);
}
.hum-btn.open .line {
  stroke: #fcdc3e;
}
.hum-btn.open .text {
  opacity: 0;
}
.hum-btn.open .top {
  stroke-dashoffset: -68px;
}
.hum-btn.open .bottom {
  stroke-dashoffset: -68px;
  transform: scaleX(1) translateX(0);
}
.hum-btn.open .svg-wrap {
  transform: translate(-50%, -50%) scaleX(1);
  width: calc(100% + 75px);
  height: calc(100% + 75px);
}
@media only screen and (max-width: 767.98px) {
  .hum-btn.open .svg-wrap {
    width: calc(100% + 55px);
    height: calc(100% + 55px);
  }
}
.hum-btn.open .middle {
  transform: scaleX(1);
}

.e-none {
  pointer-events: none;
}

.portfolio-slides-wrap {
  width: 100%;
  height: 32.3958333333vw;
  max-width: 52.0833333333vw;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991.98px) {
  .portfolio-slides-wrap {
    max-width: 80vw;
    height: 49.609375vw;
  }
}
.portfolio-slides-wrap .swiper {
  height: 100%;
}
.portfolio-slides-wrap .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.portfolio-slides-wrap .swiper-slide {
  overflow: hidden;
  position: relative;
}
.slide-pagination {
  text-align: center;
  margin-top: 45px;
}
.slide-pagination .swiper-pagination-bullet {
  display: inline-block;
  height: 6px;
  width: 37px;
  border-radius: 50px;
  background: #ff7558;
  opacity: 1;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (max-width: 767.98px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 25px;
  }
}
.slide-pagination .swiper-pagination-bullet::before {
  content: "";
  height: 100%;
  width: 100%;
  background: #fcdc3e;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: right center;
}
.slide-pagination .swiper-pagination-bullet-active::before {
  transform-origin: left center;
  transform: scaleX(1);
}

.dark.slide-pagination .swiper-pagination-bullet {
  opacity: 0.5;
  background: var(--base-clr);
}
.dark.slide-pagination .swiper-pagination-bullet::before {
  background: var(--dark-clr);
}
.dark.slide-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.testimonial-slide-wrapper {
  overflow: initial;
}

.testimonial-slide-container .slide-pagination {
  margin-top: 20px;
}

.price-card {
  border: 2px solid var(--dark-clr);
  border-radius: 15px;
  padding: 3.5vw;
}
.price-card .title {
  font-family: var(--b-font);
  font-size: 2.1875vw;
  line-height: 3vw;
  margin-bottom: 1.5625vw;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  .price-card .title {
    font-size: 24px;
    line-height: 36px;
  }
}
.price-card .des {
  font-size: 1.25vw;
  line-height: 1.875vw;
  font-weight: 600;
  margin-bottom: 1vw;
}
@media only screen and (max-width: 991.98px) {
  .price-card .des {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 13px;
  }
}
.price-card .list-title {
  font-size: 1.1458333333vw;
  line-height: 1.875vw;
  font-weight: 600;
  color: var(--base-clr);
}
@media only screen and (max-width: 991.98px) {
  .price-card .list-title {
    font-size: 17px;
    line-height: 24px;
  }
}
.price-card .list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 991.98px) {
  .price-card .list {
    margin-bottom: 13px;
    margin-top: 7px;
  }
}
.price-card .list li {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  font-size: 20px;
  line-height: 22px;
  margin-right: 28px;
  margin-bottom: 13px;
}
@media only screen and (max-width: 991.98px) {
  .price-card .list li {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 13px;
  }
}
.price-card .list li::before, .price-card .list li::after {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-rule='evenodd' fill='rgb(0,0,0)' fill-rule='evenodd'%3E%3Cpath d='m16.0905 9.09677c.2929.29289.2929.76776 0 1.06063l-4.746 4.746c-.2928.2929-.7676.2929-1.0605.0001l-2.37403-2.373c-.29296-.2928-.29306-.7677-.00023-1.0606.29284-.293.76771-.2931 1.06066-.0002l1.8437 1.8428 4.2158-4.21573c.2928-.2929.7677-.2929 1.0606 0z'/%3E%3Cpath d='m4.24305 4.24339c1.66778-1.66777 4.24661-2.24329 7.75675-2.24329 3.5101 0 6.0889.57552 7.7567 2.24329 1.6677 1.66778 2.2433 4.24661 2.2433 7.75671s-.5756 6.0889-2.2433 7.7567c-1.6678 1.6678-4.2466 2.2433-7.7567 2.2433-3.51014 0-6.08897-.5755-7.75675-2.2433s-2.24329-4.2466-2.24329-7.7567.57551-6.08893 2.24329-7.75671zm1.06066 1.06066c-1.22297 1.22298-1.80395 3.26915-1.80395 6.69605s.58098 5.4731 1.80395 6.696c1.22297 1.223 3.26914 1.804 6.69609 1.804 3.4269 0 5.473-.581 6.696-1.804 1.223-1.2229 1.804-3.2691 1.804-6.696s-.581-5.47307-1.804-6.69605c-1.223-1.22297-3.2691-1.80395-6.696-1.80395-3.42695 0-5.47312.58098-6.69609 1.80395z'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  left: 0;
  top: 0;
  height: 23px;
  width: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.price-card .list li::after {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-rule='evenodd' fill='rgb(255,255,255)' fill-rule='evenodd'%3E%3Cpath d='m16.0905 9.09677c.2929.29289.2929.76776 0 1.06063l-4.746 4.746c-.2928.2929-.7676.2929-1.0605.0001l-2.37403-2.373c-.29296-.2928-.29306-.7677-.00023-1.0606.29284-.293.76771-.2931 1.06066-.0002l1.8437 1.8428 4.2158-4.21573c.2928-.2929.7677-.2929 1.0606 0z'/%3E%3Cpath d='m4.24305 4.24339c1.66778-1.66777 4.24661-2.24329 7.75675-2.24329 3.5101 0 6.0889.57552 7.7567 2.24329 1.6677 1.66778 2.2433 4.24661 2.2433 7.75671s-.5756 6.0889-2.2433 7.7567c-1.6678 1.6678-4.2466 2.2433-7.7567 2.2433-3.51014 0-6.08897-.5755-7.75675-2.2433s-2.24329-4.2466-2.24329-7.7567.57551-6.08893 2.24329-7.75671zm1.06066 1.06066c-1.22297 1.22298-1.80395 3.26915-1.80395 6.69605s.58098 5.4731 1.80395 6.696c1.22297 1.223 3.26914 1.804 6.69609 1.804 3.4269 0 5.473-.581 6.696-1.804 1.223-1.2229 1.804-3.2691 1.804-6.696s-.581-5.47307-1.804-6.69605c-1.223-1.22297-3.2691-1.80395-6.696-1.80395-3.42695 0-5.47312.58098-6.69609 1.80395z'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0;
}

.price-card.active-card {
  background: var(--base-clr);
  color: #fff;
  transform: scale(1.12);
}
@media only screen and (max-width: 1199.98px) {
  .price-card.active-card {
    transform: scale(1);
  }
}
.price-card.active-card .title {
  color: var(--body-bg);
}
.price-card.active-card .list-title {
  color: #fff;
}
.price-card.active-card .list li::before {
  opacity: 0;
}
.price-card.active-card .list li::after {
  opacity: 1;
}
.price-card.active-card .btn__main:not(.btn-light) {
  background: #fcdc3e;
}
.price-card.active-card .btn__main:not(.btn-light)::before {
  background: #e9e9e9;
}
.price-card.active-card .btn__main:not(.btn-light) .btn-text::before, .price-card.active-card .btn__main:not(.btn-light) .btn-text::after {
  color: var(--dark-clr);
}
.price-card.active-card .btn__main:not(.btn-light):hover {
  background: #e9e9e9;
}
.price-card.active-card .btn__main:not(.btn-light):hover::before {
  transform-origin: bottom left;
  transform: scaleY(1);
}
.price-card.active-card .btn__main:not(.btn-light):hover .btn-text::before, .price-card.active-card .btn__main:not(.btn-light):hover .btn-text::after {
  color: var(--dark-clr);
}
.price-card.active-card .btn__main.btn-light::before {
  background: var(--b-clr);
}
.price-card.active-card .btn__main.btn-light .btn-text::before, .price-card.active-card .btn__main.btn-light .btn-text::after {
  color: var(--dark-clr);
}
.price-card.active-card .btn__main.btn-light:hover {
  background: #e9e9e9;
}
.price-card.active-card .btn__main.btn-light:hover::before {
  transform-origin: bottom left;
  transform: scaleY(1);
}
.price-card.active-card .btn__main.btn-light:hover .btn-text::before, .price-card.active-card .btn__main.btn-light:hover .btn-text::after {
  color: var(--dark-clr);
}

.form-control, .form-select {
  background-color: transparent;
  border: 2px solid #ff8a00;
  border-radius: 0;
  padding: 14px 17px;
  color: var(--dark-clr);
}
.form-control:focus, .form-select:focus {
  background-color: transparent;
  box-shadow: none;
  border-color: var(--dark-clr);
}
@media only screen and (max-width: 767.98px) {
  .form-control, .form-select {
    padding: 9px 14px;
    font-size: 14px;
  }
}

.label-title {
  font-size: 24px;
  line-height: 32px;
  color: var(--dark-clr);
  font-weight: 600;
  display: block;
  padding-left: 15px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767.98px) {
  .label-title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 7px;
  }
}

.form-item {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767.98px) {
  .form-item {
    margin-bottom: 15px;
  }
}

.form-wrapper .submit-btn {
  margin-top: 18px;
  padding: 17px 47px;
}

textarea.form-control {
  height: 112px;
}

.portfolio-section {
  position: relative;
  padding-top: 10.4166666667vw;
  padding-bottom: 7.8125vw;
}
@media only screen and (max-width: 991.98px) {
  .portfolio-section {
    padding-bottom: 12vw;
  }
}
.portfolio-section .bg-text {
  position: absolute;
  left: 0;
  top: calc(50% + 5vw);
  transform: translateY(-50%);
  font-size: 57.323vw;
  line-height: 29.323vw;
  white-space: nowrap;
  text-transform: uppercase;
  color: #ff5734;
}
.portfolio-section .bg-text .text-item {
  padding-right: 10vw;
  transform: translateX(calc(var(--x) + var(--vw)));
}
@media only screen and (max-width: 991.98px) {
  .portfolio-section .bg-text {
    top: calc(50% + 8vw);
    font-size: 85.323vw;
  }
}
.portfolio-section .slide-pagination {
  margin-top: 2.34375vw;
}
.portfolio-section .swiper {
  overflow: initial;
}

.brand-section .text-slide-wrapper {
  padding-top: 2vw;
  padding-bottom: 1vw;
}
.brand-section .text-slide-wrapper .title {
  white-space: nowrap;
  padding-left: 3vw;
}
.brand-section .text-slide-wrapper .title .text-item {
  padding-right: 3vw;
}
.brand-section .brand-slide-wrapper {
  padding-top: 2vw;
  padding-bottom: 2vw;
  border-top: 1px solid var(--dark-clr);
  border-bottom: 1px solid var(--dark-clr);
}
.brand-section .brand-slide-wrapper .brand-item {
  padding-left: 2vw;
  padding-right: 2vw;
  display: block;
  padding-top: 1vw;
  padding-bottom: 1vw;
}
@media only screen and (max-width: 1600px) {
  .brand-section .brand-slide-wrapper .brand-item {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}
@media only screen and (max-width: 767.98px) {
  .brand-section .brand-slide-wrapper .brand-item {
    padding-left: 2vw;
    padding-right: 2vw;
    width: 27%;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .brand-section .brand-slide-wrapper .brand-item {
    width: 33%;
  }
}

.star-icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-right: 15px;
}
.star-icons li {
  display: inline-block;
  max-width: 37px;
}
@media only screen and (max-width: 991.98px) {
  .star-icons li {
    max-width: 3vw;
  }
}

.testimonial-area {
  padding-top: 6vw;
  text-align: center;
  position: relative;
}
.testimonial-area .star-icons {
  margin-bottom: 2.5vw;
}
.testimonial-area .des {
  font-size: 2.96875vw;
  line-height: 4.1145833333vw;
  font-family: var(--h-font2);
}
@media only screen and (max-width: 991.98px) {
  .testimonial-area .des {
    font-size: 4.969vw;
    line-height: 6.969vw;
  }
}
.testimonial-area .info {
  margin-top: 6.5104166667vw;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-area .info {
    margin-top: 3.5vw;
  }
}
.testimonial-area .info .badge {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: var(--dark-crl);
  margin-top: 20px;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-area .info .badge {
    margin-top: 5px;
  }
}
.testimonial-area .info .badge img {
  display: block;
  margin-right: 10px;
}

.testimonial-slide-wrapper {
  max-width: 52.0833333333vw;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-slide-wrapper {
    max-width: 100%;
  }
}

.testimonial-ditails {
  position: relative;
}
.testimonial-ditails p {
  margin-bottom: 0;
}
.testimonial-ditails .bg-shadow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 36vw;
  width: 36vw;
  background: #fff663;
  border-radius: 50%;
  background-color: #fff663;
  z-index: -2;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-ditails .bg-shadow {
    height: 50vw;
    width: 50vw;
  }
}

.testimonial-section {
  position: relative;
}
.testimonial-section .side-man {
  width: 28.6458333333vw;
  position: absolute;
  left: -12.5vw;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .testimonial-section .side-man {
    width: 39.646vw;
    left: -20.5vw;
    top: 2vh;
  }
}
.testimonial-section .side-man .svg-man {
  transform: scaleX(-1);
  min-width: calc(100% + 15vw);
}

.testimonial-area.testimonial-sm {
  padding-top: 7vw;
}
.testimonial-area.testimonial-sm .star-icons {
  margin-bottom: 1vw;
}
.testimonial-area.testimonial-sm .info {
  margin-top: 1.51vw;
}

.testimonial-slide-wrapper {
  position: relative;
}
.testimonial-slide-wrapper .testimonial-item:not(:first-child) {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.header-area {
  position: relative;
  z-index: 990;
}
.header-area .logo {
  overflow: hidden;
}
.header-area .logo .has-lottie svg {
  position: relative;
  right: 70px;
}
@media only screen and (max-width: 767.98px) {
  .header-area .logo {
    overflow: hidden;
    width: 200px;
  }
  .header-area .logo .has-lottie svg {
    right: 45px;
  }
}
.header-area .nav-text-link {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #231f20;
  text-decoration: none;
}
.header-area .nav-text-link::before {
  content: "";
  height: 2px;
  width: 100%;
  background: #665a29;
  position: absolute;
  left: 0;
  bottom: 1px;
}
.header-area .hum-btn {
  margin-left: 27px;
  position: relative;
  z-index: 5;
}
.header-area .btn__main {
  margin-left: 38px;
}

.main-menu-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  background: #063c4f;
  z-index: 4;
  overflow: hidden;
}
.main-menu-wrapper .menu-content {
  padding-top: 150px;
}
@media only screen and (max-width: 767.98px) {
  .main-menu-wrapper .menu-content {
    padding-top: 90px;
  }
}
.main-menu-wrapper .navbar-nav {
  flex-direction: row;
  flex-wrap: wrap;
}
.main-menu-wrapper .navbar-nav li {
  display: flex;
  align-items: center;
  padding-right: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .main-menu-wrapper .navbar-nav li {
    padding-right: 2vw;
  }
}
.main-menu-wrapper .navbar-nav li .icon {
  display: flex;
  align-items: center;
  transform: translateY(100%) scale(0);
  padding-left: 20px;
}
@media only screen and (max-width: 767.98px) {
  .main-menu-wrapper .navbar-nav li .icon {
    padding-left: 2vw;
  }
}
.main-menu-wrapper .navbar-nav li .icon img {
  max-width: 4vw;
}
@media only screen and (max-width: 767.98px) {
  .main-menu-wrapper .navbar-nav li .icon img {
    max-width: 9vw;
  }
}
.main-menu-wrapper .navbar-nav li .menu-text {
  display: block;
  transform: translateY(100%);
}
.main-menu-wrapper .navbar-nav li a {
  color: #fcdc3e;
  text-decoration: none;
  font-size: 7.03125vw;
  line-height: 9.53125vw;
  font-family: var(--h-font);
  transition: all 0.25s;
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .main-menu-wrapper .navbar-nav li a {
    font-size: 9vw;
    line-height: 13vw;
  }
}
.main-menu-wrapper .navbar-nav li a span {
  display: block;
}
.main-menu-wrapper .navbar-nav li a:hover {
  color: #eb3b16;
}
.main-menu-wrapper .navbar-nav li a:hover .icon img {
  animation: heartBeat 1s ease-in-out;
}
.main-menu-wrapper .bottom-info {
  color: #fcdc3e;
  font-size: 24px;
  margin-top: 50px;
  opacity: 0;
}
@media only screen and (max-width: 767.98px) {
  .main-menu-wrapper .bottom-info {
    font-size: 17px;
    margin-top: 17px;
  }
}
.main-menu-wrapper .bottom-info a {
  color: currentColor;
}

.hero-area {
  text-align: center;
  padding-top: 6vw;
  padding-bottom: 4vw;
}
.hero-area .title {
  font-size: 21.104166667vw;
  line-height: 21.5104166667vw;
  opacity: 0;
  letter-spacing: -0.9375vw;
  position: relative;
}
.hero-area .title .eye-icon {
  position: absolute;
  right: 19.04166667vw;
  top: -12.2916666667vw;
  width: 12.965875vw;
  z-index: 3;
}
.hero-area .title .word:nth-child(1) {
  letter-spacing: -2.0833333333vw;
}
.hero-area .sub-title {
  max-width: 62.2916666667vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: -2.9166666667vw;
  opacity: 0;
}
@media only screen and (max-width: 767.98px) {
  .hero-area .sub-title {
    max-width: 83.292vw;
    margin-top: -1.914893617vw;
  }
}
.hero-area .heart {
  position: relative;
}
.hero-area .heart .heart-img {
  max-width: 80.708vw;
}
@media only screen and (max-width: 767.98px) {
  .hero-area .heart .heart-img {
    max-width: 91vw;
  }
}
.hero-area .heart .middle-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16vw;
  line-height: 11.71875vw;
  width: 100%;
  margin-top: 2.5vw;
  margin-left: 2vw;
}
@media only screen and (max-width: 767.98px) {
  .hero-area .heart .middle-text {
    font-size: 16vw;
    margin-top: 2.5vw;
  }
}
.hero-area .heart .middle-text svg {
  width: 100%;
  height: auto;
}
.hero-area .heart .middle-text svg path {
  fill: none;
  stroke: #000;
  stroke-width: 3px;
}
.hero-area .heart .shapes {
  position: absolute;
  right: 11vw;
  bottom: 7.8125vw;
}
.hero-area .heart .shapes span {
  display: block;
}
.hero-area .heart .shapes .shape-1 {
  width: 3.75vw;
}
@media only screen and (max-width: 767.98px) {
  .hero-area .heart .shapes .shape-1 {
    width: 5vw;
  }
}
.hero-area .heart .shapes .shape-2, .hero-area .heart .shapes .shape-3 {
  position: absolute;
  right: 0;
  top: 0;
}
.hero-area .heart .shapes .shape-2 {
  top: -3vw;
  right: -6vw;
  max-width: 6.40625vw;
}
@media only screen and (max-width: 767.98px) {
  .hero-area .heart .shapes .shape-2 {
    max-width: 7vw;
  }
}
.hero-area .heart .shapes .shape-3 {
  right: -10vw;
  max-width: 4.375vw;
}
@media only screen and (max-width: 767.98px) {
  .hero-area .heart .shapes .shape-3 {
    width: 10vw;
  }
}
.hero-area .heart-bg-wrapper {
  width: 72.3958333333vw;
  height: 55.7291666667vw;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .hero-area .heart-bg-wrapper {
    width: 85vw;
    height: 64.729vw;
  }
}
.hero-area .heart-bg-wrapper .heart-bg {
  min-width: calc(100% + 13.854vw);
}
@media only screen and (max-width: 767.98px) {
  .hero-area .heart-bg-wrapper .heart-bg {
    min-width: calc(100% + 16.854vw);
  }
}

.quality-logo {
  padding: 0 1.4583333333vw;
}
.quality-logo span {
  margin-top: 1vw;
}

.why-us-section .section-title {
  position: relative;
}
.why-us-section .section-title .heart-area {
  position: absolute;
  right: -22vw;
  top: -1vw;
  width: 26.0416666667vw;
}
@media only screen and (max-width: 767.98px) {
  .why-us-section .section-title .heart-area {
    right: -5vw;
    top: -8vw;
    width: 30vw;
  }
}

.contact-section {
  position: relative;
}
.contact-section .contact-superman {
  position: absolute;
  right: -34.2vw;
  top: 13.3vw;
  width: 62.7vw;
  transform: rotate(-20deg);
  pointer-events: none;
}
@media only screen and (max-width: 1800px) {
  .contact-section .contact-superman {
    top: 10.3vw;
    transform: rotate(-33deg);
  }
}

.quality-logo:hover img {
  animation: heartBeat 2s;
}

.contact-text-item {
  font-size: 19px;
  line-height: 31px;
  padding-left: 50px;
  padding-right: 50px;
}
.contact-text-item a {
  text-decoration: none;
  color: currentColor;
  font-weight: bold;
}

.footer-wrapper .footer-top {
  border-top: 1px solid var(--dark-clr);
  border-bottom: 1px solid var(--dark-clr);
  padding: 20px 0;
}
.footer-wrapper .footer-bottom {
  padding-top: 80px;
  padding-bottom: 45px;
}
@media only screen and (max-width: 767.98px) {
  .footer-wrapper .footer-bottom {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
.footer-wrapper .footer-bottom .footer-title {
  font-size: 27px;
  line-height: 35px;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  .footer-wrapper .footer-bottom .footer-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.footer-wrapper .footer-bottom .separate {
  height: 6px;
  width: 390px;
  position: relative;
  background-color: var(--base-clr);
  display: block;
  margin: 40px auto;
}
@media only screen and (max-width: 767.98px) {
  .footer-wrapper .footer-bottom .separate {
    width: 250px;
    margin: 20px auto;
  }
}
.footer-wrapper .footer-bottom .separate::before {
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 100%;
  background-color: #e9ab15;
  position: absolute;
}
.footer-wrapper .footer-bottom .copyright-text {
  margin-top: 25px;
  font-size: 15px;
  line-height: 25px;
  color: #ea3e24;
}

/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */