@font-face {
    font-family: "BELLA QUETA";
    src: url("BellaQueta-Regular.ttf") format("truetype");
}

@font-face {
    font-family: myFirstFont;
    src: url(sansation_light.woff);
}

.pebbleBannerVideo {
    width: 100%;
    height: 100vh;
    padding-bottom: 0;
}

.pebbleBannerVideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videoBannerContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0 15px;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.3);
}

.artisctic {
    position: absolute;
    bottom: 15px;
    left: 30px;
    font-size: 14px;
    color: #fff;
    @media screen and (max-width: 768px) {
        left: auto;
        font-size: 8px;
        right: 15px;
    }
}

.pebbleLogo img {
    width: 155px;
    margin: 0 auto;
    background-color: rgb(0 0 0 / 59%);
    padding: 15px 10px;
    border-radius: 6px;
}

.pebblebannerContent {
    color: #fffafa;
    text-align: center;
}

.pebblebannerContent h1 {
    font-family: "BELLA QUETA";
    font-size: 60px;
}

.pebblebannerContent h2 {
    font-family: "BELLA QUETA";
    font-size: 36px;
    margin-bottom: 0;
}

.pebblebannerContent .line {
    display: inline-block;
    width: 50px;
    height: 4px;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 6px;
}

.videoBannerContent .top {
    /* margin-top: auto; */
    margin-bottom: 4%;
}
.videoBannerContent .bottom {
    display: flex;
    gap: 15px;
    align-items: center;
    /* margin-top: auto; */
    padding-bottom: 20px;
}

.videoBannerContent .bottom .qrImg img {
    width: 50px;
}

.videoBannerContent .bottom .content {
    font-size: 10px;
    color: #fff;
}

.golfCourseSection {
    height: 100vh;
}

.golfCourseSection video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.pebbleGallery {
    background: transparent linear-gradient(288deg, #6e4937 0%, #4a2d22 100%) 0%
        0% no-repeat padding-box;
}

.pebbleGallery .gallery-head h2 {
    font-family: "BELLA QUETA";
    text-align: left;
}

.pebbleGallery .splide__arrow--prev {
    left: auto;
    right: 6%;
    top: -70px;
}

.pebbleGallery .splide__arrow--next {
    left: auto;
    top: -70px;
    right: 2%;
}

.floorPlanSectionPebble {
    background: #f0e8dd 0% 0% no-repeat padding-box;
}
.floorPlanSectionPebble h2 {
    font-family: "BELLA QUETA";
    color: #744d3b;
}

.floorPlanSectionPebble .pricing-grid {
    display: flex;
    justify-content: center;
}

.floorPlanSectionPebble .pricing-grid .plan-card {
    max-width: 50%;
    background: #ebe3d8 0% 0% no-repeat padding-box;
    border: 1px solid #744d3b24;
    border-radius: 26px;
    @media (max-width: 768px) {
        max-width: 100%;
    }
}

.floorPlanSectionPebble .pricing-grid .plan-card picture img {
    border-radius: 0;
}

.plan-btn {
    border: 1px solid #744d3b;
    color: #744d3b;
}

.floorPlanSectionPebble .keyNotes {
    margin-top: 30px;
}

.pricing-head p {
    color: #000000;
}
.keyNotes {
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: center;
}

.keyNotes p {
    margin-bottom: 0;
}

.keyNoteButton a {
    background-color: #744d3b;
    border: 1px solid #744d3b;
    color: #f0e8dd;
    padding: 15px 40px;
    border-radius: 40px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1.5px;
    transition: all 0.2s ease-in-out;
    @media (max-width: 767px) {
        padding: 10px 20px;
        font-size: 10px;
    }
}

.keyNoteButton a:hover {
    background-color: transparent;
    color: #744d3b;
}

.readyToTake {
    background-color: #f5f0e9;
    text-align: center;
}

.readyToTake h2 {
    color: #744d3b;
    font-family: "BELLA QUETA";
    font-size: 50px;
    margin-bottom: 15px;
    @media (max-width: 767px) {
        font-size: 24px;
    }
}

.gallery-card .imgName span {
    display: inline-block;
}

.privilegeSection .pricing-head {
    max-width: 850px;
}

.privilegeSection .pricing-head h2 {
    font-size: 40px;
    color: #744d3b;
    @media (max-width: 767px) {
        font-size: 24px;
    }
}

.privilege-card {
    text-align: center;
    padding: 30px 50px;
    border: 1px solid #744d3b6b;
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    @media (max-width: 767px) {
        padding: 11px 22px;
        border-radius: 118px;
    }
}

.privilege-card img {
    width: 60px;
}

.privilege-card h4 {
    font-size: 15px;
    text-align: center;
    color: #000;
    margin: 10px 0 5px;
    letter-spacing: 0;
    @media (max-width: 767px) {
        font-size: 12px;
    }
}

.privilege-card p {
    font-size: 14px;
    @media (max-width: 767px) {
        font-size: 10px;
    }
}

#privilege-slider .splide__track {
    padding-bottom: 15px;
}

.pebblegoogleMap {
    height: 70vh;
}

.pebblegoogleMap iframe {
    height: 100%;
    width: 100%;
}

.pebbleGallery .kosmos-gallery-slider {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .gallery-card .imgName span br {
        display: none;
    }
}
@media (max-width: 767px) {
    .pebblebannerContent h1 {
        font-size: 36px;
    }
    .pebblebannerContent h2 {
        font-size: 30px;
    }
    .pebblebannerContent p br,
    .videoBannerContent .bottom .content br {
        display: none;
    }

    .videoBannerContent .bottom {
        gap: 6px;
        padding-bottom: 40px;
    }

    .videoBannerContent .bottom .qrImg img {
        min-width: 40px;
    }

    .videoBannerContent .bottom .content {
        font-size: 7px;
        color: #fff;
    }

    .splide__arrow {
        width: 30px;
        height: 30px;
    }

    .splide__arrow svg {
        width: 20px;
        height: 20px;
    }

    .pebbleGallery .splide__arrow--prev,
    .pebbleGallery .splide__arrow--next {
        top: -60px;
        right: 13%;
    }

    .pebbleGallery .splide__arrow--next {
        right: 13px;
    }

    .gallery-card .imgName {
        padding: 15px 8px 0px;
        font-size: 8px;
    }
    .golfCourseSection {
        height: 300px;
    }
}
