@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');
/**  font-family: "Google Sans Flex", sans-serif;**/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/**  font-family: "Roboto", sans-serif;**/

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
/**  font-family: "Space Grotesk", sans-serif;**/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/**font-family: "Inter", sans-serif;**/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/**  font-family: "Poppins", sans-serif;**/

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
/**   font-family: "Lora", serif;**/


*{margin: 0; padding: 0; box-sizing: border-box;}
h1, h2, h3, h4, h5, h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}
.fonch {font-family: "Roboto", sans-serif;}
body {  font-family: "Lora", serif;
  margin: 0;
  padding: 0;
}
.bg-light {
  background-color: #fff !important;
}
.blue-bg {
  background: #00b7e8;
  color: #fff;
}
.blue-bg p {
  color: #fff;
}
.white-btn {
  color: #fff;
  border: solid 1px #fff;
}
.blue .fa-angle-right:before {
  margin: 63px 0 0 0;
  line-height: 10px;
  float: left;
  font-size: 22px;
}
a:hover {
  text-decoration: none;
}
*:after, *:before, p a, a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
p {
    font-size: 16px;
    font-weight: 500;
}
.sticky {
    position: sticky;
    z-index: 99999 !important;
}

#back-top {
  height: auto;
  width: auto;
  padding: 9px;
  position: fixed;
  bottom: 7px;
  right: 15px;
  z-index: 999;
  cursor: pointer;
  display: block;
  text-align: center;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  font-size: 15px;
  text-transform: uppercase;
}
#back-top img {
  width: 25px;
  display: block;
  margin: 0 auto;
}
#back-top a {
    font-size: 19px;
    color: #fff;
    display: block;
    padding: 0;
    border: solid 2px #fff;
    height: 40px;
    width: 40px;
    outline: none;
    line-height: 40px;
    background: #c62828;
    text-decoration: none;
    border-radius: 10px;
}
#back-top a span {
    display: block;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    padding: 0 0 9px 0;
}
/**go to top here end**/

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: none !important;
}
/*******all css************/
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}
section { padding: 70px 0;}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: #c62828;
    border-radius: 10px;
    opacity: 0.5;
}

.slick-dots li.slick-active {opacity: 1;}
.slick-dots li.slick-active button:before {display: none;}

.paraboxe{text-align:center; max-width:800px; margin:auto;}

a.applybtn.white {
    background: #ffffff;
    padding: 9px 20px;
    display: block;
    width: fit-content;
    margin: 15px auto;
    border-radius: 10px;
    color: #c62828;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
    font-family: "Inter", sans-serif;
}
a.applybtn.white:hover{ background-color: #a92c2c; color: #fff;}



/* nav */
.navbar {
    position: absolute;
    top: 0;
    z-index: 22;
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
}

.navbar>.container {
    position: relative;
}

.navbar-brand{
    display: inline-block;
    width: 132px;
}

.navbar a.applybtn.white {
    display: inline-block;
    float: right;
    position: absolute;
    right: 0;
    margin: 13px 0 0 0;
    color: #fff;
    background: #c62828;
}

.sixdays .slick-prev:before, .sixdays .slick-next:before {
    font-size: 25px;
    color: #c62828;
}

/* ANIMATIONS */
@keyframes fadeUp {
  from { transform: translateY(40px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.show {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

/* HERO */
.hero {
  height: 100vh;
  background: url('../images/hero.webp') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: white;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.2);
}

.hero-content {
  position: relative;
  z-index: 2;
  animation: fadeUp 1.5s ease forwards;
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.hero p {
  font-size: 1.2rem;
  color: #ffdd99;
}
.datboxe {
    color: #ffbd59;
    font-weight: 600;
    font-size: 30px;
    border: solid 4px #c62828;
    border-radius: 22px;
    width: fit-content;
    margin: 0 auto 31px;
    padding: 2px 28px;
}
.hero h2 {
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 42px;
    width: fit-content;
    border-bottom: solid 4px #c62828;
    margin: 0 auto;
    padding: 0 37px;
    margin-bottom: 15px;
}

.hero h3 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #000;
}

.hero h3 strong {
    display: block;
    color: #c62828;
    text-transform: uppercase;
    font-size: 36px;
    font-family: "Inter", sans-serif;
}

/* <!-- INTRO --> */
.section-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
    color: #c62828;
    font-weight: 800;
}
.maixe {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    width: 46%;
    margin: 1.9%;
    display: inline-block;
    vertical-align: top;
    min-height: 705px;
    position: relative;
}
.condes {
    padding: 23px 23px 0 23px;
}
.maidesd {
    font-size: 23px;
    font-weight: 700;
    color: #c62828;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
}

.maidesd  span {
    display: block;
    color: #000;
    font-weight: 500;
}
span.yellowline {
    display: block;
    width: 250px;
    height: 7px;
    background: #ffbd59;
    margin-bottom: 15px;
}

.dayxe {
    position: absolute;
    background: #c62828;
    color: #fff;
    font-size: 28px;
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 0 10px 10px 0;
}
.sixdays .slick-slide  > div {position: relative;}

.sixdays {
    margin-top: 20px;
}


/* lwl-threebx */

.lwl-threebx {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.imdiese {
    width: 100%;
}

.skyvur {
    width: 100%;
    object-fit: cover;
    height: 950px;
}
.chlive {
    width: 100%;
    position: absolute;
    top: 6%;
    z-index: 2222;
}

.whixoes {
    background: #fff;
    position: absolute;
    top: 0;
    right: 10%;
    z-index: 222;
    width: 32%;
    height: 100%;
    padding: 50px;
}

.whixoes  p {margin-bottom: 20px;}

.section-title.allhead {
    text-align: left;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
    color: #000;
}

.section-title.allhead  span{
    color: #c62828;
}
.millehad {
    font-size: 1.8rem;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    color: #000;
    margin-bottom: 35px;
}

.millehad span {
    color: #c62828;
}
/* lwl-four */
section.lwl-four {
    position: relative;
}
.deds {
    position: absolute;
    right: 0;
    width: 500px;
    top: 0;
}

section.lwl-four .container {
    position: relative;
    z-index: 2;
}

.allhead.syt2 {
    text-align: left;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
    color: #c62828;
}

.allhead.syt2 span {
    display: block;
    font-size: 38px;
    color: #000;
}
.boxone {
    display: block;
    width: 52%;
    padding: 50px;
}
.boxone  h6 {
    color: #c62828;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.boxone.botow {
    margin-left: 22%;
     padding: 30px;
}
.boxone.threx {
    margin-left: 44%;
    padding: 30px;
}
.dedds {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 500px;
    top: auto;
}


/* RED DETAILS SECTION */
.details .section-title {color: #fff;}
.details { background:#c62828; color:white; text-align:center; }
.details-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:20px; margin-top:30px; }
.detail-box { background:rgba(255,255,255,0.15); padding:20px; border-radius:8px; }
img.icond {
    display: block;
    margin: 0 auto 10px;
    object-fit: contain;
    height: 70px;
    border-radius: 50px;
    border: solid 2px #fff;
    padding: 5px;
    background: #c62828;
}
.detail-box h3 {    font-weight: 600;
    font-size: 20px;}

    /* PROGRAMME FEE INCLUDES */
.includes-grid-box {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:25px;
  max-width:1000px;
  margin:auto;
}

.include-item-box {
  background:#fff;
  border-radius:10px;
  padding:20px;
  text-align:center;
  box-shadow:0 8px 20px rgba(0,0,0,0.08);
  transition:0.3s;
}

.include-item-box span {
  font-size:2rem;
  display:block;
  margin-bottom:10px;
}

.include-item-box:hover {
  transform:translateY(-5px);
}

.lwl-firvx {padding-top: 0;}
.lwl-firvx ul li:first-child {
    background: #d82f39;
    color: #fff;
    font-size: 46px;
    font-weight: 800;
    padding: 30px;
    border-radius: 10px;
    float: left;
    width: 20%;
    line-height: 56px;
}

.lwl-firvx ul li {
    font-weight: 800;
    padding: 30px;
    border-radius: 10px;
    float: left;
    width:25.1%;
    border: solid 1px #d82f39;
    margin-right: 1.5%;
    min-height: 290px;
}
.lwl-firvx ul li:last-child, .lwl-firvx ul li:nth-child(4){margin-right: 0;}
.lwl-firvx ul li img {    object-fit: contain;
    height: 80px;
    margin: 0 0 13px 0;}

.des span {
    color: #d82f39;
    font-size: 29px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.heides {
    margin: 0 0 21px 0;
    font-family: "Poppins", sans-serif;
}

.lwl-firvx ul li:last-child{
    display: block;
    width: 78.4%;
    float: right;
    min-height: auto;
    margin: 19px 0 0 0;
}
.ese {
    font-weight: 300;
}

.ese span{
    display: inline-block;
    vertical-align: middle;
    background: #000;
    height: 5px;
    width: 5px;
    border-radius: 10px;
    margin: 0 5px 0 0;
}

/*******schedule************/

.timeline {
  position: relative;
  max-width: 900px;
  margin: auto;
  padding-left: 20px;
  border-left: 4px solid #c62828;
}

.timeline-item {
  margin-bottom: 40px;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  transition: 0.8s ease;
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    width: 18px;
    height: 18px;
    background: #c62828;
    border-radius: 50%;
}

.timeline-content h3 {
    margin-bottom: 10px;
    color: #c62828;
    font-weight: 700;
}

.timeline-content ul {
  padding-left: 18px;
}

.timeline-content li {
  margin-bottom: 6px;
  position: relative;;
  padding-left: 10px;
}

.timeline-item.show {
  opacity: 1;
  transform: translateY(0);
}
@keyframes fadeUp {
  from { transform: translateY(40px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.show { transform: translateY(0) !important; opacity: 1 !important; }



.timeline-content ul li::before {
    content: "•";
    color: #000;
    display: inline-block;
    width: 1em;
    position: absolute;
    left: 0;
} 

.timeline-content ul li:first-child {
   font-weight: 600;
    padding: 0;
}
.timeline-content ul li:first-child::before {
   display: none;
}
/* <!-- unique --> */

.trded .detail-box h5 {
    font-weight: 700;
    font-size: 22px;
}

.trded .detail-box span {
    left: 12px;
    background: #fff;
    color: #c62828;
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-weight: 800;
    font-size: 25px;
    border-radius: 10px;
    display: block;
    margin: 0 auto 20px;
    border-radius: 50px;
}

.trded .detail-box p {
    margin-top: 16px;
}
.yelww {
    color: #ffe000;
}

/* <!-- Experience --> */

.experiencemain {
    padding: 0;
    overflow: hidden;
    position: relative;
}

.experiencemain .container {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.experiencemain .container  .rioxe {
    width: 48%;
}
.riimd {
    float: right;
    object-fit: cover;
    width: 49%;
    margin-left: 4%;
    height: 710px;
}
.rioxe {
    display: block;
    margin: 50px 0;
}

.sixexes {padding-top: 0;}
.experience  .boxede {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 15px;
    margin: 10px 15px;

}

.experience .boxede  img {
    object-fit: contain;
    height: 60px;
    display: inline-block;
}

.experience  .boxede  span {
    display: inline-block;
    width: 87%;
    vertical-align: middle;
    margin-left: 2%;
    font-weight: 600;
}



/* <!-- Experience Shuimoyuan --> */

.leimds {
    float: none;
    width: auto;
    object-fit: contain;
    height: unset;
    margin-right: 5%;
    height: 850px;
    display: inline-block;
}
.ExperienceShuimoyuan .section-title {
    text-align: left;
    text-transform: uppercase;
}

.ExperienceShuimoyuan .section-title span {
    display: block;
    color: #000;
    font-weight: 400;
}


.ExperienceShuimoyuan p {
    margin-bottom: 17px;
}
.desdsed {
    font-weight: 600;
    font-size: 29px;
    color: #000;
    margin: 0 0 6px 0;
}
.reboxe {
    background: #d82f39;
    color: #fff;
    font-size: 28px;
    text-align: center;
    border-radius: 12px !important;
    overflow: hidden;
    margin: 6px 0}

.condes span {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    display: block;
}
.condes p {
    width: auto;
    margin: 10px auto 0;
    font-size: 15px;
}
.shuimoyuan .slick-slide img {
    margin: 0 auto 20px;
    object-fit: contain;
    height: 51px;
}

.ExperienceShuimoyuan .rioxe {
    display: inline-block;
    margin: 0;
    width: 35%;
    vertical-align: top;
    text-align: left;
}

.mixes {
    text-align: center;
    margin: 0 auto;
}

.ExperienceShuimoyuan {
    padding: 70px 0;
    clear: both;
    display: block;
    width: 100%;
    padding-bottom: 20px;
    
}

.ExperienceShuimoyuan .section-title  strong {
    font-weight: 800;
    color: #000;
}


  /* the slides */
  .shuimoyuan .slick-slide {
      margin: 0 15px;
  }

  /* the parent */
  .shuimoyuan .slick-list {
      margin: 0 -15px;
  }

  /* <!-- Collin Kong --> */

.lwl-lasbxd {
    padding-top: 20px;
}
.reoxe {
    background: #d82f39;
    padding: 41px;
    border-radius: 29px;
    width: 79%;
    margin: 0 auto;
}
.whidxe {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 33px;
}

.whidxe h5 {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 800;
    color: #d82f39;
    text-transform: uppercase;
    margin: 0 auto 4px;
    display: block;
    width: fit-content;
}

.whidxe span.yellowline  {
    margin: 0 auto 14px;
}

.whidxe  p {
    text-align: center;
    font-size: 23px;
    margin: 0;
}

.whidxe  p strong {
    display: block;
}

.whixde.tedds {
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
}

.leides {
    object-fit: cover;
    border-radius: 10px;
    height: 487px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5% 0 0;
    width: 44%;
}

.ricones {
    display: inline-block;
    width: 50%;
    text-align: left;
    padding-top: 50px;
    padding-right: 50px;
}

.whixde.tedds  .section-title {
    text-align: left;
    text-transform: uppercase;
}

.whixde.tedds  .section-title span {
    display: block;
    color: #000;
}

.whixde.tedds .ricones p {
    font-size: 19px;
}
/* <!-- FOOTER --> */
footer {
  background: #111;
  color: #aaa;
  text-align: center;
  padding: 40px 20px;
  font-family: "Poppins", sans-serif;
}
ul.socillind {
    margin: 15px 0;
}

ul.socillind li {
    display: inline-block;
    margin: 0 10px;
}
/******nav*******/
.video-preview-wrapper {
    position: relative;
    max-width: 800px;
    margin: auto;
    border-radius: 16px;
    overflow: hidden;
  }
  
  .video-frame {
    width: 100%;
    height: auto;
    display: block;
    background: #000;
  }
  
  /* Play Button Overlay */
  .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  
    display: flex;
    align-items: center;
    gap: 10px;
  
    padding: 14px 26px;
    border-radius: 40px;
    border: none;
  
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
  
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s ease;
  }
  
  .play-btn:hover {
    background: rgba(0, 0, 0, 0.85);
    transform: translate(-50%, -50%) scale(1.05);
  }
  
  /* Hide play button once video starts */
  .video-preview-wrapper.playing .play-btn {
    display: none;
  }
  
  /* Mobile */
  @media (max-width: 768px) {
    .play-btn {
      font-size: 16px;
      padding: 12px 20px;
    }
  }
  