@charset "UTF-8";

:root {
  /* default */
  --white: #fff;
  --black: #000;
  --img: #eaeaea;

  /* new-var */
  --primary: #ab19ae;
  --primary-light: #fef5ff;
  
  --gray-900:#1b1b1b;
  --gray-800:#1c1c1c;
  --gray-700:#565656;
  --gray-600:#f8f8f8;
  --gray-500:#f7f7f7;
  --dark-purple:#230021;

  --bg-color: var(--white);

  --font-base: "Poppins", system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

  --h1: clamp(30px, 3.16vw, 50px);
  --h2: clamp(22px, 2.41vw, 38px);
  --h3: clamp(20px, 1.9vw, 30px);
  --h4: clamp(18px, 1.52vw, 24px);
  --h5: clamp(18px, 1.27vw, 20px);
  --h6: clamp(16px, 1.14vw, 18px);
  --title-60: clamp(30px, 3.8vw, 60px);

  --text-lg: clamp(18px, 1.65vw, 26px);
  --base: clamp(16px, 1.14vw, 18px);
  --text-md: 16px;
  
  --transition: all 0.3s ease-in-out;

  --size-200: clamp(60px, 12.66vw, 200px);
  --size-190: clamp(55px, 12.03vw, 190px);
  --size-180: clamp(55px, 11.39vw, 180px);
  --size-170: clamp(50px, 10.76vw, 170px);
  --size-160: clamp(50px, 10.13vw, 160px);
  --size-150: clamp(50px, 9.49vw, 150px);
  --size-140: clamp(45px, 8.86vw, 140px);
  --size-130: clamp(45px, 8.23vw, 130px);
  --size-120: clamp(45px, 7.59vw, 120px);
  --size-110: clamp(45px, 6.96vw, 110px);
  --size-100: clamp(40px, 6.33vw, 100px);
  --size-90: clamp(40px, 5.7vw, 90px);
  --size-80: clamp(40px, 5.06vw, 80px);
  --size-75: clamp(35px, 4.75vw, 75px);
  --size-70: clamp(35px, 4.43vw, 70px);
  --size-60: clamp(35px, 3.8vw, 60px);
  --size-55: clamp(35px, 3.48vw, 55px);
  --size-50: clamp(35px, 3.16vw, 50px);
  --size-40: clamp(25px, 2.53vw, 40px);
  --size-30: clamp(25px, 1.9vw, 30px);
  --size-20: clamp(15px, 1.27vw, 20px);
  --size-10: clamp(10px, 0.63vw, 10px);
}
/* CSS Document */

/*==============================================================
	Common Styles Initials
==============================================================*/

html {
  -webkit-text-size-adjust: none;
  /* Prevent font scaling in landscape */
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: inherit !important;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: break-word;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--font-base);
  font-size: var(--base);
  line-height: 1.555;
  color: var(--gray-800);
  font-weight: 400;
  background: var(--bg-color);
  width: 100%;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  scrollbar-color: var(--white) var(--primary);
  scrollbar-width: thin;
}

body.pause {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: var(--white);
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: var(--primary);
}

#smooth-wrapper {
  overflow: hidden;
}

#smooth-content {
  position: relative;
  width: 100%;
  will-change: transform;
}

[gsap-data] {
  transform: translate3d(0, 0, 0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

a {
  outline: none;
  text-decoration: none;
  color: var(--primary);
  transition: var(--transition);
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: var(--primary);
}

.btn:focus {
  color: var(--black);
  box-shadow: none;
}

input,
textarea,
select {
  outline: none;
  resize: none;
}

a,
input,
button {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: var(--black);
  font-family: var(--font-base);
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

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

p {
  margin: 0;
}

p + p {
  padding-top: 20px;
}

input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-dropdown input {
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*==============================================================
	Bootstrap Hack
==============================================================*/

.form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.3);
}

.form-control:-moz-placeholder,
input:-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.3);
}

.form-control::-moz-placeholder,
input::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.3);
}

.form-control:-ms-input-placeholder,
input:-ms-input-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.3);
}

.form-control::placeholder,
input::placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.3);
}

/*==============================================================
	Custom Style
==============================================================*/

.section {
  position: relative;
}

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

.h1 {
  font-size: var(--h1);
  line-height: 130%;
}

.h2 {
  font-size: var(--h2);
  line-height: 120%;
}

.h3 {
  font-size: var(--h3);
  line-height: 120%;
}

.h4 {
  font-size: var(--h4);
  line-height: 120%;
}

.h5 {
  font-size: var(--h5);
  line-height: 1.5;
}

.h6 {
  font-size: var(--h6);
  line-height: 120%;
}

.title-30 {
  font-size: var(--title-30);
}

.text-base {
  font-size: var(--base);
  line-height: 1.875;
}
.text-md {
  font-size: var(--text-md);
  line-height: 1.6;
}
.text-sm {
  font-size: var(--text-sm);
  line-height: 1.5714;
}

.text-gray {
  color: rgba(45, 45, 45, 0.8);
}
.font-inter {
  font-family: var(--font-base);
}

.pt-200 {
  padding-top: var(--size-200);
}
.pt-190 {
  padding-top: var(--size-190);
}
.pt-180 {
  padding-top: var(--size-180);
}
.pt-170 {
  padding-top: var(--size-170);
}
.pt-160 {
  padding-top: var(--size-160);
}
.pt-150 {
  padding-top: var(--size-150);
}
.pt-140 {
  padding-top: var(--size-140);
}
.pt-130 {
  padding-top: var(--size-130);
}
.pt-120 {
  padding-top: var(--size-120);
}
.pt-110 {
  padding-top: var(--size-110);
}
.pt-100 {
  padding-top: var(--size-100);
}
.pt-90 {
  padding-top: var(--size-90);
}
.pt-80 {
  padding-top: var(--size-80);
}
.pt-75 {
  padding-top: var(--size-75);
}
.pt-70 {
  padding-top: var(--size-70);
}
.pt-60 {
  padding-top: var(--size-60);
}
.pt-55 {
  padding-top: var(--size-55);
}
.pt-50 {
  padding-top: var(--size-50);
}
.pt-40 {
  padding-top: var(--size-40);
}
.pt-30 {
  padding-top: var(--size-30);
}
.pt-20 {
  padding-top: var(--size-20);
}
.pt-10 {
  padding-top: var(--size-10);
}
.pb-200 {
  padding-bottom: var(--size-200);
}
.pb-190 {
  padding-bottom: var(--size-190);
}
.pb-180 {
  padding-bottom: var(--size-180);
}
.pb-170 {
  padding-bottom: var(--size-170);
}
.pb-160 {
  padding-bottom: var(--size-160);
}
.pb-150 {
  padding-bottom: var(--size-150);
}
.pb-140 {
  padding-bottom: var(--size-140);
}
.pb-130 {
  padding-bottom: var(--size-130);
}
.pb-120 {
  padding-bottom: var(--size-120);
}
.pb-110 {
  padding-bottom: var(--size-110);
}
.pb-100 {
  padding-bottom: var(--size-100);
}
.pb-90 {
  padding-bottom: var(--size-90);
}
.pb-80 {
  padding-bottom: var(--size-80);
}
.pb-75 {
  padding-bottom: var(--size-75);
}
.pb-70 {
  padding-bottom: var(--size-70);
}
.pb-60 {
  padding-bottom: var(--size-60);
}
.pb-55 {
  padding-bottom: var(--size-55);
}
.pb-50 {
  padding-bottom: var(--size-50);
}
.pb-40 {
  padding-bottom: var(--size-40);
}
.pb-30 {
  padding-bottom: var(--size-30);
}
.pb-20 {
  padding-bottom: var(--size-20);
}
.pb-10 {
  padding-bottom: var(--size-10);
}

/* space */
.gap-32 {
  margin: 0 -16px;
  row-gap: 32px;
}

.gap-32 > div {
  padding: 0 16px;
}
.gap-30 {
  margin: 0 -15px;
  row-gap: 30px;
}

.gap-30 > div {
  padding: 0 15px;
}
.gap-28 {
  margin: 0 -14px;
  row-gap: 28px;
}

.gap-28 > div {
  padding: 0 14px;
}
/* space */

/* border radius */
.brd-30 {
  border-radius: var(--size-30);
}
.brd-24 {
  border-radius: clamp(14px, 1.52vw, 24px);
}
.brd-20 {
  border-radius: var(--size-20);
}
.brd-15 {
  border-radius: 15px;
}
.brd-10 {
  border-radius: 10px;
}

:is(.img-cover, .img-contain) {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--img);
}

:is(.img-cover, .img-contain) > :is(img, video, iframe) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-contain > :is(img, video, iframe) {
  object-fit: contain;
}

.bullet > ul li {
  padding-left: 25px;
  position: relative;
}

.bullet > ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 100%;
  left: 5px;
  top: 13px;
  background: var(--primary);
}

.bullet > ol {
  counter-reset: item 0;
}

.bullet > ol li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 12px;
}

.bullet > ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item 1;
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  color: var(--primary);
}

.bullet > ol li ol {
  margin-top: 12px;
}

.bullet > ol li ol li {
  padding-left: 0;
}

.bullet > ol li ol li:before {
  position: relative;
  display: inline;
}

.bullet > ol li ol ol {
  padding-left: 20px;
}

.bullet-tick > ul {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}

.bullet-tick > ul li {
  padding-left: 34px;
  position: relative;
  background: url("../images/icons/bullet-tick.svg") no-repeat top 7px left /
    24px;
}

/*==============================================================
	Button Style
==============================================================*/
.btn {
  min-width: 236px;
  font-family: var(--font-base);
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--primary);
  border-radius: 10px;
  padding: 17px 20px;
  transition: var(--transition);
  box-shadow: none;
  outline: none;
  text-transform: capitalize;
  border: 1px solid transparent;
}

.btn.btn-sm {
  min-width: 160px;
  font-size: 20px;
  line-height: 1;
  padding: 13px 15px;
  border-radius: 5px;
}
.btn.btn-md {
  min-width: 229px;
  line-height: 1;
  padding: 15px 15px;
  border-radius: 5px;
}
.btn.btn-lg {
 padding: 29px 20px;
}

.btn.btn-secondary,
.btn.btn-primary:is(:hover, :focus, :active) {
  background: var(--gray-900); 
}
.btn.btn-secondary:is(:hover, :focus, :active),
.btn.btn-primary {
  background: var(--primary); 
}

.btn.btn-white-outline {
  color: var(--white);
  border-color: var(--white);
  background: transparent;
}
.btn.btn-white-outline:is(:hover, :focus, :active) {
  color: var(--primary);
  background: var(--white);
} 

/*==============================================================
	Common Css 
==============================================================*/

.title-wrap.max-1320 {
  max-width: 1320px;
}
.title-wrap :is(.h2, .h1) {
  color: var(--primary);
}

.swiper-arrow {
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--primary);
  width: 52px;
  height: 91px;
}
.swiper-arrow.arrow-next{
  border-radius: 10px 0 0 10px;
}
.swiper-arrow.arrow-prev{
  border-radius: 0 10px 10px 0;
}

/* === HEADER === */
.header-wrap {
  position: relative;
  z-index: 99;
}

.header-wrap header {
  display: flex;
  flex-direction: column;
}

.header-wrap header .container {
  max-width: 1800px;
}

.header-wrap header .head-top {
  padding: 23px 0;
}

.header-wrap header .head-top .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-wrap header .head-top .btn-head {
  font-size: 20px;
  border-radius: 5px;
  padding: 11px 13px;
}

.header-wrap header .head-top ul {
  display: flex;
  align-items: center;
  column-gap: var(--size-20);
}

.header-wrap header .head-top ul li {
  display: inline-flex;
  font-size: var(--h6);
  font-weight: 400;
  color: var(--gray-800);
}

.header-wrap header .head-top ul li a {
  display: inline-flex;
  align-items: center;
  color: currentColor;
  column-gap: 6px;
}

.header-wrap header .head-top ul li a .icon {
  color: var(--primary);
}

.header-wrap header .head-top .head-btn-wrap {
  display: inline-flex;
  column-gap: var(--size-10);
  padding-left: var(--size-40);
}

.header-wrap header .head-bottom {
  background: var(--gray-900);
}

.header-wrap header .head-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-wrap header .head-bottom .menu ul {
  display: inline-flex;
  column-gap: 28px;
}

.header-wrap header .head-bottom .menu ul li {
  display: inline-flex;
}

.header-wrap header .head-bottom .menu ul li a {
  display: inline-flex;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: var(--white);
  padding: 40px 0;
}
.header-wrap header .head-bottom .menu .btn-wrap {
  padding-left: var(--size-60);
}

.header-wrap header .head-bottom .logo a {
  display: block;
  width: 314px;
  transition: var(--transition);
}

.header-wrap header .head-bottom .logo a img {
  width: 100%;
}

@media(max-width:1780px) {
  .header-wrap header .head-top .btn-head {
    font-size: 16px;
  }
  .header-wrap header .head-top .head-btn-wrap {
    padding-left: 20px;
  }
  .header-wrap header .head-top ul {
    column-gap: 15px;
  }
  .header-wrap header .head-bottom .btn,
  .header-wrap header .head-top .btn:not(.btn-head) {
    min-width: 190px;
    font-size: 20px;
    padding: 13px 20px;
  }
  .header-wrap header .head-bottom .menu ul {
    column-gap: 20px;
  }
  .header-wrap header .head-bottom .menu ul li a {
    font-size: 18px;
  }
  .header-wrap header .head-bottom .menu .btn-wrap {
    padding-left: 40px;
  }
}
@media(max-width:1680px) { 
  .header-wrap header .head-top {
    padding: 20px 0;
  }
  .header-wrap header .head-top .btn-head {
    font-size: 14px;
  }
  .header-wrap header .head-top ul li {
    font-size: 16px;
  }
  .header-wrap header .head-top ul li a .icon {
    width: 20px;
    height: auto;
  }
}
@media(max-width:1580px) {
  .header-wrap header .head-bottom .menu ul li a {
    font-size: 16px;
  }
  .header-wrap header .head-bottom .menu .btn-wrap {
    padding-left: 20px;
  }
}
@media(max-width:1480px) {
  .header-wrap header .head-top {
    padding: 18px 0;
  }
  .header-wrap header .head-top ul li a{
    font-size: 0;
    column-gap: 0;
  }
  .header-wrap header .head-bottom .logo a {
    width: 260px;
  }
}
@media(max-width:1360px) {

  .header-wrap header .head-bottom .logo a {
    width: 200px;
  }

  .header-wrap header .head-bottom .menu ul {
    column-gap: 20px;
  }

  .header-wrap header .head-bottom .menu ul li a {
    padding: 30px 0;
  }
  .header-wrap header .head-bottom .btn {
    min-width: auto !important;
  }
}

@media(max-width:1280px) {
  .header-wrap header .head-bottom .btn,
  .header-wrap header .head-top .btn:not(.btn-head) {
    min-width: 150px;
    font-size: 16px;
    padding: 12px 15px;
  }
  .header-wrap header .head-top {
    padding: 15px 0;
  }
}
@media(min-width:1200px) {
  .menu-toggle {
    display: none;
  }

  header .header-menu {
    display: none;
  }
}

@media(max-width:1199px) {
  .menu-toggle button {
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: none;
    box-shadow: none;
    color: var(--white);
    width: 32px;
    height: 32px;
  }

  .header-wrap header .head-top {
    padding: 8px 0;
  }

  .header-wrap header .head-top .head-btn-wrap {
    column-gap: 10px;
  }

  .header-wrap header .head-bottom .menu {
    display: none !important;
  }

  .header-wrap header .head-bottom .logo {
    bottom: -10px;
  }

  .header-wrap header .head-bottom .logo a {
    width: 150px;
  }

  .header-wrap header .head-bottom .menu {
    display: none;
  }

  .header-wrap header .head-bottom {
    padding: 10px 0;
  }

  .header-wrap header .head-bottom .container {
    text-align: right;
  }

  .header-wrap header .head-bottom .menu-toggle {
    display: inline-flex;
  }

  header .header-menu .menu-toggle button {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: var(--primary);
  }

  header .header-menu .top-link {
    display: none;
  }

  header .header-menu {
    height: 100dvh;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: var(--white);
    width: 320px;
    padding: 70px 15px 80px;
    z-index: 3;
    transition: var(--transition);
  }

  header .header-menu .menu {
    height: 100%;
    overflow: auto;
  }

  header .header-menu:not(.menu-open) {
    right: -320px;
  }

  header .header-menu .menu-toggle button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 24px 15px 10px;
    justify-content: flex-end;
    color: var(--primary);
  }

  header .header-menu .menu-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    cursor: pointer;
  }

  header .header-menu .menu li {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  header .header-menu .menu li>a {
    display: block;
    font-size: 16px;
    line-height: 1;
    padding: 17px 0;
    color: var(--primary);
  }

  header .header-menu .menu .sub-menu {
    padding: 0 8px;
    display: none;
  }

  header .header-menu .menu-arrow .icon {
    transition: var(--transition);
  }

  header .header-menu .menu-arrow.active .icon {
    transform: rotate(180deg);
  }

  header .overlay {
    position: fixed;
    inset: 0;
    background: var(--black);
    opacity: 0.7;
    z-index: 2;
    transition: var(--transition);
  }

  header .overlay:not(.active) {
    opacity: 0;
    visibility: hidden;
  }
  header .header-menu .btn-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
  }
  header .header-menu .btn-wrap .btn {
    width: 100%;
  }
}

@media(max-width:1024px) {
  .header-wrap header .head-top ul {
    column-gap: 10px;
  }

  .header-wrap header .head-top ul li {
    font-size: 0;
  }

  .header-wrap header .head-top ul li a {
    column-gap: 0;
  }

  .header-wrap header .head-top ul li a .icon {
    width: 20px;
    height: 20px;
  }

  .header-wrap header .head-top .head-btn-wrap {
    column-gap: 8px;
  }

  .header-wrap header .head-top .btn:not(.btn-head) {
    min-width: auto;
    font-size: 12px;
    padding: 10px 12px;
  }

  .header-wrap header .head-bottom {
    padding: 8px 0;
  }

  .header-wrap header .head-bottom .logo {
    bottom: -8px;
  }
}

/* === HEADER === */


/* === BANNER === */
.banner {
  padding: var(--size-100) 0 var(--size-110);
  position: relative;
   background: var(--primary-light);
}

.banner .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 998px;
}

.banner .hero-bg .shape {
  position: absolute;
  left: 22px;
  bottom: 0;
  width: clmap(200px, 24.43vw, 469px);
  z-index: 1;
}

.banner .hero-bg .shape img {
  width: 100%;
  height: auto;
}

.banner .container {
  position: relative;
  z-index: 1;
  max-width: calc((100vw - var(--scrollbar-width, 0px) - 1800px) / 2 + 1800px);
  margin-right: 0;
  padding-right: 0;
}

.banner .banner-info {
  position: relative;
  z-index: 2;
  max-width: 750px;
}

.banner .banner-info .sub-title {
  font-size: clamp(18px, 1.9vw, 30px);
  line-height: 1;
  display: inline-flex;
  font-weight: 700;
  color: var(--primary);
  text-transform: capitalize;
  padding: 15px 29px;
  border-radius: 5px;
  border: 1px solid var(--primary);
}

.banner .banner-title {
  font-weight: 500;
  color: var(--black);
}

.banner .banner-title :is(span, strong) {
  font-weight: 700;
  color: var(--primary);
}

.banner .text-box {
  line-height: 1.6;
  color: var(--gray-800);
    max-width: 680px;
}
.banner .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 1.27vw, 20px);
  padding-top: 24px;
}

.banner .hero-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(10px, 1.39vw, 22px);
}

.banner .hero-gallery li {
  display: flex;
}

.banner .hero-gallery li:nth-child(1),
.banner .hero-gallery li:nth-child(2){
  align-items: flex-end;
}
.banner .hero-gallery li:nth-child(3 ),
.banner .hero-gallery li:nth-child(4){
  align-items: flex-start;
}
.banner .hero-gallery li:nth-child(1),
.banner .hero-gallery li:nth-child(3){
  justify-content: flex-end;
}
.banner .hero-gallery li:nth-child(2),
.banner .hero-gallery li:nth-child(4){
  justify-content: flex-start;
}

.banner .hero-gallery .img-cover {
  width: 100%;
  max-width: 345px;
  aspect-ratio: initial;
  overflow: hidden;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.25);
  background: transparent;
  padding-bottom: 83.997%;
}

.banner .hero-gallery .img-cover.large {
  aspect-ratio: initial;
  max-width: 440px;
  padding-bottom: 73.61%;
}

.banner.inner-banner {
  padding: 0;
  display: flex;
  min-height: 420px;
}
.banner.inner-banner .hero-bg {
  overflow: hidden;
}

.banner.inner-banner .banner-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.banner.inner-banner .banner-info {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 46%;
  max-width: initial;
  padding: 112px 0 28px;
}
.banner.inner-banner .banner-img {
  width: 54%;
}
.banner.inner-banner .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner.inner-banner .banner-info .banner-title {
  font-size: var(--title-60);
  font-weight: 800;
}

.banner.inner-banner .container {
  margin-left: auto;
  margin-right: 0;
  max-width: calc((100vw - var(--scrollbar-width, 0px) - 1472px) / 2 + 1472px);
}
.banner.inner-banner nav {
  padding-top: clamp(50px, 8.73vw, 138px);
}
.banner.inner-banner nav ol {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
}
.banner.inner-banner nav ol li {
  font-size: var(--text-sm);
  line-height: 1.666;
  color: var(--black);
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  padding: 0;
}
.banner.inner-banner nav ol li a {
  color: currentColor;
  transition: var(--transition);
}
.banner.inner-banner nav ol li a:hover{
  color: var(--secondary);
}
.banner.inner-banner nav ol li:not(:last-child)::after{
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.78955 15.8337L8.74788 10.0003L4.78955 4.16699H6.72913L10.6875 10.0003L6.72913 15.8337H4.78955ZM9.49997 15.8337L13.4583 10.0003L9.49997 4.16699H11.4396L15.3979 10.0003L11.4396 15.8337H9.49997Z' fill='%23000000'/%3E%3C/svg%3E%0A");
}
.banner.inner-banner nav ol li::before{
  display: none;
}
.banner.inner-blog .hero-bg {
  max-width: 100%;
  right: 0;
}

/* === BANNER === */

/* === HOME SERVICE === */
.service-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  padding: 0 35px 30px;
  background: var(--gray-500);
}
.service-box .img-cover {
  width: 100%;
  max-width: 289px;
  margin: 0 auto;
  aspect-ratio: 1/0.9065;
  border-radius: 0 0 144px 144px;
  overflow: hidden;
}
.service-box .service-info {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  text-align: center;
}
.service-box .service-info .h3 {
  color: var(--primary);
}
.service-box .service-info .text-base {
  color: var(--gray-800);
}
.home-service .container {
  max-width: 1800px;
}
.home-service-slider .swiper-slide {
  height: auto;
}
.home-service .slider-wrap {
  position: relative;
  padding: 0 52px;
}
.home-service .swiper-arrow {
  position: absolute;
  top: 0;
  bottom: 130px;
  margin: auto 0;
  z-index: 1;
}
.home-service .swiper-arrow.arrow-prev {
  left: 0;
}
.home-service .swiper-arrow.arrow-next {
  right: 0;
}

/* === HOME SERVICE === */

/* === Pick Your Party === */
.pick-box {
  position: relative;
  border: 1px solid var(--white);
  transition: var(--transition);
}
.pick-box .img-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: var(--primary);
  transition: var(--transition);
}
.pick-box .img-cover img {
  opacity: 0.2;
}
.pick-box .img-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: initial;
}
.pick-box .pick-info {
  position: relative;
  padding: 38px 40px 53px;
}
.pick-box .pick-info .title {
  line-height: 1.333;
  padding-bottom: 20px;
}
.pick-box .pick-info .btn-wrap {
  padding-top: 22px;
}
.pick-box:hover{
  border-color: transparent;
}
.pick-box:not(:hover) .img-cover{
  opacity: 0;
}
/* === Pick Your Party === */

/* === content-img === */
.content-img.is-dark{
  background: no-repeat center center/cover;
  background-image: url(../images/content-img-bg.webp);
}
.content-img .bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--dark-purple);
}
.content-img .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}

.content-img .image-box {
  max-width: 660px;
  margin-right: auto;
  position: relative;
}
.content-img .image-box .image-shape {
  position: absolute;
  right: 0;
  left: auto;
  top: 18.77%;
  bottom: 18.77%;
  margin: auto 0;
  border: 6px solid var(--white);
  border-radius: 1000px 0 0 1000px;
  overflow: hidden;
  border-right: 0;
  max-width: 330px;
}
.content-img .image-box .image-shape img {
  width: 100%;
}
.content-img .image-box .img-cover {
  aspect-ratio: 1/0.6954;
}

.content-img .content-box.bullet ul {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding: 18px 0;
}
.content-img .content-box.bullet ul:last-child{
  padding-bottom: 0;
}
.content-img .content-box.bullet ul:first-child{
  padding-top: 0;
}
.content-img .content-box.bullet ul>li {
  padding-left: 35px;
  position: relative;
  font-weight: 600;
}
.content-img .content-box.bullet ul>li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background: url("../images/icons/bullet-icon.png") no-repeat center center/cover;
}


.content-img .is-reverse {
  flex-direction: row-reverse;
}
.content-img .is-reverse .image-box {
  margin-left: auto;
}
.content-img .is-reverse .image-box .image-shape {
  left: 0;
  right: 20%;
  border-radius: 0 1000px 1000px 0;
  border-left: 0;
  border-right: 6px solid var(--white);
}


.content-img.is-dark .title-wrap :is(.h2, .h1) {
  color: var(--white);
}
.content-img.is-dark .content-box {
  color: var(--white);
}

/* === content-img === */

/* === faq === */
.customAccordion {
  margin: 0 auto;
  max-width: 1110px;
  display: flex;
  flex-direction: column;
  row-gap: 19px;
}

.customAccordion .accordion-item {
  border-radius: 0;
  border: 1px solid var(--primary);
  transition: var(--transition);
  background: var(--primary-600);
  border-radius: 10px;
}

.customAccordion .accordion-item:has(.show) {
  background: var(--primary-light);
}

.customAccordion .accordion-item .accordion-header {
  width: 100%;
  padding: 0;
}

.customAccordion .accordion-item .accordion-header button {
  text-align: left;
  width: 100%;
  background: transparent;
  border: 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  position: relative;
  padding: 23px 70px 23px 28px;
}

.customAccordion .accordion-item .accordion-header button span {
  position: absolute;
  top: 19px;
  right: 19px;
  width: 38px;
  height: 38px;
  background: var(--primary);
  border-radius: 3px;
}

.customAccordion .accordion-item .accordion-header button span::after,
.customAccordion .accordion-item .accordion-header button span::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 13px;
  height: 2px;
  background: var(--white);
  margin: auto;
  transition: var(--transition);
}

.customAccordion .accordion-item .accordion-header button.collapsed span::before {
  transform: rotate(90deg);
}

.customAccordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0 28px 27px !important;
  color: var(--gray-800);
}
/* === faq === */

/* === news blog === */
.news-box {
  display: block;
  min-height: 373px;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  border: 1px solid var(--primary);
}
.news-box .news-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.news-box .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: initial;
  transition: var(--transition);
}
.news-box .news-content {
  color:var(--white);
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 132px;
  padding: 0 23px 16px;
  background-image: linear-gradient(0deg, rgba(169,20,173,0.9999999999999999) 18%, rgba(169,20,173,0.04771399788876018) 93%, rgba(255,255,255,0) 100%);
}
.news-box .news-content .news-title {
  color: var(--white);
  font-size: clamp(20px, 1.77vw, 28px);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-box .news-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-box:hover .news-img img{
  transform: scale(1.03);
}

.blog-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--primary-light);
  border: 1px solid #e3e3e3;
  border-radius: 15px;  
}
.blog-box .blog-img {
  aspect-ratio: 1/.73;
  border-radius: 15px 15px 0 0;  
}
.blog-box .blog-info {
  padding: 0 29px 31px;
  text-align: center;
}
.blog-box .blog-info .meta {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  background: var(--primary-light);
  margin: 0 auto;
  padding: 15px 0 0;
  position: relative;
  top: -10px;
  max-width: 347px;
  width: 100%;
  justify-content: center;
  border-radius: 15px 15px 0 0;
}
.blog-box .blog-info .meta li {
  font-size: 16px;
  line-height: 1;
  color: var(--gray-800);
  opacity: 0.7;
}
.blog-box .blog-info .meta li:not(:last-child)::after{
  content: "|";
  margin: 0 10px;
}
.blog-box .blog-info .blog-title {
  line-height: 1.4166;
  font-weight: 600;
  color: var(--primary);
  text-align: left;
  padding-top: 4px;
}
.blog-box .blog-info .btn-wrap {
  padding-top: 16px;
}
.blog-box .blog-info .btn {
  font-size: 15px;
  border-radius: 8px;

}


.home-news .bg-image {
  position: absolute;
  inset: 0;
  background: var(--black);
  overflow: hidden;
}
.home-news .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: hard-light;
  opacity: 0.3;
}
.home-news .title-wrap {
  max-width: 820px;
}
/* === news blog === */

/* === testimonial === */
.testimonial-box {
  border: 1px solid var(--primary);
  background: var(--primary-light);
  position: relative;
  border-radius: 15px;
  padding: 58px 80px 58px 70px;
  position: relative;
}
.testimonial-box > * {
  position: relative;
  z-index: 1;
}
.testimonial-box .icon {
  position: absolute;
  top: 32px;
  left: 80px;
  opacity: 0.3;
  width: 54px;
  height: auto;
}
.testimonial-box .icon img {
  width: 100%;
  height: auto;
}
.testimonial-box .text-box {
  max-width: 506px;
  margin: 0 auto;
  text-align: center;
  font-size: 26px;
  line-height: 1.730;
}
.testimonial-box .name {
  display: block;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--primary);
  padding-top: 25px;
  text-align: right;
}

.home-testimonial .swiper-wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.home-testimonial .home-testimonial-pagination {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  justify-content: center;
}
.home-testimonial .home-testimonial-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0;
  background: var(--primary);
}
.home-testimonial .home-testimonial-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
  opacity: 0.3;
}
/* === testimonial === */

/* === home-blog === */
.home-blog .title-wrap {
  max-width: 860px;
}
/* === home-blog === */

/* === newsletter === */
.newsletter .bg-image {
  position: absolute;
  inset: 0;
  background: #230024;
  overflow: hidden;
}
.newsletter .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: hard-light;
  opacity: 0.3;
}
.newsletter-form > p {
  display: none;
}
.newsletter-form .form-row {
  display: flex;
  margin: 0 ;
}
.newsletter-form .form-row .form-group {
  width: 100%;
}
.newsletter-form .input-box input,
.newsletter-form .form-control {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  border: 1px solid var(--white);
  padding: 10px 29px;
  height: 82px;
  background: transparent;
  color: var(--white);
}
.newsletter-form .input-box input::-webkit-input-placeholder,
.newsletter-form .form-control::-webkit-input-placeholder {
  color: var(--white);
}
.newsletter-form .input-box input:-moz-placeholder,
.newsletter-form .form-control:-moz-placeholder {
  color: var(--white);
}
.newsletter-form .input-box input::-moz-placeholder,
.newsletter-form .form-control::-moz-placeholder {
  color: var(--white);
}
.newsletter-form .input-box input:-ms-input-placeholder,
.newsletter-form .form-control:-ms-input-placeholder {
  color: var(--white);
}
.newsletter-form .input-box input::placeholder,
.newsletter-form .form-control::placeholder {
  color: var(--white);
}
.newsletter-form .input-box {
  width: 100%;
}
.newsletter-form .btn-wrap {
  flex-shrink: 0;
  min-width: 328px;
}
.newsletter-form .btn-wrap .btn {
  height: 82px;
  width: 100%;
}
/* === newsletter === */

/* === let-chat === */
.let-chat {
  background: var(--white);
}

/* === let-chat === */

/* === FOOTER === */
.footer-wrap {
  background: var(--black);
  border-bottom: 5px solid var(--primary-900);
}

.footer-wrap .footer-logo a {
  display: inline-flex;
  width: clamp(180px, 19.87vw, 314px);
  transition: var(--transition);
}
.footer-wrap .footer-logo a img {
  width: 100%;
}
.footer-wrap .about-block {
  max-width: 392px;
  color: #c2c2c2;
  opacity: 0.7;
  font-size: 13px;
  line-height: 1.846;
}
.footer-wrap .footer-menu h3 {
  color: var(--primary);
  padding-bottom: 34px;
  font-family: var(--font-outfit);
  font-weight: 500;
}
.footer-wrap .footer-menu ul {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
}
.footer-wrap .footer-menu ul li {
  display: inline-flex;
}
.footer-wrap .footer-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  column-gap: 12px;
  color: #c2c2c2;
  transition: var(--transition);
}
.footer-wrap .footer-menu ul li a:hover {
  color: var(--primary);
}
.footer-wrap .footer-menu ul li a .icon {
  margin-top: 5px;
}

.footer-wrap .footer-menu.contact ul li a {
  font-weight: 400;
}
.footer-wrap .footer-menu.contact ul li a .icon {
  color: var(--primary);
}

.footer-wrap .footer-menu .social ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 12px;
}
.footer-wrap .footer-menu .social ul li {
  display: inline-flex;
}
.footer-wrap .footer-menu .social ul li a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #c2c2c2;
}
.footer-wrap .footer-menu .social ul li a .icon {
  margin-top: 0;
}
.footer-wrap .footer-menu .social ul li a:hover {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--white);
}

.footer-wrap .footer-bottom {
  font-size: 15px;
  line-height: 1.6;
  color: var(--black);
  text-align: center;
  background: var(--white);
}
.footer-wrap .footer-bottom p + p {
  padding: 0;
}
.footer-wrap .footer-bottom .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 15px;
}
.footer-wrap .footer-bottom a {
  color: currentColor;
  transition: var(--transition);
}
.footer-wrap .footer-bottom a:hover {
  color: var(--primary);
}
.footer-wrap .footer-bottom .link {
  display: inline-flex;
  column-gap: 24px;
  row-gap: 10px;
}
.footer-wrap .footer-bottom .link li {
  display: inline-flex;
}
.footer-wrap .footer-bottom .link li a {
  display: inline-flex;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
.footer-wrap .footer-bottom .link li a{
  display: inline-block;
  transition: var(--transition);
}
.footer-wrap .footer-bottom .link li a:hover{
  color: var(--primary);
}

/* === FOOTER === */

/* === about-content === */
.about-content.is-reverse .about-content-row {
  flex-direction: row-reverse;
}
.about-content-row {
  margin: 0 -70px;
  row-gap: var(--size-75);
}
.about-content-img {
  padding: 0 70px;
  width: 46.028%;
}
.about-content-text {
  padding: 0 70px;
  width: 53.972%;
}

.about-content-text .title-wrap .sub-title {
  color: var(--primary);
}

.about-content-img {
  position: relative;
}
.about-content-img .img-cover {
  aspect-ratio: 1/1.31864;
}
.about-content-img .img-cover img {
  width: 100%;
  height: 100%;
}

.about-content-img .image-shape {
  position: absolute;
  aspect-ratio: 1/1.03821;
  overflow: hidden;
  border: 22px solid var(--white);
  width: clamp(140px, 19.87vw, 314px);
}


.about-content-text .content-box {
  line-height: 1.6666;
}
.about-content-text .content-box p + p {
  padding-top: var(--size-30);
}

.about-content.is-reverse .about-content-img  .image-shape {
  left: 0;
  bottom: -2px;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 clamp(40px, 6.08vw, 96px) 0 0;
}
.about-content:not(.is-reverse) .about-content-img  .image-shape {
  top: 0;
  right: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0 0 0 clamp(40px, 6.08vw, 96px);
}

/* === about-content === */

/* === introduction-section === */
.introduction-section .title-wrap .h1 {
  max-width: 802px;
  margin: 0 auto;
}
.introduction-section .title-wrap .sub-text {
  max-width: 1082px;
  margin: 0 auto;
}
/* === introduction-section === */

/* === call us === */
.call-us {
  position: relative;
}
.call-us .inner {
  position: relative;
}
.call-us .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 140px;
}
.call-us .bg-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary);
  opacity: 0.6;
}
.call-us .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* === call us === */

/* === our-process === */
.our-process {
  background: var(--gray-600);    
}
.our-process .title-wrap {
  max-width: 1440px;
  margin: 0 auto;
}
.process-box {
  height: 100%;
  color: var(--black);
  line-height: 1.666;
  padding: 55px 40px;
  background: var(--white);
}
.process-box .icon {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: var(--primary);
  width: 64px;
  height: 64px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  border: 1px dashed currentColor;
}
.process-box h3{
  line-height: 1.333;
  padding: 44px 0 18px;
  color: var(--primary);
}
/* === our-process === */

/* === why-choose-us === */
.choose-us-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -70px;
}
.choose-us-row .col-left {
  padding: 0 70px;
  width: 53.6%;
}
.choose-us-row .col-right {
  padding: 0 70px;
  width: 46.4%;
}
.choose-us-row .col-right .choose-us-img {
  position: relative;
}
.choose-us-row .choose-us-img.img-cover {
  aspect-ratio: 1/1.2457;
}

.why-choose-us .choose-us-content {
  max-width: 1050px;
  margin: 0 auto;
}
.why-choose-us .choose-us-content p span{
  font-weight: 700;
  color: var(--primary);
}
/* === why-choose-us === */

/* === service === */
.service-content-img {
  position: relative;
  line-height: 1.666;
  padding: var(--size-80);
  border: 1px solid transparent;
  background: linear-gradient(270deg, #FFFFFF 0%, #FFF5FF 100%) padding-box, linear-gradient(90deg, #E1B1E1 0%, rgba(225,177,225,0) 100%) border-box;
  border-radius: var(--size-20);
}
.service-content-img.is-reverse {
  border: 1px solid transparent;
  background: linear-gradient(90deg, #FFFFFF 0%, #FFF5FF 100%) padding-box, linear-gradient(270deg, #E1B1E1 0%, rgba(225,177,225,0) 100%) border-box;
}
.service-content-img .service-content-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}
.service-content-img.is-reverse .service-content-row {
  flex-direction: row-reverse;
}

.service-content-img .service-img {
  aspect-ratio: initial;
  min-height: 412px;
  height: 100%;
  width: 100%;
}
.service-content-img .service-content-left {
  padding: 0 40px;
  width: 51.833%;
}
.service-content-img .service-content-right {
  padding: 0 40px;
  width: 48.167%;
}
.service-content-img .title-wrap {
  padding-bottom: 25px;
  position: relative;
}
.service-content-img .title-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 2px;
  background: var(--primary);
}
.service-content-img .title-wrap .sub-text {
  font-size: var(--h4);
  font-weight: 700;
  color: var(--black);
  display: block;
  padding-top: 10px;
} 
.service-content-img .service-content-title {
  position: relative;
  color: var(--primary);
}

.service-slider {
  border-radius: 16px;
  overflow: hidden;
}

.service-slider .service-slider-pagination {
  position: absolute;
  bottom: var(--size-30);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  column-gap: 5px;
  z-index: 1;
  opacity: 1;
}
.service-slider .service-slider-pagination .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: var(--white);
  margin: 0;
  opacity: 0.3;
}
.service-slider .service-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  opacity: 1;
}

.service-slider .service-img {
  min-height: 525px;
}

/* === vip-partners === */
.partner-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #DFDFDF;
  border-radius: 18px;
  overflow: hidden;
}
.partner-card .partner-img {
  height: 240px;
  display: grid;
  place-items: center;
  position: relative;
  flex-shrink: 0;
  background: #dbc5dc;
  z-index: 1;
}
.partner-card .partner-img img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.partner-card .partner-info {
  position: relative;
  height: 100%;
  padding: var(--size-40);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.partner-card .partner-info::after {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 28px;
  background: #D9D9D9;
  filter: blur(54px);
  border-radius: 100%; 
}
.partner-card .partner-info h3 {
  color: var(--primary);
}
.partner-card .partner-info .btn-wrap {
  margin-top: auto;
}
.vip-partners {
  background: var(--gray-600);
}
.vip-partners .title-wrap {
  max-width: 1036px;
}
.vip-partners .partners-list {
  margin: 0 -12px;
  row-gap: 56px;
}
.vip-partners .partners-list > li {
  padding: 0 12px;
}
/* === vip-partners === */
/* === giveaway-wrap === */

.form-wrap {
  padding: var(--size-40);
  background: var(--white);
}
.form-row {
  display: flex;
  margin: 0 -10px;
  row-gap: 20px;
}
.form-row > div {
  padding: 0 10px;
}
.form-row .form-group {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.form-row .form-group .label {
  font-size: 18px;
  line-height: 1.666;
  font-weight: 400;
  color: var(--black);
}
.form-row .form-group .form-control {
  height: 70px;
  background: #F6F6F6;
  border-radius: 0;
  border: 0;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.666;
  font-weight: 400;
  box-shadow: none;
  outline: none;
}
  .form-row .form-group textarea.form-control {
    height: auto;
    min-height: 120px;
  }

.giveaway-wrap {
  background: var(--gray-600);
}
.giveaway-wrap .title-wrap h2 {
  max-width: 1036px;
  margin: 0 auto;
}
.giveaway-form > .row {
  margin: 0 -20px;
  row-gap: 30px;
}
.giveaway-form > .row > div {
  padding: 0 20px;
}
/* === giveaway-wrap === */
/* === blog === */
.pagination {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}

.pagination li :is(button, a) {
  display: grid;
  place-items: center;
  height: 47px;
  border: 1px solid #D9D9D9;
  font-family: var(--font-base);
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  padding: 10px 20px;
  border-radius: 10px;
  color: var(--black);
  background: transparent;
  transition: var(--transition);
}

.pagination li :is(button, a):is(:hover, .current) {
  color: var(--white);
  background: var(--primary);
  border-color: var(--primary);
}

.blog-single .blog-img {
  aspect-ratio: 1/0.4940;
}

.blog-single .blog-meta ul {
  display: inline-flex;
  flex-wrap: wrap;
  row-gap: 12px;
}
.blog-single .blog-meta ul li {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: var(--black);
}
.blog-single .blog-meta ul li:not(:last-child)::after {
  content: "|";
  margin: 0 23px;
}
.blog-single .blog-content :is(h3, h4, h5, h6, ul, ol) {
  padding: 30px 0 10px; 
  font-weight: 700;
}
.blog-single .blog-content :is(h3, h4, h5, h6, ul, ol):last-child {
  padding-bottom: 0;
}
.blog-single .blog-content :is(h3, h4, h5, h6, ul, ol):first-child {
  padding-top: 0;
}
.blog-single .blog-content :is(h3, h4, h5, h6) + :is(ul, ol){
  padding-top: 0;
}

.blog-single .blog-content h3,
.blog-single .blog-content p {
  font-size: 18px;
  line-height: 1.666;
  color: var(--black);
}
.blog-single .blog-content p + p {
  padding-top: 15px;
}
.blog-single .blog-content .category {
  display: flex;
  flex-wrap: wrap;
  gap: var(--size-20);
}
.blog-single .blog-content .category li {
  display: inline-flex;
  padding: 0;
}
.blog-single .blog-content .category li::after,
.blog-single .blog-content .category li::before {
  display: none;
}

.blog-single .blog-content .category li a {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: var(--black);
  background: var(--img);
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
}
.blog-single .blog-content .category li a:hover{
  color: var(--white);
  background: var(--primary);
}

.blog-single .blog-content a {
  display: inline-block;
  color: var(--primary);
  text-decoration: underline;
  transition: var(--transition);
}
.blog-single .blog-content a:hover {
  color: var(--primary);
}
.blog-single .blog-content :is(ul, ol) li {
  font-weight: 400;
}
.blog-single .blog-content.bullet > ul li:before {
  top: 12px;
  width: 5px;
  height: 5px;
  background: currentColor;
}
.blog-single .blog-content.bullet > ol li {
  margin-bottom: 0;
}
.blog-single .blog-content.bullet > ol li:before {
  color: currentColor;
}

/* === blog === */


/* common-content-box */

/*==============================================================
    VIP Perks Section
==============================================================*/

.bg-gray{
  background-color: var(--gray-600);
}
.vip-card-box {
  background-color: var(--gray-600);
  border-radius: var(--size-30);
  padding: var(--size-50) var(--size-60);
} 
.vip-logo-box {
  background-color: var(--white);
  border-radius: var(--size-20);
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.vip-perk-grid {
  /* display: flex; */
  /* flex-wrap: wrap; */
  justify-content: center;
}
.vip-perk-grid li {
  width: 25%;
}
.vip-perk-item {
  height: 100%;
  background-color: var(--white);
  border-radius: var(--size-20);
  padding: 30px;
  text-align: center;
  color: var(--primary);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 4px 15px rgba(0,0,0,0.05); */
  font-size: 18px;
  line-height: 1.4;
}

.perk-list-box {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.perk-list-item {
  border: 1px solid var(--primary);
  border-radius: 10px;
  padding: 20px;
  font-weight: 600;
  color: var(--black);
  background-color: var(--white);
}

.exclusive-perks .img-cover {
  aspect-ratio: initial;
  padding-bottom: initial;
  height: 100%;
  min-height: 300px;
}

.plan-your-night-box {
  background-color: var(--gray-600);
  border-radius: var(--size-30);
  padding: var(--size-70) var(--size-100);
}
.social-links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  grid-gap: 20px;
}
.social-item {
  background-color: var(--white);
  border-radius: var(--size-20);
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
  /* width: 140px; */
  font-weight: 600;
  color: var(--black);
  transition: var(--transition);
  border: 1px solid #dfdfdf;
}
.social-item:hover {
  transform: translateY(-5px);
  color: var(--primary);
}

.max-w-650 {
  max-width: 650px;
}
.object-cover {
  object-fit: cover;
}
.text-primary-color {
  color: var(--primary) !important;
}
.social-connect-box {
  gap: 20px;
  padding-left: 20px;
}

.common-content-box :is(p, li) {
  font-size: var(--h5);
  line-height: 1.5;
  margin: 0 0 22px;
  /* color: var(--gray-500); */
}
.common-content-box p + p {
  padding: 10px 0 0;
}

.common-content-box img {
  width: 100%;
  margin: 30px 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.common-content-box :is(p, img, h1, h2, h3, h4, h5, h6, ol, ul):first-child {
  padding-top: 0;
  margin-top: 0;
}

.common-content-box :is(p, img, h1, h2, h3, h4, h5, h6, ol, ul):last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.common-content-box :is(p, h1, h2, h3, h4, h5, h6, ol, ul)+img {
  margin-top: 10px;
}

.common-content-box img+ :is(h1, h2, h3, h4, h5, h6, ol, ul) {
  margin-top: 0;
}

.common-content-box h3 {
  font-size: clamp(22px, 1.77vw, 34px);
  padding-bottom: clamp(20px, 1.04vw, 20px);
}

.common-content-box h4 {
  font-size: clamp(20px, 1.46vw, 28px);
  padding-left: 15px;
  padding-bottom: clamp(10px, 0.68vw, 13px);
}

.common-content-box ul {
  display: flex;
  flex-direction: column;
}

.common-content-box>ul li {
  font-size: var(--h5);
  line-height: 1.625;
  padding-left: 35px;
  position: relative;
  margin-bottom: 16px;
}

.common-content-box>ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  width: clamp(24px, 1.46vw, 28px);
  height: clamp(24px, 1.46vw, 28px);
  background: url(../images/icons/bullet-icon.svg) no-repeat center / contain;
}

.common-content-box>ul li strong {
  display: block;
}

/* common-content-box */

.request-quote .img-cover {
  aspect-ratio: initial;
  padding-bottom: initial;
  height: 100%;
  min-height: 300px;
}