
body {
  font-family: "Outfit", sans-serif;
  margin: 0px;
  padding: 0px;
  margin: 0;

  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
* {
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

a {
  text-decoration: none;
}

p {
  color: #200022;
  font-size: 1.2rem;
  line-height: 1.7rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-align-right {
  text-align: right;
}

h1 {
  font-size: 3.125rem;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.75rem;
  line-height: 2.5rem;
}

/* BUTTON */

/* button {
     border: none;
     background: #234df0;
     color: #fff;
     border-radius: 50px;
     padding: 16px 50px;
     font-size: 1.1rem;
     font-family: 'Plus Jakarta Sans';
     font-weight: 600;
     cursor: pointer;
     display: flex;
     justify-content: center;

     transition: all 0.35s;
     box-sizing: border-box;
} */

/* menu */
.header-section {
  position: absolute;
  padding: 36px 40px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 9;
  top: 0px;
}

.logo {
  width: 146px;
}

.right-menu-lng {
  background: #e4bbd3;
  border-radius: 30px;
  margin-right: 75px;
  height: 30px;
  display: flex;
  padding: 2px;
  overflow: hidden;
  margin-top: 20px;
}

.en {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  background: #500b51;
  border-radius: 30px 0px 0px 30px;
  padding: 0px 8px;
  line-height: 26px;
  padding-left: 10px;
}
.ar {
  margin-left: 2px;
  font-size: 13px;
  font-weight: 500;
  color: #500b51;
  background: #e4bbd3;
  border-radius: 0px 30px 30px 0px;
  padding: 0px 8px;
  line-height: 26px;
  padding-right: 10px;
}
.ar:hover {
  background: #500b51;
  color: #fff;
}

/* Loader Overlay */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #500b51;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#loader-content {
  text-align: center;
}

.loader-logo {
  width: 150px; /* Adjust as needed */
}

.loader-spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

body.loaded #loader-wrapper {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

/* discover */
#next-section {
  background-image: linear-gradient(
    to top,
    #f7e8f0,
    #f8ebf2,
    #f9eff5,
    #faf2f7,
    #fbf5f9
  );
}
#discover {
  position: relative;
  background: url(../images/cultural.png) no-repeat;
  background-position: bottom left;
  padding: 10rem 0rem;
  z-index: 9;
  position: relative;
  padding-bottom: 12rem;
}

.discover-pattern {
  background: url(../images/discover-pattern.png) repeat-x;
  background-position: bottom;
}

.txt-rig {
  text-align: right;
}

h2 {
  font-size: 4rem;
  font-weight: 700;
  color: #500b51;
}
h3 {
  font-size: 2.7rem;
  font-weight: 300;
  color: #200022;
  line-height: 3rem;
  margin-top: 10px;
}

/* key feature */

/* .about-title {
	font-size: 7.5rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	position: absolute;
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	white-space: nowrap;
	font-family: "Arial Black", "Arial Bold", Arial, sans-serif;
	background: linear-gradient(
		to bottom,
		rgb(8 42 123 / 35%) 30%,
		rgb(255 255 255 / 0%) 76%
	);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
} */

.carousel-container {
  width: 100%;
  height: 580px;
  position: relative;
  perspective: 1000px;
  margin-top: -60px;
}

.carousel-track {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card {
  position: absolute;
  width: 270px;

  background: none;
  border: none;
  /* border-radius: 20px; */
  overflow: hidden;
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); */
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.card img {
  width: 100%;
  /* height: 100%;
	object-fit: cover; */
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card.center {
  z-index: 10;
  transform: scale(1.1) translateZ(0);
}

.card.center img {
  filter: none;
}

.card.left-2 {
  z-index: 1;
  transform: translateX(-400px) scale(0.8) translateZ(-300px);
  opacity: 0.7;
}

.card.left-2 img {
  filter: grayscale(100%);
}

.card.left-1 {
  z-index: 5;
  transform: translateX(-200px) scale(0.9) translateZ(-100px);
  opacity: 0.9;
}

.card.left-1 img {
  filter: grayscale(100%);
}

.card.right-1 {
  z-index: 5;
  transform: translateX(200px) scale(0.9) translateZ(-100px);
  opacity: 0.9;
}

.card.right-1 img {
  filter: grayscale(100%);
}

.card.right-2 {
  z-index: 1;
  transform: translateX(400px) scale(0.8) translateZ(-300px);
  opacity: 0.7;
}

.card.right-2 img {
  filter: grayscale(100%);
}

.card.hidden {
  opacity: 0;
  pointer-events: none;
}

.member-info {
  text-align: center;
  margin-top: 20px;
  transition: all 0.5s ease-out;
}

.member-name {
  color: #500b51;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.member-role {
  color: #200022;
  font-size: 1rem;
  font-weight: 400;
  padding: 0px 0;
  margin-top: -5px;
  position: relative;
}
.dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 30px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(80, 11, 81, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: #500b51;
  /* transform: scale(1.2); */
}

.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: solid 1px #e4bbd3;
  background: none;
  color: #500b51;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  transition: all 0.3s ease;
  font-size: 2rem;
  outline: none;
}

.nav-arrow.left {
  background-color: rgba(229, 187, 211, 0.2);
  left: 20px;
}

.nav-arrow.left:hover {
  background-color: rgba(229, 187, 211, 1);
  transform: translateY(-50%) scale(1.1);
}
.nav-arrow.right {
  background-color: rgba(229, 187, 211, 0.2);
  right: 20px;
}

.nav-arrow.right:hover {
  background-color: rgba(229, 187, 211, 1);
  transform: translateY(-50%) scale(1.1);
}

#keyfeatures {
  background: url(../images/patern.png) repeat;
  padding: 8rem 0px;
}
.about-title {
  text-align: center;
}
h4 {
  font-size: 6rem;
  font-weight: 900;
  text-transform: uppercase;
  /** Text Gradient Example */

  color: #ffffff;
  background-image: linear-gradient(0deg, #ffffff 10%, #ebcadd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h6 {
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  background-image: linear-gradient(0deg, #f8ebf2 10%, #ffffff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h5 {
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  background-image: linear-gradient(0deg, #ffffff 0%, #ebcadd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* whoweare */
#whoweare {
  background-image: linear-gradient(
    to bottom,
    #f7e8f0,
    #f8ebf2,
    #f9eff5,
    #faf2f7,
    #fbf5f9
  );
  padding: 8rem 0px;
}

.heart-bg {
  background: url(../images/heart-bg.png) no-repeat;
  background-position: top right;
  background-size: 55% auto;
}
.strategy {
  margin-top: 60px;
}
.strategy-bx {
  text-align: center;
}
.strategy-bx .col-lg-3 {
  border-right: solid 1px #efdfe8;
  padding: 40px 20px;
}
.strategy-bx h3 {
  font-size: 26px;
  font-weight: 700;
  color: #500b51;
  padding-bottom: 10px;
  line-height: 30px;
}
.strategy-bx p {
  margin-top: 0px;
}
.no-bdr {
  border: none !important;
}

.ico {
  width: 110px;
  margin: 0 auto;
  margin-bottom: 20px;
}

#community {
  padding: 8rem 0px;
  padding-bottom: 0px;
}
.counterside {
  margin-top: 20px;
}

.counterside {
  border-bottom: solid 1px #efdfe8;
}

.counting {
  border-left: solid 1px #efdfe8;
  padding-left: 0px;
}

.counterside .txt-rig {
  text-align: right;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-top: 25px;
}

.conter-bx {
  display: flex;
  border-bottom: solid 1px #efdfe8;
  padding-left: 30px;
  align-items: center;
  padding: 15px 30px;
}
.conter-bx h1 {
  font-size: 7rem;
  font-weight: 100;
  color: #e4bbd3;
}

.conter-bx h2 {
  font-size: 2rem;
  font-weight: 200;
  color: #200022;
  padding-left: 20px;
}

.bdr-btm {
  border: none;
}

/* .counter {
  font-size: 48px;
  font-weight: bold;
  color: #000;
} */

#download {
  text-align: center;
  padding: 4rem 0px;
}

#download .btn-store {
  justify-content: center;
}

#download h2 {
  font-size: 2.5rem;
}

.marquee-row {
  width: 100%;
  overflow-x: hidden;
}
.marquee-block {
  position: relative;
  display: flex;
  width: 100%;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  justify-content: space-between;
}
.marquee-item-list {
  display: inline-flex;
}
.marquee-item-list li {
  width: 100%;
  list-style: none;
  padding-right: 60px;

  white-space: nowrap;
}
.marquee1 {
  animation-name: marquee1;
}
.marquee2 {
  animation-name: marquee2;
}
@keyframes marquee1 {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marquee2 {
  100% {
    left: 0;
  }
  0% {
    left: -100%;
  }
}
#mark ul {
  margin-bottom: 0px;
}
#mark {
  position: relative;
}
#mark h1 {
  font-size: 6rem;
  font-weight: 800;
  color: #500b51;
}

.shade-left {
  width: 80px;
  height: 115px;
  background: #ffffff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 30%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  left: 0px;
  z-index: 9;
}

.shade-right {
  width: 80px;
  height: 115px;
  background: #ffffff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 70%
  );
  position: absolute;
  right: 0px;
  z-index: 9;
}

#footer {
  border-top: solid 1px #efdfe8;
  padding: 20px 0px;
}

.logo-ftr {
  width: 140px;
}
.txt-right {
  text-align: right;
}
.txt-right p {
  font-size: 14px;
  color: #200022;
  margin-bottom: 0px;
}
.txt-right ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin-bottom: -10px;
  margin-top: 10px;
}

.txt-right ul li {
  padding-left: 20px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}
.txt-right ul li:hover {
  color: #500b51;
}

.scroll-animate {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.7s ease-out;
  will-change: transform, opacity;
}

.scroll-animate.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* inner */

/* .inner .right-menu-lng{ margin-right: 90px;} */
.inner .discover-pattern{padding-top: 100px; padding-bottom: 8rem;}
.inner h4{        color: #200022;
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-text-fill-color: unset;
    margin-bottom: 15px;}

.inner h5{       color: #200022;
    font-size: 1.5rem;
    margin-bottom: 14px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-text-fill-color: unset;}
.inner h3 {

    margin-bottom: 5px;
}
.inner ul{    margin-left: -10px;}
.inner ul li{    color: #200022;
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin-top: 10px;
    margin-bottom: 10px;}
    .inner a{ color: #832d85; font-weight: 500; }

    .inner i{ font-size: 1.2rem; color: #200022; }
    .bdr{ width: 100%; height: 1px; background: #e9c7db; margin: 15px 0px; }
.head-cntlr .header-section{background: #fbf5f9;  box-shadow: 0 20px 40px rgba(251, 245, 249, 0.90);position: relative;


; }


.mob-heart{ display: none; }
.mob-heart img{ width: 100%; }
   

