@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-Heavy.ttf");
  font-weight: 900;
}
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-Black.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-ExtraBold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-Bold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-SemiBold.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-Medium.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-Regular.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-Light.ttf");
  font-weight: 200;
}
:root {
  --Black: #000000;
  --White: #ffffff;
  --Yellow: #ffe269;
  --Red: #ee7a67;
  --Green: #40ffb3;
  --DarkGreen: #05d888;
  --LightGreen: #b2ffdd;
  --Blue: #4f80fb;
  --LightBlue: #a0bae7;
  --PurpleBlue: #3e4093;
  --Grey: #8f9bb3;
  --DarkGrey: #525658;
  --SoftGrey: #e5eaee;
  --LightGrey: #f7f9fa;
  color-scheme: light only;
}

html,
body {
  background-color: white;
  overflow-x: hidden;
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
li {
  padding: 0;
}
a {
  text-decoration: none;
}
header .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 70%;
  padding-left: 40px;
  padding-right: 40px;
}
header nav {
  display: flex;
  gap: 40px;
}
header nav a {
  text-decoration: none;
  color: var(--Black);
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
}

#main-header {
  padding: 2.5rem 0;
  position: relative;
  z-index: 999;
}
#main-header nav ul {
  gap: 2.5rem;
}
#main-header nav a {
  color: #222b45;
  line-height: 1.5rem;
  letter-spacing: 0.01rem;
  cursor: pointer;
}
#main-header nav li.active {
  position: relative;
}
#main-header .desktop-menu nav li.active::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #05d989;
  top: 30px;
  left: 50%;
  transform: translate(-50%);
  position: absolute;
}
#main-header .logo {
  width: 120px;
}
.cta-area {
  margin-left: 2.5rem;
  gap: 0.625rem;
}
.main-cta {
  display: inline-block;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  padding: 8px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 1.875rem;
  background: var(
    --Gradient-Purple,
    linear-gradient(286deg, #6949ff 0%, #876dff 100%)
  );
  color: #fff;
  cursor: pointer;
}
#language-selector button {
  border-radius: 50px;
  border: 1px solid var(--100, #f5f5f5);
  background: var(--50, #fafafa);
  position: relative;
  z-index: 100;
}
.dropdown-menu.desktop {
  padding-top: 3.5rem;
  width: 100%;
  min-width: auto;
  z-index: 99;
  transform: translate3d(0px, 0px, 0px) !important;
  border-radius: 25px;
  background: var(--White, #fff);
  border: none;
}
.dropdown-menu.mobile {
  padding-top: 3.5rem;
  width: 100%;
  min-width: auto;
  z-index: 99;
  border-radius: 25px;
  background: var(--White, #fff);
  border: none;
}
#language-selector ul li {
  background-color: #fafafa;
  border-radius: inherit;
}
#language-selector .dropdown-menu.show {
  transform: translate3d(0px, 0, 0px) !important;
}
.hero-carousel span {
  display: block;
  color: #222b45;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 4.5rem;
  letter-spacing: 1px;
  text-wrap: nowrap;
}

.hero-carousel h1 {
  color: #222b45;
  font-variant-numeric: stacked-fractions;
  font-feature-settings: "cpsp" on;
  font-size: 5rem;
  font-weight: 600;
  line-height: 5.625rem;
}
.hero-carousel h1 strong {
  color: #05d989;
  font-weight: 500;
}
.hero-cta {
  padding: 8px 28px;
  display: inline-flex;
  color: white;
  border-radius: 2.5rem;
  background: #222b45;
  color: #f7f9fa;
  font-size: 1.125rem;
  line-height: 2rem;
  height: 66px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  min-width: 220px;
}
.hero-carousel ul {
  gap: 1.875rem;
  margin-left: 2.5rem;
}
.hero-carousel .text-area {
  margin-top: 4.5rem;
}
.hero-carousel .image-area {
  padding-left: 200px;
}
.hero-carousel .image-area img {
  width: 100%;
}
.hero-carousel {
  padding: 7.5rem 0px;
}
.text-section {
  position: relative;
  height: 15rem;
}
.text-section h2 {
  color: #6949ff;
  font-feature-settings: "liga" off;
  font-size: 12.5rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.5px;
  white-space: nowrap;
  position: absolute;
  transform: translateX(0);
}
.dream-section {
  margin-top: 10rem;
}
.dream-section h4 {
  margin-bottom: 3.125rem;
  color: #222b45;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.0625rem;
  text-wrap: balance;
}

.gradient {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(247, 249, 252, 1) 100%
  );
}
.spec-section {
  padding-top: 12.8125rem;
  padding-bottom: 8.125rem;
}
.spec-section .accordion-header h4 {
  color: #222b45;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 4.375rem;
}
.accordion-cta {
  display: inline-flex;
  padding: 0.5rem 1.75rem;
  border-radius: 1.875rem;
  background: #222b45;
  color: white;
  align-items: center;
  gap: 0.375rem;
}
.accordion-cta-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.75rem;
  border-radius: 1.875rem;
  background: #eeeeee;
  border: 1px solid #e0e0e0;
  color: #222b45;
  gap: 0.375rem;
  width: 100%;
  margin: 3rem 1rem 1rem;
}
.accordion-section {
  margin-left: 9.75rem;
  width: 100%;
}
.accordion-button {
  background-color: transparent !important;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 2rem;
  letter-spacing: 0.48px;
  color: rgba(34, 43, 69, 0.9);
  padding: 1.625rem 0;
}
.accordion-button:not(.collapsed) {
  color: #222b45;
  font-weight: 600;
  box-shadow: none;
}
.accordion-button:focus,
.accordion-button:active {
  outline: none;
  box-shadow: none;
}
.accordion-button strong {
  margin-left: 1.5rem;
  font-weight: normal;
}
.accordion-button img {
  width: 3.125rem;
}
.accordion-area {
  margin-top: 7.5rem;
}
.accordion-item {
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
}
.accordion-item:last-child {
  border: none !important;
}
.w-35 {
  width: 35%;
}
.storeSwiper .swiper-slide-prev,
.storeSwiper .swiper-slide-next {
  scale: 0.8;
}
.storeSwiper .swiper-wrapper {
  height: 32.5rem;
}
.kliqTrailerSwiper {
  margin-left: 8.125rem;
}
.accordion-body {
  padding: 1.625rem 0;
  padding-top: 0;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.32px;
  font-size: 1rem;
  line-height: 1.625rem;
}
.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background-image: url("/assets/images/accordion-chevron.svg");
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.spec-icon-section {
  margin-top: 1.875rem;
}
.bg-blue {
  border-radius: 3.75rem;
  background: #222b45;
  padding: 5.625rem;
}
.spec-icon-section h4 {
  color: #fff;
  text-align: center;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 3.375rem;
  margin-bottom: 4.5rem;
}
.spec-icon-section h4 strong {
  display: block;
  font-weight: 600;
}
.spec-icon-section .icon-area {
  justify-content: space-between;
}
.spec-icon-section .icon-item span {
  display: block;
  color: #82ecc4;
  font-size: 2.125rem;
  font-style: normal;
  line-height: 2rem;
  letter-spacing: 1.02px;
  margin-top: 3rem;
  margin-left: 4rem;
}
.card-placeholder-section {
  padding-top: 217px;
  padding-bottom: 156px;
}
.card-placeholder-section .card-info {
  height: 500px;
}
.card-placeholder-section #card-0 {
  display: block;
}
.card-placeholder-section #card-1 {
  display: none;
}
.card-placeholder-section #card-2 {
  display: none;
}
.card-placeholder-section h4 {
  color: #222b45;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.card-placeholder-section h4 strong {
  display: block;
  margin-bottom: 2rem;
  font-weight: 600;
}
.card-placeholder-section ul {
  margin-top: 2rem;
  margin-bottom: 4.5rem;
}
.card-placeholder-section ul li {
  margin-bottom: 1.375rem;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.625rem;
  display: flex;
}

.card-placeholder-section ul li strong {
  font-weight: 600;
}

.card-placeholder-section ul li:last-child {
  margin-bottom: 0;
}
.card-placeholder-section ul li::before {
  content: "";
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background-color: #6949ff;
  background-image: url("../images/chevron.svg");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-right: 0.75rem;
}
#cardPlaceholder .button-section {
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-direction: column;
  pointer-events: none;
  position: relative;
}
#cardPlaceholder .color-selection {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  width: 50px;
  height: 173px;
  background-color: #eeeeee;
  border-radius: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
}
#cardPlaceholder .color-selection button {
  width: 36px;
  height: 36px;
  outline: none;
  border: none;
  border-radius: 50px;
  background: no-repeat;
  cursor: pointer;
  pointer-events: all;
}
#cardPlaceholder .color-selection #mavi {
  background-color: #6ba0d9;
}
#cardPlaceholder .color-selection #mor {
  background-color: #6949ff;
}
#cardPlaceholder .color-selection #gold {
  background-color: #c7b983;
}
#cardPlaceholder .color-selection button.selected {
  background-image: url(/assets/images/button-tick.svg);
  background-position: center;
  color: white;
  box-shadow: 0px 4px 17px 0px #00000040;
}
#cardPlaceholder .button-section a {
  pointer-events: all;
  cursor: pointer;
}
#cardPlaceholder #card-prev-button {
  cursor: default;
}
#cardPlaceholder .button-section .next img {
  transform: rotate(180deg);
}
.cardSwiper .swiper-wrapper .swiper-slide .img-container {
  width: fit-content;
  height: fit-content;
  border-radius: 1.875rem;
  background: none;
}
.cardSwiper
  .swiper-wrapper
  .swiper-slide:not(.swiper-slide-active)
  .img-container {
  background: linear-gradient(
    90deg,
    rgba(248, 250, 253, 1) 0%,
    rgba(127, 128, 129, 1) 50%,
    rgba(248, 250, 253, 1) 100%
  );
}
.cardSwiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) img {
  visibility: hidden;
}
.cardSwiper .swiper-wrapper .swiper-slide img {
  visibility: visible;
  transition: visibility 0.1s ease-in-out;
}
.carousel-inner {
  z-index: 10;
}
.bg-gray {
  background: #f7f9fc;
}
.campaing-section .sizing {
  padding-top: 173px;
  padding-bottom: 74px;
}
.campaing-section.campaing-page .sizing {
  padding-top: 0;
  padding-bottom: 113px;
}
.campaing-section h4 {
  color: #222b45;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 5.4375rem;
}
.campaing-section .image-area img {
  width: 100%;
}
.campaing-section .section-header {
  margin-bottom: 2rem;
}
.campaing-section .section-header .text-area span {
  color: #222b45;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.5rem;
}
.campaing-section .text-area {
  margin-top: 2.25rem;
}
.campaing-section .text-area .purple-text {
  color: #6949ff;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.purple-text {
  color: #6949ff;
}
.campaing-section .text-area h5 {
  color: #222b45;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 117.5%;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}

.campaing-section .text-area p {
  margin: 0;
  color: #646b7d;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 149%;
}
.campaing-section .card-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.campaing-section .card-item {
  width: 40vw;
}
.campaing-section .section-content {
  width: 100%;
  /* margin-left: calc((100vw - 82.5rem) / 2); */
}
.campaing-section .toggle-top button {
  font-size: 12px;
  line-height: 100%;
  min-height: 38px;
  height: fit-content;
  padding: 0.5rem 1.375rem;
}
.campaing-section .toggle-top button.active {
  margin: 0.1875rem;
}
.campaing-tags {
  display: flex;
  width: fit-content;
  align-items: center;
  height: 3.9375rem;
  padding: 1.25rem 2.1875rem 1.25rem 2.1875rem;
  gap: 0.6875rem;
  border-radius: 1.25rem;
  background-color: #fafafa;
  border: 1px solid #0000000a;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}

.campaing-tags > span {
  color: #4e556a !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.2rem !important;
}
.campaing-tags.active {
  background-color: #05d989;
}
.campaing-tags.active:not(#grocery):not(#food) > svg path {
  stroke: white;
}
.campaing-tags.active#grocery > svg path,
.campaing-tags.active#food > svg path {
  fill: white;
}
.campaing-tags.active > span {
  color: white !important;
}
.tag-container {
  overflow-y: auto;
  max-height: calc(100vh - 100px);
}
.tag-container::-webkit-scrollbar {
  display: none;
}
.campaing-subpage .bubble {
  padding: 4.0625rem 6.25rem !important;
  gap: 60px;
  align-items: start !important;
}
.campaing-subpage .text-area .purple-text {
  font-weight: 500;
}
.campaing-subpage .text-area h5 {
  margin: 1.1875rem 0 1.8125rem;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 2.496875rem;
}
.campaing-subpage .text-area p {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
  justify-content: start;
  color: #222b45;
  font-size: 1.375rem;
  margin-bottom: 1.5625rem;
}
.campaing-subpage .text-area p b {
  font-weight: 600;
}
.campaing-subpage .text-area p span {
  color: #9095a2;
  font-size: 1.125rem;
}
.campaing-subpage .text-area,
.campaing-subpage .image-area {
  min-width: 50%;
}
.campaing-subpage .campaing-details {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  color: #4e556a;
  margin: 4.375rem 6.25rem 0;
}
.campaing-subpage .campaing-details p {
  text-align: start;
  margin-bottom: 1.25rem;
  font-weight: 300;
}
.campaing-subpage .campaing-details h6 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.campaing-subpage .campaing-details ul {
  list-style: initial;
  list-style-position: inside;
  padding-left: 0.625rem;
}

.bg-gray-10 {
  background-color: #edf1f7;
}
.app-store-section .section-header {
  padding-top: 8.625rem;
}
.app-store-section .section-header .purple-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-right: 0.75rem;
}
.app-store-section .swiper-wrapper .swiper-slide {
  margin-top: auto;
}
.app-cta {
  padding: 1rem 1.875rem;
  display: inline-flex;
  border-radius: 50px;
  background: #222b45;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  gap: 0.4375rem;
  cursor: pointer;
}
.app-store-section .section-header h5 {
  color: #222b45;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.store-icons {
  display: flex;
  gap: 1.4375rem;
}
.app-store-section .section-content {
  margin-top: 4.5rem;
}
.app-store-section .controller {
  top: 50%;
  z-index: 11;
}
.app-store-section .controller a {
  display: inline-block;
  cursor: pointer;
}
.app-store-section #app-store-right {
  rotate: 180deg;
}
.search-section .sizing {
  padding-top: 11.875rem;
  padding-bottom: 3.75rem;
}
.search-section .text-area h5 {
  color: #222b45;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.search-section .text-area h5 b {
  color: #05d888;
  font-weight: 700;
}
.search-section .text-area span {
  display: block;
  color: #222b45;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6625rem;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}
.search-section .text-area span strong {
  font-weight: 600;
}
.search-section .text-area span > p {
  color: #bdbfc7;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.625rem;
}
.search-section .text-area span > p > b {
  color: #e0e0e0;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 3.1875rem;
  letter-spacing: -1px;
  padding-right: 0.75rem;
}
.search-section .text-area a {
  margin-top: 4.6875rem;
  width: fit-content;
}

.search-section .map-area {
  border-radius: 3.75rem;
  border: 1px solid #222b45;
  height: 41.25rem;
}
.search-section .map-area .bpn-logo {
  position: absolute;
  left: 2.5rem;
  top: 2.5rem;
  z-index: 2;
}
.search-section .map-area .map {
  z-index: 1;
  border-radius: inherit;
}
.search-section .map-area .form-area {
  bottom: 2.25rem;
  left: 2.5rem;
  z-index: 3;
  width: calc(100% - 5rem);
}
.search-section .map-area .form-area input {
  border-radius: 3.125rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0px 14px 41px 0px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(7px);
  height: 5rem;
  padding-left: 3.5rem;
  padding-right: 14.375rem;
  color: #fff;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.search-section .map-area .form-area input::placeholder {
  color: #fff;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.search-section .map-area .form-area input:focus {
  outline: none;
}
.search-section .map-area .form-area img {
  position: absolute;
  left: 1.25rem;
  z-index: 3;
  margin-top: 1.75rem;
}
.search-section .map-area .form-area button {
  border-radius: 2.5rem;
  background: #6949ff;
  color: #fff;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 0.5rem 1.75rem;
  right: 1.25rem;
  margin-top: 1.25rem;
}
.text-image-block {
  padding: 11.8rem 0;
}

.text-image-block .block-wrapper {
  max-width: 65.75rem;
  margin: 0 auto;
  display: flex;
  gap: 7.25rem;
  align-items: center;
}
.text-image-block .big-title {
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 3.625rem;
  margin-bottom: 1.375rem;
}
.text-image-block .big-title > b {
  font-weight: 500;
}
.text-image-block .mid-text {
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.9375rem;
  margin-bottom: 2.125rem;
}
.text-image-block .mid-text b {
  font-weight: 500;
}
.text-image-block .list-title {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.9375rem;
  margin-bottom: 1.5625rem;
  display: block;
  width: 100%;
  text-align: left;
}
.text-image-block .iconed-list li {
  margin-bottom: 1.1875rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3125rem;
  display: flex;
}
.text-image-block .iconed-list li b {
  font-weight: 600;
}
.text-image-block .iconed-list li::before {
  content: "";
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background-color: #6949ff;
  background-image: url(../images/chevron.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-right: 0.75rem;
}
.bg-lightgray {
  background-color: #fafafa;
}
.banner-section {
  padding: 0 0 4.375rem;
}
.banner-section.full-width {
  padding: 0;
}
.banner-section.full-width .banner-wrapper {
  max-width: 100vw;
  height: 46.875rem;
  border-radius: 0;
  padding: 4.0625rem;
}
.banner-section.full-width .banner-wrapper .banner-title-section h1 {
  font-size: 44px;
  line-height: 48px;
  text-align: left;
  margin-bottom: 1.5rem;
}
.banner-section.full-width .banner-wrapper .banner-title-section p {
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
  text-align: left;
  color: white;
  margin-bottom: 2.6875rem;
}
.banner-section.full-width
  .banner-wrapper
  .banner-title-section
  .hero-cta.light {
  margin-bottom: 3.3125rem !important;
}

.banner-section .banner-wrapper {
  margin: 0 auto;
  max-width: 79rem;
  height: 43.6875rem;
  border-radius: 3.75rem;
  background-color: #222b45;
  padding: 1.4375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner-section.three-section .banner-wrapper {
  padding-bottom: 0;
  height: 48rem;
}

.banner-section .banner-wrapper.bg-purple {
  background: linear-gradient(286.17deg, #6949ff 0%, #876dff 100%);
  padding-left: 105px;
  padding-right: 0;
}

.banner-section .banner-wrapper .banner-text-section {
  margin: 1.25rem 3.4375rem;
  display: flex;
  gap: 4.4375rem;
  color: white;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
  align-items: center;
}
.banner-section .banner-wrapper .banner-text-section .title-wrapper {
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 3.9375rem;
  min-width: 31.25rem;
}
.banner-section .banner-wrapper .banner-text-section .title-wrapper b {
  font-weight: 600;
  color: #05d888;
}
.banner-section .banner-wrapper .banner-text-section .light-text {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1px;
  color: #bdbfc7;
}
.banner-section .banner-wrapper .banner-text-section .light-text.bordered {
  border-left: 1px solid #4e556a;
  padding-left: 50px;
}
.banner-section .image-wrapper.bordered {
  border-top: 1px solid #4e556a;
  padding-top: 43px;
}
.banner-section .banner-wrapper .banner-text-section img {
  height: 4.75rem;
}
.banner-section .banner-wrapper .banner-image-section {
  overflow: hidden;
}
.banner-section .banner-wrapper .banner-image-section .image-wrapper {
  display: flex;
  justify-content: space-evenly;
}
.banner-section .banner-wrapper .banner-map-section {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner-section .banner-wrapper .banner-map-section .map-area {
  border-radius: 3.25rem;
}
.banner-section .banner-wrapper .banner-map-section > img {
  width: 100%;
  height: 100%;
  border-radius: 3.312rem;
}

.banner-section .banner-wrapper .banner-map-section .form-area {
  bottom: 2.25rem;
  left: 2.5rem;
  z-index: 3;
  width: calc(100% - 5rem);
}
.banner-section
  .banner-wrapper
  .banner-map-section
  .form-area
  input::placeholder {
  color: #fff;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.banner-section .banner-wrapper .banner-map-section .form-area input {
  border-radius: 3.125rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0px 14px 41px 0px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(7px);
  height: 5rem;
  padding-left: 3.5rem;
  padding-right: 14.375rem;
  color: #fff;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.banner-section .banner-wrapper .banner-map-section .form-area img {
  position: absolute;
  left: 1.25rem;
  z-index: 3;
  margin-top: 1.75rem;
}
.banner-section .banner-wrapper .banner-map-section .form-area button {
  border-radius: 2.5rem;
  background: #6949ff;
  color: #fff;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 0.5rem 1.75rem;
  right: 1.25rem;
  margin-top: 1.25rem;
}
.banner-section .banner-wrapper .banner-title-section h1 {
  font-size: 4.375rem;
  font-weight: 600;
  line-height: 4.875rem;
  margin-bottom: 2.125rem;
  color: white;
}

.banner-section .banner-wrapper .banner-title-section h1 b {
  color: #05d989;
  font-weight: 600;
}

.banner-section .banner-wrapper .banner-title-section .hero-cta.light {
  background-color: white;
  color: #222b45;
  margin-bottom: 4.875rem;
  cursor: pointer;
  user-select: none;
}

.banner-section .banner-wrapper .banner-title-section .download-buttons {
  display: flex;
  gap: 0.8125rem;
}

.banner-section .banner-wrapper .banner-img-section img {
  position: absolute;
  right: 0;
  top: 0;
  height: 95%;
}

.main-footer .footer-left {
  padding-left: calc((100vw - 82.5rem) / 2);
  width: 40%;
  background: #f7f9fc;
}
.main-footer .footer-right {
  background: #222b45;
  width: 60%;
  padding: 3.75rem 0;
  padding-right: calc((100vw - 82.5rem) / 2);
  padding-left: 5.625rem;
}
.newsletter-text {
  color: #6949ff;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.main-footer .newsletter-area {
  margin-top: 0.5rem;
}
.main-footer .newsletter-area input {
  border: none;
  border-bottom: 1px solid #4c5a73;
  background-color: transparent;
  color: #fff;
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 1.25rem 0;
}
.main-footer .newsletter-area input:focus {
  outline: none;
}
.main-footer .newsletter-area button {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 0;
  bottom: 1.25rem;
}
.main-footer .checkbox-area {
  margin-top: 1.125rem;
}
footer.main-footer button img {
  transform: rotate(180deg);
}
.checkbox {
  position: relative;
  display: flex;
  gap: 0.75rem;
}
.checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.checkbox .fake-input {
  width: 1.5rem;
  max-width: 1.5rem;
  height: 1.5rem;
  border-radius: 2px;
  border: 1px solid #646b7d;
  flex: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox .fake-input img {
  display: none;
}
.checkbox .label {
  display: inline-block;
  color: #bdbdbd;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
}
.checkbox .label a {
  color: #4f80fb;
}
.checkbox input:checked ~ .fake-input {
  background-color: #05d989;
  border: none;
}
.checkbox input:checked ~ .fake-input img {
  display: block;
}
.footer {
  padding: 4.6875rem 0;
}
.footer h6 {
  color: #000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  margin-top: 1.625rem;
}
.footer .text-area {
  gap: 1.625rem;
}
.footer .text-area img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.875rem;
}
.footer .text-area p {
  margin: 0;
}
.footer p {
  color: #959a9c;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.9375rem;
  margin-top: 0.75rem;
}
.footer .logo-area {
  gap: 0.375rem;
  margin-top: 3.75rem;
}
.footer .logo-area img {
  max-width: 85px;
}
.footer .footer-list-item strong {
  display: block;
  color: #0d0d0d;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 1.625rem;
}
.footer .footer-list-item ul li {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 214%;
  cursor: pointer;
}
.footer .footer-list-item ul li a {
  color: #404040;
  white-space: nowrap;
}
.main-footer .bottom-footer {
  padding: 2.25rem 0;
  background-color: #000;
}
.footer-item div > a {
  color: inherit;
}
@media only screen and (max-width: 1399px) {
  .campaing-section .section-content {
    margin-left: 0;
    width: 100%;
  }
  .main-footer .footer-left {
    padding-left: calc((100vw - 71.25rem) / 2);
  }
  .hero-carousel .image-area:not(.wdy) {
    padding-left: 100px !important;
  }
  .hero-carousel img.scale-1-2 {
    scale: 1;
  }
  .pages .hero-carousel p {
    text-align: center;
  }
}

@media only screen and (max-width: 1199px) {
  .storeSwiper .swiper-wrapper {
    height: 18.5rem;
  }
  .text-section {
    margin: 0;
    text-align: center;
    height: unset;
  }

  .main-footer .footer-left {
    padding-left: calc((100vw - 60rem) / 2);
  }
  .hero-carousel {
    padding: 2.25rem 0;
  }
  .hero-carousel .image-area {
    margin: 0;
    margin-bottom: 2rem;
    padding-left: 200px !important;
  }
  .hero-carousel .image-area.wdy {
    padding: 0 200px !important;
  }
  .hero-carousel ul {
    margin-left: 0;
    margin-top: 1.0625rem;
  }
  .text-section h2 {
    font-size: 4.25rem;
    line-height: 4.625rem;
    margin-top: 6rem;
    position: relative;
  }
  .dream-section {
    margin-top: 2.25rem;
  }
  .dream-section h4 {
    white-space: normal;
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: 1px;
  }
}

/* tablet size */

@media screen and (max-width: 991px) {
  .storeSwiper .swiper-wrapper {
    height: 55rem;
  }
  .storeSwiper .swiper-wrapper .swiper-slide {
    text-align: center;
  }
  /* hero section */
  .hero-carousel .image-area:not(.wdy) {
    padding-left: 100px !important;
  }

  /* footer */
  .main-footer .footer-contact {
    order: 3;
    border-top: 2px solid #e5eaee;
    padding-top: 4.125rem;
  }
  .footer {
    padding: 3.375rem 1.75rem;
    --webkit-font-smoothing: anitali;
  }
  .footer .footer-list-item strong {
    font-size: 1.375rem;
  }
  .footer .footer-list-item ul li {
    font-size: 1.125rem;
  }
  .footer .text-area p {
    font-size: 0.9375rem;
    font-weight: 100;
    color: #000000;
  }
  .footer p {
    font-weight: 100;
    font-size: 0.875rem;
    line-height: 1.5625rem;
  }
  .footer-item strong {
    font-size: 1.125rem;
  }

  /* text section */
  .text-section h2 {
    white-space: pre-wrap !important;
  }

  /* store section */

  .app-store-section .controller {
    display: none !important;
  }
  .app-store-section h5 {
    margin-bottom: 1.625rem;
  }
  .app-store-section .section-header {
    padding-top: 4.375rem;
  }
  .app-store-section .section-content {
    margin-top: 1.875rem;
  }

  .app-store-section .section-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .app-store-section .app-cta {
    margin-bottom: 1.875rem;
    width: 100%;
    max-width: 330px;
    justify-content: center;
  }

  /* campaing-section */

  .campaing-section .sizing {
    padding-top: 1.563rem;
  }
  .campaing-section .swiper-slide {
    flex-shrink: 0;
  }
  .campaing-tags > span {
    display: none;
  }

  /* card section */

  .card-placeholder-section {
    padding-bottom: 3rem;
    padding-top: 4.75rem;
  }
  .card-placeholder-section ul li {
    font-size: 1.0625rem;
    line-height: 1.25rem;
  }
  .card-placeholder-section .card-info {
    order: 1;
    padding: 0 1.875rem;
    height: fit-content;
  }
  .card-placeholder-section h4 {
    font-size: 1.875rem;
  }

  .card-placeholder-section .swiper-container {
    order: 0;
    margin-bottom: 5.188rem;
  }
  .card-placeholder-section .swiper-wrapper {
    transform: translateX(23%) !important;
  }

  .card-placeholder-section .button-section {
    flex-direction: row !important;
    justify-content: space-between !important;
    gap: 0;
    position: absolute !important;
    height: 100%;
    width: 100%;
  }
  #cardPlaceholder .color-selection {
    width: 150px;
    height: 40px;
    flex-direction: row-reverse;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
  }
  #cardPlaceholder .color-selection button {
    width: 28px;
    height: 28px;
    background-size: 18px;
  }
  .cardSwiper .swiper-wrapper .swiper-slide .img-container {
    border-radius: 0.938rem;
  }
  .cardSwiper .carousel-control-prev-icon,
  .cardSwiper .carousel-control-next-icon {
    width: 3.1rem;
  }
  .cardSwiper
    .swiper-wrapper
    .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next):not(
      .swiper-slide-prev
    ) {
    visibility: hidden !important;
  }

  /* spec icon section */

  .spec-icon-section .icon-area {
    gap: 1rem;
  }
  /* spec-section */
  .spec-section {
    padding: 3.75rem 1.875rem 0 !important;
  }
  .spec-section h4 {
    font-size: 2.5rem !important;
  }
  .spec-section .cta-area {
    margin-left: 0;
  }
  .spec-section .cta-area a {
    margin: 3rem 0rem 3rem;
  }
  .specSwiper .slide-header {
    margin: 3.625rem 0 1.75rem;
    gap: 1.5rem;
    align-items: center;
  }
  .specSwiper .slide-header strong {
    font-size: 1.25rem;
  }
  .specSwiper .slide-header img {
    width: 3.125rem;
  }
  .specSwiper .swiper-slide:not(.swiper-slide-active) .slide-header,
  .specSwiper .swiper-slide:not(.swiper-slide-active) > p {
    opacity: 0 !important;
    transition: opacity 0.3s ease-in-out;
  }
  .specSwiper .swiper-slide {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }
  .specSwiper .swiper-slide.swiper-slide-next {
    opacity: 0.3;
  }
  .specSwiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
  }
  .specSwiper .swiper-wrapper .swiper-slide > img:nth-child(1) {
    max-height: 700px;
    width: 50%;
    aspect-ratio: 16/35;
    margin: 1.875rem 0 0;
  }

  /* search section */
  .search-section .sizing {
    padding-bottom: 0;
    padding-top: 4.875rem;
  }
  .search-section .text-area a {
    margin: 2.125rem 0;
  }

  /* overall */
  .search-section .text-area h5,
  .app-store-section .section-header h5,
  .campaing-section h4 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3rem;
  }
}

/* mobile size  */

@media screen and (max-width: 768px) {
  .storeSwiper .swiper-wrapper {
    height: 24rem;
  }
  .storeSwiper .swiper-slide-prev,
  .storeSwiper .swiper-slide-next {
    scale: 0.8;
    height: 290px;
  }
  /* header */
  #main-header .container {
    padding: 0 1.875rem !important;
  }
  #main-header .logo {
    width: 80px !important;
  }

  /* hero-carousel */
  .hero-carousel {
    padding: 0 1.875rem !important;
  }
  .hero-carousel .image-area {
    padding-left: 50px !important;
  }
  .hero-carousel .image-area.wdy {
    padding-left: 0 !important;
    padding: 0 200px;
    height: 262px;
    width: auto;
    margin-bottom: 60px;
  }
  .hero-carousel .container .d-flex {
    height: fit-content;
  }
  .hero-carousel .text-area {
    margin-top: 2.375rem;
  }
  .hero-carousel img {
    max-width: 100%;
  }
  .hero-carousel h1 {
    text-align: center;
    font-size: 2.875rem;
    line-height: 3.125rem;
    margin-top: 0.75rem;
    text-wrap: balance;
  }
  .hero-carousel span {
    text-align: center;
    white-space: wrap;
    font-size: 1.25rem;
    line-height: 1.6875rem;
  }
  .hero-cta {
    width: 100%;
    max-width: 330px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .hero-carousel.bg-svg .svg-area {
    width: 100% !important;
  }

  /* text-section */
  .text-section {
    padding: 0 1.875rem !important;
  }
  .text-section h2 {
    white-space: pre-wrap !important;
    text-wrap: balance;
    text-align: start;
    font-weight: 600;
  }

  /* dream-section */
  .dream-section {
    margin-top: 0;
    padding: 2.25rem 1.875rem 0 !important;
  }
  .dream-section .dream-mobile-img {
    min-width: 105vw !important;
    margin-left: -2.25rem;
  }
  .dream-section .container {
    padding-left: 0;
  }

  /* card-placeholder-section */
  .card-placeholder-section ul {
    margin-bottom: 2.5rem;
  }
  .card-placeholder-section .swiper-slide .img-container {
    max-width: 50%;
  }
  .card-placeholder-section .swiper-wrapper {
    transform: translateX(25%) !important;
  }
  #cardPlaceholder .color-selection {
    width: 129px;
    height: 33px;
  }
  #cardPlaceholder .color-selection button {
    width: 23px;
    height: 23px;
    background-size: 15px;
  }

  /* spec-icon-section */
  .spec-icon-section .container {
    max-width: 100vw;
    margin: 0;
    padding: 0;
  }
  .spec-icon-section .bg-blue {
    border-radius: 0;
    padding: 3.75rem 1.875rem;
  }
  .spec-icon-section h4 {
    font-size: 1.875rem;
    line-height: 2.313rem;
    text-wrap: balance;
  }
  .spec-icon-section strong {
    display: inline-flex;
  }
  .spec-icon-section .icon-area {
    gap: 0;
  }

  /* search-section */
  .search-section .container {
    max-width: 100%;
  }
  .search-section .map-area {
    margin-bottom: 0.75rem;
    height: 27rem;
  }
  .search-section .map-area .form-area {
    left: 1rem;
    width: calc(100% - 2rem);
  }
  .search-section .map-area .form-area input {
    height: 3.125rem;
    padding-left: 2.25rem;
    padding-right: 8.5rem;
    font-size: 1rem;
  }
  .search-section .map-area .form-area input::placeholder {
    font-size: 1rem;
  }
  .search-section .map-area .form-area img {
    margin-top: 1rem;
    left: 1rem;
    height: 1rem;
  }
  .search-section .map-area .form-area button {
    font-size: 0.75rem;
    font-weight: 500;
    margin-top: 0.438rem;
    right: 0.438rem;
    padding: 0.375rem 1.125rem;
  }

  .search-section .text-area a {
    width: 332px;
    text-align: center;
    margin: 1.875rem auto;
    justify-content: center;
  }
  /* campaing-section */
  .campaing-section .section-header {
    padding: 2.25rem 1.875rem !important;
  }
  .campaing-section.campaing-page .section-header {
    padding: 0 1.875rem !important;
    margin-bottom: 0;
  }

  .campaing-section .section-content {
    padding: 30px;
  }
  .campaing-section .swiper-slide {
    margin-bottom: 50px;
  }
  .campaing-section .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin: 0 !important;
    max-width: 100%;
  }
  .campaing-section .text-area .mobile-text {
    display: block;
  }
  .campaing-subpage .bubble {
    padding: 2.0625rem 0.9375rem !important;
  }
  .campaing-subpage .text-area h5 {
    font-size: 1.625rem;
    line-height: 1.875rem;
  }
  .campaing-subpage .text-area p {
    font-size: 1.125rem !important;
  }
  .campaing-subpage .campaing-details {
    margin: 3.625rem 1.875rem;
  }

  /* footer */
  .main-footer .footer-left {
    width: 100%;
    padding: 3.3125rem 1.875rem;
  }
  .main-footer .footer-right {
    width: 100%;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .main-footer .newsletter-area input {
    font-size: 1.75rem;
    padding: 1rem 0;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .flex-grow-sm-1 {
    flex-grow: 1 !important;
  }
  .display-flex-sm {
    display: flex !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  #newsletterSuccessMessage.popup {
    height: auto !important;
    width: calc(100vw - 2.5rem);
  }
  #newsletterSuccessMessage.popup .popup-content {
    flex-direction: column;
  }
  #newsletterSuccessMessage.popup .popup-content .popup-image {
    padding: 2.5rem 0;
  }
  #newsletterSuccessMessage.popup .popup-content .popup-image img {
    width: 4.063rem;
    height: 4.063rem;
  }
  #newsletterSuccessMessage.popup .popup-content .popup-copy {
    padding: 0;
    min-height: inherit;
    padding: 1.25rem 2.5rem 1.875 2.5rem;
  }
  #newsletterSuccessMessage.popup .popup-content .popup-copy * {
    text-align: center;
    width: 100%;
  }
  .hero-carousel img.scale-1-2 {
    max-height: 100%;
  }
}

/* mobile menu */
#mobile-trigger {
  position: relative;
  z-index: 10;
}
#mobile-menu-container {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 11;
  padding: 2.5rem 0;
}
#mobile-menu-container .mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mobile-menu-container .mobile-menu-close {
  width: 41px;
  text-align: center;
  cursor: pointer;
}
#mobile-menu-container nav {
  margin: 5rem 0 1rem;
  height: 65%;
  overflow-y: auto;
  overflow-x: hidden;
}
#mobile-menu-container nav > ul li {
  font-size: 1.875rem;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}
#mobile-menu-container nav > ul > li > a {
  line-height: 1.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mobile-menu-container nav > ul > li > a::after,
#mobile-menu-container nav > ul > li > a:not(.collapsed)::after {
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../images/accordion-arrow.svg");
  background-size: 75%;
  width: 29px;
  height: 21px;
  cursor: pointer;
  transition: transform 100ms ease-in-out;
}
#mobile-menu-container nav > ul > li.active > a:not(.collapsed)::after {
  background-image: url("../images//accordion-arrow-green.svg");
}

#mobile-menu-container nav > ul > li.expanded > a::after {
  transform: rotate(90deg);
}

#mobile-menu-container nav a strong {
  font-weight: 600;
}
#mobile-menu-list > li ul {
  display: none;
}
#mobile-menu-list > li.expanded ul {
  display: flex;
  flex-direction: column;
  margin-top: 2.625rem;
  gap: 2.188rem;
}
#mobile-menu-list > li.expanded ul li a {
  font-weight: 500;
  font-size: 1.25rem;
  color: #9095a2;
}
#mobile-menu-list li.active > a {
  color: #05d989 !important;
  font-weight: 600 !important;
}

/* Scroll Top Button */

#scroll-button {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
#scroll-button:hover {
  filter: brightness(90%);
}

/* pages extra styling */

.pages header,
.pages .hero-carousel {
  background-color: #222b45;
  padding: 0 0 7.5rem;
}

.pages .hero-carousel .container {
  height: 760px;
}

.pages #main-header .desktop-menu nav a {
  color: white;
}
.pages .hero-carousel .image-area {
  padding-left: 0;
  padding-right: 0;
}
.pages .hero-carousel .image-area img {
  width: 90%;
  align-content: center;
  /* padding-left: 10px; */
  margin: 18px;
}
.pages .hero-carousel h1 {
  color: white;
  font-size: 3.125rem;
  line-height: 4.188rem;
}
.pages .hero-carousel p {
  color: white;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.875rem;
  letter-spacing: 1px;
  text-align: left;
  max-width: 500px;
}
.pages .hero-carousel .text-area {
  margin-top: 1.75rem;
}

.pages .hero-carousel.bg-circle {
  padding: 0;
}
.white-pages .hero-carousel.bg-image {
  padding: 0;
}
.pages .hero-carousel.bg-circle .hero-wrapper {
  padding: 0 0 7.5rem;
  display: flex;
  align-items: center;
}
.white-pages .hero-carousel.bg-image .hero-wrapper {
  height: 840px;
  padding: 7.5rem 0px;
  display: flex;
  align-items: center;
}

.white-pages .banner-section {
  margin-top: 9.375rem;
}

.text-image-block .block-copy-section .block-icon {
  width: 4.6875rem;
  aspect-ratio: 1;
  margin-bottom: 2.1875rem;
}
.text-image-block.scroll .copies {
  display: flex;
  flex-direction: column;
  gap: 480px;
}
.text-image-block.scroll .block-copy-section {
  align-items: start;
  min-height: 630px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.text-image-block.scroll .block-image-section  {
  margin-top: 0;
}
.text-image-block.scroll .block-wrapper {
  align-items: start;
}
.text-image-block.scroll .block-image-section #scroll-image {
  position: relative;
}
.text-image-block.scroll .block-image-section #scroll-image.fixed {
  position: fixed;
  /* top: 188px; */
}
.text-image-block.scroll .block-image-section {
  min-width: 303px;
}
.text-image-block.scroll .block-image-section.bottom {
  margin-top: auto;
}

.kliq-trailer-section .kliq-container {
  position: relative;
}
.kliq-trailer-section .kliq-container .blur {
  position: absolute;
  top: 0;
  width: 8rem;
  height: 100%;
  background: linear-gradient(
    270deg,
    #ffffff 30.43%,
    rgba(255, 255, 255, 0) 100%
  );
}

.kliq-trailer-section .kliq-container .blur.right {
  right: 0;
}
.kliq-trailer-section .kliq-container .blur.left {
  left: 0;
  background: linear-gradient(
    90deg,
    #ffffff 30.43%,
    rgba(255, 255, 255, 0) 100%
  );
}
.kliq-trailer-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.kliq-trailer-section .section-header {
  margin-bottom: 2.875rem;
}
.kliq-trailer-section .section-header .text-area h4 {
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 4.625rem;
  padding-left: 8.125rem;
}
.kliq-trailer-section .section-header .text-area h4 b {
  color: #05d888;
  font-weight: 600;
}
.kliq-trailer-section .section-content .swiper-slide {
  height: 42.5rem;
  background-color: #37e1a1;
  border-radius: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 23.75rem;
  align-items: center;
  padding-top: 3.125rem;
  user-select: none;
}
.kliq-trailer-section .section-content .swiper-slide .text-area h5 {
  font-family: Gilroy;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.0625rem;
  text-align: center;
  max-width: 296px;
}
.kliq-trailer-section .section-content .swiper-slide .text-area h5 b {
  font-weight: 500;
}
.kliq-trailer-section .section-content .swiper-slide .image-area {
  padding: 0 42px;
}
.legal-copy-section .container {
  padding: 0 100px;
}
.legal-copy-section .legal-header {
  margin: 0;
  padding: 0;
  margin-top: 31px;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 4.1875rem;
  text-align: left;
  color: #222b45;
}
.legal-copy-section .legal-copy-wrapper {
  margin-top: 3.6875rem;
}
.legal-copy-section .legal-copy-wrapper .legal-subheader {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
  text-align: left;
  color: #222b45;
  margin-bottom: 1.6875rem;
}
.legal-copy-section .legal-copy-wrapper .legal-copy {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  text-align: left;
  color: #4e556a;
  margin-bottom: 3.875rem;
}
.about-us .text-image-block {
  color: #ffffff;
  background-color: #222b45;
  padding: 15.625rem 0;
}
.about-us .text-image-block.background {
  position: relative;
  height: 47.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us .text-image-block.background .background-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.about-us .text-image-block .iconed-list li::before {
  background-color: #82ecc4;
  background-image: url(../images/chevron-black.svg);
}
.about-us .text-image-block .block-copy-section .big-header {
  font-size: 9.375rem;
  font-weight: 600;
  line-height: 11.3125rem;
  letter-spacing: -0.03125rem;
  text-align: center;
  color: #05d989;
}
.about-us .text-image-block .block-copy-section {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.about-us .text-image-block .block-copy-section p {
  font-family: Inter, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.6875rem;
  text-align: center;
  max-width: 55.625rem;
}
.about-us .text-image-block .block-copy-section p b {
  font-weight: 600;
}
.about-us #main-header {
  position: relative;
  z-index: 5;
  background-color: transparent;
}
.about-us .hero-img {
  background-color: #222b45;
  height: 60rem;
  overflow: hidden;
}
.about-us .hero-img img {
  background-color: #222b45;
  position: absolute;
  top: -11.875rem;
  left: 0;
  width: 100%;
  height: 85rem;
}
.copyright {
  color: #8f9bb3;
}
@media screen and (max-width: 1200px) {
  .pages .hero-carousel .container {
    height: unset;
  }
}
@media screen and (max-width: 991px) {
  .pages .hero-carousel h1 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.9375rem;
    letter-spacing: -0.0625rem;
  }
  .pages .hero-carousel p {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    margin-bottom: 4.8125rem;
  }
  .pages .hero-carousel .image-area {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .text-image-block {
    padding: 5rem 0 2.5rem;
  }
  .text-image-block .block-wrapper {
    flex-direction: column;
    padding: 0;
    gap: 3.4375rem;
  }
  .text-image-block .block-copy-section {
    margin: 0 1.875rem;
  }
  .text-image-block .block-copy-section .big-title {
    font-size: 2.125rem;
    line-height: 2.4375rem;
  }
  .text-image-block .block-copy-section .mid-text {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
  .text-image-block .block-image-section img {
    max-height: 28.125rem;
  }
  .text-image-block.centered {
    text-align: center;
  }
  .banner-section {
    padding: 0.625rem;
  }
  .banner-section .banner-wrapper {
    padding: 3.2325rem 0.4375rem 0.4375rem;
    height: fit-content;
  }
  .banner-section .banner-wrapper .banner-map-section > img {
    aspect-ratio: 350/400;
    object-fit: cover;
  }
  .banner-section .banner-wrapper .banner-text-section {
    flex-direction: column;
    margin: 0;
    padding: 0 0.875rem 2.875rem;
    gap: 1.5625rem;
    align-items: center;
  }
  .banner-section .banner-wrapper .banner-text-section .mid-text {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.75rem;
    text-align: center;
  }
  .banner-section .banner-wrapper .banner-map-section .form-area {
    left: 1rem;
    width: calc(100% - 2rem);
  }
  .banner-section .banner-wrapper .banner-map-section .map-area {
    width: 100% !important;
    height: 25rem !important;
  }
  .banner-section
    .banner-wrapper
    .banner-map-section
    .form-area
    input::placeholder {
    font-size: 1rem;
  }
  .banner-section .banner-wrapper .banner-map-section .form-area input {
    height: 3.125rem;
    padding-left: 2.25rem;
    padding-right: 8.5rem;
    font-size: 1rem;
  }
  .banner-section .banner-wrapper .banner-map-section .form-area img {
    margin-top: 1rem;
    left: 1rem;
    height: 1rem;
  }
  .banner-section .banner-wrapper .banner-map-section .form-area button {
    font-size: 1rem;
    margin-top: 0.438rem;
    right: 0.438rem;
    padding: 0.375rem 1.125rem;
  }
  .banner-section .banner-wrapper.bg-purple {
    flex-direction: column-reverse !important;
    padding-left: 0;
    text-align: center;
  }
  .banner-section .banner-wrapper.bg-purple .banner-img-section > img {
    position: relative;
    width: 100%;
  }
  .banner-section .banner-wrapper .banner-title-section h1 {
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 2.875rem;
    margin: 2.9375rem 0 2.9375rem;
  }
  .banner-section .banner-wrapper .banner-title-section .hero-cta.light {
    margin: 0 auto 2.4375rem;
  }
  .banner-section .banner-wrapper .banner-title-section .download-buttons {
    margin-bottom: 3.5625rem;
    justify-content: center;
    gap: 0.625rem;
  }
  .banner-section
    .banner-wrapper
    .banner-title-section
    .download-buttons
    a
    img {
    height: 2rem;
  }
  .banner-section .banner-wrapper .banner-text-section .title-wrapper {
    font-size: 40px;
    font-weight: 700;
    line-height: 51px;
    min-width: fit-content;
  }
  .banner-section.three-section {
    padding: 0;
    text-align: center;
  }
  .banner-section.three-section .banner-wrapper {
    border-radius: 0;
    padding: 4.625rem 1.875rem 0;
    height: fit-content;
  }
  .banner-section.three-section
    .banner-wrapper
    .banner-image-section
    .image-wrapper {
    border: 0;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    gap: 3.9375rem;
  }
  .banner-section.three-section
    .banner-wrapper
    .banner-image-section
    .image-wrapper:last-child {
    margin-bottom: -4.875rem;
  }

  .banner-section .banner-wrapper .banner-text-section .light-text.bordered {
    border-left: 0;
    padding-left: 0;
    margin-top: 2.6875rem;
  }
  .pages .hero-carousel.bg-circle {
    padding: 0 !important;
  }
  .pages .hero-carousel.bg-circle.padding-fix {
    padding-top: 6.25rem !important;
  }
  .pages .hero-carousel.bg-circle .hero-wrapper {
    padding: 0;
    background: url(/assets/images/hero-gonder-iste-mobile.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
  }
  .white-pages .hero-carousel.bg-image {
    padding: 0 !important;
  }
  .white-pages .hero-carousel.bg-image .hero-wrapper {
    height: 52.5rem;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .white-pages .hero-carousel.bg-image .hero-wrapper .hero-copy-section {
    margin-top: 19.125rem;
  }
  .pages .hero-carousel.bg-circle .hero-wrapper .container {
    padding: 0 2.625rem;
  }
  .kliq-trailer-section .kliq-container {
    margin-left: 1.875rem;
  }
  .kliq-trailer-section .section-header .text-area h4 {
    font-size: 40px;
    line-height: 49px;
  }
  .kliq-trailer-section .section-content .swiper-slide {
    max-height: 36.875rem;
    max-width: 20.625rem;
    border-radius: 2.5rem;
    overflow: hidden;
  }
  .kliq-trailer-section .section-content .swiper-slide .text-area h5 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .kliq-trailer-section .section-content .swiper-slide .image-area {
    max-width: 15.625rem;
    padding: 0;
  }
  .white-pages .search-section .text-area {
    margin-bottom: 3.3125rem;
  }
  .white-pages .search-section .text-area h5 {
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 3.9375rem;
  }
  .white-pages .search-section .text-area span p {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.8125rem;
    display: inline-flex;
    align-items: center;
  }
  .white-pages .search-section .text-area span {
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.375rem;
  }
  .legal-copy-section .container {
    padding: 0 1.875rem !important;
  }
  .legal-copy-section .legal-header {
    margin: 0;
    padding: 0;
    margin-top: 1.25rem;
    font-size: 2.125rem;
    line-height: 2.875rem;
  }
  .legal-copy-section .legal-copy-wrapper {
    margin-top: 3.1875rem;
  }
  .legal-copy-section .legal-copy-wrapper .legal-subheader {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 2.1875rem;
  }
  .legal-copy-section .legal-copy-wrapper .legal-copy {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .about-us .hero-img {
    height: 46.875rem;
  }

  .about-us .hero-img img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about-us .text-image-block .block-copy-section .big-header {
    font-size: 5.625rem;
    line-height: 6.1875rem;
    letter-spacing: -0.03125rem;
    text-align: left;
  }
  .about-us .text-image-block .block-copy-section p {
    font-size: 22px;
    line-height: 38px;
    text-align: left;
  }

  .about-us .text-image-block .block-image-section.start {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .about-us .text-image-block .block-image-section img {
    max-width: 13.125rem;
  }
  .about-us .text-image-block .block-wrapper {
    padding: 0 1.875rem;
    flex-direction: column-reverse;
  }
  .banner-section.full-width .banner-wrapper .banner-title-section h1 {
    font-size: 2rem;
    line-height: 2.25rem;
    text-align: center;
  }
  .banner-section.full-width .banner-wrapper .banner-title-section p {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    text-align: center;
  }
  .banner-section.full-width .banner-wrapper {
    height: fit-content;
    padding: 3.75rem 0.9375rem;
  }
}

/* Ücretler ve Ödemeler stilleri */
.sect2-title {
  color: var(--Dark-green, #05d888);
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.0125rem;
  text-align: center;
  max-width: 40.625rem;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}
.sect2-p1 {
  font-size: 1.25rem;
  text-align: center;
  max-width: 46.875rem;
  margin: 0 auto;
  margin-bottom: 1.9375rem;
}
.sect2-p2 {
  color: var(--light-blue, #a0bae7);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem; /* 116.667% */
  letter-spacing: 0.0125rem;
  text-align: center;
}

.sect2-hero {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: -500px;
  left: 0;
  right: 0;
  z-index: 9;
}
.sect2-hero picture {
  width: 1250px;
  height: 1250px;
  object-fit: contain;
  display: flex;
}
.sect3 {
  background-color: var(--LightGrey);
}
.sect3 .container {
  padding-top: 25rem;
  padding-bottom: 6rem;
}

.sect3-item strong {
  display: block;
  color: #0a2540;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
.sect3-item p {
  font-weight: 200;
  line-height: 1.5rem;
  max-width: 15.625rem;
}
.sect3-item img {
  width: 7.5625rem;
  height: 5.5625rem;
  object-fit: contain;
  object-position: left;
  margin-bottom: 1.375rem;
}
.sect3-hero {
  margin-top: 3.375rem;
  display: flex;
  align-items: center;
}
.sect3-hero picture {
  margin-right: -7.5rem;
}
.sect3-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: bold;
}
.sect3-subtitle {
  font-size: 3.125rem;
  line-height: 3.375rem;
  font-weight: 500;
}
.sect3-small-p {
  color: var(--Grey, #8f9bb3);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1875rem; /* 158.333% */
  letter-spacing: 0.0125rem;
  margin-top: 7.75rem;
}
.ucretlerSect1,
.aggrSect1,
.faqSect1 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ucretlerSect1 {
  max-width: 81.25rem;
}
.ucretlerSect1 .bubble,
.faqSect1 .bubble {
  background-color: #fafafa;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 1.875rem;
  padding: 3.125rem 2.625rem;
}
.faqSect1 .bubble {
  flex-direction: column;
}
.ucretlerSect1 .h1,
.aggrSect1 .h1,
.faqSect1 .h1 {
  color: #222b45;
  text-align: center;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 5.4375rem; /* 124.286% */
  margin-bottom: 0;
}

.ucretlerSect1 p,
.aggrSect1 p,
.faqSect1 p {
  color: #4e556a;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem; /* 160% */
  margin: 0;
}
#limitler-body .nav-pills .nav-link,
#limitler-body .nav-pills .show > .nav-link,
.faqSect2 .nav-pills .nav-link,
.faqSect2 .nav-pills .show > .nav-link {
  border-radius: 4.375rem;
  width: 19.125rem;
  text-align: left;
  color: var(--Black, #000);
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  height: 3.9375rem;
  display: flex;
  align-items: center;
  padding-bottom: 0.3125rem;
  border: 0.125rem solid transparent;
  background: transparent;
  justify-content: space-between;
  padding-left: 2rem;
  margin-bottom: 0.4375rem;
}
#limitler-body .nav-pills .nav-link,
#limitler-body .nav-pills .show > .nav-link {
  width: 100%;
}
#limitler-body .nav-pills .nav-link img,
#limitler-body .nav-pills .show > .nav-link img,
.faqSect2 .nav-pills .nav-link img,
.faqSect2 .nav-pills .show > .nav-link img {
  opacity: 0;
}
#limitler-body .nav-pills .nav-link.active,
#limitler-body .nav-pills .show > .nav-link,
.faqSect2 .nav-pills .nav-link.active,
.faqSect2 .nav-pills .show > .nav-link {
  border-color: #000;
  background: var(--Green, #40ffb3);
}

#limitler-body .nav-pills .nav-link.active img,
#limitler-body .nav-pills .show > .nav-link img,
.faqSect2 .nav-pills .nav-link.active img,
.faqSect2 .nav-pills .show > .nav-link img {
  opacity: 1;
}
.ucretlerSect1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.ucretlerSect1 h1 {
  text-align: left;
}
.toggle-top {
  display: flex;
  border-radius: 4.375rem;
  border: 0.0625rem solid var(--Soft-Grey, #e5eaee);
  background: var(--light-grey, #f7f9fa);
  overflow: hidden;
  align-items: center;
}
.toggle-top button {
  color: #222b45;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem; /* 133.333% */
  border: 0.125rem solid transparent;
  padding: 1.125rem 5.0625rem;
  align-items: center;
  background-color: transparent;
  letter-spacing: 0.0325rem;
  height: 3.9375rem;
}
.toggle-top button.active {
  border-radius: 4.375rem;
  background-color: #222b45;
  color: white;
  margin: 0.375rem;
}
.ucretlerSect2 {
  padding: 5.625rem 1.875rem;
}
.ucretlerSect2 .container {
  max-width: 76.25rem;
}
#limitler-body table {
  width: 100%;
  border-collapse: separate;
}

#limitler-body tr th {
  color: var(--Grey, #8f9bb3);
  text-align: right;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem; /* 133.333% */
  width: auto;
  white-space: nowrap;
  border-bottom: 0.0625rem solid #ccc;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#limitler-body tr th:first-child {
  min-width: 21.875rem;
}
#limitler-body tr td:not(:first-child) {
  text-align: right;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5rem;
  width: auto;
  white-space: nowrap;
  border-bottom: 0.0625rem solid #ccc;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  letter-spacing: 0.035rem;
}
#limitler-body tr td small {
  display: block;
  color: var(--Grey, #8f9bb3);
  text-align: right;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5rem; /* 125% */
}
#limitler-body tr td:first-child {
  color: var(--DarkGrey, #000);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem; /* 125% */
  padding-top: 1rem;
  padding-bottom: 1rem;

  text-align: left;
  border-bottom: 0.0625rem solid #ccc;
}
#ucretler-body .item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
  border-bottom: 0.0625rem solid #e5eaee;
}
#ucretler-body .item-left {
  color: var(--DarkGrey);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.324375rem;

  display: flex;
  flex-direction: column;
}
#ucretler-body .item-left small {
  color: var(--Grey, #8f9bb3);
  /* Body 1 */
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem; /* 160% */
}
.item-right {
  color: #222b45;
  text-align: right;
  /* Heading 4 */
  font-size: 1.625rem;
  font-style: normal;
  letter-spacing: 0.035rem;
  line-height: 2.5rem; /* 125% */
}
.item-right strong {
  font-weight: 600;
}

@media only screen and (max-width: 720px) {
  .ucretlerSect2 {
    padding: 0 1.25rem 3.125rem;
  }
  .ucretlerSect1 {
    padding-bottom: 3.125rem;
  }
  .ucretlerSect1 .h1,
  .aggrSect1 .h1,
  .faqSect1 .h1 {
    color: #222b45;
    text-align: center;
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.125rem;
  }
  .ucretlerSect1 .bubble,
  .faqSect1 .bubble {
    flex-direction: column;
    justify-content: center;
    padding: 1.8125rem 1.3125rem;
  }
}
@media only screen and (max-width: 600px) {
  #limitler-body tr td:not(:first-child) {
    font-size: 1rem;
  }
  .item-right strong,
  .item-left small {
    font-size: 1rem !important;
  }
  .item-left {
    max-width: 50%;
  }
  .toggle-top button {
    font-size: 1.25rem;
    padding: 0.625rem 2rem;
    height: auto;
  }
  .aggrSect1,
  .faqSect1 {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
  .faqSect1,
  .ucretlerSect1 {
    padding-top: 0;
  }
  .ucretlerSect1 {
    flex-direction: column;
    gap: 2.5625rem;
  }
  #limitler-body tr td:first-child,
  #ucretler-body .item-left {
    font-size: 1rem;
  }
  .show-one tr > th,
  .show-two tr > th,
  .show-three tr > th {
    display: none;
  }
  .show-one tr > *:nth-child(3),
  .show-one tr > *:nth-child(4) {
    display: none;
  }
  .show-two tr > *:nth-child(3),
  .show-two tr > *:nth-child(2) {
    display: none;
  }
  .show-three tr > *:nth-child(2),
  .show-three tr > *:nth-child(4) {
    display: none;
  }
  #limitler-body .nav-pills {
    margin-bottom: 3.125rem;
  }
  #limitler-body .nav-pills .nav-link,
  #limitler-body .nav-pills .show > .nav-link,
  .faqSect2 .nav-pills .nav-link,
  .faqSect2 .nav-pills .show > .nav-link {
    font-size: 1.25rem;
  }
  .item-right {
    font-size: 1rem;
  }
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
  color: black;
}

.ucretlerSect2 #v-pills-tab {
  display: none;
}
.faqSect2 #v-pills-tab {
  display: block;
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 760px) {
  .ucretlerSect2 #v-pills-tab {
    display: block !important;
  }
  .nav-pills .dropdown.nav-link {
    padding-left: 0 !important;
    padding-right: 0;
  }
  .nav-pills .dropdown-toggle::after {
    content: unset;
  }
  .nav-pills .dropdown > button {
    border: 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 0;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 0 1.5625rem;
    padding-bottom: 0 !important;
    z-index: 10;
    margin-bottom: 0;
  }
  .nav-pills .dropdown .dropdown-menu.mobile {
    z-index: 6;
    transform: translate3d(0px, 0px, 0px) !important;
    border: #000 1px solid;
    padding-top: 5rem;
    border-radius: 2.375rem;
  }
  .nav-pills .dropdown .dropdown-menu.mobile li a {
    padding: 0 1.5625rem 1.25rem;
    font-size: 1.125rem;
    font-weight: 400;
  }
  .nav-pills .dropdown .dropdown-menu.mobile li a.selected,
  .nav-pills .dropdown .dropdown-menu.mobile li.active a {
    font-weight: 600;
  }
  .dropdown-menu.show[data-popper-placement="top-start"] {
    padding-bottom: 4rem !important;
    padding-top: 1.5625rem !important;
    bottom: 3.5px !important;
  }
}

/* SSS Stilleri */
.faqSect2 {
  padding-top: 110px;
  padding-bottom: 150px;
}
.faqSect2 .container {
  max-width: 1240px;
}
#limitler-body .nav-pills .nav-link,
#limitler-body .nav-pills .show > .nav-link,
.faqSect2 .nav-pills .nav-link,
.faqSect2 .nav-pills .show > .nav-link {
  border-radius: 70px;
  width: 306px;
  text-align: left;
  color: var(--Black, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  height: 63px;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  border: 2px solid transparent;
  background: transparent;
  justify-content: space-between;
  padding-left: 32px;
  margin-bottom: 7px;
}
#limitler-body .nav-pills .nav-link,
#limitler-body .nav-pills .show > .nav-link {
  width: 100%;
}
#limitler-body .nav-pills .nav-link img,
#limitler-body .nav-pills .show > .nav-link img,
.faqSect2 .nav-pills .nav-link img,
.faqSect2 .nav-pills .show > .nav-link img {
  opacity: 0;
}
#limitler-body .nav-pills .nav-link.active,
#limitler-body .nav-pills .show > .nav-link,
.faqSect2 .nav-pills .nav-link.active,
.faqSect2 .nav-pills .show > .nav-link {
  border-color: #000;
  background: var(--Green, #40ffb3);
}

#limitler-body .nav-pills .nav-link.active img,
#limitler-body .nav-pills .show > .nav-link img,
.faqSect2 .nav-pills .nav-link.active img,
.faqSect2 .nav-pills .show > .nav-link img {
  opacity: 1;
}

.faqSect2 .tab-content {
  width: 100%;
}
.faqSect2 .tab-content .accordion-item {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e5eaee;
}

.faqSect2 .tab-content .accordion-button {
  background-color: transparent;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  outline: none;
  color: var(--Black, #000);
}
.faqSect2 .tab-content .accordion-body p {
  color: var(--Black);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}
.faqSect2 .tab-content .accordion-button:focus {
  border: transparent;
  box-shadow: none;
}

.search-view {
  max-width: 47.5rem;
  width: 100%;
  margin-top: 1.75rem;
  position: relative;
}
.search-view input {
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 90px;
  border: 2px solid #bdbfc7;
  background: var(--white, #fff);
  padding-left: 47px;
  padding-right: 47px;
  padding-bottom: 0px;
  flex-shrink: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  height: 80px;
  line-height: 80px;
  caret-color: #6949ff;
}
.search-view input::placeholder {
  color: var(--Grey, #8f9bb3);
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
}

.search-view button {
  position: absolute;
  right: 34px;
  top: 21px;
  border: none;
  outline: none;
  background-color: transparent;
}
.faqSect2 .nav-pills .nav-link:not(.active) {
  margin-bottom: 0;
  height: 70px;
}
.faqSect2 .nav-pills .nav-link:not(.active):not(:first-child) {
  border-top: 1px solid #e5eaee;
  border-radius: 0;
  transition: border 0s ease-in-out;
}
.faqSect2 .nav-pills .active + .nav-link:not(.active) {
  border-top: none;
}

@media only screen and (max-width: 760px) {
  .faqSect2 {
    padding-top: 0;
  }
  .faqSect2 .container .row {
    flex-direction: column;
  }
  #limitler-body .nav-pills .nav-link,
  #limitler-body .nav-pills .show > .nav-link,
  .faqSect2 .nav-pills .nav-link,
  .faqSect2 .nav-pills .show > .nav-link {
    font-size: 1.25rem;
  }
  .faqSect1 .bubble .h1 {
    font-size: 2.125rem;
    font-weight: 600;
    line-height: 2.875rem;
    letter-spacing: -0.0342975222rem;
    margin-bottom: 0.75rem;
  }
  .faqSect1 .bubble p {
    font-size: 0.9375rem;
    line-height: 1.5625rem;
  }
  .search-view input::placeholder {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .search-view input {
    font-size: 1.25rem;
    padding-left: 1.5rem;
  }
  .search-view button img {
    width: 1.6875rem;
  }
  .search-view button {
    right: 1.5rem;
  }
  .nav-pills {
    margin: 0 18px;
  }
  .nav-pills .nav-link {
    width: 100% !important;
  }
  .nav-pills .nav-link img {
    transform: rotate(90deg);
  }
}

/* popup */
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fefefe;
  border: 1px solid #222b45;
  border-radius: 25px;
  overflow: hidden;
  z-index: 9999;
  max-width: 51.4375rem;
  width: 100%;
  height: 29.875rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
#newsletterSuccessMessage.popup {
  height: 13.75rem;
}
.popup.open {
  visibility: visible;
  opacity: 1;
}
.popup.menu {
  max-width: 58rem;
  max-height: 26.3125rem;
  top: 115px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.popup.popup.riza-metni {
  max-width: 50rem;
  max-height: 39.9375rem;
  width: calc(100vw - 24px);
  height: 100%;
  margin-right: 0.75rem;
}
#riza-metni {
  cursor: pointer;
}
.popup.popup.riza-metni .popup-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(
    0deg,
    #ffffff 30.43%,
    rgba(255, 255, 255, 0) 100%
  );
}
.popup.riza-metni .popup-content {
  overflow: hidden;
}
.popup.riza-metni .popup-content .popup-copy h1 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.1875rem;
  margin-bottom: 2.0625rem;
}
.popup.riza-metni .popup-content .popup-copy h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 0.9375rem;
}
.popup.riza-metni .popup-content .popup-copy p {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  overflow-y: scroll;
  height: 50vh;
}
.popup.nelerYapabPopup .popup-content .popup-image {
  background: #05d989;
}
.popup.menu .popup-content .popup-copy .popup-menu-items {
  height: 100%;
  font-size: 20px;
  line-height: 24px;
}
#newsletterSuccessMessage.popup.menu
  .popup-content
  .popup-copy
  .popup-menu-items {
  height: 100%;
  font-size: 40px;
  line-height: 51px;
}
#newsletterSuccessMessage.popup.menu
  .popup-content
  .popup-copy
  .popup-menu-items.subtitle {
  height: 100%;
  font-size: 18px;
  line-height: 32px;
}
.popup.menu .popup-content .popup-copy .popup-menu-items a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: inherit;
  width: 100%;
}
.popup.menu .popup-content .popup-copy .popup-menu-items a .button {
  transform: rotate(180deg);
  margin-left: auto;
}
.popup .popup-content {
  display: flex;
  color: #222b45;
  height: 100%;
}
.popup .popup-content .popup-copy {
  padding: 3.25rem 3.4375rem;
  width: 100%;
  min-height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.popup .popup-content .popup-copy .header {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.3125rem;
  margin-bottom: 0.875rem;
}
.popup .popup-content .popup-copy .header b {
  color: #05d989;
  font-weight: 600;
}
.popup .popup-content .popup-copy .text {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.9375rem;
  margin-bottom: 1.8125rem;
}
.popup .popup-content .popup-copy img {
  max-width: 7.9375rem;
  max-height: 7.9375rem;
}
.popup .popup-content .popup-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  background: linear-gradient(286.17deg, #6949ff 0%, #876dff 100%);
}
#newsletterSuccessMessage.popup .popup-content .popup-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  background: #05d989 !important;
}

.popup .popup-content .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #popupContainer {
    max-width: 90vw;
  }
  .popup .popup-content .popup-image {
    display: none;
  }
  .popup .popup-content .popup-copy .header {
    font-size: 2rem;
    line-height: 120%;
  }
  .popup .popup-content .popup-copy .text {
    font-size: 1rem;
    line-height: 120%;
  }
  .hero-svg-position-fix {
    scale: 150%;
    margin-bottom: 2rem;
  }
  .hero-carousel-margin {
    margin-top: 0rem !important;
  }
  .static-bg-image {
    background-image: none !important;
  }
  .hero-wrapper-position-fix {
    margin-top: -8rem;
  }
  .hero-text-position-fix {
    margin-top: 7rem;
  }

  .kliq-trailer-section .section-content {
    padding-left: 0rem !important;
    margin-left: 0rem !important;
  }
  .kliq-trailer-section .section-header .text-area h4 {
    padding-left: 0rem !important;
  }
  .pages .hero-carousel.bg-circle .hero-wrapper {
    background-position: top right;
  }
}
.animationScale {
  scale: 1 1;
  animation: mymove 5s infinite;
}
@keyframes mymove {
  50% {
    scale: 1.2 1.2;
  }
}
.animationScaleReverse {
  scale: 1 1;
  animation: mymovereverse 5s infinite;
}
@keyframes mymovereverse {
  50% {
    scale: 0.8 0.8;
  }
}
.circle-bg {
  background-image: url("../images/hero-gonder-iste-bg.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 50%;
  height: 100%;
  width: 100%;
}
.hero-carousel.bg-svg .svg-area {
  width: 70%;
}
.static-bg-image {
  background-image: url("../images/hero-gonder-iste-bg.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}
.hero-carousel-margin {
  padding: 0rem 0px;
  margin-top: -6rem;
}
.banner-section .banner-wrapper .banner-map-section .border-radius {
  position: relative;
  border-radius: 3.75rem;
}
.scale-1-2 {
  scale: 1.2;
}
div:focus,
div:active {
  outline: none;
}
.map-pin-container span {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  width: 100%;
  height: 32px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -3px;
  left: 0;
}
button:disabled {
  background-color: #aaa !important;
  color: #666 !important;
}
.hero-cta-white {
  padding: 8px 28px;
  display: inline-flex;
  border-color: #bdbfc7;
  border-radius: 2.5rem;
  background: #fafafa;
  color: #f7f9fa;
  font-size: 1.125rem;
  line-height: 2rem;
  height: 66px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  min-width: 220px;
}
#overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  filter: blur(10px);
  background-color: rgba(144, 149, 162, 0.5);
}


.map-info-container {
  position: relative;
}

.map-info-container p a {
  color: #000;
  text-decoration: none
}

.map-info-container>a {
  position: absolute;
  right: 0;
  bottom: 0
}

.main-footer .newsletter-area #btnNewsletter:disabled {
  background-color: transparent !important;

  border: none;

  position: absolute;

  right: 0;

  bottom: 1.25rem;
}

div#CybotCookiebotDialog {
  height: 56%;
}

a#CybotCookiebotDialogPoweredbyCybot,
  div#CybotCookiebotDialogPoweredByText {
    display: none;
  }

  #CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
    display: none; 
  }


  #CybotCookiebotDialogHeader {
    align-items: center;
    border-bottom: 1px solid #D6D6D6;
    display: none !important;
    padding: 1em;
    width: 100%;
    anchor-name: none;
}