/********************* Font Family *****************/
@font-face {
    font-family: 'Soyombo Sans Bold';
    src: url('/wp-content/themes/understrap-child/fonts/SOYOMBOSANS.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Greycliff CF Heavy';
    src: url('/wp-content/themes/understrap-child/fonts/GreycliffCF-Heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Greycliff CF Bold';
    src: url('/wp-content/themes/understrap-child/fonts/GreycliffCF-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Greycliff CF Medium';
    src: url('/wp-content/themes/understrap-child/fonts/GreycliffCF-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Greycliff CF Regular';
    src: url('/wp-content/themes/understrap-child/fonts/GreycliffCF-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Greycliff CF Demi Bold';
    src: url('/wp-content/themes/understrap-child/fonts/GreycliffCF-DemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

/********************* Body *****************/
html {
    scroll-behavior: smooth;
}

body {
    /* font-family: 'Greycliff CF Regular',  Arial, Helvetica, sans-serif; */
    font-family: "Montserrat", sans-serif;
    color: #000000;
    font-weight: 400;
}

body.no-scroll {
    overflow: hidden;
    height: 100%;
}

body.offcanvas-backdrop-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.text-primary {
    color: #FBD800 !important;
}

.text-secondary {
    color: #7A7A7A !important;
}

.text-grey {
    color: #C9C9C9;
}

.text-orange {
    color: #FF9C00;
}

.text-yellow {
    color : #FBD800;
}

.text-blue {
    color: #0066B3;
}

.text-terra {
    color: #F98247;
}

.text-red {
    color: #DA2032;
}

.text-light-blue {
    color: #00BBFF;
}

.text-green {
    color: #36C976;
}

.bg-secondary-grey {
    background-color: #EAEAEC;
}

.bg-pastel-blue {
    background-color: #D6F1FB;
}

.bg-pastel-yellow {
    background-color: #F8EEDA;
}

.text-light-grey {
    color: #C9C9C9;
}

.bg-secondary {
    background-color: #EAEAEC !important;
}

.bg-red {
    background-color: #DA2032;
}

.bg-grey {
    background-color: #F4F3EF;
}

.bg-blue {
    background-color: #0066B3;
}

.bg-bright-blue {
    background-color: #00FFCD;
}

.bg-orange {
    background-color: #FF9C00;
}

.fw-600 {
    font-weight: 600;
}

strong {
    /* font-family: 'Greycliff CF Bold', Helvetica, Arial, sans-serif; */
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

a:hover {
    color: #B000FF !important;
}

.text-underline{
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 1px;
}

/********************* Menu *****************/
#main-nav .custom-logo-link img, #main-nav-dark .custom-logo-link img {
    width: 150px;
}

#main-nav.navbar-dark #navbarNavDropdown li a {
    color: #FFFFFF;
}

#main-nav-dark.navbar-light #navbarNavDropdown li a {
    color: #000000;
}

#main-nav, #main-nav-dark {
    /* font-family: 'Greycliff CF Demi Bold', Helvetica, Arial, sans-serif; */
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    transition: background-color 0.3s ease, top 0.3s ease, opacity 0.3s ease;
}

#main-nav-dark #main-menu li a, #main-nav-dark #main-menu li a:hover {
    color: #000 !important;
}

#main-nav-mobile {
    font-family: 'Greycliff CF Bold', Helvetica, Arial, sans-serif;
    /* font-family: Arial, sans-serif; */
}

#main-nav-mobile.navbar-dark #navbarNavDropdown li a {
    color: #ffffff;
}

#main-nav #main-menu li a, #main-nav #main-menu li a:hover {
    color: #fff !important;
}

#main-menu li a {
    transition: transform 0.3s ease; 
}

#main-menu li a:hover {
    transform: translateY(-5px);
}

#main-menu li.current_page_item.active a {
    border-bottom: 2px solid;
    padding: 8px 0px 0px !important;
    transform: none;
}

#main-nav-dark {
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 4px 10px 0px #00000014;
}

#main-menu {
    margin-left: 100px;
}

#main-menu li {
    padding-left: 20px;
    padding-right: 20px;
}

#wrapper-navbar {
    visibility: hidden;
    top: -100px;
    opacity: 0;
}

#navbarNavMobile .nav-link {
    color: black;
}

a.anchor-btn, #sect_more p {
    font-size: 20px;
}

#travel_banner_section p { 
    font-size: 20px;
    font-weight: 500;
}

#travel {
    background: linear-gradient(to bottom,#F4F3EF 90%,white 90%);
}

.travel-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
}

/********************* Header *****************/
#header_hero {
    background-image: url('/wp-content/uploads/2025/01/hero-banner-main-v4.webp');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    transform: none!important;
    overflow: hidden;
    position: relative;
}

#hero_banner {
    height: 100%;
}

#hero_banner_second {
    height: 100%;
    position: relative;
}

.hero_banner_container {
    height: 30%;
}

#header_hero_second {
    background-image: url('/wp-content/uploads/2025/01/secondary-hero-banner.webp');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    transform: none!important;
    overflow: hidden;
    position: relative;
}

#header_hero_second_mobile {
    background-image: url('/wp-content/uploads/2025/01/2nd-hero-banner.webp');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    transform: none!important;
    overflow: hidden;
}

#hero_image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-left: 50px;
    padding-right: 50px;
}

#hero_image_second {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-left: 50px;
    padding-right: 50px;
}

#header_image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    visibility: hidden;
}

#header_image_second {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    visibility: hidden;
}

#vector_header {
    background-image: url('/wp-content/uploads/2025/01/hero-banner-main-v5.webp');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    transform: none !important;
    overflow: hidden;
    position: absolute;
    top: 0;
}

#vector_header_second {
    background-image: url('/wp-content/uploads/2025/01/2nd-hero-banner-vector.webp');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
}

#always_moving {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.always_moving {
    visibility: hidden;
    opacity: 0;
}

.hero_banner_text {
    height: 100%;
}

.main_title {
    height: 100%;
    position: relative;
}

#go_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#full_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

#hero_banner_container_second {
    visibility: hidden;
    opacity: 0;
    width: 100%;
}

/********************* Headings *****************/
h1.h5 {
    font-family: 'Greycliff CF Medium', Helvetica, Arial, sans-serif;
    /* font-family: Arial, sans-serif; */
}

h2 {
    /* font-family: 'Greycliff CF Medium', Helvetica, Arial, sans-serif; */
    /* font-family: Arial, sans-serif; */
}

h1,
h2.display-2,
h2.display-4 {
    font-family: 'Soyombo Sans Bold',  Arial, Helvetica, sans-serif;
}

/* h2.h3 {
    font-family: 'Greycliff CF Demi Bold', Helvetica, Arial, sans-serif;
} */

h3, h4.h3, 
.page-template-page-know-before-you-go p.h4 {
    /* font-family: 'Greycliff CF Bold', Helvetica, Arial, sans-serif; */
    font-family: "Montserrat", sans-serif;
}

h3.h4 {
    font-weight: 700;
}

h3.display-4 {
    font-family: 'Greycliff CF Heavy', Helvetica, Arial, sans-serif;
    /* font-family: "Arial Black", sans-serif; */
    font-weight: 900;
}

h2.h1, h4.h2 {
    /* font-family: 'Greycliff CF Heavy', Helvetica, Arial, sans-serif; */
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
}

.fs-large {
    font-size: large;
}

p.h4 {
    font-weight: 400;
}

/********************* Content *****************/
#blue-header-box {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    visibility: hidden;
	opacity: 0;
}

#blue-header-box .image {
    border-top-left-radius: 16px;
    background-image: url('/wp-content/uploads/2025/01/now-is-the-time-v4.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 200px;
}

section, #header_hero_second {
    padding-top: 88px;
    padding-bottom: 50px;
}

#sect_video {
    background: linear-gradient(to bottom, transparent 40%, #F4F3EF 40%);
    height: calc(100vh - 88px);
    overflow: hidden;
}

.btn-load {
    cursor: pointer;
}

#travel .card:hover .text-change-lilac, a:hover .text-change-lilac, .btn-load:hover {
    color: #DAA8F0;
}

#travel .card, #card-sustain .card {
    overflow: hidden;
}

#travel .card::before, #card-sustain .card::before {  
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
    z-index: 0;
}

#travel .card:hover::before, #card-sustain .card:hover::before  {
  transform: scale(1.1);
}

#travel .card:hover {
    height: 376px;
}

#card-sustain .card::before, #card-sustain .card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    transition: transform 0.5s ease;
    border-radius: inherit;
}

#travel .card-arrow {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); 
}

#travel .card:hover .card-arrow {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background-image: url('/wp-content/uploads/2025/05/lilac-around-arrow.webp');
}

#travel .card-arrow::after {
    background-image: url('/wp-content/uploads/2025/05/lilac-around-arrow.webp');
}
 
#travel .card:hover .card-arrow::after {
    opacity: 1;
}

#card-sustain .card::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 65%);
    z-index: 1;
}

#card-sustain .card .card-body {
    z-index: 2;
}

#card-sustain .card, #card-sustain .card:hover {
    height: 360px;;
}

#sect_video img {
    width: 1150px;
    transition: all 2s ease;
    object-fit: contain;
}

.accordion-button:not(.collapsed), .accordion-collapse.show {
    transform: scaleY(1);
    color: #000;
    border-bottom: none !important;
}

.accordion-button {
    position: relative;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: inherit;
    border-bottom: 1px solid #000 !important;
}

.accordion-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #B000FF;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease;
    border-radius: 0px;
    z-index: 1;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E");
    color: #000;
    border-radius: 50%;
    background-color: #fff;
    height: 30px;
    width: 30px;
    background-position: center;
    transition: 0.3s;
}

.accordion-button:hover::after {
    background-color: #DAA8F0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E");
    color: #fff;
    background-color: #B000FF;
    transform: none;
}

.accordion-button:not(.collapsed)::before,
.accordion-collapse.show::before {
    transform: scaleY(1);
}

.accordion-collapse {
    position: relative;
    padding-left: 4px; 
}

.accordion-collapse::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #B000FF;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s ease;
    border-radius: 0px;
    z-index: 1;
}

.accordion-item:last-of-type {
    border-radius: 0px;
}

 /* Overlay fills the entire screen */
.video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9); 
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-sizer {
    width: 280px;
}

.grid-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: inherit;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.7) 68.5%);
    border-radius: 20px;
}

.grid-item--width1 { width: 300px; } /* 280px; }*/
.grid-item--width2 { width: 350px; } /* 280px; }*/
.grid-item--width3 { width: 660px; } /* 330px; }*/

.grid-item--height1 { height: 305px; }
.grid-item--height2 { height: 375px; }
.grid-item--height3 { height: 410px; }
.grid-item--height4 { height: 480px; }

#carouselSustain .carousel-item .rounded::before, #carouselShop .carousel-item .rounded::before{
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.7) 54%);
    border-radius: 20px;
}

.custom-dropdown-header {
    font-size: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 15px;
    padding: 10px 15px;
    border-bottom: 2px solid black;
}

.dropdown-options {
    display: none;
    flex-direction: column;
    gap: 10px;
}

.dropdown-options.show {
    display: flex;
}

.dropdown-item-btn {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border: 2px solid black;
    border-radius: 12px;
    background-color: white;
    transition: background-color 0.2s ease-in-out;
    cursor: pointer;
}

.dropdown-item-btn.active {
    border: 2px solid #c600ff;
    background-color: #c600ff;
    color: white;
}

.dropdown-item-btn:hover {
    background-color: #DAA8F0;
    border: 2px solid #DAA8F0;
}


.dropdown-item-btn span.icon {
    margin-right: 10px;
}

select.event {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 85% center;
    background-size: 24px;
    border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    outline: none;
    box-shadow: none !important;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: x-large;
    background-color: transparent;
    color: #000 !important;
}

select#year.event {
    background-position: left 50% center;
}

select.event:focus {
    background-image : url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 15 12 9 18 15' /%3E%3C/svg%3E");
}

select.event option {
  background-color: #f0e6ff;
  color: #000;
}

.form-select {
    border: none;
    outline: none;
    box-shadow: none !important;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: x-large;
}

.owl-carousel.carouselCalendar .owl-stage, .owl-carousel.carouselCalendar .owl-stage .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel.carouselCalendar .item {
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    width: 400px;
}

.owl-carousel.carouselCalendar .owl-nav {
    position: absolute;
    top: 42%;
    width: 100%;
}

.owl-carousel.carouselCalendar .owl-nav .owl-prev {
    position: absolute;
    left: 10%;
}

.owl-carousel.carouselCalendar .owl-nav .owl-next {
    position: absolute;
    right: 10%;
}

.owl-carousel.carouselCalendar .owl-dots {
    margin-top: 30px;
}

.owl-carousel.carouselCalendar .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: transparent !important;
    border: 1px solid #7A7A7A !important;
    transition: background-color 0.3s ease, transform 0.3s ease !important;
}

.owl-carousel.carouselCalendar .owl-dots .owl-dot:hover span, .owl-carousel.carouselCalendar .owl-dots .owl-dot.active span {
    background: #7A7A7A !important
}

.card-calendar {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 400px;
    height: 500px;
    position: relative;
}

.owl-item .card-calendar::before {
    content: '';
    position: absolute;
    width: 400px;
    height: inherit;
    background: #fff !important;
    border-radius: 20px;
    opacity: 0.4;;
}

.owl-item.active .card-calendar::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.4) 79.63%) !important;
    opacity: 1;
}

.date-box {
    background-color: #fff;
    width: 75px;
    position: absolute;
    top: -5%;
    right: 20px;
    text-align: center;  
    padding: 5px 10px;
    font-size: larger;
    font-weight: bold;
    color: #7a7a7a;
    line-height: 25px;
}

.owl-carousel.carouselCalendar .owl-nav button {
    background: #FF0080 !important;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    color: #fff !important;
}

.owl-carousel.carouselCalendar .owl-nav button i.fa-solid {
    padding-top: 5px;
}

.accordion-body ul li {
    padding-bottom: 5px;
}

#sect_more p.text-change-lilac {
    font-weight: 500;
}

.weather-slider {
  border: 1px solid #C9C9C9;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.weather-tabs .nav-tabs {
    border-bottom: 0px;
}

.weather-tabs .nav-tabs .nav-item {
    width: 25%;
    border-left: 1px solid #C9C9C9;
}

.weather-tabs .nav-tabs .nav-item:first-child {
    border-left: 0px !important;
}

.weather-tabs .nav-tabs .nav-link.active, .weather-tabs .nav-tabs .nav-link.active:hover {
    text-decoration: underline;
    text-underline-offset: 10px;
    color: #000;
    /* font-family: 'Greycliff CF Bold'; */
    font-weight: bold;
    background: none;
}

.weather-tabs .nav-tabs .nav-link {
    border-radius: 0px;
    border: 0px !important;
    color: #000;
    font-size: larger;
}

.weather-tabs .nav-tabs .nav-link:hover {
    color: #DAA8F0;
}

.weather-tabs .tab-content-container {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.weather-tabs .tab-content {
    position: relative;
    height: auto;
    overflow: hidden;
}

.weather-tabs .tab-pane {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: transform 0.6s ease-in-out, opacity 1s ease-in-out;
    opacity: 0;
    z-index: 0;
    display: block; /* Ensure display for animation */
    padding: 20px;
}

.weather-tabs .tab-pane.active {
    position: relative;
    opacity: 1;
    z-index: 2;
}

.weather-tabs .tab-pane.slide-in-left {
    transform: translateX(100%);
}

.weather-tabs .tab-pane.slide-in-right {
    transform: translateX(-100%);
}

.weather-tabs .tab-pane.slide-out-left {
    transform: translateX(-100%);
    opacity: 0;
    z-index: 1;
}

.weather-tabs .tab-pane.slide-out-right {
    transform: translateX(100%);
    opacity: 0;
    z-index: 1;
}

.flag-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-position: center;
    border: 4px solid #fff;
    box-shadow: 6.85px 5.48px 19.17px 0px #00000040;
}

.essential-bg-row {
    margin-top: -75px;
}

.essential-bg {
    /* background-image: url('/wp-content/uploads/2025/06/essential-bg.webp'); */
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    background-position: center; /*100% 50%;*/
}

.essential-left-padding {
    padding-left: 50px;
}

.essential-vector, .essential-vector-mobile {
    height: 120%;
    position: relative;
    top: -20%;
}

.custom-card:hover .toggle-btn {
  color: #DAA8F0;
}

.custom-card.expanded .toggle-btn .arrow {
  transform: rotate(180deg);
}

.custom-card.expanded .card-image.rounded {
    border-radius: 0px !important;
}

.left-desktop {
    z-index: 1;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
}

.left-desktop .sticky {
    width: 100%;
    height: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 11vh;
}

#card-sustain .css-sustain {
    position: relative;
    overflow: hidden; 
    transition: background-size 0.5s ease;
    will-change: background-size;
}

#card-sustain .css-sustain::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 360px;
    z-index: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.4) 75.89%);
    border-radius: 20px;
}

.essential-cards-row {
    margin-top: -50px;
    position: relative;
}

.essential-cards-row hr {
    margin: 0.5rem 0 !important;
}

#carouselGetAround .carousel-item .w-95 {
    width: 95%;
}

.carousel-item .w-95 {
    margin: 0px 10px;
}

.custom-card:hover .card-image img {
    transform: scale(1.1);
}

.weather-tabs .tab-pane.active.slide-in-left, .weather-tabs .tab-pane.active.slide-in-right {
    transform: translateX(0%);
}

.video-overlay.hidden {
    display: none; 
}

h3.accordion-header{
    color: black !important;
}

#sect_more {
    padding-top: 100px;
}

.accordion-item {
    background: transparent !important;
    border: none;
}

#work-life {
    background: url('/wp-content/uploads/2025/07/Map-1-1.webp') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.fa-arrow-up-right-from-square {
    font-size: 18px;
}

.page-template-page-know-before-you-go .carousel-indicators, .page-template-page-explore-experience .carousel-indicators {
  bottom: -50px;
  transform: translateY(-50%);
  gap: 10px;
}

.page-template-page-know-before-you-go .carousel-indicators button, .page-template-page-explore-experience .carousel-indicators button {
    width: 9px !important; 
    height: 9px !important; 
    border-radius: 50% !important; 
    background-color: transparent !important; 
    border: 1px solid #7A7A7A !important; 
    transition: background-color 0.3s ease, transform 0.3s ease !important;
}

.page-template-page-know-before-you-go .carousel-indicators button.active, .page-template-page-explore-experience .carousel-indicators button.active {
    background-color: #7A7A7A !important; 
    transform: scale(1.2); 
    border: none !important;
}

.page-template-page-know-before-you-go .carousel-indicators button:hover, .page-template-page-explore-experience .carousel-indicators button:hover {
    background-color: #7A7A7A !important; 
}

button.btn.btn-secondary:hover {
    background-color: #DAA8F0;
    border: 1px solid #DAA8F0;
}

#explore .card-content, #explore .description-overlay {
    background-color: #F8E5DA !important;
}

#explore .custom-card {
    height: 550px; 
    background-color: #F8E5DA !important;
}

.img-icon {
    background-color: #fff;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid {
    position: relative;
    max-width: 1300px;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-item {
    display: flex;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}

.grid-item:hover {
    flex: 1.2;
}
 
#youtube-iframe {
    width: 100%;
    height: 100%;
    border: none;
    background: #000; 
}
 
.close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    color: #fff;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    z-index: 1001; 
}

#sect_always_moving .map-background {
    background: url('/wp-content/uploads/2025/01/Map-1.webp') no-repeat bottom right;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.7;
}

#sect_always_moving .custom-container {
    z-index: 1;
    position: relative;
}

#sect_mongolia_invest .invest-bg,
#invest .invest-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
}

/* #sect_mongolia_travel .travel-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
} */

#card-sustain .rounded {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff; 
}

#sect_mongolia_invest {
    background: linear-gradient(to bottom, #F4F3EF 90%, white 90%);
}

#sect_map {
    padding-top: 50px;
    padding-bottom: 50px;
    top: inherit !important;
    transform: none!important;
}

.video_vector {
    width: 500px;
}

.custom-padding {
    padding-left: 12px;
    padding-right: 12px;
}

.rounded {
    border-radius: 20px !important;
}

.card {
    flex: 1 1 0;
    height: 376px;
    background-size: cover;
    background-position: center;
    border: none;
    transition: all 0.8s ease;
}

.card-container {
    display: flex;
    gap: 20px;
    transition: all 0.3s ease;
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 19.58%, rgba(0, 0, 0, 0.4) 68.5%);
    border-radius: 20px;
}

.card-body {
    position: absolute;
    bottom: 0px;
    left: 10px;
    right: 10px;
    color: white;
    transition: all 0.7s ease 1.4s; 
    -webkit-transition: all 0.7s ease 1.4s;
    transition-delay: 1.4s;
}

.custom-card {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  background-color: #fef2dc;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}

.card-content {
  background-color: #fef2dc;
  text-align: left;
  position: relative;
  z-index: 2;
}

.card:hover .card-body, .card .card-body:hover {
    transition: transform 2s ease-in-out 1.5s;
    -webkit-transition: transform 2s ease-in-out 1.5s;
}

.toggle-btn {
  color: #000;
  transition: color 0.3s ease;
  display: inline-block;
  cursor: pointer;
}

.custom-card.expanded .toggle-btn {
  color: #B000FF;
}

.card-image {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.toggle-btn .arrow {
  transition: transform 0.3s ease;
}

.description-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fef2dc; 
  color: #000;
  padding: 0px 20px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.card-description {
    visibility: hidden;
    opacity: 0;
    max-height: 0; 
    overflow: hidden; 
    transition: opacity 0.7s ease, max-height 0.7s ease;
    -webkit-transition: opacity 0.7s ease, max-height 0.7s ease;
}

.custom-card.expanded .description-overlay {
  max-height: 400px; 
  opacity: 1;
  pointer-events: auto;
}

#main-nav-dark .navbar-toggler.standard .bar {
    background-color: #000 !important;
}

#main-nav .navbar-toggler.standard .bar {
    background-color: #fff;
}

.navbar-toggler.expanded .bar2{
   opacity: 0;
}

.navbar-toggler.expanded .bar1{
   background-color: #000 !important;
   -webkit-transform: rotate(-45deg) translate(-5px, 3px);
   transform: rotate(-45deg) translate(-5px, 3px);
}

.navbar-toggler.expanded .bar3{
   background-color: #000 !important;
   -webkit-transform: rotate(45deg) translate(-8px, -7px);
   transform: rotate(45deg) translate(-8px, -7px);
}

.navbar-toggler.standard .bar {
    width: 30px;
    height: 3px;
    margin: 5px 0;
    transition: 0.4s;
}

a.anchor-btn:hover {
    border: 1px solid #DAA8F0 !important;
    color: #DAA8F0 !important;
}

.offcanvas-logo a img {
    width: 100% !important;
}

.navbar-toggler.expanded {
   z-index: 9999;
   border: 0;
}

#main-nav-mobile .navbar-toggler, .navbar-toggler.standard {
    border: none;
    outline: none !important;
    box-shadow: none !important;
}

#standard-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    min-height: 680px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 85.16%, rgba(0, 0, 0, 0.1) 87.44%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.25) 16.02%, rgba(0, 0, 0, 0) 51.18%);
}

#standard-banner {
    min-height: 680px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    transform: none !important;
}

.page-template-page-explore-experience #standard-banner::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 85.16%, rgba(0, 0, 0, 0.2) 87.44%), 
        linear-gradient(180deg, rgba(0, 0, 0, 0.25) 13.96%, rgba(0, 0, 0, 0.25) 41.83%, rgba(0, 0, 0, 0) 50%);
}

#standard-banner .row.scroll {
    position: absolute;
    bottom: 0;
}

#standard-banner #mongolia-title {
    max-width: 750px;
}

#standard-banner #page-title {
    max-width: 600px;
}

a.anchor-btn {
    border: 1px solid #fff;
    border-radius: 12px;
    color: #fff !important;
    background-color: transparent;
    backdrop-filter: blur(10px);
    padding: 5px 15px;
    text-decoration: none !important;
}

button.btn.btn-secondary.active, button.btn.btn-secondary.active:hover {
    color: #fff;
    background-color: #B000FF;
    border: 1px solid #B000FF;
}

button.btn.btn-secondary {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    text-align: start;
    display: flex;
    align-items: center;
    /* font-size: 1.25rem; */
}

.card-arrow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/uploads/2025/01/purple-round-arrow.webp');
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease; 
 }
 
 .card-container .card:hover .card-arrow::after {
    opacity: 1;
 }

.card-arrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg); 
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-image: url('/wp-content/uploads/2025/01/white-round-arrow.webp'); 
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    transition: transform 0.4s ease, opacity 0.4s ease;
    -webkit-transition: transform 0.4s ease, opacity 0.4s ease; 
  }

  .card:hover {
    flex: 1.2;
    height: 486px; 
  }

.card:hover:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0.7) 60%);
}

  .card:hover .card-title .text-white{
    color: #B000FF !important; 
}

.card:hover .card-description {
    visibility: visible;
    opacity: 1;
    max-height: 310px; 
}

.card-container .card:hover .card-arrow { 
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); 
    background-image: url('/wp-content/uploads/2025/01/purple-round-arrow.webp');
    transition: transform 0.4s ease, background-image 0s 0.4s; 
}

#grid-row {
    height: 500px;
}

.image-grid {
    background-image: url('/wp-content/uploads/2025/01/bg-dot-blue-2.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 413px;
}

#sect_more .image-grid img {
    position: absolute;
    height: 126%;
    bottom: 0;
    object-fit: cover;
}

.season-wrapper {
  transition: transform 0.6s ease-in-out;
}

.season-box {
    width: 100%;
    border-radius: 1rem;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
}

.winter { background-color: #00BBFF; }
.spring { background-color: #36C976; }
.summer { background-color: #FBD800; }
.autumn { background-color: #F98247; }

#essential-information {
    background: url('/wp-content/uploads/2025/01/Map-2-2.webp') bottom center no-repeat;
    background-size: contain;
}

#travel_banner_section .travel_vector_banner {
    position: absolute;
    height: 108%;
    bottom: 0%;
    object-fit: cover;
    left: 0;
    right: 0;
    margin: auto;
}

#travel_banner_section a div.rounded div {
    height: 50px;
}

.desc-grid {
    background-image: url('/wp-content/uploads/2025/01/bg-dot-invest-v2.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#sect_map {
    background: url('/wp-content/uploads/2025/01/Map-2-2.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.desc-grid  a:hover .text-change,
.desc-grid:hover .text-change {
    color: #B000FF;
}
.text-change {
    color: #000;
}

.desc-grid a,
.desc-grid a:hover,
#travel_find_section a,
#travel_banner_section a, 
#travel_banner_section a:hover {
    text-decoration: none;
    color:#000 !important;
}

#travel_find_section div:hover .text-change, #travel_banner_section a:hover .text-change {
    color: #B000FF;
    transition: all 0.3s ease;
}

#travel_find_section div:hover .green-arrow, #travel_banner_section a:hover .green-arrow, .desc-grid:hover .green-arrow {
    opacity: 0; 
}

#travel_find_section div:hover .purple-arrow, #travel_banner_section a:hover .purple-arrow, .desc-grid:hover .purple-arrow {
    /* transform: rotate(-45deg);  */
    transition: opacity 0.4s ease; 
    opacity: 1; 
}

.travel-arrow-img {
    transition: opacity 0.4s ease, transform 0.4s ease; 
    position: absolute;
}

.green-arrow {
    opacity: 1; 
}

.purple-arrow {
    opacity: 0;
}

.bg-dot{
    background-image: url('/wp-content/uploads/2025/01/bg-dot-overlay-v2.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.bg-dot-green{
    background-image: url('/wp-content/uploads/2025/01/bg-dot-green-v2.webp');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 300px;
}

.bg-dot-ext {
    background-image: url('/wp-content/uploads/2025/01/bg-dot-ext-v2.webp');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px 40px !important;
}

a.button-external{
    padding: 10px;
    text-decoration: none;
    color: black;
    white-space: nowrap;
    line-height: 50px;
}

p.button-external:hover {
    color: #000 !important;
    background-color: #DAA8F0;
}

.carousel-inner {
    display: flex;
    /* gap: 10px; */
}

.carousel-item .card {
    height: 486px;
    display: flex;
    margin: 0px 10px;
}

.carousel-item .card::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 19.58%, rgba(0, 0, 0, 0.7) 60%);
}

.carousel .card-arrow {
    background-image: url('/wp-content/uploads/2025/01/purple-round-arrow.webp'); 
    transform: rotate(90deg);
}

#customCarouselInvest .carousel-indicators,
#customCarouselTravel .carousel-indicators {
    position: relative; 
    bottom: -20px; 
    display: flex;
    justify-content: center; 
    margin-top: 10px; 
}

.carousel-indicators button {
    width: 9px !important; 
    height: 9px !important; 
    border-radius: 50% !important; 
    background-color: transparent !important; 
    border: 1px solid #C9C9C9 !important; 
    transition: background-color 0.3s ease, transform 0.3s ease !important;
}

.carousel-indicators button.active {
    background-color: #C9C9C9 !important; 
    transform: scale(1.2); 
    border: none !important;
}

.carousel-indicators button:hover {
    background-color: #C9C9C9 !important; 
}

.bg-dot-blue {
    background-image: url('/wp-content/uploads/2025/01/bg-dot-blue-v2.webp');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 255px;
}

.bg-dot-blue img {
    object-fit: cover;
    height: 115%;
    bottom: 15%;
}

a.mob,
a.mob:hover {
    text-decoration: none;
    color: black !important;
}

.bg-orange a {
    color: #000 !important;
}
.bg-orange a:hover {
    color: #B000FF !important;
}

#sect_video-mobile {
    background: linear-gradient(to bottom, white 40%, #F4F3EF 40%);
}

.right-image img {
    height: auto;
    object-fit: cover;
}

.right-image-mobile img {
    max-height: 200px;
}

.rounded-1 {
    border-radius: 12px !important; 
}

.rounded-2 {
    border-radius: 8px !important; 
}

.col-min {
    min-height: 430px;
}

.arrow-change {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2025/01/Arrow-black.webp'); 
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease, opacity 0.4s ease;
    -webkit-transition: transform 0.4s ease, opacity 0.4s ease; 
    margin-top: 5px;
    margin-left: 10px;
 }
 
 .arrow-change::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2025/01/Arrows-Purple.webp'); 
    transition: transform 0.4s ease, opacity 0.4s ease;
    -webkit-transition: transform 0.4s ease, opacity 0.4s ease;
 }
 
 .desc-grid:hover .arrow-change,
 #travel_find_section div:hover .arrow-change {
    background-image: url('/wp-content/uploads/2025/01/Arrows-Purple.webp');
    opacity: 1;
 }

/********************* Footer *****************/
#wrapper-footer {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 100vh;
}

.footer-banner {
    background-image: url('/wp-content/uploads/2025/01/bg-dot-footer-v2.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer p,
footer a {
    font-size: 20px;
}

.wrapper-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#hero_banner-mobile {
    height: 50vh;
}

.row-animation {
   overflow: hidden; 
   position: relative;
}

.col-animation {
   display: flex;
   animation: infiniteScroll 30s linear infinite reverse;
   width: max-content; 
   gap: 100px;
}

.col-animation img {
   white-space: nowrap;
   width: 25vw;
}
 
@keyframes infiniteScroll {
   from {
      transform: translateX(0); 
   }
   to {
      transform: translateX(-100%); 
   }
}
/* Additional styles for seamless looping */
.col-animation::before,
.col-animation::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 100px;
}

.col-animation::before {
  left: -100%;
}

.col-animation::after {
  right: -100%;
}

/********************* Responsive *****************/

@media only screen and (max-width: 1500px) {
    .page-template-page-explore-experience #wrapper-footer {
        background-position: 100% -200px;
    }
}

@media (min-width: 1450px) {
    #xl-width.col-xl-2 {
        width: 16.777% !important;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1360px;
    }
}

@media only screen and (max-width: 1400px) {
    .essential-left-padding {
        padding-left: 0px;
    }

    select.event {
        background-position: left 98% center;
    }

    .grid-item--width1 { width: 240px; }
    .grid-item--width3 { width: 600px; }

    .grid-item::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.7) 68.5%);
    }
}

@media (min-width: 1200px) {
    .hero_banner_container_second {
        height: 32%;
    }

    #xl-width.col-xl-2 {
        width: 21% !important;
    }
}

@media (max-width: 1199px) {
    select.event {
        font-size: large;
    }

    .grid-item--width1 { width: 25%; }
    .grid-item--width2, .grid-item--width3 { width: 50%; }
    .grid-item--height1 { height: 370px; }

    .hero_banner_container_second {
        height: 24%;
    }

    .owl-item.active .card-calendar::before {
        background: #fff !important;
        opacity: 0.4;
    }

    .owl-item.active.center .card-calendar::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.4) 79.63%) !important;
        opacity: 1;
    }
}

@media only screen and (max-width: 991px) {
    #carouselMore .h-350{
        min-height: 350px;
    }
    
    .offcanvas.show, .offcanvas.showing {
        width: 100%;
        border: none;
    }

    .offcanvas.offcanvas-end {
        transition: 0.3s ease-out;
    }

    .offcanvas.show #main-menu {
        box-shadow: inset 0px 4px 8px 0px #00000014;
        margin-left: 0px;
        margin-top: 110px;
    }

    .offcanvas.show .offcanvas-body {
        padding-left: 0px;
        padding-right: 0px;
    }

    #main-menu li a:hover {
        transform: none;
    }

    #wrapper-navbar-standard #main-nav {
        display: block;
    }

    .page-template-page-explore-experience #standard-banner {
        background-position: 70% ;
    }

    .page-template-page-explore-experience #standard-banner::before {
        background: linear-gradient(180deg, rgba(51, 50, 81, 0.35) 34.62%, rgba(51, 50, 81, 0) 48.56%);
    }

    .essential-bg-row {
        margin-top: -50px;
    }

    p.space {
        display: none !important;
    }

    #carouselSustain .h-350, #carouselShop .card {
        height: 400px;
    }

    .offcanvas.show #main-menu li{
        padding-top: 20px;
    }

    #wrapper-navbar, #wrapper-navbar-standard {
        visibility: visible;
        opacity: 1;
        top: 0;
        position: relative;
    }
    
    #main-nav .offcanvas.show #main-menu li a.nav-link, #main-nav-dark .offcanvas.show #main-menu li a.nav-link {
        color: black !important;
        padding: 0px 0px 20px !important;
        border-bottom: 1px solid;
    }

    #header_hero {
        background-image: url('/wp-content/uploads/2025/01/main-hero-banner-v2.webp');
        background-position: center top;
        height: 80vh;
    }

    #sect_more {
        padding-top: 300px;
    }

    #sect_video-mobile img {
        z-index: 1;
        position: relative;
    }

    #travel_find_section h3.display-4 {
        font-size: 30px;
    }

    h4.h3 {
        font-size: 20px;
    }

    section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    footer p,
    footer a {
        font-size: inherit;
    }

    .bg-dot-ext {
        padding: 20px 15px !important;
    }
    
    .col-min {
        min-height: auto !important;
    }

    #hero_banner_second_mobile .hero_banner_second_container {
        height: 70%;
    }

    #header_image_second_mobile {
        padding-bottom: 3%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .bg-dot-ext {
        padding: 40px 20px !important;
    }

    #essential-information h1.display-4, #sustainable-tourism h2.display-4  {
        font-size: calc(1.4rem + 2.1vw);
    }

    .p-l-r {
        padding-left: 3px;
        padding-right: 3px;
    }

    .weather-tabs .nav-tabs .nav-link {
        padding: 10px 2px;
    }
}

@media (min-width: 1440px) and (max-height: 750px)  {
    .hero_banner_container_second {
        height: 35%;
    }
}

@media only screen and (min-width: 992px) {
    #essential-information, #explore {
        padding-top: 120px
    }

    #sect_links {
        height: 100vh;
    }

    #hero_banner_container_second {
        visibility: hidden;
        opacity: 0;
    }

}

@media only screen and (max-width: 767px) { 
    /* select.event {
        font-size: initial;
    } */

    /* .date-box {
        right: 27%;
        top: 10px;
    } */

    .offcanvas.show #main-menu {
        margin-top: 0px;
    }

    #standard-banner {
        min-height: 575px;
    }

    .flag-img {
        width: 100px !important;
        height: 100px !important;
    }

    .essential-cards-row .h-100 {
        height: 170px !important;
    }

    #carouselMore img {
        width: 40px;
    }

    #carouselSustain .rounded.p-3::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.96%, rgba(0, 0, 0, 0.7) 46.15%);
    }

    .custom-card.expanded .description-overlay {
        overflow-y: auto;
    }

    #hero_banner-mobile p {
        font-size: 14px;
    }

    #sect_more {
        padding-top: 160px;
    }

    #sect_more .image-grid img {
        height: auto;
    }

    #wrapper-footer {
        background-image: none !important;
        height: 90vh !important;
    }

    .col-animation img {
       width: 75vw;
    }

    .col-animation {
        animation: infiniteScroll 10s linear infinite;
        animation-direction: reverse;
    }

    #travel_banner_section p, #sect_more p, p.h4.desc {
        font-size: inherit;
    }

    .season-box {
        padding: 1.5rem 1.5rem 0px;
    }
}

@media only screen and (max-width: 450px) {
    .image-grid {
        min-height: 330px;
    }

    #sect_more .arrow-change{
        margin-top: 3px;
    }

    #travel_find_section .arrow-change{
        margin-top: 0px;
    }

    .weather-tabs .nav-tabs .nav-link {
        font-size: initial;
        padding: 10px;
    }

    .weather-tabs .nav-tabs .nav-item {
        width: auto;
    }

    .weather-tabs .nav-tabs .nav-link {
        padding: 10px 5px;
    }

    select#year.event {
        background-position: left 70% center;
    }
}

@media only screen and (max-width: 400px) {
    #sect_links a {
        font-size: small;
    }

    #travel_find_section p.h3 {
       font-size: 20px;
    }

    .owl-carousel.carouselCalendar .item, .owl-item .card-calendar::before {
        width: 300px !important;
    }


    .owl-carousel.carouselCalendar .owl-stage .owl-item {
        width: 400px !important;
    }

    .owl-carousel.carouselCalendar .owl-nav .owl-next {
        left: 75vw;
    }
}

/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .hero_banner_container_second {
        height: 26%;
    }

    .card:hover .card-description {
        max-height: 300px;
    }

    #vector_header_second {
        bottom: -10%;
    }
}


