@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
    font-size: 1.6rem;
    font-family: "Dubai";
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: inherit;
}

section {
    max-width: 100vw;
}

p {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
    padding: 0;
}

button:focus {
    outline: none;
}

.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

li,
ul {
    padding: 0;
    list-style: none;
    margin: 0px;
}

.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.custom-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 1.2rem;
}

@media (min-width:576px) {
    .custom-container {
        max-width: 100%;
        width: 88%;
        padding: 0 1.2rem;
    }
}

@media (min-width:1600px) {
    .custom-container {
        max-width: 152rem;
    }
}

@media (min-width:1800px) {
    .custom-container {
        max-width: 164rem;
    }
}

h2 {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 4rem;
    color: #000000;
}

@media (max-width:575.98px) {
    h2 {
        font-size: 2.4rem;
        line-height: 3rem;
    }
}

p {
    font-size: 1.8rem;
    font-weight: 300;
    color: #000000;
    line-height: 2.7rem;
}

.section-title span {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.5rem;
    color: #FF5A00;
    text-transform: uppercase;
    display: inline-block;
}

@media (max-width:575.98px) {
    .section-title span {
        font-size: 1.4rem;
        line-height: 2.3rem;
    }
}

.section-title h6 {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    color: #FF5A00;
}

.section-title h2 {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 1.5rem;
    margin-top: 0.3rem;
    max-width: 57.9rem;
    width: 100%;
}

@media (max-width:575.98px) {
    .section-title h2 {
        padding-bottom: 1rem;
    }
}

.section-title h2:after {
    content: "";
    height: 0.5rem;
    width: 6.5rem;
    background-color: #A9B489;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0.5rem;
}

.footer {
    padding-top: 5.5rem;
    padding-bottom: 3rem;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-color: #040F15;
}

.footer:after {
    content: "";
    position: absolute;
    background-image: url(../images/icons/foot-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 96rem;
    height: 100%;
    top: 0;
    left: 0rem;
    pointer-events: none;
}

@media (max-width:575.98px) {
    .footer {
        padding-top: 4rem;
    }
}

.footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid rgba(230, 230, 230, 0.2);
    padding-bottom: 4.4rem;
}

@media (max-width:575.98px) {
    .footer-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.footer-top h2 {
    font-size: 4rem;
    font-weight: 500;
    line-height: 4.8rem;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 30.9rem;
    width: 100%
}

@media (max-width:575.98px) {
    .footer-top h2 {
        font-size: 3.2rem;
        font-weight: 500;
        line-height: 3.5rem;
        letter-spacing: -0.02em
    }
}

.footer-top p {
    margin-top: 1.6rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.2rem;
    color: #E6E6E6
}

@media (max-width:575.98px) {
    .footer-top .primary-btn {
        padding: 0 2.9rem
    }
}

.footer-links-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 3.2rem;
    -moz-column-gap: 3.2rem;
    column-gap: 3.2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1rem
}

.footer-links-ul li.current-menu-item a:after {
    content: "";
    background-image: url(../images/home/active.svg);
    background-repeat: no-repeat;
    background-position: right center;
    width: 9px;
    height: 13px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1
}

.footer-links-ul li a {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.2rem;
    color: #E6E6E6;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.8rem;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.6
}

.footer-links-ul li a:after {
    content: "";
    background-image: url(../images/home/active.svg);
    background-repeat: no-repeat;
    background-position: right center;
    width: 9px;
    height: 13px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0
}

.footer-links-ul li a:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.footer-links-ul li a:hover:after {
    opacity: 1
}

.footer-links-ul li a.active:after {
    content: "";
    background-image: url(../images/home/active.svg);
    background-repeat: no-repeat;
    background-position: right center;
    width: 9px;
    height: 13px;
    display: block;
    opacity: 1
}

.footer-connect {
    margin-top: 3.6rem
}

@media (max-width:575.98px) {
    .footer-connect {
        margin-top: 3.4rem
    }
}

.footer-connect ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 14.6rem 1fr 14.6rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 14.6rem;
    -moz-column-gap: 14.6rem;
    column-gap: 14.6rem
}

@media (max-width:991.98px) {
    .footer-connect ul {
        -webkit-column-gap: 5rem;
        -moz-column-gap: 5rem;
        column-gap: 5rem
    }
}

@media (max-width:575.98px) {
    .footer-connect ul {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        row-gap: 2.4rem
    }
}

.footer-connect ul li span {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4rem;
    letter-spacing: 0.04em;
    color: rgba(230, 230, 230, 0.6);
    text-transform: uppercase
}

.footer-connect ul li a {
    color: #E6E6E6;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.9rem;
    margin-top: 1.2rem;
    display: block
}

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width:767.98px) {
    .footer-social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 2.4rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.footer-social-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.footer-social-ul li {
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.footer-social-ul li img {
    width: auto
}

.footer-social-ul li:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media (max-width:767.98px) {
    .footer-logo {
        display: none
    }
}

.header {
    position: relative;
    z-index: 99
}

@media (min-width:768px) {
    .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }
}

.header_btn {
    background-color: transparent;
    border: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header_btn img {
    width: auto !important
}

.header_logo {
    padding: 2rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:575.98px) {
    .header_logo {
        padding: 2.5rem 1.5rem 0.8rem 1.5rem
    }
}

@media (min-width:768px) {
    .header_logo {
        border-right: 1px solid rgba(0, 0, 0, 0.1)
    }
}

@media (min-width:992px) {
    .header_logo {
        padding: 0 2.2rem 0.9rem 8rem
    }
}

.header_logo img {
    width: 11rem;
    max-width: 11rem;
}

@media (max-width:575.98px) {
    .header_logo img {
        width: 7.2rem;
        max-width: 7.2rem;
    }
}

.header_main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width:768px) {
    .header_top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0rem 8.2rem 0rem 1.7rem
    }
}

.header_announcement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.85rem 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width:767.98px) {
    .header_announcement {
        padding-left: 1.5rem;
        background: rgb(241, 241, 241)
    }
}

.header_announcement span {
    font-size: 1.4rem;
    font-weight: 500;
    color: #000000
}

.header_announcement p {
    font-size: 1.4rem;
    font-weight: 400;
    color: #ff5a00;
    text-transform: uppercase;
    margin-top: 0
}

.header_mail {
    padding: 0.85rem 0;
    padding-left: 2.4rem;
    border-left: 1px solid rgba(0, 0, 0, 0.1)
}

@media (max-width:767.98px) {
    .header_mail {
        display: none
    }
}

.header_mail a {
    font-size: 1.4rem;
    font-weight: 300;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.6rem;
    -moz-column-gap: 0.6rem;
    column-gap: 0.6rem;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in
}

.header_mail a img {
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    width: 2rem;
}

.header_mail a:hover {
    color: #ff5a00;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

.header_mail a:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(44%) sepia(54%) saturate(5751%) hue-rotate(5deg) brightness(106%) contrast(102%);
    filter: brightness(0) saturate(100%) invert(44%) sepia(54%) saturate(5751%) hue-rotate(5deg) brightness(106%) contrast(102%);
}

.header_nav {
    padding: 1.7rem 0;
    padding-right: 8.2rem;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media (max-width:991.98px) {
    .header_nav {
        padding: 2.8rem 0;
        padding-right: 8.2rem;
    }
}

@media (max-width:767.98px) {
    .header_nav {
        height: 100%;
        position: fixed;
        background: rgb(255, 255, 255);
        width: 100%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        padding: 0;
        overflow-y: auto;
    }
}

.header_nav.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.header_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 90%;
}

.wpml-ls-legacy-list-horizontal {
    padding: 0 !important;
}

@media (max-width:992px) {
    .header_nav ul {
        padding-left: 1.7rem;
        justify-content: flex-end;
        column-gap: 18px !important;
    }

}

@media (max-width:800px) {
    .header_nav ul {
        -webkit-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }
}

@media (max-width:767.98px) {
    .header_nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 1.5rem 0;
        padding-bottom: 0;
        width: 100%;
    }
}

@media (max-width:767.98px) {
    .header_nav ul li {
        padding-right: 1.4rem;
        padding-left: 1.4rem;
    }

    .header_nav ul li:not(:last-child) {
        padding-bottom: 1.4rem;
        margin-bottom: 1.4rem;
        border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
    }

    .header_nav ul li:nth-last-child(2) {
        border-bottom: none;
        margin-bottom: 0rem;
    }
}

.header_nav ul li.current-menu-item a {
    font-weight: 500;
}

@media (min-width:768px) {
    .header_nav ul li.current-menu-item a {
        border-bottom: 2px solid rgb(255, 90, 0);
    }
}

.header_nav ul li a {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.5rem;
    color: #000000;
    position: relative;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

@media (max-width:767.98px) {
    .header_nav ul li a {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2.4rem;
        display: inline-block;
        width: 100%;
    }
}

.header_nav ul li a:after {
    content: "";
    border-bottom: solid 2px rgb(255, 90, 0);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
}

@media (max-width:767.98px) {
    .header_nav ul li a:after {
        background-image: url(../images/icons/arrow-right.svg);
        background-repeat: no-repeat;
        background-position: right;
        width: 2rem;
        height: 2rem;
        border: none;
        right: 0;
        left: auto;
        bottom: auto;
        -webkit-transform: none;
        transform: none;
    }
}

.header_nav ul li a:hover {
    color: rgb(255, 90, 0);
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

.header_nav ul li a:hover:after {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

@-webkit-keyframes underline {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes underline {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.header_nav ul li:last-child {
    background-color: #FFF8F5;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.6rem;
    -moz-column-gap: 0.6rem;
    column-gap: 0.6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:768px) {
    .header_nav ul li:last-child {
        display: none
    }
}

.header_nav ul li:last-child:after {
    content: "";
    background-image: url(../images/icons/sms-tracking.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    width: 2.4rem;
    height: 2.4rem;
    display: block;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.header_nav ul li:last-child a {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.6rem;
    padding: 1.2rem 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.8rem;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem
}

.header_nav ul li:last-child a:after {
    content: none;
}

.menu {
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu .line {
    fill: none;
    stroke: #000000;
    stroke-width: 6;
    -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1)
}

.menu .line1 {
    stroke-dasharray: 50 207;
    stroke-width: 6;
}

.menu .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.menu .line3 {
    stroke-dasharray: 40 207;
    stroke-width: 6;
}

.menu.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.menu.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6
}

.menu.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

.menu .line {
    fill: none;
    stroke: #000000;
    stroke-width: 6;
    -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1)
}

.menu .line1 {
    stroke-dasharray: 50 207;
    stroke-width: 6
}

.menu .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6
}

.menu .line3 {
    stroke-dasharray: 40 207;
    stroke-width: 6
}

.menu.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6
}

.menu.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6
}

.menu.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6
}

@media (min-width:768px) {
    .bottom-img {
        display: none
    }
}

.primary-btn {
    background-color: #F05423;
    color: #fff;
    height: 5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.2rem !important;
    letter-spacing: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50rem;
    padding: 1.5rem 3.1rem;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
}

@media (max-width:575.98px) {
    .primary-btn {
        font-size: 1.6rem
    }
}

.primary-btn:hover {
    background-color: #040F15;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #ffffff
}

.video-custom {
    position: relative
}

.video-custom .pause-btn,
.video-custom .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 74px;
    height: 74px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0px 15px 75px 0px rgba(27, 25, 68, 0.3019607843);
    box-shadow: 0px 15px 75px 0px rgba(27, 25, 68, 0.3019607843);
    z-index: 3;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #FFFFFF;
    pointer-events: none
}

@media (max-width:575.98px) {

    .video-custom .pause-btn,
    .video-custom .play-btn {
        width: 50px;
        height: 50px
    }
}

.video-custom .pause-btn {
    display: none
}

.video-custom .play-btn img {
    width: 27px;
    height: 27px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:575.98px) {
    .video-custom .play-btn img {
        width: 19px;
        height: 19px
    }
}

.video-custom .play-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.pause-btn i {
    position: absolute;
    left: -3px;
    right: 0px;
    bottom: 0px;
    top: 2px;
    margin: auto;
    width: 16px;
    height: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.pause-btn i:before {
    content: "";
    width: 4px;
    height: 100%;
    background-color: #FFFFFF;
    display: inline-block
}

.pause-btn i:after {
    content: "";
    width: 4px;
    height: 100%;
    margin-left: 8px;
    background-color: #FFFFFF;
    display: inline-block
}

.playvideo .video-custom img {
    opacity: 1
}

.playvideo .video-custom video {
    opacity: 1
}

.playvideo .video-custom .vplay {
    display: none
}

.playvideo .video-custom:hover .vplay+.pause-btn {
    display: block
}

.instagram-head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.instagram .section-title h2:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.trigger {
    text-align: center;
    padding: 7px 13px;
    background: #3e3e3e;
    color: #fff;
    font-size: 15px;
    outline: none;
    border: none;
    border-radius: 5px
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:575.98px) {
    .modal {
        background-color: #ffffff
    }
}

.modal-head {
    position: absolute;
    top: 3.4rem;
    right: 3.1rem
}

.modal-head .close-button {
    cursor: pointer
}

.modal-content {
    max-width: 68.3rem;
    margin: 0 auto;
    background-color: #ffffff;
    position: relative
}

.show-modal {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s
}

.tabs {
    border-radius: 5px 5px 5px 5px
}

.tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem;
    border-bottom: 1px solid #EBEBEB
}

.tabs-nav::-webkit-scrollbar {
    display: none
}

.tabs-nav li {
    position: relative;
    padding-bottom: 1.2rem;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.2rem;
    color: #000000;
    text-transform: uppercase;
    cursor: pointer
}

.tabs-nav li.active {
    font-weight: 500
}

.tabs-nav li.active:after {
    content: "";
    background-color: #A9B489;
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 5px;
    bottom: 0;
    left: 0
}

.tabs-search {
    max-width: 36rem;
    width: 100%
}

@media (max-width:991.98px) {
    .tabs-search {
        max-width: 28rem
    }
}

@media (max-width:767.98px) {
    .tabs-search {
        max-width: 100%;
        margin-top: 2.5rem
    }
}

.tabs-search input {
    border: 1px solid rgba(0, 0, 0, 0.3);
    height: 5.1rem;
    width: 100%;
    border-radius: 4.8rem;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.5rem;
    color: #000000;
    padding: 0 2rem;
    padding-left: 5.2rem;
    background-image: url(../images/news/search-normal.svg);
    background-position: left 1.5rem center;
    background-repeat: no-repeat;
}

.tabs-search input:focus-within {
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.tabs [data-tab-content] {
    display: none;
}

.tabs .active[data-tab-content] {
    display: block;
}

.homeBanner img {
    object-fit: contain;
}

.homeBanner video {
    height: 100vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hover {
    position: relative;
    z-index: 2;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width:767.98px) {
    .hover {
        margin-top: 4rem;
        border: none;
    }
}

.hover-mask {
    -webkit-mask-image: url(../images/home/mask-image.webp);
    mask-image: url(../images/home/mask-image.webp);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top;
    mask-position: top;
    border-radius: 30px;

}

@media (max-width:575.98px) {
    .hover-mask {
        -webkit-mask-image: url(../images/home/Mask-group.png);
        mask-image: url(../images/home/Mask-group.png);
    }
}

.hover-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3rem;
}

.hover-img {
    position: relative;
    border-radius: 25%;;
}

@media (max-width:767.98px) {
    .hover-img:after {
        content: "";
        background: linear-gradient(0.07deg, #f9ecc9 2.01%, rgba(249, 236, 201, 0) 73.45%);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
}

@media (min-width:768px) {
    .hover-img {
        width: 33.3333333333%;
    }
}

.hover-img img {
    height: 51.3rem;
    -o-object-position: top;
    object-position: top;
}

@media (max-width:575.98px) {
    .hover-img img {
        height: 36.4rem;
    }
}

@media (min-width:768px) {
    .hover-img-active {
        width: 52.3%;
    }
}

.hover-img-active:after {
    content: "";
    background: linear-gradient(0.07deg, #f9ecc9 2.01%, rgba(249, 236, 201, 0) 73.45%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.hover-img-active .hover-content {
    background-color: transparent;
}

.hover-img-active .hover-content p {
    display: none;
}

.hover-img-active .hover-content .hover-date {
    position: absolute;
    top: 0px;
    background-color: #ff5a00;
    /* outline: 5px solid white; */
}

.hover-img-active .hover-content-active {
    display: block;
}

.hover-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
}

@media (max-width:767.98px) {
    .hover-content {
        background-color: transparent;
    }
}

.hover-content-active {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 2rem;
    z-index: 1;
    padding: 0 3.3rem;
}

@media (min-width:768px) {
    .hover-content-active {
        display: none;
    }
}

@media (max-width:575.98px) {
    .hover-content-active {
        padding: 0 1.3rem;
    }
}

.hover-content-active span {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.7rem;
    letter-spacing: 0.2em;
}

@media (max-width:575.98px) {
    .hover-content-active span {
        font-size: 1.4rem;
        line-height: 2.2rem;
        color: #ff5a00;
    }
}

.hover-content-active h4 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.7rem;
    margin: 0 auto;
    margin-top: 2rem;
    max-width: 33.7rem;
    width: 100%;
}

@media (max-width:575.98px) {
    .hover-content-active h4 {
        font-size: 2.4rem;
    }
}

.hover-content-active h6 {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2rem;
    padding-top: 1.9rem;
    margin-top: 2.7rem;
    color: #f05423;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width:575.98px) {
    .hover-content-active h6 {
        padding-top: 1.2rem;
    }
}

.hover-date {
    background-color: #a9b489;
    border: 1px solid #dcdcdc;
    height: 9.4rem;
    width: 6.2rem;
    border-radius: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.5rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width:1600px) {
    .hover-date {
        height: 10.4rem;
        width: 7.2rem;
    }
}

@media (min-width:1800px) {
    .hover-date {
        height: 11.4rem;
        width: 7.2rem;
    }
}

@media (max-width:767.98px) {
    .hover-date {
        position: absolute;
        top: 0;
        background-color: #ff5a00;
    }
}

@media (max-width:575.98px) {
    .hover-date {
        height: 8.4rem;
        width: 5.5rem;
        padding: 2rem 0;
    }
}

.hover-date h5 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 2.7rem;
    color: #ffffff;
}

@media (max-width:575.98px) {
    .hover-date h5 {
        font-size: 2.4rem;
    }
}

.hover-date span {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.7rem;
    color: #ffffff;
    text-transform: uppercase;
}

@media (max-width:575.98px) {
    .hover-date span {
        font-size: 1.4rem;
    }
}

.hover-slider {
    margin-top: 2rem;
    padding-left: 1.5rem;
}

.hover p {
    margin: 0 auto;
    margin-top: 3rem;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.7rem;
    color: #000000;
    max-width: 22.7rem;
    width: 100%;
    text-align: center;
}

@media (max-width:767.98px) {
    .hover p {
        display: none;
    }
}

.winner {
    margin-top: 6rem;
}

@media (max-width:575.98px) {
    .winner {
        margin-top: 4rem;
    }
}

.winner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 3.9rem;
    -moz-column-gap: 3.9rem;
    column-gap: 3.9rem;
    margin: 1.2rem 6.4rem 0 6.4rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (min-width:1280px) {
    .winner-item {
        width: 32%;
    }
}

.winner-item:first-child .winner-place:after {
    background-color: #ffdec8;
}

.winner-item:nth-child(2) .winner-place:after {
    background-color: #ffecc4;
}

.winner-item:nth-child(3) .winner-place:after {
    background-color: #eae8e8;
}

@media (min-width:1280px) {
    .winner-item-center {
        width: 36%;
    }
}

.winner-item-center .winner-place:after {
    min-height: 16.4rem;
}

@media (max-width:575.98px) {
    .winner-item-center .winner-place:after {
        min-height: 13.1rem;
    }
}

.winner-item-center .winner-place .medal {
    width: 10.3rem;
    height: 15.7rem;
}

@media (max-width:575.98px) {
    .winner-item-center .winner-place .medal {
        width: 8.2rem;
        height: 12.5rem;
    }
}

.winner-place {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
}

.winner-place:after {
    content: "";
    border-radius: 2rem 2rem 0 0;
    min-height: 13.4rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
    -webkit-box-shadow: 0px 18.95px 47.38px 0px rgba(119, 115, 170, 0.1019607843);
    box-shadow: 0px 18.95px 47.38px 0px rgba(119, 115, 170, 0.1019607843);
}

@media (max-width:575.98px) {
    .winner-place:after {
        min-height: 13.1rem;
    }
}

.winner-place .medal {
    width: 8.2rem;
    height: 12.5rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: 8px;
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
}

@media (max-width:575.98px) {
    .winner-place .medal {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

.winner-place .winner-img {
    width: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    mix-blend-mode: multiply;
}

@media (max-width:575.98px) {
    .winner-place .winner-img {
        max-width: 22rem;
        height: 25rem;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.winner-gradient {
    background: radial-gradient(73.41% 73.41% at 24.28% 23.84%, #4a4a4a 0%, #000000 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem 2.8rem;
    border-radius: 0 0 2rem 2rem;
}

@media (max-width:575.98px) {
    .winner-gradient {
        padding: 0.9rem 2.8rem;
    }
}

.winner-names span {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
    color: #FFFFFF;
}

@media (max-width:575.98px) {
    .winner-names span {
        font-size: 1.4rem;
        line-height: 2.3rem;
    }
}

.winner-names h5 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 3.7rem;
    color: #FFFFFF;
}

@media (max-width:575.98px) {
    .winner-names h5 {
        font-size: 1.8rem;
        line-height: 3rem;
    }
}

.winner-flag img {
    width: 5.2rem;
    height: 5.2rem;
}

@media (max-width:575.98px) {
    .winner-flag img {
        width: 4rem;
        height: 4rem;
    }
}

.winner-swiper .swiper-wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.singleBanner {
    margin-top: 4rem;
    position: relative;
    overflow: hidden;
}

.singleBanner-bg {
    min-height: 68.6rem;
    width: 100%;
}

@media (max-width:575.98px) {
    .singleBanner-bg {
        min-height: 70rem;
    }
}

.singleBanner-content {
    position: absolute;
    top: 8.2rem;
    z-index: 2;
    width: 50%;
}

@media (max-width:767.98px) {
    .singleBanner-content {
        width: 100%;
        top: 4rem;
    }
}

.singleBanner-content .section-title h2 {
    max-width: 64rem;
    width: 100%;
}

@media (max-width:575.98px) {
    .singleBanner-content .section-title h2 {
        max-width: 34.5rem;
    }
}

.singleBanner-content .section-title h2:after {
    background-color: #ffffff;
}

.singleBanner-content .section-title p {
    margin-top: 2rem;
    max-width: 51.3rem;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

@media (max-width:575.98px) {
    .singleBanner-content .section-title p {
        max-width: 34.5rem;
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

.singleBanner-content img {
    width: auto;
    margin-top: 1.4rem;
}

.singleBanner-content h5 {
    color: #000000;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 4.2rem;
}

@media (max-width:767.98px) {
    .singleBanner-content h5 {
        line-height: 2.4rem;
        font-size: 2rem;
        margin-top: 1rem;
    }
}

.route-slider {
    margin-top: 6rem;
}

@media (max-width:575.98px) {
    .route-slider {
        margin-top: 3.5rem;
    }
}

.route-slider-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width:575.98px) {
    .route-slider-head {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width:575.98px) {
    .route-slider-head h2 {
        max-width: 23.4rem;
        line-height: 2.4rem;
        width: 100%;
    }
}

.route-slider-head .swiper-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 1.2rem;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
}

.route-slider-head .swiper-btn img {
    width: auto;
}

@media (max-width:575.98px) {
    .route-slider-head .swiper-btn img {
        width: 4rem;
    }
}

.route-slider .swiper {
    margin-top: 3.5rem;
}

@media (max-width:575.98px) {
    .route-slider .swiper {
        margin-top: 2.4rem;
    }
}

.route-slider .swiper-slide {
    background-color: #f77a40;
    border-radius: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.4rem 1.5rem;
    width: 100% !important;
}

.route-slider .swiper-slide a {
    margin-left: auto;
}

.route-slider .swiper-slide img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
    aspect-ratio: 1.739;
    height: 230px;
    width: 100% !important;
    object-fit: inherit;
}

@media (min-width:768px) {
    .route-slider .swiper-slide img {
        width: auto;
    }
}

.route-slider .swiper-slide:nth-child(2n) .swiper-slide-content {
    top: auto;
    bottom: 36px;
}

.route-slider .swiper-slide-content {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

@media (min-width:576px) {
    .route-slider .swiper-slide-content {
        position: absolute;
        left: 36px;
        top: 50%;
    }
}

.route-slider .swiper-slide-content span {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.3rem;
    color: #FFFFFF;
    text-transform: uppercase;
}

.route-slider .swiper-slide-content h5 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 3rem;
    color: #FFFFFF;
}

.route-slider .swiper-slide-content h6 {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.3rem;
    color: #FFFFFF;
}

.thumbSlider {
    margin-top: 6rem;
    min-height: 65.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-blend-mode: luminosity;
    overflow: hidden;
}

.thumbSlider-bg img {
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 100%;
}

@media (max-width:1199.98px) {
    .thumbSlider-left {
        display: none;
    }
}

.thumbSlider:after {
    content: "";
    background: radial-gradient(73.41% 73.41% at 24.28% 23.84%, #4a4a4a 0%, #000000 100%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.thumbSlider:before {
    content: "";
    background-image: url(../images/home/mm.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

@media (min-width:768px) {
    .thumbSlider:before {
        display: none;
    }
}

.thumbSlider .border-round {
    position: absolute;
    left: -454px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 76rem;
    width: 76rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

@media (max-width:767.98px) {
    .thumbSlider .border-round {
        display: none;
    }
}

.thumbSlider .radial-gradient {
    background: radial-gradient(73.41% 73.41% at 24.28% 23.84%, #4A4A4A 0%, #000000 100%);
    width: 34.6rem;
    height: 34.6rem;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -253px;
}

@media (max-width:767.98px) {
    .thumbSlider .radial-gradient {
        display: none;
    }
}

.thumbSlider .linear-gradient {
    width: 37.8rem;
    height: 40.8rem;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -253px;
    border: 10px solid rgba(255, 255, 255, 0.8);
}

@media (max-width:767.98px) {
    .thumbSlider .linear-gradient {
        display: none;
    }
}

@media (max-width:575.98px) {
    .thumbSlider .custom-container {
        max-width: 100%;
        padding: 0 1.5rem;
        padding-right: 0;
    }
}

.thumbSlider .section-title {
    margin-top: 4.2rem;
    display: inline-block;
}

@media (min-width:1200px) {
    .thumbSlider .section-title.for-mobile {
        display: none;
    }
}

.thumbSlider .section-title span {
    color: #ffffff;
}

.thumbSlider .section-title h2 {
    color: #ffffff;
}

.thumbSlider .section-title h2:after {
    background-color: #ffffff;
}

.thumbSlider .section-title p {
    margin-top: 3rem;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.1rem;
    letter-spacing: -0.01em;
    max-width: 25.6rem;
    width: 100%;
}

.thumbSlider .swiper-btn {
    margin-bottom: 13.6rem;
    margin-top: 6.4rem;
    display: inline-block;
}

@media (max-width:1199.98px) {
    .thumbSlider .swiper-btn {
        margin-top: 3.2rem;
        margin-bottom: 4rem;
    }
}

@media (min-width:1200px) {
    .thumbSlider .swiper-btn.for-mobile {
        display: none;
    }
}

.thumbSlider .swiper-btn .primary-btn {
    padding: 1.5rem 3.6rem;
    position: relative;
    z-index: 5;
}

.thumbSlider .scroll-down {
    position: absolute;
    bottom: 37px;
    left: 41.7rem;
    background-color: rgba(0, 0, 0, 0.2);
    width: 6.5rem;
    height: 6.5rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.thumbSlider .scroll-down img {
    width: auto;
}

@media (max-width:1199.98px) {
    .thumbSlider .scroll-down {
        display: none;
    }
}

.thumbSlider-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5.7rem;
    -moz-column-gap: 5.7rem;
    column-gap: 5.7rem;
}

@media (min-width:1200px) {
    .thumbSlider-slider {
        min-height: 65.5rem;
    }
}

@media (max-width:1199.98px) {
    .thumbSlider-slider {
        margin-top: 4rem;
    }
}

@media (max-width:575.98px) {
    .thumbSlider-slider {
        margin-top: 2.4rem;
    }
}

@media (min-width:1200px) {
    .thumbSlider .mySwiper {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 10.5rem;
        margin-top: 8rem;
    }
}

.thumbSlider .mySwiper .swiper-wrapper {
    margin: auto 0rem auto 7.5rem;
}

.thumbSlider .mySwiper .swiper-slide {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
    opacity: 30%;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 35px !important;
}

.thumbSlider .mySwiper .swiper-slide-active {
    color: #ffffff;
    opacity: 100%;
}

.thumbSlider .mySwiper2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1.5px solid rgba(223, 223, 223, 0.2);
}

@media (max-width:1199.98px) {
    .thumbSlider .mySwiper2 {
        border: none;
    }
}

.thumbSlider .mySwiper2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    width: 0.5px;
    background-color: #DFDFDF;
    opacity: 20%;
}

@media (max-width:1199.98px) {
    .thumbSlider .mySwiper2:before {
        display: none;
    }
}

@media (min-width:1200px) {
    .thumbSlider .mySwiper2 .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width:1200px) {
    .thumbSlider .mySwiper2 .swiper-slide:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.thumbSlider .mySwiper2 .swiper-slide img {
    height: 100%;
    border-radius: 2rem;
    height: 32rem;
}

@media (max-width:575.98px) {
    .thumbSlider .mySwiper2 .swiper-slide img {
        height: 19rem;
    }
}

.thumbSlider .mySwiper2 .swiper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (min-width:1200px) {
    .thumbSlider .mySwiper2 .swiper-content {
        height: 30rem;
    }
}

@media (max-width:1199.98px) {
    .thumbSlider .mySwiper2 .swiper-content {
        margin-bottom: 1.8rem;
    }
}

.thumbSlider .mySwiper2 .swiper-content h6 {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2rem;
    color: #ffffff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 4rem;
}

@media (max-width:1199.98px) {
    .thumbSlider .mySwiper2 .swiper-content h6 {
        font-size: 1.6rem;
        line-height: 2.1rem;
        font-weight: 700;
    }
}

.thumbSlider .mySwiper2 .swiper-content span {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: -0.01em;
    color: #ffffff;
    display: inline-block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media (max-width:1199.98px) {
    .thumbSlider .mySwiper2 .swiper-content span {
        margin-top: 0.4rem;
        font-size: 1.4rem;
    }
}

.thumbSlider .mySwiper2 .swiper-content h2 {
    font-size: 9.6rem;
    font-weight: 700;
    line-height: 6rem;
    letter-spacing: -0.01em;
    color: #ffffff;
}

@media (max-width:1200px) {
    .thumbSlider .mySwiper2 .swiper-content h2 {
        font-size: 6rem;
        line-height: 4rem;
    }
}

.thumbSlider .mySwiper2 .swiper-img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.thumbSlider .swiper-navigation {
    position: absolute;
    right: 0;
    bottom: 89px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.8rem;
}

.thumbSlider .swiper-navigation .swiper-button-next-gallery,
.thumbSlider .swiper-navigation .swiper-button-prev-gallery {
    width: 4.9rem;
    height: 4.9rem;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.thumbSlider .swiper-navigation .swiper-button-next-gallery:hover,
.thumbSlider .swiper-navigation .swiper-button-prev-gallery:hover {
    background-color: #FF5A00;
    border: 1px solid #FF5A00;
}

.events-slider {
    margin-top: 6rem;
}

@media (max-width:575.98px) {
    .events-slider {
        margin-top: 4rem;
    }
}

.events-slider-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width:575.98px) {
    .events-slider-head {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.events-slider .swiper-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 1.2rem;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
}

@media (max-width:575.98px) {
    .events-slider .swiper-btn {
        display: none;
    }
}

.events-slider .swiper-btn img {
    width: auto;
}

.events-slider .swiper {
    margin-top: 2.6rem;
    padding-bottom: 6rem;
}

@media (max-width:575.98px) {
    .events-slider .swiper {
        margin-top: 2rem
    }
}

.events-slider .swiper-slide {
    -webkit-box-shadow: 0px 18.95px 47.38px 0px rgba(119, 115, 170, 0.1019607843);
    box-shadow: 0px 18.95px 47.38px 0px rgba(119, 115, 170, 0.1019607843);
    border-radius: 2rem;
    height: auto
}

.events-slider .swiper-slide img {
    border-radius: 2rem 2rem 0 0;
    height: 25.5rem
}

.events-slider .swiper-slide .label {
    border-radius: 0 0.8rem 0.8rem 0;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1019607843);
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6rem;
    letter-spacing: 0.200000003px;
    background-color: #000000;
    color: #ffffff;
    padding: 1.25rem 3.1rem;
    display: inline-block;
    position: absolute;
    bottom: -20px;
    left: 0
}

.events-slider .swiper-slide-content {
    position: relative;
    padding: 0 2.3rem 1.9rem 2.3rem
}

.events-slider .swiper-slide-content .date {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.5rem;
    color: #f05423;
    margin-top: 3rem
}

.events-slider .swiper-slide-content span {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.5rem;
    color: #f05423;
    display: block
}

.events-slider .swiper-slide-content h5 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.5rem;
    color: #000000;
    margin-top: 1rem
}

.events-slider .swiper-slide-content .category {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.5rem;
    color: #000000
}

.events-slider .swiper-slide-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.events-slider .swiper-slide-flex .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0.200000003px;
    color: #737373;
    -webkit-column-gap: 0.37rem;
    -moz-column-gap: 0.37rem;
    column-gap: 0.37rem;
    max-width: 42rem;
    width: 100%
}

.events-slider .swiper-slide-flex .location img {
    width: 2.6rem;
    height: 2.6rem;
    -o-object-fit: contain;
    object-fit: contain
}

.events-slider .swiper-slide-flex span img {
    width: 5.6rem;
    height: 5.6rem;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:575.98px) {
    .events-slider .swiper-slide-flex span img {
        width: 4.6rem;
        height: 4.6rem
    }
}

.video video {
    width: 100%;
    border-radius: 2rem;
    -o-object-fit: cover;
    object-fit: cover;
    height: 52.4rem
}

@media (max-width:575.98px) {
    .video video {
        height: 20rem
    }
}

.video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 7.4rem;
    height: 7.4rem;
    border-radius: 50%;
    border: 2px solid rgb(255, 255, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 15px 75px 0px rgba(27, 25, 68, 0.3);
    box-shadow: 0px 15px 75px 0px rgba(27, 25, 68, 0.3)
}

@media (max-width:575.98px) {
    .video .play {
        width: 5rem;
        height: 5rem
    }
}

.video .play img {
    width: 1.4rem;
    height: 1.8rem;
    -o-object-fit: contain;
    object-fit: contain
}

.video-wrapper {
    position: relative
}

.video-wrapper:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 2rem;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none
}

.video-content {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 5.6rem;
    z-index: 2;
    text-align: center;
    width: 100%
}

@media (max-width:575.98px) {
    .video-content {
        bottom: 1.9rem
    }
}

.video-content h4 {
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 3.8rem;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    max-width: 58rem;
    margin: 0 auto;
    width: 100%
}

@media (max-width:575.98px) {
    .video-content h4 {
        font-size: 1.4rem;
        line-height: 1.8rem;
        max-width: 28rem
    }
}

.about {
    min-height: 56rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 7.4rem
}

@media (max-width:767.98px) {
    .about {
        padding-top: 4rem
    }
}

.about-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem
}

@media (max-width:767.98px) {
    .about-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:768px) {
    .about-img {
        width: 45%
    }
}

@media (max-width:767.98px) {
    .about-img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.about-img img {
    height: 100%
}

.about-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: auto
}

.about-content p {
    margin-top: 2.3rem
}

.about-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about-count-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.1rem;
    -moz-column-gap: 1.1rem;
    column-gap: 1.1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3.7rem;
    position: relative
}

@media (max-width:767.98px) {
    .about-count-item {
        margin-top: 2rem
    }
}

.about-count-item:last-child {
    padding-left: 4.5rem;
    margin-left: 4.5rem
}

@media (max-width:575.98px) {
    .about-count-item:last-child {
        padding-left: 4.2rem;
        margin-left: 2.1rem
    }
}

.about-count-item:last-child:before {
    content: "";
    background-image: url(../images/home/Line.svg);
    background-repeat: no-repeat;
    background-position: left;
    width: 1.5rem;
    height: 3.8rem;
    left: 0;
    position: absolute
}

.about-count-item .date {
    font-size: 4.2rem;
    font-weight: 500;
    line-height: 6.2rem;
    color: #18181b
}

@media (max-width:575.98px) {
    .about-count-item .date {
        font-size: 3.8rem
    }
}

.about-count-item .year {
    color: #18181b;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    max-width: 9.1rem;
    width: 100%
}

@media (max-width:575.98px) {
    .about-count-item .year {
        font-size: 1.4rem;
        line-height: 1.8rem
    }
}

.about .primary-btn {
    margin-top: 5rem
}

@media (max-width:575.98px) {
    .about .primary-btn {
        margin-top: 2rem
    }
}

.sponsors {
    margin-top: 6rem
}

@media (max-width:575.98px) {
    .sponsors {
        margin-top: 4rem
    }
}

.sponsors-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:575.98px) {
    .sponsors-head {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.sponsors-head .swiper-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 1.2rem;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem
}

@media (max-width:575.98px) {
    .sponsors-head .swiper-btn {
        display: none
    }
}

.sponsors-head .swiper-btn img {
    width: auto
}

.sponsors-slider {
    padding-top: 2.3rem
}

.sponsors-slider .swiper-slide {
    border: 1px solid #c8c8c8;
    border-radius: 2rem;
    height: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.sponsors-slider .swiper-slide:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.sponsors-slider .swiper-slide:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.sponsors-slider .swiper-slide img {
    padding: 1rem;
    width: auto;
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.trending {
    margin-top: 11rem
}

@media (min-width:1400px) {
    .trending {
        margin-top: 12rem
    }
}

@media (min-width:1600px) {
    .trending {
        margin-top: 14rem
    }
}

@media (min-width:1800px) {
    .trending {
        margin-top: 17rem
    }
}

@media (max-width:767.98px) {
    .trending {
        margin-top: 4rem
    }
}

.trending_bg {
    background-color: #f1f1f1;
    margin-top: 2rem;
    padding-top: 2.3rem;
    padding-bottom: 6rem
}

@media (max-width:575.98px) {
    .trending_bg {
        padding-top: 0;
        padding-bottom: 4rem
    }
}

@media (min-width:992px) {
    .trending_bg .custom-container {
        padding: 0 9rem;
        padding-right: 0 !important;
        max-width: 100%;
        width: 100%
    }
}

@media (min-width:1600px) {
    .trending_bg .custom-container {
        padding: 0 12rem
    }
}

@media (min-width:1800px) {
    .trending_bg .custom-container {
        padding: 0px 14rem
    }
}

.trending-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 11.5rem;
    -moz-column-gap: 11.5rem;
    column-gap: 11.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1199.98px) {
    .trending-wrapper {
        -webkit-column-gap: 5rem;
        -moz-column-gap: 5rem;
        column-gap: 5rem
    }
}

@media (max-width:991.98px) {
    .trending-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.trending-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:575.98px) {
    .trending-box {
        -webkit-column-gap: 1.2rem;
        -moz-column-gap: 1.2rem;
        column-gap: 1.2rem
    }
}

.trending-box:not(:last-child) {
    margin-bottom: 2rem
}

@media (max-width:575.98px) {
    .trending-box:not(:last-child) {
        margin-bottom: 1.6rem
    }
}

.trending-box img {
    max-width: 23.4rem;
    height: 15rem;
    border-radius: 0.6rem
}

@media (min-width:1600px) {
    .trending-box img {
        max-width: 30rem;
        height: 17rem
    }
}

@media (min-width:1800px) {
    .trending-box img {
        max-width: 38rem;
        height: 20rem
    }
}

@media (max-width:575.98px) {
    .trending-box img {
        max-width: 16rem;
        height: 12rem
    }
}

.trending-box h6 {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
    color: #000000;
    background: #dee7c5;
    text-transform: uppercase;
    border-radius: 0.5rem;
    text-align: center;
    height: 1.8rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 1.3rem
}

.trending-box span {
    display: inline-block;
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1rem;
    color: rgba(38, 38, 38, 0.6)
}

.trending-box h5 {
    margin-top: 1rem;
    color: #262626;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.1rem;
    max-width: 24.5rem;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:575.98px) {
    .trending-box h5 {
        margin-top: 1rem;
        font-size: 1.6rem;
        line-height: 1.8rem;
        line-clamp: 3;
        -webkit-line-clamp: 3
    }
}

.trending-box p {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.6rem;
    color: #696868;
    margin-top: 1rem;
    max-width: 23.9rem;
    width: 100%
}

.trending-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width:991.98px) {
    .trending-content {
        margin-top: 3rem
    }
}

@media (max-width:767.98px) {
    .trending-content {
        margin-top: 2.4rem
    }
}

.trending-img {
    position: relative;
    margin-top: -22rem;
    width: 53%
}

@media (max-width:1199.98px) {
    .trending-img {
        width: 41%;
        -webkit-column-gap: 5rem;
        -moz-column-gap: 5rem;
        column-gap: 5rem
    }
}

@media (max-width:991.98px) {
    .trending-img {
        width: 100%;
        margin-top: 0;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

.trending-img img {
    border-radius: 2rem 0rem 0 2rem
}

@media (min-width:991px) {
    .trending-img img {
        height: 65.6rem
    }
}

@media (min-width:1600px) {
    .trending-img img {
        height: 88rem
    }
}

@media (max-width:991.98px) {
    .trending-img img {
        border-radius: 2rem
    }
}

@media (max-width:575.98px) {
    .trending-img img {
        height: 34.9rem
    }
}

.trending-img:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2rem 0rem 0 2rem
}

@media (max-width:991.98px) {
    .trending-img:after {
        border-radius: 2rem
    }
}

.trending-img .label {
    height: 3rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: 2px;
    color: #ebeef3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 3rem;
    border: 1px solid #ebeef3;
    border-radius: 5rem;
    top: 3.3rem;
    left: 4.2rem;
    position: absolute;
    z-index: 1
}

@media (max-width:575.98px) {
    .trending-img .label {
        left: 1.5rem;
        top: 2rem
    }
}

.trending-img-content {
    position: absolute;
    bottom: 5.2rem;
    left: 4.2rem;
    z-index: 2
}

@media (max-width:575.98px) {
    .trending-img-content {
        left: 1.5rem;
        bottom: 2rem
    }
}

.trending-img-content span {
    color: #000000;
    background-color: #dee7c5;
    border-radius: 0.5rem;
    height: 1.7rem;
    text-transform: uppercase;
    padding: 0 0.9rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: normal
}

.trending-img-content h6 {
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8rem;
    margin-top: 1.25rem
}

@media (max-width:575.98px) {
    .trending-img-content h6 {
        font-size: 1.3rem;
        margin-top: 1rem;
        line-height: 1.6rem
    }
}

.trending-img-content h3 {
    color: #FFFFFF;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 4.3rem;
    margin-top: 1.5rem;
    max-width: 59.7rem;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:575.98px) {
    .trending-img-content h3 {
        margin-top: 1.4rem;
        font-size: 2rem;
        line-height: 2.6rem;
        max-width: 31.5rem
    }
}

.instagram {
    margin-top: 6rem
}

.instagram #sbi_images {
    padding: 0 !important;
    margin-top: 4.6rem
}

@media (max-width:575.98px) {
    .instagram #sbi_images {
        margin-top: 2rem
    }
}

.instagram-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

@media (max-width:575.98px) {
    .instagram-head {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.instagram .swiper-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 1.2rem;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem
}

@media (max-width:575.98px) {
    .instagram .swiper-btn {
        display: none
    }
}

.instagram .swiper-btn img {
    width: auto
}

.instagram .swiper-container {
    margin-top: 4.6rem
}

@media (max-width:575.98px) {
    .instagram .swiper-container {
        margin-top: 2rem
    }
}

.instagram .swiper-button-next,
.instagram .swiper-button-prev {
    background-color: #F05423;
    width: 5rem;
    height: 5rem;
    border-radius: 50%
}

.instagram .swiper-button-next:after,
.instagram .swiper-button-prev:after {
    content: "";
    background-image: url(../images/events/arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 2rem;
    height: 2rem;
    position: absolute;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.instagram .swiper-button-next:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.instagram .instagram-gallery__actions {
    display: none
}

.instagram .instagram-gallery-item__media {
    height: 28.5rem !important
}

.instagram .instagram-gallery-square .instagram-gallery-item__media-wrap {
    height: 28.5rem;
    padding: 0 !important
}

.instagram .instagram-gallery-item__icon--views_count {
    top: 16px;
    bottom: auto;
    opacity: 1;
    right: 16px;
    left: auto;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.0588235294);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.0588235294);
    background-color: #ffffff;
    border-radius: 50%;
    width: 4.4rem;
    height: 4.4rem;
    color: #000000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.instagram .instagram-gallery-item__icon--views_count:before {
    content: "";
    background-image: url(../images/home/insta.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 2.4rem;
    width: 2.4rem
}

.instagram .swiper-pagination {
    display: none
}

.instagram-slider .swiper-slide {
    height: auto
}

.instagram-slider .swiper-slide a {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.0588235294);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.0588235294);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    background-color: #ffffff
}

.instagram-slider .swiper-slide a img {
    width: auto
}

.result_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10rem;
    -moz-column-gap: 10rem;
    column-gap: 10rem;
    row-gap: 2rem
}

.result_row:not(:last-child) {
    margin-bottom: 3.5rem
}

@media (max-width:767.98px) {
    .result_row:not(:last-child) {
        margin-bottom: 2rem;
        padding-bottom: 2rem;
        border-bottom: 1px solid #DFDFDF
    }
}

.result_row:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media (max-width:767.98px) {
    .result_row:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:991.98px) {
    .result_row {
        -webkit-column-gap: 5rem;
        -moz-column-gap: 5rem;
        column-gap: 5rem
    }
}

@media (max-width:767.98px) {
    .result_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.cts-img {
    position: relative;
    z-index: 1;
    -webkit-mask-image: url(../images/events-detail/Mask-mobile.png);
    mask-image: url(../images/events-detail/Mask-mobile.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.cts-img:after {
    content: "";
    background: linear-gradient(0.07deg, #F9ECC9 2.01%, rgba(249, 236, 201, 0) 73.45%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 50%;
    border-radius: 2rem
}

.cts-gradient {
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.cts-gradient:after {
    content: "";
    background: linear-gradient(0.07deg, #F9ECC9 2.01%, rgba(249, 236, 201, 0) 73.45%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 50%;
    border-radius: 2rem
}

.cts-gradient img {
    border-radius: 2rem 2rem 0 0;
    height: 25.1rem
}

@media (max-width:575.98px) {
    .cts-gradient img {
        height: 18.5rem
    }
}

.cts-content {
    position: relative;
    z-index: 3
}

.accordion-menu {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0.200000003px;
    color: #000000;
    width: 100%;
    padding-left: 3.8rem
}

.accordion-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.accordion-group:not(:last-child) {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1490196078) inset;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1490196078) inset
}

.accordion-group:after {
    content: "";
    background-image: url(../images/icons/plus.svg);
    background-position: left 2px;
    background-repeat: no-repeat;
    width: 2.4rem;
    height: 2.4rem;
    display: inline-block;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    position: absolute;
    pointer-events: none
}

@media (max-width:575.98px) {
    .accordion-group:after {
        width: 6rem
    }
}

.accordion-group.expanded {
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.accordion-group.expanded:after {
    background-image: url(../images/icons/minus.svg);
    width: 2.4rem;
    height: 2.4rem;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

@media (max-width:575.98px) {
    .accordion-group.expanded:after {
        width: 6rem
    }
}

.accordion-content {
    height: 0;
    overflow: hidden
}

.accordion-content p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0.200000003px;
    color: #666666;
    border-left: 3px solid #FF5A00;
    padding-left: 1.5rem;
    margin-left: 4rem;
    max-width: 85.5rem;
    width: 100%;
    margin-top: 2.5rem
}

@media (max-width:575.98px) {
    .accordion-content p {
        margin-left: 4rem;
        padding-right: 1.5rem
    }
}

.accordion-content.expanded {
    height: 0;
    overflow: hidden;
    padding-top: 2.4rem
}

.banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 20rem;
    position: relative
}

@media (max-width:575.98px) {
    .banner {
        min-height: 14.7rem
    }
}

.banner:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5019607843);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.banner-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.banner-content span {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.5rem;
    color: #FFFFFF;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0.3rem
}

@media (max-width:575.98px) {
    .banner-content span {
        margin-bottom: 0.8rem
    }
}

.banner-content h1 {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 3.5rem;
    color: #FFFFFF;
    max-width: 58.9rem;
    width: 100%;
    text-transform: uppercase
}

@media (max-width:575.98px) {
    .banner-content h1 {
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 2.6rem;
        max-width: 34.5rem
    }
}

blockquote {
    background-image: url(../images/icons/qu.svg);
    background-position: 13px 15%;
    background-repeat: no-repeat
}

@media (max-width:575.98px) {
    blockquote {
        background-position: 13px 11%
    }
}

blockquote p {
    font-size: 1.5rem;
    color: #000000;
    line-height: 2.2rem;
    margin-top: 0
}

@media (max-width:575.98px) {
    blockquote p {
        font-size: 1.4rem;
        line-height: 2.1rem
    }
}

.wpcf7-email {
    background-image: url(../images/icons/mail.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto
}

.wpcf7-tel {
    background-image: url(../images/icons/phone.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto
}

.intl-tel-input .selected-flag .iti-arrow {
    border: none;
    background-image: url(../images/icons/CaretDown.svg);
    background-position: 5px center;
    background-repeat: no-repeat;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 0;
    width: 26px;
    height: 16px;
    margin-left: 23px
}

.tabsSection .tabs {
    border-radius: 5px 5px 5px 5px;
}

.tabsSection .tabs-info {
    margin-top: 3.5rem;
}

@media (max-width:575.98px) {
    .tabsSection .tabs-info {
        margin-top: 2.4rem;
    }
}

.tabsSection .tabs-content .cardsBlock {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.8rem 1fr 2.8rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 2.8rem;
    -moz-column-gap: 2.8rem;
    column-gap: 2.8rem;
    row-gap: 4.1rem;
}

@media (max-width:991.98px) {
    .tabsSection .tabs-content .cardsBlock {
        -ms-grid-columns: 1fr 1.5rem 1fr;
        grid-template-columns: repeat(2, 1fr);
        -webkit-column-gap: 1.5rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }
}

@media (max-width:575.98px) {
    .tabsSection .tabs-content .cardsBlock {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        row-gap: 2rem;
    }
}

.tabsSection .tabs .card {
    -webkit-box-shadow: 0px 18.95px 47.38px 0px rgba(119, 115, 170, 0.1019607843);
    box-shadow: 0px 18.95px 47.38px 0px rgba(119, 115, 170, 0.1019607843);
    border-radius: 0 0 2rem 2rem;
}

.tabsSection .tabs .card-img img {
    border-radius: 2rem 2rem 0 0;
    height: 25.6rem;
}

.tabsSection .tabs .card-content {
    position: relative;
    padding: 2.1rem;
}

@media (max-width:575.98px) {
    .tabsSection .tabs .card-content {
        padding: 1.5rem;
    }
}

.tabsSection .tabs .card-content .announcement {
    background-color: #DEE7C5;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding: 0.25rem 1.3rem;
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.5rem;
}

.tabsSection .tabs .card-content .date {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.5rem;
    color: #f05423;
    margin-top: 0.7rem;
}

@media (max-width:575.98px) {
    .tabsSection .tabs .card-content .date {
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-top: 1rem;
    }
}

.tabsSection .tabs .card-content span {
    display: block;
}

.tabsSection .tabs .card-content h5 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.5rem;
    color: #000000;
    max-width: 23.7rem;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width:575.98px) {
    .tabsSection .tabs .card-content h5 {
        font-size: 1.8rem;
        max-width: 100%;
    }
}

.tabsSection .tabs .card-content h5 span {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.5rem;
    color: #000000;
}

.tabsSection .tabs .card-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1rem;
}

@media (max-width:575.98px) {
    .tabsSection .tabs .card-flex {
        margin-top: 2rem;
    }
}

.tabsSection .tabs .card-flex span {
    background-color: #FF5A00;
    border: 1px solid #FF5A00;
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

@media (max-width:575.98px) {
    .tabsSection .tabs .card-flex span {
        width: 4.6rem;
        height: 4.6rem;
    }
}

.tabsSection .tabs .card-flex span:hover {
    background-color: #ffffff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.tabsSection .tabs .card-flex span:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(43%) sepia(60%) saturate(5636%) hue-rotate(7deg) brightness(108%) contrast(103%);
    filter: brightness(0) saturate(100%) invert(43%) sepia(60%) saturate(5636%) hue-rotate(7deg) brightness(108%) contrast(103%);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.tabsSection .tabs .card-flex span img {
    width: 3.1rem;
    height: 3.1rem;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

@media (max-width:575.98px) {
    .tabsSection .tabs .card-flex span img {
        width: 2.5rem;
        height: 2.5rem;
    }
}

.tabsSection .tabs .news:not(:last-child) {
    margin-bottom: 5.4rem;
}

@media (max-width:575.98px) {
    .tabsSection .tabs .news:not(:last-child) {
        margin-bottom: 1.6rem;
        padding-bottom: 1.6rem;
        border-bottom: 1px solid #DFDFDF;
    }
}

.tabsSection .tabs .news:nth-child(2n) .news-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width:767.98px) {
    .tabsSection .tabs .news:nth-child(2n) .news-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.tabsSection .tabs .tags {
    margin-top: 3.8rem;
}

.tabsSection .tabs .tags h5 {
    color: #000000;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 2.9rem;
    position: relative;
    padding-bottom: 1rem;
}

.tabsSection .tabs .tags h5:after {
    content: "";
    display: block;
    width: 5rem;
    height: 0.5rem;
    background-color: #A9B489;
    border-radius: 5px;
}

.tabsSection .tabs .tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 3.2rem;
    max-width: 32.5rem;
    width: 100%;
}

.tabsSection .tabs .tags ul li {
    text-transform: capitalize;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #666666;
    border: 1px solid #C4C4C4;
    padding: 0.9rem 2rem;
    border-radius: 2rem;
    text-align: center;
}

.tabsSection .tabs .tags ul li.tab-active {
    background-color: #DEE7C5;
    color: #000000;
    border: 1px solid #DEE7C5;
}

.tabsSection .tabs .tags ul li.news-active {
    background-color: #DEE7C5;
    color: #000000;
    border: 1px solid #DEE7C5;
}

.tabsSection .tabs .overlay {
    position: relative;
}

.tabsSection .tabs .overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    border-radius: 0.8rem;
}

.tabsSection .tabs .overlay img {
    border-radius: 0.8rem;
    height: 47.7rem;
}

@media (max-width:575.98px) {
    .tabsSection .tabs .overlay img {
        height: 24.3rem;
    }
}

.tabsSection .tabs .clipath {
    clip-path: polygon(0 0, 100% 23%, 100% 100%, 0% 100%);
    background-color: #A9B489;
    padding: 10rem 2.8rem;
    height: 47.7rem;
    margin-top: -13rem;
    border-radius: 0.8rem;
}

@media (max-width:1199.98px) {
    .tabsSection .tabs .clipath {
        clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
        position: absolute;
        top: 0;
        height: 100%;
        margin-top: 0;
        width: 65%;
    }
}

@media (max-width:575.98px) {
    .tabsSection .tabs .clipath {
        padding: 1.5rem 1rem;
    }
}

.tabsSection .tabs .clipath h4 {
    color: #ffffff;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 3.5rem;
    text-transform: uppercase;
}

@media (max-width:575.98px) {
    .tabsSection .tabs .clipath h4 {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
}

.tabsSection .tabs .clipath h5 {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 3.8rem;
    color: #ffffff;
    text-transform: uppercase;
}

@media (max-width:575.98px) {
    .tabsSection .tabs .clipath h5 {
        font-size: 1.8rem;
    }
}

.tabsSection .tabs .clipath h5 span {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 3.5rem;
}

@media (max-width:575.98px) {
    .tabsSection .tabs .clipath h5 span {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
}

.tabsSection .tabs .clipath h5 span sup {
    text-transform: lowercase;
    top: -18px;
    left: -8px;
    font-size: 2.3rem;
}

.tabsSection .tabs .clipath p {
    margin-top: 1rem;
    color: #ffffff;
    max-width: 31rem;
    width: 100%;
}

@media (max-width:575.98px) {
    .tabsSection .tabs .clipath p {
        font-size: 1.4rem;
        line-height: 1.8rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        max-width: 18rem;
        width: 100%;
    }
}

.tabsSection .tabs .clipath a {
    margin-top: 4.3rem;
    background-color: #ffffff;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 1.25rem 4.3rem;
    border-radius: 5rem;
    display: inline-block;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media (max-width:575.98px) {
    .tabsSection .tabs .clipath a {
        margin-top: 1.5rem;
        font-size: 1.4rem;
        padding: 0.7rem 1.9rem;
    }
}

.tabsSection .tabs .clipath a:hover {
    background-color: #000000;
    color: #ffffff;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.event {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.2rem 1fr 2.2rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 2.2rem;
    -moz-column-gap: 2.2rem;
    column-gap: 2.2rem;
    row-gap: 2.4rem;
    padding-top: 2rem;
    border-radius: 2rem;
}

@media (max-width:1199.98px) {
    .event {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:650px) {
    .event {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        border-radius: 0;
    }
}

.event-cards {
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 2rem;
}

.event-cards:after {
    content: "";
    background: linear-gradient(0.07deg, #F9ECC9 2.01%, rgba(249, 236, 201, 0) 73.45%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 50%;
    border-radius: 2rem;
}

@media (max-width:575.98px) {
    .event-cards:after {
        background: linear-gradient(0.07deg, #F9ECC9 2.01%, rgba(249, 236, 201, 0) 99.94%);
    }
}

.event-cards:hover {
    border: 1px solid #EBEBEB;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.event-cards:hover:after {
    opacity: 0;
}

.event-cards:hover .event-img {
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.event-cards:hover .event-date {
    top: 5.3rem;
    -webkit-transform: scaleX(1.22) scaleY(1.12) translateX(-50%);
    transform: scaleX(1.22) scaleY(1.12) translateX(-50%);
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    left: 50%;
    background-color: #A9B489;
}

.event-cards:hover .event-content {
    -webkit-transform: translateY(-115px);
    transform: translateY(-115px);
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.event-cards:hover .event-content span {
    color: #000000;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.event-cards:hover .event-content span img {
    -webkit-filter: brightness(0) saturate(100%);
    filter: brightness(0) saturate(100%);
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.event-cards:hover .event-btn {
    opacity: 1;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.event-img {
    -webkit-mask-image: url(../images/news/Mask.png);
    mask-image: url(../images/news/Mask.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top;
    mask-position: top;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    height: 266px;
    position: relative;
}

@media (max-width:650px) {
    .event-img {
        -webkit-mask-image: url(../images/news/Mask-mobile.png);
        mask-image: url(../images/news/Mask-mobile.png);
        height: 247px;
    }
}

.event-img:after {
    content: "";
    background: linear-gradient(0.07deg, #F9ECC9 2.01%, rgba(249, 236, 201, 0) 73.45%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.event-img img {
    height: 100%;
    border-radius: 2rem 2rem 0 0;
}

@media (max-width:650px) {
    .event-img img {
        border-radius: 0;
    }
}

.event-content {
    position: relative;
    z-index: 1;
    padding: 0 1rem;
    padding-bottom: 2.7rem;
    text-align: center;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    margin-top: auto;
}

.event-content h6 {
    color: #000000;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2rem;
    max-width: 30rem;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.event-content span {
    margin-top: 1.1rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    color: #FF5A00;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.7rem;
    -moz-column-gap: 0.7rem;
    column-gap: 0.7rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.event-content span img {
    width: 1.6rem;
    height: 2rem;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.event-content p {
    margin: 0 auto;
    margin-top: 0.5rem;
    color: rgba(0, 0, 0, 0.8);
    font-size: 1.6rem;
    line-height: 2.4rem;
    max-width: 29.2rem;
    width: 100%;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.event-date {
    background-color: #FF5A00;
    border-radius: 5rem;
    height: 7.2rem;
    width: 4.2rem;
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

@media (min-width:1600px) {
    .event-date {
        height: 7.9rem;
        width: 4.5rem;
        top: -13px;
    }
}

@media (min-width:1800px) {
    .event-date {
        height: 8.4rem;
        width: 5.1rem;
        top: -8px;
    }
}

@media (max-width:575.98px) {
    .event-date {
        height: 6.9rem;
        width: 4.1rem;
    }
}

.event-date h4 {
    color: #fff;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 2.7rem;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

@media (max-width:575.98px) {
    .event-date h4 {
        font-size: 2.4rem;
    }
}

.event-date span {
    font-size: 1.1rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    text-transform: uppercase;
}

@media (max-width:575.98px) {
    .event-date span {
        font-size: 1.4rem;
    }
}

.event-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    position: relative;
    z-index: 2;
    margin-top: -9rem;
    margin-bottom: 4.4rem;
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.event-btn a {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    padding: 1.05rem 2rem;
    border-radius: 6rem;
    background-color: #F05423;
    border: 1px solid #F05423;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.event-btn .view-result:hover {
    background-color: transparent;
    color: #000000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.event-btn .view-albums {
    background-color: transparent;
    color: #000000;
}

.event-btn .view-albums:hover {
    background-color: #F05423;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#ecsa-search.layout-medium {
    margin: 0;
}

#ecsa-search.layout-medium .ecsa-search-icon {
    display: none;
}

#ecsa-search input[type=text] {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    border-radius: 5rem !important;
    height: 5.1rem !important;
    padding-left: 5rem !important;
    margin-bottom: 0 !important;
}

#ecsa-search.layout-medium .tt-menu {
    position: absolute !important;
    top: 100% !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    min-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.tribe-events-calendar-month {
    margin-top: 3.3rem !important;
}

.tribe-events-calendar-month .tribe-events-calendar-month__header-column-title.tribe-common-b3 {
    font-size: 2rem !important;
    font-weight: 500;
    line-height: 2rem !important;
    letter-spacing: 2.5px;
    color: #B5BEC6;
}

@media (max-width:575.98px) {
    .tribe-events-calendar-month .tribe-events-calendar-month__header-column-title.tribe-common-b3 {
        font-size: 1.6rem !important;
        color: #FF5A00;
    }
}

.tribe-events-calendar-month .tribe-events-calendar-month__day-date.tribe-common-h4 {
    font-size: 2.6rem !important;
    font-weight: 500;
    line-height: 3rem !important;
    color: #4A5660;
}

h3.tribe-events-calendar-month__day-date.tribe-common-h6.tribe-common-h--alt {
    font-size: 1.6rem;
    color: #313131;
    font-weight: 500;
    line-height: 2.7rem;
}

button.tribe-events-calendar-month__day-cell.tribe-events-calendar-month__day-cell--mobile.tribe-events-calendar-month__day-cell--selected time.tribe-events-calendar-month__day-date-daynum {
    color: #ffffff !important;
}

.tribe-events-calendar-month__day.tribe-events-calendar-month__day--current {
    border-radius: 50% !important;
}

.tribe-events .tribe-events-c-top-bar__nav-list {
    display: none !important;
}

a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden {
    display: none !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tribe-common-c-btn__clear.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button {
    outline: none;
    border: none;
}

.tribe-events-header__events-bar.tribe-events-c-events-bar {
    display: none !important;
}

.tribe-events-c-subscribe-dropdown__container {
    display: none !important;
}

.tribe-events .datepicker table {
    width: 100%;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    margin-top: 35px;
}

.tooltipster-base.tribe-events-tooltip-theme {
    max-width: 683px !important;
    width: 100% !important;
    padding: 0 !important;
    border: none !important;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper {
    width: 100% !important;
}

img.tribe-events-calendar-month__calendar-event-tooltip-featured-image {
    height: 287px !important;
}

.tribe-events-calendar-month__calendar-event-tooltip-datetime {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    color: #2E2E2E !important;
    margin: 0 !important;
    padding: 0 70px !important;
}

h3.tribe-events-calendar-month__calendar-event-tooltip-title.tribe-common-h7 {
    font-size: 25px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    padding: 0 70px !important;
    margin-top: 5px;
    margin-bottom: 0 !important;
}

.tribe-common-l-container.tribe-events-l-container {
    padding: 0 !important;
}

time.tribe-events-calendar-month__day-date-daynum {
    pointer-events: none;
}

.modal-body {
    padding: 0 70px !important;
    margin-top: 3px !important;
    padding-bottom: 30px !important;
}

@media (max-width:575.98px) {
    .modal-body {
        padding: 0 !important;
    }
}

.modal-content .location {
    margin-top: 3px !important;
}

@media (max-width:575.98px) {
    .modal-content .location {
        margin-top: 6px;
    }
}

.modal-content .box-wrapper {
    margin-top: 15px !important;
}

@media (max-width:575.98px) {
    .modal-content .box-wrapper {
        margin-top: 23px !important;
    }
}

.modal-content .box-wrapper .box {
    border: 1px solid #E0E0E0 !important;
    padding: 17px 25px !important;
}

.modal-content .box-wrapper .box h5 {
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 23.63px !important;
    letter-spacing: 0.200000003px;
    color: #000000 !important;
}

.modal-content .box-wrapper .box h6 {
    font-size: 12px !important;
    font-weight: 300 !important;
    line-height: 24px !important;
    letter-spacing: 0.200000003px;
    color: #000000 !important;
}

.modal-content .box-wrapper .box h6 span {
    font-weight: 400 !important;
}

.modal-content .btn-wrapper {
    margin-top: 31px !important;
}

@media (max-width:575.98px) {
    .modal-content .btn-wrapper {
        margin-top: 24px !important;
    }
}

.modal-content .btn-wrapper .primary-btn {
    background-color: #F05423 !important;
    color: #fff !important;
    padding: 1.5rem 3.1rem !important;
}

@media (max-width:575.98px) {
    .modal-content .btn-wrapper .primary-btn {
        font-size: 1.4rem !important;
        padding: 1.5rem 2.3rem !important;
    }
}

.modal-content .btn-wrapper .primary-btn:hover {
    background-color: #000000 !important;
    color: #fff !important;
}

.modal-content .btn-wrapper .primary-btn.bg-transparent {
    background-color: transparent !important;
    border: 1px solid #000000 !important;
    color: #000000 !important;
    padding: 1.5rem 3.1rem !important;
}

@media (max-width:575.98px) {
    .modal-content .btn-wrapper .primary-btn.bg-transparent {
        padding: 1.5rem 2.6rem !important;
    }
}

.modal-content .btn-wrapper .primary-btn.bg-transparent:hover {
    background-color: #000000 !important;
    color: #fff !important;
}

.tribe-events-calendar-month-mobile-events__mobile-event-datetime.tribe-common-b2 {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    color: #2E2E2E !important;
    margin-top: 15px !important;
}

h3.tribe-events-calendar-month-mobile-events__mobile-event-title.tribe-common-h7 {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    color: #000000 !important;
    margin-top: 6px !important;
}

img.tribe-events-calendar-month-mobile-events__mobile-event-featured-image {
    height: 250px !important;
    border-radius: 15px;
}

.tribe-events .tribe-events-calendar-month__day-cell--mobile {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

nav.tribe-events-calendar-month-nav.tribe-events-c-nav {
    display: none;
}

.tribe-events-calendar-month__calendar-event-datetime {
    display: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
    border: none !important;
}

.tribe-events-calendar-month__week {
    border: none !important;
}

.tribe-events-calendar-month__body {
    border: none !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover:after {
    display: none !important;
}

.tribe-events-calendar-month__day-date.tribe-common-h4 {
    padding: 0 !important;
}

article.tribe-events-calendar-month__calendar-event.post-10000001.tribe_events.type-tribe_events.status-publish.has-post-thumbnail.hentry {
    padding: 0;
}

article.tribe-events-calendar-month__calendar-event {
    padding: 0 !important;
    max-width: 160px;
    width: 100%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
    min-height: 110px !important;
}

.tribe-events-calendar-month__header-column {
    padding-bottom: 63px !important;
}

@media (max-width:1199.98px) {
    .tribe-events-calendar-month__header-column {
        padding-bottom: 26px !important;
    }
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title-desktop {
    text-align: center;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day-cell--desktop {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

button.tribe-events-calendar-month__day-cell.tribe-events-calendar-month__day-cell--mobile.tribe-events-calendar-month__day-cell--selected {
    border-radius: 50%;
}

@media (max-width:991.98px) {
    .tribe-events .tribe-events-header {
        display: block !important;
    }
}

.tribe-events .tribe-events-l-container {
    min-height: 100% !important;
}

.tooltipster-base {
    position: fixed !important;
    right: 0;
    left: auto !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.calender {
    -webkit-box-shadow: 0px 0px 31.67px 0px rgba(0, 0, 0, 0.0901960784);
    box-shadow: 0px 0px 31.67px 0px rgba(0, 0, 0, 0.0901960784);
    background-color: #ffffff;
    border-radius: 1.3rem;
    padding: 4rem 6.7rem;
}

@media (max-width:991.98px) {
    .calender {
        padding: 2rem 0rem;
        background-color: #F9F9F9;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }
}

.tableBlock {
    margin-top: 3.5rem;
    -webkit-box-shadow: 0px 18.95px 47.38px 0px rgba(119, 115, 170, 0.1019607843);
    box-shadow: 0px 18.95px 47.38px 0px rgba(119, 115, 170, 0.1019607843);
    border-radius: 2rem;
    padding: 1.1rem 2.4rem;
    background-color: #ffffff;
    overflow-x: auto;
    white-space: nowrap;
}

@media (max-width:575.98px) {
    .tableBlock {
        padding: 0rem;
        margin-top: 2.8rem;
    }
}

.tableBlock table tr {
    height: 6.4rem;
}

.tableBlock table tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
}

@media (max-width:575.98px) {
    .tableBlock table tr td {
        padding-right: 3.4rem;
    }
}

.tableBlock table tr td:nth-child(2) {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1000000015px;
    color: #000000;
}

.tableBlock table tr td:nth-child(4),
.tableBlock table tr td:nth-child(5) {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.1000000015px;
    color: #333333;
}

.tableBlock table tr th {
    color: #222222;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.1000000015px;
    text-align: left;
}

.tableBlock table .rank {
    background-color: #ff5a00;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: 0.1000000015px;
    text-align: left;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tableBlock table .time {
    background-color: rgba(169, 180, 137, 0.5);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0.1000000015px;
    color: #222222;
    height: 3rem;
    width: 9.4rem;
    border-radius: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width:576px) {
    .tableBlock.resultDetail table tr:last-child {
        border-bottom: 1px solid #d1d1d1;
    }
}

@media (min-width:568px) {
    .photoGallery .parent {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
        grid-template-columns: repeat(12, 1fr);
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        gap: 2rem;
    }

    .photoGallery .parent>:first-child {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .photoGallery .parent>:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .photoGallery .parent>:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .photoGallery .parent>:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 7;
    }

    .photoGallery .parent>:nth-child(5) {
        -ms-grid-row: 1;
        -ms-grid-column: 9;
    }

    .photoGallery .parent>:nth-child(6) {
        -ms-grid-row: 1;
        -ms-grid-column: 11;
    }

    .photoGallery .parent>:nth-child(7) {
        -ms-grid-row: 1;
        -ms-grid-column: 13;
    }

    .photoGallery .parent>:nth-child(8) {
        -ms-grid-row: 1;
        -ms-grid-column: 15;
    }

    .photoGallery .parent>:nth-child(9) {
        -ms-grid-row: 1;
        -ms-grid-column: 17;
    }

    .photoGallery .parent>:nth-child(10) {
        -ms-grid-row: 1;
        -ms-grid-column: 19;
    }

    .photoGallery .parent>:nth-child(11) {
        -ms-grid-row: 1;
        -ms-grid-column: 21;
    }

    .photoGallery .parent>:nth-child(12) {
        -ms-grid-row: 1;
        -ms-grid-column: 23;
    }
}

.photoGallery .parent img {
    border-radius: 1.5rem;
}

.photoGallery .parent div {
    position: relative;
}

@media (max-width:768.98px) {
    .photoGallery .parent div:not(:last-child) {
        margin-bottom: 1.6rem;
    }
}

@media (max-width:575.98px) {
    .photoGallery .parent div img {
        height: 28rem;
    }
}

@media (min-width:576px) {
    .photoGallery .parent div:first-child img {
        height: 59rem;
    }
}

@media (min-width:576px) {
    .photoGallery .parent div:nth-child(n+2) img {
        height: 28.5rem;
    }
}

.photoGallery .parent a {
    background-color: rgba(0, 0, 0, 0.45);
    padding: 0.5rem;
    border-radius: 0.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.7rem;
    -moz-column-gap: 0.7rem;
    column-gap: 0.7rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6rem;
    color: #FFFFFF;
    position: absolute;
    bottom: 2rem;
    right: 1.8rem;
}

@media (max-width:639.98px) {
    .photoGallery .parent a {
        width: 4rem;
        height: 4rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.photoGallery .parent a img {
    width: 2rem;
    height: 2rem !important;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width:639.98px) {
    .photoGallery .parent a img {
        width: 2.4rem;
        height: 2.4rem !important;
    }
}

.photoGallery .div1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-area: 1/1/5/7;
}

@media (max-width:768.98px) {
    .photoGallery .div1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 4;
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-area: 1/1/5/13;
    }
}

.photoGallery .div2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-area: 1/7/3/10;
}

@media (max-width:768.98px) {
    .photoGallery .div2 {
        -ms-grid-row: 5;
        -ms-grid-row-span: 4;
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-area: 5/1/9/7;
    }
}

.photoGallery .div3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-area: 1/10/3/13;
}

@media (max-width:768.98px) {
    .photoGallery .div3 {
        -ms-grid-row: 9;
        -ms-grid-row-span: 4;
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-area: 9/1/13/7;
    }
}

.photoGallery .div4 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-area: 3/7/5/10;
}

@media (max-width:768.98px) {
    .photoGallery .div4 {
        -ms-grid-row: 5;
        -ms-grid-row-span: 4;
        -ms-grid-column: 7;
        -ms-grid-column-span: 6;
        grid-area: 5/7/9/13;
    }
}

.photoGallery .div5 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-area: 3/10/5/13;
}

@media (max-width:768.98px) {
    .photoGallery .div5 {
        -ms-grid-row: 9;
        -ms-grid-row-span: 4;
        -ms-grid-column: 7;
        -ms-grid-column-span: 6;
        grid-area: 9/7/13/13;
    }
}

@media (min-width:576px) {
    .galleryDetail .parent {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
        grid-template-columns: repeat(12, 1fr);
        gap: 2rem;
    }
}

.galleryDetail .parent img {
    border-radius: 1.5rem;
}

@media (max-width:575.98px) {
    .galleryDetail .parent img {
        height: 28rem;
    }
}

.galleryDetail .parent div {
    position: relative;
}

@media (max-width:575.98px) {
    .galleryDetail .parent div:not(:last-child) {
        margin-bottom: 1.6rem;
    }
}

.galleryDetail .parent div .download {
    background-color: rgba(0, 0, 0, 0.45);
    padding: 0.5rem;
    border-radius: 0.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.7rem;
    -moz-column-gap: 0.7rem;
    column-gap: 0.7rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6rem;
    color: #FFFFFF;
    position: absolute;
    bottom: 2rem;
    right: 1.8rem;
}

.galleryDetail .parent div .download img {
    width: 2rem;
    height: 2rem;
    -o-object-fit: contain;
    object-fit: contain;
}

.galleryDetail .parent div .download span {
    line-height: normal;
}

.galleryDetail .div1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-area: 1/1/5/7;
}

@media (max-width:991.98px) {
    .galleryDetail .div1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-area: 1/1/3/13;
    }
}

.galleryDetail .div2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-area: 1/7/3/10;
}

@media (max-width:991.98px) {
    .galleryDetail .div2 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-area: 3/1/5/7;
    }
}

.galleryDetail .div3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-area: 1/10/3/13;
}

@media (max-width:991.98px) {
    .galleryDetail .div3 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 2;
        -ms-grid-column: 7;
        -ms-grid-column-span: 6;
        grid-area: 3/7/5/13;
    }
}

.galleryDetail .div4 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-area: 3/7/5/10;
}

@media (max-width:991.98px) {
    .galleryDetail .div4 {
        -ms-grid-row: 9;
        -ms-grid-row-span: 2;
        -ms-grid-column: 7;
        -ms-grid-column-span: 6;
        grid-area: 9/7/11/13;
    }
}

.galleryDetail .div5 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-area: 3/10/5/13;
}

@media (max-width:991.98px) {
    .galleryDetail .div5 {
        -ms-grid-row: 9;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-area: 9/1/11/7;
    }
}

.galleryDetail .div6 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-area: 5/1/8/13;
}

@media (max-width:991.98px) {
    .galleryDetail .div6 {
        -ms-grid-row: 5;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-area: 5/1/7/7;
    }
}

.galleryDetail .div7 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-area: 8/1/10/7;
}

@media (max-width:991.98px) {
    .galleryDetail .div7 {
        -ms-grid-row: 5;
        -ms-grid-row-span: 2;
        -ms-grid-column: 7;
        -ms-grid-column-span: 6;
        grid-area: 5/7/7/13;
    }
}

.galleryDetail .div8 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 2;
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-area: 8/7/10/13;
}

@media (max-width:991.98px) {
    .galleryDetail .div8 {
        -ms-grid-row: 7;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-area: 7/1/9/13;
    }
}

.galleryDetail .div9 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-area: 10/1/12/7;
}

@media (max-width:991.98px) {
    .galleryDetail .div9 {
        -ms-grid-row: 11;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-area: 11/1/13/7;
    }
}

.galleryDetail .div10 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 2;
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-area: 10/7/12/13;
}

@media (max-width:991.98px) {
    .galleryDetail .div10 {
        -ms-grid-row: 11;
        -ms-grid-row-span: 2;
        -ms-grid-column: 7;
        -ms-grid-column-span: 6;
        grid-area: 11/7/13/13;
    }
}

.galleryDetail .div1 img,
.galleryDetail .div10 img,
.galleryDetail .div7 img,
.galleryDetail .div8 img,
.galleryDetail .div9 img {
    height: 59rem;
}

@media (max-width:991.98px) {

    .galleryDetail .div1 img,
    .galleryDetail .div10 img,
    .galleryDetail .div7 img,
    .galleryDetail .div8 img,
    .galleryDetail .div9 img {
        height: 35rem;
    }
}

@media (max-width:767.98px) {

    .galleryDetail .div1 img,
    .galleryDetail .div10 img,
    .galleryDetail .div7 img,
    .galleryDetail .div8 img,
    .galleryDetail .div9 img {
        height: 28rem;
    }
}

.galleryDetail .div2 img,
.galleryDetail .div3 img,
.galleryDetail .div4 img,
.galleryDetail .div5 img {
    height: 28.5rem;
}

@media (max-width:991.98px) {

    .galleryDetail .div2 img,
    .galleryDetail .div3 img,
    .galleryDetail .div4 img,
    .galleryDetail .div5 img {
        height: 35rem;
    }
}

@media (max-width:575.98px) {

    .galleryDetail .div2 img,
    .galleryDetail .div3 img,
    .galleryDetail .div4 img,
    .galleryDetail .div5 img {
        height: 28rem;
    }
}

.galleryDetail .div6 img {
    height: 73.2rem;
}

@media (max-width:991.98px) {
    .galleryDetail .div6 img {
        height: 35rem;
    }
}

@media (max-width:767.98px) {
    .galleryDetail .div6 img {
        height: 28rem;
    }
}

.videoGallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3.5rem 1fr 3.5rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5rem;
}

@media (max-width:991.98px) {
    .videoGallery {
        -ms-grid-columns: 1fr 2rem 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media (max-width:575.98px) {
    .videoGallery {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.6rem;
    }
}

.videoGallery .video-custom {
    position: relative
}

.videoGallery .video-custom:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 1.5rem;
    pointer-events: none;
}

.videoGallery .video-custom.active:after {
    display: none;
}

.videoGallery video {
    border-radius: 1.5rem;
    height: 28rem;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 3.3rem;
    -moz-column-gap: 3.3rem;
    column-gap: 3.3rem;
}

@media (max-width:991.98px) {
    .gallery {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.6rem;
        -moz-column-gap: 1.6rem;
        column-gap: 1.6rem;
    }
}

@media (max-width:575.98px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.gallery-item {
    margin-bottom: 3.5rem;
    display: inline-block;
    width: 100%;
}

@media (max-width:991.98px) {
    .gallery-item {
        margin-bottom: 1.6rem;
    }
}

.gallery-item img {
    border-radius: 0.8em 0.8rem 0 0;
}

@media (max-width:575.98px) {
    .gallery-item img {
        border-radius: 0;
        height: 22.1rem;
    }
}

.gallery-content {
    border-top: 0;
    border: 1px solid #E5E5E5;
    border-radius: 0 0 0.8em 0.8rem;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gallery-content>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 3px;
}

.gallery-content img {
    width: 3.9rem;
    height: 3.9rem;
    border-radius: 50%;
}

.gallery-content h6 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2rem;
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.gallery-content span {
    color: #555555;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.gallery-detail-page.active .download-btn {
    display: none;
}

.editions {
    margin-top: 4.2rem;
}

.editions-grids {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.3rem 1fr 2.3rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 2.3rem;
    -moz-column-gap: 2.3rem;
    column-gap: 2.3rem;
    row-gap: 2.6rem;
}

@media (max-width:1024.98px) {
    .editions-grids {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:650px) {
    .editions-grids {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        row-gap: 2rem;
    }
}

.editions-cards {
    position: relative;
}

.editions-img {
    -webkit-mask-image: url(../images/edition/Mask-group.png);
    mask-image: url(../images/edition/Mask-group.png);
    -webkit-mask-size: 100%;
    mask-size: 150% !important;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top;
    mask-position: top;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    border-radius: 2rem;
    position: relative;
}

@media (max-width:650px) {
    .editions-img {
        -webkit-mask-image: url(../images/edition/mask-mobile.png);
        mask-image: url(../images/edition/mask-mobile.png);
        border-radius: 0;
        mask-size: 125% !important;
    }
}

.editions-img img {
    border-radius: 2rem;
    height: 38.5rem;
}

@media (max-width:650px) {
    .editions-img img {
        border-radius: 20px;
        height: 37.5rem;
    }
}

.editions-img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15vh;
    background: -webkit-gradient(linear, left bottom, left top, from(#D9D9D9), to(rgba(217, 217, 217, 0)));
    background: linear-gradient(0deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 100%);
    border-radius: 2rem;
    pointer-events: none;
}

.editions-date {
    height: 9.5rem;
    width: 5.6rem;
    background-color: #FF5A00;
    border-radius: 9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

@media (min-width:1600px) {
    .editions-date {
        height: 8rem;
        width: 5rem;
    }
}

.editions-date span {
    font-size: 2.3rem;
    font-weight: 700;
    color: #ffffff;
}

@media (min-width:1600px) {
    .editions-date span {
        font-size: 3.3rem;
    }
}

.editions-content {
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 3.6rem;
    width: 100%;
}

@media (max-width:575.98px) {
    .editions-content {
        bottom: 2.4rem;
    }
    .editions-date {
        height: 9.4rem;
        width: 6.5rem;
    }
}

.editions-content h5 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2rem;
    color: #000000;
    text-transform: uppercase;
}

.editions-content h5 span {
    position: relative;
    top: -4px;
    text-transform: lowercase;
}

.editions-content .view-btn {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4rem;
    color: #FF5A00;
    display: inline-block;
    margin-top: 1rem;
    text-decoration: underline;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.editions-content .view-btn:hover {
    text-decoration: none;
    color: #000000;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.no-result {
    padding: 1rem;
}

.wpml-ls-display {
    display: none !important;
}

.result-editions {
    overflow: hidden;
}

.wpml-ls-item-ar{
    font-family: 'Cairo' !important;
    font-weight: 600 !important;
}

/*# sourceMappingURL=style.css.map */
