/*---------------------------------------------"
// 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=Allura&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Just+Another+Hand&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&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Nexa";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/nexa/nexa-heavy.ttf) format("woff2");
}
@font-face {
  font-family: "Nexa Extra Light";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(fonts/nexa/nexa-extralight.ttf) format("woff2");
}
/* 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: #EC515D;
}

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

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

.container-fluid-2 {
  padding-right: calc(var(--bs-gutter-x) * 0.75);
  padding-left: calc(var(--bs-gutter-x) * 0.75);
}
@media (min-width: 1200px) {
  .container-fluid-2 {
    overflow: hidden;
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .container-fluid-2 {
    --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);
  }
}

.page-content {
  margin: clamp(14px, 1.198vw, 40px) 0;
}

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

body {
  font-family: "Nexa", sans-serif;
  color: #45474f;
  background-color: #faf7f2;
  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%;
}
@media (max-width: 490px) {
  body {
    font-size: 14px;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
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 {
  margin-bottom: 0;
}

h1,
.h1 {
  font-family: "Nexa", sans-serif;
  font-size: clamp(45px, 3.594vw, 75px); /* 69px */
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -2.07px;
}
@media (max-width: 992px) {
  h1,
  .h1 {
    font-size: clamp(38px, 3.594vw, 75px); /* 69px */
  }
}

h2,
.h2 {
  font-family: "Nexa", sans-serif;
  font-size: clamp(33px, 2.865vw, 110px); /* 55px */
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: clamp(27px, 3.78vw, 36px);
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: clamp(24px, 4.219vw, 30px);
  }
}
@media (max-width: 575px) {
  h2,
  .h2 {
    font-size: clamp(20px, 5.897vw, 26px);
  }
}

h3,
.h3 {
  font-family: "Nexa", sans-serif;
  font-size: clamp(33px, 2.865vw, 110px);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-left: 11%;
}
@media (max-width: 1200px) {
  h3,
  .h3 {
    font-size: clamp(24px, 2.086vw, 48px); /* 37px */
  }
}
@media (max-width: 820px) {
  h3,
  .h3 {
    font-size: clamp(28px, 2.902vw, 38px); /* 32px */
  }
}

h4,
.h4 {
  font-size: clamp(32px, 1.823vw, 48px); /* 35px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-family: "Nexa", sans-serif;
}
@media (max-width: 1199px) {
  h4,
  .h4 {
    font-size: clamp(29px, 2.752vw, 40px); /*33px */
  }
}
@media (max-width: 820px) {
  h4,
  .h4 {
    font-size: clamp(23px, 3.293vw, 30px); /* 27px */
  }
}

h5,
.h5 {
  font-size: clamp(24px, 1.458vw, 38px); /* 28px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-family: "Nexa", sans-serif;
}
@media (max-width: 1199px) {
  h5,
  .h5 {
    font-size: clamp(23px, 2.085vw, 32px); /*25px*/
  }
}
@media (max-width: 820px) {
  h5,
  .h5 {
    font-size: clamp(19px, 2.439vw, 24px); /*20px */
  }
}
h5.light,
.h5.light {
  font-family: "Nexa Extra Light";
}

h6,
.h6 {
  font-size: clamp(20px, 1.198vw, 32px); /*23px*/
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-family: "Nexa", sans-serif;
}
@media (max-width: 1199px) {
  h6,
  .h6 {
    font-size: clamp(21px, 1.918vw, 28px);
  }
}
@media (max-width: 820px) {
  h6,
  .h6 {
    font-size: clamp(18px, 2.317vw, 21px);
  }
}
h6.light,
.h6.light {
  font-family: "Nexa Extra Light";
}

.text-18, p {
  font-family: "Poppins", sans-serif;
  font-size: clamp(16px, 0.938vw, 22px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 21.6px */
}
@media (max-width: 399px) {
  .text-18, p {
    font-size: 14px;
  }
}

.text {
  font-family: "Poppins", sans-serif;
  font-size: clamp(16px, 0.938vw, 22px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 21.6px */
  text-transform: uppercase;
}
@media (max-width: 399px) {
  .text {
    font-size: 14px;
  }
}

.eyebrow {
  color: #EC515D;
  text-transform: capitalize;
  font-size: clamp(30px, 2.292vw, 50px);
  font-family: "Allura";
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
  line-height: 120%;
}
.eyebrow::before {
  content: url(../media/user/star-2.png);
}

.eyebrow-2 {
  color: #FEFBF4;
  text-transform: capitalize;
  font-size: clamp(30px, 2.292vw, 50px);
  font-family: "Allura";
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
  line-height: 120%;
  /* 24px */
}
.eyebrow-2::before {
  content: url(../media/user/star-1.png);
}

.subtitle {
  font-size: 14px; /* 14px */
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

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

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

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

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

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

.color-ter {
  color: #373737 !important;
}

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

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

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

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

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

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

.light-white {
  color: #fafafa !important;
}

.white {
  color: #FAFAFA;
}

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

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

.bg-ter {
  background: #373737 !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: #faf7f2 !important;
}

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

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

.bg-white-bordered {
  border-radius: clamp(8px, 0.625vw, 24px);
  box-shadow: -4px 4px 12px 0px rgba(0, 0, 0, 0.12);
}

.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: "Nexa", sans-serif;
}

.font-sec {
  font-family: "Allura";
}

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

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

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.my-80 {
  margin: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .my-80 {
    margin: 40px 0;
  }
}

.mt-80 {
  margin-top: 80px;
}

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

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

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

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

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

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

.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-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-24 {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 20px;
  }
}

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

.mt-12 {
  margin-top: 12px;
}

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

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

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

.pt-128 {
  padding-top: clamp(96px, 6.667vw, 320px);
}
@media (max-width: 575px) {
  .pt-128 {
    padding-top: 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;
  }
}

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

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

.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: 24px;
}
@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;
  }
}

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

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

.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 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FAFAFA;
  padding: 0 clamp(16px, 1.667vw, 64px);
  background-color: #EC515D;
  height: clamp(44px, 2.917vw, 70px);
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  gap: clamp(8px, 0.625vw, 24px);
  cursor: pointer;
  transition: 0.5s;
  font-size: clamp(14px, 0.938vw, 36px);
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border: 0.5px solid #EC515D;
  line-height: 120%;
  text-transform: capitalize;
  z-index: 1;
}
.cus-btn::before, .cus-btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color: #FEFBF4;
  color: #0c0c0d;
  transition: 1s ease;
}
.cus-btn::before {
  top: -1em;
  left: 4em;
}
.cus-btn::after {
  left: calc(100% + 1em);
  top: calc(100% + 1em);
}
.cus-btn:hover::before, .cus-btn:hover::after {
  height: 410px;
  width: 410px;
}
.cus-btn:hover {
  color: #0c0c0d;
}
.cus-btn:active {
  filter: brightness(0.8);
}

.cus-btn-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #EC515D;
  padding: 18px 20px;
  background-color: #EC515D;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  gap: clamp(8px, 0.625vw, 24px);
  cursor: pointer;
  transition: 0.5s;
  font-size: clamp(14px, 0.938vw, 36px);
  font-weight: 600;
  font-family: "Allura";
  line-height: 120%;
  border: 0.5px solid #EC515D;
  text-transform: capitalize;
  z-index: 1;
}
.cus-btn-2 svg {
  transition: all 0.3s ease-in-out;
}
.cus-btn-2 span {
  color: #EC515D;
  transition: all 0.3s ease-in-out;
}
.cus-btn-2::before, .cus-btn-2::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color: #FEFBF4;
  color: #373737;
  transition: 1s ease;
}
.cus-btn-2::before {
  top: -1em;
  left: 3em;
}
.cus-btn-2::after {
  left: calc(100% + 1em);
  top: calc(100% + 1em);
}
.cus-btn-2:hover::before, .cus-btn-2:hover::after {
  height: 410px;
  width: 410px;
}
.cus-btn-2:hover {
  color: #FEFBF4;
}
.cus-btn-2:active {
  filter: brightness(0.8);
}
.cus-btn-2:hover {
  border: 0.5px solid #EC515D;
}
.cus-btn-2:hover span {
  color: #0c0c0d;
}
.cus-btn-2:hover svg {
  transition: all 0.3s ease-in-out;
}
.cus-btn-2:hover svg path {
  transition: all 0.3s ease-in-out;
  fill: #EC515D;
}

/*----------------------------------------*/
/* scroll to top
/*----------------------------------------*/
.scrollToTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #EC515D;
  color: #FAFAFA;
  border: 1px solid #FAFAFA;
  border-radius: 10px;
  cursor: pointer;
  z-index: 1000;
  font-size: 19px;
  transition: all 0.3s ease-in-out;
  width: 48px;
  height: 48px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.scrollToTopBtn:hover {
  transition: all 0.3s ease-in-out;
  background-color: #373737;
}

.slider-arrows {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
  justify-content: space-between;
}
.slider-arrows .btn-prev {
  width: clamp(32px, 2.5vw, 64px);
  height: clamp(32px, 2.5vw, 64px);
  border-radius: clamp(2px, 0.208vw, 8px);
  display: grid;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 63px;
  bottom: 163px;
}
.slider-arrows .btn-prev svg {
  width: clamp(32px, 2.5vw, 64px);
  height: clamp(32px, 2.5vw, 64px);
  transition: all 0.3s ease-in-out;
}
.slider-arrows .btn-prev svg path {
  stroke: #0c0c0d;
  transition: all 0.3s ease-in-out;
}
.slider-arrows .btn-next {
  width: clamp(32px, 2.5vw, 64px);
  height: clamp(32px, 2.5vw, 64px);
  border-radius: clamp(2px, 0.208vw, 8px);
  display: grid;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 163px;
  right: 63px;
}
.slider-arrows .btn-next svg {
  width: clamp(32px, 2.5vw, 64px);
  height: clamp(32px, 2.5vw, 64px);
  transition: all 0.3s ease-in-out;
}
.slider-arrows .btn-next svg path {
  stroke: #0c0c0d;
  transition: all 0.3s ease-in-out;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 20px);
}
@media (max-width: 490px) {
  .social-icons {
    gap: 16px;
  }
}
.social-icons.icon-v2 {
  gap: clamp(16px, 1.042vw, 40px) !important;
}
.social-icons li a {
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.social-icons li a svg {
  width: clamp(20px, 1.25vw, 48px);
  height: clamp(20px, 1.25vw, 48px);
}
.social-icons li a svg path {
  transition: all 0.3s ease-in-out;
}
.social-icons li a:hover svg path {
  fill: #FEFBF4;
  transition: all 0.3s ease-in-out;
}

.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 li {
  display: inline;
}
.pagination #border-pagination li span {
  color: #45474f;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #92949f;
  width: clamp(36px, 2.5vw, 64px);
  height: clamp(36px, 2.5vw, 64px);
  padding: 8px;
  background: #FEFBF4;
  float: left;
  transition: all 0.3s ease-in-out;
  font-family: "Nexa", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 21.6px */
}
.pagination #border-pagination li a svg path {
  stroke: #92949f;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li a.active {
  background-color: #EC515D;
  color: #FAFAFA;
}
.pagination #border-pagination li a.active svg path {
  stroke: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li a:hover {
  background-color: #EC515D;
  color: #FAFAFA;
}
.pagination #border-pagination li a:hover svg path {
  stroke: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li:hover span {
  color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}

/*-------------------------
  Form Styling
-------------------------*/
textarea.form-control {
  min-height: 130px;
  max-height: 254px;
  border-radius: 0;
  color: #92949f;
}
textarea.form-control::placeholder {
  color: #92949f;
}
textarea.form-control::placeholder:focus {
  color: #92949f;
}
textarea.form-control::placeholder:focus-visible {
  color: #92949f;
}
@media (max-width: 578px) {
  textarea.form-control {
    min-height: 80px;
    max-height: 80px;
  }
}

.form-control {
  padding: 16px 16px;
  padding-left: 44px;
  border: 1px solid #92949f;
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 18px; /* 14px */
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  box-shadow: none;
}
@media (max-width: 430px) {
  .form-control {
    padding-right: 54px;
  }
}
.form-control.form-control-2 {
  padding-left: 16px;
}
.form-control:focus {
  box-shadow: none;
  outline: 0;
  background: transparent;
}
.form-control:hover {
  color: #92949f !important;
}
.form-control::placeholder {
  color: #92949f;
  opacity: 1;
}
.form-control svg {
  position: absolute;
  top: 16px;
  left: 18px;
}

.input-block {
  position: relative;
}
.input-block svg, .input-block i {
  position: absolute;
  top: 18px;
  left: 16px;
}

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

label.error {
  color: #ff0000;
}

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

#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  background: #FAFAFA;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9999999;
  display: flex;
}
#preloader .contain {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#preloader .contain .loader {
  animation: rotate 2.3s cubic-bezier(0.75, 0, 0.5, 1) infinite;
}
#preloader .contain .loader span {
  --c: #EC515D;
  position: absolute;
  display: block;
  height: 64px;
  width: 64px;
  background: var(--c);
  border: 1px solid var(--c);
  border-radius: 100%;
}
#preloader .contain .loader span:nth-child(1) {
  transform: translate(-28px, -28px);
  animation: shape_1 2.3s cubic-bezier(0.75, 0, 0.5, 1) infinite;
}
#preloader .contain .loader span:nth-child(2) {
  transform: translate(28px, -28px);
  animation: shape_2 2.3s cubic-bezier(0.75, 0, 0.5, 1) infinite;
}
#preloader .contain .loader span:nth-child(3) {
  position: relative;
  border-radius: 0px;
  transform: scale(0.98) rotate(-45deg);
  animation: shape_3 2.3s cubic-bezier(0.75, 0, 0.5, 1) infinite;
}
#preloader .contain .shadow {
  position: relative;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 16px;
  width: 64px;
  border-radius: 50%;
  background-color: #EC515D;
  border: 1px solid #EC515D;
  animation: shadow 2.3s cubic-bezier(0.75, 0, 0.5, 1) infinite;
}

@keyframes rotate {
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
@keyframes shape_1 {
  60% {
    transform: scale(0.4);
  }
}
@keyframes shape_2 {
  40% {
    transform: scale(0.4);
  }
}
@keyframes shape_3 {
  50% {
    border-radius: 100%;
    transform: scale(0.5) rotate(-45deg);
  }
  100% {
    transform: scale(0.98) rotate(-45deg);
  }
}
@keyframes shadow {
  50% {
    transform: translateX(-50%) scale(0.5);
    border-color: #f2f2f2;
  }
}
.video-link {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  text-decoration: none;
  color: white;
  background-color: #f03;
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.5);
}

.player {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgb(0, 0, 0) 100%);
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgb(0, 0, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgb(0, 0, 0) 100%);
  background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgb(0, 0, 0) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.player__video {
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 65%;
  height: 77%;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.95);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .player__video {
    height: 30%;
  }
}
@media (max-width: 490px) {
  .player__video {
    max-width: 78%;
  }
}

.js--show-video {
  opacity: 1;
}

.video-filler {
  display: block;
  width: 100%;
}

.video-close {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -30px;
  padding: 5px 10px;
  border: none;
  outline: none;
  border-radius: 0 50% 50% 0;
  cursor: pointer;
  font-size: 24px;
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}

.video-iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}

.wrapper-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  border: 0.5px solid #92949f;
  padding: 16px;
  display: flex;
  gap: clamp(40px, 2.5vw, 60px);
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wrapper-dropdown .selected-display {
  font-weight: 500;
}
.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%;
  background: #FAFAFA;
  transition: 0.3s;
  position: absolute;
  top: 107%;
  right: 0;
  padding: 24px;
  left: 0px;
  margin: 0;
  list-style: none;
  z-index: 99;
  box-shadow: inherit;
  -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;
}
@media (max-width: 490px) {
  .wrapper-dropdown .topbar-dropdown {
    top: 130%;
    left: -16px;
  }
}
.wrapper-dropdown .topbar-dropdown li {
  padding: 8 16px;
  line-height: 45px;
  border-radius: 0;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}
.wrapper-dropdown .topbar-dropdown li:last-child {
  border-bottom: none;
}
.wrapper-dropdown .topbar-dropdown li:hover {
  background-color: #EC515D;
}
.wrapper-dropdown.active .topbar-dropdown {
  opacity: 1;
  visibility: visible;
}
.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);
}

/*-------------------------
  layouts
-------------------------*/
.header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  padding: clamp(12px, 1.25vw, 32px) 0;
  width: 100%;
  background: transparent;
}
@media (max-width: 1024px) {
  .header {
    padding: clamp(18px, 2.344vw, 48px) clamp(5px, 0.781vw, 16px);
  }
}
@media (max-width: 580px) {
  .header {
    padding: 16px 0;
  }
}
.header.header-2 {
  background: url("../media/backgrounds/page.png") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.header .navigation {
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .header .navigation .header-logo {
    width: 80%;
  }
}
@media (max-width: 580px) {
  .header .navigation .header-logo {
    width: 35vw;
  }
}
.header .navigation .menu-button-right {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.333vw, 72px);
}
.header .navigation .menu-button-right .main-menu__nav {
  margin-left: auto;
  margin-right: auto;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list,
.header .navigation .menu-button-right .main-menu__nav .main-menu__list ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list,
.header .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;
}
@media screen and (min-width: 1200px) {
  .header .navigation .menu-button-right .main-menu__nav .main-menu__list,
  .header .navigation .menu-button-right .main-menu__nav .main-menu__list ul,
  .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list,
  .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list ul {
    display: flex;
    gap: clamp(20px, 1.25vw, 40px);
  }
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li {
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a {
  font-size: clamp(15px, 0.938vw, 22px);
  line-height: 150%;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  color: #45474f;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
  position: relative;
  transition: all all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .header .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a,
  .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a {
    font-size: clamp(17px, 1.251vw, 18px);
  }
}
@media (max-width: 575px) {
  .header .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a,
  .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a {
    font-size: clamp(16px, 2.261vw, 14px);
  }
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a.active,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a.active {
  color: #EC515D;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a:hover,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a:hover {
  color: #EC515D;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li .header-arrow,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li .header-arrow {
  font-weight: 300;
  margin-left: -16px;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li:first-child a::before,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li:first-child a::before {
  display: none;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li.current, .header .navigation .menu-button-right .main-menu__nav .main-menu__list > li:hover,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li.current,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li:hover {
  color: #FEFBF4;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 210px;
  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.3s ease-in-out, visibility all 0.3s ease-in-out, transform 700ms ease;
  z-index: 99;
  background: #FAFAFA;
  padding: 0;
  border-radius: 0;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > a {
  font-size: clamp(14px, 0.833vw, 20px);
  line-height: 26px;
  color: #0c0c0d;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  display: flex;
  padding: 7px 20px;
  transition: 400ms;
  border-radius: 0px;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li.current > a, .header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li:hover > a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li.current > a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a {
  background-color: #EC515D;
  color: #FAFAFA;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > ul.right-align,
.header .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 .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > ul ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > ul ul {
  display: flex;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li:hover > ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  gap: 0;
  transform: scaleY(1) translateZ(0px);
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header .navigation .menu-button-right .main-menu__nav .main-menu__list li:nth-last-child(1) ul li > ul, .header .navigation .menu-button-right .main-menu__nav .main-menu__list li:nth-last-child(2) ul li > ul,
  .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(1) ul li > ul,
  .header .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 .navigation .main-menu__right {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
}
.header .navigation .main-menu__right .btn-block:hover .cus-btn {
  color: #0c0c0d;
}
.header .navigation .main-menu__right .btn-block:hover .cus-btn::before, .header .navigation .main-menu__right .btn-block:hover .cus-btn::after {
  height: 410px;
  width: 410px;
}
.header .navigation .main-menu__right .btn-block:hover .cus-btn:active {
  filter: brightness(0.8);
}
.header .navigation .main-menu__right .btn-block:hover .cus-btn-2 {
  color: #FEFBF4;
  border: 0.5px solid #EC515D;
}
.header .navigation .main-menu__right .btn-block:hover .cus-btn-2::before, .header .navigation .main-menu__right .btn-block:hover .cus-btn-2::after {
  height: 410px;
  width: 410px;
}
.header .navigation .main-menu__right .btn-block:hover .cus-btn-2 span {
  color: #0c0c0d;
}
.header .navigation .main-menu__right .btn-block:hover .cus-btn-2 svg path {
  transition: all 0.3s ease-in-out;
  fill: #EC515D;
}
.header .navigation .btn {
  color: #45474f;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.header .navigation .main-menu-link-btn {
  position: relative;
}
.header .navigation .main-menu-link-btn svg .icon {
  transition: all 0.3s ease-in-out;
}
.header .navigation .main-menu-link-btn:hover svg .icon {
  fill: #EC515D;
  transition: all 0.3s ease-in-out;
}
.header .navigation .search-toggler {
  margin-top: 10px;
}
.header .navigation .cart-text {
  line-height: 0;
}

.mobile-nav__toggler {
  font-size: 24px;
  font-weight: 200;
  color: #EC515D;
  cursor: pointer;
  transition: 500ms;
  display: none;
}
@media (max-width: 1099px) {
  .mobile-nav__toggler {
    display: flex;
    filter: hue-rotate(50deg);
  }
}
.mobile-nav__toggler:hover {
  color: #EC515D;
}

/*--------------------------------------------------------------
# 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 {
  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: #FEFBF4;
  opacity: 0.3;
}
.mobile-nav__wrapper .mobile-nav__content {
  width: 300px;
  background-color: #373737;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 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-bottom: 40px;
  display: flex;
}
.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: 1px solid RGBA(255, 255, 255, 0.1);
}
.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: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #FAFAFA;
  font-size: 18px;
  font-family: "Nexa", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  height: 46px;
  letter-spacing: 0.8px;
  align-items: center;
  transition: 500ms;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a.expanded {
  color: #EC515D;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: #EC515D;
  border: none;
  outline: none;
  color: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: #FAFAFA;
  color: #0c0c0d;
}
.mobile-nav__wrapper .mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #FAFAFA;
  cursor: pointer;
}

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

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: #FAFAFA;
  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: #EC515D;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #EC515D;
}
.mobile-nav__contact li i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #EC515D;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #FAFAFA;
}

.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 {
  content: "";
  width: clamp(4px, 0.417vw, 16px);
  height: clamp(4px, 0.417vw, 16px);
  border: 1px solid #EC515D;
  border-radius: clamp(4px, 0.417vw, 16px);
}
.nav-bar .nav-link li.active::before {
  display: none;
}

.hero-banner {
  background: url("../media/hero/hero-bg.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: grid;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .hero-banner {
    background: url("../media/hero/hero-ipad.png") no-repeat;
    background-position: center;
    height: auto;
    padding-bottom: 32px;
  }
}
@media (max-width: 820px) {
  .hero-banner {
    background-position: inherit;
  }
}
@media (max-width: 490px) {
  .hero-banner {
    background: url("../media/hero/hero-mobile.png") no-repeat;
    background-position: top;
  }
}
@media (max-width: 1024px) {
  .hero-banner .hero-content .hero-text .blocks {
    justify-content: center;
    align-items: center;
  }
}
.hero-banner .hero-content .btn-block:hover .cus-btn {
  color: #0c0c0d;
}
.hero-banner .hero-content .btn-block:hover .cus-btn::before, .hero-banner .hero-content .btn-block:hover .cus-btn::after {
  height: 410px;
  width: 410px;
}
.hero-banner .hero-content .btn-block:hover .cus-btn:active {
  filter: brightness(0.8);
}
.hero-banner .hero-content .btn-block:hover .cus-btn-2 {
  color: #FEFBF4;
  border: 0.5px solid #EC515D;
}
.hero-banner .hero-content .btn-block:hover .cus-btn-2::before, .hero-banner .hero-content .btn-block:hover .cus-btn-2::after {
  height: 410px;
  width: 410px;
}
.hero-banner .hero-content .btn-block:hover .cus-btn-2 span {
  color: #0c0c0d;
}
.hero-banner .hero-content .btn-block:hover .cus-btn-2 svg path {
  transition: all 0.3s ease-in-out;
  fill: #EC515D;
}
.hero-banner .block {
  margin-bottom: 370px;
}
@media (max-width: 1600px) {
  .hero-banner .block {
    margin-bottom: 207px;
  }
}
@media (max-width: 1400px) {
  .hero-banner .block {
    display: none;
  }
}
@media (max-width: 1400px) {
  .hero-banner .block-2 {
    display: none;
  }
}

.hero-banner-2 {
  background: url("../media/hero/hero-bg2.png") no-repeat;
  background-position: center;
  background-size: cover;
  display: grid;
  align-items: center;
  position: relative;
  height: 100vh;
}
@media (max-width: 991px) {
  .hero-banner-2 {
    height: auto;
  }
}
.hero-banner-2 .block {
  font-size: 100px;
  line-height: 90%;
}
.hero-banner-2 .index-wrapper ul {
  display: flex;
  gap: clamp(40px, 2.5vw, 60px);
  align-items: center;
  justify-content: center;
}
@media (max-width: 850px) {
  .hero-banner-2 .index-wrapper ul {
    flex-wrap: wrap;
  }
}
.hero-banner-2 .index-wrapper ul li {
  background: url("../media/vector/time.png") no-repeat;
  background-position: center;
  background-size: contain;
  width: 180px;
  height: 163px;
  padding: 32px 24px;
}
.hero-banner-2 .index-wrapper ul li h3 {
  color: #FEFBF4;
  font-weight: 900;
  text-align: center;
}
.hero-banner-2 .index-wrapper ul li p {
  color: #FEFBF4;
  font-weight: 400;
  text-align: center;
}

.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.numbers {
  position: relative;
}
.numbers .flower-1 {
  position: absolute;
  left: 30px;
  bottom: 8px;
  z-index: -99;
}
.numbers .flower-2 {
  position: absolute;
  right: 36px;
  bottom: 8px;
  z-index: -99;
}
.numbers .number-block {
  background: #FEFBF4;
  box-shadow: -4px 8px 12px 0px rgba(0, 0, 0, 0.12);
  padding: clamp(24px, 2.5vw, 60px) clamp(76px, 5vw, 110px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
}
@media (max-width: 992px) {
  .numbers .number-block {
    grid-template-columns: repeat(2, 1fr);
    padding: clamp(24px, 2.5vw, 60px) clamp(30px, 5vw, 110px);
  }
}
.numbers .number-block .block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 1200px) {
  .numbers .number-block .block:nth-child(2)::after {
    display: none;
  }
  .numbers .number-block .block:first-child {
    padding-left: 0;
  }
}
.numbers .number-block .block:last-child {
  padding-right: 0;
}
.numbers .number-block .block:last-child::after {
  display: none;
}
@media (max-width: 576px) {
  .numbers .number-block .block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.numbers .number-block .block::after {
  content: "";
  height: 100%;
  width: 1px;
  background: #92949f;
  position: absolute;
  right: 0;
}

.story .img-story {
  position: relative;
  width: 100%;
}
.story .img-story img {
  width: 100%;
}
.story .img-story .text-block {
  position: absolute;
  bottom: 9%;
  right: 20%;
  background: rgba(250, 250, 250, 0.35);
  backdrop-filter: blur(12.5px);
  padding: 12px;
}
@media (max-width: 1200px) {
  .story .img-story .text-block {
    right: 42%;
  }
}
@media (max-width: 576px) {
  .story .img-story .text-block {
    right: 27%;
  }
}
.story .img-story .text-block-2 {
  position: absolute;
  bottom: 24%;
  right: 20%;
  background: rgba(250, 250, 250, 0.35);
  backdrop-filter: blur(12.5px);
  padding: 12px;
}
@media (max-width: 1200px) {
  .story .img-story .text-block-2 {
    right: 42%;
  }
}
@media (max-width: 576px) {
  .story .img-story .text-block-2 {
    right: 27%;
  }
}
.story .img-story .text-block-3 {
  position: absolute;
  bottom: 12%;
  right: 44%;
  background: rgba(250, 250, 250, 0.35);
  backdrop-filter: blur(12.5px);
  padding: 12px;
}

.video .video-section {
  background: url(../media/hero/video.png) no-repeat;
  background-position: center;
  background-size: cover;
  height: clamp(700px, 42.76vw, 900px);
  display: grid;
  align-items: center;
  justify-content: center;
}
.video .video-section img {
  width: clamp(70px, 5.208vw, 150px);
}

.attend .attend-block {
  background: url(../media/hero/attend.png) no-repeat;
  background-position: center;
  background-size: cover;
  height: clamp(700px, 42.76vw, 900px);
  display: grid;
  padding: clamp(10px, 3.646vw, 100px) clamp(23px, 5vw, 120px);
}
@media (max-width: 1600px) {
  .attend .attend-block {
    padding: 30px 96px;
  }
}
@media (max-width: 1400px) {
  .attend .attend-block {
    padding: clamp(10px, 3.646vw, 100px) clamp(23px, 5vw, 120px);
  }
}
.attend .attend-block .attend-card {
  background-color: #FEFBF4;
  padding: clamp(16px, 1.25vw, 40px);
}
.attend .attend-block .attend-card .card-block {
  border: 1px solid #EC515D;
  padding: clamp(16px, 1.25vw, 40px);
}
.attend .attend-block .attend-card .card-block .btn-block:hover .cus-btn {
  color: #0c0c0d;
}
.attend .attend-block .attend-card .card-block .btn-block:hover .cus-btn::before, .attend .attend-block .attend-card .card-block .btn-block:hover .cus-btn::after {
  height: 410px;
  width: 410px;
}
.attend .attend-block .attend-card .card-block .btn-block:hover .cus-btn:active {
  filter: brightness(0.8);
}
.attend .attend-block .attend-card .card-block .btn-block:hover .cus-btn-2 {
  color: #FEFBF4;
  border: 0.5px solid #EC515D;
}
.attend .attend-block .attend-card .card-block .btn-block:hover .cus-btn-2::before, .attend .attend-block .attend-card .card-block .btn-block:hover .cus-btn-2::after {
  height: 410px;
  width: 410px;
}
.attend .attend-block .attend-card .card-block .btn-block:hover .cus-btn-2 span {
  color: #0c0c0d;
}
.attend .attend-block .attend-card .card-block .btn-block:hover .cus-btn-2 svg path {
  transition: all 0.3s ease-in-out;
  fill: #EC515D;
}
.attend .attend-block .attend-card .card-block form input {
  width: 100%;
  padding: clamp(12px, 0.833vw, 30px);
  background: transparent;
  border: 0.5px solid #92949f;
  border-radius: 0;
}
.attend .attend-block .attend-card .card-block form input::placeholder {
  color: #92949f;
  font-family: 400px;
}
.attend .attend-block .attend-card .card-block form input:focus {
  outline: none;
  color: #92949f;
}
.attend .attend-block .attend-card .card-block form input:focus-visible {
  outline: none;
  color: #92949f;
}
.attend .attend-block .attend-card .card-block form .amount input {
  width: 7%;
}
.attend .attend-block .attend-card .card-block form .amount input label {
  color: #92949f;
}
.attend .attend-block .attend-card .card-block form button {
  border: none;
  display: flex;
  align-items: center;
}

.blog .img-block {
  position: relative;
}
.blog .img-block .text-block {
  position: absolute;
  bottom: 9%;
  right: 7%;
  background: rgba(250, 250, 250, 0.35);
  backdrop-filter: blur(12.5px);
  padding: 12px;
}
@media (max-width: 1400px) {
  .blog .img-block .text-block {
    width: 90%;
    right: 3%;
  }
}
@media (max-width: 1199px) {
  .blog .img-block .text-block {
    width: 79%;
  }
}
@media (max-width: 992px) {
  .blog .img-block .text-block {
    right: 11%;
  }
}
@media (max-width: 576px) {
  .blog .img-block .text-block {
    right: 9%;
  }
}
.blog .sidebar form {
  position: relative;
  /* actions */
}
.blog .sidebar form input {
  border: 0.5px solid #92949f;
  padding: 0 0 0 clamp(12px, 0.833vw, 32px);
  height: 56px;
  width: 100%;
  color: #92949f;
  font-family: "Poppins", sans-serif;
  font-size: clamp(15px, 0.938vw, 25px);
}
.blog .sidebar form input::placeholder {
  color: #92949f;
}
.blog .sidebar form input:focus {
  border: 0.5px solid #92949f;
  outline: none;
}
.blog .sidebar form input:focus-visible {
  border: 0.5px solid #92949f;
  outline: none;
}
.blog .sidebar form button {
  position: absolute;
  top: 0px;
  background: #EC515D;
  border-top: 1px solid #EC515D;
  border-right: 1px solid #EC515D;
  border-bottom: 1px solid #EC515D;
  border: none;
  right: -2px;
  padding: clamp(12px, 0.833vw, 32px) clamp(24px, 1.667vw, 64px);
  height: 2.917vw;
}
@media (max-width: 1600px) {
  .blog .sidebar form button {
    height: 3.917vw;
  }
}
@media (max-width: 1400px) {
  .blog .sidebar form button {
    height: 4.021vw;
  }
}
@media (max-width: 1200px) {
  .blog .sidebar form button {
    height: 56px;
    right: -4px;
  }
}
.blog .sidebar form .ui-checkbox {
  --primary-color: #fca95d;
  --secondary-color: #fff;
  --primary-hover-color: #fca95d;
  --checkbox-diameter: 20px;
  --checkbox-border-radius: 5px;
  --checkbox-border-color: #d9d9d9;
  --checkbox-border-width: 1px;
  --checkbox-border-style: solid;
  --checkmark-size: 1.2;
}
.blog .sidebar form .ui-checkbox,
.blog .sidebar form .ui-checkbox *,
.blog .sidebar form .ui-checkbox *::before,
.blog .sidebar form .ui-checkbox *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.blog .sidebar form .ui-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--checkbox-diameter);
  height: var(--checkbox-diameter);
  border-radius: var(--checkbox-border-radius);
  background: var(--secondary-color);
  border: var(--checkbox-border-width) var(--checkbox-border-style) var(--checkbox-border-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}
.blog .sidebar form .ui-checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}
.blog .sidebar form .ui-checkbox::before {
  top: 40%;
  left: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  border-right: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
}
.blog .sidebar form .ui-checkbox:hover {
  border-color: var(--primary-color);
}
.blog .sidebar form .ui-checkbox:checked {
  background: var(--primary-color);
  border-color: transparent;
}
.blog .sidebar form .ui-checkbox:checked::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.blog .sidebar form .ui-checkbox:active:not(:checked)::after {
  -webkit-transition: none;
  -o-transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  opacity: 1;
}
.blog .sidebar .img-box {
  overflow: hidden;
}
.blog .sidebar .img-box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.blog .sidebar .text-block {
  transition: all 0.3s ease-in-out;
}
.blog .sidebar .text-block:hover h6,
.blog .sidebar .text-block:hover a {
  transition: all 0.3s ease-in-out;
  color: #FEFBF4;
}
.blog .sidebar .text-block:hover svg path {
  stroke: #FEFBF4;
  transition: all 0.3s ease-in-out;
}
.blog .sidebar .category-block {
  background-color: transparent;
  padding: clamp(18px, 1.25vw, 48px);
  border: 0.5px solid #92949f;
}
.blog .sidebar .category-block .text-block-1 .block-1 {
  transition: all 0.3s ease-in-out;
  color: #92949f;
}
.blog .sidebar .category-block .text-block-1:hover .block-1 {
  color: #EC515D;
  transition: all 0.3s ease-in-out;
}
.blog .sidebar .category-block .text-block-2 .block-2 {
  transition: all 0.3s ease-in-out;
  color: #92949f;
}
.blog .sidebar .category-block .text-block-2:hover .block-2 {
  color: #EC515D;
  transition: all 0.3s ease-in-out;
}
.blog .sidebar .category-block .text-block-3 .block-3 {
  transition: all 0.3s ease-in-out;
  color: #92949f;
}
.blog .sidebar .category-block .text-block-3:hover .block-3 {
  color: #EC515D;
  transition: all 0.3s ease-in-out;
}
.blog .sidebar .services-block {
  background-color: transparent;
  padding: clamp(18px, 1.25vw, 48px);
  border: 0.5px solid #92949f;
}
.blog .sidebar .rating-block {
  background-color: transparent;
  padding: clamp(18px, 1.25vw, 48px);
  border: 0.5px solid #92949f;
  /* actions */
}
.blog .sidebar .rating-block .ui-checkbox {
  --primary-color: #EC515D;
  --secondary-color: #fff;
  --primary-hover-color: #EC515D;
  --checkbox-diameter: 20px;
  --checkbox-border-radius: 5px;
  --checkbox-border-color: #d9d9d9;
  --checkbox-border-width: 1px;
  --checkbox-border-style: solid;
  --checkmark-size: 1.2;
}
.blog .sidebar .rating-block .ui-checkbox,
.blog .sidebar .rating-block .ui-checkbox *,
.blog .sidebar .rating-block .ui-checkbox *::before,
.blog .sidebar .rating-block .ui-checkbox *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.blog .sidebar .rating-block .ui-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--checkbox-diameter);
  height: var(--checkbox-diameter);
  border-radius: var(--checkbox-border-radius);
  background: var(--secondary-color);
  border: var(--checkbox-border-width) var(--checkbox-border-style) var(--checkbox-border-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}
.blog .sidebar .rating-block .ui-checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}
.blog .sidebar .rating-block .ui-checkbox::before {
  top: 40%;
  left: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  border-right: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
}
.blog .sidebar .rating-block .ui-checkbox:hover {
  border-color: var(--primary-color);
}
.blog .sidebar .rating-block .ui-checkbox:checked {
  background: var(--primary-color);
  border-color: transparent;
}
.blog .sidebar .rating-block .ui-checkbox:checked::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.blog .sidebar .rating-block .ui-checkbox:active:not(:checked)::after {
  -webkit-transition: none;
  -o-transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  opacity: 1;
}
.blog .sidebar .follow {
  background-color: transparent;
  padding: clamp(18px, 1.25vw, 48px);
  border: 0.5px solid #92949f;
}
.blog .sidebar .follow .links-container {
  background: none;
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
  border-radius: 50%;
}
.blog .sidebar .follow .links-container .links {
  background: none;
  border-radius: 50%;
  border: 1px solid #EC515D;
  padding: 12px;
  width: 48px;
  height: 48px;
}
.blog .sidebar .follow .links-container .links svg {
  display: grid;
  width: 24px;
  height: 24px;
  align-items: center;
}
.blog .sidebar .follow .links-container .links svg path {
  fill: #EC515D;
}
.blog .sidebar .follow .links-container .links:hover {
  background: #EC515D;
}
.blog .sidebar .follow .links-container .links:hover svg path {
  fill: #FAFAFA;
}
.blog .block-detail {
  border-radius: clamp(8px, 0.625vw, 24px);
  border-left: 2px solid #EC515D;
  background: rgba(236, 81, 93, 0.2);
  padding: 24px;
}
.blog .btn-block:hover .cus-btn {
  color: #0c0c0d;
}
.blog .btn-block:hover .cus-btn::before, .blog .btn-block:hover .cus-btn::after {
  height: 410px;
  width: 410px;
}
.blog .btn-block:hover .cus-btn:active {
  filter: brightness(0.8);
}
.blog .btn-block:hover .cus-btn-2 {
  color: #FEFBF4;
  border: 0.5px solid #EC515D;
}
.blog .btn-block:hover .cus-btn-2::before, .blog .btn-block:hover .cus-btn-2::after {
  height: 410px;
  width: 410px;
}
.blog .btn-block:hover .cus-btn-2 span {
  color: #0c0c0d;
}
.blog .btn-block:hover .cus-btn-2 svg path {
  transition: all 0.3s ease-in-out;
  fill: #EC515D;
}

.planner .planner-img {
  overflow: hidden;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.planner .planner-img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}

.pricing .block {
  margin-bottom: 370px;
}
@media (max-width: 1399px) {
  .pricing .block {
    margin-bottom: 200px;
  }
}
@media (max-width: 1200px) {
  .pricing .block {
    margin-bottom: 48px;
  }
}
.pricing .pricing-block {
  background: url("../media/backgrounds/pricing.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 160px 0 180px 0;
}
@media (max-width: 1200px) {
  .pricing .pricing-block {
    background: none;
    padding: 0;
  }
}
.pricing .pricing-block .main-block .card-1 {
  background: #FEFBF4;
  box-shadow: -4px 8px 12px 0px rgba(0, 0, 0, 0.12);
  padding: 24px;
  margin-top: -82%;
}
@media (max-width: 1200px) {
  .pricing .pricing-block .main-block .card-1 {
    margin-top: 0;
  }
}
.pricing .pricing-block .main-block .card-1 .card-inner {
  border: 1px solid #EC515D;
  padding: 24px 32px;
}
.pricing .pricing-block .main-block .btn-block:hover .cus-btn {
  color: #0c0c0d;
}
.pricing .pricing-block .main-block .btn-block:hover .cus-btn::before, .pricing .pricing-block .main-block .btn-block:hover .cus-btn::after {
  height: 410px;
  width: 410px;
}
.pricing .pricing-block .main-block .btn-block:hover .cus-btn:active {
  filter: brightness(0.8);
}
.pricing .pricing-block .main-block .btn-block:hover .cus-btn-2 {
  color: #FEFBF4;
  border: 0.5px solid #EC515D;
}
.pricing .pricing-block .main-block .btn-block:hover .cus-btn-2::before, .pricing .pricing-block .main-block .btn-block:hover .cus-btn-2::after {
  height: 410px;
  width: 410px;
}
.pricing .pricing-block .main-block .btn-block:hover .cus-btn-2 span {
  color: #0c0c0d;
}
.pricing .pricing-block .main-block .btn-block:hover .cus-btn-2 svg path {
  transition: all 0.3s ease-in-out;
  fill: #EC515D;
}

.testimonials-sec {
  position: relative;
}
.testimonials-sec .bg-block {
  position: absolute;
  top: 0;
  left: 0;
  height: 75%;
  width: 100%;
  background: #FEFBF4;
  z-index: 1;
}
@media (max-width: 1024px) {
  .testimonials-sec .bg-block {
    height: 100%;
  }
}
.testimonials-sec .content-block {
  position: relative;
  z-index: 2;
}
.testimonials-sec .content-block .img-block {
  margin-bottom: 5%;
}
.testimonials-sec .content-block .testimonials-slider {
  margin: 0;
}
@media (max-width: 768px) {
  .testimonials-sec .content-block .testimonials-slider {
    margin-bottom: 32px;
  }
}
.testimonials-sec .content-block .testimonials-slider .testimonials-item {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .testimonials-sec .content-block .testimonials-slider .testimonials-item {
    flex-direction: column;
    padding: 12px 0;
  }
}
.testimonials-sec .content-block .testimonials-slider .testimonials-item .content-2 {
  padding: 40px 56px 32px 53px;
}
.testimonials-sec .content-block .testimonials-slider .testimonials-item .content {
  padding: 40px 56px 32px 53px;
  border-radius: 0 20px 20px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .testimonials-sec .content-block .testimonials-slider .testimonials-item .content {
    padding: 32px 24px;
  }
}
@media (max-width: 580px) {
  .testimonials-sec .content-block .testimonials-slider .testimonials-item .content {
    gap: 12px;
    padding: 24px 16px;
  }
}
@media (max-width: 992px) {
  .testimonials-sec .content-block .testimonials-slider .testimonials-item .content p br {
    display: none;
  }
}
.testimonials-sec .content-block .testimonials-slider .testimonials-item .content svg {
  margin-left: auto;
}
@media (max-width: 768px) {
  .testimonials-sec .content-block .testimonials-slider .testimonials-item .content {
    border-radius: 0 0 20px 20px;
    box-shadow: none;
    border: 1px solid #45474f;
    border-top: 0;
  }
}
.testimonials-sec .content-block .testimonials-slider .slick-dots {
  bottom: 38%;
  right: 72px;
  width: auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1399px) {
  .testimonials-sec .content-block .testimonials-slider .slick-dots {
    right: 24px;
  }
}
@media (max-width: 992px) {
  .testimonials-sec .content-block .testimonials-slider .slick-dots {
    right: 16px;
  }
}
@media (max-width: 768px) {
  .testimonials-sec .content-block .testimonials-slider .slick-dots {
    width: 100%;
    right: unset;
    justify-content: center;
    flex-direction: row;
    bottom: -32px;
  }
}
.testimonials-sec .content-block .testimonials-slider .slick-dots li button {
  border: 1px solid #EC515D;
  width: 16px;
  height: 16px;
  border-radius: 50px;
}
.testimonials-sec .content-block .testimonials-slider .slick-dots li button::before {
  color: #EC515D;
  border-radius: 50px;
  width: 8px;
  height: 8px;
  font-size: 0;
  top: 4px;
  left: 4px;
}
.testimonials-sec .content-block .testimonials-slider .slick-dots li button:hover::before {
  background: #EC515D;
}
.testimonials-sec .content-block .testimonials-slider .slick-dots li.slick-active button::before {
  background: #EC515D;
}

.about {
  position: relative;
}
.about .flower-img {
  position: absolute;
  right: 2%;
  top: 30%;
}
.about .links-container {
  display: flex;
  gap: clamp(12px, 0.833vw, 32px);
  align-items: center;
}
.about .links-container .links {
  background: #EC515D;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(40px, 2.5vw, 60px);
  width: clamp(40px, 2.5vw, 60px);
  transition: all 0.3s ease-in-out;
}
.about .links-container .links svg {
  width: 28px;
  height: 28px;
}
.about .links-container .links:hover {
  background-color: #0c0c0d;
}
@media (max-width: 600px) {
  .about .about-block-1 {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .about .about-block-2 {
    flex-wrap: wrap;
  }
}
.about .btn-block:hover .cus-btn {
  color: #0c0c0d;
}
.about .btn-block:hover .cus-btn::before, .about .btn-block:hover .cus-btn::after {
  height: 410px;
  width: 410px;
}
.about .btn-block:hover .cus-btn:active {
  filter: brightness(0.8);
}
.about .btn-block:hover .cus-btn-2 {
  color: #FEFBF4;
  border: 0.5px solid #EC515D;
}
.about .btn-block:hover .cus-btn-2::before, .about .btn-block:hover .cus-btn-2::after {
  height: 410px;
  width: 410px;
}
.about .btn-block:hover .cus-btn-2 span {
  color: #0c0c0d;
}
.about .btn-block:hover .cus-btn-2 svg path {
  transition: all 0.3s ease-in-out;
  fill: #EC515D;
}

.when {
  position: relative;
}
.when .where-card {
  background: #FEFBF4;
  box-shadow: -2px 6px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 24px;
  height: 480px;
  display: grid;
  align-items: center;
}
.when .where-card .card-inner {
  border: 1px solid #EC515D;
  padding: 32px 24px;
  align-items: center;
  height: 422px;
  display: grid;
}
.when .img-sec {
  position: relative;
}
.when .img-sec .text-block {
  position: absolute;
  background: rgba(250, 250, 250, 0.35);
  backdrop-filter: blur(12.5px);
  bottom: 21%;
  right: 30%;
  padding: 12px;
}
.when .vector-img {
  position: absolute;
  top: 52%;
  right: 81%;
}
@media (max-width: 1600px) {
  .when .vector-img {
    top: 48%;
  }
}
@media (max-width: 1399px) {
  .when .vector-img {
    right: 75%;
    top: 29%;
  }
}
@media (max-width: 1024px) {
  .when .vector-img {
    right: 75%;
    top: 27%;
  }
}
@media (max-width: 840px) {
  .when .vector-img {
    right: 75%;
    top: 24%;
  }
}
@media (max-width: 576px) {
  .when .vector-img {
    right: 50%;
    top: 20%;
  }
}
@media (max-width: 490px) {
  .when .vector-img {
    top: 19%;
  }
}

.vector-img-2 {
  position: absolute;
  top: 51%;
  right: 50%;
}
@media (max-width: 1600px) {
  .vector-img-2 {
    top: 54%;
  }
}
@media (max-width: 1399px) {
  .vector-img-2 {
    top: 28%;
    right: 27%;
  }
}
@media (max-width: 1024px) {
  .vector-img-2 {
    top: 29%;
    right: 26%;
  }
}
@media (max-width: 840px) {
  .vector-img-2 {
    top: 32%;
    right: 26%;
  }
}
@media (max-width: 576px) {
  .vector-img-2 {
    top: 36%;
    right: 49%;
  }
}

.vector-img-3 {
  position: absolute;
  top: 52%;
  right: 19%;
}
@media (max-width: 1600px) {
  .vector-img-3 {
    top: 48%;
  }
}
@media (max-width: 1399px) {
  .vector-img-3 {
    right: 50%;
    top: 74%;
  }
}
@media (max-width: 1024px) {
  .vector-img-3 {
    right: 50%;
    top: 73%;
  }
}
@media (max-width: 840px) {
  .vector-img-3 {
    right: 50%;
    top: 69%;
  }
}
@media (max-width: 576px) {
  .vector-img-3 {
    right: 50%;
    top: 82%;
  }
}
@media (max-width: 490px) {
  .vector-img-3 {
    top: 80%;
  }
}

.journey-start {
  position: relative;
  overflow: hidden;
}
.journey-start .main-block {
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .journey-start .main-block .block-1 {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .journey-start .main-block .block-2 {
    flex-direction: column-reverse;
  }
}
@media (max-width: 600px) {
  .journey-start .main-block .block-3 {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .journey-start .main-block .block-4 {
    flex-direction: column-reverse;
  }
}
.journey-start .main-block .upper-svg {
  width: clamp(1087px, 72.448vw, 1600px);
  height: clamp(160px, 10.625vw, 210px);
}
@media (max-width: 1400px) {
  .journey-start .main-block .upper-svg {
    width: clamp(1006px, 72.448vw, 1600px);
    height: clamp(121px, 10.625vw, 210px);
  }
}
@media (max-width: 1290px) {
  .journey-start .main-block .upper-svg {
    width: clamp(844px, 72.448vw, 1600px);
    height: clamp(121px, 10.625vw, 210px);
  }
}
@media (max-width: 900px) {
  .journey-start .main-block .upper-svg {
    width: clamp(913px, 72.448vw, 1600px);
    height: clamp(106px, 10.625vw, 210px);
  }
}
@media (max-width: 850px) {
  .journey-start .main-block .upper-svg {
    width: clamp(758px, 72.448vw, 1600px);
    height: clamp(106px, 10.625vw, 210px);
  }
}
@media (max-width: 768px) {
  .journey-start .main-block .upper-svg {
    width: clamp(716px, 72.448vw, 1600px);
    height: clamp(106px, 10.625vw, 210px);
  }
}
@media (max-width: 600px) {
  .journey-start .main-block .upper-svg {
    display: none;
  }
}
.journey-start .main-block .center-svg {
  width: clamp(1102px, 73.958vw, 1600px);
  height: clamp(154px, 10.625vw, 210px);
}
@media (max-width: 1400px) {
  .journey-start .main-block .center-svg {
    width: clamp(1038px, 72.448vw, 1600px);
    height: clamp(126px, 10.625vw, 210px);
  }
}
@media (max-width: 1290px) {
  .journey-start .main-block .center-svg {
    width: clamp(962px, 72.448vw, 1600px);
    height: clamp(106px, 10.625vw, 210px);
  }
}
@media (max-width: 900px) {
  .journey-start .main-block .center-svg {
    width: clamp(913px, 72.448vw, 1600px);
    height: clamp(106px, 10.625vw, 210px);
  }
}
@media (max-width: 850px) {
  .journey-start .main-block .center-svg {
    width: clamp(780px, 72.448vw, 1600px);
    height: clamp(106px, 10.625vw, 210px);
  }
}
@media (max-width: 768px) {
  .journey-start .main-block .center-svg {
    width: clamp(736px, 72.448vw, 1600px);
    height: clamp(106px, 10.625vw, 210px);
  }
}
@media (max-width: 600px) {
  .journey-start .main-block .center-svg {
    display: none;
  }
}
.journey-start .main-block .lower-svg {
  width: clamp(1120px, 73.958vw, 1600px);
  height: clamp(147px, 10.625vw, 210px);
}
@media (max-width: 1400px) {
  .journey-start .main-block .lower-svg {
    width: clamp(1044px, 73.958vw, 1600px);
    height: clamp(139px, 10.625vw, 210px);
  }
}
@media (max-width: 1290px) {
  .journey-start .main-block .lower-svg {
    width: clamp(950px, 72.448vw, 1600px);
    height: clamp(106px, 10.625vw, 210px);
  }
}
@media (max-width: 850px) {
  .journey-start .main-block .lower-svg {
    width: clamp(789px, 72.448vw, 1600px);
    height: clamp(106px, 10.625vw, 210px);
  }
}
@media (max-width: 768px) {
  .journey-start .main-block .lower-svg {
    width: clamp(735px, 72.448vw, 1600px);
    height: clamp(106px, 10.625vw, 210px);
  }
}
@media (max-width: 600px) {
  .journey-start .main-block .lower-svg {
    display: none;
  }
}
.journey-start .main-block .journey-block {
  padding-right: 37px;
  display: flex;
  align-items: end;
}
@media (max-width: 600px) {
  .journey-start .main-block .journey-block {
    display: none;
  }
}
.journey-start .main-block .journey-block .heart {
  margin-bottom: -18%;
  margin-right: -2%;
}

.service .follow {
  background-color: transparent;
  padding: clamp(18px, 1.25vw, 48px);
  border: 0.5px solid #92949f;
}
.service .follow .links-container {
  background: none;
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
  border-radius: 50%;
}
.service .follow .links-container .links {
  background: none;
  border-radius: 50%;
  border: 1px solid #EC515D;
  padding: 12px;
  width: 48px;
  height: 48px;
}
.service .follow .links-container .links svg {
  display: grid;
  width: 24px;
  height: 24px;
  align-items: center;
}
.service .follow .links-container .links svg path {
  fill: #EC515D;
}
.service .follow .links-container .links:hover {
  background: #EC515D;
}
.service .follow .links-container .links:hover svg path {
  fill: #FAFAFA;
}
.service .services-block {
  background-color: transparent;
  padding: clamp(18px, 1.25vw, 48px);
  border: 0.5px solid #92949f;
}

.title-banner {
  background: url("../media/backgrounds/title-bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  height: clamp(320px, 20.833vw, 450px);
  display: grid;
  align-items: center;
}
.title-banner .text-blocks {
  font-size: clamp(60px, 5.469vw, 120px);
}

.contact .contact-block {
  padding: 0 clamp(80px, 5vw, 120px);
}
@media (max-width: 576px) {
  .contact .contact-block {
    padding: 0;
  }
}
.contact .contact-link {
  border-radius: clamp(24px, 1.667vw, 64px);
  background-color: #EC515D;
  height: clamp(49px, 2.917vw, 60px);
  width: clamp(50px, 2.917vw, 60px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.map .map-wrapper iframe {
  width: 100%;
  height: clamp(458px, 39.25vw, 900px);
  border-radius: clamp(18px, 1.25vw, 48px);
}

.contact-sec .contact-block {
  padding: clamp(24px, 1.667vw, 64px);
  border: 0.5px solid #92949f;
  height: 100%;
  /* actions */
}
.contact-sec .contact-block .input-block input {
  padding-left: 16px;
  color: #92949f;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  border-radius: 0;
}
.contact-sec .contact-block .input-block input::placeholder {
  color: #92949f;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
.contact-sec .contact-block .input-block input textarea {
  color: #92949f;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  border-radius: 0;
}
.contact-sec .contact-block button {
  border: none;
}
.contact-sec .contact-block .ui-checkbox {
  --primary-color: #FCA95D;
  --secondary-color: #fff;
  --primary-hover-color: #FCA95D;
  --checkbox-diameter: 20px;
  --checkbox-border-radius: 5px;
  --checkbox-border-color: #d9d9d9;
  --checkbox-border-width: 1px;
  --checkbox-border-style: solid;
  --checkmark-size: 1.2;
}
.contact-sec .contact-block .ui-checkbox,
.contact-sec .contact-block .ui-checkbox *,
.contact-sec .contact-block .ui-checkbox *::before,
.contact-sec .contact-block .ui-checkbox *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-sec .contact-block .ui-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--checkbox-diameter);
  height: var(--checkbox-diameter);
  border-radius: var(--checkbox-border-radius);
  background: var(--secondary-color);
  border: var(--checkbox-border-width) var(--checkbox-border-style) var(--checkbox-border-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}
.contact-sec .contact-block .ui-checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}
.contact-sec .contact-block .ui-checkbox::before {
  top: 40%;
  left: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  border-right: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
}
.contact-sec .contact-block .ui-checkbox:hover {
  border-color: var(--primary-color);
}
.contact-sec .contact-block .ui-checkbox:checked {
  background: var(--primary-color);
  border-color: transparent;
}
.contact-sec .contact-block .ui-checkbox:checked::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.contact-sec .contact-block .ui-checkbox:active:not(:checked)::after {
  -webkit-transition: none;
  -o-transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  opacity: 1;
}
.contact-sec .contact-block .btn-block:hover .cus-btn {
  color: #0c0c0d;
}
.contact-sec .contact-block .btn-block:hover .cus-btn::before, .contact-sec .contact-block .btn-block:hover .cus-btn::after {
  height: 410px;
  width: 410px;
}
.contact-sec .contact-block .btn-block:hover .cus-btn:active {
  filter: brightness(0.8);
}
.contact-sec .contact-block .btn-block:hover .cus-btn-2 {
  color: #FEFBF4;
  border: 0.5px solid #EC515D;
}
.contact-sec .contact-block .btn-block:hover .cus-btn-2::before, .contact-sec .contact-block .btn-block:hover .cus-btn-2::after {
  height: 410px;
  width: 410px;
}
.contact-sec .contact-block .btn-block:hover .cus-btn-2 span {
  color: #0c0c0d;
}
.contact-sec .contact-block .btn-block:hover .cus-btn-2 svg path {
  transition: all 0.3s ease-in-out;
  fill: #EC515D;
}

.sec-page {
  padding: clamp(80px, 6.25vw, 120px) 0 clamp(60px, 4.167vw, 120px) 0;
}
.sec-page h1 {
  font-size: clamp(150px, 15.625vw, 450px);
  line-height: 100%;
}
.sec-page .btn-block:hover .cus-btn {
  color: #0c0c0d;
}
.sec-page .btn-block:hover .cus-btn::before, .sec-page .btn-block:hover .cus-btn::after {
  height: 410px;
  width: 410px;
}
.sec-page .btn-block:hover .cus-btn:active {
  filter: brightness(0.8);
}
.sec-page .btn-block:hover .cus-btn-2 {
  color: #FEFBF4;
  border: 0.5px solid #EC515D;
}
.sec-page .btn-block:hover .cus-btn-2::before, .sec-page .btn-block:hover .cus-btn-2::after {
  height: 410px;
  width: 410px;
}
.sec-page .btn-block:hover .cus-btn-2 span {
  color: #0c0c0d;
}
.sec-page .btn-block:hover .cus-btn-2 svg path {
  transition: all 0.3s ease-in-out;
  fill: #EC515D;
}

.coming-soon-page {
  height: 100vh;
  display: grid;
  align-items: center;
}
.coming-soon-page .cs-block {
  text-align: center;
}
.coming-soon-page .cs-block .logo-img {
  margin-left: auto;
  margin-right: auto;
}
.coming-soon-page .cs-block .coming-soon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.coming-soon-page .cs-block .coming-soon-wrapper ul {
  display: flex;
  gap: clamp(12px, 0.833vw, 24px);
}
.coming-soon-page .cs-block .coming-soon-wrapper ul li {
  width: clamp(60px, 6.25vw, 240px);
  height: clamp(60px, 6.25vw, 240px);
  border: 0.5px solid #92949f;
  border-radius: clamp(4px, 0.417vw, 16px);
  background: transparent;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 399px) {
  .coming-soon-page .cs-block .coming-soon-wrapper ul li {
    width: 72px;
    height: 72px;
  }
}
.coming-soon-page .cs-block .coming-soon-wrapper ul li p {
  color: #92949f;
}
.coming-soon-page .cs-block h1 {
  font-size: clamp(55px, 4.167vw, 100px);
  line-height: 100%;
}
@media (max-width: 490px) {
  .coming-soon-page .cs-block h1 {
    font-size: clamp(47px, 4.167vw, 100px);
  }
}
@media (max-width: 399px) {
  .coming-soon-page .cs-block h1 {
    font-size: clamp(40px, 4.167vw, 100px);
  }
}
.coming-soon-page .cs-block form {
  position: relative;
}
.coming-soon-page .cs-block form input {
  border: 0.5px solid #92949f;
  border-radius: clamp(12px, 0.833vw, 32px);
  padding: clamp(24px, 1.979vw, 58px);
  height: 56px;
  color: #92949f;
  font-family: "Poppins", sans-serif;
  background-color: transparent;
  font-size: clamp(15px, 0.938vw, 25px);
  width: 38%;
}
.coming-soon-page .cs-block form input:focus {
  background-color: transparent;
  outline: none;
}
.coming-soon-page .cs-block form input:focus-visible {
  background-color: transparent;
  outline: none;
}
@media (max-width: 1400px) {
  .coming-soon-page .cs-block form input {
    padding: clamp(34px, 1.979vw, 58px);
  }
}
@media (max-width: 915px) {
  .coming-soon-page .cs-block form input {
    width: 64%;
  }
}
@media (max-width: 820px) {
  .coming-soon-page .cs-block form input {
    width: 58%;
  }
}
@media (max-width: 768px) {
  .coming-soon-page .cs-block form input {
    width: 51%;
  }
}
@media (max-width: 576px) {
  .coming-soon-page .cs-block form input {
    width: 68%;
  }
}
@media (max-width: 490px) {
  .coming-soon-page .cs-block form input {
    width: 93%;
  }
}
@media (max-width: 399px) {
  .coming-soon-page .cs-block form input {
    width: 95%;
    padding: 6px;
  }
}
.coming-soon-page .cs-block form .cus-btn {
  position: absolute;
  top: 8px;
  right: 423px;
  border: none;
}
@media (max-width: 1300px) {
  .coming-soon-page .cs-block form .cus-btn {
    right: 374px;
  }
}
@media (max-width: 1200px) {
  .coming-soon-page .cs-block form .cus-btn {
    right: 369px;
  }
}
@media (max-width: 1024px) {
  .coming-soon-page .cs-block form .cus-btn {
    right: 313px;
  }
}
@media (max-width: 992px) {
  .coming-soon-page .cs-block form .cus-btn {
    right: 310px;
  }
}
@media (max-width: 915px) {
  .coming-soon-page .cs-block form .cus-btn {
    right: 164px;
  }
}
@media (max-width: 820px) {
  .coming-soon-page .cs-block form .cus-btn {
    right: 172px;
  }
}
@media (max-width: 768px) {
  .coming-soon-page .cs-block form .cus-btn {
    right: 193px;
  }
}
@media (max-width: 576px) {
  .coming-soon-page .cs-block form .cus-btn {
    right: 98px;
  }
}
@media (max-width: 490px) {
  .coming-soon-page .cs-block form .cus-btn {
    right: 75px;
  }
}
@media (max-width: 430px) {
  .coming-soon-page .cs-block form .cus-btn {
    right: 22px;
    top: 11px;
  }
}
@media (max-width: 399px) {
  .coming-soon-page .cs-block form .cus-btn {
    right: 17px;
    top: 3px;
  }
}

footer {
  position: relative;
  background-color: #FEFBF4;
}
footer .flower-1 {
  position: absolute;
}
footer .flower-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 576px) {
  footer .flower-2 {
    bottom: -81px;
  }
}
footer .footer-links li {
  display: flex;
  gap: clamp(18px, 1.25vw, 48px) !important;
  align-items: center;
  transition: all 0.3s ease-in-out;
  color: #92949f;
}
footer .footer-links li:hover {
  color: #EC515D;
  transition: all 0.3s ease-in-out;
}
footer .footer-links li::before {
  content: "";
  width: clamp(4px, 0.417vw, 16px);
  height: clamp(4px, 0.417vw, 16px);
  background: #EC515D;
  margin-top: -8px;
  border-radius: clamp(4px, 0.417vw, 16px);
  display: block;
}
footer .footer-links li:first-child::before {
  display: none;
}
footer .footer-links svg {
  margin-top: -8px;
}
footer .links-container {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
footer .links-container .links {
  background: #FAFAFA;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(40px, 2.5vw, 60px);
  width: clamp(40px, 2.5vw, 60px);
  transition: all 0.3s ease-in-out;
}
footer .links-container .links svg {
  width: 28px;
  height: 28px;
}
footer .links-container .links svg path {
  fill: #EC515D;
}
footer .links-container .links:hover {
  background: #EC515D;
  transition: all 0.3s ease-in-out;
}
footer .links-container .links:hover svg path {
  fill: #0c0c0d;
}

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