:root {
    --light-purple-fbfaff: #fbfaff;
}

.light-purple {
    background-color: var(--light-purple-fbfaff);
}

.pricing {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.pricing-top-title {
    margin-bottom: 30px;
}

.pricing-top-title h2 {
    margin-bottom: 15px;
}

.pricing-title h2 {}

.pricing-area {
    padding: 70px 0;
}

.pricing-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -12px;

}

.pricing-inner .bttn {
    background: transparent;
    border: solid 1px var(--medium-purple-755-be-2);
}

.pricing-inner .bttn a {
    color: var(--medium-purple-755-be-2);

}

.pricing-inner .bttn {}

.single-pricing {
    max-width: 33.33%;
    width: 100%;
    padding: 0 12px;
}

.single-pricing-inner {
    border: solid 1px var(--light-silver-d-9-d-9-d-9);
    background-color: var(--white-ffffff);
    padding: 20px 15px;
    position: relative;
}

.single-pricing-inner.active {
    border: solid 1px var(--medium-purple-755-be-2);
}

.single-pricing-inner.active .bttn {
    background-color: var(--medium-purple-755-be-2);
}

.single-pricing-inner.active .bttn a {

    color: var(--white-ffffff) !important;
}

.commission-text {
    position: absolute;
    top: -15px;
    right: -5px;
}

.commission-text p {
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.2;
    color: var(--medium-purple-755-be-2);
    width: 127px;
    background-color: var(--lavender-efe-3-ff);
    padding: 6px 0;
}


.pricing-title {}


.pricing-title h2 {
    font-size: 31.2px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--shark-1-a-1-b-20);
    margin-bottom: 0;
}

.pricing-title p {
    font-size: 18px;
    font-weight: normal;
    color: var(--shark-1-a-1-b-20);
    font-family: 'Playfair Display', serif;

}

.per-price {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--lavender-efe-3-ff);
    padding-bottom: 20px;
}

.per-price h2 {
    font-size: 48px;
    font-weight: normal;
    line-height: 1.2;
    color: var(--shark-1-a-1-b-20);
    font-weight: 600;
}

.per-price h2 span {
    font-weight: 400;
}

.per-price p {
    font-size: 13.1px;
    font-weight: normal;
    line-height: 1.1;
    color: rgba(26, 27, 32, 0.8);
    padding-left: 16px;
}

.minimum-package {
    text-align: center;
}

.minimum-package span {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    display: inline-block;
    color: var(--medium-purple-755-be-2);
}

.pd-60 {
    padding: 60px 0;
}

.tour-text h3 {
    font-size: 34px;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

.tour-text p {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    color: #fff;
}

.tour-text p a {
    font-weight: 500;
    color: var(--medium-purple-755-be-2);
}

.mr-40 {
    margin: 40px auto;
}

.rooms-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.rooms-header h2 {
    margin-bottom: 13px;
}

.rooms-header p {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    color: var(--shark-1-a-1-b-20);
}

.rooms-header-area {
    padding-top: 80px;
    padding-bottom: 45px;
}

.video-inner {
    max-width: 883px;
    margin-left: auto;
    margin-right: auto;
}

.video-inner iframe {
    width: 100%;
    height: 500px;
}

@media (max-width: 1199px) {
    .rooms-header h2 {
        font-size: 30px;
    }

    .rooms-header p {
        font-size: 16px;
    }

    .rooms-header-area {
        padding-top: 60px;
        padding-bottom: 25px;
    }

    .video-inner iframe {
        width: 100%;
        height: 290px;
    }

    .pricing-area {
        padding: 50px 0;
    }

    .pricing-top-title h2 {
        max-width: 451px;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .rooms-header {
        text-align: center;
        max-width: 520px;
        margin: 0 auto;
    }

    .video-inner {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }

    .pricing-inner {
        max-width: 680px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .pricing-title h2 {
        font-size: 20.5px;
    }

    .pricing-title p {
        font-size: 13px;
    }

    .single-pricing-inner {
        padding: 15px 12px;
    }

    .per-price h2 {
        font-size: 32px;
    }

    .per-price p {
        font-size: 9px;
    }

    .minimum-package span {
        font-size: 11px;
    }

    .single-pricing {
        padding: 0 6px;
    }

    .tour-text h3 {
        font-size: 24px;
        line-height: 1.4;
        max-width: 537px;
        margin-left: auto;
        margin-right: auto;
    }

    .tour-text p {
        font-size: 18px;
    }

    .video-area {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .pricing-title h2{
        font-size: 30px;
    }
    .pricing-title p{
        font-size: 18px;
    }
    .per-price h2{
        font-size: 48px;
    }
    .minimum-package span{
        font-size: 16px;
    }
    .rooms-header {
        text-align: left;
    }

    .rooms-header p {
        text-align: left;
    }

    .rooms-header-area {
        padding: 50px 0;
    }

    .pricing-top-title h2 {
        font-size: 28px;
    }

    .video-area {
        margin-bottom: 0;
    }

    .single-pricing {
        max-width: 100%;
        width: 100%;
        padding: 0;
        margin-bottom: 22px;
    }

    .tour-text h3 br {
        display: none;
    }

    .single-pricing {
        max-width: 48%;
    }
}

@media (max-width: 575px) {
    .video-inner iframe {
        width: 100%;
        height: 200px;
    }

    .single-pricing {
        max-width: 100%;
    }
}