@import url(./page-new-landing-oct-2023-style.css);

body[class*="page-template-page-new-landing-oct-2023"] header#masthead,
body[class*="page-template-page-new-landing-oct-2023"] .site-footer {
    display: none;
}

.new-landing-banner-main h1 div {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.new-landing-banner-main h1 span {
    background: #F40532;
    color: #fff;
    padding: 0 10px;
}

.new-landing-banner-main-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 0;
}

.new-landing-banner-main-text-after {
    margin: 20px 0;
}

.new-landing-bonus-image h2 span {
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-name: verical-slow;
    animation-timing-function: ease-in-out;
    display: inline-block;
    background: #00bac7;
    padding: 0 10px;
    color: #000;
}

.new-landing-form .gfield_html_formatted span:not([aria-hidden]) {
    background: #ffbe25;
}

@keyframes verical-slow {
    2% {
        transform: translate(0, 1.5px) rotate(1.5deg);
    }

    4% {
        transform: translate(0, -1.5px) rotate(-0.5deg);
    }

    6% {
        transform: translate(0, 1.5px) rotate(-1.5deg);
    }

    8% {
        transform: translate(0, -1.5px) rotate(-1.5deg);
    }

    10% {
        transform: translate(0, 2.5px) rotate(1.5deg);
    }

    12% {
        transform: translate(0, -0.5px) rotate(1.5deg);
    }

    14% {
        transform: translate(0, -1.5px) rotate(1.5deg);
    }

    16% {
        transform: translate(0, -0.5px) rotate(-1.5deg);
    }

    18% {
        transform: translate(0, 0.5px) rotate(-1.5deg);
    }

    20% {
        transform: translate(0, -1.5px) rotate(2.5deg);
    }

    22% {
        transform: translate(0, 0.5px) rotate(-1.5deg);
    }

    24% {
        transform: translate(0, 1.5px) rotate(1.5deg);
    }

    26% {
        transform: translate(0, 0.5px) rotate(0.5deg);
    }

    28% {
        transform: translate(0, 0.5px) rotate(1.5deg);
    }

    30% {
        transform: translate(0, -0.5px) rotate(2.5deg);
    }

    32% {
        transform: translate(0, 1.5px) rotate(-0.5deg);
    }

    34% {
        transform: translate(0, 1.5px) rotate(-0.5deg);
    }

    36% {
        transform: translate(0, -1.5px) rotate(2.5deg);
    }

    38% {
        transform: translate(0, 1.5px) rotate(-1.5deg);
    }

    40% {
        transform: translate(0, -0.5px) rotate(2.5deg);
    }

    42% {
        transform: translate(0, 2.5px) rotate(-1.5deg);
    }

    44% {
        transform: translate(0, 1.5px) rotate(0.5deg);
    }

    46% {
        transform: translate(0, -1.5px) rotate(2.5deg);
    }

    48% {
        transform: translate(0, -0.5px) rotate(0.5deg);
    }

    50% {
        transform: translate(0, 0.5px) rotate(0.5deg);
    }

    52% {
        transform: translate(0, 2.5px) rotate(2.5deg);
    }

    54% {
        transform: translate(0, -1.5px) rotate(1.5deg);
    }

    56% {
        transform: translate(0, 2.5px) rotate(2.5deg);
    }

    58% {
        transform: translate(0, 0.5px) rotate(2.5deg);
    }

    60% {
        transform: translate(0, 2.5px) rotate(2.5deg);
    }

    62% {
        transform: translate(0, -0.5px) rotate(2.5deg);
    }

    64% {
        transform: translate(0, -0.5px) rotate(1.5deg);
    }

    66% {
        transform: translate(0, 1.5px) rotate(-0.5deg);
    }

    68% {
        transform: translate(0, -1.5px) rotate(-0.5deg);
    }

    70% {
        transform: translate(0, 1.5px) rotate(0.5deg);
    }

    72% {
        transform: translate(0, 2.5px) rotate(1.5deg);
    }

    74% {
        transform: translate(0, -0.5px) rotate(0.5deg);
    }

    76% {
        transform: translate(0, -0.5px) rotate(2.5deg);
    }

    78% {
        transform: translate(0, -0.5px) rotate(1.5deg);
    }

    80% {
        transform: translate(0, 1.5px) rotate(1.5deg);
    }

    82% {
        transform: translate(0, -0.5px) rotate(0.5deg);
    }

    84% {
        transform: translate(0, 1.5px) rotate(2.5deg);
    }

    86% {
        transform: translate(0, -1.5px) rotate(-1.5deg);
    }

    88% {
        transform: translate(0, -0.5px) rotate(2.5deg);
    }

    90% {
        transform: translate(0, 2.5px) rotate(-0.5deg);
    }

    92% {
        transform: translate(0, 0.5px) rotate(-0.5deg);
    }

    94% {
        transform: translate(0, 2.5px) rotate(0.5deg);
    }

    96% {
        transform: translate(0, -0.5px) rotate(1.5deg);
    }

    98% {
        transform: translate(0, -1.5px) rotate(-0.5deg);
    }

    0%,
    100% {
        transform: translate(0, 0) rotate(0);
    }
}

.new-landing-bonus-image-text {
    color: #000;
    margin-top: 20px;
    font: normal normal bold 24px/35px Oswald;
}

.new-landing-why-take {
    padding: 30px 0 30px;
    color: #1E1E1E;
}

.new-landing-why-take-dubai-holder {
    margin-bottom: 50px;
}

.new-landing-why-take-dubai-items {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.new-landing-why-take-dubai-item {
    padding: 12px 8px;
    background: #EDEDED;
    flex: 1 1 calc(50% - 10px);
    text-align: center;
}

.new-landing-tour-overview {
    padding: 50px 0 30px;
}

.new-landing-tour-overview-boxes {
    margin-top: 30px;
}

.new-landing-tour-overview-box {
    border-radius: 13px;
    background: #EDEDED;
    padding: 10px;
    height: 100%;
}

.new-landing-tour-overview-box-title {
    font: normal normal 500 20px/25px Oswald;
    color: #333;
    display: flex;
    align-items: start;
    gap: 10px;
    pointer-events: none;
    cursor: default;
}

.new-landing-tour-overview-box-title:hover {
    text-decoration: none;
    color: #333;
}

.new-landing-tour-overview-box-title .img-holder {
    background: #94EB85;
    border-radius: 6px;
    flex: 0 0 38px;
    height: 38px;
}

.new-landing-tour-overview-box-1 .img-holder {
    background: #94EB85;
}

.new-landing-tour-overview-box-2 .img-holder {
    background: #00BAC7;
}

.new-landing-tour-overview-box-3 .img-holder {
    background: #62C0E2;
}

.new-landing-tour-overview-box-4 .img-holder {
    background: #00D6A9;
}

.new-landing-tour-overview-box-title img {
    max-width: 40px;
}

.new-landing-tour-overview-box-title-arrow {
    display: none;
}

.new-landing-tour-overview-box-content {
    margin: 18px 0;
    font-weight: 500;
    font-size: 18px;
}

.new-landing-tour-overview-box-content ul {
    margin: 0 0 1em 0;
    padding: 0 0 0 20px;
}

.new-landing-tour-overview-box-content ul li {
    margin: 0 0 .5em 0;
}

.new-landing-new-success-stories {
    padding: 40px 0 0;
    font-size: 18px;
    color: #1E1E1E;
}

.new-landing-new-success-story-head-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 10px 0;
    gap: 5px;
}

.new-landing-new-success-story-video-holder {
    display: flex;
}

.new-landing-new-success-story-video-holder iframe {
    max-width: 430px;
    margin: auto;
}

.new-landing-hands-on {
    padding: 30px 0 70px;
}

.new-landing-other-support {
    padding: 60px 0;
}

.new-landing-other-support h2 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 30px;
}

.new-landing-other-support-row {
    margin: 0;
    padding: 0 0 0 2rem;
    column-count: 3;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.new-landing-other-support-row li {
    margin: 0 15px 15px 0;
    break-inside: avoid-column;
}

.new-landing-inclusion-exclusion {
    padding: 70px 0;
}

#new-landing-inclusion-exclusion-tabs {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #999;
}

#new-landing-inclusion-exclusion-tabs li {
    width: 50%;
    text-align: center;
    padding: 0 0 10px;
    border-right: solid 1px #999;
}

#new-landing-inclusion-exclusion-tabs li:last-child {
    border-right: none;
}

#new-landing-inclusion-exclusion-tabs li a {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-decoration: none;
    outline: unset;
    opacity: .5;
}

#new-landing-inclusion-exclusion-tabs li a.active {
    opacity: 1;
}

#new-landing-inclusion-exclusion-tabs a span {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}

#new-landing-inclusion-exclusion-tabs a[href="#inclusions"] span {
    background: #5fdd61;
}

#new-landing-inclusion-exclusion-tabs a[href="#exclusions"] span {
    background: #F40532;
}

.new-landing-inclusion-exclusion-boxes .tab-content ul {
    margin: 20px 0 0 0;
    padding: 0 0 0 20px;
}

.new-landing-inclusion-exclusion-boxes .tab-content ul li {
    margin: 0 0 .5em 0;
}

.after-new-landing-form {
    margin-top: 20px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

.new-landing-more-cta {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    border: none;
    background: none;
    border-radius: 0;
    border-bottom: solid 5px #F9F871;
}

.new-landing-up-form {
    position: absolute;
    right: 10px;
    top: -40px;
    background: #F9F871;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

@media (max-width: 767px) {
    .new-landing-banner-timer+.new-landing-banner-main {
        padding: 0;
    }

    .new-landing-banner-main-text {
        font-size: 13px;
        margin-top: 10px;
    }

    .new-landing-bonus-image h2 {
        text-align: center;
        margin: auto;
    }

    .new-landing-why-take {
        padding: 0 0 30px 0;
    }

    .new-landing-why-take h2 {
        text-align: center;
        text-wrap: balance;
    }

    .new-landing-tour-overview {
        padding: 30px 0 10px;
    }

    .new-landing-tour-overview h2 {
        text-align: center;
    }

    .new-landing-tour-overview-box-title {
        pointer-events: all;
        cursor: pointer;
    }

    .new-landing-tour-overview-box-title-arrow {
        margin: 10px;
        border: solid black;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 7px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transition: all .2s ease;
    }

    .new-landing-tour-overview-box-title[aria-expanded="true"] .new-landing-tour-overview-box-title-arrow {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin: 0 10px 10px 10px;
    }

    .new-landing-new-success-stories {
        padding: 20px 0 0;
        text-align: center;
    }

    .home-ourWork {
        padding: 50px 0;
    }

    .home-ourWork-slider-item img {
        width: 100%;
    }

    .new-landing-other-support {
        padding: 30px 0 60px;
    }

    .new-landing-other-support h2 {
        font: normal normal bold 20px/30px Oswald;
        margin-bottom: 22px;
    }

    .new-landing-other-support-row {
        column-count: 1;
        padding: 0 0 0 25px;
        font-size: 15px;
        line-height: 20px;
    }

    .new-landing-other-support-row li {
        margin: 0 10px 10px 0;
    }

    .new-landing-inclusion-exclusion {
        padding: 0 0 30px 0;
    }

    .new-landing-inclusion-exclusion-boxes {
        margin-top: 50px;
    }

    .after-new-landing-form {
        margin-top: 10px;
    }

}