@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap');

:root {
  --spacing-0: 0px;
  --spacing-1: 1px;
  --spacing-4: 4px;
  --spacing-8: 8px;
  --spacing-9: 9px;
  --spacing-10: 10px;
  --spacing-11: 11px;
  --spacing-12: 12px;
  --spacing-16: 16px;
  --spacing-20: 20px;
  --spacing-24: 24px;
  --spacing-32: 32px;
  --spacing-48: 48px;
  --spacing-80: 80px;
  --radius-MD: 8px;
}

.nav-tabs .nav-item {
  width: 25%;
}

.nav-tabs .nav-link {
  display: flex;
  height: 100%;
  align-items: center;
}

.hero-banner-01 {
  font-family: 'Prata' !important;
  font-size: 4em;
  color: #AE865F;
}

.hero-banner-02 {
  font-family: 'Prata' !important;
  font-size: 4em;
  color: #AE865F;
}

.navbar-brand {
  font-family: 'Prata' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 90%;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #976C43 !important;
}

body.tc .navbar-brand {
  font-size: 39px;
  font-family: 'Noto Sans TC' !important;
  margin-top: 3px !important;
}

.member-cat {
  font-family: "fontMR" !important;
}

.intro-subtitle {
  font-family: "fontMR", sans-serif;
  color: #7B7B7D;
  font-size: 14px !important;
  margin-bottom: 8px;
}

.truncate-multiline {
  display: -webkit-box; /* Specify that we want to use webkit-box */
  -webkit-box-orient: vertical; /* Indicate the text direction */
  -webkit-line-clamp: 3; /* Set the desired number of lines */
  overflow: hidden; /* Hide any overflow */
}

body.tc h2 {
  font-family: 'Noto Sans TC' !important;
}

body.tc h1 {
  font-family: 'Noto Sans TC' !important;
}

body.tc h3 {
  font-family: 'Noto Sans TC' !important;
}

body.tc .slide-card-title {
  font-family: 'Noto Sans TC' !important;
}

body.tc .slide-card-desc {
  font-family: 'Noto Sans TC' !important;
}

body.tc .accordion-content p {
  font-family: 'Noto Sans TC' !important;
}

body.tc .swiper-wrapper {
  font-family: 'Noto Sans TC' !important;
}

body.tc .sub-title h4 {
  font-family: 'Noto Sans TC' !important;
}

body.tc .sub-title p {
  font-family: 'Noto Sans TC' !important;
}

body.tc .big-title-text {
  font-family: 'Noto Sans TC' !important;
}

body.tc .small-title-text {
  font-family: 'Noto Sans TC' !important;
}

body.tc .intro-subtitle {
  font-family: 'Noto Sans TC' !important;
}

.post-title {
  font-family: "fontMR", sans-serif;
  color: #7B7B7D;
  font-size: 13px !important;
  margin-top: 10px;
  text-transform: uppercase;
}

body.tc .post-title {
  font-family: 'Noto Sans TC' !important;
}

.member-name {
  color: #23262A !important;
  font-size: 28px !important;
  font-family: 'Prata' !important;
  margin-top: 0px;
  margin-bottom: 4px;
}

.member-desc {
  font-size: 16px;
}

#home-introduction p {
  font-family: 'Noto Sans' !important;
  font-size: 18px !important;
}

#home-introduction ul li {
  font-size: 18px !important;
}

.tabs-buttons {
  font-family: "fontMR", sans-serif;
}

.eng-toggle {
  font-family: "fontMR", sans-serif;
  position: relative;
  top: 2px;
}

/* start of cta */
.cta-button {
  width: 100%;
  font-size: .875rem;
  letter-spacing: .02em;
  text-decoration: none;
  border-radius: 1.5625rem;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
  -webkit-transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
  -moz-transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
  -o-transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
  font-family: "fontMR", sans-serif;
}

body.tc .cta-button {
  font-family: 'Noto Sans TC' !important;
}

.cta-button--secondary {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  border: 1px solid #0A2240;
  color: #0A2240;
  font-family: "fontMR", sans-serif;
  font-weight: 400;
}

body.tc .cta-button--secondary {
  font-family: 'Noto Sans TC' !important;
}

.cta-button--secondary {
  color: #0A2240 !important;
}

.cta-button--third {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.cta-button--primary {
  padding-top: 0.875em;
  padding-bottom: 0.875em;
  background: #AE865F;
  color: #fff;
  text-transform: uppercase;
  font-family: "fontMR", sans-serif;
  font-weight: 700;
}

body.tc .cta-button--primary {
  font-family: 'Noto Sans TC' !important;
}

.cta-button--primary:hover {
  color: #fff !important;
}

.cg-blk__cta {
  max-width: 25rem;
  margin: 0 auto;
}

.ds-blk__action {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.display-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-cta-contactus {
  width: 100%;
  height: 48px;
  text-align: center;
  border-radius: 28px;
  border: 1px solid #0A2240;
  font-family: "fontMR", sans-serif;
  color: #0A2240;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 35px;
  font-weight: 600px;
}

.btn-cta-signup-box-mobile {
  width: 100%;
  text-align: center;
  background: #AE865F;
  border-radius: 48px;
  font-family: "fontMR", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 15px;
  letter-spacing: 0.4;
  text-decoration: none !important;
}

a:hover .btn-cta-signup-box-mobile {
  text-decoration: none !important;
}

/* end of cta */
/* start of swiper slider*/
.slider {
  max-width: 1200px;
  margin: 0 auto;
}

.swiper-container {
  /*padding-bottom: 40px;*/
}

.swiper-scrollbar {
  /*background: #d6d6d6;*/
}

.swiper-container-horizontal > .swiper-scrollbar {
  height: 5px;
  width: 300px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
  display: none;
}

.swiper-wrapper img {
  width: 100%;
}

/* end of swiper slider*/
.container-width-1400 {
  max-width: 1600px !important;
}

.container-width-860 {
  max-width: 870px !important;
}

h3 {
  color: #23262A;
  font-size: 34px;
}

.sign-up-container h3 {
  color: #23262A !important;
  font-size: 22px !important;
  font-weight: 600 !important;
}

#detail_and_post h3 {
  font-family: "fontMR", sans-serif;
  font-weight: 600;
  font-size: 22px !important;
}

h1 {
  color: #0A2240 !important;
  font-size: 60px !important;
}

  @media (max-width: 1024px) {
    h1 {
      font-size: 48px !important;
    }
  }


@media (max-width: 768px) {
  h1.mb-3 {
    font-size: 32px !important;
    line-height: 1.5;
  }
}

h2 {
  font-size: 36px !important;
  color: #0A2240 !important;
}

.who-we-are-photo {
  border-radius: 8px;
}

.who-we-are-col {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/* start of slide card */
.slide-card {
  /*border: 1px solid #ddd;*/
}

.slide-card-title {
  color: #666669 !important;
  font-size: 18px !important;
  line-height: 1.1;
  font-family: "fontMR", sans-serif !important;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

.slide-card-more {
  text-decoration: underline;
}

.slide-card-content-box .slide-card-more {
  margin-top: 1em;
}

.slide-card-desc {
  font-size: 16px;
  color: #000000;
  min-height: 4.5em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.btn-cta-card {
  color: #23262A;
  font: 14px;
  font-family: "fontMR", sans-serif;
  margin-top: 16px;
  font-weight: 700;
  text-decoration-line: underline;
}

/******* FIXED ON SCROLL STYLES **************/
.sticky-posts {
  display: none;
}

#detail_and_post {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 100;
  display: none;
  background-color: rgba(255, 255, 255, 1);
  padding: 0px;
  text-align: center;
  border-top: 0px solid #ccc;
  box-shadow: 0px 0px 5px rgba(84, 84, 84, 0.4);
}

.sign-up-col-text {
  font-size: 18px !important;
}

/* FINDING NEARBY */
#findingNearBy_sticky {
  display: none;
}

#findingNearBy_sticky {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 3;
  background-color: rgba(255, 255, 255, 1);
}

#findingNearBy_sticky.active {
  position: fixed;
  background-color: white;
  transition: all 0.3s ease-in;
}

#findingNearBy_sticky.inactive {
  position: relative;
  background-color: #F4F6F7;
  border-bottom: 1px solid #d9e0e3;
}

.finding_nearby {
  padding: 0px;
}

.notice {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: palevioletred;
}

.btn-cta-signup {
  text-align: center;
  padding: 10px 20px;
  background: white;
  color: palevioletred;
  font: 14px !important;
}

.sign-up-container {
  background: #E5E8ED;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px 0px;
}

.sign-up-col {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

footer {
  font-family: "fontMR", sans-serif;
  font-size: 12px !important;
  color: #000;
}

body.tc footer {
  font-family: 'Noto Sans TC' !important;
}

footer a {
  color: #000 !important;
}

/*
.swiper-wrapper {
    overflow: hidden!important;
  }  */

.sign-up-container-mobile {
  background: #fff;
  height: 85px;
  font-family: "fontMR", sans-serif;
  border-radius: 30px 30px 0px 0px;
  padding: 8px 15px !important;
}

.sign-up-mobile-text {
  font-size: 16px;
  text-align: left !important;
  font-weight: 600px;
}

.sign-up-container-mobile p {
  font-size: 18px !important;
  text-align: left !important;
  line-height: 1.5em;
}

.sign-up-col-text {
  text-align: left;
}

@media (max-width: 767px) {
  body.tc h1.mb-3 {
    font-size: 60px !important;
    color: #23262A !important;
  }
  
  h3 {
    color: #23262A !important;
    font-size: 22px !important;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  
  .sign-up-container-mobile.d-block.d-sm-none h3 {
    color: #23262A !important;
    font-size: 22px !important;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: 600;
    text-align: center !important;
  }
  
  h2 {
    color: #23262A !important;
    font-size: 32px !important;
  }
  
  h1 {
    font-size: 40px !important;
    color: #23262A !important;
  }
  
  body {
    font-size: 14px;
  }
  
  /*.slide-card-title {
    color: #23262A !important;
    font-size: 22px !important;
    margin-top: 8px;
    margin-bottom: 8px;
  }*/
  
  #highlights .slide-card-title {
    font-size: 16px !important;
    font-weight: 600;
  }
  
  #highlights .slide-card-desc {
    font-size: 14px !important;
  }
  
  .sign-up-col-text {
    /*text-align: center;*/
  }
  
  .btn-cta-signup-box {
    width: 100%;
    height: 48px;
    min-width: 280px;
    text-align: center;
    background: #AE865F;
    border-radius: 28px;
    font-family: "fontMR", sans-serif;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 35px;
    font-weight: 600px;
  }
  
  .btn-cta-contactus {
    min-width: 280px;
  }
}

@media (max-width: 575px) {
  .scroll-top.visible {
    /*bottom: 85px !important;*/
    bottom: 155px !important;
  }
  
  .scroll-top {
    position: fixed;
  }
  
  #detail_and_post {
    /*border-radius: 30px 30px 0px 0px !important;*/
  }
  
  /*
  .swiper-wrapper {
    overflow: inherit!important;
  } 
  */
  
  h2.pt-5.pb-5 {
    /*padding: 20px!important;*/
  }
  
  .navbar-brand {
    font-size: 32px !important;
  }
  
  .swiper-button-next, .swiper-button-prev {
    top: 40%;
  }
  
  .swiper-container {
    /*padding-bottom: 10px;*/
  }
  
  .btn-cta {
    width: 280px;
  }
  
  .btn-cta-line {
    width: 280px;
  }
  
  .display-flex-centeralign-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .container-width.container-width-860.pt-5.pb-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  
  .sign-up-container {
    padding: 10px 0px;
  }
}

@media (max-width: 360px) {
  .sign-up-container-mobile {
    height: auto;
  }
}

/* start of question-box */
#section-question {
  margin-bottom: 8rem !important;
  margin-top: 8rem !important;
}

.question-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 4px;
  gap: 4px;
  background: rgba(205, 167, 133, 0.1);
  /* Inside auto layout */
}

@media (max-width: 767px) {
  #section-question {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
}

/* end of question-box */
.cardcarousel .slick-dots {
  width: 98%;
}

.swiper-slide {
  overflow: hidden;
}

#intro-section .kv-image {
  align-items: flex-end;
}

#intro-section .intro-text {
  align-self: center;
}

#intro-section .kv-left-text {
  padding: 5px;
  align-self: center;
  /* height: 350px; */
  margin-top: 7em;
  padding: 3em;
}

#intro-section .kv-right-text {
  padding: 5px;
  align-self: center;
  /* height: 350px; */
  margin-top: 9em;
  padding: 3em;
}

section {
  padding-top: 1rem;
  padding-bottom: 5rem;
}

@media (max-width: 1399px) {
  .phone-col-right {
    padding-left: 5rem !important;
  }
}

@media (max-width: 1199px) {
  .phone-col-right {
    padding-left: 4rem !important;
  }
  
  section {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 991px) {
  .intro-section .intro-mobile-demo-frame {
    position: relative;
    top: 0% !important;
  }
  
  .phone-col-right {
    padding-left: 3rem !important;
  }
  
  #section-contact-us .start-big-title-text {
    font-size: 4rem !important;
    line-height: 1.3;
  }
  
  section {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .phone-col-right {
    padding-left: 2rem !important;
  }
  
  #section-contact-us .start-big-title-text {
    font-size: 3rem !important;
    line-height: 1.3;
  }
  
  section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  
  .intro-section .intro-mobile-demo-frame {
    position: relative;
    top: 0% !important;
    padding: 0em 8em;
  }
  
  .intro-section {
    display: inline-flex !important;
    align-items: inherit !important;
    justify-content: inherit !important;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    width: 100%;
    height: 87.5vh;
    /* background: #0a2240; */
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  
  .kv-left-text {
    margin-top: 1em !important;
  }
}

@media (max-width: 575px) {
  .kv-left-text {
    margin-top: 0.5em !important;
  }
  
  #intro-section .kv-left-text {
    padding: 1.5em !important;
  }
  
  #section-contact-us .pb-5, #section-contact-us .py-5 {
    padding-bottom: 0rem !important;
  }
  
  #section-contact-us .pt-5, #section-contact-us .py-5 {
    padding-top: 1rem !important;
  }
  
  #intro-section .kv-right-text {
    padding: 1.5em !important;
  }
  
  .intro-section .intro-mobile-demo-frame {
    position: relative;
    top: 0% !important;
    padding: 0em 3em;
  }
  
  #intro-section .kv-image {
    align-items: flex-end;
  }
  
  #intro-section .kv-left-text {
    padding: 1.5em;
  }
  
  #intro-section .kv-right-text {
    padding: 1.5em;
  }
  
  section {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  
  section#highlights {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  
  #section-contact-us .start-big-title-text {
    font-size: 40px !important;
    line-height: 1.3;
  }
  
  .navbar-brand {
    /* font-size: 18px !important;*/
  }
  
  .phone-col-right {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  
  .phone-col-left {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (max-width: 410px) {
  nav a {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

/* start of slick slider */
.cardcarousel-container {
  max-width: 1400px;
  margin: 0 auto;
}

.my-slider {
  padding: 0 70px;
}

.slick-initialized .slick-slide {
  /*background-color: #b32532;
  color: #FFF;*/
  width: 100%;
  margin: 0 25px 0 0; /*height:300px;*/
}

@media (max-width: 450px) {
  .slick-initialized .slick-slide {
    /*background-color: #b32532;
    color: #FFF;*/
    width: 100%;
    margin: 0 15px 0 0.5rem; /*height:300px;*/
  }
}

.slick-next:before, .slick-prev:before {
  color: #000;
  font-size: 26px;
}

.slick-next:before, .slick-prev:before {
  color: #000;
  font-size: 26px;
}

.slick-prev:before {
  content: url(/pre-season-carnival-owner/global/assets/img/btn-slider-arrow-right.svg) !important;
  width: 44px;
  height: 44px;
  opacity: 1;
}

.slick-next:before, [dir=rtl] .slick-prev:before {
  content: url(/pre-season-carnival-owner/global/assets/img/btn-slider-arrow-left.svg) !important;
  width: 44px;
  height: 44px;
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.35 !important;
}

.slick-next, .slick-prev {
  z-index: 5;
  width: 44px !important;
  height: 44px !important;
}

.slick-next {
  right: -10px !important;
}

.slick-prev {
  left: 15px;
}

.slick-next:before, .slick-prev:before {
  color: #000;
  font-size: 26px;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 0;
}

.cardcarousel {
  padding: 0rem 4rem;
}

.cardcarousel .slick-dots {
  display: flex;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  position: relative !important;
}

.cardcarousel .slick-dots li.slick-active {
  background-color: #976C43;
}

.cardcarousel .slick-dots li {
  flex: 1 1;
  background: #f5f5f5;
  height: 3px;
}

.slick-dots li button:before {
  width: 0px !important;
  height: 0px !important;
  content: '' !important;
}

.slick-dots li {
  margin: 0px !important;
}

/*
.slick-dots {
    bottom: -45px;
    width: 90%;
    list-style: none;
    text-align: center;
}  */
@media (max-width: 991px) {
  .cardcarousel {
    padding: 0rem 0rem;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .slick-dots {
    display: none !important;
  }
  
  #featured-section .slick-prev, .slick-next {
    display: block !important;
  }

  #featured-section .glance .slick-next {
    right: 40% !important;
}

#featured-section .glance .slick-prev {
    left: 40% !important;
}

  .slick-prev, .slick-next {
    /*display: none !important;*/
  }
}

@media (max-width: 575px) {
  .cardcarousel {
    padding: 0rem 0rem;
    padding-right: 0px;
    padding-left: 0px;
  }

  #featured-section .glance .slick-next {
    right: calc(40% - 22px) !important;
  }

  #featured-section .glance .slick-prev {
    left: calc(40% - 22px) !important;
  }
}

/* end of slick sluder */
.member-only-box {
  font-size: 12px;
  background: #976C43 !important;
  color: #fff;
  padding: 5px 8px;
  display: inline-block;
  position: relative;
  top: -3px;
  border-radius: 3px;
}

a.textlink:hover {
  color: #23262A;
  text-decoration: underline;
  font-weight: 700;
}

a.textlink {
  color: #23262A;
  text-decoration: underline;
  font-weight: 700;
}

.video-kv {
  top: 167px;
  height: 100vh;
}

.hero-banner--video {
  height: calc(100vh + 69px);
}

@media (width <=575px) {
  .video-kv {
    top: 147px;
  }
  
  .hero-banner--video {
    height: calc(100vh + 58px);
  }
}

section#highlights {
  z-index: index 2 !important;
  ;
}

.small-title-text {
  color: #7B7B7D;
  font-size: 1em;
  font-family: "fontMR", sans-serif;
  /* font-weight: 700;*/
  line-height: 1em;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.big-title-text {
  color: #fff;
  font-size: 3.5em;
  font-family: 'Prata', serif;
  line-height: 1.1em;
}

.sign-up-container {
  background: #E5E8ED;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px 0px 30px 0px;
}

.video-kv {
  top: 0px;
  height: 100vh;
}

.hero-banner--video {
  height: inherit !important;
}

.kv-left-text {
  padding: 0px;
  align-self: center;
  margin-top: 7em;
  padding: 3em;
}

.kv-right-text {
  padding: 0px;
  align-self: center;
  margin-top: 9em;
  padding: 3em;
}

.intro-section .intro-mobile-demo-frame {
  position: relative;
  top: 15%;
}

@media (max-width:1199px) {
  .intro-section .intro-mobile-demo-frame {
    position: relative;
    top: 8%;
  }
  
  .kv-left-text {
    margin-top: 2em;
    padding: 2em;
  }
  
  .kv-right-text {
    margin-top: 3em;
    padding: 2em;
  }
}

@media (max-width:575px) {
  .kv-left-text {
    padding: 1.5em;
  }
  
  .kv-right-text {
    padding: 1.5em;
  }
}

.intro-section {
  display: inline-flex;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 87.5vh;
  /*background:#0a2240;*/
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.special-width-container {
  max-width: 1800px !important;
  /*align-self: flex-end;*/
}

.intro-text {
  color: #fff;
}

.download-container {
  padding-top: 20em;
  max-width: 80%;
}

.download-container__tb {
  width: 60%;
}

@media screen and (max-width: 992px) {
  .download-container__tb {
    width: 100%;
  }
}

.overlay-video {
  /* background-image: linear-gradient(to bottom right, #f5e2b1, #5a430a);*/
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 120%;
  max-height: 1400px;
  margin: 0;
  box-sizing: border-box;
  padding: 15% 32px;
  line-height: 1.5;
  text-align: center;
}

.shiny-text-container {
  color: #23262A; /* font-size: 100px;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0px 3px 5px rgb(253 0 0 / 24%);
  margin: 0 auto;
  display: flex;
  justify-content: center;*/
}

.shiny-text {
  --base-color: #23262A;
  --shiny-color: #808a98;
  --animation-speed: 2s;
  -webkit-background-size: 125px 125px !important;
  background-size: 125px !important;
  color: rgba(255, 255, 255, 0);
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-animation-name: pa-shinny-text !important;
  animation-name: pa-shinny-text !important;
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
  -webkit-animation-iteration-count: infinite !important;
  animation-iteration-count: infinite !important;
  background: #23262A -webkit-gradient(linear, left top, right top, from(#23262A), to(#23262A), color-stop(0.5, #808a98)) 0 0 no-repeat;
}

@keyframes pa-shinny-text {
  0% {
    background-position: 0;
  }
  
  100% {
    background-position: 200%;
  }
}

.glance .slide-card {
  display: inline-flex;
  border: 0px solid red;
  /* background:#f9f9f9;
    
    border-radius: 15px;*/
}

.glance .slick-prev, .glance .slick-next {
  /* top: 110%;*/
}

.cardcarousel-container {
  max-width: 1600px;
  margin: 0 auto;
}

.glance .slide-card-photo {
  width: 50%;
}

.glance .slide-card-photo img {
  border-radius: 8px;
}

.glance .slide-card-content-box {
  width: 50%;
  align-self: center;
  padding: 15px 0px;
}

.glance .cardcarousel {
  padding: 0rem 0rem;
}

.glance .cardcarousel .slick-dots {
  display: flex;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  position: relative !important;
  margin: 20px auto;
}

.glance .cardcarousel .slick-dots {
  display: flex;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  position: relative !important;
  margin: 20px auto;
  max-width: 50%;
}

.glance .slick-prev {
  top: 104% !important;
  left: 20% !important;
}

.glance .slick-next {
  top: 104% !important;
  right: 20% !important;
}

@media (max-width: 575px) {
  h2.pt-5.pb-5 {
    padding: 20px 0px !important;
  }
}

.glance .slide-card {
  display: flex;
  border: 0px solid red;
  /* background: #f9f9f9;
    border-radius: 15px;*/
  flex-direction: column;
}

.glance .slide-card-photo {
  width: 100%;
}

.glance .slide-card-content-box {
  width: 100%;
  align-self: center;
  padding: 15px 0px;
}

blockquote {
  font-weight: 300;
  font-size: 1.1rem;
  max-width: 600px;
  line-height: 1.7;
  position: relative;
  margin: 0;
  margin-bottom: 15px;
  /*padding: 2rem;
    text-align: center;
    z-index:2*/
}

/*  
blockquote:before,
blockquote:after {
  position: absolute;
  color: #E5E5E8;
  font-size: 12rem;
  width: 6rem;
  height: 6rem;
  font-family: "Times New Roman"!important;
}
blockquote:before {
  content: '“';
  left: -2rem;
    top: -6rem;
  z-index:-1!important;
}
blockquote:after {
  content: '”';
  right: -2rem;
    bottom: -1rem;
  z-index:-1!important;
}*/
.star-rating {
  /* line-height: 5; */
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}

.member-name-quote {
  line-height: 1;
  text-align: center;
}

.slide-quote-box {
  background: #fff;
  padding: 1.5em;
  border-radius: 0px;
}

:root {
  --star-size: 25px;
  --star-color: #eee;
  --star-background: #976C43;
}

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}

.Stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #976C43;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #23262A;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #976C43;
}

.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #976C43;
  border: 1px solid #976C43;
}

.accordion button .accordion-title {
  padding: 0em 1.5em 0em 0;
  font-family: "fontMR", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 24px;
  right: 0;
  width: 22px;
  height: 22px;
  /*border: 1px solid;*/
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded=true] {
  color: #976C43;
}

.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}

.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 20em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 400;
  margin: 2em 0;
}

.tabs-nav li {
  float: left;
  width: 50%;
}

.tabs-nav li:first-child a {
  border-right: 0;
  border-top-left-radius: 6px;
}

.tabs-nav li:last-child a {
  border-top-right-radius: 6px;
}

/*
a {
  background: #eaeaed;
  border: 1px solid #cecfd5;
  color: #0087cc;
  display: block;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}
a:hover {
  color: #ff7b29;
}*/
.tabs-stage {
  border: 0px solid #cecfd5;
  border-radius: 0;
  border-top: 0;
  clear: both;
  padding: 0px;
  position: relative;
  top: -1px;
}

.tabs-nav li a {
  border-right: 0 !important;
  border-top-left-radius: 0px !important;
  padding: 1em;
  text-decoration: none !important;
  border-bottom: 2px solid #ddd;
  color: #23262A !important;
}

.tab-active a {
  color: #976C43 !important;
  cursor: default;
  border-bottom: 2px solid #976C43 !important;
  background: none !important;
}

.tabs-nav li a;
hover {
  color: #976C43 !important;
  cursor: default;
  border-bottom: 2px solid #976C43 !important;
  background: none !important;
}

.tabs-nav li:last-child a {
  border-top-left-radius: 0px !important;
}

.tabs-nav li {
  float: none !important;
  width: auto !important;
  text-align: center !important;
  display: inline-flex;
  font-size: 1.25em;
}

.tabs-nav {
  padding-inline-start: 0px !important;
  text-align: center;
  list-style-type: none !important;
}

.navbar-toggler {
  display: none !important;
}

.overlay-video {
  /*background: #0A2240;*/
  background: rgb(10,34,64);
  background: linear-gradient(90deg, rgba(10,34,64,1) 30%, rgba(34,101,180,1) 100%);
  opacity: 1;
}

.quote-title-box {
  display: inline-flex;
  margin-bottom: 15px;
}

.quote-icon {
  max-width: 32px;
}

.quote-title {
  font-size: 20px !important;
  line-height: 1.1;
  font-family: "fontMR", sans-serif !important;
  margin-bottom: 10px;
  font-weight: 600;
  padding: 0 10px;
}

.quote-member-name {
  font-weight: 600;
}

#intro-section p {
  color: #fff;
}

#whatmembersay {
  display: none !important;
}

#section-contact-us p {
  /* font-size:18px!important;*/
}

#section-contact-us p.caption {
  font-size: 15px !important;
  line-height: 1.6em !important;
}

p.caption {
  font-size: 15px !important;
  line-height: 1.6em !important;
}

.caption {
  line-height: 1.6em !important;
}

#section-contact-us .download-container {
  padding-top: 3em;
  max-width: 100%;
}

.phone-col-left {
  display: flex;
}

.phone-col-right {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  padding-left: 7rem;
}

.install-text {
  margin-top: 3em;
}

.phone-width-size {
  max-width: 380px;
}

img.phone-width-size.phone-no2 {
  margin-left: 1em;
  margin-top: 5em;
}

img.phone-width-size.phone-no1 {
  margin-bottom: 6em;
}

#detail_and_post h3 {
  font-family: "fontMR", sans-serif;
  font-weight: 600;
  font-size: 22px !important;
}

#section-contact-us .start-big-title-text {
  font-size: 5rem;
  line-height: 1.3;
  font-family: 'Prata', serif;
}

.using-now-container {
  display: inline-flex;
}

@media (max-width:767px) {
  .phone-col-left {
    display: flex;
    flex-direction: column;
  }
  
  img.phone-width-size.phone-no1 {
    margin-bottom: 0em;
  }
  
  .phone-no1-pos {
    margin: 0 auto;
    margin-top: 1em;
  }
  
  #section-contact-us .download-container {
    padding-top: 1.5em;
    max-width: 85%;
    margin: 0 auto;
  }
  
  .phone-width-size {
    max-width: 300px;
  }
}

@media (max-width:670px) {
  body.tc .navbar-brand {
    font-size: 40px !important;
  }
}

@media (max-width:576px) {
  .phone-width-size {
    max-width: 280px;
  }
}

@media (max-width:570px) {
  body.tc .navbar-brand {
    font-size: 32px !important;
  }
}

@media (max-width:470px) {
  body.tc .navbar-brand {
    font-size: 30px !important;
  }
}

@media (max-width:430px) {
  .phone-width-size {
    max-width: 240px;
  }
  
  body.tc .navbar-brand {
    font-size: 28px !important;
  }
}

@media (max-width:414px) {
  .phone-width-size {
    max-width: 210px;
  }
}

@media (max-width:400px) {
  body.eng .navbar-brand {
    font-size: 30px !important;
  }
  
  body.tc .navbar-brand {
    font-size: 26px !important;
  }
}

@media (max-width:380px) {
  body.eng .navbar-brand {
    font-size: 28px !important;
  }
}

@media (max-width:375px) {
  .phone-width-size {
    max-width: 190px;
  }
  
  body.tc .navbar-brand {
    font-size: 25px !important;
  }
}

@media (max-width:360px) {
  body.eng .navbar-brand {
    font-size: 27px !important;
  }
  
  body.tc .navbar-brand {
    font-size: 24px !important;
  }
}

@media (max-width:350px) {
  body.tc .navbar-brand {
    font-size: 23px !important;
  }
}

@media (max-width:340px) {
  body.eng .navbar-brand {
    font-size: 26px !important;
  }
  
  body.tc .navbar-brand {
    font-size: 22px !important;
  }
}

@media (max-width:320px) {
  body.eng .navbar-brand {
    font-size: 24px !important;
  }
}

.sign-up-container-mobile .col-5.sign-up-col a {
  width: 100%;
}

.big-title-text {
  color: #fff !important;
}

.intro-section .small-title-text {
  color: #fff !important;
}

.intro-text {
  color: #fff !important;
}

.overlay-video {
  background: rgb(10,34,64);
  background: linear-gradient(90deg, rgba(10,34,64,1) 30%, rgba(34,101,180,1) 100%) !important;
}

.dark-mode {
  display: block !important;
  position: relative;
  top: 9%;
}

.light-mode {
  display: none !important;
  position: relative;
  top: 9%;
}

@media (max-width:1199px) {
  .dark-mode {
    top: 8%;
  }
  
  .light-mode {
    top: 8%;
  }
  
  #section-contact-us .small-title-text {
    color: #7B7B7D !important;
  }
}

@media (max-width:991px) {
  .dark-mode {
    top: 2%;
  }
  
  .light-mode {
    top: 2%;
  }
}

@media (max-width:768px) {
  .dark-mode {
    top: 0%;
  }
  
  .light-mode {
    top: 0%;
  }
}

@media (max-width:767px) {
  .big-title-text {
    font-size: 40px;
  }
  
  .session-block {
    /* font-size: 14px;*/
  }
  
  .accordion button .accordion-title {
    font-size: 16px !important;
  }
  
  .accordion .accordion-content p {
    font-size: 14px !important;
  }
  
  .small-title-text {
    font-size: 11px !important;
  }
}

a.text-link {
  color: #000 !important;
  text-decoration: underline !important;
}

.navbar {
  padding: .7rem 1rem !important;
}


/* end of slick sluder */

body.tc h1 {
  font-family: 'Noto Sans TC' !important;
  font-size: 66px !important;
}

body.tc h2 {
  font-family: 'Noto Sans TC' !important;
}

body.tc h3 {
  font-family: 'Noto Sans TC' !important;
}

@media (max-width: 767px) {
  body.tc h1 {
    font-family: 'Noto Sans TC' !important;
    font-size: 40px !important;
  }
}

#home-introduction p {
  font-family: 'Noto Sans TC' !important;
}

.btn-cta-card {
  font-family: 'Noto Sans TC' !important;
}

.member-only-box {
  font-size: 12px;
  background: #976C43 !important;
  color: #fff;
  padding: 5px 8px;
  display: inline-block;
  position: relative;
  top: -3px;
  border-radius: 3px;
}

a.textlink:hover {
  color: #23262A;
  text-decoration: underline;
  font-weight: 700;
}

a.textlink {
  color: #23262A;
  text-decoration: underline;
  font-weight: 700;
}

.video-kv {
  top: 167px;
  height: 100vh;
}

.hero-banner--video {
  height: calc(100vh + 69px);
}

@media (width <= 575px) {
  .video-kv {
    top: 147px;
  }
  
  .hero-banner--video {
    height: calc(100vh + 58px);
  }
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(0,0,0,0.75);
}

.navbar {
  /*background: #fff;*/
  border: 0px;
  max-width: 1504px;
  margin: 0 auto;
}
.header {
  padding: 24px 0;
}
.header-nav {
  /*background: #fff;*/
}

.top-hero-container {
  display: flex;
  align-items: center;
  justify-content: center
}

.top-hero-container__slide {
  width: 100%
}

.top-hero-container--video {
  height: 60vh;
  -o-object-fit: cover;
  object-fit: cover
}

body {
  line-height: 2rem !important;
}

.cardcarousel .slick-dots li {
  flex: 1 1;
  background: #eee;
  height: 3px;
}

.glance .slide-card-photo img {
  transition-property: transform;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.glance .slide-card-photo img:hover {
  /*--tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));*/
}

.sign-up-container-mobile {
  background: #fff;
  height: auto;
  font-family: "fontMR", sans-serif;
  border-radius: 30px 30px 0px 0px !important;
  padding: 8px 15px !important;
  line-height: 1.2rem;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.contactinfo__d-flex {
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  gap: 15px;
}
.contactinfo__d-flex div {
width: 50%;
}
.zoom-img {
  overflow: hidden;
}

.zoom-img img {
  width: 100%;
  /*aspect-ratio: 1 / 1;
  object-fit: cover;*/
  transition: all .3s ease;
}

.zoom-img img:hover {
  /*transform: scale(1.2);*/
}

video {
  /*height: 60vh !important;*/
  height: 100% !important;
}

.hidden-767 {
  display: block;
}

.display-767 {
  display: none;
}

@media (max-width: 767px) {
  .top-hero-container--video {
    height: 55vh !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  /*h1.mb-3 {
    font-size: 60px !important;
    color: #23262A !important;
  }*/
  
  .hidden-767 {
    display: none !important;
  }
  
  .display-767 {
    display: block !important;
  }
}

.tranding-slide {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0px !important;
}

.tranding-slide .tranding-slide-img video {
  /*    border-radius: 2rem;
   Border Radius für die Videos */
  object-fit: cover;
}

.overlay-video-container .video .icon-base--video {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.overlay-video-container img {
  margin: 0 auto;
}

.bgvideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.tranding-slide {
  width: 100vw !important;
  /* height: auto!important;*/
  position: relative;
  padding: 0px !important;
  overflow: hidden;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44* 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #976C43 !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #976C43 !important;
}

a {
  color: #976C43 !important;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #976C43 !important;
  text-decoration: underline !important;
  background-color: transparent;
  cursor: pointer;
}

.footer-blk {
  margin-top: 0rem;
  padding: 0rem 0 3rem;
  color: #000 !important;
  border-top: 1px solid #976C43;
  font-weight: 200 !important;
}

.footer-blk a {
  color: #000 !important;
  text-decoration: none;
  font-weight: 200 !important;
}

.footer-blk a:hover {
  text-decoration: underline;
}

.footer-blk__item {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 3rem;
}

.reset-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.footer-link {
  display: flex;
}

.footer-link__item:first-child {
  margin-left: 0;
}

.footer-link__item {
  margin-left: 1.5em;
  margin-right: 1.5em;
  position: relative;
}

.footer-link__item:after {
  content: "";
  position: absolute;
  right: -1.5em;
  top: 1em;
  background: #000;
  width: 1px;
  height: 0.75em;
}

.footer-link__item:last-child {
  margin-right: 0;
}

.footer-link__item:last-child:after {
  width: 0;
}

.footer-blk__item:last-child {
  margin-bottom: 0;
}

.footer-blk__item {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 3rem;
}

.copyright-blk {
  padding: 0 1em;
}

.copyright-blk__text {
  font-size: .75rem;
  text-transform: uppercase;
  text-align: center;
}

.nav-item a {
  color: #fff !important;
}

.nav-item a:hover {
  color: #fff !important;
  text-decoration: inherit !important;
  opacity: 0.8;
}

.sign-up-container p {
  margin-top: 0;
  margin-bottom: 0rem !important;
}

.header-1.d-flex.justify-content-between {
  max-width: 1504px;
  margin: 0 auto;
}

header {
  background-color: #0A2240;
}

@media (max-width: 575px) {
  header .header-1 .pb-4, .header-1 .py-4 {
    padding-bottom: 0rem !important;
  }
  
  header .header-1 .pt-4, header .header-1 .py-4 {
    padding-top: 1rem !important;
  }
}

@media (max-width: 450px) {
  .swiper-button-next, .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 41%) !important;
  }
  
  .overlay-video-container .video .icon-base--video {
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  
  .swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 30px !important;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
  }
}

.scroll-down {
  background: #976C43 !important;
  border: 0;
  border-radius: 50%;
  bottom: 0;
  cursor: pointer;
  height: 50px;
  margin: 15px;
  opacity: 1;
  position: fixed;
  bottom: 70px;
  right: 10px;
  transition: right 0.2s ease-in-out;
  width: 50px;
  z-index: 999;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 575px) {
  .scroll-down {
    bottom: 150px;
  }
}

/* start of SC fonts */
body.sc .navbar-brand {
  font-size: 39px;
  font-family: 'Noto Sans SC' !important;
  margin-top: 3px !important;
}

body.sc h2 {
  font-family: 'Noto Sans SC' !important;
}

body.sc h1 {
  font-family: 'Noto Sans SC' !important;
}

body.sc h3 {
  font-family: 'Noto Sans SC' !important;
}

body.sc .slide-card-title {
  font-family: 'Noto Sans SC' !important;
}

body.sc .slide-card-desc {
  font-family: 'Noto Sans SC' !important;
}

body.sc .accordion-content p {
  font-family: 'Noto Sans SC' !important;
}

body.sc .swiper-wrapper {
  font-family: 'Noto Sans SC' !important;
}

body.sc .sub-title h4 {
  font-family: 'Noto Sans SC' !important;
}

body.sc .sub-title p {
  font-family: 'Noto Sans SC' !important;
}

body.sc .big-title-text {
  font-family: 'Noto Sans SC' !important;
}

body.sc .small-title-text {
  font-family: 'Noto Sans SC' !important;
}

body.sc .intro-subtitle {
  font-family: 'Noto Sans SC' !important;
}

body.sc .post-title {
  font-family: 'Noto Sans SC' !important;
}

body.sc .cta-button {
  font-family: 'Noto Sans SC' !important;
}

body.sc .cta-button--secondary {
  font-family: 'Noto Sans SC' !important;
}

body.sc .cta-button--primary {
  font-family: 'Noto Sans SC' !important;
}

body.sc footer {
  font-family: 'Noto Sans SC' !important;
}

@media (max-width: 767px) {
  body.sc h1.mb-3 {
    font-size: 60px !important;
    color: #23262A !important;
  }
}

@media (max-width:670px) {
  body.sc .navbar-brand {
    font-size: 40px !important;
  }
}

@media (max-width:576px) {
  .phone-width-size {
    max-width: 280px;
  }
}

@media (max-width:570px) {
  body.sc .navbar-brand {
    font-size: 32px !important;
  }
}

@media (max-width:470px) {
  body.sc .navbar-brand {
    font-size: 30px !important;
  }
}

@media (max-width:430px) {
  .phone-width-size {
    max-width: 240px;
  }
  
  body.sc .navbar-brand {
    font-size: 28px !important;
  }
}

@media (max-width:414px) {
  .phone-width-size {
    max-width: 210px;
  }
}

@media (max-width:400px) {
  body.eng .navbar-brand {
    font-size: 30px !important;
  }
  
  body.sc .navbar-brand {
    font-size: 26px !important;
  }
}

@media (max-width:380px) {
  body.eng .navbar-brand {
    font-size: 28px !important;
  }
}

@media (max-width:375px) {
  .phone-width-size {
    max-width: 190px;
  }
  
  body.sc .navbar-brand {
    font-size: 25px !important;
  }
}

.br-370 {
  display: none;
}

@media (max-width:374px) {
  .br-370 {
    display: block !important;
  }
  
  .btn-faq {
    line-height: 1.2em !important;
  }
}

@media (max-width:360px) {
  body.eng .navbar-brand {
    font-size: 27px !important;
  }
  
  body.sc .navbar-brand {
    font-size: 24px !important;
  }
}

@media (max-width:350px) {
  body.sc .navbar-brand {
    font-size: 23px !important;
  }
}

@media (max-width:340px) {
  body.sc .navbar-brand {
    font-size: 22px !important;
  }
  
  header .navbar-nav li .nav-link {
    font-size: 0.85rem !important;
  }
}

body.sc h1 {
  font-family: 'Noto Sans SC' !important;
  font-size: 66px !important;
}

body.sc h2 {
  font-family: 'Noto Sans SC' !important;
}

body.sc h3 {
  font-family: 'Noto Sans SC' !important;
}

@media (max-width: 767px) {
  body.sc h1 {
    font-family: 'Noto Sans SC' !important;
    font-size: 40px !important;
  }
}

@media (max-width: 575px) {
  .header-1 .pr-4.py-4 {
    padding-right: 0px !important;
  }
}

.float-left-menu {
  float: left;
}

.float-right-menu {
  float: right;
}

a.float-right-menu {
  color: #23262A !important;
  font-weight: 500 !important;
}

a.float-right-menu:hover {
  font-weight: 500 !important;
  color: #AE865F !important;
  text-decoration: none !important;
}

/* end of SC fonts */

/***** pre-season-carnival Start *****/
.res-bar-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 16px;
  row-gap: 16px;
}

.res-bar-3col .res-bar {
  font-weight: 600;
  /*display: flex;*/
}

.event-2col-decr {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 40px;
    @media (max-width: 650px) {
      display: block;
    }
}

.event-blk {
  padding: 16.18px;
  border: 1px solid #cdcdcd;
  border-radius: 8px;
}

.res-bar {
  font-weight: 600;
}

.event-bar {
  display: flex;
  width: 100%;
  height: 24px;
  align-items: center;
  gap: var(--spacing-5, 12px);
}

/*********** Featured Programs Start *********/
#featured-section h4 {
  font-family: "fontMR", sans-serif;
  font-weight: 600;
}

#featured-section .slick-next, #featured-section .slick-prev {
  border: 1px solid #eee !important;
  border-radius: 50%;
}

/*********** Featured Programs End *********/

/*********** Exclusive Activities Start *********/

#exclusiveAct-section .slick-list {
  
  @media (min-width: 1480px) {
    min-width: calc((100vw - 1464px) / 2 + 1464px);
  }
}

#exclusiveAct-section .slick-next, #exclusiveAct-section .slick-prev {
  border: 1px solid #eee !important;
  border-radius: 50%;
}

/*********** Exclusive Activities End *********/

/*********** Map Start *********/

#map-section h4 {
  font-family: var(--text-montserrat-font);
  font-weight: 600;
  margin-bottom: 12px;
}

/*********** Map End *********/

/********* btn style start ****************/
.booking-btn-container {
  display: flex;
  align-items: center;
}

.booking-btn-container .booking-btn {
  background-color: #976C43 !important;
  color: #FFF !important;
  border: 1px solid #976C43 !important;
  text-decoration: none !important;
  width: 100%;
  max-width: 300px;
  flex: 1;
}

.booking-btn-container .booking-btn.cancel-color {
  background-color: #fff !important;
  color: #976C43 !important;
}

.max-btn-width {
  width: 100%;
  max-width: 429px;
}

.booking-btn {
  margin: auto;
}

/********* btn style End ****************/

@media (max-width: 440px) {
  .res-bar-3col {
    grid-template-columns: repeat(1, 1fr);
  }
}

/***** pre-season-carnival End *****/

/*--------------------------------------------------------------
# RBD-container
--------------------------------------------------------------*/
#tabContent .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.RBD-tabContent-section {
  margin-top: var(--spacing-32) !important;
}

.RBD-tabContent-section .tabContent-container {
  display: block;
}

.RBD-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 36px;
}

.RBD-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
  row-gap: 36px;
}

.RBD-container-2 a {
  width: 100%;
  display: flex;
  gap: 16px;
  flex-direction: column;
  height: auto;
  border-radius: var(--radius-MD);
  background: var(--background-lightGold);
}

.RBD-container a {
  width: 100%;
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.RBD-container img {
  border-radius: 8px;
  width: 100%;
}

.RBD-container a p {
  color: var(--text-primary);
  text-overflow: ellipsis;
  /* desktop/subtitle/MDB */
  font-family: var(--text-montserrat-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
  letter-spacing: 0.072px;
}

.RBD-container a:hover p {
  color: var(--text-primaryHover);
}

.useful-information {
  margin-top: var(--spacing-80);
}

.index-page .useful-information {
  margin-top: var(--spacing-48);
}

.index-page .useful-information-style2 {
  margin-top: var(--spacing-0);
}

.useful-information h3 {
  padding-bottom: var(--spacing-32);
  margin-bottom: 0px;
  color: var(--text-titleMain);
  /* desktop/header/XS */
  font-family: var(--text-montserrat-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 120% */;
}

.index-page .useful-information h3 {
  padding-bottom: var(--spacing-24);
}

.useful-card-container {
  /* display: flex;
  gap: 24px; */
}

.UsefulCard .swiper-slide {
  width: auto;
  height: auto;
  border-radius: var(--radius-MD);
  background: var(--background-lightGold);
  display: flex;
}

.useful-card-container a {
  /* font-family: var(--text-montserrat-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.4px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  /* display: flex; */
}

.useful-card-container .card {
  display: flex;
  /* min-height: 201px; */
  padding: var(--spacing-32) var(--spacing-32) var(--spacing-24) var(--spacing-32);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  /*max-width: 294px;*/
  max-width: unset !important;
  min-width: 294px;
  border: 0px;
  background-color: rgba(255, 255, 255, 0);
}

.useful-card-container-2 .card {
  display: flex;
  /* min-height: 201px; */
  padding: var(--spacing-32) var(--spacing-32) var(--spacing-24) var(--spacing-32);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  /*max-width: 294px;*/
  max-width: unset !important;
  border: 0px;
  background-color: rgba(255, 255, 255, 0);
}

.useful-card-container-2 .general-points-to-note, .useful-card-container .UsefulCard .swiper-wrapper .general-points-to-note {
  order: 1;
}

.useful-card-container-2 .swiperDrivingandParking, .useful-card-container .UsefulCard .swiper-wrapper .swiperDrivingandParking {
  order: 2;
}

.useful-card-container-2 .swiperDressCode, .useful-card-container .UsefulCard .swiper-wrapper .swiperDressCode {
  order: 3;
}

.useful-card-container-2 .reservation, .useful-card-container .UsefulCard .swiper-wrapper .reservation {
  order: 4;
}

.useful-card-container-2 .cancellation, .useful-card-container .UsefulCard .swiper-wrapper .cancellation {
  order: 5;
}

.useful-card-container-2 .smart-card-and-wristband, .useful-card-container .UsefulCard .swiper-wrapper .smart-card-and-wristband {
  order: 6;
}

.useful-card-container-2 .extreme-conditions-notes, .useful-card-container .UsefulCard .swiper-wrapper .extreme-conditions-notes {
  order: 7;
}

.tabContent-main {
  /* display: flex;
  flex-direction: column; */
}

.actionSupportCard {
}

.house-content-container {
  position: relative;
}

.house-content-container h3 {
  padding-right: 48px;
}

.index-page .useful-card-container .card {
  /* max-width: unset; */
}

.useful-card-container .card img {
  width: 100%;
  border-radius: 8px;
}

.useful-card-container .card .icon {
  height: 32px;
  width: 32px;
}

.useful-card-container .card .icon img {
  width: 100%;
}

.useful-card-container .card .card-body {
  padding: 0px;
  /*flex: 0 1 auto;*/
  flex: unset !important;
  height: unset !important;
}

.useful-card-container .card h3 {
  color: var(--text-primary);
  font-family: var(--text-montserrat-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding-bottom: var(--spacing-0);
}

.useful-card-container .card .LearnMore {
  color: var(--button-primary);
  font-family: var(--text-montserrat-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.4px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-top: 20px;
}

.useful-card-container .card:hover h3 {
  color: var(--text-primaryHover);
  text-decoration: none;
}

.useful-card-container .card:hover .icon img {
  opacity: 0.7;
}

.useful-card-container .card:hover .LearnMore {
  color: var(--button-tertiaryHover);
}

/********* POPUP OVERLAY Start  ********************/
.modal-dialog {
  /*max-width: 1496px !important;
  padding: 0 15px;*/
  max-width: 100% !important;
    padding: 0px;
  max-height: unset !important;
}

.modal {
  /*top: 15% !important;*/
  align-items: start !important;
}

.modal-header {
  max-width: 1496px !important;
  margin: auto;
  width: 100%;
}

.modal-header .close {
  padding: 0.5rem 1rem;
}

.popup-info-container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #ffffff;
  padding: 0px 30px 30px;
  overflow-y: scroll;
  /*max-height: 400px;*/
  overflow-x: hidden;
  scrollbar-width: thin;
}

.popup-info-container .ca-title {
  flex: 0 0 50%;
}

.oveflow-model-content-container {
  /*max-height: 85vh;*/
  max-height: 98vh;
  overflow-y: scroll;
  overflow-x: unset;
  padding: 0 25px;
  padding-bottom: 67px;
}

.model-textcontent__container {
  max-width: 736px;
  margin: 0 auto 40px auto;
}

.activity--header {
  padding: 10px; 
}

.activity--container {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  column-gap: 25px;
  /*padding: 24px 0px;*/
  align-items: center;
  padding: 10px;
}




.act-row-reverse {
  flex-direction: row-reverse;
}

.activity-container-photo {
  /*flex-basis: 50%;*/
  max-width: 992px;
  margin: 1.5em auto;
}

.activity-container-text {
  flex-basis: 50%;
}

.act-swiper-container {
  width: 100%;
  /*height: 300px;*//* Adjust height as needed */
  margin-bottom: 30px; /* Space for pagination */
  overflow: clip;
}

.act-swiper-slide img {
  margin-right: 30px;
  border-radius: 8px;
}

.act-swiper-slide img {
  width: 100%;
  /*height: 100%;
  object-fit: cover;*/
}

.act-swiper-pagination {
  position: relative;
  margin-top: 20px;
  text-align: center;
}

.act-swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: var(--button-primary);
}

.act-swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}

.act-container-bg-color {
  background-color: #fbf8f5;
  border-radius: 10px;
  margin: 0 10px;
}

.act-container-bg-color .activity-container-text {
  padding-left: 10px;
}

.modal-backdrop {
  background-color: #fff!important;
}

.modal-backdrop.show {
  opacity: 1!important;
}

.modal-body {
  overflow-y: unset;
}

@media (max-width: 767px) {
  .activity--container {
    display: block;
    padding: unset;
    margin-bottom: 3em;
  }
  
  .modal-body {
    padding: 0.5rem !important;
  }
  .modal-header {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 1rem !important;
  }
  .modal-dialog {
    padding: initial;
  }

  .act-container-bg-color {
    background-color: unset;
    margin: unset;
  }

  .act-container-bg-color .activity-container-text {
    padding-left: 0px;
  }
  .oveflow-model-content-container {
    padding: 1rem;
  }
}

@media (max-width: 575px) {
  .modal-dialog {
      width: auto;
      margin: 32px 0px !important;
  }
}

/********* POPUP OVERLAY End  ********************/


/*********** collapse item Start ****************/
 /* Base Styles */
.ant-flex {
  display: flex;
}

.ant-flex-vertical {
  flex-direction: column;
}

.ant-flex-align-stretch {
  align-items: stretch;
}


.border-y-1 {
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.border-border-color {
  border-color: #d9d9d9;
}

/* Collapse Styles */
.ant-collapse {
  background-color: #fff;
  border-radius: 8px;
}

.ant-collapse-borderless {
  background-color: transparent;
  border: 0;
}

.ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}

.ant-collapse-item:last-child {
  border-bottom: none;
}

.ant-collapse-header {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 32px 0;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5715;
  cursor: pointer;
  transition: all 0.3s;
}

.ant-collapse-expand-icon {
  margin-right: 12px;
}

.ant-collapse-expand-icon svg {
  width: 27px;
  height: 27px;
  transition: transform 0.3s;
}

.ant-collapse-header-text {
  flex: 1;
}

.ant-collapse-header-text h5 {
  font-size: 18px;
  margin-bottom: 0px;
  font-family: "fontMR", sans-serif;
  font-weight: 600;
  color: #23262A;
}

.ant-collapse-content {
  color: rgba(0, 0, 0, 0.85);
  background-color: #fff;
  border-top: 0px solid #d9d9d9;
}

.ant-collapse-content-hidden {
  display: none;
}

.ant-collapse-content-box {
  padding: 16px 0;
}

.ant-collapse-content-box ol li {
  line-height: 1.5;
  margin-bottom: 1em;
}

.ant-collapse-content-box ul li {
  line-height: 1.5;
  margin-bottom: 1em;
}


/* Active state */
.ant-collapse-item-active .ant-collapse-expand-icon svg {
  transform: rotate(0deg);
}

.ant-collapse-item-active .collapse-plus {
  opacity: 0;
}

.text-heading-5 {
  font-size: 16px;
}

.font-extrabold {
  font-weight: 800;
}


.break-normal {
  word-break: normal;
  overflow-wrap: normal;
}

.text-base-font-color {
  color: rgba(0, 0, 0, 0.85);
}

/* Utility classes */
.basis-full {
  flex-basis: 100%;
}


.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

/*********** collapse item End ****************/

/***** top banner arrow  Start *************/

@media (max-width: 768px) {
  .swiper-button-container {
      display: none!important;
  }
}

/***** top banner arrow  End *************/



/****** new carousel CSS Start 20250709******/

.featured-section__widthcontainer {
  max-width: 2100px;
  margin: auto;
  overflow: hidden;
}

.feature-button-container {
  display: flex;
  gap: var(--spacing-24);
  align-items: center;
}
.feature-btn-container{
  margin-top: 32px;
}
.feature-btn-container .feature-btn {
  background-color: #976C43;
  color: #FFF!important;
  border: 1px solid #976C43;
  text-decoration: none!important;
  flex: unset;
}

.blog-slider {
  max-width: 1728px;
  transition: all .3s;
  display: flex;
  /*height: 100vh;*/
  overflow: hidden;
  position: relative;
  /*margin: 0 auto;*/
}

.featured-section__title-container {
  padding:25px;
}

@media screen and (max-width: 992px) {
  .blog-slider {
      /*max-width: 680px;
      height: 400px;*/
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
      /*min-height: 500px;
      height: auto;
      margin: 180px auto;*/
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
      /*height: 350px;*/
  }
}

@media (max-width: 430px) {
.feature-btn-container .feature-btn {
  font-size: 12px !important;
    padding: 10px;
    width: 100%;
    max-width: 40vw;
}
}

.blog-slider__nav-container {
  position: absolute;
  top: calc(50% + 142px);
  /*transform: translateY(-50%);
  right: 0;*/
  display: flex;
  z-index: 99;
  gap: 24px;
  right: 200px;
}

@media screen and (max-width: 1200px) {
.blog-slider__nav-container {
  top: calc(50% + 140px);
  right: 180px;
}
}
@media screen and (max-width: 1024px) {
  .blog-slider__nav-container {
    right: 119px;
  }
  }
@media screen and (max-width: 992px) {
.blog-slider__nav-container {
  top: calc(50% + 130px);
  right: 150px;
}
}

@media screen and (max-width: 768px) {
  .blog-slider__nav-container {
    top: unset;
    right: 50%;
    bottom:10px;
    transform: translateX(50%);
  }
  }


.blog-slider__nav {
  /*position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;*/
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s;
}

.blog-slider__nav:hover {
  background: #f5f5f5;
}



.blog-slider__nav--prev {
  /*left: 20px;*/
  display: block ;
  width: 44px ;
    height: 44px ;    
    border: 1px solid #eee ;
    border-radius: 50%;
    opacity: .75;
}

.blog-slider__nav--next {
  /*right: 20px;*/
  display: block ;
  width: 44px;
    height: 44px;   
    border: 1px solid #eee ;
    border-radius: 50%;
    opacity: .75;
}

.blog-slider__nav:before {
  /*content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #062744;
  border-right: 2px solid #062744;*/
  
}

.blog-slider__nav--prev:before {
  /*transform: rotate(-135deg);
  margin-right: 4px;*/
  content: url(/pre-season-carnival-owner/global/assets/img/btn-slider-arrow-right.svg) ;
}

.blog-slider__nav--next:before {
  /* transform: rotate(45deg);
  margin-left: 4px;*/
  content: url(/pre-season-carnival-owner/global/assets/img/btn-slider-arrow-left.svg) ;
}

.blog-slider__item {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .blog-slider__nav--prev {
      left: 10px;
  }
  .blog-slider__nav--next {
      right: 10px;
  }
  .blog-slider__item {
      flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: .3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}

.blog-slider__img {
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  max-width: calc(100% - 350px);
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: all .3s;
}

@media screen and (max-width: 920px) {
  .blog-slider__img {
    max-width: calc(100% - 200px);
  }
}


@media screen and (max-width: 768px) {
  .blog-slider__img {
     transform: unset;
     width: 100%;
      max-width: unset;
  }
}
@media screen and (max-width: 576px) {
  /*.blog-slider__img {
      width: 95%;
  }*/
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  /*.blog-slider__img {
      height: 270px;
  }*/
}

.blog-slider__content {
  padding: 64px;
  background-color: rgba(251, 248, 245, 0.95);
  z-index: 2;
  margin-left: -200px;
  min-width: 200px;
  border-radius: 8px;
  min-height: 400px;
}
.blog-slider__content h2{
margin-bottom: 32px;
line-height: 36px;
}
@media screen and (max-width: 1200px) {
  .blog-slider__content {
    padding: 32px;
    margin-left: -200px;
    min-height: 400px;
  }
}

@media screen and (max-width: 1024px) {
  .blog-slider__content {
    min-height: 372px;
    margin-left: -12px;
  }
  .blog-slider__content h2{
    margin-bottom: 24px;
    }
    .feature-btn-container{
      margin-top: 24px;
    }    
  }
@media screen and (max-width: 920px) {
.blog-slider__content {
  min-height: 380px;
  margin-left: -200px;
}
}

@media screen and (max-width: 768px) {
  .blog-slider__content {
      /*margin-top: -80px;
      text-align: center;
      padding: 0 30px;*/
      margin-left: unset;
      min-height: unset;
      padding-bottom: 64px;        
      padding: 25px ;
      padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
      /*padding: 0;*/
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all .4s;
}

.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}

.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}

.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}

.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
      width: 100%;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.blog-slider__pagination {
  z-index: 21;
  width: 11px !important; 
  transform: translateX(50%);
  align-content: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
      transform: translateX(-50%);
      left: 50% !important;
      top: 205px;
      width: 100% !important;
      display: flex;
      justify-content: center;
      align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all .3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fd3838;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
      height: 11px;
      width: 30px;
  }
}


/**************** blog slider End *******************/

.hide-button {
  display: none !important; /* This will hide the button */
}
.RundownMap .slick-active{
  margin-right: 0px !important;
}

@media screen and (max-width: 1024px) {
  h2 {
    font-size: 30px !important;
  }
  #map-section h4 {
    margin-bottom: 8px;
}  
.contactinfo__d-flex {
  flex-direction: column;
  gap: 30px;
}
.contactinfo__d-flex div {
  width: 100%;
}
.contactinfo__d-flex .content-max{
  max-width: 738px;
}
.enquiry-container-btn-001 .btn{
  max-width: 100%;
}
.enquiry-container-btn-002 .register-btn {
  flex: 1;
  max-width: 100%;
}
.ant-collapse-header {
  padding: 24px 0;
}
.ant-collapse-header-text h5 {
  font-size: 16px;
}
}

/*.sign-up-container {
  display: none !important;
  }*/
    