﻿:root {
  --color-1: #000000;
  --color-2: #ffffff;
  --color-3: #F1D0A6;
  --color-4: #5A0218;
  --color-5: #FFFAF0;
  --color-6: #520B02;
  --color-7: #6F0218;
  --color-8: #510241;
  --color-9: #61014E;
  --color-10: #AD9056;
  --color-11: #F5F5F5;
  --color-12: #D0A3C3;
  --color-13: #343333;
  --color-14: #0D0C0C;
}

.row {
  padding-left: 0;
  padding-right: 0;
  /* margin-left: 0;
  margin-right: 0; */
}

html,
body {
  overflow-x: hidden;
}


.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url(../images/toggle_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  mask-size: contain;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler {
  border: 2px solid var(--color-3);
}


@font-face {
  font-family: 'Avenir';
  src: url('../font/avenir/Avenir-Heavy.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

.custom_container_80 {
  width: 80%;
  margin: auto;
}

.custom_container_50 {
  width: 50%;
  margin: auto;
}

.custom_container_70 {
  width: 70%;
  margin: auto;
}

.custom_container_90 {
  width: 90%;
  margin: auto;
}

.pd_top_60 {
  padding-top: 60px;
}

.pd_bot_60 {
  padding-bottom: 60px;
}

.pd_top_bot_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pd_top_bot_35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pd_top_bot_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pd_top_30 {
  padding-top: 30px;
}

.pd_bot_30 {
  padding-bottom: 30px;
}

.pd_top_bot_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pd_top_45 {
  padding-top: 45px;
}

.pd_top_bot_45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pd_bot_45 {
  padding-bottom: 45px;
}

.pd_top_90 {
  padding-top: 90px;
}

.pd_bot_90 {
  padding-bottom: 90px;
}

.pd_top_bot_90 {
  padding-top: 90px;
  padding-bottom: 90px;

}

.ora_tit {
  color: var(--color-3);
}

.wh_tit {
  color: var(--color-5);
}

.wax_arr_img {
  text-decoration: none;
  transition: 0.2s ease-in-out;
  font-family: 'Avenir', sans-serif;
  font-weight: 800;
}

.wax_arr_img img {
  width: 35px;
  height: 35px;
  margin-left: 10px;
  transition: 0.2s ease-in-out;
}

.wax_desc .row {
  margin-right: 0;
}

.comm_title {
  color: var(--color-5) !important;
}

.su_to {
  color: var(--color-5);
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.enc_skip_link {
  left: 50%;
  position: absolute;
  transform: translateY(-100%);
}

/* Centered navbar adjustments */
.navbar-nav .nav-link {
  font-family: 'Avenir', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 1px;
  color: var(--color-2);
  padding-left: 1rem;
  padding-right: 1rem;
}

.navbar-nav .nav-link:hover {
  color: var(--color-3);
}

.site-header {
  position: sticky;
  width: 100%;
}

.pg_title {
  font-family: 'Avenir', sans-serif;
  font-weight: 400;
  font-size: 4rem;
}

.sticky-top {
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar {
  position: absolute;
  background-color: var(--color-7);
  top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}

.book_btn:hover {
  background-color: var(--color-7) !important;
  color: var(--color-3) !important;
  transition: 0.3s;
}

/* Smooth transition for sticky header */
.site-header,
.sticky-top,
.sticky-top nav {
  transition: background-color 0.3s, box-shadow 0.3s, padding 0.3s;
  z-index: 10;
}

.sticky-top nav {
  background-color: var(--color-6) !important;
  animation: smoothScroll 0.3s;
}

.f_nav {
  border-top: 2px solid var(--color-3);
}

.navbar-brand {
  margin-right: 0;
  padding-bottom: 0;
}

.navbar-brand img {
  display: block;
  margin: 0 auto;
}

.top_info_bar {
  background-color: var(--color-6);
  position: relative;
  z-index: 3;
}

.top_info_bar a {
  font-family: 'Avenir', sans-serif;
}

.top_info_bar span {
  color: var(--color-2);
  padding: 6px;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}

.card {
  border: none;
  border-radius: 0;
}

.sh_card {
  height: 20px;
  width: auto;
  margin-right: 20px;
}

/* //////////////////SITE FONT///////////////////// */

.la_fon {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

/* /////////////////HOMEPAGE ////////////////////// */

.wax_background {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  pointer-events: none;
}

.wax_main iframe.wax_background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
}

.video-background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/exp_img_1.jpg');
  /* This is the placeholder image */
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.ytp-large-play-button {
  display: none !important;
}

.comm_crd_tit h3 {
  font-size: 22px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}

.scr_txt_container {
  height: max-content;
  overflow-x: hidden;
  position: relative;
  position: absolute;
  top: 80%;
  z-index: 2;
  align-items: end;
  display: flex;
  justify-content: center;
}

.scr_txt {
  width: 100vw;
  position: relative;
  font-family: 'Avenir', sans-serif;
  font-size: 80px;
  color: var(--color-2);
  margin: 0;
}

.wax_desc {
  position: absolute;
  bottom: 20%;
  color: var(--color-2);
  z-index: 3;
}

.wax_desc_content {
  padding: 35px;
  background-color: var(--color-8);
}


.wax_main {
  background-color: var(--color-7);
  background-image: url('../images/exp2.jpg');
  /* Added as fallback directly to section as well */
  background-size: cover;
  background-position: center;
  position: relative;
  height: 86vh;
  overflow: hidden;
}

/* /////////////// CINEMA SECTION /////////////////////// */

.secound_section {
  background-color: var(--color-7);
}

.s_title {
  color: var(--color-3);
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}

.secound_section .slick-dots li {
  font-size: 23px;
}

.se_ci_section h2,
.se_ci_section h4 {
  color: var(--color-3);
  font-family: 'Avenir', sans-serif;
}

.se_ci_section p {
  color: var(--color-2);
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.se_ci_section {
  background-color: var(--color-4);
  height: 100%;
}

.se_ci_section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider_item {
  padding-right: 15px;
}

.category_slider .card-body {
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  color: var(--color-3);
  background-color: var(--color-6);
  transition: 0.3s ease;
}

.category_slider a {
  text-decoration: none;
}

.category_slider a:hover .card-body {
  background-color: var(--color-5);
  color: var(--color-6);
}

.all_zone_section .category_slide {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}

.other_exp_section .category_slide {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}

.category_slider .card-body h3 {
  padding-bottom: 20px;
  margin-bottom: 0;
}

.category_slider .card-body h3 p {}

.category_slider .slick-slide {
  margin-right: 15px;
}

.se_ci_section {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* ensures children can use full height */
}


.sat_sec_img {
  height: 100%;
}

.first_card {
  background-color: var(--color-5) !important;
  color: var(--color-6) !important;
}

.category_slider .slider_item {
  transition: all 0.3s ease;
}

.category_slider .wa_left,
.category_slider .wa_right {
  position: absolute;
  top: 100%;
  right: 17%;
  z-index: 3;
}

.category_slider .wa_left img,
.category_slider .wa_right img {
  margin-left: 0;
  margin-right: 0;
  padding-left: 6px;
  padding-right: 6px;
  object-fit: contain;
}

.category_slider .slick-arrow {
  border: none;
  background-color: var(--color-3);
  padding: 0;
}

.category_slider .wa_right {
  right: 21%;
}


.wide-slide {
  flex: 2;
  /* make Hollywood section wider */
}

/* .category_slider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;

} */

.category_slider .card {
  border: none;
  height: 100%;
}

.category_slider .card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 0;
}

.category_slider .card-body p {
  margin-bottom: 0;
}

/* This makes the first visible card wider */

/* //////////////THE STAR BEHIND THE STARS SECTION /////////////////////// */

.yel_wax_arr_img {
  color: var(--color-3);
}

.yel_wax_arr_img:hover {
  color: var(--color-2);
}

.yel_wax_arr_img img {
  background-color: var(--color-3);
  padding-left: 6px;
  padding-right: 6px;
  object-fit: contain;

}

.yel_wax_arr_img:hover img {
  background-color: var(--color-2) !important;
}

.bl_wax_arr_img {
  color: var(--color-14);
}

.bl_wax_arr_img:hover {
  color: var(--color-4);
}

.bl_wax_arr_img img {
  background-color: var(--color-14);
  padding-left: 6px;
  padding-right: 6px;
  object-fit: contain;
}

.bl_wax_arr_img:hover img {
  background-color: var(--color-4) !important;
}

.wh_wax_arr_img {
  color: var(--color-5);
}

.wh_wax_arr_img:hover {
  color: var(--color-3) !important;
}

.wh_wax_arr_img img {
  background-color: var(--color-5);
  padding-left: 6px;
  padding-right: 6px;
  object-fit: contain;
}

.wh_wax_arr_img:hover img {
  background-color: var(--color-3) !important;
}

.the_star_section {
  background-color: var(--color-7);
  position: relative;
}

.the_star_section .st_image .wax_background {
  height: max-content;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 185%;
}

.iconic_scenes_section {
  background-color: var(--color-8);
  position: relative;
}

.iconic_scenes_section .st_bg {
  background-color: var(--color-9);
  color: var(--color-5);
}

.st_bg {
  background-color: var(--color-6);
  color: var(--color-2);
}

.slide_box_st {
  width: 60%;
  height: 100%;
  background-color: var(--color-6);
}

.st_image_m_div {
  height: 100%;
}

.st_image {
  padding: 70%;
  position: relative !important;
  height: 100%;
  width: 100%;
}

.st_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 185%;
  height: 100%;
  object-fit: cover;
}

.st_bg p {
  padding-bottom: 20px;
  color: var(--color-5);
}

.st_bg .wax_arr_img {
  color: var(--color-5);
}

/* ///////// TICKET SECTION /////////////////////// */

.ticket_section {
  background-size: cover !important;
  background-color: var(--color-8);
}

.ticket_card {
  color: var(--color-5);
  padding: 20px;
  background-color: var(--color-8);
  font-family: 'Lato', sans-serif;
}

.ti_title {
  padding-top: 40px;
  padding-bottom: 40px;
  color: var(--color-5);
  font-family: 'Avenir', sans-serif;
}

.ticket_ban_img {
  background-image: url(../images/bag_pac.png);
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  animation: pulseGlow 3.6s ease-in-out infinite;
}

@keyframes pulseGlow {
  0% {
    opacity: 0.3;
  }

  50% {
    opacity: 1.3;
  }

  100% {
    opacity: 0.3;
  }
}

.the_star_section .ticket_ban_img {
  background-image: url(../images/bag_pac.png);
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 45%;
  height: 53%;
  position: absolute;
  top: 0;
  left: 65%;
}

.ticket_section h2 {
  color: var(--color-5);
}

.tickets_section {
  background-color: var(--color-9);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.ti_image {
  position: relative;
  /* padding: 50%; */
  height: 330px;
  width: auto;
}

.ti_images {
  height: 100%;
}

.cu_ti_images {
  position: relative;
  padding-top: 95%;
  height: 100%;
}

.cu_ti_images img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ti_images img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.tickets_section .card {
  height: 100%;
  border-radius: unset;
  border: none;
}

.tickets_section .card-body {
  display: flex;
  flex-direction: column;
  background-color: var(--color-5);
  padding: 20px;
}

.tickets_section .wax_arr_img {
  position: absolute;
  bottom: 0;
  right: 0;
  color: var(--color-5);
  background-color: var(--color-1);

}

.tickets_section .wax_arr_img img {
  min-height: 35px;
  width: 35px;
  padding-left: 6px;
  padding-right: 6px;
  margin-left: 0;
  object-fit: contain;
}

.tickets_section .wax_arr_img:hover {
  color: var(--color-3);
}

.tickets_section .wax_arr_img:hover .ch_arr_ti {
  background-color: var(--color-3);
}

.tickets_section .wax_arr_img span {
  padding: 10px;
  font-family: 'Avenir', sans-serif;
  font-size: 15px;
}

.tickets_section .wax_arr_img {
  display: flex;
  align-items: center;
}

.tickets_section h3 {
  font-family: 'Lato', sans-serif;
  padding-top: 0;
  font-weight: 500;
  margin-bottom: 0;
}

.tickets_section p {
  font-family: 'Lato', sans-serif;
  padding-top: 15px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 22px;
}

.ch_arr_ti {
  background-color: var(--color-5);
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}

.ti_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BUY TICKET SECTION */

.buy_ticket {
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: end;
}

.buy_ticket p {
  margin: 0;
  color: var(--color-5);
  font-family: 'Lato', sans-serif;
  padding-bottom: 20px;
}


/* .packages_sec {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
} */
.packages_sec .slick-track {
  display: flex !important;
}

.packages_sec .slick-slide {
  height: inherit !important;
}

.packages_sec .ticket_card_content {
  padding: 24px 20px 50px 20px;
  flex: 1 1 auto;
}

.packages_sec .wax_arr_img {
  display: flex;
}

.ticket_card_content h4 {
  color: var(--color-2);
  text-align: left;
  font-size: 22px;
  text-align: center;
  min-height: 48px;
  margin-bottom: 12px;
  font-family: 'Avenir', sans-serif;
}

.ticket_card_content .divider {
  height: 2px;
  background: var(--color-3);
  margin-bottom: 12px;
}

.ticket_card_content .ideal_for {
  font-size: 0.95rem;
  margin-bottom: 2px;
  font-family: 'Lato', sans-serif;
}

.ticket_card_content .ideal_group {
  font-family: 'Avenir', sans-serif;
  font-weight: bold;
  font-size: 1.05rem;
  margin-bottom: 16px;
}

.ticket_card_content ul {
  font-size: 0.95rem;
  padding-left: 1.2em;
  line-height: 2.5;
  margin-bottom: 0;
}

.ticket_card_content li {
  font-family: 'Lato', sans-serif;
}

.ticket_section a {
  text-align: end;
}

.pac_con {
  margin-right: 10px;
  margin-left: 10px;
}

/* ///////////////// GALLERY SECTION /////////////////////// */
.gallery_item {
  position: relative;
  padding-top: 10%;
}

.gallery_item img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.latest_addition_image {
  position: relative;
  padding-top: 100%;
  height: 100%;
}


/* ///////////////////// WHATâ€™S INSIDE SECTION /////////////////////// */

.wh_inside_section {
  background-color: var(--color-8);
}

.wh_inside_section h2 {
  color: var(--color-5);
  margin-bottom: 0;
  padding-bottom: 20px;
}

.wax_seal_image {
  min-height: 385px;
  height: 100%;
  position: relative;
}

.wax_seal_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wax_seal_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.wax_c_r {
  padding-right: 0;
  padding-left: 0;
}

.wax_c_l {
  background-color: var(--color-5);
  padding: 30px;
}


.wh_inside_section p {
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--color-13);
}

.wax_seal_info h3 {
  color: var(--color-6);
}

/* Animation for right-to-left fade */
#an_fdright {
  display: flex;
  flex-wrap: nowrap;
}

#an_fdleft {
  display: flex;
  flex-wrap: nowrap;
}

.wa_ri_sc {
  position: relative;
  left: 45%;
}

.wa_le_sc {
  position: relative;
  left: -132%;
}


/* /////////////////////// FEATURED EXHIBIT SECTION /////////////////////// */

.latest_addition_section {
  background-color: var(--color-6);
}

.lat_content {
  background-color: var(--color-7);
}

.latest_addition_section p {
  color: var(--color-11);
  margin-bottom: 0;
}

.slide_box {
  width: 60%;
  height: 100%;
  background-color: var(--color-7);
}

.latest_main_content_div {
  background-color: var(--color-7);
  position: relative;
  display: flex;
  height: 100%;
}

.latest_main_content_div .ticket_ban_img {
  position: absolute;
  bottom: 0;
  right: 60%;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.3;
}

.lat_tit {
  color: var(--color-3);
  font-size: 4rem;
  font-family: 'Avenir', sans-serif;
  font-weight: 300;
}

.lat_sub_tit {
  font-size: 40px;
  color: var(--color-3);
}


.latest_addition_image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.lt_p_re {
  padding-left: 0;
  padding-right: 0;
}

.main_slide_box {
  display: flex;
  justify-content: end;
}

/* Star Behind Stars Section Styles */
.st_image_m_div {
  display: flex;
  justify-content: flex-start;
}

.star_right_content {
  display: flex;
  justify-content: flex-end;
}

.st_image {
  width: 100%;
  height: 100%;
  position: relative;
}

/* <!-- ////////////////LEGENDS SILVER SCREEN SECTION////////////////////// --> */

.srilanka_cinema {
  background-color: var(--color-6);
}

.srilanka_cinema h1 {
  color: var(--color-3);
  margin-bottom: 0;
}

.srilanka_cinema .la_fon {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.leg_ti_sec {
  color: var(--color-2);
}

.ci_mn_img {
  position: relative;
  padding-top: 60%;
}

.ci_mn_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.legends_silver_screen {
  background-color: var(--color-9);
}

.le_tic {
  background-color: var(--color-8);
}

.legends_silver_screen .tickets_section p {
  color: var(--color-1);
}

.legends_silver_screen .tickets_section {
  background-color: var(--color-8);
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}

.legends_silver_screen .tickets_section .card {
  flex: 0 0 calc(20% - 16px);
  height: auto;
  display: flex;
  flex-direction: column;
}

/* ////////////////////// PLAN VISIT SECTION///////////////////// */

.plan_visit {
  background-color: var(--color-8);
}

.plan_visit h1 {
  color: var(--color-5);
  margin-bottom: 0;
}

.plan_visit .la_fon {
  margin-bottom: 0;
  padding-bottom: 30px;
  max-width: 80%;
}

.faq_te {
  color: var(--color-3);
  margin-left: 25px;
  transition: color 0.3s ease-in-out;
}

.faq_te:hover {
  color: var(--color-2);
}

.info_section {
  background-color: var(--color-5);
}

.info_main_div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.info_di {
  display: flex;
  align-items: center;
  color: var(--color-7);
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

.info_di div {
  line-height: 135%;
}

.info_di a {
  text-decoration: none;
  color: var(--color-7);
  transition: color 0.3s ease-in-out;
}

.info_di a:hover {
  color: var(--color-8);
}

.inf_time {
  padding-left: 12px;
}

.info_di img {
  height: 30px;
  width: auto;
  object-fit: cover;
  margin-right: 12px;
}

.info_di p {
  margin-bottom: 0;
}

.opening_hours_section {
  background-color: var(--color-7);
}

.opening_hours_div {
  background-color: var(--color-6);
}

.regular_hours p {
  margin-bottom: 0;
}

.regular_hours {
  color: var(--color-5);
  font-family: 'Lato', sans-serif;
}

.op_details p {
  padding-bottom: 12px;
}

.op_time {
  font-size: 23px;
}

.op_img {
  position: relative;
  padding-top: 110%;
  height: 100%;
}

.op_img img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.re_da {
  color: var(--color-3);
}


.buy_online_section p {
  color: var(--color-11);
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  /* padding: 20px; */
}

.b_box {
  background-color: var(--color-6);
  padding: 20px;
  height: 230px;
}

.b_boxs {
  background-color: var(--color-6);
  height: 100%;
  padding-top: 10px;
}

.b_box_ti {
  font-size: 20px;
  min-height: 55px;
}

.b_box_pa {
  font-size: 17px;
}

.add_on_di {
  display: flex;
  align-items: center;
  text-align: start;
  background-color: var(--color-6);
  height: 100%;
  padding: 20px;
}

.ad_tit {
  margin-bottom: 0;
}

.wa_tic {
  height: 100%;
  display: flex;
  align-items: end;
}

.b_boxs_img img {
  height: 50px;
  width: auto;
}

.b_boxs_img {
  position: relative;
  min-height: 55px;
}

.b_boxs_img .b_box_ti {
  position: absolute;
  color: var(--color-4);
  top: 19%;
  font-size: 20px;
  margin-bottom: 0;
  padding-left: 20px;
}

.b_boxs_pa {
  padding: 20px;
}

/* /////////////////////////WE ARE HERE SECTION////////////////// */
.we_are_here {
  background-color: var(--color-9);
}

.we_are_mn_div {
  background-color: var(--color-8);
}

.tr_img img {
  padding: 10px;
  margin-right: 10px;
  width: 50px;
  height: auto;
  background-color: var(--color-9);
}

.tr_tit {
  padding: 13px;
  background-color: var(--color-9);
  color: var(--color-3) !important;
  font-weight: 500 !important;
}

.we_ar_h_detail p {
  color: var(--color-5);
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.we_are_here h2 {
  padding-bottom: 30px;
  color: var(--color-5) !important;
}

.wax_mu_location {
  position: relative;
  padding-top: 60%;
}

.wax_mu_ifr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* padding-bottom: 20px; */
}

.wax_mu_ifr iframe {
  width: 100%;
  height: 100%;
}

.we_ar_h_detail .col-md-6 {
  margin-bottom: 15px;
}

.contact_lo .wax_mu_location {
  position: relative;
  padding-top: 45%;
}

.we_are_here .op_map {
  padding-bottom: 30px;
}

/* //////////////////EXPERIENCES & ADD-ONS///////////////////// */

.experience_add_section {
  background-color: var(--color-6);
}

.experience_add_section h2 {
  padding-bottom: 45px;
}

.experience_add_section .card-body {
  background-color: var(--color-5);
}

.experience_add_section .card-body p {
  padding-top: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.exp_section {
  background-color: var(--color-7);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* ///////////////FACILITIES & ACCESSIBILITY////////////////// */

.facilities_section {
  background-color: var(--color-7);
}

.facilities_section h2 {
  padding-bottom: 30px;
}

.fa_tit {
  font-size: 18px;
  padding-top: 1rem;
  color: var(--color-2) !important;
}

.fa_acc_div {
  color: var(--color-5);
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}

.fa_acc_div p {
  color: var(--color-11);
}

.fa_acc_section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 20px;
  background-color: var(--color-6);
}

.fa_acc_div img {
  height: 30px;
  width: auto;
  object-fit: cover;
}

.op_h_p p {
  margin-bottom: 15px;
}

/* //////////////////FAQS SECTION/////////////////// */

.faq_section {
  background-color: var(--color-9);
}

.faq_section .lat_tit {
  color: var(--color-5);
}

.faq_section .ea-card {
  background-color: var(--color-8) !important;
  border: none !important;
  color: var(--color-2) !important;
  padding: 30px !important;
}

.faq_section .ea-header a {
  padding: 0 !important;
}

.faq_section .ea-header a {
  font-weight: 300 !important;
  color: var(--color-2) !important;
  font-size: 25px !important;
}

.faq_section .ea-body {
  background-color: var(--color-8) !important;
  color: var(--color-5) !important;
  padding-left: 0 !important;
  padding-top: 50px !important;
}

.faq_section .eap-icon-ea-expand-minus:before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../images/mines.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.faq_section .eap-icon-ea-expand-plus:before {
  content: '' !important;
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../images/plus.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* ////////////TESTIMONIAL SECTION /////////////// */
.testimonial {
  background-color: var(--color-9);
  padding: 90px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}

.testimonial p {
  font-size: 20px;
  color: var(--color-11);
}

.testimonial span {
  color: var(--color-10);
}

/* //////////////////CONTACT US PAGE //////////////////// */
.contact_section {
  background-color: var(--color-6);
}


.contact_box_section {
  background-color: var(--color-7);
}

.op_map a {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: var(--color-5);
  padding-top: 20px;
}

.op_map img {
  height: 20px;
  width: auto;
  padding-left: 15px;
}

.contact_box {
  background: #4a000c;
  color: var(--color-3);
  padding: 20px;
  transition: transform 0.3s ease;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}

.op_map a:hover {
  text-decoration: underline;
  transition: 0.3 ease-in-out;
}

.contact_box:hover {
  transform: translateY(-5px);
}

.contact_box h4 {
  font-size: 16px;
  margin-bottom: 30px;

}

.contact_box a {
  color: var(--color-3);
  text-decoration: none;
  padding-left: 0;
}

.contact_box a:hover {
  text-decoration: underline;
}

.contact_info {
  background-color: var(--color-9);
  padding: 40px;
  height: 100%;
  color: var(--color-2);
}

.contact_details h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: var(--color-5);
}

.contact_details p,
.contact_details a {
  color: var(--color-5);
  text-decoration: none;
  line-height: 1.6;
}

.contact_details {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

.contact_info a {
  transition: all 0.3s ease;

}

.contact_info a:hover {
  color: var(--color-3);
}

.social_links {
  display: flex;
  gap: 20px;
}

.social_icon {
  color: var(--color-3) !important;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

.social_icon:hover {
  color: var(--color-3);
}

/* ///////////////TICKETS/////////////////// */
.tickets_page_section {
  background-color: var(--color-6);
}

.tic_prices_secton {
  background-color: var(--color-9);
}

.tic_pr_boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}

.tic_title {
  padding-bottom: 20px;
  font-weight: 500;
}

.amount {
  font-weight: 500;
}

.ticket_card .ideal {
  margin-bottom: 0;
  padding-bottom: 20px;
  font-weight: 500;
}

.features li {
  font-weight: 400;
}

.ti_pr {
  display: flex;
  flex-direction: column;
  text-align: end;
  justify-content: space-between;
  align-items: start;
}

.price {
  color: var(--color-3);
  padding-bottom: 15px;
  text-align: start;
}

.ticket_card .wax_arr_img {
  border: 1px solid var(--color-5);
  width: max-content;
  height: max-content;
}

.ticket_card .wax_arr_img img {
  background-color: var(--color-5);
  width: 40px;
  height: 40px;
}

.ticket_card .wax_arr_img:hover span {
  color: var(--color-3);
}

.ticket_card .row {
  height: 100%;
}

.ticket_card .wax_arr_img span {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  color: var(--color-5);
}

.ticket_card .wax_arr_img:hover {
  border: 1px solid var(--color-3);
}

.space_sec {
  background-color: var(--color-8);
}

.o_mapurl {
  display: flex;
  align-items: end;
}

/* //////////////////////// CONTACT FORM SECTION /////////////////////// */

.wax_m_logo {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.wax_m_logo img {
  width: 150px;
  height: auto;
  object-fit: cover;
}

.c_a_lg_img img {
  width: 250px !important;
  height: auto !important;
  object-fit: cover !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  border: 2px solid #DA87D9;
}

.wpcf7 form.invalid .wpcf7-response-output {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.contact_form_content {
  background-color: var(--color-9);
  color: var(--color-2);
  padding: 40px;
  font-family: 'Lato', sans-serif;
  max-width: 600px;
  margin: 0 auto;
}

.contact_form_content h2 {
  font-size: 2rem;
  color: var(--color-3);
  font-weight: 400;
  margin-bottom: 10px;
}

.contact_form_content p {
  font-size: 1rem;
  color: var(--color-5);
  margin-bottom: 20px;
}

.wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.form-group {
  flex: 1;
}

.full-width {
  width: 100%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
  background: var(--color-8);
  border: none;
  font-weight: 500;
  color: var(--color-12);
  padding: 10px 12px;
  font-size: 1.1rem;
  width: 100%;
}

.wpcf7 input::placeholder {
  color: var(--color-12);
}

.wpcf7-submit {
  background-color: transparent;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}

.wpcf7-submit:hover {
  color: var(--color-2);
}

.submit-group {
  display: flex;
  justify-content: flex-end;
}

.wpcf7 input[type="submit"] {
  color: var(--color-3);
  font-weight: bold;
  border: none;
  cursor: pointer;
  background-image: url(../images/ar_sq1.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 35px 35px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 55px;
  transition: 0.3 ease-in-out !important;
}

.wpcf7 input[type="submit"]:hover {
  color: var(--color-2);
  background-image: url('../images/ar_sq2.jpg');
}

.con_img {
  display: flex;
  align-items: end;
  justify-content: end;
}

.con_img p {
  display: grid;
}

/* ////////////////////WHATS INSIDE SECTION/////////////////////// */

.whats_main_banner_section {
  background-color: var(--color-6);
}

.wh_bac_img {
  position: relative;
  padding-top: 30%;
  height: 100%;
  width: 100%;
}

.wh_bac_img img {
  position: absolute;
  top: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.wax_seal_section {
  padding-top: 35px;
  padding-bottom: 55px;
}

.wax_experience_section {
  padding-top: 55px;
  padding-bottom: 35px;
}

.exp_guid_section {
  background-color: var(--color-8);
}

.all_zone_section {
  background-color: var(--color-9);
}

.all_zone_section .category_slider_zone {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.all_zone_section .c_tit {
  color: var(--color-2);
}

.other_exp_section .category_slider_zone a,
.all_zone_section .category_slider_zone a {
  text-decoration: none;

}

.category_slider_zone a .card-body {
  transition: all 0.3s ease;
}

.other_exp_section .category_slider_zone a:hover .card-body,
.all_zone_section .category_slider_zone a:hover .card-body {
  background-color: var(--color-6) !important;
  color: var(--color-3) !important;
}


.category_slider_zone .card {
  height: 100%;
}

.other_exp_section {
  background-color: var(--color-7);
}

.category_slider_zone .card-body p {
  padding-top: 12px;
}

.other_exp_section .category_slider_zone {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery_section {
  background-color: var(--color-6);
}

.gallery_section_2 {
  background-color: var(--color-9);
}

.c_tit {
  font-family: "Lato", sans-serif;
  font-weight: 500;
}

/* /////////////////////FOOTER SECTION /////////////////////// */

.footer_main {
  background-color: var(--color-1);
}

.footer_main .navbar-nav {
  display: flex;
  flex-direction: row !important;
}

.footer_contact {
  color: var(--color-2);
  font-family: 'Avenir', sans-serif;
}

.foot_contact {
  padding-right: 20px;
  color: var(--color-2);
}

.footer_main .navbar-nav .nav-link {
  font-family: 'Avenir', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 1px;
  color: var(--color-3);
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer_main .navbar-nav .nav-link:hover {
  color: var(--color-5);
}

.fa-phone {
  padding-right: 10px;
}

.foot_contact a {
  text-decoration: none;
  color: var(--color-2);
}

.foot_contact a:hover {
  color: var(--color-3);
}

.social_links a {
  display: block;
  width: auto;
  height: 20px;
}

.social_links a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}

.foot_link {
  display: flex;
}

.youtube_h,
.facebook_h,
.instagram_h {
  display: none;
}

.social_icon:hover .youtube_h {
  display: block;
}

/* ///////////////FOOTER SOCIAL////////////////// */

.footer_social {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer_social a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
}

.footer_social a:hover {
  transform: translateY(-3px);
}

.footer_social a img {
  height: 23px;
  width: auto;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

.footer_social a:hover img {
  opacity: 0.8;
  /* Subtle hover effect on the icon itself */
}

/* //////////////////COPYRIGHT SECTION///////////////////// */
.copy_section {
  padding: 10px;
}

.year,
.imagine {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.imagine a {
  padding-left: 10px;
}

.copy_section img {
  width: 60px;
}

.copy_section {
  background-color: var(--color-6);
  color: var(--color-5);
  font-family: 'avenir', sans-serif;
  font-weight: 500;
}

.white_fo {
  color: var(--color-2);
}


@media only screen and (max-width: 991.98px) {
  .ticket_card {
    min-height: 0;
  }

  /* .site-main {
    padding-top: 0;
  } */

  /* .packages_sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  } */

  .category_slider .slick-dots {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    color: var(--color-3);
  }

  .category_slider .slick-dots .slick-active {
    color: var(--color-6);

  }

  .category_slider .wa_right {
    right: 26%;
  }

  .category_slider .slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }

  .the_star_section .ticket_ban_img {
    background-image: url(../images/bag_pac.png);
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 56%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .lat_tit {
    font-size: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .lat_sub_tit {
    font-size: 30px;
    color: var(--color-3);
  }

  .latest_main_content_div .custom_container_70 {
    width: 80%;
    margin: auto;
  }

  .ticket_section h2 {
    font-size: 30px;
  }

  .buy_online_section h2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ticket_ban_mob_img {
    background-image: url(../images/bag_pac.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .tickets_section {
    background-color: var(--color-9);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .packages_sec .slick-dots li,
  .visitor_reviews .slick-dots li {
    font-size: 22px;
  }

  .exp_con {
    flex-direction: column-reverse;
  }

  .faq_section .custom_container_70 {
    width: 90%;
    margin: auto;
  }

  .latest_main_content_div .ticket_ban_img {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
  }

  /* ///////////////////////LEGENDS SECTION/////////////////////// */
  .legends_silver_screen .tickets_section {
    background-color: var(--color-8);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .testimonial {
    background-color: var(--color-9);
    padding: 20px;
    text-align: center;
  }

  /* ////////////////////// PLAN VISIT SECTION///////////////////// */
  .info_main_div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .opening_hours_div h2 {
    padding-bottom: 30px;
  }

  .regular_hours {
    padding-bottom: 20px;
  }

  .op_img img {
    width: 100%;
  }

  .wa_tic {
    padding-top: 10px;
  }

  .tick_details .col-md-5,
  .col-md-7,
  .col-md-3,
  .col-md-3,
  .col-md-3,
  .col-md-3 {
    margin-bottom: 10px;
  }

  .by_mb {
    padding-bottom: 10px;
  }

  .tick_details .col-md-7 {
    margin-bottom: 0;
  }

  .b_boxs_img .b_box_ti {
    position: absolute;
    top: 14%;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .wax_mu_location {
    position: relative;
    padding-top: 70%;
  }

  .contact_lo .wax_mu_location {
    padding-top: 60%;
  }

  .craft_item h4 {
    font-size: 1.5rem !important;
  }

  .stand_for_item h4 {
    font-size: 1.5rem !important;
  }

  .contact_lo .row {
    flex-direction: column-reverse;
  }

  .contact_info {
    margin-top: 20px;
  }

  /* ///////////////////EXPERIENCES & ADD-ONS//////////////////// */
  .exp_section {
    background-color: var(--color-7);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .wax_desc_content {
    opacity: 0.8 !important;
  }

  .all_zone_section .category_slider_zone {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .we_ar_h_detail .col-md-6 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  /* ///////////////FACILITIES & ACCESSIBILITY////////////////// */

  .fa_acc_section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .tic_prices_secton .custom_container_70 {
    width: 92%;
    margin: auto;
  }

  .c_pb_30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .craft_title {
    font-size: 40px !important;
  }

  /* ///////////////////FOOTER SECTION///////////////////////// */

  .footer_main .navbar-nav {
    flex-direction: column !important;
  }

  .footer_contact {
    text-align: center;
  }

  .footer_phone {
    justify-content: center;
    flex-direction: column !important;
    gap: 15px;
  }

  .footer_social {
    justify-content: center;
  }

  .foot_link {
    display: inline;
  }

  .wax_m_logo {
    padding-bottom: 20px;
  }

  .footer_main ul {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer_main .navbar-nav .nav-link {
    font-size: 0.80rem;
    letter-spacing: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lat_tit {
    font-size: 2rem;
  }

  .pg_title {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .bac_wax_image {
    display: none;
  }

  .pg_title {
    font-size: 35px;
  }

  .fa_acc_section {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .wax_c_r_d {
    display: none;
  }

  .bac_wax_image_mob {
    background-image: url('../images/bac_wax_image_mo.png');
    background-size: cover;
    background-position: left;
    height: 100vh;
    position: relative;
    z-index: 3;
    background-repeat: no-repeat;
  }

  .c_a_lg_img img {
    width: 200px !important;
  }

  .main_slide_box {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer_main .navbar-nav .nav-link {
    font-size: 0.90rem;
  }

  .wax_experience_section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wax_seal_image {
    min-height: 290px;
    position: relative;
  }

  .wax_seal_section {
    padding-bottom: 0;
  }

  .srilanka_cinema .row {
    padding-top: 90px;
  }

  #videoOverlay svg {
    width: 60px !important;
    height: 60px !important;
    fill: #fff;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
  }

  .st_play_ring {
    fill: var(--color-3) !important;
  }

  .video_pulse_wrap {
    position: relative;
    width: 60px;
    height: 60px;
    z-index: 15;
  }

  #videoOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .video_pulse_wrap:before,
  .video_pulse_wrap:after {
    content: "";
    position: absolute;
    top: 43% !important;
    left: 43% !important;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    border: 4px solid var(--color-3);
    animation: pulseRing 2s linear infinite;
    opacity: 0;
  }

  .our_story_section .custom_container_70 {
    width: 92%;
  }

  /* .packages_sec {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  } */
  .st_image img {
    width: 100%;
  }

  .the_star_section .st_image .wax_background {
    height: max-content;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }

  .st_con_sec {
    padding-top: 0;
    padding-bottom: 0;
  }

  .st_c_div {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .ticket_ban_img_st {
    display: none;
  }

  .tickets_section {
    background-color: var(--color-9);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .pd_bot_60 {
    padding-bottom: 30px;
  }

  .scr_txt {
    font-size: 50px;
  }


  body {
    overflow-x: hidden;
  }

  /* ///////////////////////LEGENDS SECTION/////////////////////// */

  .srilanka_cinema .custom_container_90 {
    width: 92%;
    margin: auto;
  }

  .srilanka_cinema {
    padding-top: 0;
  }

  .legends_silver_screen .custom_container_90 {
    width: 92%;
    margin: auto;
  }

  .st_image {
    padding: 30%;
  }

  .legends_silver_screen .tickets_section {
    background-color: var(--color-8);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  /* ////////////////////// PLAN VISIT SECTION///////////////////// */
  .info_main_div {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .secound_section .category_slider {
    padding-bottom: 0;
  }

  .secound_section .slick-dots {
    margin-bottom: 0;
  }

  /* ///////////////EXPERIENCES & ADD-ONS////////////////// */
  .exp_section {
    background-color: var(--color-7);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .faq_section .ea-header a {
    font-weight: 300 !important;
    color: var(--color-2) !important;
    font-size: 20px !important;
  }

  .category_slider {
    padding-left: 15px;
    padding-right: 15px;
  }

  .category_slider .category_slide {
    width: 360px !important;
    height: 500px !important;
  }

  /* //////////////////ALL ZONE//////////////////// */

  .all_zone_section .category_slider_zone {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .other_exp_section .category_slider_zone {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .tic_pr_boxes {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  #playVideoBtn {
    display: none;
  }

  /* ///////////////////////////CONTACT FORM SECTION /////////////////////// */


  .contact_form .custom_container_70 {
    width: 90%;
  }

  .st_sp_div {
    display: none;
  }

  .contact_box_section .contact .col-md-4 {
    padding-bottom: 15px;
  }

  .form-row {
    display: inline;
    gap: 20px;
    flex-wrap: wrap;
  }

  .wh_bac_img {
    position: relative;
    padding-top: 60%;
    height: 100%;
    width: 100%;
  }

  .wa_mo_div {
    display: none;
  }

  .wa_ri_sc {
    position: relative;
    left: 0;
  }

  .wa_le_sc {
    position: relative;
    left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

/* ///// VIDEO OVERLAY ///// */
#videoOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 185%;
  height: 100%;
  background: url('../images/exp2.jpg') no-repeat center center;
  background-size: cover;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

#videoOverlay svg {
  width: 70px;
  height: 70px;
  fill: var(--color-3);
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}

.video_pulse_wrap {
  position: relative;
  width: 70px;
  height: 70px;
  z-index: 15;
}

.video_pulse_wrap:before,
.video_pulse_wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  border: 4px solid var(--color-3);
  animation: pulseRing 2s linear infinite;
  opacity: 0;
}

.video_pulse_wrap:after {
  animation-delay: 1s;
}

@keyframes pulseRing {
  0% {
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 0.8;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

/* //////////////// OUR STORY SECTION ////////////////////// */
.our_story_section {
  background-color: var(--color-6) !important;
  color: var(--color-3) !important;
}

.our_story_content {
  padding-right: 20px;
}

.our_story_title {
  color: var(--color-3) !important;
  font-size: 3.5rem !important;
  margin-bottom: 20px;
}

.ou_miss_a_ou_story_section {
  background-color: var(--color-7) !important;
}

.our_story_text {
  font-size: 18px;
  line-height: 1.6;
  color: var(--color-3) !important;
  margin-bottom: 50px;
}

.stand_for_title {
  color: var(--color-3) !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 2rem;
  margin-bottom: 40px;
}

.stand_for_item {
  margin-bottom: 40px;
}

.stand_for_item h4 {
  color: var(--color-3) !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 2rem;
  margin-bottom: 10px;
}

.stand_for_item p {
  color: var(--color-2) !important;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}

.our_story_image {
  height: 100%;
  display: flex;
  align-items: start;
}

.our_story_image img {
  width: 100%;
  height: 50%;
  object-fit: cover;
}

/* //////////////// HOW WE CHOOSE & CRAFT SECTION ////////////////////// */
.how_we_choose_section {
  background-color: var(--color-8);
}

.how_we_choose_section .hwc_image img {
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.craft_section_box {
  background-color: var(--color-9);
  padding: 80px 60px;
}

.craft_item h4 {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  color: var(--color-5);
  margin-bottom: 15px;
}

.craft_item p {
  color: var(--color-5);
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.whte_te {
  color: var(--color-5) !important;
}

.eig_font {
  font-size: 18px !important;
}

.contact_form_content_n {
  background-color: var(--color-6);
  color: var(--color-3);
  padding: 40px;
  font-family: 'Lato', sans-serif;
  max-width: 600px;
}

.contact_wax .wpcf7 input[type="text"],
.contact_wax .wpcf7 input[type="email"],
.contact_wax .wpcf7 input[type="tel"],
.contact_wax .wpcf7 textarea {
  background: var(--color-7) !important;
  border: none;
  border-radius: 0;
  font-weight: 500;
  color: #D0A3C3 !important;
  padding: 10px 12px;
  font-size: 1.1rem;
  width: 100%;
}

.contact_wax .wpcf7 textarea {
  height: 150px;
}

.contact_wax .wpcf7 input::placeholder,
.contact_wax .wpcf7 textarea::placeholder {
  color: #D0A3C3 !important;
  opacity: 1;
}

.contact_form_content_n p {
  color: #EFEAE1;
}

@media (max-width: 768px) {
  .craft_section_box {
    padding: 40px 20px;
  }

  .contact_form_content_n {
    padding: 20px;
  }

  .contact_form_content {
    padding: 20px;
  }
.our_story_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

  .op_map {
    display: block !important;
    padding-bottom: 10px;
  }
}

.hwc_text {
  line-height: 1.8;
  margin-bottom: 40px;
  font-size: 18px;
}

.craft_title {
  font-size: 3.5rem;
}


.craft_desc_top {
  margin-bottom: 10px;
}

.craft_desc_sub {
  font-size: 13px !important;
  opacity: 0.8 !important;
}

/* //////////////// EDUCATION & CARE SECTION ////////////////////// */
.edu_care_section {
  background-color: var(--color-7) !important;
}

.ec_text {
  color: var(--color-5) !important;
  line-height: 1.8;
  font-size: 16px;
}

.edu_care_image img {
  width: 85%;
  object-fit: cover;
}

.img-flip {
  margin-left: auto;
  display: block;
}

@media (max-width: 768px) {
  .edu_care_image img {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* //////////////// SUPPORT THE MUSEUM ////////////////////// */
.support_museum_section {
  background-color: var(--color-8) !important;
}

.support_box {
  background-color: var(--color-9);
  height: 150px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.support_box:hover {
  background-color: var(--color-6);
  transform: translateY(-5px);
  color: inherit;
  text-decoration: none;
}

.support_box:hover span {
  color: var(--color-3) !important;
}

.support_box span {
  font-size: 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.support_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

@media (max-width: 991px) {
  .support_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .support_grid {
    grid-template-columns: 1fr;
  }
}