
/*-------------------------
    Fonts
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Saira:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap");
/*-------------------------
    Variables
-------------------------*/
:root {
  /* Brand colors */
  --primary: #1D2633;
  --secondary: #EEF2F7;
}

/* Fonts */
/* Colors */
/* Transitions */
/* Shadows */
/*-------------------------
    Responcive Styles
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

ul.list-style li::marker,
ol.list-style li::marker {
  color: var(--primary);
}

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

.container,
.container-fluid {
  padding: 0 3.3333333333vw;
  width: 100%;
}

.row.g-0 {
  margin-left: 0;
  margin-right: 0;
}

.row.g-0 > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}

.page-content {
  margin: 20px 0;
}

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

body {
  font-family: "Saira", sans-serif;
  color: #101213;
  background-color: var(--secondary);

  /* red dotted pattern */
  background-image: radial-gradient(var(--primary) 1px, transparent 1px);
  background-size: 24px 24px;

  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  min-height: 100%;
}
body::-webkit-scrollbar {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0;
  opacity: 1;
}
h2{
  margin-top:30px
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

p {
  font-family: "Saira", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.0166666667vw;
}
p.sec {
  font-family: "Saira", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
}
p.bold {
  font-weight: 600;
}
@media (max-width: 992px) {
  p {
    font-size: 1.5120967742vw;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 1.6927083333vw;
  }
}
@media (max-width: 490px) {
  p {
    font-size: 3vw;
  }
}

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

#mobile-svg-draw {
  position: absolute;
  left: -5px;
  top: 220.6976vw;
  z-index: 2;
  overflow: visible;
  width: 96.96vw;
  height: 559.53vw;
  display: none;
}
@media (max-width: 490px) {
  #mobile-svg-draw {
    display: block;
  }
}
#mobile-svg-draw path {
  transform: all 0.5s ease-in-out;
}

/*-------------------------
Helpers
-------------------------*/
.color-primary {
  color: var(--primary) !important;
}

.black {
  color: #101213 !important;
}

.dark-black {
  color: #090909 !important;
}

.white {
  color: #fff !important;
}

.dark-gray {
  color: #7e8081 !important;
}

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

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

.bg-bg-primary {
  background-color: var(--primary) !important;
}

.bg-black {
  background-color: #101213 !important;
}

.bg-white {
  background-color: var(--secondary) !important;
}

.bg-dark-gray {
  background-color: #7e8081 !important;
}

.bg-light-gray {
  background-color: #cbcccd !important;
}

.bg-medium-gray {
  background-color: #a2a3a4 !important;
}

.h-120 {
  font-family: "Saira", sans-serif;
  font-size: 6.25vw;
  font-weight: 900;
  line-height: 120%;
  font-style: normal;
  letter-spacing: -0.125vw;
}

.h-90 {
  font-family: "Saira", sans-serif;
  font-size: 4.6875vw;
  font-weight: 800;
  font-style: normal;
  line-height: 125%; /* 126px */
  letter-spacing: 0.046875vw;
}

.h-51 {
  font-family: "Saira", sans-serif;
  font-size: 2.65625vw;
  font-weight: 700;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.0265625vw;
}

.h-47 {
  font-family: "Saira", sans-serif;
  font-size: 2.4479166667vw;
  font-weight: 700;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.0244791667vw;
}

.h-38 {
  font-family: "Saira", sans-serif;
  font-size: 1.9791666667vw;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.0197916667vw;
}

.h-28 {
  font-family: "Saira", sans-serif;
  font-size: 1.4583333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 43.2px */
}

.h-21 {
  font-family: "Saira", sans-serif;
  font-size: 1.09375vw;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.021875vw;
}

.h-16 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
  letter-spacing: 0.32px;
}
@media (max-width: 1399px) {
  .h-16 {
    font-size: 1vw;
  }
}
@media (max-width: 820px) {
  .h-16 {
    font-size: 1.5vw;
  }
}
@media (max-width: 430px) {
  .h-16 {
    font-size: 2.2vw;
  }
}

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

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

.body-text {
  font-family: "Inter", sans-serif;
}

.br-30 {
  border-radius: 30px;
}
@media (max-width: 992px) {
  .br-30 {
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .br-30 {
    border-radius: 15px;
  }
}

.br-30-0 {
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .br-30-0 {
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 768px) {
  .br-30-0 {
    border-radius: 15px 15px 0 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.b-unstyle {
  border: 0;
  background: transparent;
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.m-80 {
  margin: 80px 0;
}
@media (max-width: 1199px) {
  .m-80 {
    margin: 64px 0;
  }
}
@media (max-width: 991px) {
  .m-80 {
    margin: 54px 0;
  }
}
@media (max-width: 767px) {
  .m-80 {
    margin: 42px 0;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .mt-80 {
    margin-top: 64px;
  }
}
@media (max-width: 991px) {
  .mt-80 {
    margin-top: 54px;
  }
}
@media (max-width: 767px) {
  .mt-80 {
    margin-top: 42px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .mb-80 {
    margin-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 42px;
  }
}

.mt-64 {
  margin-top: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-64 {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-64 {
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 32px;
  }
}

.mb-64 {
  margin-bottom: 3.3333333333vw !important;
}
@media (max-width: 490px) {
  .mb-64 {
    margin-bottom: 10.5vw !important;
  }
}

.mt-60 {
  margin-top: 60px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-60 {
    margin-top: 48px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-60 {
    margin-top: 42px !important;
  }
}
@media (max-width: 767px) {
  .mt-60 {
    margin-top: 32px !important;
  }
}

.mb-68 {
  margin-bottom: 3.5416666667vw;
}
@media (max-width: 490px) {
  .mb-68 {
    margin-bottom: 7.4418604651vw;
  }
}

.mb-58 {
  margin-bottom: 3.0208333333vw;
}
@media (max-width: 490px) {
  .mb-58 {
    margin-bottom: 7.4418604651vw;
  }
}

.m-48 {
  margin: 48px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .m-48 {
    margin: 42px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .m-48 {
    margin: 32px 0;
  }
}
@media (max-width: 767px) {
  .m-48 {
    margin: 24px 0;
  }
}

.mt-48 {
  margin-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-48 {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-48 {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 24px;
  }
}

.mb-48 {
  margin-bottom: 2.5vw;
}
@media (max-width: 490px) {
  .mb-48 {
    margin-bottom: 6vw;
  }
}

.m-40 {
  margin: 40px 0;
}
@media (max-width: 1199px) {
  .m-40 {
    margin: 32px 0;
  }
}
@media (max-width: 991px) {
  .m-40 {
    margin: 28px 0;
  }
}
@media (max-width: 767px) {
  .m-40 {
    margin: 22px 0;
  }
}

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

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

.mb-32 {
  margin-bottom: 1.6666666667vw;
}
@media (max-width: 578px) {
  .mb-32 {
    margin-bottom: 22px;
  }
}

.ms-32 {
  margin: 0 32px;
}
@media (max-width: 1199px) {
  .ms-32 {
    margin: 0 30px;
  }
}
@media (max-width: 991px) {
  .ms-32 {
    margin: 0 26px;
  }
}
@media (max-width: 767px) {
  .ms-32 {
    margin: 0 22px;
  }
}

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

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

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

.mt-8 {
  margin-top: 8px;
}
@media (max-width: 1199px) {
  .mt-8 {
    margin-top: 6px;
  }
}
@media (max-width: 991px) {
  .mt-8 {
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .mt-8 {
    margin-top: 2px;
  }
}

.mb-40 {
  margin-bottom: 2.0833333333vw;
}

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

.mb-24 {
  margin-bottom: 1.25vw !important;
}

.mb-16 {
  margin-bottom: 0.8333333333vw;
}
@media (max-width: 578px) {
  .mb-16 {
    margin-bottom: 2vw;
  }
}

.mb-12 {
  margin-bottom: 0.625vw;
}

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

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

.p-120 {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .p-120 {
    padding: 98px 0;
  }
}
@media (max-width: 991px) {
  .p-120 {
    padding: 76px 0;
  }
}
@media (max-width: 767px) {
  .p-120 {
    padding: 56px 0;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .pt-120 {
    padding-top: 98px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 76px;
  }
}
@media (max-width: 767px) {
  .pt-120 {
    padding-top: 56px;
  }
}

.p-96 {
  padding: 96px 0;
}
@media (max-width: 1199px) {
  .p-96 {
    padding: 72px 0;
  }
}
@media (max-width: 991px) {
  .p-96 {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .p-96 {
    padding: 48px 0;
  }
}

.pb-96 {
  padding-bottom: 96px;
}
@media (max-width: 1199px) {
  .pb-96 {
    padding-bottom: 72px;
  }
}
@media (max-width: 991px) {
  .pb-96 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .pb-96 {
    padding-bottom: 48px;
  }
}

.p-80 {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .p-80 {
    padding: 64px 0;
  }
}
@media (max-width: 991px) {
  .p-80 {
    padding: 54px 0;
  }
}
@media (max-width: 767px) {
  .p-80 {
    padding: 42px 0;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .pt-80 {
    padding-top: 64px;
  }
}
@media (max-width: 991px) {
  .pt-80 {
    padding-top: 54px;
  }
}
@media (max-width: 767px) {
  .pt-80 {
    padding-top: 42px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .pb-80 {
    padding-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .pb-80 {
    padding-bottom: 42px;
  }
}

.p-64 {
  padding: 64px 0;
}
@media (max-width: 1199px) {
  .p-64 {
    padding: 56px 0;
  }
}
@media (max-width: 991px) {
  .p-64 {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .p-64 {
    padding: 42px 0;
  }
}

.p-60 {
  padding: 60px 0;
}
@media (max-width: 1199px) {
  .p-60 {
    padding: 54px 0;
  }
}
@media (max-width: 991px) {
  .p-60 {
    padding: 46px 0;
  }
}
@media (max-width: 767px) {
  .p-60 {
    padding: 40px 0;
  }
}

.p-48 {
  padding: 48px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-48 {
    padding: 42px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-48 {
    padding: 32px 0;
  }
}
@media (max-width: 767px) {
  .p-48 {
    padding: 26px 0;
  }
}

.pt-48 {
  padding-top: 2.5vw;
}
@media (max-width: 490px) {
  .pt-48 {
    padding-top: 7.4418604651vw;
  }
}

.pb-48 {
  padding-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-48 {
    padding-bottom: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-48 {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .pb-48 {
    padding-bottom: 26px;
  }
}

.p-40 {
  padding: 40px 0;
}
@media (max-width: 1199px) {
  .p-40 {
    padding: 32px 0;
  }
}
@media (max-width: 991px) {
  .p-40 {
    padding: 28px 0;
  }
}
@media (max-width: 767px) {
  .p-40 {
    padding: 22px 0;
  }
}

.pt-40 {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .pt-40 {
    padding-top: 32px;
  }
}
@media (max-width: 991px) {
  .pt-40 {
    padding-top: 28px;
  }
}
@media (max-width: 767px) {
  .pt-40 {
    padding-top: 22px;
  }
}

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

.p-32 {
  padding: 32px;
}
@media (max-width: 1199px) {
  .p-32 {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .p-32 {
    padding: 26px;
  }
}
@media (max-width: 767px) {
  .p-32 {
    padding: 22px;
  }
}

.pt-32 {
  padding-top: 32px;
}
@media (max-width: 1199px) {
  .pt-32 {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .pt-32 {
    padding-top: 26px;
  }
}
@media (max-width: 767px) {
  .pt-32 {
    padding-top: 22px;
  }
}

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

.ps-32 {
  padding-left: 32px;
}
@media (max-width: 1199px) {
  .ps-32 {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .ps-32 {
    padding-left: 26px;
  }
}
@media (max-width: 767px) {
  .ps-32 {
    padding-left: 22px;
  }
}

.pt-24 {
  padding: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-24 {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-24 {
    padding: 18px;
  }
}
@media (max-width: 767px) {
  .pt-24 {
    padding: 16px;
  }
}
@media (max-width: 490px) {
  .pt-24 {
    padding: 14px;
  }
}

.pb-24 {
  padding-bottom: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-24 {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-24 {
    padding-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .pb-24 {
    padding-bottom: 16px;
  }
}
@media (max-width: 490px) {
  .pb-24 {
    padding-bottom: 14px;
  }
}

.ptb-24 {
  padding: 24px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ptb-24 {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb-24 {
    padding: 18px 0;
  }
}
@media (max-width: 767px) {
  .ptb-24 {
    padding: 16px 0;
  }
}
@media (max-width: 490px) {
  .ptb-24 {
    padding: 14px 0;
  }
}

.p-24 {
  padding: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-24 {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-24 {
    padding: 18px;
  }
}
@media (max-width: 767px) {
  .p-24 {
    padding: 16px;
  }
}
@media (max-width: 490px) {
  .p-24 {
    padding: 14px;
  }
}

.p-16 {
  padding: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-16 {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-16 {
    padding: 13px;
  }
}
@media (max-width: 767px) {
  .p-16 {
    padding: 10px;
  }
}
@media (max-width: 490px) {
  .p-16 {
    padding: 10px;
  }
}

.p-8 {
  padding: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-8 {
    padding: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-8 {
    padding: 7px;
  }
}
@media (max-width: 767px) {
  .p-8 {
    padding: 7px;
  }
}
@media (max-width: 490px) {
  .p-8 {
    padding: 6px;
  }
}

.pb-16 {
  padding-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-16 {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-16 {
    padding-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .pb-16 {
    padding-bottom: 10px;
  }
}
@media (max-width: 490px) {
  .pb-16 {
    padding-bottom: 10px;
  }
}

.ptb-16 {
  padding: 16px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ptb-16 {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb-16 {
    padding: 13px 0;
  }
}
@media (max-width: 767px) {
  .ptb-16 {
    padding: 10px 0;
  }
}
@media (max-width: 490px) {
  .ptb-16 {
    padding: 10px 0;
  }
}

.plr-16 {
  padding: 0 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .plr-16 {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plr-16 {
    padding: 0 14px;
  }
}
@media (max-width: 767px) {
  .plr-16 {
    padding: 0 13px;
  }
}
@media (max-width: 490px) {
  .plr-16 {
    padding: 0 12px;
  }
}

.p-216 {
  padding: 40px 216px;
}

.p-16_p-24 {
  padding: 16px 24px;
}

.prt-4 {
  padding-right: 4px;
}

/*-------------------------
Elements
-------------------------*/
.cus-btn {
  font-family: "Saira Condensed", sans-serif;
  padding: 0.8333333333vw 1.6666666667vw;
  font-size: 1.09375vw;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 31.5px */
  letter-spacing: 0.021875vw;
  color: var(--secondary);
  border-radius: 15px;
  border: 0;
  background: var(--primary);
  box-shadow: none;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1399px) {
  .cus-btn {
    border-radius: 10px;
    padding: 1.09vw 1vw;
    font-size: 1vw;
  }
}
@media (max-width: 1024px) {
  .cus-btn {
    font-size: 1.3vw;
  }
}
@media (max-width: 992px) {
  .cus-btn {
    padding: 1.55vw 1.503vw;
    font-size: 2vw;
  }
}
@media (max-width: 430px) {
  .cus-btn {
    padding: 2.7vw 4vw;
    font-size: 3vw;
  }
}
.cus-btn:hover {
  background: #101213;
  color: var(--secondary);
}

.cus-btn-2 {
  font-family: "Saira Condensed", sans-serif;
  padding: clamp(12px, 0.833vw, 24px) clamp(24px, 1.667vw, 48px);
  letter-spacing: 0.021875vw;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: clamp(14px, 0.83vw, 30px);
  border-radius: 15px;
  position: relative;
  border: 0;
  box-shadow: 0px 6px 0px 0px #000;
  background-color: var(--primary);
  color: var(--secondary);
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
}
.cus-btn-2::before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  border-radius: 15px;
  opacity: 0;
  content: "";
  background-color: #7e8081;
  z-index: -1;
}
.cus-btn-2:hover,
.cus-btn-2:focus {
  color: white;
}
.cus-btn-2:hover::before,
.cus-btn-2:focus::before {
  left: 0;
  right: 0;
  opacity: 1;
}
.cus-btn-2:active {
  transform: scale(0.9);
}

/*-------------------------
  Form Styling
-------------------------*/
.form-group {
  position: relative;
}

.select-range {
  position: relative;
}
.select-range select option {
  background: #475055;
  color: var(--secondary);
  font-size: 22px;
  font-family: "Saira Condensed", sans-serif;
  padding: 8px 0;
}
.select-range select option:hover {
  background: var(--primary);
}
.select-range select option:first-child {
  border-radius: 10px 10px 0 0;
}
.select-range select option:last-child {
  border-radius: 0px 0px 10px 10px;
}
.select-range::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 40px;
  top: 34px;
  font-weight: 700;
  font-size: 30px;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}

textarea.form-control {
  min-height: 142px;
  max-height: 120px;
}
@media (max-width: 578px) {
  textarea.form-control {
    min-height: 58px;
    max-height: 58px;
  }
}

.form-label {
  font-family: "Saira", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.32px;
}
@media (max-width: 578px) {
  .form-label {
    font-size: 14px;
  }
}
.form-label.bold {
  font-weight: 700;
}

.form-control {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid #090909;
  background: var(--secondary);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  position: relative;
  color: #090909;
  box-shadow: none;
}
.form-control.border {
  border-color: var(--primary) !important;
}
.form-control:focus {
  box-shadow: none;
  outline: 0;
  color: #090909 !important;
  background: transparent;
}
.form-control:hover {
  color: #090909 !important;
}
.form-control::placeholder {
  color: #090909;
  opacity: 1;
}

.form-selector {
  padding: 16px;
  border-radius: 15px;
  border: 1px solid #090909;
  background: var(--secondary);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  position: relative;
  color: var(--secondary);
  box-shadow: none;
  width: 100%;
  display: block;
  padding: 16px;
  border-radius: 15px;
  border: 1px solid #090909;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  position: relative;
  color: #090909;
  box-shadow: none;
}
.form-selector select {
  background: transparent;
  border: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 16px;
  background: url("../media/vectors/down-arrow.png") 100% no-repeat;
}
.form-selector select:focus-visible {
  box-shadow: none;
  outline: 0;
}
.form-selector option {
  background: var(--secondary);
  color: #090909;
  padding: 6px 12px;
}
.form-selector option:hover {
  background: #090909;
  color: var(--secondary);
}
.form-selector:focus {
  box-shadow: none;
  outline: 0;
  color: var(--secondary) !important;
  background: transparent;
}
.form-selector:hover {
  color: var(--secondary) !important;
}
.form-selector::placeholder {
  color: #a2a3a4;
  opacity: 1;
}

[type="file"] {
  padding-left: 42px;
  position: relative;
}
[type="file"]::before {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 16px;
  height: 16px;
  content: url(../media/vector/attached.png);
  color: var(--primary);
}
[type="file"]::-webkit-file-upload-button {
  display: none;
  background: transparent;
  border: none;
  border-radius: 0px;
  color: var(--primary);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  font-family: "Saira Condensed", sans-serif;
  outline: none;
  padding: 0;
  transition: all 1s ease;
}

label.error {
  color: black;
}

.sec-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-heading .content h2 {
  color: #101213;
}
.sec-heading .content h2 span {
  position: relative;
  color: var(--primary);
}
.sec-heading .content h2 span::before {
  content: "";
  background: url(../media/vector/bottom-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 7px;
  left: 0;
  bottom: -10px;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  background: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9999999;
  display: flex;
}
#preloader .loader {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#preloader .loader #logo-animation {
  max-width: 700px;
}

.wrapper-dropdown {
  border-radius: 4px;
  background: var(--secondary);
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wrapper-dropdown .selected-display {
  font-weight: 400;
  color: #7e8081;
}
.wrapper-dropdown::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -2px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.wrapper-dropdown .topbar-dropdown {
  border: 1px solid #101213;
  width: 100%;
  background: var(--secondary);
  transition: 0.3s;
  position: absolute;
  top: 168%;
  left: 0px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  border-radius: 0 0 4px 4px;
  box-shadow: inherit;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  visibility: hidden;
}
.wrapper-dropdown .topbar-dropdown li {
  padding: 4px 16px;
  line-height: 30px;
  border-radius: 0;
  overflow: hidden;
  font-size: clamp(14px, 0.781vw, 18px); /* 15px */
  font-family: "Saira", sans-serif;
  color: #7e8081;
  font-style: normal;
  font-weight: 400;
}
.wrapper-dropdown .topbar-dropdown li:last-child {
  border-bottom: none;
}
.wrapper-dropdown .topbar-dropdown li:hover {
  background-color: var(--primary);
  color: var(--secondary);
}
.wrapper-dropdown.active .topbar-dropdown {
  opacity: 1;
  visibility: visible;
  border-radius: 5px;
}
.wrapper-dropdown .scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.wrapper-dropdown .arrow {
  float: right;
  rotate: 180deg;
}
.wrapper-dropdown svg {
  transition: all 0.3s;
}
.wrapper-dropdown .rotated {
  transform: rotate(-180deg);
}

/*-------------------------
  layouts
-------------------------*/
/*--------------------------------------------------------------
# Navigation Bar
--------------------------------------------------------------*/
.header {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8333333333vw 3.3333333333vw;
}
@media (max-width: 992px) {
  .header .logo img {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .header .logo img {
    width: 67%;
  }
}
@media (max-width: 430px) {
  .header .logo img {
    width: 50%;
  }
}
.header .menu-detail {
  border-radius: 15px;
  border: 1px solid #101213;
  background: var(--secondary);
  box-shadow: 0px 6px 0px 0px #000;
}
@media (max-width: 1299px) {
  .header .menu-detail {
    border-radius: 10px;
  }
}
.header .menu-detail .menu-link {
  display: flex;
  align-items: center;
  gap: 1.25vw;
  padding: 0.2083333333vw 0.2083333333vw 0.2083333333vw 1.25vw;
  background: var(--secondary);
  border-radius: 15px;
  position: relative;
  z-index: 600;
}
@media (max-width: 1024px) {
  .header .menu-detail .menu-link {
    border-radius: 10px;
  }
}
.header .menu-detail .menu-link .hamburger {
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 600;
  width: 2.6041666667vw;
  height: 2.0833333333vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 330ms ease-out;
}
@media (max-width: 1199px) {
  .header .menu-detail .menu-link .hamburger {
    width: 3.604167vw;
    height: 3.083333vw;
  }
}
@media (max-width: 820px) {
  .header .menu-detail .menu-link .hamburger {
    width: 4.604167vw;
    height: 3.6vw;
  }
}
@media (max-width: 575px) {
  .header .menu-detail .menu-link .hamburger {
    width: 5.604167vw;
    height: 4vw;
  }
}
@media (max-width: 399px) {
  .header .menu-detail .menu-link .hamburger {
    width: 6.5vw;
    height: 4vw;
  }
}
.header .menu-detail .menu-link .hamburger .line-menu {
  background-color: #101213;
  border-radius: 5px;
  width: 100%;
  height: 6px;
}
@media (max-width: 575px) {
  .header .menu-detail .menu-link .hamburger .line-menu {
    height: 3px;
  }
}
.header .menu-detail .menu-link .hamburger .line-menu.half {
  width: 50%;
}
.header .menu-detail .menu-link .hamburger .line-menu.start {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right;
}
.header .menu-detail .menu-link .hamburger .line-menu.end {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left;
}
.header .menu-detail .menu-link .hamburger.show {
  transform: rotate(-45deg);
}
.header .menu-detail .menu-link .hamburger.show .line-menu.start {
  transform: rotate(-90deg) translateX(3px);
}
@media (max-width: 575px) {
  .header .menu-detail .menu-link .hamburger.show .line-menu.start {
    transform: rotate(-90deg) translateX(1px);
  }
}
.header .menu-detail .menu-link .hamburger.show .line-menu.end {
  transform: rotate(-90deg) translateX(-3px);
}
@media (max-width: 575px) {
  .header .menu-detail .menu-link .hamburger.show .line-menu.end {
    transform: rotate(-90deg) translateX(0px);
  }
}
.header .menu-detail .toggle-menu {
  position: absolute;
  z-index: 99;
  top: 1.120833vw;
  right: 2.9375vw;
  padding: 1.6666666667vw;
  text-align: end;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 992px) {
  .header .menu-detail .toggle-menu {
    border-radius: 10px;
    padding-left: 7vw;
  }
}
.header .menu-detail .toggle-menu .site-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: transform 1.5s cubic-bezier(0.86, 0, 0.07, 1);
  pointer-events: none;
  overflow: hidden;
  border-radius: 15px;
  transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate(-2px, 2px) scale(1) rotate(1deg);
  cursor: pointer;
  transform-origin: 100% 0;
}
.header .menu-detail .toggle-menu .site-header__bg::before,
.header .menu-detail .toggle-menu .site-header__bg::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--primary);
  content: "";
  pointer-events: none;
  transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate(130px, 0) rotate(15deg) scale(1.3, 0);
  transform-origin: 100% 0;
}
.header .menu-detail .toggle-menu .site-header__bg::before {
  transition-delay: 0.05s;
}
.header .menu-detail .toggle-menu .site-header__bg::after {
  background: var(--primary);
}
.header .menu-detail .toggle-menu .toggle-link {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in;
}
.header .menu-detail .toggle-menu .toggle-link .links {
  position: relative;
  padding-top: 6.6666666667vw;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 0.4166666667vw;
  margin-bottom: 3.75vw;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 992px) {
  .header .menu-detail .toggle-menu .toggle-link .links {
    padding-top: 10.666667vw;
  }
}
@media (max-width: 492px) {
  .header .menu-detail .toggle-menu .toggle-link .links {
    padding-top: 21.666667vw;
  }
}
.header .menu-detail .toggle-menu .toggle-link .links li {
  color: var(--secondary);
  font-family: "Saira", sans-serif;
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.0333333333vw;
  text-transform: uppercase;
  opacity: 0;
  transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s;
  transition-delay: 0s;
  will-change: transform;
  transform-origin: 0 100%;
  transform: translateY(0.2083333333vw) scale(0.95);
}
@media (max-width: 992px) {
  .header .menu-detail .toggle-menu .toggle-link .links li {
    font-size: 5.33vw;
  }
}
@media (max-width: 492px) {
  .header .menu-detail .toggle-menu .toggle-link .links li {
    font-size: 8vw;
  }
}
.header .menu-detail .toggle-menu .toggle-link .links li a {
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}
.header .menu-detail .toggle-menu .toggle-link .links li a:hover {
  color: red;
}
.header .menu-detail .toggle-menu .toggle-link .social-link {
  display: none;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 0.4166666667vw;
  transition: all 0.3s ease-in-out;
}
.header .menu-detail .toggle-menu .toggle-link .social-link li {
  color: var(--secondary);
  font-family: "Saira", sans-serif;
  font-size: 1.1979166667vw;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0.0239583333vw;
  opacity: 0;
  transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s;
  transition-delay: 0s;
  will-change: transform;
  transform-origin: 0 100%;
  transform: translateY(0.2083333333vw) scale(0.95);
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .header .menu-detail .toggle-menu .toggle-link .social-link li {
    font-size: 3vw;
  }
}
@media (max-width: 492px) {
  .header .menu-detail .toggle-menu .toggle-link .social-link li {
    font-size: 5vw;
  }
}
.header .menu-detail .toggle-menu .toggle-link .social-link li a {
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}
.header .menu-detail .toggle-menu .toggle-link .social-link li a:hover {
  color: #101213;
}
.header.menu-active .menu-detail .hamburger .line {
  stroke: #101213;
}
.header.menu-active .menu-detail .cus-btn {
  background: #101213;
  color: var(--secondary);
}
.header.menu-active .menu-detail .toggle-menu {
  z-index: 150;
}
.header.menu-active .menu-detail .toggle-menu .site-header__bg {
  transform: translate(1.5vw, -1.5vw) scale(1.1);
}
.header.menu-active .menu-detail .toggle-menu .site-header__bg::before,
.header.menu-active .menu-detail .toggle-menu .site-header__bg::after {
  transform: translateX(0) rotate(0) scale(1.3, 1);
}
.header.menu-active .menu-detail .toggle-menu .site-header__bg::after {
  transition-delay: 0.5s;
}
.header.menu-active .menu-detail .toggle-menu .site-header__bg::before {
  transition-delay: 0s;
}
.header.menu-active .menu-detail .toggle-menu .social-link li,
.header.menu-active .menu-detail .toggle-menu .links li {
  opacity: 1;
  transition: transform 1.1s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 1.3s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s;
  transition-delay: 0.165s;
}
.header.menu-active .menu-detail .toggle-menu .social-link li a,
.header.menu-active .menu-detail .toggle-menu .links li a {
  pointer-events: auto;
}

footer {
  padding: 5vw 0 2.5vw;
}
footer .footer-box {
  position: relative;
}
footer .footer-box img {
  width: 100%;
}
@media (min-width: 2560px) {
  footer .footer-box img {
    height: clamp(760px, 35.703vw, 1190px);
  }
}
@media (max-width: 575px) {
  footer .footer-box img {
    height: 330px;
  }
}
@media (max-width: 430px) {
  footer .footer-box img {
    height: auto;
  }
}
footer .footer-box .content-area {
  position: absolute;
  top: 0px;
  left: 0px;
}
footer .footer-box .content-area .menu-detail {
  display: flex;
  gap: 10.3125vw;
  margin-bottom: 1vw;
  padding: 24px 32px;
}
@media (max-width: 1599px) {
  footer .footer-box .content-area .menu-detail {
    margin-bottom: 2.947917vw;
  }
}
@media (max-width: 1399px) {
  footer .footer-box .content-area .menu-detail {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  footer .footer-box .content-area .menu-detail {
    gap: 9.3125vw;
  }
}
@media (max-width: 992px) {
  footer .footer-box .content-area .menu-detail {
    padding: 16px 32px;
  }
}
@media (max-width: 820px) {
  footer .footer-box .content-area .menu-detail {
    padding: 16px;
    gap: 50px;
  }
}
@media (max-width: 575px) {
  footer .footer-box .content-area .menu-detail {
    gap: 0px;
    padding: 24px 18px;
  }
}
footer .footer-box .content-area .menu-detail h2 {
  position: relative;
}
@media (max-width: 1199px) {
  footer .footer-box .content-area .menu-detail h2 {
    top: 24px;
  }
}
@media (max-width: 820px) {
  footer .footer-box .content-area .menu-detail h2 {
    top: 6px;
  }
}
@media (max-width: 430px) {
  footer .footer-box .content-area .menu-detail h2 {
    top: 6px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 430px) {
  footer .footer-box .content-area .menu-detail h2 br {
    display: none;
  }
}
@media (max-width: 1699px) {
  footer .footer-box .content-area .menu-detail h2::after {
    height: 310px;
  }
}
@media (max-width: 1599px) {
  footer .footer-box .content-area .menu-detail h2::after {
    left: 370px;
    height: 220px;
  }
}
@media (max-width: 1399px) {
  footer .footer-box .content-area .menu-detail h2::after {
    left: 330px;
  }
}
@media (max-width: 1199px) {
  footer .footer-box .content-area .menu-detail h2::after {
    left: 286px;
    top: 0;
  }
}
@media (max-width: 1024px) {
  footer .footer-box .content-area .menu-detail h2::after {
    left: 230px;
    height: 180px;
  }
}
@media (max-width: 820px) {
  footer .footer-box .content-area .menu-detail h2::after {
    left: 150px;
  }
}
@media (max-width: 768px) {
  footer .footer-box .content-area .menu-detail h2::after {
    height: 134px;
    top: 16px;
  }
}
@media (max-width: 575px) {
  footer .footer-box .content-area .menu-detail h2::after {
    display: none;
  }
}
footer .footer-box .content-area .menu-detail .footer_menu {
  margin-top: 34px;
}
@media (max-width: 820px) {
  footer .footer-box .content-area .menu-detail .footer_menu {
    margin-top: 8px;
  }
}
@media (max-width: 430px) {
  footer .footer-box .content-area .menu-detail .footer_menu {
    display: none;
  }
}
footer .footer-box .content-area .menu-detail .footer_menu .timing {
  display: flex;
  justify-content: space-between;
}
footer .footer-box .content-area .company-name {
  font-family: "Saira", sans-serif;
  font-size: 200px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -4px;
  color: var(--secondary);
  position: relative;
}
@media (max-width: 1699px) {
  footer .footer-box .content-area .company-name {
    text-align: center;
    font-size: 156px;
  }
}
@media (max-width: 1399px) {
  footer .footer-box .content-area .company-name {
    font-size: 146px;
  }
}
@media (max-width: 1299px) {
  footer .footer-box .content-area .company-name {
    font-size: 134px;
  }
}
@media (max-width: 1199px) {
  footer .footer-box .content-area .company-name {
    font-size: 100px;
  }
}
@media (max-width: 1024px) {
  footer .footer-box .content-area .company-name {
    font-size: 80px;
    position: relative;
    top: -16px;
  }
}
@media (max-width: 992px) {
  footer .footer-box .content-area .company-name {
    top: -6px;
  }
}
@media (max-width: 820px) {
  footer .footer-box .content-area .company-name {
    top: -24px;
    font-size: 56px;
  }
}
@media (max-width: 575px) {
  footer .footer-box .content-area .company-name {
    top: -8px;
  }
}
@media (max-width: 430px) {
  footer .footer-box .content-area .company-name {
    font-size: 50px;
    top: -18px;
    padding-left: 8px;
  }
}
@media (max-width: 399px) {
  footer .footer-box .content-area .company-name {
    font-size: 46px;
  }
}
footer .footer-box .content-area .company-name::before {
  content: "";
  position: absolute;
  top: 0;
  background: var(--secondary);
  width: 103%;
  height: 1px;
}
@media (max-width: 1699px) {
  footer .footer-box .content-area .company-name::before {
    width: 105%;
    left: 0;
  }
}
footer .footer-box .content-area .company-name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--secondary);
  width: 103%;
  height: 1px;
}
@media (max-width: 1699px) {
  footer .footer-box .content-area .company-name::after {
    width: 105%;
    left: 0;
  }
}
footer .footer-box .content-area .company-name a {
  padding-left: 42px;
}
@media (max-width: 1399px) {
  footer .footer-box .content-area .company-name a {
    padding-left: 0;
  }
}
footer .footer-box .content-area .bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 19px;
}
@media (max-width: 1499px) {
  footer .footer-box .content-area .bottom-bar {
    padding: 18px 0px 18px 32px;
  }
}
@media (max-width: 1399px) {
  footer .footer-box .content-area .bottom-bar {
    padding: 18px 18px 32px;
  }
}
@media (max-width: 1024px) {
  footer .footer-box .content-area .bottom-bar {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  footer .footer-box .content-area .bottom-bar {
    padding: 8px 8px 8px 18px;
  }
}
@media (max-width: 820px) {
  footer .footer-box .content-area .bottom-bar {
    padding: 8px 8px 8px 18px;
    padding-left: 20px;
    position: relative;
    top: -24px;
  }
}
@media (max-width: 768px) {
  footer .footer-box .content-area .bottom-bar {
    padding: 0px 8px 8px 18px;
  }
}
@media (max-width: 575px) {
  footer .footer-box .content-area .bottom-bar {
    top: 0px;
  }
}
@media (max-width: 430px) {
  footer .footer-box .content-area .bottom-bar {
    top: -10px;
  }
}
@media (max-width: 430px) {
  footer .footer-box .content-area .bottom-bar h5 {
    font-size: 2vw;
  }
}
footer .footer-box .content-area .bottom-bar .social-icons {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 399px) {
  footer .footer-box .content-area .bottom-bar .social-icons {
    gap: 16px;
  }
}
@media (max-width: 992px) {
  footer .footer-box .content-area .bottom-bar .social-icons a svg {
    width: 24px;
  }
}
@media (max-width: 768px) {
  footer .footer-box .content-area .bottom-bar .social-icons a svg {
    width: 20px;
  }
}
@media (max-width: 399px) {
  footer .footer-box .content-area .bottom-bar .social-icons a svg {
    width: 16px;
  }
}
footer .footer-box .content-area .bottom-bar .social-icons a svg .icon {
  transition: all 0.5s ease-in-out;
}
footer .footer-box .content-area .bottom-bar .social-icons a:hover svg .icon {
  fill: red;
  transition: all 0.5s ease-in-out;
}

.banner {
  width: 100vw;
  padding-top: clamp(32px, 2.5vw, 64px);
}
.banner .text-block {
  transform: 0;
  padding: 1vw 0;
  transition: 1s ease-in transform;
}
@media (max-width: 492px) {
  .banner .text-block {
    text-align: center;
  }
}
.banner .text-block .banner-text {
  position: relative;
  display: inline-block;
  z-index: 0;
  font-size: 7.2916666667vw;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* ensures the -1 layer stays behind THIS element, not behind random parents */
  isolation: isolate;
}
.banner .text-block .banner-text__front{
  position: relative;
  z-index: 1;
}

.banner .banner-text__back{
  position: absolute;
  inset: 0;                 /* same box => same wrap width */
  transform: translateY(4px);
  z-index: -1;
  -webkit-text-stroke: 1px #101213;
  -webkit-text-fill-color: var(--secondary);
  pointer-events: none;
  /* important for wrapping parity */
  white-space: normal;
}
@media (max-width: 1299px) {
  .banner .text-block .banner-text:before {
    top: 28px;
  }
}
@media (max-width: 1099px) {
  .banner .text-block .banner-text:before {
    top: 24px;
  }
}
@media (max-width: 820px) {
  .banner .text-block .banner-text:before {
    top: 20px;
  }
}
@media (max-width: 768px) {
  .banner .text-block .banner-text:before {
    top: 16px;
  }
}
@media (max-width: 575px) {
  .banner .text-block .banner-text:before {
    top: 14px;
  }
}
@media (max-width: 430px) {
  .banner .text-block .banner-text:before {
    top: 11px;
  }
}
@media (max-width: 399px) {
  .banner .text-block .banner-text:before {
    top: 9px;
  }
}
.banner .text-block .rotate-text {
  position: relative;
  top: -24px;
  font-size: 3.59375vw;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  background: #101213;
  color: var(--secondary);
  padding: 0.710833vw;
  border-radius: 32.71px;
  transform: rotate(-15deg);
  display: inline-block;
  text-shadow: -5px 4px var(--primary);
}
@media (max-width: 1199px) {
  .banner .text-block .rotate-text {
    top: -7px;
    border-radius: 15px;
  }
}
@media (max-width: 820px) {
  .banner .text-block .rotate-text {
    text-shadow: -3px 3px var(--primary);
  }
}
@media (max-width: 430px) {
  .banner .text-block .rotate-text {
    text-shadow: -1px 2px var(--primary);
  }
}
@media (max-width: 820px) {
  .banner .text-block p br {
    display: none;
  }
}
.banner .text-block .btn-block {
  display: flex;
  align-items: center;
  gap: 1.25vw;
}
@media (max-width: 492px) {
  .banner .text-block .btn-block {
    justify-content: center;
    gap: 10px;
  }
}
@media(min-width: 769px){
  .banner .image-block .banner-image img {
  width: 100%;
  height: 550px;
}
.detailContent_image {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
}
@media (max-width: 1399px) {
  .banner .image-block {
    padding-top: 16px;
  }
}
@media (max-width: 575px) {
  .banner .image-block {
    padding-top: 0px;
  }
}

.about-sec {
  margin-top: 7vw;
  width: 100vw;
  position: relative;
  z-index: 100;
  top: 0;
  transition: 1s ease-in left;

}
@media (max-width: 1024px) {
  .about-sec {
    padding-top: clamp(24px, 4.688vw, 64px);
  }
}
@media (max-width: 820px) {
  .about-sec {
    padding-top: 5.166667vw;
  }
}
@media (max-width: 768px) {
  .about-sec {
    padding-top: 0;
  }
}
.about-sec .accordion_block {
  height: 33.8541666667vw;
}
@media (max-width: 1399px) {
  .about-sec .accordion_block {
    height: 40.854167vw;
  }
}
@media (max-width: 1024px) {
  .about-sec .accordion_block {
    height: 42.854167vw;
  }
}
@media (max-width: 820px) {
  .about-sec .accordion_block {
    height: 58.854167vw;
  }
}
@media (max-width: 575px) {
  .about-sec .accordion_block {
    height: 67.854167vw;
  }
}
@media (max-width: 499px) {
  .about-sec .accordion_block {
    height: 75.854167vw;
  }
}
.about-sec .accordion_block .accordion {
  padding: 24px;
  padding-right: 26px;
  background: transparent;
  backdrop-filter: blur(50px);
  border: 1px solid #cbcccd;
  border-radius: 20px;
  margin-bottom: 24px;
}
@media (max-width: 430px) {
  .about-sec .accordion_block .accordion {
    padding: 16px;
    padding-right: 20px;
    border-radius: 10px;
  }
}
@media (max-width: 492px) {
  .about-sec .accordion_block .accordion {
    margin-bottom: 8px;
  }
}
.about-sec .accordion_block .accordion_intro {
  cursor: pointer;
}
.about-sec .accordion_block .accordion_intro::after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  background-image: none !important;
  position: absolute;
  top: clamp(8px, 1.771vw, 48px);
  right: clamp(8px, 1.563vw, 30px);
  font-size: clamp(16px, 1.667vw, 60px);
  font-weight: 200;
  line-height: 120%;
  border: 1px solid #101213;
  border-radius: 10px;
  color: #101213;
  cursor: pointer;
  padding: 0 16px;
  box-shadow: 0px 6px 0px 0px #000;
}
@media (max-width: 1024px) {
  .about-sec .accordion_block .accordion_intro::after {
    top: 16px;
    right: 16px;
    border-radius: 8px;
    padding: 0 10px;
    font-size: 21px;
  }
}
@media (max-width: 430px) {
  .about-sec .accordion_block .accordion_intro::after {
    top: 8px;
    right: 8px;
    border-radius: 8px;
    padding: 0 10px;
    font-size: 16px;
    box-shadow: 0px 3px 0px 0px #000;
  }
}
.about-sec .accordion_block .accordion_content {
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  opacity: 0;
}
@media (max-width: 430px) {
  .about-sec .accordion_block .accordion_content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
.about-sec .accordion_block .accordion h4 {
  margin: 0;
  position: relative;
  padding: 0;
  font-weight: 500;
  font-family: "Saira", sans-serif;
  font-size: 2.65625vw;
  font-weight: 700;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.0265625vw;
}
.about-sec .accordion_block .accordion_active .accordion_intro::after {
  background-image: none !important;
  color: #101213;
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
}
.about-sec .accordion_block .accordion_active .accordion_content {
  opacity: 1;
}
.about-sec .about-main-image {
  width: 100%;
}

.services {
  padding: 0vw 0;
}
@media (max-width: 1024px) {
  .services {
    padding: 15vw 0 5vw;
  }
}
@media (max-width: 992px) {
  .services .heading {
    padding-top: 48px;
  }
}
@media (max-width: 768px) {
  .services .heading {
    padding-top: 16px;
  }
}
.services .banner-text {
  position: relative;
  background: transparent;
  z-index: 0;
  font-family: "Saira", sans-serif;
  font-size: 4.6875vw;
  font-weight: 800;
  font-style: normal;
  line-height: 125%;
}
@media (max-width: 430px) {
  .services .banner-text {
    font-size: 6.6875vw;
  }
}
.services .banner-text:before {
  content: attr(title);
  position: absolute;
  -webkit-text-stroke: 1px #101213;
  -webkit-text-fill-color: var(--secondary);
  left: 0;
  top: 20px;
  z-index: -1;
}
@media (max-width: 1299px) {
  .services .banner-text:before {
    top: 16px;
  }
}
@media (max-width: 820px) {
  .services .banner-text:before {
    top: 11px;
  }
}
@media (max-width: 768px) {
  .services .banner-text:before {
    top: 8px;
  }
}
.services .services-slider {
  margin: 0 -12px;
}
@media (max-width: 492px) {
  .services .services-slider {
    margin: 0 -4px;
  }
}
.services .services-slider .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 88%;
  top: -17%;
  display: block;
  width: 80px;
  height: 56px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 999;
  cursor: pointer;
  border: 1px solid #101213;
  outline: none;
  background: var(--secondary);
  border-radius: 15px;
  box-shadow: 0px 6px 0px 0px #000;
}
@media (max-width: 1599px) {
  .services .services-slider .slick-prev {
    left: 86%;
  }
}
@media (max-width: 1399px) {
  .services .services-slider .slick-prev {
    left: 84%;
    width: 65px;
    height: 48px;
  }
}
@media (max-width: 1024px) {
  .services .services-slider .slick-prev {
    top: -12%;
    left: 82%;
  }
}
@media (max-width: 820px) {
  .services .services-slider .slick-prev {
    width: 54px;
    height: 40px;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .services .services-slider .slick-prev {
    left: 80%;
  }
}
@media (max-width: 575px) {
  .services .services-slider .slick-prev {
    width: 46px;
    height: 33px;
    left: 77%;
  }
}
@media (max-width: 492px) {
  .services .services-slider .slick-prev {
    left: 74%;
  }
}
@media (max-width: 430px) {
  .services .services-slider .slick-prev {
    left: 70%;
  }
}
@media (max-width: 399px) {
  .services .services-slider .slick-prev {
    width: 42px;
    height: 34px;
  }
}
.services .services-slider .slick-prev::before {
  color: #101213;
  transition: all 0.5s ease-in-out;
  font-size: 40px;
  font-weight: 100;
}
@media (max-width: 575px) {
  .services .services-slider .slick-prev::before {
    font-size: 33px;
  }
}
.services .services-slider .slick-prev:hover {
  transition: all 0.5s ease-in-out;
  background: var(--primary);
}
.services .services-slider .slick-prev:hover::before {
  color: var(--secondary);
}
.services .services-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 25px;
  top: -17%;
  display: block;
  width: 80px;
  height: 56px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 999;
  cursor: pointer;
  border: 1px solid #101213;
  outline: none;
  background: var(--secondary);
  border-radius: 15px;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 6px 0px 0px #000;
}
@media (max-width: 1399px) {
  .services .services-slider .slick-next {
    width: 65px;
    height: 48px;
  }
}
@media (max-width: 1024px) {
  .services .services-slider .slick-next {
    top: -12%;
  }
}
@media (max-width: 820px) {
  .services .services-slider .slick-next {
    width: 54px;
    height: 40px;
    border-radius: 10px;
  }
}
@media (max-width: 575px) {
  .services .services-slider .slick-next {
    width: 46px;
    height: 33px;
  }
}
@media (max-width: 399px) {
  .services .services-slider .slick-next {
    width: 42px;
    height: 34px;
  }
}
.services .services-slider .slick-next::before {
  color: #101213;
  transition: all 0.5s ease-in-out;
  font-size: 40px;
  font-weight: 100;
}
@media (max-width: 575px) {
  .services .services-slider .slick-next::before {
    font-size: 33px;
  }
}
.services .services-slider .slick-next:hover {
  transition: all 0.5s ease-in-out;
  background: var(--primary);
}
.services .services-slider .slick-next:hover::before {
  color: var(--secondary);
}
.services .service-block_link {
  margin: 0 12px;
}
@media (max-width: 492px) {
  .services .service-block_link {
    margin: 0 4px;
  }
}
.services .service-block_link .service-block {
  position: relative;
}
.services .service-block_link .service-block .content {
  z-index: 10;
  padding: clamp(12px, 1.25vw, 54px);
  width: 80%;
}
.services .service-block_link .service-block .content .card-image {
  border-radius: 15px;
  border: 1px solid #101213;
  width: clamp(326px, 21.094vw, 872px);
  height: clamp(216px, 15.521vw, 660px);
  transition: 1s ease-out height;
}
@media (max-width: 992px) {
  .services .service-block_link .service-block .content h4 {
    font-size: 2.279167vw;
  }
}
@media (max-width: 430px) {
  .services .service-block_link .service-block .content h4 {
    font-size: 5.279167vw;
  }
}
.services .service-block_link .service-block h3 {
  position: relative;
  font-family: "Saira", sans-serif;
  font-size: 2.65625vw;
  font-weight: 700;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.0265625vw;
  color: var(--secondary);
  -webkit-text-stroke: 1px #000;
  text-transform: uppercase;
  bottom: 150px;
  rotate: 90deg;
  left: 224px;
}
@media (min-width: 2199px) {
  .services .service-block_link .service-block h3 {
    right: -30%;
    left: unset;
    bottom: unset;
    top: 50%;
    transform: translate(-30%, -90%);
  }
}
@media (max-width: 1699px) {
  .services .service-block_link .service-block h3 {
    left: 198px;
  }
}
@media (max-width: 1599px) {
  .services .service-block_link .service-block h3 {
    left: 185px;
  }
}
@media (max-width: 1499px) {
  .services .service-block_link .service-block h3 {
    left: 172px;
  }
}
@media (max-width: 1399px) {
  .services .service-block_link .service-block h3 {
    left: 160px;
  }
}
@media (max-width: 1299px) {
  .services .service-block_link .service-block h3 {
    left: 150px;
  }
}
@media (max-width: 1199px) {
  .services .service-block_link .service-block h3 {
    left: 136px;
  }
}
@media (max-width: 1024px) {
  .services .service-block_link .service-block h3 {
    left: 177px;
    bottom: 96px;
  }
}
@media (max-width: 992px) {
  .services .service-block_link .service-block h3 {
    left: 172px;
    bottom: 134px;
    font-size: 3.65625vw;
  }
}
@media (max-width: 820px) {
  .services .service-block_link .service-block h3 {
    left: 140px;
    bottom: 127px;
  }
}
@media (max-width: 768px) {
  .services .service-block_link .service-block h3 {
    left: 131px;
    bottom: 115px;
  }
}
@media (max-width: 575px) {
  .services .service-block_link .service-block h3 {
    left: 96px;
    bottom: 104px;
  }
}
@media (max-width: 492px) {
  .services .service-block_link .service-block h3 {
    left: 82px;
    bottom: 78px;
  }
}
@media (max-width: 430px) {
  .services .service-block_link .service-block h3 {
    left: 147px;
    font-size: 6.65625vw;
  }
}
@media (max-width: 399px) {
  .services .service-block_link .service-block h3 {
    bottom: 100px;
    left: 132px;
  }
}
.services .service-block_link .service-block h3::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  color: var(--primary);
  white-space: nowrap;
  transition: 1s ease-out;
  overflow: hidden;
}
.services .service-block_link .service-block .shape-image {
  width: 100%;
}
.services .service-block_link:hover .service-block {
  cursor: pointer;
}
.services .service-block_link:hover h3::before {
  width: 100%;
  -webkit-text-stroke: 0px;
}

.case-studies {
  padding: 5vw 0;
}
.case-studies .banner-text{
  position: relative;
  display: inline-block;
  font-family: "Saira", sans-serif;
  font-size: 4.6875vw;
  font-weight: 800;
  line-height: 1.25;
  /* ensures the -1 layer stays behind THIS element, not behind random parents */
  isolation: isolate;
}
.case-studies .banner-text__front{
  position: relative;
  z-index: 1;
}

.case-studies .banner-text__back{
  position: absolute;
  inset: 0;                 /* same box => same wrap width */
  transform: translateY(4px);
  z-index: -1;
  -webkit-text-stroke: 1px #101213;
  -webkit-text-fill-color: var(--secondary);
  pointer-events: none;
  /* important for wrapping parity */
  white-space: normal;
}
@media (max-width: 430px) {
  .case-studies .banner-text {
    font-size: 6.6875vw;
  }
}
.case-studies .banner-text:before {
  content: attr(title);
  position: absolute;
  -webkit-text-stroke: 1px #101213;
  -webkit-text-fill-color: var(--secondary);
  left: 0;
  top: 20px;
  z-index: -1;
}
@media (max-width: 1299px) {
  .case-studies .banner-text:before {
    top: 16px;
  }
}
@media (max-width: 820px) {
  .case-studies .banner-text:before {
    top: 11px;
  }
}
@media (max-width: 768px) {
  .case-studies .banner-text:before {
    top: 8px;
  }
}
.case-studies .brand-area {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #101213;
  border-radius: 30px;
  padding: 24px;
  background: var(--secondary);
}
@media (max-width: 1499px) {
  .case-studies .brand-area {
    border-radius: 16px;
    padding: 18px;
  }
}
@media (max-width: 820px) {
  .case-studies .brand-area {
    margin-bottom: 32px;
  }
}
@media (max-width: 399px) {
  .case-studies .brand-area {
    margin-bottom: 16px;
  }
}
.case-studies .brand-area .square {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(8px, 3.542vw, 208px) 0;
  border: 1px solid #101213;
  transition: all 0.5s ease-in-out;
  background: transparent;
}
@media (max-width: 1499px) {
  .case-studies .brand-area .square {
    padding: 40px 0;
  }
}
@media (max-width: 1299px) {
  .case-studies .brand-area .square {
    padding: 26px 0;
  }
}
@media (max-width: 1024px) {
  .case-studies .brand-area .square {
    padding: 8px 0;
  }
}
@media (max-width: 430px) {
  .case-studies .brand-area .square {
    padding: 0;
  }
}
@media (max-width: 1499px) {
  .case-studies .brand-area .square svg {
    width: 100px;
  }
}
@media (max-width: 1024px) {
  .case-studies .brand-area .square svg {
    width: 80px;
  }
}
@media (max-width: 430px) {
  .case-studies .brand-area .square svg {
    width: 69px;
  }
}
.case-studies .brand-area .square svg path {
  transition: all 0.5s ease-in-out;
}
.case-studies .brand-area .square svg .hover-color {
  transition: all 0.5s ease-in-out;
}
.case-studies .brand-area .square:nth-child(1) {
  border-top: 0;
  border-left: 0;
}
.case-studies .brand-area .square:nth-child(2) {
  border-top: 0;
  border-left: 0;
}
.case-studies .brand-area .square:nth-child(3) {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.case-studies .brand-area .square:nth-child(4) {
  border-top: 0;
  border-left: 0;
}
.case-studies .brand-area .square:nth-child(5) {
  border-top: 0;
  border-left: 0;
}
.case-studies .brand-area .square:nth-child(6) {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.case-studies .brand-area .square:nth-child(7) {
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
}
.case-studies .brand-area .square:nth-child(8) {
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
}
.case-studies .brand-area .square:nth-child(9) {
  border: 0;
}
.case-studies .brand-area .square:hover {
  cursor: pointer;
  background: var(--primary);
  transition: all 0.5s ease-in-out;
}
.case-studies .brand-area .square:hover svg path {
  fill: var(--secondary);
  transition: all 0.5s ease-in-out;
}
.case-studies .brand-area .square:hover svg .hover-color {
  fill: var(--secondary);
  transition: all 0.5s ease-in-out;
}
.case-studies .brand-area .square.active {
  background: var(--primary);
}
.case-studies .brand-area .square.active svg path {
  fill: var(--secondary);
  transition: all 0.5s ease-in-out;
}
.case-studies .brand-area .square.active svg .hover-color {
  fill: var(--secondary);
  transition: all 0.5s ease-in-out;
}
.case-studies .brand-detail {
  position: relative;
  display: none;
}
.case-studies .brand-detail .bg-shape {
  width: 100%;
  position: relative;
}
@media (max-width: 820px) {
  .case-studies .brand-detail .bg-shape {
    height: 620px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .case-studies .brand-detail .bg-shape {
    height: 550px;
  }
}
@media (max-width: 492px) {
  .case-studies .brand-detail .bg-shape {
    height: 460px;
  }
}
@media (max-width: 430px) {
  .case-studies .brand-detail .bg-shape {
    height: 420px;
  }
}
.case-studies .brand-detail .detail-content.homeDesign {
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: 420px;
  background: var(--secondary);
  border-radius: 22px;
  --cut: 56px;
  -webkit-clip-path: polygon( 0% 0%, calc(100% - var(--cut)) 0%, 100% var(--cut), 100% 100%, 0% 100% );
  clip-path: polygon( 0% 0%, calc(100% - var(--cut)) 0%, 100% var(--cut), 100% 100%, 0% 100% );
  
}
@media (max-width: 1399px) {
  .case-studies .brand-detail .detail-content {
    left: 16px;
    right: 16px;
  }
}
@media (max-width: 992px) {
  .case-studies .brand-detail .detail-content {
    top: 14px;
  }
}
.case-studies .brand-detail .detail-content .image-block img {
  width: 100%;
}
.case-studies .brand-detail.active {
  display: block;
}
.case-studies .brand-detail.active {
  position: relative;
  overflow: hidden;

  min-height: 420px;
  height: auto;

  background: var(--secondary);
  border-radius: 22px;

  --cut: 56px;
  --border: 3px;
  padding: 30px;
}

/* BORDER LAYER */
.case-studies .brand-detail.active::before {
  content: "";
  position: absolute;
  inset: 0;

  background: #000;
  border-radius: 22px;

  clip-path: polygon(
    0% 0%,
    calc(100% - var(--cut)) 0%,
    100% var(--cut),
    100% 100%,
    0% 100%
  );

  z-index: 0;
}

/* INNER BACKGROUND */
.case-studies .brand-detail.active::after {
  content: "";
  position: absolute;
  inset: var(--border);

  background: var(--secondary);
  border-radius: calc(22px - var(--border));

  clip-path: polygon(
    0% 0%,
    calc(100% - var(--cut)) 0%,
    100% var(--cut),
    100% 100%,
    0% 100%
  );

  z-index: 1;
}

/* ENSURE CONTENT STAYS ON TOP */
.case-studies .brand-detail.active > * {
  position: relative;
  z-index: 2;
}


.case-studies .text-block {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 399px) {
  .case-studies .text-block {
    flex-direction: column;
    gap: 18px;
  }
}
@media (max-width: 1399px) {
  .case-studies .text-block .detail-logo {
    width: 90px;
  }
}
@media (max-width: 992px) {
  .case-studies .text-block .detail-logo {
    width: 65px;
  }
}
@media (max-width: 820px) {
  .case-studies .text-block .detail-logo {
    width: 90px;
  }
}
@media (max-width: 575px) {
  .case-studies .text-block p {
    font-size: 2.5vw;
  }
}
.case-studies .vr-line {
  background: #101213;
  height: 8.4375vw;
  width: 1px;
}
@media (max-width: 1399px) {
  .case-studies .vr-line {
    height: 6.4375vw;
  }
}
@media (max-width: 575px) {
  .case-studies .vr-line {
    height: 17.4375vw;
  }
}
@media (max-width: 399px) {
  .case-studies .vr-line {
    display: none;
  }
}

.testimonials {
  padding: 5vw 0;
}
@media (max-width: 992px) {
  .testimonials .heading {
    padding-top: 48px;
  }
}
@media (max-width: 768px) {
  .testimonials .heading {
    padding-top: 16px;
  }
}
.testimonials .banner-text {
  position: relative;
  background: transparent;
  z-index: 0;
  font-family: "Saira", sans-serif;
  font-size: 4.6875vw;
  font-weight: 800;
  font-style: normal;
  line-height: 125%;
}
@media (max-width: 430px) {
  .testimonials .banner-text {
    font-size: 6.6875vw;
  }
}
.testimonials .banner-text:before {
  content: attr(title);
  position: absolute;
  -webkit-text-stroke: 1px #101213;
  -webkit-text-fill-color: var(--secondary);
  left: 0;
  top: 20px;
  z-index: -1;
}
@media (max-width: 1299px) {
  .testimonials .banner-text:before {
    top: 16px;
  }
}
@media (max-width: 820px) {
  .testimonials .banner-text:before {
    top: 11px;
  }
}
@media (max-width: 768px) {
  .testimonials .banner-text:before {
    top: 8px;
  }
}
.testimonials .testimonials-slider {
  margin: 0 -12px;
}
@media (max-width: 492px) {
  .testimonials .testimonials-slider {
    padding: 0 16px;
  }
}
.testimonials .testimonials-slider .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 85.5%;
  top: -26%;
  display: block;
  width: 80px;
  height: 56px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 999;
  cursor: pointer;
  border: 1px solid #101213;
  outline: none;
  background: var(--secondary);
  border-radius: 15px;
  box-shadow: 0px 6px 0px 0px #000;
}
@media (max-width: 1599px) {
  .testimonials .testimonials-slider .slick-prev {
    left: 83.5%;
  }
}
@media (max-width: 1399px) {
  .testimonials .testimonials-slider .slick-prev {
    left: 82%;
    width: 65px;
    height: 48px;
  }
}
@media (max-width: 1024px) {
  .testimonials .testimonials-slider .slick-prev {
    top: -18%;
    left: 80%;
  }
}
@media (max-width: 820px) {
  .testimonials .testimonials-slider .slick-prev {
    width: 54px;
    height: 40px;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .testimonials .testimonials-slider .slick-prev {
    left: 78%;
  }
}
@media (max-width: 575px) {
  .testimonials .testimonials-slider .slick-prev {
    width: 46px;
    height: 33px;
    left: 77%;
  }
}
@media (max-width: 492px) {
  .testimonials .testimonials-slider .slick-prev {
    left: 74%;
  }
}
@media (max-width: 430px) {
  .testimonials .testimonials-slider .slick-prev {
    left: 69%;
    top: -22%;
  }
}
@media (max-width: 399px) {
  .testimonials .testimonials-slider .slick-prev {
    width: 42px;
    height: 34px;
  }
}
.testimonials .testimonials-slider .slick-prev::before {
  color: #101213;
  transition: all 0.5s ease-in-out;
  font-size: 40px;
  font-weight: 100;
}
@media (max-width: 575px) {
  .testimonials .testimonials-slider .slick-prev::before {
    font-size: 33px;
  }
}
.testimonials .testimonials-slider .slick-prev:hover {
  transition: all 0.5s ease-in-out;
  background: var(--primary);
}
.testimonials .testimonials-slider .slick-prev:hover::before {
  color: var(--secondary);
}
.testimonials .testimonials-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 89px;
  top: -26%;
  display: block;
  width: 80px;
  height: 56px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 999;
  cursor: pointer;
  border: 1px solid #101213;
  outline: none;
  background: var(--secondary);
  border-radius: 15px;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 6px 0px 0px #000;
}
@media (max-width: 1399px) {
  .testimonials .testimonials-slider .slick-next {
    width: 65px;
    height: 48px;
    right: 72px;
  }
}
@media (max-width: 1024px) {
  .testimonials .testimonials-slider .slick-next {
    right: 58px;
    top: -18%;
  }
}
@media (max-width: 820px) {
  .testimonials .testimonials-slider .slick-next {
    width: 54px;
    height: 40px;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .testimonials .testimonials-slider .slick-next {
    right: 50px;
  }
}
@media (max-width: 575px) {
  .testimonials .testimonials-slider .slick-next {
    width: 46px;
    height: 33px;
  }
}
@media (max-width: 430px) {
  .testimonials .testimonials-slider .slick-next {
    right: 40px;
    top: -22%;
  }
}
@media (max-width: 399px) {
  .testimonials .testimonials-slider .slick-next {
    width: 42px;
    height: 34px;
  }
}
.testimonials .testimonials-slider .slick-next::before {
  color: #101213;
  transition: all 0.5s ease-in-out;
  font-size: 40px;
  font-weight: 100;
}
@media (max-width: 575px) {
  .testimonials .testimonials-slider .slick-next::before {
    font-size: 33px;
  }
}
.testimonials .testimonials-slider .slick-next:hover {
  transition: all 0.5s ease-in-out;
  background: var(--primary);
}
.testimonials .testimonials-slider .slick-next:hover::before {
  color: var(--secondary);
}
.testimonials .testimonials-block {
  background: var(--secondary);
  border: 2px solid #090909;
  border-radius: 30px;
  padding: 24px;
  margin: 0 12px;
  height: 250px;
}
@media (max-width: 575px) {
  .testimonials .testimonials-block {
    padding: 12px;
    border-radius: 20px;
  }
}
@media (max-width: 492px) {
  .testimonials .testimonials-block {
    border: 1px solid #090909;
  }
}
.testimonials .testimonials-block .title {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 575px) {
  .testimonials .testimonials-block .title {
    gap: 32px;
  }
}
@media (max-width: 575px) {
  .testimonials .testimonials-block .title img {
    width: 40px;
  }
}
@media (max-width: 1024px) {
  .testimonials .testimonials-block .title h4 {
    font-size: 2.458333vw;
  }
}
@media (max-width: 430px) {
  .testimonials .testimonials-block .title h4 {
    font-size: 4.2vw;
  }
}
@media (max-width: 1024px) {
  .testimonials .testimonials-block .title h6 {
    font-size: 1.75vw;
  }
}
@media (max-width: 430px) {
  .testimonials .testimonials-block .title h6 {
    font-size: 3vw;
  }
}
.testimonials .testimonials-block .qoutes {
  text-align: end;
}
@media (max-width: 575px) {
  .testimonials .testimonials-block .qoutes {
    width: 40px;
  }
}

.team {
  padding: 5vw 0;
}
@media (max-width: 992px) {
  .team .heading {
    padding-top: 48px;
  }
}
@media (max-width: 768px) {
  .team .heading {
    padding-top: 16px;
  }
}
.team .banner-text {
  position: relative;
  background: transparent;
  z-index: 0;
  font-family: "Saira", sans-serif;
  font-size: 4.6875vw;
  font-weight: 800;
  font-style: normal;
  line-height: 125%;
}
@media (max-width: 430px) {
  .team .banner-text {
    font-size: 6.6875vw;
  }
}
.team .banner-text:before {
  content: attr(title);
  position: absolute;
  -webkit-text-stroke: 1px #101213;
  -webkit-text-fill-color: var(--secondary);
  left: 0;
  top: 20px;
  z-index: -1;
}
@media (max-width: 1299px) {
  .team .banner-text:before {
    top: 16px;
  }
}
@media (max-width: 820px) {
  .team .banner-text:before {
    top: 11px;
  }
}
@media (max-width: 768px) {
  .team .banner-text:before {
    top: 8px;
  }
}
.team .team-slider {
  margin: 0 -12px;
}
.team .team-slider .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 88%;
  top: -19%;
  display: block;
  width: 80px;
  height: 56px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 999;
  cursor: pointer;
  border: 1px solid #101213;
  outline: none;
  background: var(--secondary);
  border-radius: 15px;
  box-shadow: 0px 6px 0px 0px #000;
}
@media (max-width: 1599px) {
  .team .team-slider .slick-prev {
    left: 86%;
  }
}
@media (max-width: 1399px) {
  .team .team-slider .slick-prev {
    left: 84%;
    width: 65px;
    height: 48px;
  }
}
@media (max-width: 1024px) {
  .team .team-slider .slick-prev {
    top: -18%;
    left: 82%;
  }
}
@media (max-width: 820px) {
  .team .team-slider .slick-prev {
    width: 54px;
    height: 40px;
    border-radius: 10px;
    top: -11%;
  }
}
@media (max-width: 768px) {
  .team .team-slider .slick-prev {
    left: 80%;
  }
}
@media (max-width: 575px) {
  .team .team-slider .slick-prev {
    width: 46px;
    height: 33px;
    left: 77%;
  }
}
@media (max-width: 492px) {
  .team .team-slider .slick-prev {
    left: 74%;
  }
}
@media (max-width: 430px) {
  .team .team-slider .slick-prev {
    left: 70%;
    top: -18%;
  }
}
@media (max-width: 399px) {
  .team .team-slider .slick-prev {
    width: 42px;
    height: 34px;
    top: -16%;
  }
}
.team .team-slider .slick-prev::before {
  color: #101213;
  transition: all 0.5s ease-in-out;
  font-size: 40px;
  font-weight: 100;
}
@media (max-width: 575px) {
  .team .team-slider .slick-prev::before {
    font-size: 33px;
  }
}
.team .team-slider .slick-prev:hover {
  transition: all 0.5s ease-in-out;
  background: var(--primary);
}
.team .team-slider .slick-prev:hover::before {
  color: var(--secondary);
}
.team .team-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 25px;
  top: -19%;
  display: block;
  width: 80px;
  height: 56px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 999;
  cursor: pointer;
  border: 1px solid #101213;
  outline: none;
  background: var(--secondary);
  border-radius: 15px;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 6px 0px 0px #000;
}
@media (max-width: 1399px) {
  .team .team-slider .slick-next {
    width: 65px;
    height: 48px;
  }
}
@media (max-width: 1024px) {
  .team .team-slider .slick-next {
    top: -18%;
  }
}
@media (max-width: 820px) {
  .team .team-slider .slick-next {
    width: 54px;
    height: 40px;
    border-radius: 10px;
    top: -11%;
  }
}
@media (max-width: 575px) {
  .team .team-slider .slick-next {
    width: 46px;
    height: 33px;
  }
}
@media (max-width: 430px) {
  .team .team-slider .slick-next {
    top: -18%;
  }
}
@media (max-width: 399px) {
  .team .team-slider .slick-next {
    width: 42px;
    height: 34px;
    top: -16%;
  }
}
.team .team-slider .slick-next::before {
  color: #101213;
  transition: all 0.5s ease-in-out;
  font-size: 40px;
  font-weight: 100;
}
@media (max-width: 575px) {
  .team .team-slider .slick-next::before {
    font-size: 33px;
  }
}
.team .team-slider .slick-next:hover {
  transition: all 0.5s ease-in-out;
  background: var(--primary);
}
.team .team-slider .slick-next:hover::before {
  color: var(--secondary);
}
.team .team-block {
  margin: 0 12px;
  position: relative;
}
.team .team-block .team-shape {
  width: 100%;
}
@media (max-width: 1399px) {
  .team .team-block .team-shape {
    height: 470px;
  }
}
@media (max-width: 1299px) {
  .team .team-block .team-shape {
    height: 440px;
  }
}
@media (max-width: 820px) {
  .team .team-block .team-shape {
    height: auto;
  }
}
@media (max-width: 575px) {
  .team .team-block .team-shape {
    height: 292px;
  }
}
@media (max-width: 430px) {
  .team .team-block .team-shape {
    width: 100%;
  }
}
.team .team-block .member-detail {
  position: absolute;
  top: 0;
  left: 0;
  padding: clamp(8px, 1.458vw, 82px);
  left: 0;
}
@media (max-width: 820px) {
  .team .team-block .member-detail img {
    width: 90px;
  }
}
@media (max-width: 575px) {
  .team .team-block .member-detail img {
    width: 70px;
  }
}
.team .team-block .member-detail .title {
  margin-bottom: clamp(32px, 2.5vw, 64px);
}
@media (max-width: 430px) {
  .team .team-block .member-detail .title h4 {
    font-size: 3.97vw;
  }
}
@media (max-width: 820px) {
  .team .team-block .member-detail .title h5 {
    font-size: 1.5vw;
  }
}
@media (max-width: 430px) {
  .team .team-block .member-detail .title h5 {
    font-size: 2.5vw;
  }
}
@media (max-width: 1399px) {
  .team .team-block .member-detail p {
    margin-bottom: 2.2vw;
  }
}
@media (max-width: 1024px) {
  .team .team-block .member-detail p {
    font-size: 1.3vw;
  }
}
@media (max-width: 492px) {
  .team .team-block .member-detail p {
    font-size: 1.6vw;
  }
}
@media (max-width: 430px) {
  .team .team-block .member-detail p {
    font-size: 2vw;
  }
}
@media (max-width: 1399px) {
  .team .team-block .member-detail p br {
    display: none;
  }
}
.team .team-block .member-detail ul {
  margin-top: clamp(16px, 1.25vw, 48px);
  list-style: url("../media/vectors/star-vec.png");
}
@media (max-width: 1024px) {
  .team .team-block .member-detail ul li {
    font-size: 1.5vw;
  }
}
@media (max-width: 492px) {
  .team .team-block .member-detail ul li {
    font-size: 2.5vw;
  }
}

.filled-text {
  font-size: 350px;
  line-height: 90%;
  letter-spacing: -7px;
}

.begin-popup {
  height: 100vh;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 9999;
}
.begin-popup .overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090909;
  transition: all 0.5s ease-in-out;
  opacity: 0.5;
  transform: scale(0);
  z-index: 1;
}
.begin-popup .thanksMessage {
  display: none;
}
.begin-popup .form-content-wrap {
  height: 100vh;
  overflow-y: scroll;
}
.begin-popup .form-content-wrap::-webkit-scrollbar {
  display: none;
}
.begin-popup .content {
  width: 65.625vw;
  background-color: var(--secondary);
  background-image: radial-gradient(var(--primary) 1px, transparent 1px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  padding: 48px 24px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  box-shadow: 30px 12px 55px #101213;
}
@media (max-width: 578px) {
  .begin-popup .content {
    padding: 80px 24px 24px;
  }
}
@media (max-width: 492px) {
  .begin-popup .content {
    padding: 16px;
    width: 85.625vw;
  }
}
.begin-popup .content [type="file"] {
  padding-left: 42px;
  position: relative;
}
.begin-popup .content [type="file"]::before {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 16px;
  height: 16px;
  content: "\f0c6";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: var(--primary);
  transition: all 0.5s ease-in-out;
}
.begin-popup .content [type="file"]:focus::before {
  color: #090909;
}
.begin-popup .content [type="file"]::-webkit-file-upload-button {
  display: none;
  background: transparent;
  border: none;
  border-radius: 0px;
  color: var(--secondary);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  outline: none;
  padding: 0;
  transition: all 1s ease;
}
.begin-popup .content .company-contact-detail {
  position: relative;
  padding: 0 24px 0 0;
}
@media (max-width: 492px) {
  .begin-popup .content .company-contact-detail {
    padding: 0;
  }
}
@media (max-width: 492px) {
  .begin-popup .content .company-contact-detail h5 {
    font-size: 3.09375vw;
  }
}
.begin-popup .content .company-contact-detail .close-btn {
  padding: 8px 16px;
  border: 1px solid #090909;
  border-radius: 10px;
  background: var(--secondary);
  font-family: "Saira", sans-serif;
  font-size: 1.09375vw;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.021875vw;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 492px) {
  .begin-popup .content .company-contact-detail .close-btn {
    font-size: 2.09375vw;
    margin-bottom: 16px;
  }
}
.begin-popup .content .company-contact-detail .close-btn:hover {
  background: var(--primary);
  color: var(--secondary);
  border: 1px solid var(--primary);
}
.begin-popup .content .company-contact-detail h2 span {
  text-decoration: none;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #101213;
}
.begin-popup .content .company-contact-detail .vert-line {
  position: absolute;
  top: 0px;
  right: 0;
  width: 1px;
  height: 67.416667vw;
  background: #101213;
}
@media (max-width: 820px) {
  .begin-popup .content .company-contact-detail .vert-line {
    display: none;
  }
}
.begin-popup .content .company-contact-detail .footer_menu {
  margin-top: 34px;
}
@media (max-width: 492px) {
  .begin-popup .content .company-contact-detail .footer_menu li {
    font-size: 3.2vw;
  }
}
.begin-popup .content .company-contact-detail .footer_menu .timing {
  display: flex;
  gap: 48px;
}
.begin-popup .content form input {
  color: var(--secondary);
  border: 1px solid #090909;
}
.begin-popup .content form input:focus {
  background: transparent;
}
.begin-popup .content form input::placeholder {
  color: #090909;
  font-weight: 400;
  font-size: 16px;
}
.begin-popup .content form input.special-input {
  color: #090909;
  font-weight: 400;
  font-size: 16px;
}
.begin-popup .content form textarea {
  border-radius: 20px;
  height: 142px;
  min-height: 142px;
  max-height: 142px;
}
.begin-popup .content form textarea::placeholder {
  color: #090909;
  font-weight: 400;
  font-size: 16px;
}
.begin-popup .content form .nav {
  gap: 16px;
  border: 1px solid var(--secondary);
  border-radius: 15px;
  padding: 8px;
}
@media (max-width: 578px) {
  .begin-popup .content form .nav {
    gap: 8px;
  }
}
.begin-popup .content form .nav .nav-item {
  width: calc(50% - 8px);
  text-align: center;
}
@media (max-width: 578px) {
  .begin-popup .content form .nav .nav-item {
    width: calc(50% - 4px);
  }
}
.begin-popup .content form .nav .nav-item .nav-link {
  width: 100%;
  padding: 12px;
  text-align: center;
  border-radius: 15px;
  background: transparent;
  color: var(--secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.32px;
}
@media (max-width: 578px) {
  .begin-popup .content form .nav .nav-item .nav-link {
    padding: 8px;
    font-size: 14px;
  }
}
.begin-popup .content form .nav .nav-item .nav-link.active {
  background: var(--secondary);
  color: #090909;
}
@media (max-width: 578px) {
  .begin-popup .content form .nav .nav-item .nav-link.active {
    border-radius: 10px;
  }
}
.begin-popup .accordion_block {
  margin-bottom: 60px;
}
@media (max-width: 492px) {
  .begin-popup .accordion_block {
    display: none;
  }
}
.begin-popup .accordion_block .accordion {
  padding: 12px 12px 12px 24px;
  background: transparent;
  backdrop-filter: blur(50px);
  border: 1px solid #cbcccd;
  border-radius: 20px;
  margin-bottom: 24px;
}
.begin-popup .accordion_block .accordion_intro::after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  background-image: none !important;
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 32px;
  font-weight: 200;
  line-height: 120%;
  border: 1px solid #101213;
  border-radius: 10px;
  color: #101213;
  cursor: pointer;
  padding: 0 16px;
  box-shadow: 0px 6px 0px 0px #000;
}
@media (max-width: 1024px) {
  .begin-popup .accordion_block .accordion_intro::after {
    font-size: 22px;
  }
}
.begin-popup .accordion_block .accordion_content {
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  opacity: 0;
}
@media (min-width: 768px) {
  .begin-popup .accordion_block .accordion_content .accordion_image {
    display: none;
  }
}
@media (max-width: 767px) {
  .begin-popup .accordion_block .accordion_content .accordion_image {
    display: block;
    margin-bottom: 20px;
  }
}
.begin-popup .accordion_block .accordion_active .accordion_intro::after {
  background-image: none !important;
  color: #101213;
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
}
.begin-popup .accordion_block .accordion_active .accordion_content {
  opacity: 1;
}

.square.active.banner-text, .square:hover.banner-text {
  font-size: 40px;
  color: #fff;
}

.square.banner-text {
  font-size: 40px;
}
/*# sourceMappingURL=app.css.map */

/* === Footer Shape Container (your exact class) === */
.footer-box.footer-shape{
  position: relative;
  overflow: hidden;

  /* IMPORTANT: let content control the height */
  height: auto;
  min-height: 420px;              /* keep a nice base height, still grows with content */

  /* spacing so content creates real height */
  padding: 32px 64px;

  background: var(--primary);            /* your dark fill */
  border-radius: 22px;

  /* the cut corner */
  --cut: 56px;

  -webkit-clip-path: polygon(
    0% 0%,
    calc(100% - var(--cut)) 0%,
    100% var(--cut),
    100% 100%,
    0% 100%
  );
  clip-path: polygon(
    0% 0%,
    calc(100% - var(--cut)) 0%,
    100% var(--cut),
    100% 100%,
    0% 100%
  );
}

/* Border */

/* Optional dotted grid like your screenshot. Remove if you don't want it. */
.footer-box.footer-shape::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;

  background-image: radial-gradient(rgb(255, 255, 255) 1px, transparent 1px);
  background-size: 28px 28px;
}

/* Ensure content sits above the pseudo elements */
.footer-box.footer-shape > .content-area{
  position: relative;
  z-index: 1;

  /* make sure it has height (prevents "auto => 0" when content is positioned) */
  display: block;
}

/* You likely already have layout CSS, but this makes it stable */
.footer-box .menu-detail{
  display: flex;
  gap: 48px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap; /* prevents overflow and helps responsiveness */
}

/* Make each list column behave well */
.footer-box .footer_menu{
  margin: 0;
  padding: 0;
}

/* Bottom bar spacing */
.footer-box .bottom-bar{
  margin-top: 40px;
  padding-top: 22px;

}

/* === Responsive === */
@media (max-width: 1199px){
  .footer-box.footer-shape{
    padding: 56px 44px;
    --cut: 52px;
  }
}

@media (max-width: 991px){
  .footer-box.footer-shape{
    padding: 46px 28px;
    min-height: 0;     /* let it fully collapse to content */
    --cut: 46px;
  }

  .footer-box .menu-detail{
    gap: 28px;
  }

  /* If LET'S TALK is huge, allow it to wrap and not crush columns */
  .footer-box .menu-detail > h2{
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 575px){
  .footer-box.footer-shape{
    padding: 34px 18px;
    border-radius: 18px;
    --cut: 36px;
  }

  .footer-box.footer-shape::before{
    border-radius: 18px;
  }

  .footer-box .menu-detail{
    flex-direction: row;
    gap: 22px;
  }

  .footer-box .bottom-bar{
    margin-top: 28px;
  }

  .square.banner-text, .square.active.banner-text {
  font-size: 20px;
}
}

@media (max-width: 991px){
  .footer-box.footer-shape .footer_menu{ display: block !important; }
}

.number-icon {
  width: 70px;
  height: 70px;
  min-width: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-family: "Saira", sans-serif;
  font-size: 25px;
  font-weight: 700;

  background-color: var(--primary);
  color: #fff;

  box-shadow: var(--shadow-sm);
}


.logo img{
  max-height: 85px;
}

.case-studies.blog{
  padding: 1vw 0 !important;
}



.image-block.mb-40.home{
  margin-bottom: 0px;
}

.service-block {
  position: relative;
  overflow: hidden;

  min-height: 420px;
  height: auto;

  background: var(--secondary);
  border-radius: 22px;

  --cut: 56px;
  --border: 3px;
}

/* BORDER LAYER */
.service-block::before {
  content: "";
  position: absolute;
  inset: 0;

  background: black;
  border-radius: 22px;

  clip-path: polygon(
    0% 0%,
    calc(100% - var(--cut)) 0%,
    100% var(--cut),
    100% 100%,
    0% 100%
  );

  z-index: 0;
}

/* INNER CONTENT LAYER */
.service-block::after {
  content: "";
  position: absolute;
  inset: var(--border);

  background: var(--secondary);
  border-radius: calc(22px - var(--border));

  clip-path: polygon(
    0% 0%,
    calc(100% - var(--cut)) 0%,
    100% var(--cut),
    100% 100%,
    0% 100%
  );

  z-index: 1;
}

/* CONTENT MUST BE ABOVE */
.service-block > * {
  position: relative;
  z-index: 2;
}


.detail-content.homeDesign .text-block{
  padding: 20px 0px 20px 0px;
}


.text-block.singlePage{
  display: block;
}

/* AGE VERIFICATION POPUP */
#age-overlay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    pointer-events: all !important;
}

#age-box {
    background: var(--secondary);
    color: #000;
    width: 90%;
    max-width: 450px;
    height: 400px; /* Desktop height */
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* +18 Styled in a Red Circle */
.age-icon {
    background-color: red;   /* Red background color */
    color: white;            /* White text */
    font-size: 50px;         /* Size of the number */
    font-weight: bold;       /* Bold number */
    width: 100px;            /* Circle width */
    height: 100px;           /* Circle height */
    border-radius: 50%;      /* Make it round */
    display: flex;           /* Flexbox to center content */
    align-items: center;     /* Vertically center */
    justify-content: center; /* Horizontally center */
    margin-bottom: 20px;     /* Space below the circle */
}

/* Centered content */
.age-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#age-box h2,
#age-box p {
    color: #000;
}

.age-btns {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.age-btns button {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    font-size: 16px;
    transition: background 0.3s;
}

#age-yes {
    background: #fff;
    color: #000;
}

#age-no {
    background: #DC3545;
    color: #fff;
}

#age-yes:hover,
#age-no:hover {
    opacity: 0.9;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    #age-box {
        height: auto;
        padding: 24px;
    }
}
