/*************** CSS for Desktop ***************/
@keyframes pulse_old {
	0% {
		transform: scale(0.95);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.95);
	}
}
@-webkit-keyframes pulse {
    0% {
		transform: scale(0.95);
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }

    50% {
        transform: scale(1.15);
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    100% {
		transform: scale(0.95);
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }
}
.pulse {
	transform: scale(1);
	animation: pulse .5s linear infinite;
}
/* html, body, #main, #wrapper, .j-section {
    height: 100%;
} */
html, body {
    background-color: #21232A !important;
    scroll-behavior: smooth;
}
#main, #wrapper {
    background-color: transparent !important;
}
/* body, #main, #wrapper {
    overflow: hidden;
} */
.header-bg-image {
    background-position: 50% 50%;
    background-size: cover;
}
.absolute-footer.dark {
    color: #fff;
    font-size: 80%;
}
.row {
    max-width: calc (75% + 30px);
}
.row.row-collapse, .container {
    max-width: 80%;
    padding-left: 0;
    padding-right: 0;
}
.j-section {
    margin: 0 auto;
    max-width: 100%;
}
body {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
#main, #wrapper {
    background-color: transparent;
}
.col-inner>.img:not(:last-child), .col>.img:not(:last-child), blockquote, dl, figure, form, ol, p, pre, ul, .button, button, fieldset, input, select, textarea {
    margin-bottom: 0;
}
/*.img .img-inner {
    width: 100%;
}/**/
.j-slider .img {
    width: 21.5% !important;
    display: flex;
    align-items: flex-end;
    /* min-height: 8.5vw; */
}
.j-slider .img-inner {
    padding-right: 2%;
}
.j-img {
    padding: 0 0.6% !important;
}
.j-img .img-inner {
    margin-bottom: 2%;
    margin-left: -13.5%;
    z-index: 99;
}
.tabbed-content .nav-vertical>li+li, .nav-vertical+.tab-panels {
    border-top: 0px;
    border-left: 0px;
}
.tabbed-content .nav-vertical {
    padding-right: 30px;
}
.tabbed-content .tab {
    background-image: url(../img/tab.webp);
    background-size: 100% 100%;
    margin-bottom: 20px !important;
    position: relative;
    filter: grayscale(1);
    border-radius: 7px;
}
.tabbed-content .tab.active {
    filter: grayscale(0);
}
.tabbed-content .tab::before {
    content: "";
    display: none;
    width: 13%;
    padding-top: 13%;
    background-image: url(../img/tab1.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
}
.tabbed-content .tab:nth-child(2):before {
    background-image: url(../img/tab2.webp);
}
.tabbed-content .tab:nth-child(3):before {
    background-image: url(../img/tab3.webp);
}
.tabbed-content .tab:nth-child(4):before {
    background-image: url(../img/tab4.webp);
}
.tabbed-content .tab a {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    /* padding-left: calc(13% + 25px); */
    color: #fff !important;
    position: relative;
}
.tabbed-content .tab-panels {
    padding: 25px 30px 60px 30px;
    width: 70%;
    border-radius: 25px;
    border: 1.5px solid #f4b740;
    font-size: 80%;
}
.tabbed-content .tab-panels h3 {
    margin: 20px 0;
}
.tabbed-content .tab-panels p {
    margin-bottom: 20px;
}
.tabbed-content .tab-panels strong {
    color: #e1b653;
    text-transform: uppercase;
}
.tabbed-content .tab-panels .panel:first-child .img .img-inner img {
    height: 12vw;
    width: auto;
}
.j-footer {
    font-size: 80%;
}
.j-banner {
    z-index: 999;
}
.icon-tag {
    transform: skew(-20deg);
    position: absolute !important;
    bottom: 100%;
    right: 0;
    margin: 0 !important;
}
.icon-tag::before {
	content: "HOT";
    font-family: 'Inter';
    font-size: 60%;
    font-weight: bold;
    background: #FF6418;
    padding: 2px 5px;
    display: block;
    position: relative;
    bottom: 5px;
    border-radius: 3px;
}
.secondary {
    color: #000;
}
.button.is-link:hover {
    color: #67dfde !important;
}
.button.is-link:hover .icon-angle-down::before {
    content: ""
}
.banner-bg :is(img,picture,video) {
	display: block !important;
    opacity: 1 !important;
}
.header-nav-main.nav > li > a i {
    margin-left: .5em;
    font-size: 1em;
}
.header-nav-main.nav > li > a:hover {
    color: #67dfde !important;
}
.header-nav-main.nav > li > a:hover .icon-angle-down::before {
    content: ""
}
.header-nav-main.nav > li.has-icon-left i {
    display: none;
}
.header-nav-main.nav > li.has-icon-left>a>img {
    position: absolute;
    bottom: 85%;
    right: 0;
    width: 30%;
    margin: 0;
}
.slider-wrapper,
.flickity-viewport {
    overflow: visible !important;
    position: relative;
    z-index: 9;
}
.slider-style-focus .flickity-page-dots {
    bottom: -13px;
    z-index: 9;
    pointer-events: all;
}
.flickity-page-dots .dot {
    border: #AFB2B6;
    background-color: #AFB2B6;
    width: 10px;
    height: 10px;
}
.flickity-page-dots .dot.is-selected {
    border: #FFAD32;
    background-color: #FFAD32;
}
/*************** CSS for landscape Desktop ***************/
@media (max-width: 1750px) {
    /* .j-slider .img {
        min-height: calc(8.5vw*0.92);
    } */
}
@media (max-width: 1500px) {
    /* .j-slider .img {
        min-height: calc(8.5vw*0.93);
    } */
}
@media (max-width: 1100px) {
    .hide-for-medium, [data-show=hide-for-medium] {
        display: none !important;
    }
}
@media (max-height: 660px) and (orientation: landscape) {

}
/*************** CSS for Tablet ***************/
@media (max-width: 1100px) and (orientation: landscape) {
    body {
        font-size: 65%;
    }
    .j-section {
        height: 100dvh;
        min-height: auto !important;
    }
    .row, .row.row-collapse, .container {
        max-width: 100%;
    }
    .tabbed-content .tab {
        width: 49.9%;
        margin: 0;
    }
    .tabbed-content .tab-panels {
        padding: 15px;
        width: 100%;
    }
}
@media (orientation: portrait) {
    body {
        background-position: center;
    }
    body::before {
        display: none;
    }
    .banner {
        border-radius: 10px;
        overflow: hidden;
    }
    .j-banner {
        background-image: url(../img/banner-mb.webp);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
    }
    .j-banner .section-bg img {
        display: none;
    }
    .j-section {
        max-width: 100%;
        min-height: 0 !important;
    }
    .row, .row.row-collapse, .container {
        max-width: 100%;
    }
    .container {
        padding: 0 3%;
    }
    .col, .row-collapse>.col {
        flex-basis: 100%;
        max-width: 100%;
        /* padding: 0 5% !important; */
    }
    .col.small-1, .row-collapse>.col.small-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }
    
    .col.small-2, .row-collapse>.col.small-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }
    
    .col.small-3, .row-collapse>.col.small-3 {
        flex-basis: 25%;
        max-width: 25%
    }
    
    .col.small-4, .row-collapse>.col.small-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }
    
    .col.small-5, .row-collapse>.col.small-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }
    
    .col.small-6, .row-collapse>.col.small-6 {
        flex-basis: 50%;
        max-width: 50%
    }
    
    .col.small-7, .row-collapse>.col.small-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }
    
    .col.small-8, .row-collapse>.col.small-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }
    
    .col.small-9, .row-collapse>.col.small-9 {
        flex-basis: 75%;
        max-width: 75%
    }
    
    .col.small-10, .row-collapse>.col.small-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }
    
    .col.small-11, .row-collapse>.col.small-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }
    .hide-for-small, [data-show=hide-for-small], .hide-for-medium, [data-show=hide-for-medium] {
        display: none !important;
    }
    .show-for-small, [data-show=show-for-small] {
        display: flex !important;
    }
    .slider-style-focus .flickity-slider>.is-selected {
        transform: scale(1.3);
        opacity: 1 !important;
        z-index: 999;
    }
    .slider-style-focus .img {
        display: flex;
        align-items: center;
        min-height: 30vw;
    }
    .j-slider .img {
        width: 45% !important;
        /* min-height: 27.5vw; */
    }
    .tabbed-content .tab {
        width: 49.9%;
        margin: 0;
    }
    .tabbed-content .tab-panels {
        padding: 15px;
        width: 100%;
    }
    .tabbed-content .tab-panels .panel:first-child .img .img-inner img {
        height: 50vw;
    }
    .j-scroll .stack {
        width: 200%;
    }
    .j-scroll {
        overflow-x: scroll;
    }
    #logo {
        width: 25%;
    }
    .nav>li>a {
        color: #FFB800 !important;
    }
    .j-pn .col {
        overflow-x: auto;
    }
    .j-pn .col-inner {
        width: 200%;
    }
}
@media (min-width: 750px) and (orientation: portrait) {
    .j-section .row {
        /* max-width: 65% !important; */
    }
}

/*************** CSS for mobile ***************/
@media (max-width: 549px) {
    .tabbed-content .tab {
        font-size: 11px;
    }
    .tabbed-content .tab a {
        height: 30px;
        padding: 0 10px;
        border-radius: 4px;
        /* padding-left: calc(10% + 10px); */
    }
    .tabbed-content .tab {
        font-size: 12px;
    }
    .tabbed-content .tab::before {
        width: 10%;
        padding-top: 10%;
        left: 5px;
    }
    .j-footer {
        font-size: 50%;
    }
    .j-scroll .stack {
        width: 300%;
    }
}

/*************** CSS for mobile ***************/
@media (max-width: 390px) {

}