/*---------------------------------------------"
// Template Name: Teach Me
// Description:  Teach Me Html Template
// Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Responsive
|___ Reset Styles
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*-------------------------
    Variables
-------------------------*/
/* Fonts */
/* Colors */
/* Transitions */
/* Border-Radius */
/* Gap */
/*-------------------------
    Responsive Styles
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #f4b400;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .row {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0;
  }
}

.slick-track > [class*=col] {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-right: calc(var(--bs-gutter-x) / 2) !important;
  margin-left: calc(var(--bs-gutter-x) / 2) !important;
}

.container-fluid {
  padding-right: calc(var(--bs-gutter-x) * 0.75);
  padding-left: calc(var(--bs-gutter-x) * 0.75);
}
@media (min-width: 1200px) {
  .container-fluid {
    padding: 0 5vw;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .container-fluid {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

#scroll-container {
  overflow-x: hidden;
}

/*-------------------------
  Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: #45474f;
  background: #ffffff;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: clamp(16px, 0.938vw, 22px);
  font-weight: 400;
  line-height: 140%;
  height: 100%;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  background-color: #45474f;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #f4b400;
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.4s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
hr {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #141516;
  margin-bottom: 0;
}

h1,
.h1 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(58px, 3.177vw, 169px);
  /* 61px */
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 96px */
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: clamp(46px, 4.837vw, 69px);
    /* 58px */
  }
}
@media (max-width: 820px) {
  h1,
  .h1 {
    font-size: clamp(30px, 5.61vw, 58px);
    /* 46px */
  }
}

h2,
.h2 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(40px, 2.552vw, 99px);
  /* 49px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 66px */
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: clamp(39px, 2.24vw, 52px);
    /* 43px */
  }
}
@media (max-width: 820px) {
  h2,
  .h2 {
    font-size: clamp(28px, 1.979vw, 48px);
    /* 38px */
  }
}

h3,
.h3 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(36px, 2.031vw, 125px);
  /* 39px */
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1199px) {
  h3,
  .h3 {
    font-size: clamp(34px, 1.927vw, 48px);
    /* 37px */
  }
}
@media (max-width: 820px) {
  h3,
  .h3 {
    font-size: clamp(28px, 1.667vw, 38px);
    /* 32px */
  }
}

h4,
.h4 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(30px, 1.615vw, 67px);
  /* 31px */
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 42px */
}
@media (max-width: 1199px) {
  h4,
  .h4 {
    font-size: clamp(28px, 1.719vw, 40px);
    /* 33px */
  }
}
@media (max-width: 820px) {
  h4,
  .h4 {
    font-size: clamp(26px, 1.406vw, 30px);
    /* 27px */
  }
}

h5,
.h5 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(21px, 1.302vw, 62px);
  /* 25px */
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 33.6px */
}
@media (max-width: 1199px) {
  h5,
  .h5 {
    font-size: clamp(20px, 1.302vw, 32px);
    /* 25px */
  }
}

h6,
.h6 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(18px, 1.042vw, 40px);
  /* 20px */
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 27.6px */
}

.text-16,
p {
  color: #45474f;
  font-family: "Poppins", sans-serif;
  font-size: clamp(15px, 0.833vw, 32px);
  /* 16px */
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21.6px */
}
@media (max-width: 399px) {
  .text-16,
  p {
    font-size: clamp(14px, 0.833vw, 28px);
    /* 16px */
  }
}

.text-18 {
  color: #45474f;
  font-family: "Poppins", sans-serif;
  font-size: clamp(16px, 0.938vw, 36px);
  /* 18px */
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21.6px */
}
@media (max-width: 399px) {
  .text-18 {
    font-size: clamp(14px, 0.833vw, 28px);
    /* 16px */
  }
}

.eyebrow {
  color: #0f0f0f;
  text-transform: uppercase;
  font-size: clamp(10px, 0.729vw, 28px);
  /* 16px */
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
}
@media (max-width: 1199px) {
  .eyebrow {
    font-size: clamp(12px, 0.677vw, 32px);
    /* 15px */
  }
}

.subtitle {
  font-size: clamp(12px, 0.729vw, 28px);
  /* 14px */
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.caption {
  font-size: clamp(10px, 0.625vw, 24px);
  /* 12px */
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1499px) {
  .caption {
    font-size: 10px;
  }
}

span {
  display: inline-block;
}

b,
strong {
  font-family: "Poppins", sans-serif;
}

.hr-line {
  width: 100%;
  height: 1px;
  background: #92949f;
}

.hover-content {
  transition: all 0.4s ease-in-out;
}
.hover-content:hover {
  color: #f4b400 !important;
}

.image-effect {
  position: relative;
  overflow: hidden;
}

.image-effect::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(244, 244, 244, 0.3);
  -webkit-transform: translate(-50%, -50%) rotate(-40deg);
  -ms-transform: translate(-50%, -50%) rotate(-40deg);
  transform: translate(-50%, -50%) rotate(-40deg);
  z-index: 1;
}

.image-effect:hover::after {
  height: 250%;
  -webkit-transition: all 920ms ease-in-out;
  -o-transition: all 920ms ease-in-out;
  transition: all 920ms ease-in-out;
  background-color: transparent;
}

.image-effect:hover img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.image-effect img {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*-------------------------
Helpers
-------------------------*/
.color-primary {
  color: #f4b400 !important;
}

.color-sec {
  color: #bc8b01 !important;
}

.color-ter {
  color: #0f0f0f !important;
}

.color-quad {
  color: #f0f0f0 !important;
}

.black {
  color: #0c0c0d !important;
}

.medium-black {
  color: #1e1f20 !important;
}

.light-black {
  color: #141516 !important;
}

.dark-gray {
  color: #45474f !important;
}

.medium-gray {
  color: #6c757d !important;
}

.light-gray {
  color: #92949f !important;
}

.lightest-gray {
  color: #f4f4f4 !important;
}

.white {
  color: #ffffff !important;
}

.bg-primary {
  background: #f4b400 !important;
}

.bg-sec {
  background: #bc8b01 !important;
}

.bg-ter {
  background: #0f0f0f !important;
}

.bg-quad {
  background: #f0f0f0 !important;
}

.bg-black {
  background: #0c0c0d !important;
}

.bg-medium-black {
  background: #1e1f20 !important;
}

.bg-light-black {
  background: #141516 !important;
}

.bg-dark-gray {
  background: #45474f !important;
}

.bg-light-gray {
  background: #92949f !important;
}

.bg-lightest-gray {
  background: #f4f4f4 !important;
}

.bg-white {
  background: #ffffff !important;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.font-primary {
  font-family: "Poppins", sans-serif;
}

.font-sec {
  font-family: "Montserrat", sans-serif;
}

.br-4 {
  border-radius: 4px;
}

.br-8 {
  border-radius: clamp(4px, 0.417vw, 16px);
}

.br-10 {
  border-radius: clamp(5px, 0.521vw, 20px);
}

.br-12 {
  border-radius: clamp(8px, 0.625vw, 24px);
}

.br-14 {
  border-radius: clamp(10px, 0.729vw, 28px);
}

.br-16 {
  border-radius: clamp(12px, 0.833vw, 32px);
}

.br-18 {
  border-radius: clamp(14px, 0.938vw, 36px);
}

.br-20 {
  border-radius: clamp(16px, 1.042vw, 40px);
}

.br-24 {
  border-radius: clamp(18px, 1.25vw, 48px);
}

.br-32 {
  border-radius: clamp(24px, 1.667vw, 64px);
}

.br-48 {
  border-radius: clamp(28px, 2.5vw, 68px);
}

.gap-4 {
  gap: clamp(2px, 0.208vw, 8px);
}

.gap-6 {
  gap: clamp(3px, 0.313vw, 7px);
}

.gap-8 {
  gap: clamp(4px, 0.417vw, 16px);
}

.gap-10 {
  gap: clamp(5px, 0.521vw, 20px);
}

.gap-12 {
  gap: clamp(8px, 0.625vw, 24px);
}

.gap-14 {
  gap: clamp(10px, 0.729vw, 28px);
}

.gap-16 {
  gap: clamp(12px, 0.833vw, 32px);
}

.gap-18 {
  gap: clamp(14px, 0.938vw, 36px) !important;
}

.gap-20 {
  gap: clamp(16px, 1.042vw, 40px) !important;
}

.gap-24 {
  gap: clamp(18px, 1.25vw, 48px) !important;
}

.gap-32 {
  gap: clamp(24px, 1.667vw, 64px);
}

.gap-38 {
  gap: clamp(28px, 1.979vw, 76px);
}

.gap-48 {
  gap: clamp(40px, 2.5vw, 54px);
}

.gap-64 {
  gap: clamp(48px, 3.333vw, 128px);
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.mb-160 {
  margin-bottom: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 767px) {
  .mb-160 {
    margin-bottom: 66px;
  }
}

.mb-90 {
  margin-bottom: clamp(32px, 4.688vw, 128px);
}
@media (max-width: 767px) {
  .mb-90 {
    margin-bottom: 58px;
  }
}

.mb-96 {
  margin-bottom: clamp(52px, 5vw, 128px);
}
@media (max-width: 767px) {
  .mb-96 {
    margin-bottom: 58px;
  }
}

.my-80 {
  margin: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .my-80 {
    margin: 44px 0;
  }
}

.mt-80 {
  margin-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mt-80 {
    margin-top: 44px;
  }
}

.mb-80 {
  margin-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mb-80 {
    margin-bottom: 44px;
  }
}

.mb-180 {
  margin-bottom: clamp(58px, 9.375vw, 260px);
}
@media (max-width: 575px) {
  .mb-180 {
    margin-bottom: 58px;
  }
}

.mb-64 {
  margin-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 44px;
  }
}

.mt-90 {
  margin-top: clamp(32px, 4.688vw, 128px);
}
@media (max-width: 767px) {
  .mt-90 {
    margin-top: 32px;
  }
}

.mt-64 {
  margin-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 32px;
  }
}

.my-64 {
  margin: clamp(32px, 3.33vw, 128px) 0;
}
@media (max-width: 767px) {
  .my-64 {
    margin: 28px 0;
  }
}

.mt-48 {
  margin-top: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 26px;
  }
}

.mb-48 {
  margin-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 26px;
  }
}

.mb-40 {
  margin-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .mb-40 {
    margin-bottom: 24px;
  }
}

.mt-32 {
  margin-top: 32px;
}
@media (max-width: 1599px) {
  .mt-32 {
    margin-top: 29px;
  }
}
@media (max-width: 1399px) {
  .mt-32 {
    margin-top: 27px;
  }
}
@media (max-width: 1199px) {
  .mt-32 {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .mt-32 {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .mt-32 {
    margin-top: 20px;
  }
}

.mb-36 {
  margin-bottom: clamp(24px, 1.875vw, 64px);
}

.mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 1599px) {
  .mb-32 {
    margin-bottom: 29px;
  }
}
@media (max-width: 1399px) {
  .mb-32 {
    margin-bottom: 27px;
  }
}
@media (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .mb-32 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 20px;
  }
}

.mt-24 {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@media (max-width: 991px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .mt-24 {
    margin-top: 20px;
  }
}

.mb-120 {
  margin-bottom: clamp(60px, 6.25vw, 320px);
}
@media (max-width: 575px) {
  .mb-120 {
    margin-bottom: 68px;
  }
}

.mb-28 {
  margin-bottom: 28px;
}
@media (max-width: 1199px) {
  .mb-28 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-28 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-28 {
    margin-bottom: 20px;
  }
}

.mb-24 {
  margin-bottom: clamp(18px, 1.25vw, 48px);
}
@media (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .mb-20 {
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .mb-20 {
    margin-bottom: 16px;
  }
}

.mt-16 {
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .mt-16 {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .mt-16 {
    margin-top: 14px;
  }
}

.mb-18 {
  margin-bottom: 18px;
}
@media (max-width: 1199px) {
  .mb-18 {
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .mb-18 {
    margin-bottom: 14px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .mb-16 {
    margin-bottom: 14px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .mb-12 {
    margin-bottom: 11px;
  }
}
@media (max-width: 991px) {
  .mb-12 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mb-12 {
    margin-bottom: 8px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .mb-8 {
    margin-bottom: 4px;
  }
}

.mb-6 {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .mb-6 {
    margin-bottom: 3px;
  }
}

.mb-4p {
  margin-bottom: 4px;
}

.py-160 {
  padding: clamp(96px, 8.32vw, 320px) 0;
}
@media (max-width: 575px) {
  .py-160 {
    padding: 80px 0;
  }
}

.pt-160 {
  padding-top: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 575px) {
  .pt-160 {
    padding-top: 80px;
  }
}

.pb-160 {
  padding-bottom: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 575px) {
  .pb-160 {
    padding-bottom: 80px;
  }
}

.py-80 {
  padding: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .py-80 {
    padding: 40px 0;
  }
}

.pt-80 {
  padding-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.pt-120 {
  padding-top: clamp(60px, 6.25vw, 320px);
}
@media (max-width: 575px) {
  .pt-120 {
    padding-top: 48px;
  }
}

.pb-120 {
  padding-bottom: clamp(60px, 6.25vw, 320px);
}
@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 48px;
  }
}

.pb-80 {
  padding-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.py-64 {
  padding: clamp(32px, 3.33vw, 128px) 0;
}
@media (max-width: 767px) {
  .py-64 {
    padding: 26px 0;
  }
}

.pt-64 {
  padding-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pt-64 {
    padding-top: 26px;
  }
}

.pb-64 {
  padding-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pb-64 {
    padding-bottom: 26px;
  }
}

.pb-48 {
  padding-bottom: 26px;
}

.py-48 {
  padding: clamp(24px, 2.5vw, 96px) 0;
}
@media (max-width: 767px) {
  .py-48 {
    padding: 20px 0;
  }
}

.pb-48 {
  padding-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .pb-48 {
    padding-bottom: 20px;
  }
}

.pt-48 {
  padding-top: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .pt-48 {
    padding-top: 20px;
  }
}

.py-40 {
  padding: clamp(24px, 2.083vw, 80px) 0;
}
@media (max-width: 575px) {
  .py-40 {
    padding: 20px 0;
  }
}

.pt-40 {
  padding-top: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pt-40 {
    padding-top: 20px;
  }
}

.pt-12 {
  padding-top: clamp(8px, 0.625vw, 24px);
}
@media (max-width: 575px) {
  .pt-12 {
    padding-top: 8px;
  }
}

.pb-40 {
  padding-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}

.py-32 {
  padding: 32px 0;
}
@media (max-width: 1599px) {
  .py-32 {
    padding: 29px 0;
  }
}
@media (max-width: 1399px) {
  .py-32 {
    padding: 27px 0;
  }
}
@media (max-width: 1199px) {
  .py-32 {
    padding: 25px 0;
  }
}
@media (max-width: 991px) {
  .py-32 {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .py-32 {
    padding: 20px 0;
  }
}

.p-32 {
  padding: 32px;
}
@media (max-width: 1599px) {
  .p-32 {
    padding: 29px;
  }
}
@media (max-width: 1399px) {
  .p-32 {
    padding: 27px;
  }
}
@media (max-width: 1199px) {
  .p-32 {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .p-32 {
    padding: 22px;
  }
}
@media (max-width: 767px) {
  .p-32 {
    padding: 20px;
  }
}

.py-24 {
  padding: 24px 0;
}
@media (max-width: 1199px) {
  .py-24 {
    padding: 22px 0;
  }
}
@media (max-width: 991px) {
  .py-24 {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .py-24 {
    padding: 20px 0;
  }
}

.pl-24 {
  padding-left: 32px;
}
@media (max-width: 1199px) {
  .pl-24 {
    padding-left: 22px;
  }
}
@media (max-width: 991px) {
  .pl-24 {
    padding-left: 22px;
  }
}
@media (max-width: 767px) {
  .pl-24 {
    padding-left: 20px;
  }
}

.pr-24 {
  padding-right: 24px;
}
@media (max-width: 1199px) {
  .pr-24 {
    padding-right: 22px;
  }
}
@media (max-width: 991px) {
  .pr-24 {
    padding-right: 22px;
  }
}
@media (max-width: 767px) {
  .pr-24 {
    padding-right: 20px;
  }
}

.pb-24 {
  padding-bottom: 24px;
}
@media (max-width: 1199px) {
  .pb-24 {
    padding-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .pb-24 {
    padding-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .pb-24 {
    padding-bottom: 20px;
  }
}

.p-24 {
  padding: 24px;
}
@media (max-width: 1199px) {
  .p-24 {
    padding: 22px;
  }
}
@media (max-width: 991px) {
  .p-24 {
    padding: 22px;
  }
}
@media (max-width: 767px) {
  .p-24 {
    padding: 20px;
  }
}

.py-16 {
  padding: clamp(12px, 0.833vw, 32px) 0;
}
@media (max-width: 1199px) {
  .py-16 {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  .py-16 {
    padding: 14px 0;
  }
}
@media (max-width: 767px) {
  .py-16 {
    padding: 10px 0;
  }
}

.p-16 {
  padding: 16px;
}
@media (max-width: 1199px) {
  .p-16 {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .p-16 {
    padding: 14px;
  }
}
@media (max-width: 767px) {
  .p-16 {
    padding: 10px;
  }
}

.p-12 {
  padding: 12px;
}
@media (max-width: 1199px) {
  .p-12 {
    padding: 11px;
  }
}
@media (max-width: 991px) {
  .p-12 {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .p-12 {
    padding: 8px;
  }
}

.gap-4 {
  gap: clamp(2px, 0.208vw, 8px) !important;
}

.gap-8 {
  gap: clamp(4px, 0.417vw, 16px);
}

.gap-10 {
  gap: clamp(5px, 0.521vw, 20px);
}

.gap-12 {
  gap: clamp(8px, 0.625vw, 24px);
}

.gap-14 {
  gap: clamp(10px, 0.729vw, 28px);
}

.gap-16 {
  gap: clamp(12px, 0.833vw, 32px);
}

.gap-18 {
  gap: clamp(14px, 0.938vw, 36px);
}

.gap-20 {
  gap: clamp(16px, 1.042vw, 40px);
}

.gap-24 {
  gap: clamp(18px, 1.25vw, 48px);
}

.gap-32 {
  gap: clamp(24px, 1.667vw, 64px);
}

.gap-38 {
  gap: clamp(28px, 1.979vw, 76px);
}

.gap-48 {
  gap: clamp(10px, 2.5vw, 28px);
}

.gap-64 {
  gap: clamp(48px, 3.333vw, 128px);
}

/*-------------------------
Elements
-------------------------*/
/*----------------------------------------*/
/*  Button CSS START
/*----------------------------------------*/
.cus-btn-1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: clamp(10px, 0.833vw, 34px) 49.594px;
  font-size: clamp(14px, 0.938vw, 36px);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 120%;
  background-color: #f4b400;
  border-radius: 4px;
  color: #1e1f20;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  border: 1px solid #f4b400;
}
@media (max-width: 490px) {
  .cus-btn-1 {
    padding: 12px 32px;
  }
}
.cus-btn-1 svg {
  position: absolute;
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
  fill: #1e1f20;
  z-index: 60;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.cus-btn-1 .arr-1 {
  right: 16px;
}
.cus-btn-1 .arr-2 {
  left: -25%;
}
.cus-btn-1 .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.cus-btn-1 .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.cus-btn-1:hover {
  color: #f4b400;
  border: 1px solid #f4b400;
}
.cus-btn-1:hover .arr-1 {
  right: -25%;
}
.cus-btn-1:hover .arr-2 {
  transform: rotate(45deg);
  left: 16px;
}
.cus-btn-1:hover .arr-2 path {
  fill: #f4b400;
}
.cus-btn-1:hover .text {
  transform: translateX(12px);
}
.cus-btn-1:hover .circle {
  width: 18.229vw;
  height: 18.229vw;
  opacity: 1;
}

.cus-btn-2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: clamp(10px, 0.833vw, 34px) 49.594px;
  font-size: clamp(14px, 0.938vw, 36px);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 120%;
  background-color: transparent;
  border-radius: 4px;
  color: #f4f4f4;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  border: 1px solid #ffffff;
}
@media (max-width: 490px) {
  .cus-btn-2 {
    padding: 12px 32px;
  }
}
.cus-btn-2 svg {
  position: absolute;
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
  z-index: 50;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.cus-btn-2 svg path {
  fill: #f4f4f4;
}
.cus-btn-2 .arr-1 {
  right: 16px;
}
.cus-btn-2 .arr-2 {
  left: -25%;
}
.cus-btn-2 .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #f4b400;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.cus-btn-2 .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.cus-btn-2:hover {
  color: #ffffff;
  border: 1px solid #f4b400;
}
.cus-btn-2:hover .arr-1 {
  right: -25%;
}
.cus-btn-2:hover .arr-2 {
  transform: rotate(45deg);
  left: 16px;
}
.cus-btn-2:hover .arr-2 path {
  fill: #ffffff;
}
.cus-btn-2:hover .text {
  transform: translateX(12px);
}
.cus-btn-2:hover .circle {
  width: 18.229vw;
  height: 18.229vw;
  opacity: 1;
}

.cus-btn-3 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: clamp(10px, 0.833vw, 34px) clamp(30px, 2.083vw, 94px);
  font-size: clamp(14px, 0.938vw, 36px);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 120%;
  background-color: transparent;
  border-radius: 4px;
  color: #212529;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  border: 2px solid #212529;
}
@media (max-width: 490px) {
  .cus-btn-3 {
    padding: 12px 32px;
  }
}
.cus-btn-3 svg {
  position: absolute;
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
  z-index: 50;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.cus-btn-3 svg path {
  fill: #212529;
}
.cus-btn-3 .arr-1 {
  right: 16px;
}
.cus-btn-3 .arr-2 {
  left: -25%;
}
.cus-btn-3 .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #212529;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.cus-btn-3 .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.cus-btn-3:hover {
  color: #ffffff;
  border: 2px solid #212529;
}
.cus-btn-3:hover .arr-1 {
  right: -25%;
}
.cus-btn-3:hover .arr-2 {
  transform: rotate(45deg);
  left: 16px;
}
.cus-btn-3:hover .arr-2 path {
  fill: #ffffff;
}
.cus-btn-3:hover .text {
  transform: translateX(12px);
}
.cus-btn-3:hover .circle {
  width: 18.229vw;
  height: 18.229vw;
  opacity: 1;
}

/*----------------------------------------*/
/* scroll to top
/*----------------------------------------*/
.scrollToTopBtn {
  background-color: #f4b400;
  border-radius: clamp(4px, 0.417vw, 16px);
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: clamp(18px, 1.25vw, 48px);
  line-height: 48px;
  display: grid;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 2.5vw, 94px);
  height: clamp(40px, 2.5vw, 94px);
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}
.scrollToTopBtn:hover {
  border: 1px solid #45474f;
  background: #45474f;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
  transform: scale(0.99);
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}

.pagination {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
  display: flex;
}
.pagination #border-pagination {
  display: flex;
  gap: 8px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.pagination #border-pagination .l-arrow {
  margin-right: 8px;
}
.pagination #border-pagination .r-arrow {
  margin-left: 8px;
}
.pagination #border-pagination li {
  display: inline;
}
.pagination #border-pagination li span {
  color: #f4b400;
  transition: all 0.4s ease-in-out;
}
.pagination #border-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: clamp(40px, 2.5vw, 140px);
  height: clamp(40px, 2.5vw, 140px);
  background-color: transparent;
  border-radius: 50%;
  color: #1e1f20;
  background-color: #f1f1f1;
  float: left;
  transition: all 0.4s ease-in-out;
  font-size: clamp(14px, 0.833vw, 32px);
  font-weight: 400;
  line-height: 150%;
}
.pagination #border-pagination li a svg {
  width: clamp(16px, 1.042vw, 96px);
  height: clamp(16px, 1.042vw, 96px);
}
.pagination #border-pagination li a svg path {
  transition: all 0.4s ease-in-out;
}
.pagination #border-pagination li a:hover, .pagination #border-pagination li a.active {
  background-color: #f4b400;
  color: #ffffff;
}
.pagination #border-pagination li a:hover svg path, .pagination #border-pagination li a.active svg path {
  fill: #ffffff;
}

.slider-arrows {
  padding: 0 33.5px;
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 40;
}
.slider-arrows .arrow-btn {
  width: clamp(34px, 2.083vw, 68px) !important;
  height: clamp(34px, 2.083vw, 68px) !important;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #f4b400;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
.slider-arrows .arrow-btn.btn-next {
  transform: rotate(180deg);
}
.slider-arrows .arrow-btn svg path {
  transition: all 0.4s ease-in-out;
  stroke: #f4b400;
}
.slider-arrows .arrow-btn:hover {
  background-color: #f4b400;
  border-color: #f4b400;
}
.slider-arrows .arrow-btn:hover svg path {
  stroke: #ffffff;
}

/*-------------------------
  Form Styling
-------------------------*/
textarea.form-control {
  min-height: 118px;
  height: 193px;
  padding-left: clamp(12px, 0.833vw, 32px) !important;
}
@media (max-width: 578px) {
  textarea.form-control {
    min-height: 80px;
    max-height: 80px;
  }
}

.input-block .form-control {
  padding: clamp(8px, 0.625vw, 24px) clamp(12px, 0.833vw, 72px);
  padding-left: 30.566px;
  border: none;
  border-bottom: 1px solid #6C757D;
  background: transparent;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 0.938vw, 36px);
  font-weight: 400;
  line-height: 140%;
  position: relative;
  color: #141516;
  box-shadow: none;
  outline: 0;
}
.input-block .form-control:-webkit-autofill, .input-block .form-control:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}
.input-block .form-control:focus {
  box-shadow: none !important;
  outline: 0 !important;
  color: #0c0c0d !important;
  background: transparent !important;
}
.input-block .form-control::placeholder {
  color: #6C757D;
  opacity: 1;
}
.input-block svg {
  width: clamp(19px, 1.042vw, 48px);
  height: clamp(19px, 1.042vw, 48px);
}

.input-block {
  position: relative;
}

.input-block svg {
  position: absolute;
  top: clamp(12px, 0.8vw, 48px);
  left: 0;
  width: clamp(19px, 1.042vw, 48px);
  height: clamp(19px, 1.042vw, 48px);
}

input[type=file] {
  display: none;
}

label.error {
  color: #ff0000;
}

.cus-checkBox input {
  display: none;
  color: #141516;
}
.cus-checkBox label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #92949f;
  font-size: clamp(15px, 0.833vw, 32px);
  font-weight: 400;
}
.cus-checkBox label::before {
  content: "\f0c8";
  font-family: "Font Awesome 6 Pro";
  color: #92949f;
  font-size: clamp(16px, 1.042vw, 40px);
  font-weight: 400;
}
.cus-checkBox input[type=checkbox]:checked + label::before {
  content: "\f14a";
  color: #f4b400;
  font-weight: 600;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  background-color: #f4f4f4;
  z-index: 9999999;
  display: grid;
  align-content: center;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(40px, 2.5vw, 54px);
  /* common */
}
#preloader .preloader-img {
  width: clamp(86px, 6.771vw, 320px);
}
#preloader .loading {
  font-size: 89px;
  letter-spacing: -10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 490px) {
  #preloader .loading {
    letter-spacing: -2px;
    font-size: 30px;
  }
}
@media (max-width: 390px) {
  #preloader .loading {
    letter-spacing: -2px;
    font-size: 15px;
  }
}
#preloader .loading span {
  display: inline-block;
  margin: 0 -0.04em;
  font-size: clamp(58px, 5vw, 180px);
}
@media (max-width: 390px) {
  #preloader .loading span {
    letter-spacing: -2px;
    font-size: 45px;
  }
}
#preloader .loading07 span {
  position: relative;
  color: rgba(146, 148, 159, 0.2);
}
#preloader .loading07 span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-text);
  color: #f4b400;
  opacity: 0;
  transform: scale(1.5);
  animation: loading07 3s infinite;
}
#preloader .loading07 span:nth-child(2)::after {
  animation-delay: 0.1s;
}
#preloader .loading07 span:nth-child(3)::after {
  animation-delay: 0.2s;
}
#preloader .loading07 span:nth-child(4)::after {
  animation-delay: 0.3s;
}
#preloader .loading07 span:nth-child(5)::after {
  animation-delay: 0.4s;
}
#preloader .loading07 span:nth-child(6)::after {
  animation-delay: 0.5s;
}
#preloader .loading07 span:nth-child(7)::after {
  animation-delay: 0.6s;
}
#preloader .loading07 span:nth-child(8)::after {
  animation-delay: 0.7s;
}
#preloader .loading07 span:nth-child(9)::after {
  animation-delay: 0.8s;
}
#preloader .loading07 span:nth-child(10)::after {
  animation-delay: 0.9s;
}

@keyframes loading07 {
  0%, 75%, 100% {
    transform: scale(1.3);
    opacity: 0;
  }
  25%, 50% {
    transform: scale(1);
    opacity: 1;
  }
}
.row > div {
  display: flex;
  flex-direction: column;
  align-items: stretch !important;
}

.drop-container {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.wrapper-dropdown {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(4px, 0.417vw, 16px);
  position: relative;
  width: fit-content;
  width: 100%;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wrapper-dropdown .selected-display {
  font-weight: 400;
  line-height: 150%;
}
.wrapper-dropdown svg {
  width: clamp(19px, 1.042vw, 48px);
  height: clamp(19px, 1.042vw, 48px);
}
.wrapper-dropdown::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -2px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.wrapper-dropdown .topbar-dropdown {
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 3px 6px 0px #92949f;
  background: #ffffff;
  color: #92949f !important;
  transition: 0.3s;
  position: absolute;
  top: 100%;
  right: 0;
  left: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  border-radius: 16px;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  visibility: hidden;
}
.wrapper-dropdown .topbar-dropdown li {
  color: #1e1f20 !important;
  font-weight: 500;
  padding: 0 15px;
  line-height: 45px;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.wrapper-dropdown .topbar-dropdown li:last-child {
  border-bottom: none;
}
.wrapper-dropdown .topbar-dropdown li:hover {
  transition: all 0.4s ease-in-out;
  background-color: #f4b400;
  color: #ffffff !important;
}
.wrapper-dropdown.active .topbar-dropdown {
  color: #0c0c0d;
  opacity: 1;
  visibility: visible;
  border-radius: 5px;
}
.wrapper-dropdown .scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.wrapper-dropdown .arrow {
  float: right;
  rotate: 180deg;
}
.wrapper-dropdown svg {
  transition: all 0.3s;
}
.wrapper-dropdown .rotated {
  transform: rotate(-180deg);
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.search-popup .search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background: #1e1f20;
  opacity: 0.9;
}
@media (max-width: 767px) {
  .search-popup .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    transform: translateY(-110%);
  }
}
.search-popup .search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.search-popup .search-popup__content .search-popup__form {
  position: relative;
}
.search-popup .search-popup__content .search-popup__form input[type=search],
.search-popup .search-popup__content .search-popup__form input[type=text] {
  width: 100%;
  background-color: #ffffff !important;
  font-size: 15px;
  color: #697585;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
  border-radius: 4px;
}
.search-popup .search-popup__content .search-popup__form button {
  padding: 0;
  width: 66px;
  height: 66px;
  border: 0;
  background: #f4b400;
  color: #1e1f20;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}
.search-popup .search-popup__content .search-popup__form button i {
  transition: all 0.4s ease-in-out;
  margin: 0;
  font-size: 24px;
}
.search-popup .search-popup__content .search-popup__form button:hover {
  background: #bc8b01;
}
.search-popup .search-popup__content .search-popup__form button:hover i {
  color: #ffffff;
}
.search-popup.active {
  z-index: 9999;
}
.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.8;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}
@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

/*-------------------------
  layouts
-------------------------*/
.header {
  width: 100%;
  color: #ffffff;
  background-color: transparent;
  z-index: 2;
}
@media (max-width: 580px) {
  .header {
    border-bottom: 2px solid #f4f4f4;
  }
}
.header.v2 .main-menu .navigation .main-menu__list > li {
  position: relative;
}
.header.v2 .main-menu .navigation .main-menu__list > li > a {
  color: #1e1f20 !important;
}
.header.v2 .main-menu .navigation .main-menu__list > li ul li a {
  color: #1e1f20 !important;
}
.header.v2 .main-menu .navigation .main-menu__list > li ul li a:hover, .header.v2 .main-menu .navigation .main-menu__list > li ul li a.active {
  color: #ffffff !important;
}
.header.v2 .main-menu .navigation .main-menu__list > li ul li.current a:hover, .header.v2 .main-menu .navigation .main-menu__list > li ul li.current a.active {
  color: #ffffff !important;
}
.header .topbar {
  padding: clamp(6px, 0.417vw, 16px) 0;
  background-color: #1e1f20;
}
.header .topbar .topbar-warpper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .topbar .topbar-warpper .social-icon {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
.header .topbar .topbar-warpper .social-icon svg {
  width: clamp(18px, 1.042vw, 50px);
  height: clamp(18px, 1.042vw, 50px);
}
.header .topbar .topbar-warpper .social-icon svg path {
  transition: all 0.4s ease-in-out;
}
.header .topbar .topbar-warpper .social-icon svg:hover path {
  fill: #f4b400;
}
.header .main-menu {
  background: rgba(69, 71, 79, 0.53);
  backdrop-filter: blur(7.5px);
  position: absolute;
  width: 100%;
  padding: clamp(12px, 0.833vw, 32px) 0;
  z-index: 99;
}
.header .main-menu .navigation {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .main-menu .navigation .header-logo {
  width: clamp(160px, 10.156vw, 432px);
}
@media (max-width: 1024px) {
  .header .main-menu .navigation .header-logo {
    width: 89%;
    height: auto;
  }
}
.header .main-menu .navigation .menu-button-right {
  text-transform: capitalize;
  padding-top: 5px;
}
@media (max-width: 1399px) {
  .header .main-menu .navigation .menu-button-right {
    margin-left: 0;
  }
}
.header .main-menu .navigation .menu-button-right .main-menu__nav {
  margin-left: auto;
  margin-right: auto;
}
.header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list,
.header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list ul,
.header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list,
.header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
  text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
  .header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list,
  .header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list ul,
  .header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list,
  .header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list ul {
    display: flex;
    gap: clamp(24px, 1.667vw, 64px);
  }
}
.header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list > li,
.header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li {
  position: relative;
}
.header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a,
.header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a {
  font-size: clamp(16px, 0.938vw, 36px);
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 120%;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  transition: all all 0.4s ease-in-out;
}
.header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a::after,
.header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f4b400;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
}
.header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a i,
.header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a i {
  transition: all 0.4s ease-in-out;
}
.header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a.active,
.header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a.active {
  color: #f4b400;
  transition: 0.5s transform ease;
  font-weight: 500;
}
.header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a.active::after,
.header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a.active::after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
.header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a:hover,
.header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a:hover {
  color: #f4b400;
  transition: 0.5s transform ease;
}
.header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a:hover i,
.header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a:hover i {
  transform: rotate(-180deg);
}
.header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a:hover::after,
.header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a:hover::after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
.header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list > li .header-arrow,
.header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li .header-arrow {
  font-weight: 300;
  margin-left: -16px;
}
.header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list > li:first-child a::before,
.header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li:first-child a::before {
  display: none;
}
.header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list > li.current, .header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list > li:hover,
.header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li.current,
.header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li:hover {
  color: #f4b400;
}
.header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list li ul,
.header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul {
  overflow: hidden;
  border-radius: 10px;
  text-transform: uppercase;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: clamp(200px, 10.938vw, 616px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  backface-visibility: hidden;
  transition: opacity all 0.4s ease-in-out, visibility all 0.4s ease-in-out, transform 700ms ease;
  z-index: 99;
  background: #ffffff;
  padding: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li,
.header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li {
  margin-bottom: 2px;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > a,
.header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > a {
  font-size: clamp(14px, 0.833vw, 32px);
  line-height: 26px;
  color: #0c0c0d;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  padding: clamp(4px, 0.417vw, 46px) clamp(16px, 1.042vw, 80px);
  transition: 400ms;
  border-radius: 6px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > a::after,
.header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > a::after {
  content: "\f061";
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  color: #ffffff;
}
.header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li.current > a, .header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li:hover > a,
.header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li.current > a,
.header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a {
  background-color: #f4b400;
  color: #ffffff;
}
.header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li.current > a::after, .header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li:hover > a::after,
.header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li.current > a::after,
.header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a::after {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > ul,
.header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > ul.right-align,
.header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > ul ul,
.header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > ul ul {
  display: flex;
}
.header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list li:hover > ul,
.header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:hover > ul {
  padding: 6px;
  opacity: 1;
  visibility: visible;
  gap: 0;
  transform: scaleY(1) translateZ(0px);
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list li:nth-last-child(1) ul li > ul, .header .main-menu .navigation .menu-button-right .main-menu__nav .main-menu__list li:nth-last-child(2) ul li > ul,
  .header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(1) ul li > ul,
  .header .main-menu .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
.header .main-menu .navigation .main-menu__right {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
.header .main-menu .navigation .main-menu__right .main-menu__search svg {
  width: clamp(40px, 2.708vw, 128px);
  height: clamp(40px, 2.708vw, 128px);
}
.header.stricky-fixed {
  transform: translateY(0);
}
.header .sticky-header__content {
  width: 100%;
  padding: 0 0;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-120%);
  transition: transform 500ms ease;
}
@media (max-width: 1199px) {
  .stricky-header {
    display: none;
  }
}
.stricky-header.main-menu {
  padding: 0 !important;
}
.stricky-header.stricky-fixed {
  transform: translateY(0);
}
.stricky-header .sticky-header__content {
  width: 100%;
  padding: 0;
  background: rgba(69, 71, 79, 0.73);
  backdrop-filter: blur(9px);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: clamp(12px, 0.833vw, 32px);
}
.stricky-header .sticky-header__content.v3 {
  background-color: #ffffff;
}
.stricky-header .sticky-header__content.v3 .main-menu__list li a {
  color: #1e1f20 !important;
}
.stricky-header .sticky-header__content.v3 .main-menu__list li ul li a {
  color: #1e1f20 !important;
}
.stricky-header .sticky-header__content.v3 .main-menu__list li ul li a:hover, .stricky-header .sticky-header__content.v3 .main-menu__list li ul li a.active {
  color: #ffffff !important;
}
.stricky-header .sticky-header__content .navigation {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stricky-header .sticky-header__content .navigation .header-logo {
  width: clamp(160px, 10.156vw, 432px);
}
@media (max-width: 1024px) {
  .stricky-header .sticky-header__content .navigation .header-logo {
    width: 89%;
    height: auto;
  }
}
.stricky-header .sticky-header__content .navigation .menu-button-right {
  text-transform: capitalize;
  padding-top: 5px;
}
@media (max-width: 1399px) {
  .stricky-header .sticky-header__content .navigation .menu-button-right {
    margin-left: 0;
  }
}
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav {
  margin-left: auto;
  margin-right: auto;
}
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list ul,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
  text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
  .stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list,
  .stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list ul,
  .stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list,
  .stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list ul {
    display: flex;
    gap: clamp(24px, 1.667vw, 64px);
  }
}
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list > li,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li {
  position: relative;
}
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a {
  font-size: clamp(16px, 0.938vw, 36px);
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 120%;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  transition: all all 0.4s ease-in-out;
}
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a::after,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f4b400;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
}
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a i,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a i {
  transition: all 0.4s ease-in-out;
}
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a.active,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a.active {
  color: #f4b400;
  transition: 0.5s transform ease;
  font-weight: 500;
}
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a.active::after,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a.active::after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a:hover,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a:hover {
  color: #f4b400;
  transition: 0.5s transform ease;
}
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a:hover i,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a:hover i {
  transform: rotate(-180deg);
}
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a:hover::after,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a:hover::after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list > li .header-arrow,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li .header-arrow {
  font-weight: 300;
  margin-left: -16px;
}
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list > li:first-child a::before,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li:first-child a::before {
  display: none;
}
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list > li.current, .stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list > li:hover,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li.current,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li:hover {
  color: #f4b400;
}
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list li ul,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul {
  overflow: hidden;
  border-radius: 10px;
  text-transform: uppercase;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: clamp(200px, 10.938vw, 616px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  backface-visibility: hidden;
  transition: opacity all 0.4s ease-in-out, visibility all 0.4s ease-in-out, transform 700ms ease;
  z-index: 99;
  background: #ffffff;
  padding: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li {
  margin-bottom: 2px;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > a,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > a {
  font-size: clamp(14px, 0.833vw, 32px);
  line-height: 26px;
  color: #0c0c0d;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  padding: clamp(4px, 0.417vw, 46px) clamp(16px, 1.042vw, 80px);
  transition: 400ms;
  border-radius: 6px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > a::after,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > a::after {
  content: "\f061";
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  color: #ffffff;
}
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li.current > a, .stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li:hover > a,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li.current > a,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a {
  background-color: #f4b400;
  color: #ffffff;
}
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li.current > a::after, .stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li:hover > a::after,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li.current > a::after,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a::after {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > ul,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > ul.right-align,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > ul ul,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > ul ul {
  display: flex;
}
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list li:hover > ul,
.stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:hover > ul {
  padding: 6px;
  opacity: 1;
  visibility: visible;
  gap: 0;
  transform: scaleY(1) translateZ(0px);
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list li:nth-last-child(1) ul li > ul, .stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .main-menu__list li:nth-last-child(2) ul li > ul,
  .stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(1) ul li > ul,
  .stricky-header .sticky-header__content .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
.stricky-header .sticky-header__content .navigation .main-menu__right {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
.stricky-header .sticky-header__content .navigation .main-menu__right .main-menu__search svg {
  width: clamp(40px, 2.708vw, 128px);
  height: clamp(40px, 2.708vw, 128px);
}

.mobile-nav__toggler {
  font-size: 24px;
  font-weight: 200;
  color: #45474f;
  cursor: pointer;
  transition: 500ms;
  display: none;
}
@media (max-width: 1099px) {
  .mobile-nav__toggler {
    display: flex;
  }
}
.mobile-nav__toggler:hover {
  color: #f4b400;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  border-radius: clamp(18px, 1.25vw, 48px);
  margin: 12px;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}
.mobile-nav__wrapper .mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #141516;
  opacity: 0.3;
}
.mobile-nav__wrapper .mobile-nav__content {
  width: 300px;
  background: #ffffff;
  z-index: 10;
  position: relative;
  height: calc(100vh - 24px);
  overflow-y: auto;
  padding: 30px 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
@media (max-width: 490px) {
  .mobile-nav__wrapper .mobile-nav__content {
    width: clamp(250px, 55.102vw, 450px);
  }
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}
.mobile-nav__wrapper .mobile-nav__content .logo-box {
  margin-top: 14px;
  margin-bottom: 40px;
  display: flex;
}
.mobile-nav__wrapper .mobile-nav__content .logo-box img {
  width: clamp(160px, 15.625vw, 320px);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list,
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 0px solid transparent;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li:not(:last-child) {
  border-bottom: 0px solid transparent;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 0px solid transparent;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #0c0c0d;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  height: 46px;
  letter-spacing: 0.8px;
  align-items: center;
  transition: 500ms;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a .fa-solid {
  display: none;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a.expanded {
  color: #f4b400;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: #f4b400;
  border: none;
  outline: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  border-radius: 4px;
  transition: transform 500ms ease;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: #bc8b01;
  color: #ffffff;
}
.mobile-nav__wrapper .mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #f4b400;
  cursor: pointer;
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: #0c0c0d;
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 20px;
}
.mobile-nav__social a:hover {
  color: #f4b400;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: #0c0c0d;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #f4b400;
}
.mobile-nav__contact li i {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: #f4b400;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #ffffff;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

.nav-bar .nav-link li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.nav-bar .nav-link li::before {
  width: clamp(4px, 0.417vw, 16px);
  height: clamp(4px, 0.417vw, 16px);
  border: 1px solid #0f0f0f;
  border-radius: clamp(4px, 0.417vw, 16px);
}
.nav-bar .nav-link li.active::before {
  display: none;
}

.hero-banner {
  position: relative;
  /* Fade In Up */
  /* Fade In Right */
  /* Fade In Left */
  /* Zoom In Image */
}
.hero-banner .slider-arrows {
  padding: 0 33.5px;
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 40;
}
@media (max-width: 999px) {
  .hero-banner .slider-arrows {
    bottom: 38%;
    justify-content: start;
    gap: 16px;
  }
}
@media (max-width: 450px) {
  .hero-banner .slider-arrows {
    bottom: 35%;
    justify-content: start;
    gap: 16px;
  }
}
.hero-banner .slider-arrows .arrow-btn {
  width: clamp(34px, 2.083vw, 68px);
  height: clamp(34px, 2.083vw, 68px);
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
.hero-banner .slider-arrows .arrow-btn.btn-next {
  transform: rotate(180deg);
}
.hero-banner .slider-arrows .arrow-btn svg {
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
}
.hero-banner .slider-arrows .arrow-btn svg path {
  stroke: #ffffff;
  transition: all 0.4s ease-in-out;
}
.hero-banner .slider-arrows .arrow-btn:hover {
  background-color: #f4b400;
  border-color: #f4b400;
}
.hero-banner .slider-arrows .arrow-btn:hover svg path {
  stroke: #ffffff;
}
.hero-banner .slider-arrows {
  padding: 0 33.5px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 40;
}
@media (max-width: 999px) {
  .hero-banner .slider-arrows {
    bottom: 36%;
    top: unset;
    justify-content: start;
    gap: 16px;
  }
}
@media (max-width: 450px) {
  .hero-banner .slider-arrows {
    bottom: 31%;
    justify-content: start;
    gap: 16px;
  }
}
.hero-banner .hero-slider .img-block {
  position: relative;
}
.hero-banner .hero-slider .img-block .hero-img {
  width: 100%;
}
@media (max-width: 999px) {
  .hero-banner .hero-slider .img-block .hero-img {
    height: 600px;
    object-fit: cover;
  }
}
.hero-banner .hero-slider .img-block .content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 clamp(20px, 5vw, 128px);
}
.hero-banner .hero-slider .img-block .content.v1 {
  left: unset;
  right: 0;
}
@media (max-width: 999px) {
  .hero-banner .hero-slider .img-block .content.v1 {
    right: unset;
    left: 0;
  }
}
.hero-banner .hero-slider .img-block .content .title {
  width: 30.469vw;
  border-bottom: 2px dashed #f4b400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.125vw;
}
@media (max-width: 999px) {
  .hero-banner .hero-slider .img-block .content .title {
    margin-bottom: 9.125vw;
  }
}
.hero-banner .hero-slider .img-block .content .title .icon {
  width: clamp(52px, 3.75vw, 168px);
  height: clamp(52px, 3.75vw, 168px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f4b400;
  margin-bottom: -34px;
}
.hero-banner .hero-slider .img-block .content .title .icon svg {
  width: clamp(40px, 2.604vw, 74px);
  height: clamp(40px, 2.604vw, 74px);
}
.hero-banner .counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(24px, 1.667vw, 64px) clamp(38px, 7.656vw, 198px);
  background-color: #1e1f20;
  border-radius: clamp(8px, 0.625vw, 24px);
  margin-top: -4.01vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 999px) {
  .hero-banner .counter-wrapper {
    margin-top: -12.01vw;
    flex-wrap: wrap;
    row-gap: 32px;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 520px) {
  .hero-banner .counter-wrapper {
    margin-top: -30.01vw;
  }
}
.hero-banner .counter-wrapper .counter-section {
  display: flex;
  align-items: center;
  gap: clamp(26px, 7.005vw, 214px);
}
.hero-banner .counter-wrapper .counter-section .h1 {
  letter-spacing: -1.83px;
}
.hero-banner .counter-wrapper .counter-section .caption {
  font-weight: 400;
  line-height: 120%;
  color: #ffffff;
  font-size: clamp(11px, 0.625vw, 24px);
}
.hero-banner .counter-wrapper .user-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-banner .counter-wrapper .user-block img {
  width: clamp(48px, 3.333vw, 128px);
  height: clamp(48px, 3.333vw, 128px);
  position: relative;
}
.hero-banner .counter-wrapper .user-block :nth-child(1) {
  z-index: 1;
}
.hero-banner .counter-wrapper .user-block :nth-child(2) {
  margin-left: -21px;
  z-index: 2;
}
.hero-banner .counter-wrapper .user-block :nth-child(3) {
  margin-left: -21px;
  z-index: 3;
}
.hero-banner .counter-wrapper .user-block :nth-child(4) {
  margin-left: -21px;
  z-index: 4;
}
.hero-banner .counter-wrapper .user-block :nth-child(5) {
  margin-left: -21px;
  z-index: 5;
}
.hero-banner .counter-wrapper .stars svg {
  width: clamp(12px, 0.781vw, 32px);
  height: clamp(12px, 0.781vw, 32px);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.hero-banner .fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.hero-banner .fadeInLeft {
  animation-name: fadeInLeft;
}
.hero-banner .fadeInRight {
  animation-name: fadeInRight;
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.hero-banner .zoomInImage {
  animation-name: zoomInImage;
}

.hero-banner2 {
  background: url("../media/hero/hero-bg.webp") no-repeat;
  background-position: center;
  background-size: cover;
  padding: clamp(91px, 6.198vw, 326px) 0;
  position: relative;
}
@media (max-width: 821px) {
  .hero-banner2 {
    padding: clamp(58px, 16.417vw, 326px) 0;
  }
}
@media (max-width: 590px) {
  .hero-banner2 {
    padding: 30.896vw 0 12vw 0;
  }
}
.hero-banner2 .bg-vector {
  position: absolute;
  right: 5%;
  top: 24%;
  width: 60%;
  z-index: -1;
}
@media (max-width: 3925px) {
  .hero-banner2 .bg-vector {
    right: 5%;
    top: 17%;
  }
}
@media (max-width: 1999px) {
  .hero-banner2 .bg-vector {
    right: 4%;
    top: 15%;
    width: 60%;
  }
}
.hero-banner2 .hero-content {
  position: relative;
}
.hero-banner2 .hero-content .user-block {
  display: flex;
  padding: 4px;
  align-items: center;
  gap: -16px;
  border-radius: 34px;
  border: 1.5px solid var(--Colors-Contextual-Color-Color-BG-Button-Primary-Defult-8, #f4b400);
}
.hero-banner2 .hero-content .user-block img {
  width: clamp(30px, 1.823vw, 126px);
  height: clamp(30px, 1.823vw, 126px);
}
.hero-banner2 .hero-content .user-block img:nth-child(2) {
  margin-left: -16px;
}
.hero-banner2 .hero-content .user-block img:nth-child(3) {
  margin-left: -16px;
}
.hero-banner2 .hero-content .user-block img:nth-child(4) {
  margin-left: -16px;
}
.hero-banner2 .hero-content .user-block img:nth-child(5) {
  margin-left: -16px;
}
.hero-banner2 .hero-content .title-vec {
  position: absolute;
  left: 17%;
  top: 9%;
}
@media (max-width: 3925px) {
  .hero-banner2 .hero-content .title-vec {
    width: 69%;
    left: 16%;
    top: 9%;
  }
}
@media (max-width: 1999px) {
  .hero-banner2 .hero-content .title-vec {
    left: 12%;
    top: 7%;
    width: 76%;
  }
}
@media (max-width: 1399px) {
  .hero-banner2 .hero-content .title-vec {
    display: none;
  }
}
.hero-banner2 .hero-content .cus-btn-2 {
  border-radius: 4px;
  border: 2px solid #1e1f20;
  color: #1e1f20;
}
.hero-banner2 .hero-content .cus-btn-2 svg path {
  fill: #1e1f20;
}
.hero-banner2 .hero-content .cus-btn-2 .circle {
  background: #1e1f20;
}
.hero-banner2 .hero-content .cus-btn-2:hover {
  color: #ffffff;
}
.hero-banner2 .hero-content .cus-btn-2:hover svg path {
  fill: #ffffff;
}
.hero-banner2 .hero-content .counter-section {
  display: inline-flex;
  padding: clamp(18px, 1.25vw, 48px);
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px);
  border-radius: 8px;
  background: var(--10, rgba(244, 180, 0, 0.1));
  backdrop-filter: blur(2px);
}

.footer-banner {
  margin-top: clamp(52px, 2.917vw, 124px);
}
.footer-banner .banner-wrapper {
  background: url("../media/images/cta-bg.webp") no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: clamp(18px, 1.25vw, 48px);
  padding: clamp(48px, 3.333vw, 128px) clamp(40px, 2.5vw, 54px);
  position: relative;
}
@media (max-width: 520px) {
  .footer-banner .banner-wrapper {
    padding-bottom: 0;
    text-align: center;
  }
  .footer-banner .banner-wrapper .f-buttons {
    justify-content: center;
  }
}
.footer-banner .banner-wrapper .cus-btn-1 {
  border: 2px solid #212529;
  background: #212529;
  font-weight: 600;
  line-height: 120%;
  /* 21.6px */
  text-transform: capitalize;
  color: #f4f4f4;
}
.footer-banner .banner-wrapper .cus-btn-1 .circle {
  background: #f4f4f4;
}
.footer-banner .banner-wrapper .cus-btn-1 svg path {
  fill: #f4f4f4;
}
.footer-banner .banner-wrapper .cus-btn-1:hover .circle {
  background: #212529;
}
.footer-banner .banner-wrapper .cus-btn-2 {
  border-radius: 4px;
  border: 2px solid #212529;
  color: #212529;
}
.footer-banner .banner-wrapper .cus-btn-2 svg path {
  fill: #212529;
}
.footer-banner .banner-wrapper .cus-btn-2 .circle {
  background: #212529;
}
.footer-banner .banner-wrapper .cus-btn-2:hover {
  color: #ffffff;
}
.footer-banner .banner-wrapper .cus-btn-2:hover svg path {
  fill: #ffffff;
}
.footer-banner .banner-wrapper .men-img img {
  width: clamp(178px, 12.812vw, 948px);
  height: clamp(248px, 22.419vw, 948px);
  bottom: -1px;
  right: 0;
  position: absolute;
}
@media (max-width: 520px) {
  .footer-banner .banner-wrapper .men-img img {
    position: unset;
    width: 100%;
    height: 100%;
  }
}

footer {
  background: url("../media/images/footer-bg.webp") no-repeat;
  background-position: center;
  background-size: cover;
  padding: clamp(68px, 10.052vw, 248px) 0 clamp(24px, 1.667vw, 64px) 0;
}
@media (max-width: 3999px) {
  footer {
    margin-top: -5.604vw;
  }
}
@media (max-width: 1999px) {
  footer {
    margin-top: -7.604vw;
  }
}
footer .footer-logo {
  width: clamp(180px, 9.792vw, 390px);
}
footer .footer-logo img {
  width: 100%;
}
footer .svg {
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
}
footer .social-icon {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
}
footer .social-icon .icon {
  width: clamp(34px, 2.083vw, 74px);
  height: clamp(34px, 2.083vw, 74px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: color 0.2s ease;
  z-index: 1;
}
footer .social-icon .icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f4b400;
  transform: scale(0);
  transition: transform 0.5s ease;
  z-index: -1;
}
footer .social-icon .icon svg {
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
}
footer .social-icon .icon svg path {
  fill: #464646;
}
footer .social-icon .icon:hover::before {
  transform: scale(1);
}
footer .links-block {
  display: flex;
  justify-content: center;
  gap: clamp(52px, 5vw, 128px);
}
@media (max-width: 520px) {
  footer .links-block {
    justify-content: space-between;
  }
}
footer .links-block a {
  font-family: "Poppins", sans-serif;
  line-height: 160%;
}
footer .newslatter {
  border-radius: clamp(12px, 0.833vw, 32px);
  border: 1px solid #fff;
  backdrop-filter: blur(15px);
  padding: clamp(28px, 2.5vw, 68px) clamp(24px, 1.667vw, 64px);
  text-align: center;
}
footer .newslatter .new-email {
  border-radius: 4px;
  border: 1px solid #f4f4f4;
  display: flex;
  padding: 4px 4px 4px clamp(16px, 1.042vw, 40px);
  justify-content: space-between;
  align-items: center;
  gap: 48px;
}
footer .newslatter .new-email input {
  background: transparent;
  outline: none;
  border: none;
  width: 100%;
}
footer .newslatter .new-email input::placeholder {
  font-weight: 400;
  line-height: 160%;
  color: #92949f;
}
footer .newslatter .new-email input:focus {
  background: transparent;
  outline: none;
  border: none;
  color: #ffffff;
}
footer .newslatter .new-email button {
  flex-shrink: 0;
}

.title-banner {
  background: var(--10, rgba(244, 180, 0, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(110px, 11.542vw, 628px) 0 clamp(80px, 7.865vw, 628px) 0;
  height: clamp(310px, 22.396vw, 828px);
}
.title-banner .title-heading {
  text-align: center;
}
.title-banner .title-heading .tower-vec {
  width: 1.728vw;
  height: 2.708vw;
}
@media (max-width: 599px) {
  .title-banner .title-heading .tower-vec {
    width: 9.728vw;
    height: 17.708vw;
  }
}
.title-banner .title-heading h3 {
  letter-spacing: 23.25px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.1);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(32px, 4.844vw, 148px);
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media (max-width: 490px) {
  .title-banner .title-heading h3 {
    letter-spacing: 2.25px;
  }
}
.title-banner .title-heading h3 .head-icon {
  width: clamp(52px, 3.75vw, 168px);
  height: clamp(52px, 3.75vw, 168px);
  position: relative;
  z-index: 1;
  margin-left: -12px;
  margin-right: 12px;
}
@media (max-width: 490px) {
  .title-banner .title-heading h3 .head-icon {
    margin-left: 0;
    margin-right: 0;
  }
}
.title-banner .title-heading h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-bottom: 2px dashed #f4b400;
}
@media (max-width: 490px) {
  .title-banner .title-heading h2 br {
    display: none;
  }
}

.about-sec .about-user {
  width: clamp(52px, 3.646vw, 168px);
  height: clamp(52px, 3.646vw, 168px);
}
.about-sec p {
  line-height: 160%;
}
.about-sec .about-info-content .light-vec {
  flex-shrink: 0;
  width: clamp(48px, 3.333vw, 128px);
  height: clamp(48px, 3.438vw, 128px);
}
@media (max-width: 1299px) {
  .about-sec .about-info-content {
    flex-wrap: wrap;
  }
}
.about-sec .img-block {
  position: relative;
}
@media (max-width: 3999px) {
  .about-sec .img-block img {
    width: 100%;
  }
}
@media (max-width: 1999px) {
  .about-sec .img-block img {
    width: auto;
  }
}
@media (max-width: 1299px) {
  .about-sec .img-block img {
    width: 100%;
  }
}
.about-sec .img-block .experience-block {
  position: absolute;
  left: 0;
  bottom: 28px;
  padding: clamp(18px, 1.25vw, 48px) clamp(24px, 1.667vw, 64px);
  border-radius: clamp(12px, 0.833vw, 32px);
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
}

.about-page-sec .skills-bar-container {
  position: relative;
  list-style: none;
  padding: 0;
  width: 90%;
}
@media (max-width: 576px) {
  .about-page-sec .skills-bar-container {
    width: 99%;
  }
}
.about-page-sec .skills-bar-container.skill-container-2 {
  width: 100%;
}
.about-page-sec .skills-bar-container .skill-parent {
  position: relative;
  width: 100%;
}
.about-page-sec .skills-bar-container .skill-parent .progressbar-title {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
}
.about-page-sec .skills-bar-container .skill-parent .progressbar-title .line-text {
  text-wrap: nowrap;
  font-size: clamp(16px, 0.938vw, 36px);
}
.about-page-sec .skills-bar-container .skill-parent .progressbar-title .bar-container {
  background: #bc8b01;
  position: relative;
  width: 75%;
  height: clamp(12px, 0.833vw, 32px);
  border-radius: clamp(18px, 1.25vw, 138px);
  display: flex;
  align-items: center;
}
.about-page-sec .skills-bar-container .skill-parent .progressbar-title .bar-container.bar-2 {
  width: 74%;
}
.about-page-sec .skills-bar-container .skill-parent .progressbar-title .bar-container .progressbar {
  background-color: #f4b400;
  width: 0%;
  height: 100%;
  border-radius: clamp(18px, 1.25vw, 48px);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.about-page-sec .skills-bar-container .skill-parent .progressbar-title .bar-container #progress-cleaning {
  -webkit-animation-name: progress-cleaning;
  animation-name: progress-cleaning;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.about-page-sec .skills-bar-container .skill-parent .progressbar-title .bar-container #progress-build {
  -webkit-animation-name: progress-build;
  animation-name: progress-build;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.about-page-sec .skills-bar-container .skill-parent .progressbar-title .bar-container #progress-repairing {
  -webkit-animation-name: progress-repairing;
  animation-name: progress-repairing;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.about-page-sec .skills-bar-container .skill-parent .progressbar-title .percent {
  display: grid;
  align-items: center;
  justify-content: center;
  color: #45474f;
  width: clamp(28px, 2.344vw, 54px);
  height: clamp(28px, 2.344vw, 54px);
  border-radius: 50%;
  margin-left: -42px;
  margin-top: -40px;
}
@media (min-width: 2100px) {
  .about-page-sec .skills-bar-container .skill-parent .progressbar-title .percent {
    margin-top: -56px;
  }
}
@media (max-width: 1025px) {
  .about-page-sec .skills-bar-container .skill-parent .progressbar-title .percent {
    margin-left: clamp(-22px, -1.25vw, -48px);
  }
}
@media (min-width: 3500px) {
  .about-page-sec .skills-bar-container .skill-parent .progressbar-title .percent {
    margin-top: -72px;
  }
}
@-webkit-keyframes progress-cleaning {
  0% {
    width: 0%;
  }
  100% {
    width: 85%;
  }
}
@-webkit-keyframes progress-build {
  0% {
    width: 0%;
  }
  100% {
    width: 90%;
  }
}
@-webkit-keyframes progress-repairing {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes progress-cleaning {
  0% {
    width: 0%;
  }
  100% {
    width: 85%;
  }
}
@-moz-keyframes progress-build {
  0% {
    width: 0%;
  }
  100% {
    width: 90%;
  }
}
@-moz-keyframes progress-repairing {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress-cleaning {
  0% {
    width: 0%;
  }
  100% {
    width: 85%;
  }
}
@keyframes progress-build {
  0% {
    width: 0%;
  }
  100% {
    width: 90%;
  }
}
@keyframes progress-repairing {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.about-page-sec .img-wrapper {
  position: relative;
}
.about-page-sec .img-wrapper img {
  object-fit: cover;
}
@media (max-width: 3999px) {
  .about-page-sec .img-wrapper img {
    width: 100%;
  }
}
@media (max-width: 1999px) {
  .about-page-sec .img-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1299px) {
  .about-page-sec .img-wrapper img {
    width: 100%;
  }
}
.about-page-sec .img-wrapper .experience-block {
  position: absolute;
  left: 33px;
  bottom: 33px;
  padding: clamp(24px, 1.667vw, 64px) clamp(18px, 1.25vw, 48px);
  border-radius: clamp(8px, 0.625vw, 24px);
  background-color: #f4b400;
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
  flex-direction: column;
  text-align: center;
}
@media (max-width: 1025px) {
  .about-page-sec .img-wrapper .experience-block {
    display: none;
  }
}

.our-proccess .proccess-wrapper {
  display: flex;
  gap: 10px;
}
@media (max-width: 1025px) {
  .our-proccess .proccess-wrapper {
    flex-wrap: wrap;
    row-gap: 32px;
  }
}
.our-proccess .proccess-wrapper .work-block {
  text-align: center;
}
@media (max-width: 1025px) {
  .our-proccess .proccess-wrapper .work-block {
    width: 410px;
  }
}
.our-proccess .proccess-wrapper .svg-block {
  width: 12.53vw;
  height: 8.209vw;
  flex-shrink: 0;
}
@media (max-width: 999px) {
  .our-proccess .proccess-wrapper .svg-block {
    display: none;
  }
}
.our-proccess .proccess-wrapper .svg-block img {
  width: 12.53vw;
  height: 8.209vw;
  flex-shrink: 0;
}

.our-member .member-block {
  border-radius: 12px 12px 0px 0px;
  border-top: 12px solid transparent;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.our-member .member-block img {
  width: 100%;
}
.our-member .member-block .memeber-content {
  padding: clamp(12px, 0.833vw, 32px) clamp(18px, 1.25vw, 48px);
  text-align: center;
  border-radius: 0px 0px var(--MD, 12px) var(--MD, 12px);
  background: #f4f4f4;
}
.our-member .member-block .memeber-content .social-icons {
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 0.833vw, 32px);
  height: 0;
  opacity: 0;
  transition: padding 0.4s ease-in-out, opacity 0.5s ease-in-out, max-height 0.4s ease-in;
}
.our-member .member-block .memeber-content .social-icons svg {
  width: clamp(14px, 0.833vw, 42px);
  height: clamp(14px, 0.833vw, 42px);
}
.our-member .member-block:hover {
  border-top: 12px solid #f4b400;
}
.our-member .member-block:hover .social-icons {
  padding: clamp(12px, 0.833vw, 32px) 0;
  opacity: 1;
  max-height: 240px;
}

.contact-sec .info-block {
  border-radius: clamp(4px, 0.417vw, 16px);
  padding: clamp(12px, 0.833vw, 32px);
  background: var(--10, rgba(244, 180, 0, 0.1));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contact-sec .info-block .icon {
  width: clamp(40px, 2.5vw, 94px);
  height: clamp(40px, 2.5vw, 94px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4b400;
}
.contact-sec .info-block .icon svg {
  width: clamp(18px, 1.458vw, 48px);
  height: clamp(18px, 1.458vw, 48px);
}
.contact-sec .contact-content {
  padding: clamp(24px, 1.667vw, 94px);
  border-radius: clamp(12px, 0.833vw, 32px);
  border: 1px solid var(--Colors-Samentic-Colors-Accen-Tertiary, #dae5d7);
  background: var(--10, rgba(244, 180, 0, 0.1));
  box-shadow: 0px 0px 16px 0px rgba(146, 148, 159, 0.15);
}
.contact-sec .booking-sec {
  background: none;
  padding: 0;
}
@media (max-width: 490px) {
  .contact-sec .mb-16 {
    margin-bottom: 4px;
  }
}

.map-sec .map-wrapper {
  border-radius: clamp(18px, 1.25vw, 48px);
  height: clamp(260px, 28.594vw, 1250px);
}
.map-sec .map-wrapper iframe {
  border-radius: clamp(18px, 1.25vw, 48px);
  width: 100%;
  height: clamp(260px, 28.594vw, 1250px);
}

.testimonial-sec .title-heading .head-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1025px) {
  .testimonial-sec .title-heading .head-content {
    row-gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .testimonial-sec .title-heading .head-content .slider-arrows {
    justify-content: center;
  }
}
.testimonial-sec .slider-arrows {
  gap: clamp(18px, 1.25vw, 48px) !important;
  justify-content: end;
  position: unset;
  padding: 0;
}
.testimonial-sec .slider-arrows .arrow-btn {
  border-color: #f4b400;
}
.testimonial-sec .slider-arrows .arrow-btn svg path {
  stroke: #f4b400;
}
.testimonial-sec .slider-arrows .arrow-btn:hover {
  background-color: #f4b400;
}
.testimonial-sec .slider-arrows .arrow-btn:hover svg path {
  stroke: #ffffff;
}
.testimonial-sec .testimonial-card {
  padding: clamp(30px, 2.5vw, 54px);
  border-radius: clamp(12px, 0.833vw, 32px);
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-top: clamp(40px, 2.5vw, 54px);
}
.testimonial-sec .testimonial-card .user-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.testimonial-sec .testimonial-card .user-content .star-block {
  display: flex;
  padding: clamp(3px, 0.26vw, 12px) clamp(5px, 0.521vw, 30px);
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
  border-radius: clamp(5px, 0.521vw, 20px);
  background: rgba(244, 180, 0, 0.08);
}
.testimonial-sec .testimonial-card .user-content .star-block svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
.testimonial-sec .testimonial-card .quote {
  position: absolute;
  right: 48px;
  top: -2.969vw;
  width: clamp(52px, 5.208vw, 188px);
  height: clamp(52px, 5.208vw, 188px);
}
.testimonial-sec .testimonial-card .user-1 {
  width: clamp(52px, 3.646vw, 168px);
  height: clamp(52px, 3.646vw, 168px);
}

.faqs-sec {
  padding: clamp(48px, 4.167vw, 160px) 0;
  background: rgba(244, 180, 0, 0.05);
}
.faqs-sec .faq-l-side {
  position: relative;
}
@media (max-width: 3999px) {
  .faqs-sec .faq-l-side .large-img {
    width: 100%;
  }
}
@media (max-width: 1999px) {
  .faqs-sec .faq-l-side .large-img {
    width: auto;
  }
}
@media (max-width: 1299px) {
  .faqs-sec .faq-l-side .large-img {
    width: 100%;
  }
}
.faqs-sec .faq-l-side .light-vec {
  position: absolute;
  left: 169px;
  top: -48px;
  width: clamp(52px, 5.208vw, 188px);
  height: clamp(52px, 5.208vw, 188px);
}
.faqs-sec .faq-l-side .service-block {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: clamp(40px, 3.125vw, 94px) clamp(24px, 1.667vw, 64px);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
  border-radius: clamp(5px, 0.521vw, 20px);
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 440px) {
  .faqs-sec .faq-l-side .service-block {
    display: none;
  }
}
.faqs-sec .faq {
  position: relative;
}
.faqs-sec .faq .faq-block .collapsed,
.faqs-sec .faq .faq-block .collapse,
.faqs-sec .faq .faq-block .show {
  transition: all 0.4s ease-in-out;
}
.faqs-sec .faq .faq-block .accordion-button {
  transition: all 0.4s ease-in-out;
  margin: 0;
  position: relative;
  padding: 0;
  color: #45474f !important;
  font-family: "Poppins", sans-serif;
  font-size: clamp(15px, 1.042vw, 40px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 490px) {
  .faqs-sec .faq .faq-block .accordion-button {
    font-weight: 500;
  }
}
.faqs-sec .faq .faq-block .accordion-button.collapsed {
  transition: all 0.4s ease-in-out;
  color: #45474f !important;
  border-radius: 0px;
  padding: 0;
  background: none;
  margin: 0;
}
.faqs-sec .faq .faq-block .accordion-button.collapsed::after {
  content: "";
  transition: all 0.4s ease-in-out;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_79593_487)'%3E%3Cpath d='M10 -1.03312e-06C4.47715 -5.50298e-07 5.50298e-07 4.47715 1.03312e-06 10C1.51594e-06 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 -1.51594e-06 10 -1.03312e-06Z' fill='%2345474F'/%3E%3Cpath d='M4.26214 12.4197L5.15511 13.3131L9.99886 8.47012L14.8449 13.3154L15.7379 12.4221L9.99886 6.68418L4.26214 12.4197Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_79593_487'%3E%3Crect width='20' height='20' fill='white' transform='translate(20 20) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center;
  font-family: "Font Awesome 6 Pro";
  transform: rotate(0deg);
  border-radius: 50%;
  color: #0c0c0d !important;
}
.faqs-sec .faq .faq-block .accordion-button:not(.collapsed) {
  color: #45474f;
  background: transparent;
  border: none;
  box-shadow: none;
}
.faqs-sec .faq .faq-block .accordion-button:focus {
  transition: all 0.4s ease-in-out;
  border: none;
  box-shadow: none;
}
.faqs-sec .faq .faq-block .accordion-button::after {
  content: "";
  width: clamp(18px, 1.042vw, 96px);
  height: clamp(18px, 1.042vw, 96px);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_79593_487)'%3E%3Cpath d='M10 -1.03312e-06C4.47715 -5.50298e-07 5.50298e-07 4.47715 1.03312e-06 10C1.51594e-06 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 -1.51594e-06 10 -1.03312e-06Z' fill='%2345474F'/%3E%3Cpath d='M4.26214 12.4197L5.15511 13.3131L9.99886 8.47012L14.8449 13.3154L15.7379 12.4221L9.99886 6.68418L4.26214 12.4197Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_79593_487'%3E%3Crect width='20' height='20' fill='white' transform='translate(20 20) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center;
  display: inline-flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 0px;
  font-weight: 400;
  color: #f4b400 !important;
  font-size: clamp(16px, 1.042vw, 96px);
  cursor: pointer;
  transform: rotate(-180deg);
}
.faqs-sec .faq .faq-block .accordion-collapse p {
  color: #92949f !important;
  padding: clamp(12px, 0.833vw, 32px) 0 clamp(18px, 1.25vw, 48px);
  border-bottom: 1px solid #45474f;
}
.faqs-sec .faq .bolt-vec {
  position: absolute;
  right: 716.757px;
  bottom: -131.243px;
}

.title-heading {
  text-align: center;
}
.title-heading h3 {
  letter-spacing: 23.25px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.1);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(42px, 4.844vw, 148px);
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: clamp(48px, 3.333vw, 128px);
}
@media (max-width: 490px) {
  .title-heading h3 {
    letter-spacing: 8.25px;
  }
}
.title-heading h3 .head-icon {
  width: clamp(52px, 3.75vw, 168px);
  height: clamp(52px, 3.75vw, 168px);
  position: relative;
  z-index: 1;
  margin-left: -12px;
  margin-right: 12px;
}
@media (max-width: 490px) {
  .title-heading h3 .head-icon {
    margin-left: 0;
    margin-right: 0;
  }
}
.title-heading h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 87.24vw;
  border-bottom: 2px dashed #f4b400;
}
@media (max-width: 490px) {
  .title-heading h2 br {
    display: none;
  }
}

.services-sec {
  background: rgba(244, 180, 0, 0.05);
  padding: clamp(48px, 4.167vw, 160px) 0;
  position: relative;
}
.services-sec .slider-arrows {
  position: absolute;
  left: 0;
  bottom: 527px;
}
@media (max-width: 999px) {
  .services-sec .slider-arrows {
    position: unset;
    justify-content: center;
    gap: 16px;
    margin-bottom: 16px;
  }
}
.services-sec .slider-arrows .arrow-btn {
  border: 1px solid #f4b400;
}
.services-sec .slider-arrows .arrow-btn svg path {
  stroke: #f4b400;
  transition: all 0.4s ease-in-out;
}
.services-sec .slider-arrows .arrow-btn:hover svg path {
  stroke: #ffffff;
}
.services-sec.service-page-sec .service-card {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.services-sec .service-card {
  border-radius: clamp(8px, 0.625vw, 24px);
  overflow: hidden;
}
.services-sec .service-card .card-img {
  width: 100%;
  overflow: hidden;
}
.services-sec .service-card .card-img img {
  transition: all 0.4s ease-in-out;
  width: 100%;
  object-fit: cover;
}
.services-sec .service-card .card-content {
  display: flex;
  margin-top: -6px;
  background: rgba(244, 180, 0, 0.3);
  justify-content: space-between;
  height: 5.521vw;
}
@media (max-width: 999px) {
  .services-sec .service-card .card-content {
    height: 13.677vw;
  }
}
.services-sec .service-card .card-content .l-side {
  padding-left: clamp(18px, 1.25vw, 48px);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: start;
}
@media (max-width: 1399px) {
  .services-sec .service-card .card-content .l-side {
    padding-right: 12px;
  }
}
.services-sec .service-card .card-content .r-side {
  width: 161px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 999px) {
  .services-sec .service-card .card-content .r-side {
    width: 135px;
  }
}
.services-sec .service-card .card-content .r-side::after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: #ffffff;
  transform-origin: top left;
  -ms-transform: skew(-7deg, 0deg);
  -webkit-transform: skew(-7deg, 0deg);
  transform: skew(-7deg, 0deg);
}
.services-sec .service-card .card-content .r-side svg {
  z-index: 4;
  width: clamp(48px, 3.125vw, 128px);
  height: clamp(48px, 3.125vw, 128px);
}
.services-sec .service-card .card-content-2 {
  padding: clamp(18px, 1.25vw, 48px);
  border-radius: 0px 0px 8px 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  background: #fff;
  display: flex;
  align-items: center;
  text-align: start;
  gap: clamp(12px, 0.833vw, 32px);
}
.services-sec .service-card .card-content-2 div {
  flex-shrink: 0;
}
.services-sec .service-card .card-content-2 div .card-btn {
  flex-shrink: 0 !important;
  position: relative;
  z-index: 999;
  font-size: clamp(14px, 0.938vw, 36px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  flex-shrink: 0;
  color: #343a40;
}
.services-sec .service-card .card-content-2 div .card-btn:hover {
  color: #f4b400;
}
.services-sec .service-card .card-content-2 .card-btn {
  flex-shrink: 0 !important;
  position: relative;
  z-index: 999;
  font-size: clamp(14px, 0.938vw, 36px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  flex-shrink: 0;
  color: #343a40;
}
.services-sec .service-card .card-content-2 .card-btn:hover {
  color: #f4b400;
}
.services-sec .service-card:hover .card-img img {
  transform: scale(1.05);
}
.services-sec .hover-content:hover {
  color: #bc8b01 !important;
}

.video-sec {
  width: 100%;
  margin-top: -9.375vw;
  position: relative;
  z-index: -1;
}
.video-sec .banner-video {
  width: 100%;
  height: 48.021vw;
  object-fit: cover;
}
@media (max-width: 450px) {
  .video-sec .banner-video {
    height: 133.021vw;
  }
}

.our-project .project-card {
  position: relative;
  border-radius: clamp(8px, 0.625vw, 24px);
  overflow: hidden;
}
.our-project .project-card img {
  transition: all 0.4s ease-in-out;
  border-radius: clamp(8px, 0.625vw, 24px);
  width: 100%;
  object-fit: cover;
}
@media (max-width: 999px) {
  .our-project .project-card img {
    height: 300px;
  }
}
.our-project .project-card .icon-layer {
  transition: all 0.4s ease-in-out;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(244, 180, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-project .project-card .icon-layer.v1 {
  top: 100%;
}
.our-project .project-card .icon-layer.v2 {
  top: 0%;
  left: 100%;
}
.our-project .project-card .icon-layer .icon {
  width: clamp(52px, 3.75vw, 168px);
  height: clamp(52px, 3.75vw, 168px);
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-project .project-card .icon-layer .icon svg {
  width: clamp(38px, 2.604vw, 54px);
  height: clamp(38px, 2.604vw, 54px);
}
.our-project .project-card:hover img {
  transform: scale(1.05);
}
.our-project .project-card:hover .icon-layer {
  bottom: 0;
}
.our-project .project-card:hover .icon-layer.v1 {
  top: 0%;
}
.our-project .project-card:hover .icon-layer.v2 {
  top: 0%;
  left: 0%;
}

.service-detail .wiring-card {
  padding: clamp(28px, 1.875vw, 76px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(40px, 2.5vw, 54px);
  border-radius: clamp(8px, 0.625vw, 24px);
  background: var(--10, rgba(244, 180, 0, 0.1));
}
.service-detail .wiring-card .svg-block svg {
  width: clamp(48px, 3.333vw, 128px);
  height: clamp(48px, 3.333vw, 128px);
}

.why-choose-sec {
  background: var(--10, rgba(244, 180, 0, 0.1));
  padding: clamp(40px, 2.5vw, 54px) 0;
}

.detail-sec {
  background: transparent;
  padding: 0;
}
.detail-sec .slider-arrows {
  position: unset;
  justify-content: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
.detail-sec .slider-arrows .arrow-btn {
  background-color: #f1f1f1;
  border: none;
}
.detail-sec .slider-arrows .arrow-btn svg path {
  stroke: #1e1f20;
}
.detail-sec .slider-arrows .arrow-btn:hover {
  background-color: #f4b400;
}

.blog-sec {
  position: relative;
  padding-bottom: clamp(60px, 6.25vw, 320px);
}
.blog-sec .slider-arrows {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 999px) {
  .blog-sec .slider-arrows {
    position: unset;
    justify-content: center;
    gap: 16px;
    transform: translate(0%, 0%);
    margin-bottom: 16px;
  }
}
.blog-sec .blog-card {
  border-radius: clamp(8px, 0.625vw, 24px) clamp(8px, 0.625vw, 24px) 0 0;
  overflow: hidden;
}
.blog-sec .blog-card .card-img {
  width: 100%;
}
.blog-sec .blog-card .card-img img {
  width: 100%;
}
.blog-sec .blog-card .card-content {
  display: flex;
  margin-top: -6px;
  background: rgba(244, 180, 0, 0.4);
  justify-content: space-between;
}
@media (max-width: 590px) {
  .blog-sec .blog-card .card-content {
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
  }
}
.blog-sec .blog-card .card-content .l-side {
  padding-left: clamp(18px, 1.25vw, 48px);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: start;
}
@media (max-width: 1399px) {
  .blog-sec .blog-card .card-content .l-side {
    padding-right: 12px;
  }
}
@media (max-width: 590px) {
  .blog-sec .blog-card .card-content .l-side {
    padding: 14px;
    justify-content: center;
    text-align: center;
  }
}
.blog-sec .blog-card .card-content .r-side {
  width: 8.385vw;
  height: 5.677vw;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1025px) {
  .blog-sec .blog-card .card-content .r-side {
    width: 13.385vw;
  }
}
@media (max-width: 999px) {
  .blog-sec .blog-card .card-content .r-side {
    width: 20.385vw;
    height: 10.677vw;
  }
}
@media (max-width: 430px) {
  .blog-sec .blog-card .card-content .r-side {
    width: 100%;
    height: 17.677vw;
  }
  .blog-sec .blog-card .card-content .r-side::after {
    display: none !important;
  }
}
.blog-sec .blog-card .card-content .r-side::after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: #ffffff;
  transform-origin: top left;
  -ms-transform: skew(-7deg, 0deg);
  -webkit-transform: skew(-7deg, 0deg);
  transform: skew(-7deg, 0deg);
}
.blog-sec .blog-card .card-content .r-side .text-18 {
  z-index: 4;
}
.blog-sec .blog-card .card-content .r-side svg {
  width: clamp(48px, 3.125vw, 128px);
  height: clamp(48px, 3.125vw, 128px);
}

.blog-sec-2 .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 12px;
}
@media (max-width: 599px) {
  .blog-sec-2 .heading {
    justify-content: center;
  }
}
.blog-sec-2 .heading .search-form {
  width: clamp(216px, 19.063vw, 440px);
  padding: 4px 4px 4px clamp(12px, 0.833vw, 32px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: clamp(4px, 0.417vw, 16px);
  border: 1px solid #45474f;
}
.blog-sec-2 .heading .search-form .newsvector svg {
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
}
.blog-sec-2 .heading .search-form input {
  color: #45474f;
  width: 100%;
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.blog-sec-2 .heading .search-form input:focus {
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.blog-sec-2 .heading .search-form input::placeholder {
  color: #45474f;
  font-family: "Poppins", sans-serif;
  font-size: clamp(14px, 0.938vw, 36px);
  /* 18px */
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.blog-sec-2 .heading .search-form .news-button {
  flex-shrink: 0;
  transition: all 0.4s ease-in-out;
  border: none;
  display: flex;
  padding: 11.667px;
  align-items: center;
  flex-shrink: 0;
  background-color: #f4b400;
  border-radius: 5px;
}
.blog-sec-2 .heading .search-form .news-button svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
.blog-sec-2 .heading .search-form .news-button svg path {
  fill: #45474f;
}
.blog-sec-2 .heading .search-form .news-button:hover {
  background-color: #1e1f20;
}
.blog-sec-2 .heading .search-form .news-button:hover svg path {
  fill: #f4b400;
}
.blog-sec-2 .heading .filter-btn {
  padding: clamp(8px, 0.5vw, 24px) clamp(18px, 1.25vw, 48px);
  border-radius: 4px;
  border: 1px solid #45474f;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 0.625vw, 24px);
}
.blog-sec-2 .heading .filter-btn:hover {
  border: 1px solid #f4b400;
  background-color: #f4b400;
}
.blog-sec-2 .heading .filter-btn:hover .text-18 {
  color: #ffffff !important;
}
.blog-sec-2 .heading .filter-btn:hover svg path {
  fill: #ffffff;
}
.blog-sec-2 .blog-card {
  padding: clamp(18px, 1.25vw, 48px);
  border-radius: clamp(18px, 1.25vw, 48px);
  background: var(--10, rgba(244, 180, 0, 0.1));
}
.blog-sec-2 .blog-card .card-img {
  width: 100%;
  border-radius: clamp(12px, 0.833vw, 32px);
}
.blog-sec-2 .blog-card .card-img img {
  width: 100%;
  border-radius: clamp(12px, 0.833vw, 32px);
}
.blog-sec-2 .blog-card .card-content {
  position: relative;
}
.blog-sec-2 .blog-card .card-content .text-18 {
  color: #1e1f20;
}
.blog-sec-2 .blog-card .card-content .date-block {
  position: absolute;
  display: flex;
  padding: clamp(8px, 0.625vw, 24px) clamp(12px, 0.833vw, 32px);
  flex-direction: column;
  align-items: center;
  right: 36px;
  top: -36%;
  border-radius: clamp(4px, 0.417vw, 16px);
  text-align: center;
  background-color: #f4b400;
  z-index: 99;
}
.blog-sec-2 .blog-card .card-content img {
  width: clamp(12px, 0.833vw, 32px);
  height: clamp(12px, 0.833vw, 32px);
}
.blog-sec-2 .blog-card:hover .card-img img {
  transform: scale(1.05);
}

.shop-sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}
.shop-sidebar-overlay.active {
  display: block;
  opacity: 1;
}

.shop-sidebar.toggle-sidebar {
  position: fixed;
  top: 0;
  left: -800px;
  width: clamp(300px, 22.604vw, 650px);
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 99999;
  overflow-y: scroll;
}
.shop-sidebar.toggle-sidebar .sidebar {
  border-radius: 0;
}
.shop-sidebar.toggle-sidebar::-webkit-scrollbar {
  width: 5px;
}
.shop-sidebar.toggle-sidebar::-webkit-scrollbar-track {
  background-color: #141516;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.shop-sidebar.toggle-sidebar::-webkit-scrollbar-thumb {
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: #f4b400;
  border-radius: 5px;
}
.shop-sidebar.toggle-sidebar.active {
  left: 0;
}
.shop-sidebar.toggle-sidebar .blog-sidebar {
  background-color: #0c0c0d;
  border-radius: 0;
  padding: 34px clamp(16px, 1.042vw, 40px);
}

.blog-detail-sec .sidebar {
  background-color: #f4f4f4;
  border-radius: clamp(18px, 1.25vw, 48px);
  padding: clamp(10px, 1.25vw, 48px);
}
.blog-detail-sec .sidebar .tags-block {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
  flex-wrap: wrap;
  row-gap: clamp(8px, 0.625vw, 24px);
}
.blog-detail-sec .sidebar .tags-block .tag1 {
  padding: clamp(4px, 0.417vw, 16px) clamp(12px, 0.833vw, 32px);
  border: 1px solid #45474f;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
}
.blog-detail-sec .sidebar .tags-block .tag1 span {
  transition: all 0.4s ease-in-out;
  color: #92949f;
}
.blog-detail-sec .sidebar .tags-block .tag1:hover, .blog-detail-sec .sidebar .tags-block .tag1.active {
  border: 1px solid #f4b400;
  background-color: #f4b400;
}
.blog-detail-sec .sidebar .tags-block .tag1:hover span, .blog-detail-sec .sidebar .tags-block .tag1.active span {
  color: #1e1f20 !important;
}
.blog-detail-sec .sidebar .search-form {
  width: 100%;
  padding: clamp(8px, 0.625vw, 24px) clamp(12px, 0.833vw, 32px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: clamp(4px, 0.417vw, 16px);
  border: 1px solid #45474f;
}
.blog-detail-sec .sidebar .search-form .newsvector svg {
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
}
.blog-detail-sec .sidebar .search-form input {
  color: #45474f;
  width: 100%;
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.blog-detail-sec .sidebar .search-form input:focus {
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.blog-detail-sec .sidebar .search-form input::placeholder {
  color: #45474f;
  font-family: "Poppins", sans-serif;
  font-size: clamp(14px, 0.938vw, 36px);
  /* 18px */
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.blog-detail-sec .sidebar .search-form .news-button {
  flex-shrink: 0;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
  border: none;
}
.blog-detail-sec .sidebar .search-form .news-button svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
.blog-detail-sec .sidebar .search-form .news-button svg path {
  fill: #45474f;
}
.blog-detail-sec .sidebar .search-form .news-button:hover {
  background-color: #ffffff;
}
.blog-detail-sec .sidebar .search-form .news-button:hover svg path {
  fill: #f4b400;
}
.blog-detail-sec .sidebar .recent-blogs p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.blog-detail-sec .sidebar input[type=search]::-webkit-search-decoration,
.blog-detail-sec .sidebar input[type=search]::-webkit-search-cancel-button,
.blog-detail-sec .sidebar input[type=search]::-webkit-search-results-button,
.blog-detail-sec .sidebar input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.blog-detail-sec .why-choose-sec {
  padding: clamp(32px, 3.75vw, 168px) clamp(20px, 2.5vw, 54px);
}
.blog-detail-sec .our-client-sec {
  position: relative;
}
.blog-detail-sec .our-client-sec .slider-arrows-content {
  position: absolute;
  right: clamp(40px, 2.5vw, 54px);
  bottom: clamp(40px, 2.5vw, 54px);
  z-index: 4;
}
@media (max-width: 1025px) {
  .blog-detail-sec .our-client-sec .slider-arrows-content {
    position: unset;
    padding-bottom: 36px;
  }
}
.blog-detail-sec .our-client-sec .slider-arrows-content .slider-arrows {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
  position: unset;
  padding: 0;
}
@media (max-width: 1025px) {
  .blog-detail-sec .our-client-sec .slider-arrows-content .slider-arrows {
    justify-content: start;
    gap: clamp(18px, 1.25vw, 48px) !important;
  }
}
.blog-detail-sec .our-client-sec .slider-arrows-content .slider-arrows .arrow-btn {
  width: clamp(40px, 2.5vw, 54px);
  height: clamp(40px, 2.5vw, 54px);
  border-radius: 6px;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  rotate: 0;
}
.blog-detail-sec .our-client-sec .slider-arrows-content .slider-arrows .arrow-btn.btn-next {
  transform: rotate(0);
}
.blog-detail-sec .our-client-sec .slider-arrows-content .slider-arrows .arrow-btn svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
.blog-detail-sec .our-client-sec .slider-arrows-content .slider-arrows .arrow-btn svg path {
  fill: #f4b400;
  transition: all 0.4s ease-in-out;
}
.blog-detail-sec .our-client-sec .slider-arrows-content .slider-arrows .arrow-btn:hover {
  background-color: #f4b400;
}
.blog-detail-sec .our-client-sec .slider-arrows-content .slider-arrows .arrow-btn:hover svg path {
  fill: #ffffff;
}
.blog-detail-sec .our-client-sec .client-slick-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: clamp(350px, 40.521vw, 2128px);
  padding: clamp(23px, 2.5vw, 124px);
  border-radius: clamp(18px, 1.25vw, 48px);
  background-color: #f4f4f4;
}
@media (max-width: 1399px) {
  .blog-detail-sec .our-client-sec .client-slick-wrapper {
    width: 100%;
  }
}
@media (max-width: 1025px) {
  .blog-detail-sec .our-client-sec .client-slick-wrapper {
    position: unset;
    margin-bottom: 48px;
    width: 100%;
  }
}
.blog-detail-sec .our-client-sec .client-slick-wrapper .client-slider .client-user {
  width: clamp(40px, 2.5vw, 94px);
  height: clamp(40px, 2.5vw, 94px);
}
.blog-detail-sec .our-client-sec .client-img {
  border-radius: clamp(18px, 1.25vw, 48px) 0 0 clamp(18px, 1.25vw, 48px);
  overflow: hidden;
}
@media (max-width: 1399px) {
  .blog-detail-sec .our-client-sec .client-img {
    margin-bottom: 180px;
  }
}
@media (max-width: 1025px) {
  .blog-detail-sec .our-client-sec .client-img {
    margin-bottom: 0;
  }
}
.blog-detail-sec .our-client-sec .client-img img {
  transition: all 0.4s ease-in-out;
  width: 100%;
  object-fit: cover;
}
.blog-detail-sec .our-client-sec .client-img:hover img {
  transform: scale(1.04);
}
.blog-detail-sec .our-client-sec .hr-line {
  height: 2px;
}
.blog-detail-sec .our-client-sec .star-img img {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}

.booking-sec {
  background: url("../media/images/booking-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  padding: clamp(48px, 4.167vw, 160px) 0;
}
.booking-sec .booking-content {
  background: url("../media/images/booking-form.webp") no-repeat;
  background-size: cover;
  background-position: center;
  padding: clamp(24px, 1.667vw, 64px);
  border-radius: clamp(8px, 0.625vw, 24px);
  background-blend-mode: multiply, normal;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
}
.booking-sec .booking-content .input-block .phone-input {
  position: absolute;
  top: 7px;
  left: -4px;
  z-index: 9;
}
@media (max-width: 940px) {
  .booking-sec .booking-content .input-block .phone-input {
    top: 2px;
  }
}
.booking-sec .booking-content .input-block #phoneNumbertel {
  padding-left: clamp(54px, 2.917vw, 104px);
}
.booking-sec .booking-content .cus-btn-1 {
  width: 100%;
  gap: clamp(8px, 0.625vw, 24px);
  justify-content: center;
}
.booking-sec .booking-content .cus-btn-1 .arr-2 {
  display: none;
}
.booking-sec .booking-content .cus-btn-1 svg {
  position: unset;
}
.booking-sec .booking-content .cus-btn-1 .text {
  transform: translateX(0px) !important;
}
.booking-sec .booking-content .cus-btn-1:hover .text {
  transform: translateX(0px) !important;
}
.booking-sec .booking-content .cus-btn-1:hover svg path {
  fill: #f4b400;
}
.booking-sec .booking-content .cus-btn-1:hover .circle {
  width: 900px;
  height: 900px;
}

.phone-input {
  display: flex;
  gap: 10px;
  height: clamp(33px, 1.771vw, 164px);
  color: #212529;
}
.phone-input select {
  color: #212529;
  font-size: clamp(14px, 0.833vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 63px;
  /* 393.75% */
  text-transform: capitalize;
  border: none;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}

.pricing-sec .pricing-card {
  padding: clamp(40px, 2.5vw, 54px) clamp(28px, 1.875vw, 76px);
  border-radius: clamp(5px, 0.521vw, 20px);
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-in-out;
  border: 1px solid transparent;
}
.pricing-sec .pricing-card.v1 {
  padding: clamp(40px, 4.063vw, 94px) clamp(28px, 2.5vw, 76px);
  border-top: 10px solid #f4b400;
  position: relative;
}
.pricing-sec .pricing-card.v1 .tag {
  position: absolute;
  right: 47.884px;
  top: 35px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #45474f;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  border-radius: 40px;
  background: #f4b400;
  display: flex;
  transform: rotate(15deg);
  padding: clamp(3px, 0.208vw, 8px) clamp(12px, 0.833vw, 32px);
  justify-content: center;
  align-items: center;
}
.pricing-sec .pricing-card.v1 .price-btn {
  background-color: #f4b400;
}
.pricing-sec .pricing-card.v1:hover {
  border-top: 1px solid #f4b400;
  border-bottom: 10px solid #f4b400;
}
.pricing-sec .pricing-card .svg {
  width: clamp(24px, 1.563vw, 64px);
}
.pricing-sec .pricing-card .price-btn {
  padding: clamp(18px, 1.25vw, 48px) clamp(4px, 0.417vw, 16px);
  width: 100%;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(244, 180, 0, 0.1);
  transition: all 0.4s ease-in-out;
  color: #1e1f20;
  text-align: center;
  /* Text/Button */
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 0.938vw, 36px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 21.6px */
  text-transform: capitalize;
}
.pricing-sec .pricing-card .price-btn:hover {
  background: rgba(244, 180, 0, 0.8);
}
.pricing-sec .pricing-card:hover {
  border: 1px solid #f4b400;
}

.brand-section {
  padding: clamp(20px, 2.083vw, 160px) 0;
  background: rgba(244, 180, 0, 0.05);
}
.brand-section .brand-slider .brand-1 {
  display: flex;
  padding: clamp(18px, 2.083vw, 54px) clamp(28px, 4.062vw, 94px);
  justify-content: center;
  align-items: center;
}
.brand-section .brand-slider .brand-1 svg {
  width: clamp(110px, 8.894vw, 234px);
  height: clamp(48px, 3.333vw, 128px);
}
.brand-section .brand-slider .brand-1 svg path {
  fill: #5b5b5b;
  transition: all 0.4s ease-in-out;
}

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