/*
Template Name: Unikon
Template Description: Unikon | Multipurpose Agency HTML Template
Author:  wprealizer
Author URI: https://themeforest.net/user/wprealizer/portfolio
Developer: Sakebul islam
Version: 1.0.0
*/
/*================================================
1. Default CSS
2. Menu CSS
3. Hero CSS
4. Brand CSS
5. About CSS
6. Fun-fact CSS
7. Work CSS
8. Service CSS
9. Testimonial CSS
10. Process CSS
11. Faq CSS
12. Gallery CSS
13. footer CSS
14. Breadcrumb CSS
15. Service-details CSS
16. Blog CSS
17. Blog-details CSS
18. widget CSS
19. Case-details CSS
20. Team CSS
21. Contact-form CSS
22. Google-map CSS
23. 404 Error CSS
24. Showcase CSS
25. Funfact CSS
26. Image-slider CSS
27. Resources CSS
28. Testimonial CSS
29. Testimonial CSS
30. Video CSS
31. Core Value css
32. Landmark css
33. Latest-articles css
34. Award css
35. Sase studies css
36. Appointment studies css
37. Roadmap css
38. Choose-us css
39. Products css
40. Products css
41. Quote css
42. Scrol-down css
43. Team-details css

=================================================*/
/*================================================
1. Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?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");
@import url("https://fonts.googleapis.com/css2?family=Metal&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("../fonts/Ranade/stylesheet.css");
/* Media Query Variable */
/*CSS Variable*/
:root {
  /*font Variable*/
  --ff-dm-sans: "DM Sans", sans-serif;
  --ff-instrument-sans: "Instrument Sans", sans-serif;
  --ff-poppins: "Poppins", sans-serif;
  --ff-ranade: "Ranade";
  --ff-metal: "Metal", serif;
  --ff-inter: "Inter", sans-serif;
  --ff-bebas: "Bebas Neue", sans-serif;
  /*Color Variable*/
  --primary-black: #0f0f0f;
  --secondary-black: rgba(15, 15, 15, 0.6);
  --gray: #555;
  --light-gray: #999;
  --color-white: #fff;
  --color-black: #000;
  --color-yellow: #f0b64b;
  --color-tan: #c89b51;
  --color-tan-light: #f0f1e7;
  --color-cultured: #f5f5f5;
  --color-lotion: #fcfcfc;
  --color-lotion-light: #fffdfc;
  --color-arctic-lime: #c9f31d;
  --color-sandy-brown: #f0a362;
  --color-topaz: #f5ca78;
  --color-health-gradient: linear-gradient(90deg, #3a9fd8 0%, #8363de 100%);
  --transition: all 0.5s ease;
}

a,
button {
  border: 0;
  outline: unset;
  color: unset;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
a:focus,
button:focus {
  outline: 0 solid;
}
a:hover,
button:hover {
  text-decoration: none;
  color: unset;
}

img {
  max-width: 100%;
  height: auto;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-family: var(--ff-instrument-sans);
  text-transform: capitalize;
  color: var(--primary-black);
}

h2.h2 {
  font-size: 70px;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199.98px) {
  h2.h2 {
    font-size: 65px;
  }
}
@media only screen and (max-width: 991.98px) {
  h2.h2 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 767.98px) {
  h2.h2 {
    font-size: 40px;
  }
}

h3.h3 {
  font-size: 64px;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199.98px) {
  h3.h3 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  h3.h3 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  h3.h3 {
    font-size: 38px;
  }
}

h4.h4 {
  font-size: 48px;
  font-weight: 400;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199.98px) {
  h4.h4 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  h4.h4 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  h4.h4 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  h4.h4 {
    font-size: 20px;
  }
}

h5.h5 {
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199.98px) {
  h5.h5 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  h5.h5 {
    font-size: 20px;
  }
}

h6.h6 {
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199.98px) {
  h6.h6 {
    font-size: 19px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 991.98px) {
  h6.h6 {
    font-size: 18px;
  }
}

html,
body {
  font-weight: 400;
  font-size: 18px;
  line-height: 155.556%;
  font-family: var(--ff-dm-sans);
  color: var(--gray);
  background-color: var(--color-white);
  counter-reset: steps;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 767.98px) {
  html,
  body {
    font-size: 16px;
  }
}
html .creative,
body .creative {
  font-size: 16px;
  font-family: var(--ff-dm-sans);
  font-weight: 400;
  line-height: 170%;
  color: var(--gray);
}

figure {
  margin-bottom: 0;
}

span {
  display: inline-block;
}

p {
  margin-bottom: 0;
}

p.health {
  color: var(--gray);
  font-family: var(--ff-dm-sans);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 767.98px) {
  p.health {
    font-size: 18px;
  }
}

.text-white {
  color: var(--color-white);
}

.text-primary-black {
  color: var(--primary-black);
}

.text-secondary-black {
  color: var(--secondary-black);
}

.text-p-18 {
  font-size: 18px;
}
@media only screen and (max-width: 991.98px) {
  .text-p-18 {
    font-size: 16px;
  }
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

ul.custom-ul {
  margin: unset;
  padding: unset;
  list-style: none;
}

i.bx {
  vertical-align: middle;
}

.text-light-gray {
  color: var(--light-gray);
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input:-webkit-autofill:hover, input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

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

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

.mb-80 {
  margin-bottom: 80px;
}

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

.mb-100 {
  margin-bottom: 100px;
}

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

.mb-120 {
  margin-bottom: 120px;
}

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

.mb-150 {
  margin-bottom: 150px;
}

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

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

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

.mb-96 {
  margin-bottom: 96px;
}

.pt-42 {
  padding-top: 42px;
}

.pb-42 {
  padding-bottom: 42px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pt-72 {
  padding-top: 72px;
}

.pb-72 {
  padding-bottom: 72px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-250 {
  padding-top: 250px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-96 {
  padding-top: 96px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-96 {
  padding-bottom: 96px;
}

.z-index-one {
  z-index: 1 !important;
}

.z-index-minus-one {
  z-index: -1 !important;
}

.max-width-728 {
  max-width: 728px;
}

.max-width-500 {
  max-width: 500px;
}

.section-middle {
  margin: 0 auto;
}

@media only screen and (max-width: 991.98px) {
  .mt-75 {
    margin-top: 75px;
  }
  .mb-75 {
    margin-bottom: 75px;
  }
  .mt-80 {
    margin-top: 40px;
  }
  .mb-80 {
    margin-bottom: 40px;
  }
  .mt-100 {
    margin-top: 50px;
  }
  .mb-100 {
    margin-bottom: 50px;
  }
  .mt-120 {
    margin-top: 60px;
  }
  .mb-120 {
    margin-bottom: 60px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .mb-96 {
    margin-bottom: 36px;
  }
  .pt-42 {
    padding-top: 21px;
  }
  .pb-42 {
    padding-bottom: 21px;
  }
  .pt-50 {
    padding-top: 25px;
  }
  .pb-50 {
    padding-bottom: 25px;
  }
  .pt-65 {
    padding-top: 32.5px;
  }
  .pb-65 {
    padding-bottom: 32.5px;
  }
  .pt-72 {
    padding-top: 36px;
  }
  .pb-72 {
    padding-bottom: 36px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pt-150 {
    padding-top: 75px;
  }
  .pb-150 {
    padding-bottom: 75px;
  }
  .pt-250 {
    padding-top: 125px;
  }
  .pb-250 {
    padding-bottom: 125px;
  }
  .pt-75 {
    padding-top: 37.5px;
  }
  .pb-75 {
    padding-bottom: 37.5px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pt-60 {
    padding-top: 30px;
  }
  .pt-96 {
    padding-top: 36px;
  }
  .pb-60 {
    padding-bottom: 30px;
  }
  .pb-96 {
    padding-bottom: 36px;
  }
}
.flex-none {
  flex: none;
}

/*
============================================
============= Custom Scroll Bar CSS ================
*/
::-webkit-scrollbar {
  width: 4.8px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 10px;
}

/*
============================================
============= Custom Scroll Bar CSS End ================
*/
/*
============================================
============= Preloader CSS ================
*/
.preloader {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  z-index: 99999999999999;
  mix-blend-mode: normal;
}

.preloader svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 110vh;
  fill: #1a1a1a;
}

h5.preloader-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
  color: var(--color-white);
}

@media (max-width: 1040px) {
  h5.preloader-text {
    font-size: 60px;
  }
}
h5.preloader-text::after {
  content: "Unikon";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary-black);
  animation: move 2s infinite alternate;
}

@keyframes move {
  from {
    clip-path: circle(50px at 0% 50%);
  }
  to {
    clip-path: circle(50px at 100% 50%);
  }
}
/*
============= Preloader CSS END ================
================================================
*/
/* Custom Cursor */
.cursor {
  pointer-events: none;
  position: fixed;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  mix-blend-mode: difference;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.4s ease;
  transition: transform 0.3s ease, opacity 0.4s ease, -webkit-transform 0.3s ease;
  z-index: 99999;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.cursor-active {
  -webkit-transform: translate(-50%, -50%) scale(3);
  transform: translate(-50%, -50%) scale(3);
  background-color: var(--color-white);
  opacity: 0.1;
}

/* Custom Cursor End */
/*Back to Top btn*/
.back-to-top-btn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  background: #fff;
  mix-blend-mode: exclusion;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  display: none;
  z-index: 9999;
  box-shadow: 0px 0px 0 2px rgb(0, 0, 0), 0px 0px 0 4px rgb(255, 255, 255), 0px 0px 6px 6px rgba(255, 255, 255, 0.3);
}
.back-to-top-btn i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  color: #000;
  font-size: 18px;
  transition: 0.3s;
  -webkit-text-stroke: 1px;
}
.back-to-top-btn i::before {
  vertical-align: middle;
}
.back-to-top-btn svg.progress-circle path {
  stroke: red;
  stroke-width: 6;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*Back to Top btn End*/
.border-top {
  border-top: 1px solid #ececec;
}

.border-bottom {
  border-bottom: 1px solid #ececec;
}

.border-left {
  border-left: 1px solid #ececec;
}

.border-right {
  border-right: 1px solid #ececec;
}

@media only screen and (min-width: 768px) {
  .container.custom-container {
    padding-right: 0;
  }
}
@media (min-width: 1844px) {
  .container.custom-container {
    margin-left: calc((100% - 1844px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}
@media (min-width: 1320px) {
  .container.custom-container-content {
    margin-left: calc((100% - 1320px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}
.container.extend {
  max-width: 1820px;
}
.container.container-custom {
  margin-left: calc((100% - 1320px) / 2);
  width: auto;
  min-width: auto;
  max-width: inherit;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .container.container-custom {
    margin-left: calc((100% - 1143px) / 2);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .container.container-custom {
    margin-left: calc((100% - 970px) / 2);
  }
}
@media (min-width: 100px) {
  .container.container-custom {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .container.container-custom {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .container.container-custom {
    margin-left: calc((100% - 970px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}
@media (min-width: 1200px) {
  .container.container-custom {
    margin-left: calc((100% - 1143px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}
@media (min-width: 1400px) {
  .container.container-custom {
    margin-left: calc((100% - 1320px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}
@media only screen and (min-width: 768px) {
  .container.container-left-auto {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .container.container-left-auto {
    margin-left: calc((100% - 960px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}
@media (min-width: 1200px) {
  .container.container-left-auto {
    margin-left: calc((100% - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .container.container-left-auto {
    margin-left: calc((100% - 1290px) / 2);
  }
}
.container.container-mini {
  max-width: 1290px;
}
@media only screen and (min-width: 1200px) {
  .container.container-cr {
    max-width: 1292px;
  }
}

.container-2xl {
  max-width: 1720px;
  width: 100%;
}

.container-3xl {
  max-width: 1844px;
  width: 100%;
}

.container-fitness-hero {
  max-width: 1830px;
  width: 100%;
}

.container-fitness {
  max-width: 1820px;
  width: 100%;
}

.container-4xl {
  max-width: 1882px;
  width: 100%;
}

.section-title .sub-title {
  font-family: var(--ff-inter);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: normal;
}
.section-title .title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
}
.section-title .title span {
  font-weight: 400;
}
.section-title .desc {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 24px;
}
@media only screen and (max-width: 1199.98px) {
  .section-title .title {
    font-size: 40px;
  }
  .section-title .desc {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .section-title .title {
    font-size: 35px;
  }
  .section-title .desc {
    margin-top: 12px;
  }
}
.section-title.gradient-sub-title .gradient-sub {
  font-family: var(--ff-inter);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  border-radius: 50px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) -17.5%, rgba(255, 255, 255, 0) 118.75%);
  padding: 1px 16px;
  display: inline-block;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1199.98px) {
  .section-title.gradient-sub-title .gradient-sub {
    font-size: 16px;
  }
}
.section-title.gradient-sub-title .title {
  font-size: 56px;
}
@media only screen and (max-width: 1199.98px) {
  .section-title.gradient-sub-title .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .section-title.gradient-sub-title .title {
    font-size: 35px;
  }
}
.section-title.gradient-sub-title.gradient-sub-border .gradient-sub-border-wrap {
  padding: 1.5px;
  margin-bottom: 16px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.section-title.gradient-sub-title.gradient-sub-border .gradient-sub-border-wrap::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  background: linear-gradient(80deg, rgba(66, 41, 255, 0.8) 17.87%, rgba(255, 255, 255, 0.5) 45.75%, rgba(66, 41, 255, 0.8) 80.38%);
  height: 410%;
  width: 101%;
  animation: animate_border 4s linear infinite;
}
.section-title.gradient-sub-title.gradient-sub-border .gradient-sub {
  background: #1a1b3a;
  margin-bottom: 0;
  padding: 5px 24px;
  position: relative;
  z-index: 1;
}
.section-title.border-style .border-sbu {
  color: var(--color-text-heading);
  font-family: var(--ff-inter);
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 991.98px) {
  .section-title.border-style .border-sbu {
    font-size: 18px;
  }
}
.section-title.border-style .border-sbu::before {
  position: absolute;
  background: linear-gradient(90deg, #031811 0%, rgba(3, 24, 17, 0) 100%);
  left: 0;
  bottom: 0;
  height: 1.5px;
  width: 100%;
  content: "";
}
.section-title.border-style .border-sbu.border-sbu-middle::before {
  background: linear-gradient(90deg, rgba(3, 24, 17, 0) 0%, #031811 47.3%, rgba(3, 24, 17, 0) 92.66%);
  left: 50%;
  bottom: 0;
  height: 1.3px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section-title.border-style .title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (max-width: 1199.98px) {
  .section-title.border-style .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .section-title.border-style .title {
    font-size: 35px;
  }
}

.section__header p {
  line-height: 150%;
  font-size: 24px;
}
@media only screen and (max-width: 1399.98px) {
  .section__header p {
    font-size: 20px;
  }
}
.section__header p.p-mini {
  font-size: 20px;
  font-weight: 400;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .section__header p.p-mini {
    margin-top: 35px;
  }
}
.section__header .max-width {
  max-width: 528px;
}
.section__header-v2 .section__title {
  color: var(--primary-black);
  font-family: var(--ff-ranade);
  font-weight: 400;
  line-height: 115.625%;
}
.section__header-v2 .section__sub-title {
  color: var(--primary-black);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.76px;
  line-height: 154.545%;
  margin-bottom: 12px;
}
@media only screen and (max-width: 991.98px) {
  .section__header-v2 .section__sub-title {
    font-size: 18px;
  }
}
.section__header-v2 p {
  color: var(--gray);
  font-weight: 400;
  line-height: 160%;
  margin-top: 12px;
}
@media only screen and (min-width: 992px) {
  .section__header-v2 p {
    font-size: 20px;
    margin-top: 24px;
  }
}
.section__header-v3 .section__header-title-v3 {
  font-weight: 500;
  font-family: var(--ff-dm-sans);
}
.section__header-v3 .section__header-title-v3:has(+ p) {
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) {
  .section__header-v3 .section__header-title-v3 {
    line-height: 66px;
    font-size: 55px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .section__header-v3 .section__header-title-v3 {
    font-size: 60px !important;
  }
}
.section__header-title-v2 {
  color: var(--primary-black);
  font-weight: 500;
  line-height: 121.875%;
  margin-top: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .section__header-title-v2 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section__header-title-v2 {
    margin-top: 0px;
  }
}
.section__header-title-v2--extend {
  margin-top: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .section__header-title-v2--extend {
    margin-top: 12px;
  }
}
.section__header-sub-title {
  color: var(--primary-black);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .section__header-sub-title {
    font-size: 18px;
  }
}
.section__header-sub-title-v2 {
  color: var(--gray);
  font-size: 24px;
  font-weight: 500;
  line-height: 133.333%;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .section__header-sub-title-v2 {
    font-size: 18px;
  }
}
.section__header-sub-title-frontLine {
  width: 31px;
  height: 1px;
  background-color: var(--gray);
  margin-right: 6px;
}
.section__header-sub-title-v8 {
  display: inline-block;
  color: var(--primary-black);
  font-family: var(--ff-instrument-sans);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1599.98px) {
  .section__header-sub-title-v8 {
    line-height: 150%;
  }
}
@media only screen and (max-width: 991.98px) {
  .section__header-sub-title-v8 {
    font-size: 15px;
  }
}
.section__header-title-v8.h2 {
  font-weight: 600;
  line-height: 107.895%;
}
@media only screen and (min-width: 1200px) {
  .section__header-title-v8.h2 {
    font-size: 76px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section__header-title-v8.h2 {
    font-size: 35px;
  }
}
.section__header-v9 p {
  margin: 0 auto;
  font-size: 20px;
}
@media only screen and (max-width: 767.98px) {
  .section__header-title-v9 {
    text-align: center;
  }
}
.section__header-title-v9.h3 {
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .section__header-title-v9.h3 {
    font-size: 60px;
    line-height: 116.667%;
  }
}
.section__header-title-v9.h3:has(+ p) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .section__header-title-v9.h3:has(+ p) {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .section__header-title-v10 {
    line-height: 113.889%;
  }
}
.section__header-sub-title-v10 {
  color: var(--primary-black);
  font-family: var(--ff-instrument-sans);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.section__header-sub-title-v10:has(+ .section__header-title-v10) {
  margin-bottom: 15px;
}
.section__header-sub-title-v10--extend {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-black);
  font-family: var(--ff-instrument-sans);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 4px;
  text-decoration-line: underline;
  text-transform: uppercase;
  text-underline-offset: 3px;
  text-decoration-thickness: from-font;
}
.section__header-sub-title-v10--extend:has(+ .section__header-title-v10) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 575.98px) {
  .section__header-sub-title-v10--extend {
    font-size: 15px;
  }
}
.section__header-title-v11.h2 {
  font-style: normal;
  font-weight: 600;
}
@media only screen and (min-width: 1400px) {
  .section__header-title-v11.h2 {
    line-height: 114.286%;
    font-size: 70px;
  }
}
.section__header-sub-title-v11 {
  color: var(--primary-black);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .section__header-sub-title-v11 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section__header-sub-title-v11 {
    font-size: 18px;
  }
}
.section__header-sub-title-v11:has(+ .section__header-title-v11) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
  .section__header-sub-title-v11:has(+ .section__header-title-v11) {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section__header-sub-title-v11:has(+ .section__header-title-v11) {
    margin-bottom: 10px;
  }
}
.section__header-v12 p {
  max-width: 603px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 150%;
}
@media only screen and (max-width: 991.98px) {
  .section__header-v12 p {
    max-width: 500px;
  }
}
.section__header-title-v12:has(+ p) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 991.98px) {
  .section__header-title-v12:has(+ p) {
    margin-bottom: 8px;
  }
}
.section__header-sub-title-v12 {
  color: var(--primary-black);
  font-size: 30px;
  font-weight: 500;
  line-height: 133.333%;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .section__header-sub-title-v12 {
    font-size: 20px;
  }
}
.section__header-sub-title-v12::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  top: 50%;
  left: calc(100% + 10px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--primary-black);
}

.common-btn {
  font-weight: 500;
  letter-spacing: normal;
  display: inline-flex;
  line-height: normal;
  gap: 10px;
  font-size: 16px;
  align-items: center;
  padding: 12px 16px;
  color: var(--color-white);
  background-color: var(--primary-black);
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  transition: all 0.4s linear;
  border: 1px solid var(--primary-black);
  white-space: nowrap;
}
.common-btn svg {
  transition: all 0.4s linear;
}
.common-btn:hover {
  background-color: transparent;
  color: var(--primary-black);
}
.common-btn:hover svg {
  color: var(--primary-black);
}
@media only screen and (max-width: 991.98px) {
  .common-btn {
    font-size: 14px;
  }
}
.common-btn.square-btn {
  border-radius: 0;
}
.common-btn.transparent-btn {
  background-color: transparent;
  color: var(--primary-black);
}
.common-btn.transparent-btn:hover {
  background-color: var(--primary-black);
  color: var(--color-white);
}
.common-btn.transparent-btn:hover svg {
  color: var(--color-white);
}
@media only screen and (min-width: 992px) {
  .common-btn--fixed {
    line-height: 100%;
    padding: 16px 23px;
  }
}
.common-btn.common-btn-v1 {
  font-weight: 500;
  line-height: 300%;
  padding: 8px 42px;
}
@media only screen and (max-width: 991.98px) {
  .common-btn.common-btn-v1 {
    padding: 2px 30px;
  }
}
.common-btn__variation2 {
  display: inline-block;
  padding: 12px 16px;
  background-color: #ececec;
  border-radius: 8px;
  color: var(--primary-black);
  font-family: var(--ff-instrument-sans);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.common-btn__variation2:hover {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.common-btn__variation3 {
  border-radius: 12px;
  background: #ffbb7b;
  color: var(--primary-black);
  font-size: 18px;
  font-weight: 500;
  line-height: 266.667%;
  padding: 10px 40px;
  display: inline-block;
}
.common-btn__variation3:hover {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: var(--primary-black);
}
@media only screen and (max-width: 1199.98px) {
  .common-btn__variation3 {
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .common-btn__variation3 {
    font-size: 15px;
    border-radius: 10px;
  }
}
.common-btn__variation4 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  color: var(--color-white);
  background: var(--color-tan);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 154.545%;
  padding: 20px 40px;
  border-radius: 37px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 991.98px) {
  .common-btn__variation4 {
    padding: 15px 30px;
    font-size: 18px;
  }
}
.common-btn__variation4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
  background-color: var(--color-white);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.common-btn__variation4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--color-white);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.common-btn__variation4:hover {
  color: var(--primary-black);
}
.common-btn__variation4:hover::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.common-btn__variation4:hover::after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.common-btn__variation4--extend {
  border-radius: 40px;
  border: 1px solid var(--color-tan);
  padding: 13px 40px;
  color: var(--primary-black);
  background-color: transparent;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 80%;
  gap: 10px;
}
.common-btn__variation4--extend:hover {
  color: var(--color-white);
  background-color: var(--color-yellow);
}
.common-btn__variation4--extend:hover::after {
  background-color: var(--color-tan);
}
.common-btn__variation4--header {
  color: var(--color-white);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  padding: 16px 23px;
}
.common-btn__variation4.bg-white-hover:hover {
  color: var(--color-white);
}
.common-btn__variation4.bg-white-hover:hover::after {
  background-color: var(--color-yellow);
}
.common-btn__variation5 {
  padding: 14px 21.5px;
}
.common-btn__variation5--extend {
  padding: 5px 5px 5px 24px;
}
.common-btn__variation5--extend .arrow {
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
  color: var(--primary-black);
  background-color: var(--color-white);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.common-btn__variation5--extend2 {
  display: inline-flex;
  width: max-content;
  padding: 5px 5px 5px 24px;
  border: 1px solid var(--color-white);
}
.common-btn__variation5--extend2:hover {
  color: var(--color-white);
}
.common-btn__variation5--extend2 .arrow {
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
  color: var(--primary-black);
  background-color: var(--color-white);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 1px solid var(--color-white);
}
.common-btn__variation6 {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: var(--primary-black);
  padding: 13px 21.5px;
  border: 1px solid var(--primary-black);
  border-radius: 25px;
  overflow: hidden;
}
.common-btn__variation6 span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.common-btn__variation6 i {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--primary-black);
  transition: var(--transition);
  position: relative;
  z-index: -1;
}
.common-btn__variation6:hover {
  color: var(--color-white);
}
.common-btn__variation6:hover i {
  transform: scale(10000%);
}
.common-btn__variation7 {
  color: var(--primary-black);
  font-family: var(--ff-dm-sans);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.common-btn__variation7:hover {
  color: var(--gray);
}
.common-btn__variation8 {
  border-radius: 30px;
  background-color: var(--color-cultured);
  border-color: transparent;
  color: var(--primary-black);
  font-family: var(--ff-instrument-sans);
  font-size: 16px;
  font-weight: 500;
  padding: 8px 8px 8px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border: 1px solid transparent;
}
.common-btn__variation8:hover {
  border-color: var(--primary-black);
  color: var(--primary-black);
}
.common-btn__variation8 .icon-container {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: grid;
  place-content: center;
  background: var(--color-health-gradient);
}
.common-btn__variation8 .icon-container i,
.common-btn__variation8 .icon-container svg {
  color: var(--color-white);
}
.common-btn__variation8--extend {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 32.5px;
  background: var(--color-health-gradient);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 300%;
  padding: 7px 40px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .common-btn__variation8--extend {
    padding: 2px 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .common-btn__variation8--extend {
    font-size: 13px;
    padding: 2px 15px;
  }
}
.common-btn__variation8--extend::after, .common-btn__variation8--extend::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: var(--color-white);
  opacity: 1;
  transition: none;
  transform-origin: bottom;
}
.common-btn__variation8--extend::before {
  top: 0;
  transform-origin: top;
}
.common-btn__variation8--extend::after {
  bottom: 0;
  transform-origin: bottom;
}
.common-btn__variation8--extend:hover {
  color: var(--color-white);
}
.common-btn__variation8--extend:hover::after, .common-btn__variation8--extend:hover::before {
  animation: expandAndFade 0.4s ease-in-out forwards;
}
.common-btn__variation8--extend svg {
  width: 20px;
  height: 15px;
}
.common-btn__variation8--extend-2 {
  color: var(--primary-black);
  padding: 0px;
  border-radius: 32.5px;
  border: 1px solid transparent;
}
.common-btn__variation8--extend-2:hover {
  color: var(--primary-black);
}
.common-btn__variation8--extend-2::before, .common-btn__variation8--extend-2::after {
  background: var(--color-health-gradient);
}
@media only screen and (max-width: 575.98px) {
  .common-btn__variation8--extend-2 {
    font-size: 13px;
  }
}
.common-btn__variation8--extend-2 span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 32.5px;
  background: var(--color-white);
  padding: 6.5px 40px;
}
@media only screen and (max-width: 767.98px) {
  .common-btn__variation8--extend-2 span {
    padding: 2px 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .common-btn__variation8--extend-2 span {
    padding: 2px 15px;
  }
}
.common-btn__variation9 {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 32.5px;
  color: var(--primary-black);
  background-color: var(--color-arctic-lime);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 300%;
  padding: 9px 40px;
  border: 1px solid transparent;
}
.common-btn__variation9:hover {
  border-color: var(--color-arctic-lime);
  background-color: rgba(201, 243, 29, 0.1);
}
@media only screen and (max-width: 991.98px) {
  .common-btn__variation9 {
    padding: 0px 20px;
  }
}
.common-btn__variation9--noicon {
  padding: 1.5px 40px;
}
@media only screen and (max-width: 991.98px) {
  .common-btn__variation9--noicon {
    padding: 0px 20px;
  }
}
.common-btn__variation9--extend {
  padding: 12px 40px;
  border-radius: 32.5px;
  border: 1px solid var(--color-arctic-lime);
  background-color: transparent;
  transition: var(--transition);
}
@media only screen and (max-width: 991.98px) {
  .common-btn__variation9--extend {
    padding: 10px 30px;
  }
}
.common-btn__variation9--extend:hover {
  background-color: rgba(201, 243, 29, 0.15);
}
.common-btn__variation9--extend.arrow {
  border-color: var(--primary-black);
}
.common-btn__variation9--extend.arrow:hover {
  background-color: rgba(15, 15, 15, 0.15);
}
.common-btn__variation10 {
  display: inline-block;
  padding: 2.5px 40px;
  background-color: var(--color-sandy-brown);
  color: var(--primary-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 300%;
  text-transform: uppercase;
  border-radius: 32.5px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.common-btn__variation10::before, .common-btn__variation10::after {
  position: absolute;
  content: "";
  width: 60%;
  background-color: var(--primary-black);
  height: 100%;
  top: 0;
  transition: var(--transition);
  z-index: -1;
}
.common-btn__variation10::before {
  left: -5px;
  transform: translateX(-200%) skewx(15deg);
  -moz-transform: translateX(-200%) skewx(15deg);
  -webkit-transform: translateX(-200%) skewx(15deg);
  -o-transform: translateX(-200%) skewx(15deg);
}
.common-btn__variation10::after {
  right: -5px;
  transform: translateX(200%) skewx(15deg);
  -moz-transform: translateX(200%) skewx(15deg);
  -webkit-transform: translateX(200%) skewx(15deg);
  -o-transform: translateX(200%) skewx(15deg);
}
.common-btn__variation10:hover {
  background-color: transparent;
  color: var(--color-white);
}
.common-btn__variation10:hover::before, .common-btn__variation10:hover::after {
  -webkit-transform: translateX(0) skewx(15deg);
  -ms-transform: translateX(0) skewx(15deg);
  transform: translateX(0) skewx(15deg);
}
.common-btn__variation11 {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  color: var(--primary-black);
  font-family: var(--ff-instrument-sans);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  background-color: var(--color-topaz);
  border-radius: 26px;
  backdrop-filter: blur(2px);
  border: 1px solid var(--color-topaz);
  padding: 6px 6px 6px 30px;
  text-transform: capitalize;
}
.common-btn__variation11 .icon-box {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid rgba(15, 15, 15, 0.2);
  position: relative;
}
.common-btn__variation11 .icon-box::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "\f061";
  font-size: 25px;
  vertical-align: middle;
  margin-right: 10px;
  transition: var(--transition);
  -webkit-text-stroke: 1px var(--color-topaz);
  transform-origin: center center;
}
.common-btn__variation11:not(:has(.icon-box)) {
  padding: 17px 30px;
}
.common-btn__variation11:hover {
  color: var(--primary-black);
  background-color: transparent;
  border-color: var(--color-white);
}
.common-btn__variation11:hover .icon-box {
  border-color: var(--color-white);
  background-color: var(--color-white);
}
.common-btn__variation11:hover .icon-box::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-text-stroke: 1px var(--color-white);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.common-btn__variation11--extend {
  border-color: var(--color-white);
  background-color: transparent;
}
.common-btn__variation11--extend .icon-box {
  border-color: var(--color-white);
  background-color: var(--color-white);
}
.common-btn__variation11--extend .icon-box::after {
  -webkit-text-stroke: 1px var(--color-white);
}
.common-btn__variation11--extend:hover {
  background-color: var(--color-topaz);
  border-color: var(--color-topaz);
}
.common-btn__variation11--extend:hover .icon-box {
  border-color: rgba(15, 15, 15, 0.2);
  background-color: transparent;
}
.common-btn__variation11--extend:hover .icon-box::after {
  -webkit-text-stroke: 1px var(--color-topaz);
}

@keyframes expandAndFade {
  0% {
    height: 0%;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
.common-btn.outline {
  background-color: transparent;
  color: var(--color-black);
}
.common-btn.outline:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
.common-btn.outline:hover svg {
  color: var(--color-white);
}
.common-btn.outline.border-light {
  border-color: rgba(15, 15, 15, 0.12) !important;
}
.common-btn.outline.border-light:hover {
  border-color: var(--primary-black) !important;
}

.common-btn.outline-white {
  background-color: transparent;
  color: var(--color-white);
  border-color: var(--color-white);
}
.common-btn.outline-white:hover {
  background-color: var(--color-white);
  color: var(--color-black);
}
.common-btn.outline-white:hover svg {
  color: var(--color-white);
}

.common-btn.white-btn {
  background-color: var(--color-white);
  color: var(--primary-black);
  border-color: var(--color-white);
}
.common-btn.white-btn:hover {
  color: var(--color-white);
  background-color: transparent;
}

.common-btn.black-transparent-btn {
  border-color: rgba(255, 255, 255, 0.08);
  color: var(--color-white);
}
.common-btn.black-transparent-btn:hover {
  color: var(--primary-black);
  background-color: var(--color-white);
}

.button-v2 {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  height: max-content;
  border-radius: 6px;
  background: var(--primary-black);
  border: 1px solid var(--primary-black);
  color: var(--color-white);
  font-size: 14px;
  font-family: var(--ff-inter);
  font-weight: 600;
  line-height: normal;
  padding-inline: 22px 4px;
  padding-block: 4px;
  width: max-content;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 1599.98px) {
  .button-v2 {
    font-size: 13px;
  }
}
.button-v2 .button-icon {
  display: block;
  position: relative;
  width: 42px;
  height: 42px;
  aspect-ratio: 1/1;
  border-radius: 6px;
  background-color: var(--color-white);
  color: var(--primary-black);
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.button-v2 .button-icon i,
.button-v2 .button-icon svg {
  position: absolute;
  display: grid;
  place-content: center;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  transition: transform 0s;
}
.button-v2 .button-icon i path,
.button-v2 .button-icon svg path {
  width: 13px;
  height: 13px;
}
.button-v2 .button-icon i:first-child,
.button-v2 .button-icon svg:first-child {
  transform: translate(-50%, -50%);
}
.button-v2 .button-icon i:nth-child(2),
.button-v2 .button-icon svg:nth-child(2) {
  transform: translate(-250%, 150%);
}
.button-v2:hover {
  background-color: var(--color-white);
  border-color: rgba(0, 0, 0, 0.14);
  color: var(--primary-black);
}
.button-v2:hover .button-icon {
  background-color: var(--primary-black);
  color: var(--color-white);
}
.button-v2:hover .button-icon i:first-child,
.button-v2:hover .button-icon svg:first-child {
  transform: translate(150%, -250%);
  transition: transform 0.4s;
}
.button-v2:hover .button-icon i:nth-child(2),
.button-v2:hover .button-icon svg:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: transform 0.4s;
}
.button-v2.extend {
  background-color: var(--color-white);
  border-color: rgba(0, 0, 0, 0.14);
  color: var(--primary-black);
}
.button-v2.extend .button-icon {
  background-color: var(--primary-black);
  color: var(--color-white);
}
.button-v2.extend:hover {
  background-color: var(--primary-black);
  border-color: var(--color-white);
  color: var(--color-white);
}
.button-v2.extend:hover .button-icon {
  background-color: var(--color-white);
  color: var(--primary-black);
}
.button-v2.icon-only {
  background-color: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
}
.button-v2.icon-only .button-icon {
  background-color: var(--primary-black);
  color: var(--color-white);
}
.button-v2.icon-only:hover .button-icon {
  background-color: var(--primary-black);
  color: var(--color-white);
}
.button-v2.has-border {
  border-color: rgba(255, 255, 255, 0.14);
}
.button-v2.has-border:hover {
  border-color: var(--color-white);
}

.read-more-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--primary-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 266.667%;
}

.slider-health-arrow span {
  padding: 12px 40px;
}

.section__header .section__title:has(+ p) {
  margin-bottom: 36px;
}
@media only screen and (max-width: 1599.98px) {
  .section__header .section__title:has(+ p) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .section__header .section__title:has(+ p) {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .section__header .section__title:has(+ p) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .section__header .section__title:has(+ p) {
    margin-bottom: 18px;
  }
}

.rating {
  display: flex;
  gap: 8px;
}
.rating li {
  font-size: 28.5px;
  color: var(--color-yellow);
}
@media only screen and (max-width: 991.98px) {
  .rating {
    gap: 4px;
  }
  .rating li {
    font-size: 20px;
  }
}

.word-animation {
  white-space: nowrap;
  display: inline-block;
}

/*================================================
2. Menu CSS
=================================================*/
.menu-area {
  width: 100%;
  padding: 18px 0px;
  top: 0;
  left: 0;
  z-index: 9;
  background: transparent;
  position: relative;
}
.menu-area .menu-logo-wrap a {
  display: inline-block;
}
.menu-area.health {
  padding: 32px 0;
}
@media only screen and (max-width: 991.98px) {
  .menu-area.health {
    padding: 18px 0px;
  }
}
.menu-area.health .menu-btn-wrap {
  gap: 16px;
}
.menu-area.health .mainmenu li a {
  color: var(--primary-black);
  font-family: var(--ff-instrument-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.menu-area__showcase .container-fluid {
  padding: 0 50px;
}
@media only screen and (max-width: 991.98px) {
  .menu-area__showcase .container-fluid {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .menu-area__showcase .container-fluid {
    padding: 0 20px;
  }
}
.menu-area.sticky {
  position: fixed;
  background-color: var(--color-white);
  box-shadow: 0 -6px 10px 5px rgba(0, 0, 0, 0.5);
  animation: slide_down_site 0.35s ease-out;
}
.menu-area--fixed {
  position: fixed;
  background-color: transparent;
  box-shadow: unset;
  z-index: 9999;
}
.menu-area--fixed .container::after,
.menu-area--fixed .container-fluid::after {
  content: unset !important;
}
.menu-area--fixed .container .mainmenu li a,
.menu-area--fixed .container-fluid .mainmenu li a {
  color: var(--color-white);
}
.menu-area--fixed .container .mainmenu li ul a,
.menu-area--fixed .container-fluid .mainmenu li ul a {
  color: var(--color-black);
}
.menu-area--fixed.sticky {
  background-color: var(--primary-black);
}
.menu-area--fixed-light .container::after {
  content: unset !important;
}
.menu-area--fixed-light .container .mainmenu li a {
  color: var(--gray);
}
.menu-area--fixed-light .container .mainmenu li.active a {
  color: var(--primary-black);
}
.menu-area--fixed-light .container .mainmenu li ul a {
  color: var(--color-black);
}
.menu-area--fixed-light.sticky {
  background-color: var(--color-white);
}
.menu-area--fixed-light.sticky .mainmenu li a {
  color: var(--primary-black);
}
.menu-area--fixed-light.sticky .mainmenu li ul a {
  color: var(--color-black);
}
.menu-area--fixed-dark .container .mainmenu li a {
  color: var(--primary-black);
}
.menu-area--fixed-dark .container .mainmenu li a.active {
  color: var(--primary-black);
}
.menu-area--fixed-dark .container .mainmenu li ul a {
  color: var(--color-black);
}
.menu-area--fixed-dark.sticky {
  background-color: var(--color-white);
}
.menu-area--fixed-dark.sticky .mainmenu li a {
  color: var(--primary-black);
}
.menu-area--fixed-dark.sticky .mainmenu li ul a {
  color: var(--color-black);
}
.menu-area__travel .mainmenu {
  border-radius: 100px;
  border: 1px solid var(--color-white);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  padding: 8px;
}
.menu-area__travel .mainmenu .has-child-menu.active {
  border-radius: 100px;
  background: var(--color-white);
  padding: 15px 20px;
  line-height: 1;
}
.menu-area__travel .mainmenu .has-child-menu:last-child {
  padding-right: 20px;
}
.menu-area__travel .mainmenu .has-child-menu > a {
  padding: 0;
}
.menu-area__fin {
  border-bottom: 1px solid rgba(85, 85, 85, 0.08);
  background-color: var(--color-tan-light);
}
.menu-area__fin.sticky {
  border-bottom: unset;
  background-color: var(--color-tan-light);
}
.menu-area__fin .search__btn {
  background-color: transparent;
  width: 40px;
  height: 40px;
  color: var(--primary-black);
  justify-content: center;
  align-items: center;
}
.menu-area__ca .menu-btn-wrap {
  gap: 30px;
}
@media only screen and (max-width: 767.98px) {
  .menu-area__ca .menu-btn-wrap {
    gap: 15px;
  }
}
.menu-area__cr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px 0px;
  background-color: var(--color-white);
}
.menu-area__cr .mainmenu > ul {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.menu-area__cr .mainmenu > ul > li {
  padding: 0;
}
.menu-area__cr .mainmenu > ul > li.active > a, .menu-area__cr .mainmenu > ul > li:hover > a {
  background-color: var(--primary-black);
  color: var(--color-white);
  border-color: var(--primary-black);
}
.menu-area__cr .mainmenu > ul > li > a {
  color: var(--primary-black);
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  padding: 9px 12px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: var(--color-white);
}
.menu-area__cr .mainmenu > ul > li.has-child-menu > a::before {
  content: unset;
}
.menu-area__cr .side-panel__activator {
  padding: 6px 13px;
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  gap: 4px;
  color: var(--primary-black);
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  color: var(--primary-black);
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  background: var(--color-white);
}

.menu-fit .has-child-menu.active > a {
  border-bottom: 1px solid var(--primary-black);
  color: var(--primary-black);
}

.header-border-bottom {
  position: relative;
}
.header-border-bottom::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -18px;
  background-color: #ececec;
}

.border-grid-lr {
  position: relative;
}
.border-grid-lr::before {
  position: absolute;
  content: "";
  max-width: 1882px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 0;
}

.border-grid-tb {
  position: relative;
}
.border-grid-tb::after {
  position: absolute;
  content: "";
  max-width: 1882px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 0;
}

.border-grid-z {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1200px) {
  .border-grid-px {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@-webkit-keyframes slide_down_site {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide_down_site {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.nav-wrap--extend {
  gap: 130px;
}
@media only screen and (max-width: 1199.98px) {
  .nav-wrap--extend {
    gap: 50px;
  }
}

.search__btn {
  cursor: pointer;
  user-select: none;
}
.search__btn-v2 {
  min-width: 60px;
  min-height: 60px;
  display: grid;
  place-content: center;
  border-radius: 100%;
  background-color: var(--color-cultured);
  color: var(--primary-black);
  padding: 0;
}
@media only screen and (max-width: 991.98px) {
  .search__btn-v2 {
    min-width: 45px;
    min-height: 45px;
  }
}
.search__popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(15, 15, 15, 0.5);
  z-index: 99999999999;
  transform: translateY(-100vh);
  -webkit-transform: translateY(-100vh);
  -moz-transform: translateY(-100vh);
  -ms-transform: translateY(-100vh);
  -o-transform: translateY(-100vh);
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}
.search__popup.active {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.search__popup-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search__popup-toggle {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  background-color: var(--color-white);
  display: grid;
  place-content: center;
  border-radius: 100%;
  font-size: 30px;
  font-weight: 400;
  transition: var(--transition);
  z-index: 2;
}
@media only screen and (max-width: 991.98px) {
  .search__popup-toggle {
    width: 40px;
    height: 40px;
    top: 18px;
    right: 12px;
  }
}
.search__popup-toggle:hover {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.search__popup-form {
  max-width: 50%;
  width: 100%;
  display: inline-flex;
  height: max-content;
  overflow: hidden;
  transition: var(--transition);
}
@media only screen and (max-width: 1399.98px) {
  .search__popup-form {
    max-width: 70%;
  }
}
@media only screen and (max-width: 767.98px) {
  .search__popup-form {
    max-width: 90%;
  }
}
.search__popup-form:hover {
  border-radius: 8px;
}
.search__popup-form input {
  width: 100%;
  border-radius: 0;
  border: none;
  padding: 5px 20px;
  font-size: 20px;
  text-transform: capitalize;
  color: var(--primary-black);
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  .search__popup-form input {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .search__popup-form input {
    font-size: 15px;
    padding: 2px 10px;
  }
}
.search__popup-form input::-webkit-search-decoration, .search__popup-form input::-webkit-search-cancel-button, .search__popup-form input::-webkit-search-results-button, .search__popup-form input::-webkit-search-results-decoration {
  display: none;
}
.search__popup-form button {
  border-radius: 0;
}
.search__popup-form button:hover {
  border-radius: 0;
}
.search__popup-btns-wrapper {
  position: relative;
}
.search__popup-btns-wrapper .search-clear {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 50px;
  height: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .search__popup-btns-wrapper .search-clear {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .search__popup-btns-wrapper .search-clear {
    font-size: 15px;
  }
}
.search__popup-btns-wrapper .search-clear.active {
  display: grid;
  place-content: center;
  background-color: transparent;
}
.search__popup-btns-wrapper .common-btn__variation9 {
  border: unset;
}
.search__popup-btns-wrapper .common-btn__variation9:hover {
  background-color: rgb(201, 243, 29);
  color: var(--primary-black);
}

.mainmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainmenu ul ul li ul {
  left: -204px;
  top: 64px;
}
.mainmenu ul ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 15px;
}
.mainmenu li {
  display: inline-block;
  position: relative;
  padding: 0 40px 0 0;
}
@media only screen and (max-width: 1199.98px) {
  .mainmenu li {
    padding: 0 32px 0 0;
  }
}
.mainmenu li a {
  padding: 9px 0;
  transition: 0.3s;
  display: inline-block;
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--ff-instrument-sans);
  line-height: 1;
}
.mainmenu li ul {
  position: absolute;
  background: #f3f3f3;
  min-width: 200px;
  height: auto;
  transform-origin: 0 0 0;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  z-index: 9;
  transform: translateY(60px);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
}
.mainmenu li ul li {
  text-align: left;
  display: block;
  padding: 3px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.mainmenu li ul li::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: linear-gradient(90deg, var(--color-white), var(--primary-black), var(--color-white));
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.4s ease-in;
  z-index: 1;
}
.mainmenu li ul li > a {
  color: var(--primary-black);
  font-weight: 500;
  transition: 0.3s;
  padding: 10px 10px;
  white-space: nowrap;
}
.mainmenu li ul li > a:hover {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}
.mainmenu li ul li:hover a, .mainmenu li ul li.active a {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}
.mainmenu li ul li:hover::before, .mainmenu li ul li.active::before {
  transform: scale(1);
}
.mainmenu li ul li ul li:hover a {
  transform: translateX(10px) !important;
  -webkit-transform: translateX(10px) !important;
  -moz-transform: translateX(10px) !important;
  -ms-transform: translateX(10px) !important;
  -o-transform: translateX(10px) !important;
}
.mainmenu li ul a {
  color: #fff;
  width: 85%;
  text-align: left;
  margin-left: 0px;
  padding: 0px 0px;
}
.mainmenu li:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.mainmenu li:hover ul ul {
  visibility: hidden;
  opacity: 0;
}
.mainmenu li > a {
  transition: 0.3s;
}
.mainmenu li.has-child-menu > a {
  position: relative;
}
.mainmenu li.has-child-menu > a::before {
  position: absolute;
  left: 106%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 11px;
  font-family: bootstrap-icons !important;
  content: "\f282";
  transition: all 0.5s;
}
.mainmenu li.has-child-menu.common-active.active > a {
  color: var(--primary-black);
}
.mainmenu li.has-child-menu:hover a::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.mainmenu li.has-child-menu ul li.has-child-menu > a::before {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
  font-family: bootstrap-icons !important;
  -webkit-text-stroke: 1px;
  content: "\f285";
  transition: all 0.5s;
  color: #000;
}
.mainmenu li.common-active.active a {
  color: var(--primary-black);
}

.menu-btn-wrap__mobile {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 15px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 992px) {
  .menu-btn-wrap__mobile {
    display: none;
  }
}
@media only screen and (max-width: 991.98px) {
  .menu-btn-wrap__mobile a.common-btn {
    background-color: var(--color-white);
    color: var(--primary-black);
  }
}
@media only screen and (max-width: 991.98px) {
  .menu-btn-wrap__desktop {
    position: relative;
    z-index: 9;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .menu-btn-wrap__desktop {
    display: flex;
    align-items: center;
  }
}
.menu-btn-wrap__desktop .menu-btn-hidden {
  display: inline-flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 991.98px) {
  .menu-btn-wrap__desktop .menu-btn-hidden {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .has-child-menu-mega-menu {
    position: unset !important;
  }
  .has-child-menu-mega-menu ul {
    display: none;
    z-index: -1;
  }
  .has-child-menu-mega-menu .sub-nav {
    position: absolute;
    max-width: 1290px;
    height: 78vh;
    overflow-y: auto;
    left: 0;
    right: 0;
    transition: all ease 0.4s;
    z-index: 5;
    padding: 35px;
    margin: 0 auto;
    transform-origin: 0 0 0;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-radius: 24px;
    background: rgba(236, 236, 236, 0.6);
    backdrop-filter: blur(25px);
  }
  .has-child-menu-mega-menu .sub-nav::-webkit-scrollbar-track {
    box-shadow: none;
  }
  .has-child-menu-mega-menu .sub-nav::-webkit-scrollbar {
    display: none;
  }
  .has-child-menu-mega-menu .sub-nav::-webkit-scrollbar-thumb {
    background-color: transparent;
    outline: none;
    border-radius: 0;
  }
  .has-child-menu-mega-menu .sub-nav .nav-item {
    transition: var(--transition);
    border: 2px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.08);
    backdrop-filter: brur(100px);
    padding: 8px;
    border-radius: 8px;
  }
  .has-child-menu-mega-menu .sub-nav .nav-item:hover, .has-child-menu-mega-menu .sub-nav .nav-item.active {
    background-color: rgba(186, 219, 49, 0.15);
    border-color: rgba(186, 219, 49, 0.8);
  }
  .has-child-menu-mega-menu .sub-nav .nav-item:hover .nav-item-img img, .has-child-menu-mega-menu .sub-nav .nav-item.active .nav-item-img img {
    transform: scale(1.1);
  }
  .has-child-menu-mega-menu .sub-nav .nav-item-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 30px;
    row-gap: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .has-child-menu-mega-menu .sub-nav .nav-item-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .has-child-menu-mega-menu .sub-nav .nav-item .nav-item-img {
    overflow: hidden;
  }
  .has-child-menu-mega-menu .sub-nav .nav-item .nav-item-img img {
    transition: all 0.3s;
  }
  .has-child-menu-mega-menu .sub-nav .nav-item h6 {
    margin-top: 10px;
  }
  .has-child-menu-mega-menu .sub-nav .nav-item h6.h6 {
    font-weight: 600;
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .has-child-menu-mega-menu .sub-nav .nav-item h6.h6 {
    font-size: 18px;
    font-weight: 500;
  }
}
@media only screen and (min-width: 992px) and (max-width: 991.98px) {
  .has-child-menu-mega-menu .sub-nav .nav-item h6.h6 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .has-child-menu-mega-menu .sub-nav .nav-item a {
    padding: 0;
  }
  .has-child-menu-mega-menu:hover .sub-nav {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
@media only screen and (min-width: 1400px) {
  .has-child-menu-mega-menu {
    position: unset !important;
  }
  .has-child-menu-mega-menu .sub-nav {
    padding: 54px 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .has-child-menu-mega-menu .sub-nav {
    display: none;
  }
  .main-menu-wrap li {
    margin: 0;
    padding: 0;
  }
  .main-menu-wrap li.has-child-menu .sub-menu .has-child-menu .sub-menu {
    position: relative;
    top: unset;
    left: unset;
  }
  .main-menu-wrap li.has-child-menu:hover > .sub-menu {
    transform: unset;
    opacity: unset;
    visibility: unset;
  }
  .main-menu-wrap li.has-child-menu .sub-menu li a {
    padding: 1em 10%;
  }
  .main-menu-wrap li.has-child-menu .sub-menu {
    position: relative;
    top: unset;
    min-width: unset;
    list-style: none;
    transform: unset;
    opacity: 1;
    visibility: visible;
    transition: unset;
    background: unset;
    box-shadow: unset;
    border-radius: unset;
    border: unset;
    padding: 0;
  }
  .main-menu-wrap li.has-child-menu::before {
    display: none;
  }
  .mean-container .mean-nav {
    position: relative;
    margin-top: 48px;
    background-color: rgba(15, 15, 15, 0.97);
  }
  .mean-container .mean-bar {
    position: absolute;
    background: transparent;
    padding: 0px 0;
    min-height: 0px;
    z-index: 2;
    top: 0;
    right: 0;
  }
  .mean-container a.meanmenu-reveal {
    right: 12px !important;
    color: var(--primary-black);
    background-color: var(--primary-black);
    font-weight: 600;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    display: inline-grid;
    padding: 12px;
    top: 5px;
  }
  .mean-container a.meanmenu-reveal i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    color: var(--color-white);
  }
  .mean-container a.meanmenu-reveal span {
    background: var(--color-white);
    height: 2px;
    margin-top: 2px;
  }
  .mean-container a.meanmenu-reveal span:first-child {
    margin-top: 0px;
  }
  .mean-container .mean-nav ul li a.mean-expand {
    height: 33px;
    border-left: unset !important;
    border-bottom: unset !important;
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 27px !important;
    font-weight: 200;
    background: none;
    width: 100%;
  }
  .mean-container .mean-nav ul li a.mean-expand:hover {
    background: none;
  }
  .main-menu-wrap li.has-child-menu .sub-menu li a {
    color: rgba(255, 255, 255, 0.9215686275);
    font-size: 14px;
  }
  .mean-container .mean-nav > ul {
    height: 50vh;
    overflow-y: auto;
  }
  /* Menu button */
  .meanmenu-reveal ~ .mean-nav .menu-btn-wrap {
    display: none;
  }
  .meanmenu-reveal.meanclose ~ .mean-nav .menu-btn-wrap {
    display: flex;
  }
  .search__btn {
    display: inline-flex;
    gap: 8px;
    color: var(--primary-black);
  }
  .mean-bar .search__btn {
    color: var(--color-white);
  }
  /* Menu button End */
  /* menu End */
}
.side-panel {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 460px;
  background: transparent;
  transform: translateX(calc(100% + 80px));
  opacity: 0;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  color: #ffffff;
  background-color: var(--primary-black);
  padding: 20px 40px;
  overflow-y: auto;
}
@media only screen and (max-width: 991.98px) {
  .side-panel {
    display: none;
  }
}
.side-panel.active {
  transform: translateX(0);
  opacity: 1;
}
.side-panel__closer {
  width: 80px;
  height: 80px;
  display: grid;
  place-content: center;
  background-color: var(--color-white);
  border-radius: 100%;
  position: relative;
  left: calc(100% - 80px);
  box-shadow: 20px -20px 0 30px var(--color-white);
  color: var(--primary-black);
  font-size: 40px;
  cursor: pointer;
}
.side-panel__closer:hover i {
  transform: rotate(90deg);
}
.side-panel__closer i {
  transition: var(--transition);
}
.side-panel__overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: 99;
  background-color: rgba(15, 15, 15, 0.5);
  transition: width 0.5s linear;
  z-index: 9999;
}
.side-panel__overlay.active {
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .side-panel__overlay {
    display: none;
  }
}
.side-panel__activator {
  width: 28px;
  height: 16px;
  padding: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  background-color: transparent;
}
.side-panel__activator span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: var(--primary-black);
  transition: width 0.1s linear;
}
.side-panel__activator span:nth-child(2) {
  width: 80%;
}
.side-panel__content {
  height: 100%;
}
.side-panel__content > p {
  padding: 25px 0;
}
.side-panel__contact li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.side-panel__contact li:not(:last-child) {
  margin-bottom: 20px;
}
.side-panel__contact li .contact-thumb {
  width: 80px;
  height: 80px;
  background-color: var(--color-white);
  border-radius: 8px;
  color: var(--primary-black);
  display: grid;
  place-content: center;
  transition: all 0.3s;
}
@media only screen and (max-width: 1399.98px) {
  .side-panel__contact li .contact-thumb {
    width: 60px;
    height: 60px;
  }
}
.side-panel__contact li .contact-thumb svg {
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 1399.98px) {
  .side-panel__contact li .contact-thumb svg {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .side-panel__contact li .contact-content p {
    font-size: 18px;
    line-height: 1;
  }
}
.side-panel__contact li .contact-content a,
.side-panel__contact li .contact-content span {
  display: inline-block;
  font-weight: 500;
  font-size: 24px;
  color: var(--color-white);
  transition: all 0.3s;
}
@media only screen and (max-width: 1399.98px) {
  .side-panel__contact li .contact-content a,
  .side-panel__contact li .contact-content span {
    font-size: 20px;
  }
}
.side-panel__contact li:hover .contact-thumb {
  border-radius: 100%;
}
.side-panel__copyright {
  margin-top: 20px;
  color: var(--light-gray);
}
.side-panel__copyright span {
  color: rgb(255, 255, 255);
}

/*================================================
---> Hero CSS
=================================================*/
.hero-cr.section {
  overflow: hidden;
}
@keyframes ripple-wave {
  0%, 100% {
    transform: scale(0.9);
    opacity: 1;
  }
  50% {
    transform: scale(1.03);
    opacity: 0.6;
  }
}
.hero-cr.section .pattern {
  display: grid;
  position: absolute;
  width: 1410px;
  height: 1410px;
  left: -650px;
  top: -650px;
  place-content: center;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 999;
  animation: ripple-wave 4s infinite ease-in-out;
  animation-delay: 2s;
  pointer-events: none;
}
.hero-cr.section .pattern > span {
  width: 1116px;
  height: 1116px;
}
.hero-cr.section .pattern > span > span {
  width: 824px;
  height: 824px;
}
.hero-cr.section .pattern > span > span > span {
  width: 530px;
  height: 530px;
}
.hero-cr.section .pattern > span > span > span > span {
  width: 238px;
  height: 238px;
}
@media only screen and (max-width: 1599.98px) {
  .hero-cr.section .pattern {
    left: -550px;
    top: -550px;
    width: 1128px;
    height: 1128px;
  }
  .hero-cr.section .pattern > span {
    width: 892.8px;
    height: 892.8px;
  }
  .hero-cr.section .pattern > span > span {
    width: 659.2px;
    height: 659.2px;
  }
  .hero-cr.section .pattern > span > span > span {
    width: 424px;
    height: 424px;
  }
  .hero-cr.section .pattern > span > span > span > span {
    width: 190.4px;
    height: 190.4px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .hero-cr.section .pattern {
    left: -400px;
    top: -400px;
    width: 846px;
    height: 846px;
  }
  .hero-cr.section .pattern > span {
    width: 669.6px;
    height: 669.6px;
  }
  .hero-cr.section .pattern > span > span {
    width: 494.4px;
    height: 494.4px;
  }
  .hero-cr.section .pattern > span > span > span {
    width: 318px;
    height: 318px;
  }
  .hero-cr.section .pattern > span > span > span > span {
    width: 142.8px;
    height: 142.8px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-cr.section .pattern {
    left: -250px;
    top: -250px;
    width: 564px;
    height: 564px;
  }
  .hero-cr.section .pattern > span {
    width: 446.4px;
    height: 446.4px;
  }
  .hero-cr.section .pattern > span > span {
    width: 329.6px;
    height: 329.6px;
  }
  .hero-cr.section .pattern > span > span > span {
    width: 212px;
    height: 212px;
  }
  .hero-cr.section .pattern > span > span > span > span {
    width: 95.2px;
    height: 95.2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-cr.section .pattern {
    display: none;
  }
}
.hero-cr.section .pattern span {
  display: grid;
  place-content: center;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  animation: ripple-wave 4s infinite ease-in-out;
}
.hero-cr.section .pattern > span {
  animation-delay: 1.5s;
}
.hero-cr.section .pattern > span > span {
  animation-delay: 1s;
}
.hero-cr.section .pattern > span > span > span {
  animation-delay: 0.5s;
}
.hero-cr.section .pattern > span > span > span > span {
  animation-delay: 0s;
}
.hero-cr__content {
  padding-block: 200px 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 1599.98px) {
  .hero-cr__content {
    padding-block: 180px 50px;
    gap: 40px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .hero-cr__content {
    gap: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-cr__content {
    flex-direction: column;
    padding-bottom: 0;
  }
}
.hero-cr__content .info-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 180px;
}
@media only screen and (max-width: 1599.98px) {
  .hero-cr__content .info-area {
    gap: 150px;
  }
}
@media only screen and (max-width: 1599.98px) {
  .hero-cr__content .info-area {
    gap: 120px;
  }
}
.hero-cr__content .info-area .info {
  max-width: 555px;
}
.hero-cr__content .info-area .info p {
  margin-bottom: 45px;
}
@media only screen and (max-width: 1199.98px) {
  .hero-cr__content .info-area .info p {
    margin-bottom: 30px;
  }
}
.hero-cr__content .info-area .hero-title {
  color: var(--primary-black);
  font-family: var(--ff-bebas);
  font-size: 280px;
  font-weight: 400;
  line-height: 80%;
  letter-spacing: -8.4px;
}
@media only screen and (max-width: 1699.98px) {
  .hero-cr__content .info-area .hero-title {
    font-size: 240px;
  }
}
@media only screen and (max-width: 1599.98px) {
  .hero-cr__content .info-area .hero-title {
    font-size: 210px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .hero-cr__content .info-area .hero-title {
    font-size: 160px;
    letter-spacing: -4px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hero-cr__content .info-area .hero-title {
    font-size: 120px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-cr__content .info-area .hero-title {
    font-size: 100px;
  }
}
.hero-cr__content .video-area {
  width: 500px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 5;
}
@media only screen and (max-width: 1199.98px) {
  .hero-cr__content .video-area {
    width: 420px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-cr__content .video-area {
    width: 100%;
  }
}
.hero-cr__content .video-area .video-inner {
  position: relative;
  height: 300px;
}
@media only screen and (max-width: 1399.98px) {
  .hero-cr__content .video-area .video-inner {
    height: 200px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-cr__content .video-area .video-inner {
    height: auto;
  }
}
.hero-cr__content .video-area .video-inner iframe,
.hero-cr__content .video-area .video-inner video {
  position: absolute;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}
@media only screen and (max-width: 1399.98px) {
  .hero-cr__content .video-area .video-inner iframe,
  .hero-cr__content .video-area .video-inner video {
    height: 200px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-cr__content .video-area .video-inner iframe,
  .hero-cr__content .video-area .video-inner video {
    height: auto;
    position: relative;
  }
}
.hero-cr__content .video-area .video-info {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--primary-black);
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.hero-cr__content .video-area .video-info::before {
  position: relative;
  content: "";
  width: 4px;
  height: 4px;
  aspect-ratio: 1/1;
  background: var(--primary-black);
}
.hero-cr__video {
  width: 100%;
  min-height: 80vh;
  position: relative;
  z-index: 1;
  background: var(--color-white);
  border-radius: 0;
}
@media only screen and (max-width: 991.98px) {
  .hero-cr__video {
    display: none;
  }
}
.hero-cr__video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

/*================================================
---> about CSS
=================================================*/
.about-cr__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 90px;
}
@media only screen and (max-width: 1199.98px) {
  .about-cr__wrapper {
    gap: 45px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-cr__wrapper {
    gap: 35px;
    flex-direction: column;
  }
}
.about-cr__info {
  max-width: 360px;
  width: 100%;
}
@media only screen and (max-width: 1199.98px) {
  .about-cr__info {
    max-width: 340px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-cr__info {
    max-width: 100%;
  }
}
.about-cr__info .section-sub-title {
  color: var(--primary-black);
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
.about-cr__info .info-card {
  margin-top: 75px;
  border-radius: 10px;
  background: #f6f6f6;
  padding: 4px;
  border-radius: 10px;
}
@media only screen and (max-width: 1199.98px) {
  .about-cr__info .info-card {
    margin-top: 50px;
  }
}
.about-cr__info .info-card .card-thumb {
  border-radius: inherit;
  overflow: hidden;
  margin-bottom: 4px;
}
.about-cr__info .info-card .card-thumb img {
  display: block;
}
.about-cr__info .info-card .card-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 22px 14px;
  border-radius: 10px;
  background-color: var(--color-white);
}
.about-cr__info .info-card .card-footer .avatars ul {
  display: flex;
  align-items: center;
  line-height: 1;
}
.about-cr__info .info-card .card-footer .avatars ul li {
  width: 48px;
  height: 48px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 2px solid var(--color-white);
}
@media only screen and (max-width: 991.98px) {
  .about-cr__info .info-card .card-footer .avatars ul li {
    width: 45px;
    height: 45px;
  }
}
.about-cr__info .info-card .card-footer .avatars ul li:not(:first-of-type) {
  margin-left: -10px;
}
@media only screen and (max-width: 767.98px) {
  .about-cr__info .info-card .card-footer .avatars ul li:not(:first-of-type) {
    margin-left: -20px;
  }
}
.about-cr__info .info-card .card-footer .avatars ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-cr__info .info-card .card-footer .rating-info .rating-stars {
  margin-bottom: 10px;
}
.about-cr__info .info-card .card-footer .rating-info .rating-stars ul {
  display: flex;
  align-items: center;
  gap: 2px;
  line-height: 1;
}
.about-cr__info .info-card .card-footer .rating-info .rating-stars ul li {
  color: var(--primary-black);
}
.about-cr__info .info-card .card-footer .rating-info .rating {
  color: var(--primary-black);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .about-cr__info .info-card .card-footer .rating-info .rating {
    font-size: 14px;
  }
}
.about-cr__content {
  flex: 1;
}
.about-cr__content .section-title {
  font-family: var(--ff-bebas);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.44px;
  font-size: 48px;
}
@media only screen and (max-width: 1199.98px) {
  .about-cr__content .section-title {
    letter-spacing: 0.2px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .about-cr__content .section-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-cr__content .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-cr__content .section-title {
    font-size: 35px;
  }
}
.about-cr__content .section-title > div {
  background-image: linear-gradient(to right, var(--primary-black) 50%, rgba(15, 15, 15, 0.1) 50%);
  background-size: 201% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.about-cr__content .content-bottom {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 1199.98px) {
  .about-cr__content .content-bottom {
    flex-direction: column;
    margin-top: 40px;
    gap: 30px;
  }
}
.about-cr__content .content-bottom .left-content {
  max-width: 525px;
}
@media only screen and (max-width: 991.98px) {
  .about-cr__content .content-bottom .left-content {
    max-width: 100%;
  }
}
.about-cr__content .content-bottom .left-content .action-area {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
@media only screen and (max-width: 1199.98px) {
  .about-cr__content .content-bottom .left-content .action-area {
    gap: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .about-cr__content .content-bottom .left-content .action-area {
    flex-direction: column;
  }
}
@media only screen and (max-width: 575.98px) {
  .about-cr__content .content-bottom .left-content .action-area .action-thumb img {
    width: 100%;
  }
}
.about-cr__content .content-bottom .divider {
  width: 1px;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.14);
}
@media only screen and (max-width: 1199.98px) {
  .about-cr__content .content-bottom .divider {
    width: 100%;
    min-height: 1px;
  }
}
.about-cr__content .content-bottom .counter-area {
  text-align: left;
  flex-shrink: 0;
}
@media only screen and (max-width: 1199.98px) {
  .about-cr__content .content-bottom .counter-area {
    display: flex;
  }
}
.about-cr__content .content-bottom .counter-area .counter-item p {
  color: var(--gray);
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
.about-cr__content .content-bottom .counter-area .counter-item .count {
  color: var(--primary-black);
  font-family: var(--ff-bebas);
  font-size: 140px;
  font-weight: 400;
  line-height: 85%;
  letter-spacing: -4.2px;
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 1599.98px) {
  .about-cr__content .content-bottom .counter-area .counter-item .count {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .about-cr__content .content-bottom .counter-area .counter-item .count {
    font-size: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-cr__content .content-bottom .counter-area .counter-item .count {
    font-size: 65px;
  }
}
.about-cr__content .content-bottom .counter-area .counter-item .count em {
  font-style: normal;
}
.about-cr__content .content-bottom .counter-area .counter-item .count > * {
  font: inherit;
}
.about-cr__content .content-bottom .counter-area .counter-item:not(:last-of-type) {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}
@media only screen and (max-width: 1199.98px) {
  .about-cr__content .content-bottom .counter-area .counter-item:not(:last-of-type) {
    padding-bottom: 0;
    padding-right: 40px;
    border-bottom: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.14);
  }
}
.about-cr__content .content-bottom .counter-area .counter-item:not(:first-of-type) {
  padding-top: 22px;
}
@media only screen and (max-width: 1199.98px) {
  .about-cr__content .content-bottom .counter-area .counter-item:not(:first-of-type) {
    padding-top: 0;
    padding-left: 40px;
  }
}
.about-cr__tab .nav-pills {
  gap: 25px;
  margin-bottom: 30px;
}
.about-cr__tab .nav-pills .nav-link {
  padding: 0;
  background-color: transparent;
  color: var(--primary-black);
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 0;
  opacity: 0.2;
}
.about-cr__tab .nav-pills .nav-link.active {
  color: var(--primary-black);
  background-color: transparent;
  opacity: 1;
}
.about-cr__tab .tab-content p {
  color: var(--gray);
  font-family: var(--ff-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.about-cr__tab .tab-content p:not(:last-of-type) {
  margin-bottom: 10px;
}

/*================================================
---> Portfolio CSS
=================================================*/
.portfolio-cr.section .section-header {
  display: flex;
  gap: 240px;
  margin-bottom: 100px;
  position: relative;
}
.portfolio-cr.section .section-header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.14);
}
@media only screen and (max-width: 1399.98px) {
  .portfolio-cr.section .section-header {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .portfolio-cr.section .section-header {
    gap: 150px;
  }
}
@media only screen and (max-width: 767.98px) {
  .portfolio-cr.section .section-header {
    flex-direction: column;
    gap: 25px;
  }
}
.portfolio-cr.section .section-header .subtitle {
  color: var(--primary-black);
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.portfolio-cr.section .section-header .title {
  color: var(--primary-black);
  font-family: var(--ff-bebas);
  font-size: 140px;
  font-weight: 400;
  line-height: 80%;
  letter-spacing: -4.2px;
}
@media only screen and (max-width: 1599.98px) {
  .portfolio-cr.section .section-header .title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .portfolio-cr.section .section-header .title {
    font-size: 80px;
    letter-spacing: -3px;
  }
}
@media only screen and (max-width: 991.98px) {
  .portfolio-cr.section .section-header .title {
    font-size: 65px;
  }
}
.portfolio-cr__items-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
}
.portfolio-cr__item {
  background-color: var(--color-white);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.portfolio-cr__item .item-thumb {
  position: relative;
  padding: 4px;
  border-radius: 10px;
  background: #f6f6f6;
  pointer-events: none;
  user-select: none;
}
.portfolio-cr__item .item-thumb img {
  display: block;
  border-radius: 8px;
  max-height: 700px;
  min-height: 220px;
  object-fit: cover;
}
.portfolio-cr__item .item-thumb .thumb-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
  color: transparent;
  font-family: var(--ff-bebas);
  font-size: 200px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 1599.98px) {
  .portfolio-cr__item .item-thumb .thumb-title {
    font-size: 180px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .portfolio-cr__item .item-thumb .thumb-title {
    font-size: 160px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .portfolio-cr__item .item-thumb .thumb-title {
    font-size: 140px;
  }
}
@media only screen and (max-width: 991.98px) {
  .portfolio-cr__item .item-thumb .thumb-title {
    font-size: 120px;
  }
}
@media only screen and (max-width: 767.98px) {
  .portfolio-cr__item .item-thumb .thumb-title {
    font-size: 80px;
  }
}
.portfolio-cr__item .item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: 20px;
  z-index: 1;
  padding: 4px;
  border-radius: 10px;
  background: #f6f6f6;
  padding: 22px;
}
.portfolio-cr__item .item-content::before {
  position: absolute;
  content: "";
  inset: 4px;
  border-radius: 8px;
  background: var(--color-white);
  z-index: -1;
}
.portfolio-cr__item .item-content .item-info {
  display: inline-flex;
  flex-direction: column;
}
.portfolio-cr__item .item-content .item-info .item-title {
  font-size: 32px;
  color: var(--primary-black);
  font-family: var(--ff-bebas);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.96px;
}
@media only screen and (max-width: 1199.98px) {
  .portfolio-cr__item .item-content .item-info .item-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .portfolio-cr__item .item-content .item-info .item-title {
    font-size: 24px;
  }
}
.portfolio-cr__item .item-content .item-info .item-title a {
  display: inline-block;
  color: inherit;
  font: inherit;
  line-height: 1;
}
.portfolio-cr__item .item-content .item-info .year {
  color: var(--gray);
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

/*================================================
---> Services CSS
=================================================*/
.service-cr.section {
  background-color: var(--primary-black);
}
.service-cr.section .section-header {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1399.98px) {
  .service-cr.section .section-header {
    margin-bottom: 70px;
  }
}
.service-cr.section .section-header .subtitle {
  color: var(--color-white);
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
.service-cr.section .section-header .title {
  color: var(--color-white);
  font-family: var(--ff-bebas);
  font-size: 140px;
  font-weight: 400;
  line-height: 80%;
  letter-spacing: -4.2px;
}
@media only screen and (max-width: 1599.98px) {
  .service-cr.section .section-header .title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .service-cr.section .section-header .title {
    font-size: 80px;
    letter-spacing: -3px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-cr.section .section-header .title {
    font-size: 65px;
  }
}
.service-cr__items-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service-cr__item {
  --item-head-padding-x: 20px;
  --item-head-padding-y: 20px;
  --item-content-padding-x: 10px;
  --item-content-padding-y: 10px;
  --item-content-padding-xe: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background-color: var(--primary-black);
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1199.98px) {
  .service-cr__item {
    --item-head-padding-y: 15px;
    --item-content-padding-xs: 20px;
    --item-content-padding-xe: 20px;
  }
}
.service-cr__item .item-header {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .service-cr__item .item-header {
    grid-template-rows: 0fr;
  }
}
.service-cr__item .item-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 52px var(--item-head-padding-x);
  min-height: 0;
  overflow: hidden;
  width: 100%;
  transition: opacity 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .service-cr__item .item-header-wrapper {
    padding-inline: var(--item-head-padding-x);
  }
}
@media only screen and (max-width: 991.98px) {
  .service-cr__item .item-header-wrapper {
    opacity: 0;
  }
}
.service-cr__item .item-header .service-title {
  color: var(--color-white);
  font-family: var(--ff-bebas);
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  padding-block: var(--item-head-padding-y);
  letter-spacing: -2.4px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1199.98px) {
  .service-cr__item .item-header .service-title {
    font-size: 50px;
    letter-spacing: -0.8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-cr__item .item-header .service-title {
    font-size: 40px;
  }
}
.service-cr__item .item-header .service-number {
  font-family: var(--ff-bebas);
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -3.6px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.14);
  margin-left: 40px;
  transition: all 0.3s ease;
  padding-block: var(--item-head-padding-y);
}
@media only screen and (max-width: 1599.98px) {
  .service-cr__item .item-header .service-number {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .service-cr__item .item-header .service-number {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .service-cr__item .item-header .service-number {
    font-size: 60px;
    letter-spacing: -0.5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-cr__item .item-header .service-number {
    font-size: 40px;
  }
}
.service-cr__item .item-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .service-cr__item .item-content {
    grid-template-rows: 1fr;
  }
}
.service-cr__item .item-content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  min-height: 0;
  overflow: hidden;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  padding-inline: var(--item-content-padding-x) var(--item-content-padding-xe);
}
@media only screen and (max-width: 1399.98px) {
  .service-cr__item .item-content-wrapper {
    gap: 30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .service-cr__item .item-content-wrapper {
    gap: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-cr__item .item-content-wrapper {
    padding-inline: 0 0;
    flex-direction: column;
    opacity: 1;
  }
}
.service-cr__item .item-thumb {
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  padding-block: var(--item-content-padding-y);
  min-height: 280px;
}
@media only screen and (max-width: 1399.98px) {
  .service-cr__item .item-thumb {
    width: 52%;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-cr__item .item-thumb {
    padding-inline: var(--item-content-padding-x);
    padding-block: var(--item-content-padding-y) 0;
    width: 100%;
  }
}
.service-cr__item .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.service-cr__item .service-content {
  padding-block: var(--item-content-padding-y);
}
@media only screen and (max-width: 1199.98px) {
  .service-cr__item .service-content {
    padding-inline: var(--item-content-padding-xs) var(--item-content-padding-xe);
    padding-block: 0 var(--item-content-padding-xe);
  }
}
.service-cr__item .service-content .service-number {
  display: block;
  line-height: 0.8;
  color: transparent;
  font-family: var(--ff-bebas);
  font-size: 120px;
  font-weight: 400;
  letter-spacing: -3.6px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.14);
  transition: all 0.3s ease;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1599.98px) {
  .service-cr__item .service-content .service-number {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .service-cr__item .service-content .service-number {
    font-size: 80px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .service-cr__item .service-content .service-number {
    font-size: 60px;
    letter-spacing: -0.5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-cr__item .service-content .service-number {
    font-size: 40px;
  }
}
.service-cr__item .service-content .service-title {
  font-size: 80px;
  color: var(--color-white);
  font-family: var(--ff-bebas);
  font-weight: 400;
  line-height: 80%;
  letter-spacing: -2.4px;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1399.98px) {
  .service-cr__item .service-content .service-title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .service-cr__item .service-content .service-title {
    font-size: 50px;
    letter-spacing: -0.8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-cr__item .service-content .service-title {
    font-size: 40px;
  }
}
.service-cr__item .service-content .service-description {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ff-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1399.98px) {
  .service-cr__item .service-content .service-description {
    margin-bottom: 20px;
  }
}
.service-cr__item .service-content .service-list-wrapper {
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1399.98px) {
  .service-cr__item .service-content .service-list-wrapper {
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-cr__item .service-content .service-list-wrapper {
    gap: 8px;
    flex-direction: column;
  }
}
.service-cr__item .service-content .service-list-wrapper .service-list li {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 1399.98px) {
  .service-cr__item .service-content .service-list-wrapper .service-list li {
    font-size: 12px;
  }
}
.service-cr__item .service-content .service-list-wrapper .service-list li:not(:last-of-type) {
  margin-bottom: 12px;
}
@media only screen and (max-width: 1399.98px) {
  .service-cr__item .service-content .service-list-wrapper .service-list li:not(:last-of-type) {
    margin-bottom: 8px;
  }
}
.service-cr__item .service-content .service-list-wrapper .service-list li i {
  color: var(--color-white);
  font-size: 18px;
}
.service-cr__item .service-content .content-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 767.98px) {
  .service-cr__item .service-content .content-footer {
    flex-wrap: wrap;
  }
}
.service-cr__item .service-content .content-footer .service-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.service-cr__item .service-content .content-footer .service-tags .tag {
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 100px;
  background-color: var(--primary-black);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 1399.98px) {
  .service-cr__item .service-content .content-footer .service-tags .tag {
    font-size: 12px;
  }
}
.service-cr__item .service-content .content-footer .service-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
  background: transparent;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  border-radius: 0;
  font-family: var(--ff-inter);
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.service-cr__item .service-content .content-footer .service-link:hover {
  background: var(--color-white);
  color: var(--primary-black);
}
.service-cr__item .service-content .content-footer a {
  flex-shrink: 0;
}
.service-cr__item.active .item-header {
  grid-template-rows: 0fr;
}
.service-cr__item.active .item-header-wrapper {
  opacity: 0;
}
.service-cr__item.active .item-content {
  grid-template-rows: 1fr;
}
.service-cr__item.active .item-content-wrapper {
  opacity: 1;
}

/*================================================
---> Services CSS
=================================================*/
.awards-cr.section .section-header {
  margin-bottom: 100px;
  position: relative;
}
.awards-cr.section .section-header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.14);
}
@media only screen and (max-width: 1399.98px) {
  .awards-cr.section .section-header {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .awards-cr.section .section-header {
    margin-bottom: 70px;
  }
}
.awards-cr.section .section-header .subtitle {
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
.awards-cr.section .section-header .title {
  font-family: var(--ff-bebas);
  font-size: 140px;
  font-weight: 400;
  line-height: 80%;
  letter-spacing: -4.2px;
}
@media only screen and (max-width: 1599.98px) {
  .awards-cr.section .section-header .title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .awards-cr.section .section-header .title {
    font-size: 80px;
    letter-spacing: -3px;
  }
}
@media only screen and (max-width: 991.98px) {
  .awards-cr.section .section-header .title {
    font-size: 65px;
  }
}
.awards-cr__item {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  align-items: center;
  padding-block: 24px;
  border-bottom: 1px solid #d9d9d9;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .awards-cr__item {
    grid-template-columns: 100px 2fr 120px;
    gap: 10px;
    padding-block: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .awards-cr__item {
    grid-template-columns: 100px 1fr 100px;
  }
}
@media only screen and (max-width: 575.98px) {
  .awards-cr__item {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "year desc" "name name";
    gap: 8px 0;
  }
}
.awards-cr__item:first-of-type {
  padding-top: 0;
}
.awards-cr__item span {
  display: inline-block;
  color: var(--primary-black);
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
  .awards-cr__item span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .awards-cr__item .award-name {
    grid-area: name;
  }
}
.awards-cr__item .award-description {
  text-align: right;
}
@media only screen and (max-width: 575.98px) {
  .awards-cr__item .award-description {
    grid-area: desc;
  }
}
.awards-cr__item:hover {
  border-color: var(--primary-black);
  padding-inline: 25px;
}

/*================================================
---> Team css
=================================================*/
.team-cr.section .section-header {
  display: flex;
  gap: 356px;
  margin-bottom: 100px;
  position: relative;
  margin-bottom: 100px;
}
.team-cr.section .section-header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.14);
}
@media only screen and (max-width: 1399.98px) {
  .team-cr.section .section-header {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .team-cr.section .section-header {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .team-cr.section .section-header {
    gap: 150px;
  }
}
@media only screen and (max-width: 767.98px) {
  .team-cr.section .section-header {
    flex-direction: column;
    gap: 25px;
  }
}
.team-cr.section .section-header .subtitle {
  color: var(--primary-black);
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.team-cr.section .section-header .title {
  color: var(--primary-black);
  font-family: var(--ff-bebas);
  font-size: 140px;
  font-weight: 400;
  line-height: 80%;
  letter-spacing: -4.2px;
}
@media only screen and (max-width: 1599.98px) {
  .team-cr.section .section-header .title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .team-cr.section .section-header .title {
    font-size: 80px;
    letter-spacing: -3px;
  }
}
@media only screen and (max-width: 991.98px) {
  .team-cr.section .section-header .title {
    font-size: 65px;
  }
}
.team-cr__item .item-thumb {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .team-cr__item .item-thumb {
    margin-bottom: 8px;
  }
}
.team-cr__item .item-thumb img {
  width: 100%;
  display: block;
}
.team-cr__item .item-thumb canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team-cr__item .item-content {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(15, 15, 15, 0.14);
  background-color: var(--color-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767.98px) {
  .team-cr__item .item-content {
    padding: 15px;
  }
}
.team-cr__item .item-content .team-info {
  line-height: 1;
}
.team-cr__item .item-content .team-info .name {
  color: var(--primary-black);
  font-family: var(--ff-bebas);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  margin-bottom: 2px;
}
.team-cr__item .item-content .team-info .name a {
  font: inherit;
  color: inherit;
  line-height: 1;
}
.team-cr__item .item-content .team-info .position {
  color: rgba(85, 85, 85, 0.8);
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.team-cr__item .item-content .team-social ul {
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: var(--color-white);
  padding: 4px 6px;
  transition: all 0.3s ease-in-out;
}
.team-cr__item .item-content .team-social ul li {
  line-height: 1;
}
.team-cr__item .item-content .team-social ul li a {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  color: var(--primary-black);
  transition: all 0.3s ease-in-out;
}
.team-cr__item:hover .item-content {
  background-color: var(--primary-black);
  border-color: var(--primary-black);
}
.team-cr__item:hover .item-content .team-info .name {
  color: var(--color-white);
}
.team-cr__item:hover .item-content .team-info .name a {
  color: var(--color-white);
}
.team-cr__item:hover .item-content .team-info .position {
  color: rgba(255, 255, 255, 0.8);
}
.team-cr__item:hover .item-content .team-social ul {
  background-color: var(--color-white);
  border-color: var(--color-white);
}

/*================================================
---> Testimonial css
=================================================*/
.testimonial-cr.section {
  background-color: var(--primary-black);
}
.testimonial-cr__slider-wrapper {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1399.98px) {
  .testimonial-cr__slider-wrapper {
    margin-bottom: 70px;
  }
}
.testimonial-cr__slider {
  overflow: hidden;
}
.testimonial-cr__slider .testimonial-cr__slider-track {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: marquee 30s linear infinite;
  pointer-events: none;
}
.testimonial-cr__slider .testimonial-cr__slide {
  flex-shrink: 0;
  width: auto;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.testimonial-cr__slider .testimonial-item {
  display: inline-flex;
  align-items: center;
  gap: 30px;
}
.testimonial-cr__slider .testimonial-item .item-title {
  font-size: 180px;
  color: var(--primary-black);
  font-family: var(--ff-bebas);
  font-weight: 400;
  line-height: 80%;
  letter-spacing: -5.4px;
}
.testimonial-cr__slider .testimonial-item .item-title:not(.testimonial-cr__slider .testimonial-item .item-title.text-white) {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.14);
}
@media only screen and (max-width: 1599.98px) {
  .testimonial-cr__slider .testimonial-item .item-title {
    font-size: 160px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .testimonial-cr__slider .testimonial-item .item-title {
    font-size: 140px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-cr__slider .testimonial-item .item-title {
    font-size: 120px;
  }
}
@media only screen and (max-width: 991.98px) {
  .testimonial-cr__slider .testimonial-item .item-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial-cr__slider .testimonial-item .item-title {
    font-size: 80px;
  }
}
.testimonial-cr__slider .testimonial-item .item-title.text-white {
  color: var(--color-white);
}
.testimonial-cr__slider .testimonial-item .item-thumb {
  width: 130px;
  height: 130px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 1399.98px) {
  .testimonial-cr__slider .testimonial-item .item-thumb {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 991.98px) {
  .testimonial-cr__slider .testimonial-item .item-thumb {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial-cr__slider .testimonial-item .item-thumb {
    width: 80px;
    height: 80px;
  }
}
.testimonial-cr__slider .testimonial-item .item-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-cr__item-wrapper {
  position: relative;
  z-index: 2;
}
.testimonial-cr__item {
  max-width: 420px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--primary-black);
  padding: 30px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-cr__item {
    max-width: 100%;
    height: 100%;
  }
}
.testimonial-cr__item .top-area {
  margin-bottom: 65px;
  flex-grow: 1;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-cr__item .top-area {
    margin-bottom: 50px;
  }
}
.testimonial-cr__item .top-area .item-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  margin-bottom: 40px;
}
.testimonial-cr__item .top-area .item-header .quote-icon {
  color: var(--color-white);
}
.testimonial-cr__item .top-area .quote,
.testimonial-cr__item .top-area p {
  color: var(--color-white);
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
}
.testimonial-cr__item .item-footer {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonial-cr__item .item-footer .author-avatar {
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
}
.testimonial-cr__item .item-footer .author-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-cr__item .item-footer .author-info .author-title,
.testimonial-cr__item .item-footer .author-info .author-designation {
  color: var(--color-white);
  font-family: var(--ff-inter);
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
}
.testimonial-cr__item .item-footer .author-info .author-title {
  font-weight: 500;
}
.testimonial-cr__item .item-footer .author-info .author-designation {
  color: var(--body-color-dark-bg, rgba(255, 255, 255, 0.8));
  font-style: normal;
  font-weight: 600;
}

/*================================================
---> Process css
=================================================*/
.process-cr.section {
  position: relative;
}
.process-cr.section .section-header {
  display: flex;
  gap: 268px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1399.98px) {
  .process-cr.section .section-header {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .process-cr.section .section-header {
    gap: 150px;
  }
}
@media only screen and (max-width: 767.98px) {
  .process-cr.section .section-header {
    flex-direction: column;
    gap: 25px;
  }
}
.process-cr.section .section-header .subtitle {
  color: var(--primary-black);
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .process-cr.section .section-header .subtitle {
    text-align: center;
  }
}
.process-cr.section .section-header .title {
  width: max-content;
  text-align: center;
  color: var(--primary-black);
  font-family: var(--ff-bebas);
  font-size: 140px;
  font-weight: 400;
  line-height: 80%;
  letter-spacing: -4.2px;
}
@media only screen and (max-width: 1599.98px) {
  .process-cr.section .section-header .title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .process-cr.section .section-header .title {
    font-size: 80px;
    letter-spacing: -3px;
  }
}
@media only screen and (max-width: 991.98px) {
  .process-cr.section .section-header .title {
    font-size: 65px;
  }
}
@media only screen and (max-width: 767.98px) {
  .process-cr.section .section-header .title {
    width: 100%;
  }
}
.process-cr__items-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .process-cr__items-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
.process-cr__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
  width: 100%;
  background-color: var(--primary-black);
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199.98px) {
  .process-cr__item {
    min-height: 300px;
  }
}
.process-cr__item .item-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}
.process-cr__item .item-header .item-icon {
  max-width: 1000px;
}
@media only screen and (max-width: 1199.98px) {
  .process-cr__item .item-header .item-icon {
    max-width: 75px;
  }
}
.process-cr__item .item-header .item-number {
  color: var(--primary-black);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.14);
  font-family: var(--ff-bebas);
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
  letter-spacing: -2.4px;
}
@media only screen and (max-width: 1399.98px) {
  .process-cr__item .item-header .item-number {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .process-cr__item .item-header .item-number {
    font-size: 50px;
    letter-spacing: -0.8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .process-cr__item .item-header .item-number {
    font-size: 40px;
  }
}
.process-cr__item .item-slider {
  display: flex;
  gap: 10px;
  width: max-content;
  animation: marquee 15s linear infinite;
}
.process-cr__item .item-slider .slide-item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.process-cr__item .item-slider .slide-item .text {
  color: var(--color-white);
  font-family: var(--ff-bebas);
  font-size: 60px;
  font-weight: 400;
  line-height: 80%;
  letter-spacing: -1.8px;
}
@media only screen and (max-width: 1199.98px) {
  .process-cr__item .item-slider .slide-item .text {
    font-size: 50px;
    letter-spacing: -0.8px;
  }
}
.process-cr__item .item-info {
  line-height: 1;
}
.process-cr__item .item-info p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ff-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
@media only screen and (max-width: 1199.98px) {
  .process-cr__item .item-info p {
    font-size: 14px;
  }
}

/*================================================
---> Pricing css
=================================================*/
.pricing-cr.section .section-header {
  margin-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 1399.98px) {
  .pricing-cr.section .section-header {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .pricing-cr.section .section-header {
    margin-bottom: 70px;
  }
}
.pricing-cr.section .section-header .subtitle {
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
.pricing-cr.section .section-header .title {
  font-family: var(--ff-bebas);
  font-size: 140px;
  font-weight: 400;
  line-height: 80%;
  letter-spacing: -4.2px;
}
@media only screen and (max-width: 1599.98px) {
  .pricing-cr.section .section-header .title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .pricing-cr.section .section-header .title {
    font-size: 80px;
    letter-spacing: -3px;
  }
}
@media only screen and (max-width: 991.98px) {
  .pricing-cr.section .section-header .title {
    font-size: 65px;
  }
}
.pricing-cr__inner {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 10px;
}
.pricing-cr__content {
  min-height: 400px;
  height: 100%;
  border-radius: 10px;
  background-color: var(--primary-black);
  overflow: hidden;
  grid-column: span 8/span 8;
  padding: 40px;
  display: grid;
  grid-template-columns: repeat(19, minmax(0, 1fr));
}
@media only screen and (max-width: 1399.98px) {
  .pricing-cr__content {
    padding: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .pricing-cr__content {
    grid-column: span 12/span 12;
    min-height: 350px;
  }
}
.pricing-cr__content .pricing-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  height: 100%;
  grid-column: span 9/span 9;
  padding-right: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}
@media only screen and (max-width: 1399.98px) {
  .pricing-cr__content .pricing-area {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pricing-cr__content .pricing-area {
    grid-column: span 19/span 19;
    padding-right: 0px;
    padding-bottom: 25px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
}
.pricing-cr__content .pricing-area .price {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: var(--color-white);
  font-family: var(--ff-bebas);
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.44px;
}
@media only screen and (max-width: 1199.98px) {
  .pricing-cr__content .pricing-area .price {
    font-size: 40px;
    letter-spacing: 0.2px;
  }
}
@media only screen and (max-width: 991.98px) {
  .pricing-cr__content .pricing-area .price {
    font-size: 35px;
  }
}
.pricing-cr__content .pricing-area .price span {
  display: inline-block;
  color: var(--color-white);
  font-family: var(--ff-inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.pricing-cr__content .pricing-area .price-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.pricing-cr__content .pricing-area .price-footer .footer-title {
  color: var(--color-white);
  font-family: var(--ff-bebas);
  font-size: 24px;
  font-weight: 400;
  line-height: 80%;
  letter-spacing: -0.72px;
}
@media only screen and (max-width: 1399.98px) {
  .pricing-cr__content .pricing-area .price-footer .footer-title {
    font-size: 20px;
    letter-spacing: 0.5px;
  }
}
.pricing-cr__content .pricing-area .price-footer .delevary-time {
  color: var(--color-white);
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  padding: 9px 12px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--primary-black);
}
.pricing-cr__content .feature-area {
  padding-left: 40px;
  grid-column: span 10/span 10;
  grid-column-start: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}
@media only screen and (max-width: 1399.98px) {
  .pricing-cr__content .feature-area {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pricing-cr__content .feature-area {
    grid-column: span 19/span 19;
    padding-left: 0px;
    padding-top: 25px;
  }
}
.pricing-cr__content .feature-area .feature-header .feature-title {
  color: var(--color-white);
  font-family: var(--ff-bebas);
  font-size: 24px;
  font-weight: 400;
  line-height: 80%;
  letter-spacing: -0.72px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1399.98px) {
  .pricing-cr__content .feature-area .feature-header .feature-title {
    font-size: 20px;
    letter-spacing: 0.5px;
  }
}
.pricing-cr__content .feature-area .feature-header .feature-list ul li {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--color-white);
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
.pricing-cr__content .feature-area .feature-header .feature-list ul li:not(:last-of-type) {
  margin-bottom: 12px;
}
.pricing-cr__content .feature-area .feature-header .feature-list ul li i,
.pricing-cr__content .feature-area .feature-header .feature-list ul li svg {
  font-size: 16px;
}
.pricing-cr__content.monthly .pricing-area .price.monthly {
  display: inline-flex;
}
.pricing-cr__content.monthly .pricing-area .price.yearly {
  display: none;
}
.pricing-cr__content.monthly .pricing-area .price-footer .delevary-time.monthly {
  display: inline-block;
}
.pricing-cr__content.monthly .pricing-area .price-footer .delevary-time.yearly {
  display: none;
}
.pricing-cr__content.yearly .pricing-area .price.yearly {
  display: inline-flex;
}
.pricing-cr__content.yearly .pricing-area .price.monthly {
  display: none;
}
.pricing-cr__content.yearly .pricing-area .price-footer .delevary-time.yearly {
  display: inline-block;
}
.pricing-cr__content.yearly .pricing-area .price-footer .delevary-time.monthly {
  display: none;
}
.pricing-cr__action {
  min-height: 400px;
  height: 100%;
  border-radius: 10px;
  background-color: var(--primary-black);
  overflow: hidden;
  grid-column: span 4/span 4;
  grid-column-start: 9;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}
@media only screen and (max-width: 1399.98px) {
  .pricing-cr__action {
    padding: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .pricing-cr__action {
    grid-column: span 12/span 12;
    min-height: 350px;
  }
}
.pricing-cr__action .action-header {
  display: flex;
  align-items: center;
  gap: 25px;
}
.pricing-cr__action .action-header .action-buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: start;
}
@media only screen and (max-width: 1399.98px) {
  .pricing-cr__action .action-header .action-buttons {
    gap: 8px;
  }
}
.pricing-cr__action .action-header .action-buttons .pricing-button {
  color: rgba(255, 255, 255, 0.2);
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
}
.pricing-cr__action .action-header .action-buttons .pricing-button:focus, .pricing-cr__action .action-header .action-buttons .pricing-button:active {
  outline: none;
  box-shadow: none;
}
.pricing-cr__action .action-header .action-buttons .pricing-button.active {
  color: var(--color-white);
}
.pricing-cr__action .action-header .action-switch .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  padding: 4px;
}
.pricing-cr__action .action-header .action-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.pricing-cr__action .action-header .action-switch .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-white);
  transition: 0.4s;
  border-radius: 34px;
}
.pricing-cr__action .action-header .action-switch .switch .slider::before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 0px;
  bottom: 4px;
  background-color: var(--primary-black);
  transition: 0.4s;
  border-radius: 50%;
  transform: translateX(4px);
}
.pricing-cr__action .action-header .action-switch .switch input:checked + .slider {
  background-color: var(--color-white);
}
.pricing-cr__action .action-header .action-switch .switch input:checked + .slider::before {
  transform: translateX(34px);
}
.pricing-cr__action .action-footer .action-title {
  color: var(--color-white);
  font-family: var(--ff-bebas);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.96px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 1399.98px) {
  .pricing-cr__action .action-footer .action-title {
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .pricing-cr__action .action-footer .action-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .pricing-cr__action .action-footer .action-title {
    font-size: 24px;
  }
}
.pricing-cr__action .action-footer p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ff-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

/*================================================
---> Partners css
=================================================*/
.partners-cr.section .section-header {
  margin-bottom: 35px;
}
.partners-cr.section .section-header .section-title {
  color: var(--primary-black);
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
}
.partners-cr__items-wrapper {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: rgba(0, 0, 0, 0.14);
  gap: 1px;
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .partners-cr__items-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 575.98px) {
  .partners-cr__items-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.partners-cr__item {
  text-align: center;
  padding: 20px;
  background: var(--color-white);
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.partners-cr__item .item-icon {
  text-align: center;
}
@media only screen and (max-width: 1399.98px) {
  .partners-cr__item .item-icon img {
    max-width: 90%;
  }
}
.partners-cr__item .item-tag {
  color: var(--primary-black);
  font-family: var(--ff-inter);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  padding: 9px 12px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: var(--color-white);
}
@media only screen and (max-width: 1399.98px) {
  .partners-cr__item .item-tag {
    padding: 6px 10px;
    font-size: 10px;
  }
}

/*================================================
---> cta css
=================================================*/
.cta-cr.section {
  overflow: hidden;
}
.cta-cr.section .section-header {
  background: var(--primary-black);
  text-align: center;
  border-radius: 10px;
}
.cta-cr.section .section-header .subtitle {
  color: var(--color-white);
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
.cta-cr.section .section-header .title {
  color: var(--color-white);
  font-family: var(--ff-bebas);
  font-size: 140px;
  font-weight: 400;
  line-height: 80%;
  letter-spacing: -4.2px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1599.98px) {
  .cta-cr.section .section-header .title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .cta-cr.section .section-header .title {
    font-size: 80px;
    letter-spacing: -3px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .cta-cr.section .section-header .title {
    font-size: 65px;
  }
}

/*================================================
---> blog css
=================================================*/
.blog-cr.section .section-header {
  text-align: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1399.98px) {
  .blog-cr.section .section-header {
    margin-bottom: 70px;
  }
}
.blog-cr.section .section-header .subtitle {
  color: var(--primary-black);
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
.blog-cr.section .section-header .title {
  color: var(--primary-black);
  font-family: var(--ff-bebas);
  font-size: 140px;
  font-weight: 400;
  line-height: 80%;
  letter-spacing: -4.2px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1599.98px) {
  .blog-cr.section .section-header .title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .blog-cr.section .section-header .title {
    font-size: 80px;
    letter-spacing: -3px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog-cr.section .section-header .title {
    font-size: 65px;
  }
}
.blog-cr__item .item-thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1399.98px) {
  .blog-cr__item .item-thumb {
    margin-bottom: 15px;
  }
}
.blog-cr__item .item-thumb .catagory {
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 4px;
  background: var(--primary-black);
  padding: 9px 12px;
  color: var(--color-white);
  font-family: var(--ff-inter);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  z-index: 9;
}
.blog-cr__item .item-thumb canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-cr__item .item-content .item-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  gap: 5px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1399.98px) {
  .blog-cr__item .item-content .item-meta {
    margin-bottom: 8px;
  }
}
.blog-cr__item .item-content .item-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--primary-black);
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
.blog-cr__item .item-content .item-meta span:not(:first-of-type) {
  color: var(--gray);
  text-transform: capitalize;
}
.blog-cr__item .item-content .item-meta span:not(:first-of-type)::before {
  content: "/";
}
.blog-cr__item .item-content .item-title {
  color: var(--primary-black);
  font-family: var(--ff-bebas);
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.96px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1399.98px) {
  .blog-cr__item .item-content .item-title {
    letter-spacing: 0.5px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .blog-cr__item .item-content .item-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog-cr__item .item-content .item-title {
    font-size: 24px;
  }
}
.blog-cr__item .item-content .item-title a {
  font: inherit;
  display: inline-block;
  position: relative;
  display: inline;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 1.5px;
  background-position: 0px 80%;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  background-repeat: no-repeat;
  color: inherit;
}
.blog-cr__item .item-content .read-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: max-content;
  height: max-content;
  color: var(--primary-black);
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}
.blog-cr__item .item-content .read-more::before {
  content: "";
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--primary-black);
}
.blog-cr__item:hover .item-content .item-title a {
  background-size: 100% 1.5px;
}

/*================================================
---> Contact css
=================================================*/
.contact-cr__wrapper {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 60px;
  align-items: start;
}
@media only screen and (max-width: 1199.98px) {
  .contact-cr__wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
}
.contact-cr__content .section-title .sub-title {
  color: var(--primary-black);
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.contact-cr__content .section-title .title {
  font-family: var(--ff-bebas);
  font-size: 80px;
  letter-spacing: -2px;
  line-height: 0.9;
}
@media only screen and (max-width: 1199.98px) {
  .contact-cr__content .section-title .title {
    font-size: 50px;
    letter-spacing: -0.8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-cr__content .section-title .title {
    font-size: 40px;
  }
}
.contact-cr__content form .form-group {
  position: relative;
}
.contact-cr__content form .form-group label {
  color: var(--primary-black);
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
.contact-cr__content form .form-group .input-wrap {
  position: relative;
}
.contact-cr__content form .form-group .input-wrap input,
.contact-cr__content form .form-group .input-wrap textarea,
.contact-cr__content form .form-group .input-wrap select {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  padding: 5px 30px 5px 0;
  font-size: 16px;
  color: var(--primary-black);
  font-family: var(--ff-inter);
  background: transparent;
  border-radius: 0;
}
.contact-cr__content form .form-group .input-wrap input::placeholder,
.contact-cr__content form .form-group .input-wrap textarea::placeholder,
.contact-cr__content form .form-group .input-wrap select::placeholder {
  color: var(--gray);
  opacity: 0.7;
}
.contact-cr__content form .form-group .input-wrap input:focus,
.contact-cr__content form .form-group .input-wrap textarea:focus,
.contact-cr__content form .form-group .input-wrap select:focus {
  border-color: var(--primary-black);
}
.contact-cr__content form .form-group .input-wrap textarea {
  height: 80px;
  resize: none;
}
.contact-cr__content form .form-group .input-wrap .icon {
  position: absolute;
  right: 0;
  bottom: 15px;
  color: var(--primary-black);
  pointer-events: none;
}
.contact-cr__content form .form-group .input-wrap .icon i {
  font-size: 18px;
}
.contact-cr__content form .form-group .input-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.contact-cr__content form .nice-select {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  padding: 10px 0;
  font-size: 16px;
  color: var(--primary-black);
  font-family: var(--ff-inter);
  background: transparent;
  border-radius: 0;
  line-height: inherit;
  float: none;
}
.contact-cr__content form .nice-select:after {
  border-bottom: 2px solid var(--primary-black);
  border-right: 2px solid var(--primary-black);
  height: 8px;
  width: 8px;
  right: 0;
  top: 45%;
  margin-top: -4px;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  pointer-events: none;
}
.contact-cr__content form .nice-select:focus {
  box-shadow: none;
}
.contact-cr__content form .nice-select.open:after {
  transform: rotate(-135deg);
}
.contact-cr__content form .nice-select .list {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 1199.98px) {
  .contact-cr__content form .nice-select .list li {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .contact-cr__content form .nice-select .list li {
    font-size: 12px;
  }
}
.contact-cr__content form .nice-select .option {
  line-height: 40px;
  min-height: 40px;
}
.contact-cr__content form .nice-select .option.selected {
  font-weight: 600;
}
.contact-cr__content form .nice-select .option:hover {
  background-color: #f6f6f6;
}
.contact-cr__content form .nice-select .current {
  color: #555555;
}
@media only screen and (max-width: 1199.98px) {
  .contact-cr__content form .nice-select .current {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575.98px) {
  .contact-cr__content form .nice-select .current {
    font-size: 12px;
  }
}
.contact-cr__content form .budget-options {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.contact-cr__content form .budget-options .budget-option {
  cursor: pointer;
}
.contact-cr__content form .budget-options .budget-option input {
  display: none;
}
.contact-cr__content form .budget-options .budget-option input:checked + span {
  background-color: var(--primary-black);
  color: var(--color-white);
  border-color: var(--primary-black);
}
.contact-cr__content form .budget-options .budget-option span {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: var(--color-white);
  border-radius: 100px;
  font-family: var(--ff-inter);
  font-size: 12px;
  font-weight: 600;
  color: var(--primary-black);
  line-height: 120%;
  text-transform: uppercase;
  transition: 0.3s;
}
@media only screen and (max-width: 1199.98px) {
  .contact-cr__content form .budget-options .budget-option span {
    padding: 5px 8px;
  }
}
.contact-cr__avatar-wrapper {
  position: relative;
  width: 390px;
  height: 587px;
  margin-left: auto;
  background-color: #f6f6f6;
  border-radius: 10px;
}
@media only screen and (max-width: 1199.98px) {
  .contact-cr__avatar-wrapper {
    margin: 0px auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-cr__avatar-wrapper {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
}
.contact-cr__avatar-wrapper .thumb-img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 370px;
  height: 431px;
  z-index: 1;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767.98px) {
  .contact-cr__avatar-wrapper .thumb-img {
    width: calc(100% - 20px);
    height: auto;
    aspect-ratio: 370/431;
  }
}
.contact-cr__avatar-wrapper .thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-cr__avatar-wrapper .thumb-img canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-cr__avatar-wrapper .contact-info-cards {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  height: 126px;
  z-index: 2;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 767.98px) {
  .contact-cr__avatar-wrapper .contact-info-cards {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 10px;
    flex-direction: column;
    height: auto;
  }
}
.contact-cr__avatar-wrapper .contact-info-cards .info-content {
  width: 220px;
  height: 100%;
  background-color: var(--color-white);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .contact-cr__avatar-wrapper .contact-info-cards .info-content {
    width: 100%;
  }
}
.contact-cr__avatar-wrapper .contact-info-cards .info-content .name {
  font-family: var(--ff-bebas);
  font-size: 32px;
  line-height: 0.8;
  letter-spacing: -0.96px;
  color: var(--primary-black);
  margin-bottom: 7px;
}
.contact-cr__avatar-wrapper .contact-info-cards .info-content .role {
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 500;
  color: var(--gray);
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 15px;
}
.contact-cr__avatar-wrapper .contact-info-cards .info-content .ask-link {
  display: inline-flex;
  align-items: center;
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-black);
  text-decoration: underline;
  text-underline-offset: 4px;
  gap: 4px;
  width: max-content;
}
.contact-cr__avatar-wrapper .contact-info-cards .info-content .ask-link span {
  font-size: 6px;
  display: flex;
}
.contact-cr__avatar-wrapper .contact-info-cards .logo-box {
  width: 140px;
  height: 100%;
  background-color: var(--primary-black);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .contact-cr__avatar-wrapper .contact-info-cards .logo-box {
    width: 100%;
    height: 100px;
  }
}
.contact-cr__avatar-wrapper .contact-info-cards .logo-box img {
  width: 96px;
  height: auto;
}

/*================================================
---> scrol-down css
=================================================*/
.scroll-down {
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translateY(-50%) rotate(90deg) scale(-1);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  transition: var(--transition);
  cursor: pointer;
  color: var(--primary-black);
  z-index: 1;
}
@media only screen and (max-width: 1599.98px) {
  .scroll-down {
    right: -40px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .scroll-down {
    display: none;
  }
}
.scroll-down:hover {
  color: var(--primary-black);
}
.scroll-down .line {
  width: 28px;
  height: 1.5px;
  background-color: var(--primary-black);
  position: relative;
}
.scroll-down .line::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid var(--primary-black);
}

.pluse {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.1);
  z-index: 0;
}
.pluse::after, .pluse::before {
  position: absolute;
  content: "";
  background: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
}
.pluse::after {
  width: 90px;
  height: 90px;
  -webkit-animation: pluse_animate 3.5s infinite linear;
  animation: pluse_animate 3.5s infinite linear;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@media only screen and (max-width: 1399.98px) {
  .pluse::after {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .pluse::after {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .pluse::after {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pluse::after {
    width: 30px;
    height: 30px;
  }
}
.pluse:before {
  width: 100px;
  height: 100px;
  -webkit-animation: pluse_animate 3s infinite linear;
  animation: pluse_animate 3s infinite linear;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@media only screen and (max-width: 1399.98px) {
  .pluse:before {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .pluse:before {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .pluse:before {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pluse:before {
    width: 40px;
    height: 40px;
  }
}

@keyframes pluse_animate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(3.5);
    transform: translate(-50%, -50%) scale(3.5);
  }
}
.background-image,
[data-bg] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.footer-cr.section {
  position: relative;
  background-color: var(--primary-black);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.footer-cr__wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.footer-cr__top {
  margin-bottom: 120px;
  width: 100%;
}
@media only screen and (max-width: 1399.98px) {
  .footer-cr__top {
    margin-bottom: 60px;
  }
}
.footer-cr .sub-title {
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-white);
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.footer-cr__contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .footer-cr__contact {
    gap: 10px;
  }
}
.footer-cr__contact .label-text {
  font-family: var(--ff-bebas);
  font-size: 48px;
  line-height: 0.8;
  color: var(--color-white);
  opacity: 0.2;
  letter-spacing: -1.44px;
  text-transform: none;
  margin: 0;
}
@media only screen and (max-width: 1199.98px) {
  .footer-cr__contact .label-text {
    font-size: 35px;
  }
}
.footer-cr__contact .email-link {
  font-family: var(--ff-bebas);
  font-size: 60px;
  line-height: 0.8;
  color: var(--color-white);
  text-transform: uppercase;
  margin-bottom: 0;
  transition: 0.3s;
  letter-spacing: -1.8px;
}
.footer-cr__contact .email-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1199.98px) {
  .footer-cr__contact .email-link {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-cr__contact .email-link {
    font-size: 40px;
  }
}
.footer-cr__social-wrap {
  margin-top: 50px;
}
@media only screen and (max-width: 767.98px) {
  .footer-cr__social-wrap {
    margin-top: 20px;
  }
}
.footer-cr__socials {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-cr__socials .social-btn {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  transition: all 0.3s ease;
  background-color: transparent;
  padding: 7px;
}
.footer-cr__socials .social-btn i {
  font-size: 14px;
}
.footer-cr__socials .social-btn:hover {
  background-color: var(--color-white);
  color: var(--primary-black);
}
.footer-cr__nav-wrap {
  display: flex;
  justify-content: flex-end;
  gap: 120px;
  padding-left: 0;
}
@media only screen and (max-width: 1399.98px) {
  .footer-cr__nav-wrap {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1199.98px) {
  .footer-cr__nav-wrap {
    gap: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-cr__nav-wrap {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-cr__nav-wrap {
    flex-direction: column;
    gap: 40px;
    padding-left: 0;
  }
}
.footer-cr__links {
  flex-shrink: 0;
}
.footer-cr__links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-cr__links ul li {
  line-height: 1;
}
.footer-cr__links ul li:not(:last-of-type) {
  margin-bottom: 28px;
}
@media only screen and (max-width: 1399.98px) {
  .footer-cr__links ul li:not(:last-of-type) {
    margin-bottom: 18px;
  }
}
.footer-cr__links ul li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ff-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.footer-cr__links ul li a:hover {
  color: var(--color-white);
}
.footer-cr__newsletter {
  max-width: 322px;
  width: 100%;
}
.footer-cr__newsletter p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ff-inter);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 400;
}
.footer-cr__newsletter .newsletter-form {
  position: relative;
}
.footer-cr__newsletter .newsletter-form input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
  color: var(--color-white);
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}
.footer-cr__newsletter .newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}
.footer-cr__newsletter .newsletter-form input:focus {
  border-color: var(--color-white);
  outline: none;
}
.footer-cr__newsletter .newsletter-form button {
  position: absolute;
  right: 0;
  bottom: 15px;
  top: auto;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.footer-cr__newsletter .newsletter-form button svg {
  transition: 0.3s;
  width: 16px;
  height: 16px;
}
.footer-cr__newsletter .newsletter-form button:hover svg {
  transform: translateX(5px);
}
.footer-cr__ticker {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.footer-cr__ticker .ticker-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.footer-cr__ticker .ticker-text {
  font-family: var(--ff-bebas);
  font-size: 245px;
  line-height: 0.7;
  color: var(--color-white);
  letter-spacing: -7px;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .footer-cr__ticker .ticker-text {
    font-size: 150px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-cr__ticker .ticker-text {
    font-size: 100px;
  }
}
.footer-cr__ticker .ticker-img {
  width: 158px;
  height: 176px;
  flex-shrink: 0;
}
.footer-cr__ticker .ticker-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1199.98px) {
  .footer-cr__ticker .ticker-img {
    width: 100px;
    height: 110px;
  }
}
.footer-cr__bottom {
  position: relative;
  width: 100%;
  margin-top: 65px;
}
@media only screen and (max-width: 1199.98px) {
  .footer-cr__bottom {
    margin-top: 40px;
  }
}
.footer-cr__copyright {
  padding: 30px 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ff-inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  position: relative;
}
.footer-cr__copyright::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

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