/* CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  position: relative;
  background: #060b18;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}
p {
  font-size: 20px;
  line-height: 1.4;
}
.hero_section {
  background: url("../images/banner_bg.png") no-repeat center center/cover;
  padding: 218px 0 31px;
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
}
.hero_content {
  color: #fff;
}
.hero_content p {
  width: 22%;
  margin: 0 auto 0 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}
h1.hero_title {
  font-size: 88px;
  line-height: 0.9;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  width: fit-content;
  margin: 0px auto;
  height: 300px;
  min-width: 10ch;
}

h1.hero_title div {
  width: fit-content;
}
.hero_content .wrap {
  width: fit-content;
  margin: 40px 0 0 auto;
}

.hero_content .wrap p {
  width: 38%;
  margin: 0 0 30px;
}
.hero_content .wrap a {
  color: #00c4f7;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.her0_ul_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 230px 0 0;
  gap: 40px;
}

ul.hero_ul {
  display: flex;
  flex: 1 0 45%;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

ul.hero_ul {
  display: flex;
  flex: 1 0 45%;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: url("../images/ul_borders.png") no-repeat center;
  padding: 25px 0;
  background-size: 100%;
}

ul.hero_ul p {
  font-size: 16px;
  width: 100%;
}

ul.hero_ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  justify-content: space-between;
  flex: 0 0 21%;
  text-align: center;
}
.hero_absolute_wrap.img_1::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -86%;
    background: url('../images/leftline.png') no-repeat center center;
    left: 150px;
    transform: rotate(26deg);
}
.hero_absolute_wrap.img_2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -86%;
    background: url('../images/rightline.png') no-repeat center center;
    right: 130px;
    transform: rotate(353deg);
}

span.num {
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 11px;
}

.counter {
  display: flex;
}

.counter .special {
  font-weight: 700;
  font-size: 16px;
}
.background--navy {
  background-color: var(--navy);
}

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

.spacer {
  height: 2000px;
}

.cardStacking {
  padding: 120px 0 141px 0;
  /*********/
}
.cardStacking__intro {
  margin-bottom: 100px;
}
.cardStacking .stackCard {
  border-radius: 40px;
  background: linear-gradient(90deg, #c7defe 0%, #e7e7f2 100%);
  margin-bottom: 50px;
  padding: 106px 135px 126px 77px;
  /* CONTENT */
}
.cardStacking .stackCard:first-child {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.16);
}
.cardStacking .stackCard__content-header {
  margin-bottom: 10px;
}
.big_bg {
  background: url("../images/secbg_1.png") no-repeat top center;
  background-size: 100%;
}
button.ul_btn {
  height: 100%;
  display: block;
  padding: 30px 10px;
  border-radius: 15px;
  color: #fff;
  text-decoration: underline;
  background: #00c4f7;
  font-size: 18px;
  font-weight: 700;
  width: 60%;
}
.hero_absolute_wrap.img_1 {
  width: 360px;
  height: 622px;
  padding: 10px;
  background: #fff;
}
.hero_absolute_wrap {
  width: 360px;
  /* height: 625px; */
  padding: 5px;
  background: #fff;
  position: absolute;
  top: 34%;
}
.hero_absolute_wrap.img_1 {
  left: -4%;
  transform: rotate(340deg);
}
.hero_absolute_wrap img {
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
}
.hero_absolute_wrap.img_2,
.hero_absolute_wrap.img_3 {
  right: -3%;
  transform: rotate(22deg);
  top: 29%;
  z-index: 1;
  background: #000;
  border: 5px solid #fff;
}
.hero_absolute_wrap.img_3 {
  top: 25%;
  right: 1%;
  transform: rotate(28deg);
}
.hero_absolute_wrap.img_2 img {
  transform: rotate(-19deg) translate(-35px, 10px);
  background: transparent;
}
.sce1_img_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.img_wrap {
  width: 100%;
  height: 100%;
}

.sce1_img_wrap .img_wrap {
  width: 100%;
  height: fit-content;
  position: relative;
  border-radius: 20px;
}

.sce1_img_wrap video {
  width: 100%;
  height: 860px;
  object-fit: cover;
  border-radius: 40px;
}
.sce1_img_wrap .img_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #d9d9d938;
  border-radius: 40px;
  padding: 30px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
h2.sec1_title {
  font-size: 64px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  font-family: poppins;
}

h2.sec1_title span {
  font-size: 30px;
}
.sec1_content {
  width: 100%;
  height: 100%;
  color: #fff;
}
.sec1_content h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin: 50px 0;
}

ul.sec1_ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  gap: 10px;
  margin: 260px 0 0;
  padding: 0;
}

ul.sec1_ul li {
  border: 1px solid #fff;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 15px;
}
.sec1_content h4 {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  margin: 50px 0 0;
}
.img_content h4 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
}
section.sec_2 {
  padding: 100px 0;
  margin: 0 0 60px;
}
.sec2_heading_wrap {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px;
}

.sec2_heading_wrap .title {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
}
.sec2_heading_wrap ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin: 0;
  list-style: none;
}
.gray_bg {
  padding: 0;
  background: #091a25;
  border-radius: 20px;
  height: fit-content;
  margin: 0 0 30px;
}

.sec2_content .content {
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sec2_content .content ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
button.glow_btn {
  padding: 20px 40px;
  border-radius: 20px;
  background: radial-gradient(#00c4f7, #0077ff);
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  border: 1px solid #00c4f7;
  color: #fff;
  box-shadow: 1px 16px 44px -12px #00c4f7b0;
  display: block;
}
.sec2_content .content ul li span {
  border: 1px solid #fff;
  padding: 5px 20px;
  border-radius: 20px;
}
.sec2_content .content p {
  margin: 50px 0;
}
.sec2_content .content h3 {
  font-size: 37px;
  line-height: 1;
}

li.scroll_box {
  width: 100%;
  height: fit-content;
  padding: 40px 60px;
  border-radius: 60px;
  color: #000;
  position: absolute;
  top: -90px;
  background: #fff;
  box-shadow: 0px 4px 114px 5px #000000;
}
li.scroll_box:nth-child(2) {
  top: 54px;
}
li.scroll_box:nth-child(3) {
  top: 219px;
  background: #00c4f7;
}

li.scroll_box .content_wrap ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  color: #fff;
  margin: 0;
  padding: 0;
}

li.scroll_box .content_wrap ul li {
  font-size: 20px;
  border: 1px solid #000;
  padding: 5px 40px;
  border-radius: 20px;
  font-weight: 400;
  color: #000;
}
li.scroll_box:nth-child(3)  .content_wrap ul li {

  border: 1px solid #fff;
  color: #fff;
}
h2.big_title {
  font-size: 183px;
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
  margin: 0px 0 20px;
}
li.scroll_box:nth-child(3) h2.big_title {
  color: #fff;
}
video.vd_1 {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 30px;
}
video.vd_2 {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 30px;
  margin: 5% 0 0;
  display: block;
}
h3.col_title {
  font-size: 64px;
  font-weight: 700;
  color: #000;
  line-height: 1;
}
li.scroll_box:nth-child(3) p ,
li.scroll_box:nth-child(3) h3.col_title {
  color: #fff;
}
h2.big_title {
  font-size: 183px;
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
  margin: 0px 0 10px;
  line-height: 1;
}
.text-wrap {
  width: 100%;
  height: 100%;
  align-content: center;
}

.text-wrap a {
  display: flex;
  align-items: center;
  gap: 50px;
}
li.scroll_box:nth-child(3) .text-wrap a {
  color : #fff;
}
ul.scroll_ul {
  list-style: none;
  position: relative;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.sec_3.scroll {
  background: url("../images/secbg_2.png") no-repeat bottom;
  background-size: 100%;
  padding: 20px 0px !important;
  height: 120vh !important;
  position: relative;
  isolation: isolate;
}
.big_bg2 {
  background: url("../images/secbg_3.png") no-repeat top center;
  background-size: 100% 100%;
  padding: 0 0 90px;
  overflow-x: hidden;
}
.sec4_heading.text-center h2 {
  font-size: 54px;
  color: #fff;
  font-weight: 700;
}

.sec4_heading.text-center {
  color: #fff;
  margin: 0 0 100px;
  align-content: center;
}
.sec4_heading.text-center p {
  color: #585c65;
  margin: 0 auto 10px;
  width: 50%;
}
.sec4_heading.text-center ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 40px;
  margin: 40px 0 0;
  padding: 0;
}
.hero_section::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 60%;
  height: 80%;
  background: url("../images/Group.png") no-repeat left;
  background-size: contain;
  z-index: -1;
}
section.sec_3{
  position: relative;
}
section.sec_3::after {
  content: "";
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: 30%;
  /* background: url("../images/shadow.png") no-repeat center center; */
  background-size: 100%;
  z-index: -1;
}
.slider-wrap {
  width: 100%;
  overflow: visible;
}

.collec_slider .slick-slide {
  backface-visibility: hidden;
  will-change: transform;
}
.collec_slider {
  max-width: 100%;
  margin: 440px auto 50px;
  padding: 0 !important;
  list-style: none;
  perspective: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
}

.collec_slider li {
  transform-style: preserve-3d;
  transition: transform 0.5s ease;
  padding: 20px;
}

.collec_card {
  background: #1a1a1a;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transform: scale(0.9);
  transition: all 0.3s ease;
  position: relative;
  width: 360px;
  max-width: 360px;
}

.collec_slider .slick-center .collec_card {
  transform: scale(1.05) rotateY(0deg);
  z-index: 10;
}

.collec_card .img_wrap img {
  width: 100%;
  display: block;
  height: 480px;
  object-fit: cover;
  transition: all 1s ease;
}

.collec_card .content {
  padding: 15px;
  text-align: center;
  color: white;
  display: none;
  position: absolute;
  z-index: 9;
  width: 100%;
  height: fit-content;
  bottom: 0;
  background: #111111;
  box-shadow: 1px 1px 55px 20px #000;
  transition: .5 ease all;
}

.collec_card h3 {
  margin: 10px 0 5px;
}

.collec_card p {
  font-size: 14px;
  opacity: 0.8;
}

.slick-prev:before,
.slick-next:before {
  color: white;
  font-size: 30px;
}
.collec_slider li {
  transition: transform 0.5s ease,  0.5s ease;
  transform: perspective(1000px) rotateY(0deg) scale(0.9);
  opacity: 1;
}
.collec_slider .slick-center {
  transform: perspective(1000px) rotateY(0deg) scale(1) translateX(-107px);
  opacity: 1;
  z-index: 10;
  width: fit-content !important;
}

.collec_slider li.left-rotate {
  transform: perspective(1000px) rotateY(44deg) scale(0.9) translateX(-199px);
  opacity: 1;
  z-index: 1;
}
.collec_slider li.left-rotate-1 {
  transform: perspective(1000px) rotateY(44deg) scale(0.9) translateX(-182px);
  opacity: 1;
  z-index: 1;
}
.collec_slider li.left-rotate-2 {
  transform: perspective(1000px) rotateY(44deg) scale(0.9) translateX(-122px);
  opacity: 1;
  z-index: 1;
}


.collec_slider li.right-rotate {
  transform: perspective(1000px) rotateY(-44deg) scale(0.8) translateX(-36px) translateZ(221px);
  opacity: 1;
  z-index: -1;
  position: relative;
}


.collec_slider li.right-rotate-1 {
  transform: perspective(1000px) rotateY(-44deg) scale(0.8) translateX(-36px) translateZ(221px);
  opacity: 1;
  z-index: -2;
  position: relative;
}
.collec_slider li.right-rotate-2 {
  transform: perspective(1000px) rotateY(-44deg) scale(0.8) translateX(-36px) translateZ(221px);
  opacity: 1;
  z-index: -3;
  position: relative;
}
.slick-center .collec_card .img_wrap img {
    width: 100%;
    display: block;
    /* height: 100%; */
    object-fit: cover;
    padding: 10px;
    border-radius: 30px;
}
.collec_slider .slick-prev, .collec_slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -210px;
}
.collec_slider  .slick-prev {
    left: -65px;
}
.collec_slider .slick-next {
    right: -55px;
}
.slick-center .collec_card .content{
    display: block;
}
.sec5_heading {
    text-align: center;
    color: #fff;
    margin: 0 0 30px;
}

.sec5_heading h2 {
    font-size: 54px;
    line-height: 1.2;
    font-weight: 700;
}

.sec5_heading p {
    color: #8A8C92;
    width: 66%;
    margin: 0 auto;
}
.testimonials {
  padding: 60px 30px;
}

.testimonial-slider {
  max-width: 1000px;
  margin: 0 auto;
}

.testimonial-card {
  background: linear-gradient(145deg, rgba(0,255,255,0.1), rgba(0,255,255,0.05));
  border-radius: 20px;
  padding: 30px;
  margin: 0 10px;
  color: #ccc;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.2);
  position: relative;
}

.testimonial-card .quote {
  font-size: 1.2rem;
  font-weight: bold;
  color: #00f6ff;
}

.testimonial-card .author {
  margin-top: 20px;
  font-weight: bold;
}

.slick-prev, .slick-next {
  color: #00f6ff !important;
  z-index: 1;
}

.slick-dots li button:before {
  color: #00f6ff;
}


.slick-slide .testi_card {
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    animation: ce;
    row-gap: 20px;
    background: linear-gradient(145deg, rgba(0, 255, 255, 0.1), rgba(0, 255, 255, 0.05));
    border-radius: 0px 20px;
    padding: 30px 20px;
    margin: 0 10px;
    color: #fff;
    /* box-shadow: 0 0 20px rgba(0, 255, 255, 0.2); */
    position: relative;
    backdrop-filter: blur(6px) !important;
    border: 2px solid #052e3e;
}

.testi_card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.testi_card ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.user_info h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
}

.user_info h5 {
    font-size: 18px;
    font-weight: 400;
}

ul.testi_slider {
    list-style: none;
}
ul.testi_slider.slick-initialized.slick-slider.slick-dotted {
    margin: 0 !important;
    padding: 0;
}
section.sec_5 {
    position: relative;
    /* overflow-x: hidden; */
    padding: 40px 0;
}
.testi_slider .slick-prev {
    left: 40%;
    top: 102%;
}
.testi_slider .slick-next {
    right: 40%;
    top: 102%;
}
.testi_slider .slick-slide {
  transition: transform 0.4s ease;
  /* transform: scale(1); */
  opacity: 0.5;
  margin: 0 15px !important;
  padding: 100px 0px;
  width: fit-content !important;
}

.testi_slider .slick-center {
  transform: scale(1);
  z-index: 2;
  opacity: 1;
}
.testi_slider  .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 20px; */
}
.testi_slider .slick-dots li button:before {
    font-size: 16px;
    line-height: 22px;
}
.testi_slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #00c4f7;
}
.footer_wrap {
    padding: 80px 70px;
    backdrop-filter: blur(5px);
    background: #061c2885;
    border-radius: 40px;
    box-shadow: inset 0px 0px 9px -3px #C9CACC;
    margin: 60px 0 0;
}
.footer_wrap h3 {font-size: 18px;line-height: 1.2;color: #fff;}

.footer_left ul {
    display: flex;
    list-style: none;
    color: #fff;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 51%;
    flex-wrap: wrap;
    margin: 30px 0;
}
.footer_right ul {list-style: none;padding: 0;color: #fff;}


ul.loca {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 120px 0 0;
}

ul.loca li {
    flex: 0 0 45%;
}



ul.lang ul {
    display: flex;
    justify-content: flex-end;
    animation: ce;
}
ul.lang {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}
header {
    position: absolute;
    z-index: 999;
    width: 73%;
    left: 0;
    right: 0;
    margin: 20px auto 0;
    padding: 7px;
    background: #ffffff12;
    backdrop-filter: blur(10px);
    border-radius: 50px;
    box-shadow: inset 0px 2px 13px -4px #fff;
}
nav#mainNavbar {
    padding: 10px 29px;
}
nav .btn-primary {
    background: #00C4F7;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 700;
}
ul.hero_ul.ul2 {
    justify-content: space-between;
}

ul.hero_ul.ul2 img {
    height: 50px;
    width: 360px;
    object-fit: contain;
}

ul.hero_ul.ul2 li:nth-child(1) {
    flex: 0 0 30%;
}

ul.hero_ul.ul2 li:nth-child(2) {
    flex: 0 0 70%;
}
img.logo_img {
    margin: 120px 0 0;
}

/* Horizontal Scroll Section Styles */
.horizontal-scroll-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: #000;
    color: #fff;
}

.horizontal-scroll-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.horizontal-scroll-content {
    position: absolute;
    display: flex;
    height: 100%;
    width: fit-content;
    padding: 0 10vw;
}

.scroll-item {
    position: relative;
    width: 80vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2vw;
}

.item-content {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.item-content:hover {
    transform: translateY(-10px);
}

.item-content h3 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #fff;
}

.item-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.8);
}

.item-content img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .scroll-item {
        width: 100vw;
    }
    
    .item-content h3 {
        font-size: 2rem;
    }
    
    .item-content p {
        font-size: 1rem;
    }
}

/* Stacked Scroll Section Styles */
.stacked-scroll-section {
    min-height: 100vh;
    background-color: #f8f9fa;
    padding: 50px 0;
    overflow: hidden;
}

.cards-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.card {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    margin: 20px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.3s ease;
}

.card-content {
    position: relative;
    z-index: 1;
}

.card h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

.card p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

/* Stack Over Animation Section */
.stack-over-section {
    position: relative;
    min-height: 100vh;
    background-color: #f8f9fa;
    overflow: hidden;
    padding: 50px 0;
}

.stack-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.stack-item {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    opacity: 0;
    transform: translateY(100%);
    transition: background-color 0.5s ease;
}

.stack-item.active {
    opacity: 1;
    transform: translateY(0);
}

.stack-content {
    max-width: 800px;
    width: 100%;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.5s ease;
}

.stack-item.active .stack-content {
    transform: translateY(0);
    opacity: 1;
}

.stack-content h2 {
    font-size: 3rem;
    color: #fff;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.stack-content p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.stack-image {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
}

.stack-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: transform 0.5s ease;
}

.stack-item.active .stack-image img {
    transform: scale(1);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .stack-content {
        padding: 2rem;
    }

    .stack-content h2 {
        font-size: 2.5rem;
    }

    .stack-content p {
        font-size: 1rem;
    }

    .stack-image {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .stack-content {
        padding: 1.5rem;
    }

    .stack-content h2 {
        font-size: 2rem;
    }

    .stack-content p {
        font-size: 0.9rem;
    }

    .stack-image {
        height: 250px;
    }
}

/* Stack Over Animation Styles */
.stack_wrap {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: #f8f9fa;
    overflow: hidden;
}

.section {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cards-section {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.to-stay-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    pointer-events: none;
}

.cards {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.card {
    position: relative;
    width: 100%;
    max-width: 800px;
    padding: 2rem;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform-origin: center center;
    transition: transform 0.3s ease, opacity 0.3s ease;
    cursor: pointer;
}

.card:hover {
    transform: scale(1.02);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .cards-section {
        padding: 1rem;
    }

    .card {
        padding: 1.5rem;
    }

    .to-stay-card {
        font-size: 1.5rem;
    }
}
/* Responsive Styles */
@media (max-width: 1440px) {
  nav .btn-primary {
    font-size: 15px;
}
.hero_content p {
  width: 32%;
}
.hero_absolute_wrap.img_1 {
  width: 290px;
  height: 492px;
}
.hero_absolute_wrap.img_1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero_absolute_wrap {
  width: 270px;
}
h1.hero_title {
  font-size: 80px;
}
ul.hero_ul.ul2 li:nth-child(1) {
  flex: 0 0 20%;
}
li.scroll_box {
  width: 100%;
  height: fit-content;
}
h2.big_title {
  font-size: 163px;
}
.hero_absolute_wrap.img_1::before {
    width: 50%;
    height: 60%;
    top: -53%;
    left: 130px;
    background-size: 50%;
}
.hero_absolute_wrap.img_2::before {
    top: -86%;
    right: 80px;
    background-size: 40%;
}
a.nav-link {
    font-size: 14px;
    padding: 0 5px !important;
}
.sce1_img_wrap video {
    height: 790px;
}
ul.sec1_ul {
    margin: 120px 0 0;
}
}
@media (max-width: 1200px) {
  .collec_slider li.right-rotate-1 {
    transform: perspective(1000px) rotateY(-44deg) scale(0.8) translateX(-36px) translateZ(261px);
    opacity: 1;
    z-index: -2;
    position: relative;
}
.collec_slider li.left-rotate-1 {
    transform: perspective(1000px) rotateY(44deg) scale(0.9) translateX(-82px);
    opacity: 1;
    z-index: 1;
}
  .hero_absolute_wrap.img_1 {
    width: 280px;
    height: 402px;
    top: 46%;
}
h1.hero_title {
  font-size: 70px;
}
h2.sec1_title {
  font-size: 54px;
}
.sec2_content .content h3 {
  font-size: 27px;
  line-height: 1;
}
h2.big_title {
  font-size: 123px;
  text-align: center;
}
.collec_slider .slick-next {
    right: -25px;
}
.collec_slider  .slick-prev {
    left: -37px;
}
.hero_absolute_wrap.img_1::before {
    top: -53%;
    left: 110px;
}
nav#mainNavbar {
    padding: 10px 23px;
}
a.nav-link {
    font-size: 14px;
}
a.navbar-brand {
    width: 21%;
}
h3.col_title {
    font-size: 44px;
}
li.scroll_box p {
    font-size: 16px;
}
video.vd_1 {
    height: 230px;
}
video.vd_2 {
    height: 170px;
}
.hero_content .wrap {
    width: fit-content;
    margin: 30px 0 0 220px;
}
section.sec_3.scroll {
    height: 90vh !important;
}
}
@media (max-width: 992px) {
.collec_slider .slick-center {
    transform: perspective(1000px) rotateY(0deg) scale(1) translateX(-58px);
}
.collec_slider li.left-rotate {
    transform: perspective(1000px) rotateY(44deg) scale(0.9) translateX(51px);
}
.collec_slider li.right-rotate {
    transform: perspective(1000px) rotateY(-44deg) scale(0.7) translateX(-53px) translateZ(221px);
}
.collec_slider li.right-rotate-1 {
    transform: perspective(1000px) rotateY(-44deg) scale(0.6) translateX(-127px) translateZ(352px);
}
.collec_slider li.left-rotate-1 {
    transform: perspective(1000px) rotateY(44deg) scale(1) translateX(389px);
    opacity: 1;
    z-index: 1;
}
.collec_slider  .slick-prev {
    left: 13px;
}
.collec_slider .slick-next {
    right: 25px;
}
.testi_slider .slick-prev {
    left: 36%;
    top: 102%;
}
.testi_slider .slick-next {
    right: 37%;
    top: 101.5%;
}
}
@media (max-width: 430px) {
  .hero_content .wrap{
    margin: 0px;
    text-align: center;
  }
  .hero_content p {
    width: 82%;
    margin: 0 auto;
}
h1.hero_title {
  font-size: 40px;
  text-align: center;
  height: 200px;
}
.her0_ul_wrap {
  flex-wrap: wrap;
  gap: 0px;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.hero_absolute_wrap.img_1 {
  width: 200px;
  height: 252px;
  top: 61%;
}
.hero_content .wrap p {
  width: 100%;
  margin: 0 0 10px;
  text-align: center;
}
.hero_absolute_wrap.img_1 {
  display: none;
}
.hero_absolute_wrap.img_2, .hero_absolute_wrap.img_3 {
  display: none;
}
button.ul_btn {
  width: 90%;
}
ul.hero_ul p {
  font-size: 14px;
}
.img_content h4 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.sce1_img_wrap video {
  height: 590px;
}
h2.sec1_title {
  font-size: 34px;
  text-align: center;
  margin: 50px 0 0;
}
.sec1_content h3 {
  font-size: 30px;
  text-align: center;
}
p {
  font-size: 18px;
  text-align: center;
}
ul.sec1_ul {
  justify-content: center;
  margin: 50px 0 0;
}
.sec1_content h4 {
  text-align: center;
}
.sec2_heading_wrap .title {
  font-size: 26px;
}
button.glow_btn.mx-auto {
  margin: 0 0 20px;
}
li.scroll_box {
  width: 100%;
  padding: 30px 20px;
  border-radius: 31px;
}
h2.big_title {
  font-size: 59px;
  text-align: center;
}
h3.col_title {
  font-size: 34px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
li.scroll_box .content_wrap ul li {
  font-size: 14px;
  padding: 5px 20px;
}
.text-wrap a {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}
.sec4_heading.text-center {
  color: #fff;
  margin: 110px 0 100px;
  align-content: center;
}
.sec4_heading.text-center p {
  color: #585c65;
  margin: 0 auto 10px;
  width: 100%;
}
.sec4_heading.text-center h2 {
  font-size: 44px;
}
button.glow_btn {
  padding: 20px 30px;
}
.sec5_heading p {
  color: #8A8C92;
  width: 100%;
  margin: 0 auto;
}
.testi_card {
  width: 340px;
}
.testi_slider .slick-prev {
  left: 20%;
  top: 102%;
}
.testi_slider .slick-next {
  right: 22%;
  top: 102%;
}
.footer_left ul {
  display: flex;
  list-style: none;
  color: #fff;
  padding: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
  margin: 30px 0;
}
img.logo_img {
  margin: 70px auto 30px;
}

ul.loca {
  display: block;
  margin: 30px 0 0;
}
a.navbar-brand img {
  width: 80%;
  margin: 15px 0 0 -20px;
}
button.navbar-toggler {
  position: absolute;
  right: 20px;
  top: 19px;
}
.big_bg2 {
    background-size: cover;
}
.footer_wrap {
    padding: 80px 40px;
    backdrop-filter: blur(5px);
    background: #061c2885;
    border-radius: 40px;
    box-shadow: inset 0px 0px 9px -3px #C9CACC;
    margin: 60px 0 0;
}
ul.lang {
    margin: 20px 0 0;
}
.collec_slider .slick-center {
    transform: inherit;
}
.collec_slider li.left-rotate-2,
.collec_slider li.left-rotate-1,
.collec_slider li.left-rotate {
    transform: inherit;
}
.collec_slider li.right-rotate-2,
.collec_slider li.right-rotate-1,
.collec_slider li.right-rotate {
    transform: inherit;
}
.collec_slider {
    margin: 0 auto 0;
    height: 100%;
}
.collec_card .content {
    display: block;
}
a.navbar-brand {
    width: 91%;
}
main.home_page {
    overflow-x: hidden;
}
.collec_slider .slick-dots {
    display: none !important;
}
video.vd_1 {
    height: 180px;
}
ul.hero_ul.ul2 {
    flex-direction: column;
}
section.sec_3.scroll {
    height: 100vh!important;
}
.sce1_img_wrap .img_content {
    border-radius: 40px;
    padding: 10px;
}
.collec_slider .slick-prev {
    top: 271px;
    left: 0px;
}

.collec_slider .slick-next {
    top: 269px;
    right: 20px;
}
}


.decode {
  letter-spacing: 0.05em;
  white-space: nowrap;
}

/* Existing styles ... */

