* {
  margin: 0;
  box-sizing: border-box;
}

@font-face {
    font-family: "GTAmericaExp";
    src: url("../fonts/GT-America-Expanded-Regular.otf");
    font-weight: normal;
}

@font-face {
    font-family: "GTAmericaExp";
    src: url("../fonts/GT-America-Expanded-Medium.otf");
    font-weight: bold;
}

@font-face {
    font-family: "GTAmericaExt";
    src: url("../fonts/GT-America-Extended-Regular.otf");
    font-weight: normal;
}

@font-face {
    font-family: "GTAmericaExt";
    src: url("../fonts/GT-America-Extended-Light.otf");
    font-weight: lighter;
}

@font-face {
    font-family: "GTAmericaExt";
    src: url("../fonts/GT-America-Extended-Medium.otf");
    font-weight: bold;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.container {
    width: 100%
}

.mobile-menu {
    position: absolute;
    opacity: 0;
}

.header {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.header-video {
    width: 100%;
}

.header-video > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.header-title {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
}

.header-nav {
    width: 40%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    border: 1px solid white;
    padding: 1vw 0;
    border-radius: 2vw;
}

.header-nav > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-nav > ul > li {
    display: inline-block;
    cursor: pointer;
    margin: 0 3%;
}

.header-nav > ul > li > a {
    color: white;
    text-decoration: none;
    font-family: "GTAmericaExp", sans-serif;
    font-weight: normal;
    font-size: 1vw;
}

.header-partnership {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20%;
}

.header-partner {
    width: 50%;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-weight: 300;
    font-size: 0.8vw;
    color: white;
    position:absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    float: left;
}

.header-partnership > img {
    width: 50%;
    padding: 0 0 0 4vw;
    display: inline-block;
    float: right;
}

.header-border {
    width: 150%;
    left: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-top: 30vw solid white;
    position: absolute;
    bottom: -25.5vw;
    transform: translateX(-50%);
}

.section-1 {
    position: relative;
    padding-bottom: 5vw;
    background-color: white;
}

.section-title {
    width: 100%;
    text-align: center;
    font-family: "GTAmericaExp", sans-serif;
    font-weight: bold;
    font-size: 1vw;
    color: black;
}

.section-desc {
    width: 100%;
    text-align: center;
    font-family: "GTAmericaExt", sans-serif;
    font-weight: bold;
    font-size: 1vw;
    margin-top: 3vw;
    color: black;
}

.section-para {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-weight: 300;
    font-size: 0.95vw;
    margin-top: 3vw;
    color: black;
    line-height: 1.5vw;
}

.section-activities {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1vw;
    color: black;
    margin: 0 auto;
    margin-top: 3vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
}

.activities-mobile {
    position: absolute;
    opacity: 0;
}

.section-activities > ul {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 1vw;
    list-style: none;
}

.section-activities > ul > li {
    margin-bottom: 0.5vw;
}

.section-activities > ul > li > span {
    color: black;
    font-size: 1vw;
    margin-right: 0.5vw;
}

.section-2 {
    position: relative;
    padding: 5vw 0;
    background-color: #EBEBEB;
    padding-bottom: 15vw;
}

.section-2-gallery {
    width: 70%;
    margin: auto;
}

.section-2-gallery-text {
    width: 30%;
    display: inline-block
}

.section-2-desc {
    text-align: left;
}

.section-2-para {
    text-align: left;
    margin-top: 1vw;
}

.section-2-gallery-img {
    width: 70%;
    height: 100%;
    margin-top: 3vw;
    display: inline-block;
    vertical-align: top;
    float: right;
}

.section-2-gallery-img > .flickity-viewport {
  height: 40vw !important;
}

.section-2-gallery-img > button {
    top: 85%;
    width: 2.5vw;
    height: 2.5vw;
    background: transparent;
    border: 1px solid black;
}

.section-2-gallery-img > .previous {
    left: 80% !important;
}

.section-2-gallery-img > .next {
    right: 5% !important;
}

.gallery-cell-1-1, .gallery-cell-1-2, .gallery-cell-1-3 {
    width: 100%;
    position: relative;
}

.gallery-cell-1-1 > div , .gallery-cell-1-2 > div, .gallery-cell-1-3 > div {
    border-radius: 1vw;
}

.gallery-cell-1-1 > div:nth-child(1) {
    width: 31%;
    height: 31.15vw;
    display: inline-block;
    position: relative;
    float: left;
    vertical-align: top;
    background-image: url("../images/Venue-Gallery-01-01.jpg");
    background-size: cover;
    background-position: center;
    margin: 0 1.15% 1.15% 1.15%;
}

.gallery-cell-1-1 > div:nth-child(2) {
    width: 31%;
    height: 15vw;
    display: inline-block;
    position: relative;
    vertical-align: top;
    float: left;
    background-image: url("../images/Venue-Gallery-01-02.jpg");
    background-size: cover;
    background-position: center;
    margin: 0 1.15% 1.15% 1.15%;
}

.gallery-cell-1-1 > div:nth-child(3) {
    width: 31%;
    height: 15vw;
    display: inline-block;
    position: relative;
    vertical-align: top;
    float: left;
    background-image: url("../images/Venue-Gallery-01-03.jpg");
    background-size: cover;
    background-position: center;
    margin: 0 1.15% 1.15% 1.15%;
}

.gallery-cell-1-1 > div:nth-child(4) {
    width: 64.3%;
    height: 15vw;
    display: inline-block;
    position: relative;
    vertical-align: top;
    background-image: url("../images/Venue-Gallery-01-04.jpg");
    background-size: cover;
    background-position: center;
    margin: 1.15%;
}

.gallery-cell-1-2 > div:nth-child(1) {
    width: 64.3%;
    height: 31.15vw;
    display: inline-block;
    position: relative;
    vertical-align: top;
    float: right;
    background-image: url("../images/Venue-Gallery-02-03.jpg");
    background-size: cover;
    background-position: center;
    margin: 0 1.15% 1.15% 1.15%;
}

.gallery-cell-1-2 > div:nth-child(2) {
    width: 31%;
    height: 15vw;
    display: inline-block;
    position: relative;
    vertical-align: top;
    background-image: url("../images/Venue-Gallery-02-01.jpg");
    background-size: cover;
    background-position: center;
    margin: 0 1.15% 1.15% 1.15%;
}

.gallery-cell-1-2 > div:nth-child(3) {
    width: 31%;
    height: 15vw;
    display: inline-block;
    position: relative;
    vertical-align: top;
    background-image: url("../images/Venue-Gallery-02-02.jpg");
    background-size: cover;
    background-position: center;
    margin: 1.15%;
}

.gallery-cell-1-3 > div:nth-child(1) {
    width: 64.3%;
    height: 15vw;
    display: inline-block;
    position: relative;
    vertical-align: top;
    background-image: url("../images/Venue-Gallery-03-01.jpg");
    background-size: cover;
    background-position: center;
    margin: 0 1.15% 1.15% 1.15%;
}

.gallery-cell-1-3 > div:nth-child(2) {
    width: 31%;
    height: 31.15vw;
    display: inline-block;
    position: relative;
    vertical-align: top;
    float: right;
    background-image: url("../images/Venue-Gallery-03-02.jpg");
    background-size: cover;
    background-position: center;
    margin: 0 1.15% 1.15% 1.15%;
}

.gallery-cell-1-3 > div:nth-child(3) {
    width: 31%;
    height: 15vw;
    display: inline-block;
    position: relative;
    float: left;
    vertical-align: top;
    background-image: url("../images/Venue-Gallery-03-03.jpg");
    background-size: cover;
    background-position: center;
    margin: 1.15%;
}

.gallery-cell-1-3 > div:nth-child(4) {
    width: 31%;
    height: 15vw;
    display: inline-block;
    position: relative;
    vertical-align: top;
    background-image: url("../images/Venue-Gallery-03-04.jpg");
    background-size: cover;
    background-position: center;
    margin: 1.15%;
}

.section-3 {
    position: relative;
    padding: 5vw 0;
    background-color: white;
}

.section-3-gallery-img {
    width: 100%;
    margin-top: 3vw;
    padding-bottom: 5vw;
}

.section-3-gallery-img > .flickity-viewport > .flickity-slider > img {
    width: 50%;
    border-radius: 5vw;
    padding: 4vw;
}

.section-3-gallery-img > .flickity-viewport > .flickity-slider > .is-selected {
    padding: 0vw;
    border-radius: 1vw;
    margin-top: 2vw;
}

.section-3-gallery-img > button {
    top: 90%;
    width: 2.5vw;
    height: 2.5vw;
    background: transparent;
    border: 1px solid black;
    z-index: 999;
}

.section-3-gallery-img > .previous {
    left: 35% !important;
}

.section-3-gallery-img > .next {
    right: 35% !important;
}

.section-3-gallery-img > .flickity-page-dots {
    top: 88.5%;
}

.section-3-gallery-img > .flickity-page-dots > .dot {
    width: 0.6vw;
    height: 0.6vw;
    margin: 0 0.6vw;
}

.section-4 {
    position: relative;
    padding: 5vw 0;
    background-color: #EBEBEB;
    padding-bottom: 5vw;
}

.section-4-para {
    text-align: center;
}

.section-4-para > .section-desc, .section-4-para > .section-para {
    margin-top: 2vw;
}

.section-4-para-1 > img {
    width: 3%;
    margin-top: 5vw;
}

.section-4-para-2 > img {
    width: 5%;
    margin-top: 5vw;
}

.section-4-para-3 > img {
    width: 11%;
    margin-top: 5vw;
}

.section-5 {
    background-image: url("../images/BG-T01.jpg");
    background-position: 50% 65% ;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
}

.section-5 > .section-title {
    color: white;
    position: relative;
    z-index: 3;
    padding: 3vw 0 2vw 0;
}

.contact-btn {
    position: relative;
    z-index: 4;
    background: white;
    padding: 0.5vw 1vw;
    display: inline-block;
    border-radius: 2vw;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 2vw;
}

.contact-btn > a {
    font-family: "GTAmericaExt", sans-serif;
    font-size: 1vw;
    color: black;
    text-decoration: none;
    display: inline-block
}

.contact-btn > a > h3 {
    display: inline-block;
    margin-right: 1vw;
}

.contact-btn > a > span > img {
    width: 3vw;
    display: inline-block;
}

.section-6 {
    position: relative;
    padding: 5vw 0;
    background-color: white;
}

.schedule-img {
    width: 100%;
    text-align: center;
    margin-top: 3vw;
    margin-bottom: 10vw
}

.schedule-img > img {
    width: 70%;
}

.section-6 > .section-para {
    font-size: 0.55vw;
    line-height: 0.9vw;
}

.section-7 {
    background: black;
    position: relative;
    padding: 5vw 0;
}

.section-7 > .section-title {
    color: white;
    text-align: center;
}

.pricing-details {
    width: 70%;
    height: 43.7vw;
    margin: auto;
    padding-top: 5vw;
}

.pricing-section {
    width: 30%;
    height: 100%;
    display: inline-block;
    margin: 0 1.4%;
    position: relative;
}

.pricing-section-1-top {
    background: black;
    width: 100%;
    border-radius: 1vw;
    background-image: url("../images/Price-Section.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid white;
}

.pricing-section-1-top > div {
    width: 84%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.pricing-section-1-bottom {
    width: 100%;
    border-radius: 1vw;
    border: 1px solid white;
    position: absolute;
    background-image: url("../images/Pricing-Box-BG.jpg");
    background-size: cover;
    background-position: center;
    bottom: 0;
    left: 0;
}

.pricing-title-2 {
    width: 84%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    z-index: 5;
}

.pricing-section-1-top > div > span {
    font-family: "GTAmericaExt", sans-serif;
    font-weight: bold;
    color: black;
}

.price-padding-1 > p, .price-padding-2 > p {
    font-family: "GTAmericaExt", sans-serif;
    font-weight: normal;
    color: black;
    font-size: 1.1vw;
}

.price-padding-1 {
    padding-top: 3vw;
    opacity: 0;
}

.price-padding-2 {
    padding-top: 2vw;
    opacity: 0;
}

.pricing-price {
    font-size: 1.6vw;
    margin-right: 1vw;
}

.pricing-couple {
    font-size: 1.1vw;
}

.pricing-border {
    border-top: solid 1px black;
    margin: 3vw 0;
}

.price-para {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 0.75vw;
    padding-bottom: 3vw;
    line-height: 1.2vw;
}

.pricing-section-2 {
    background: black;
    border-radius: 1vw;
    border: 1px solid white;
    vertical-align: top;
}

.pricing-section-2 > div {
    width: 84%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.pricing-title {
    font-family: "GTAmericaExt", sans-serif;
    font-weight: bold;
    color: white;
    font-size: 1.3vw;
    margin-top: 2vw;
}

.pricing-border-2 {
    border-top: solid 1px white;
    margin: 1.5vw 0;
}

.includes-para {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 0.75vw;
    color: white;
    padding-bottom: 3vw;
    line-height: 1.2vw;
}

.bullet {
    width: 5%;
    display: inline-block;
    vertical-align: top;
}

.bullet-text {
    width: 90%;
    display: inline-block;
    margin-bottom: 1.5vw;
}

.pricing-section-3 {
    vertical-align: top;
}

.pricing-section-3-top {
    background: black;
    border-radius: 1vw;
    border: 1px solid white;
}

.pricing-section-3-top > div {
    width: 84%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.contact-btn-2 {
    position: relative;
    z-index: 4;
    background: white;
    padding: 0.5vw 1vw;
    display: inline-block;
    border-radius: 2vw;
    margin-bottom: 2vw;
    margin-top: 2vw;
    left: 100%;
    transform: translate(-108%, 0);
}

.contact-btn-2 > a {
    font-family: "GTAmericaExt", sans-serif;
    font-size: 1vw;
    color: black;
    text-decoration: none;
    display: inline-block
}

.contact-btn-2 > a > h3 {
    display: inline-block;
    margin-right: 1vw;
}

.contact-btn-2 > a > span > img {
    width: 3vw;
    display: inline-block;
}

.section-overlay-radius {
    border-radius: 1vw;
}

.pricing-section-3-bottom {
    border: 1px solid white;
    border-radius: 1vw;
    padding: 1vw 2vw;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.pricing-section-3-bottom > p {
    padding-left: 2vw;
    font-size: 0.6vw;
}

.pricing-section-3-bottom > img {
    width: 50%;
    padding-left: 4vw;
    display: inline-block;
    float: right;
}

.section-7 > .section-para {
    font-size: 0.55vw;
    line-height: 0.9vw;
    color: white;
    margin-top: 5vw;
}

.footer {
    background-color: #161616;
    width: 100%;
    position: relative;
}

.footer-nav {
    color: white;
    font-family: "GTAmericaExp", sans-serif;
    padding: 5vw;
    font-size: 1vw;
}

.footer-nav > ul {
    list-style: none;
    padding-left: 0;
    display: inline-block;
}

.footer-nav > ul > li {
    margin: 1.5vw;
    cursor: pointer;
    display: block;
}

.footer-logo {
    width: 20%;
    position: absolute;
    top: 50%;
    right: calc(0% + 5vw);
    transform: translateY(-50%);
}

.footer-logo > img {
    width: 100%;
}

@media screen and (max-width:479px) {

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .header-video {
        width: 200%;
    }

    .header-title {
        width: 80%;
    }

    .header-partnership {
        width: 60%;
        bottom: 0%;
    }

    .header-partner {
        width: 60%;
        display: inline-block;
        font-family: "Montserrat", sans-serif;
        text-align: left;
        font-weight: 300;
        font-size: 2.8vw;
        color: white;
        position:absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        float: left;
    }

    .header-partnership > img {
        width: 40%;
        padding: 0 0 0 8vw;
        display: inline-block;
        float: right;
    }

    .section-title {
        font-size: 2.5vw;
        width: 80%;
        margin: 5vw auto 0 auto;
    }

    .section-desc {
        font-size: 2.2vw;
        width: 80%;
        line-height: 3vw;
        margin: 5vw auto 0 auto;
    }

    .section-para {
        font-size: 2vw;
        line-height: 3vw;
        margin-top: 5vw;
    }

    .section-activities {
        font-size: 2.5vw;
        margin-top: 5vw;
    }

    .activities-mobile {
        position: relative;
        opacity: 1;
    }

    .section-activities > ul {
        display: block;
    }

    .section-activities > ul > li {
        margin-bottom: 3vw;
    }

    .section-activities > ul > li > span {
        font-size: 2.5vw;
        margin-right: 3vw;
    }

    .section-2 {
        padding-bottom: 18vw;
    }

    .section-2-gallery {
        width: 80%;
    }

    .section-2-gallery-text {
        display: block;
        margin-top: 5vw;
        width: 100%;
    }

    .section-2-desc {
        text-align: center;
    }

    .section-2-para {
        text-align: center;
    }

    .section-2-gallery-img {
        width: 80vw;
        margin-top: 5vw;
        height: 80vw;
        display: block;
        float: unset;
        vertical-align: unset;
    }

    .section-2-gallery-img > .flickity-viewport {
        height: 80vw !important;
    }

    .gallery-cell-1-1 > div:nth-child(1) {
        width: 39vw;
        height: 39vw;
        display: inline-block;
        position: relative;
        float: left;
        vertical-align: top;
        background-image: url("../images/Venue-Gallery-01-01.jpg");
        background-size: cover;
        background-position: center;
        margin: 0;
    }

    .gallery-cell-1-1 > div:nth-child(2) {
        width: 39vw;
        height: 39vw;
        display: inline-block;
        position: relative;
        vertical-align: top;
        float: right;
        background-image: url("../images/Venue-Gallery-01-02.jpg");
        background-size: cover;
        background-position: center;
        margin: 0;
    }

    .gallery-cell-1-1 > div:nth-child(3) {
        width: 39vw;
        height: 39vw;
        display: inline-block;
        position: relative;
        vertical-align: top;
        float: left;
        background-image: url("../images/Venue-Gallery-01-03.jpg");
        background-size: cover;
        background-position: center;
        margin: 2vw 0 0 0;
    }

    .gallery-cell-1-1 > div:nth-child(4) {
        width: 39vw;
        height: 39vw;
        display: inline-block;
        position: relative;
        vertical-align: top;
        float: right;
        background-image: url("../images/Venue-Gallery-01-04.jpg");
        background-size: cover;
        background-position: center;
        margin: 2vw 0 0 0;
    }

    .section-2-gallery-img > button {
        top: 110%;
        width: 8vw;
        height: 8vw;
        background: transparent;
        border: 1px solid black;
    }

    .section-2-gallery-img > .previous {
        left: 70% !important;
    }

    .section-2-gallery-img > .next {
        right: 0% !important;
    }

    .gallery-cell-1-1 > div , .gallery-cell-1-2 > div, .gallery-cell-1-3 > div {
        border-radius: 2vw;
    }

    .gallery-cell-1-2 > div:nth-child(1) {
        width: 39vw;
        height: 39vw;
        display: inline-block;
        position: relative;
        vertical-align: top;
        float: left;
        background-image: url("../images/Venue-Gallery-02-01.jpg");
        background-size: cover;
        background-position: center;
        margin: 0;
    }

    .gallery-cell-1-2 > div:nth-child(2) {
        width: 39vw;
        height: 39vw;
        display: inline-block;
        position: relative;
        vertical-align: top;
        float: right;
        background-image: url("../images/Venue-Gallery-02-02.jpg");
        background-size: cover;
        background-position: center;
        margin: 0;
    }

    .gallery-cell-1-2 > div:nth-child(3) {
        width: 100%;
        height: 39vw;
        display: inline-block;
        position: relative;
        vertical-align: top;
        background-image: url("../images/Venue-Gallery-02-03.jpg");
        background-size: cover;
        background-position: bottom;
        margin: 2vw 0 0 0;
    }

    .gallery-cell-1-3 > div:nth-child(1) {
        width: 39vw;
        height: 39vw;
        display: inline-block;
        position: relative;
        vertical-align: top;
        float: left;
        background-image: url("../images/Venue-Gallery-03-01.jpg");
        background-size: cover;
        background-position: center;
        margin: 0;
    }

    .gallery-cell-1-3 > div:nth-child(2) {
        width: 39vw;
        height: 39vw;
        display: inline-block;
        position: relative;
        vertical-align: top;
        float: right;
        background-image: url("../images/Venue-Gallery-03-02.jpg");
        background-size: cover;
        background-position: center;
        margin: 0;
    }

    .gallery-cell-1-3 > div:nth-child(3) {
        width: 39vw;
        height: 39vw;
        display: inline-block;
        position: relative;
        float: left;
        vertical-align: top;
        background-image: url("../images/Venue-Gallery-03-03.jpg");
        background-size: cover;
        background-position: center;
        margin: 2vw 0;
    }

    .gallery-cell-1-3 > div:nth-child(4) {
        width: 39vw;
        height: 39vw;
        display: inline-block;
        position: relative;
        vertical-align: top;
        float: right;
        background-image: url("../images/Venue-Gallery-03-04.jpg");
        background-size: cover;
        background-position: center;
        margin: 2vw 0 0 0;
    }

    .section-3-gallery-img {
        width: 100%;
        margin-top: 5vw;
        padding-bottom: 5vw;
        margin-bottom: 10vw;
    }

    .section-3-gallery-img > .flickity-viewport > .flickity-slider > img {
        width: 80%;
        border-radius: 6vw;
        padding: 4vw;
    }

    .section-3-gallery-img > .flickity-viewport > .flickity-slider > .is-selected {
        padding: 0vw;
        border-radius: 2vw;
        margin-top: 2vw;
    }

    .section-3-gallery-img > button {
        top: 100%;
        width: 8vw;
        height: 8vw;
        background: transparent;
        border: 1px solid black;
        z-index: 999;
    }

    .section-3-gallery-img > .previous {
        left: 10% !important;
    }

    .section-3-gallery-img > .next {
        right: 10% !important;
    }

    .section-3-gallery-img > .flickity-page-dots {
        top: 96%;
    }

    .section-3-gallery-img > .flickity-page-dots > .dot {
        width: 1.5vw;
        height: 1.5vw;
        margin: 0 1.5vw;
    }

    .section-3 {
        position: relative;
        padding: 5vw 0 10vw 0;
        background-color: white;
    }

    .section-4 {
        position: relative;
        padding: 5vw 0 10vw 0;
        background-color: #EBEBEB;
    }

    .section-4-para > .section-desc {
        margin-top: 3vw;
    }

    .section-4-para > .section-para {
        width: 80%;
        margin: 3vw auto 3vw auto;
    }

    .section-4-para-1 > img {
        width: 10%;
        margin-top: 5vw;
    }

    .section-4-para-2 > img {
        width: 15%;
        margin-top: 5vw;
    }

    .section-4-para-3 > img {
        width: 38%;
        margin-top: 5vw;
    }

    .section-5 > .section-title {
        margin: 0 auto;
        padding: 5vw 0 5vw 0;
    }

    .contact-btn {
        position: relative;
        z-index: 4;
        background: white;
        padding: 1vw;
        display: inline-block;
        border-radius: 4vw;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 5vw;
    }

    .contact-btn > a {
        font-family: "GTAmericaExt", sans-serif;
        font-size: 3vw;
        color: black;
        text-decoration: none;
        display: inline-block
    }

    .contact-btn > a > h3 {
        display: inline-block;
        margin-right: 3vw;
        margin-left: 3vw;
    }

    .contact-btn > a > span > img {
        width: 9vw;
        display: inline-block;
        margin-right: 3vw;
    }

    .section-6 {
        position: relative;
        padding: 5vw 0 10vw 0;
        background-color: white;
    }

    .schedule-img {
        width: 100%;
        text-align: center;
        margin-top: 10vw;
        margin-bottom: 10vw
    }

    .schedule-img > img {
        width: 55%;
    }

    .section-6 > .section-para {
        font-size: 2vw;
        line-height: 3vw;
    }

    .section-7 {
        background: black;
        position: relative;
        padding: 5vw 0 10vw 0;
    }

    .pricing-details {
        width: 70%;
        height: unset;
        margin: auto;
        padding-top: 10vw;
    }

    .pricing-section {
        width: 100%;
        height: unset;
        display: inline-block;
        margin: 0;
        position: relative;
    }

    .pricing-title {
        font-family: "GTAmericaExt", sans-serif;
        font-weight: bold;
        color: white;
        font-size: 4vw;
        margin-top: 5vw;
    }

    .pricing-section-1-top {
        background: black;
        width: 100%;
        height: 80vw;
        border-radius: 2vw;
        margin-bottom: 5vw;
        background-image: url("../images/Price-Section.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;

    }

    .pricing-section-1-top > div {
        width: 84%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .pricing-section-1-bottom {
        width: 100%;
        border-radius: 2vw;
        border: 1px solid white;
        position: relative;
        background-image: url("../images/Pricing-Box-BG.jpg");
        background-size: cover;
        background-position: center;
        bottom: unset;
        left: unset;
        margin-bottom: 5vw;
    }

    .pricing-section-1-top > div > span {
        font-family: "GTAmericaExt", sans-serif;
        font-weight: bold;
        color: black;
    }

    .price-padding-1 > p, .price-padding-2 > p {
        font-family: "GTAmericaExt", sans-serif;
        font-weight: normal;
        color: black;
        font-size: 4vw;
    }

    .price-padding-1 {
        padding-top: 5vw;
    }

    .price-padding-2 {
        padding-top: 2vw;
    }

    .pricing-price {
        font-size: 5vw;
        margin-right: 3vw;
    }

    .pricing-couple {
        font-size: 4vw;
    }

    .pricing-border {
        border-top: solid 1px black;
        margin: 5vw 0;
    }

    .price-para {
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 2.5vw;
        padding-bottom: 5vw;
        line-height: 3vw;
    }

    .contact-btn-2 {
        position: relative;
        z-index: 4;
        background: white;
        padding: 1vw;
        display: inline-block;
        border-radius: 4vw;
        margin-bottom: 5vw;
        margin-top: 5vw;
        left: 100%;
        transform: translate(-108%, 0);
    }

    .contact-btn-2 > a {
        font-family: "GTAmericaExt", sans-serif;
        font-size: 3vw;
        color: black;
        text-decoration: none;
        display: inline-block
    }

    .contact-btn-2 > a > h3 {
        display: inline-block;
        margin-right: 3vw;
        margin-left: 3vw;
    }

    .contact-btn-2 > a > span > img {
        width: 9vw;
        margin-right: 3vw;
        display: inline-block;
    }

    .section-overlay-radius {
        border-radius: 2vw;
    }

    .pricing-section-2 {
        background: black;
        border-radius: 2vw;
        border: 1px solid white;
        vertical-align: top;
        margin-bottom: 5vw;
    }

    .pricing-border-2 {
        border-top: solid 1px white;
        margin: 3vw 0;
    }

    .includes-para {
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 2.5vw;
        color: white;
        padding-bottom: 10vw;
        line-height: 3vw;
    }

    .bullet {
        width: 5%;
        display: inline-block;
        vertical-align: top;
    }

    .bullet-text {
        width: 90%;
        display: inline-block;
        margin-bottom: 2vw;
    }

    .pricing-section-3 {
        vertical-align: top;
    }

    .pricing-section-3-top {
        background: black;
        border-radius: 2vw;
        border: 1px solid white;
        margin-bottom: 5vw;
    }

    .pricing-section-3-top > div {
        width: 84%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .pricing-section-3-bottom {
        border: 1px solid white;
        border-radius: 2vw;
        padding: 2vw;
        position: relative;
        bottom: unset;
        left: unset;
    }

    .section-7 > .section-para {
        font-size: 2vw;
        line-height: 3vw;
        color: white;
        margin-top: 10vw;
    }

    .footer-nav {
        color: white;
        font-family: "GTAmericaExp", sans-serif;
        padding: 5vw;
        font-size: 4vw;
    }

    .footer-nav > ul {
        list-style: none;
        padding-left: 0;
        display: block;
        text-align: center;
    }

    .footer-nav > ul > li {
        margin: 5vw 0;
        cursor: pointer;
        display: block;
    }

    .footer-logo {
        width: 60%;
        position: relative;
        top: unset;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        padding-bottom: 10vw;
        padding-top: 5vw;
    }

    .mobile-menu {
        position: absolute;
        z-index: 10;
        width: 5%;
        right: 5%;
        top: 2%;
        cursor: pointer;
        opacity: 1;
    }

    .mobile-menu > img {
        width: 100%;
    }

    .header-nav-mobile {
        width: calc(100% - 2px);
        position: absolute;
        top: 0%;
        left: 0%;
        transform: unset;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.9);
        border: 1px solid white;
        padding: 1vw 0;
        border-radius: 2vw;
        display: none;
    }

    .header-nav-mobile > ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .header-nav-mobile > ul > li {
        display: block;
        margin: 10vw 0;
    }

    .header-nav-mobile > ul > li > a {
        color: white;
        text-decoration: none;
        font-family: "GTAmericaExp", sans-serif;
        font-weight: normal;
        font-size: 4vw;
    }

    .header-nav-mobile > img {
        width: 7%;
        position: absolute;
        top: 2%;
        right: 2%;
        display: none;
    }

    .pricing-section-3-bottom > p {
        padding-left: unset;
        margin-left: 8%;
        font-size: 2.5vw;
        float: unset;
        text-align: left;
    }

    .pricing-section-3-bottom > img {
        width: 40%;
        padding-left: 10vw;
        display: inline-block;
        float: unset;
        transform: translateX(-100%);
        margin-left: 100%;
    }
    

}