#overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(9 8 13 / 87%);
    z-index: 0;
}
.overview-section{
    width: 100%; 
    align-items: center; 
    height: calc(100vh - 85px); 
    margin: 0 !important;
}

.about-section-heading, .amenities-section-heading, .certifications-section-heading {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 53px;
    text-align: center;
    color: var(--bs-body-text-color);
    text-shadow: 0px 4px 16px rgb(0 0 0 / 20%);
    margin-bottom: 56px;
}

.about-section-contents {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: var(--bs-body-text-color);
    width: 80%;
    margin: 0 auto;
}

.about-section, .amenities-section, .certifications-section {
    height: calc(100vh - 85px);
}

.about-section {
    padding-top: 16.875rem;
}

#amenities-section {
    display: flex;
    margin-top: 135px;
}

.certifications-section {
    padding-top: 10.5rem;
}

.amenities-section-contents {
    display: flex;
    flex-flow: row wrap;
}

.amenities-option {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: var(--bs-body-text-color);
    flex: 0 0 33.33333333%;
    margin-bottom: 10px;
    
}

.scroll-container {
    position: fixed;
    right: 0;
    top: calc(50% - 94px);
    margin-right: 40px;
    z-index: 1;
}

#fp-nav ul, .fp-slidesNav ul {
    margin-right: 30px;
}

#fp-nav ul li a span {
    margin: -6px 0 0 -3px !important;
    cursor: pointer;
    height: 16px !important;
    width: 16px !important;
    border: 2px solid var(--bs-body-text-color) !important;
    box-sizing: border-box;
    border-radius: 50% !important;
}

#fp-nav ul li a, .fp-slidesNav ul li a {
    margin: 28px 0;
    background: transparent;
}

#fp-nav ul li a.active span {
    margin: -6px 0 0 -3px;
    cursor: pointer;
    height: 16px;
    width: 16px;
    border: 2px solid var(--bs-body-text-color);
    box-sizing: border-box;
    border-radius: 50%;
    background-color: var(--bs-body-text-color);
}

.certifications-section-contents {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.certificate-wrapper {
    width: 424px;
    margin: 0 12px;
}

.certificate-header {
    height: 104px;
    background: #21192D;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
}

.certificate-header-logo {
    width: 72px;
    height: 72px;
}

.certificate-body {
    height: 144px;
    background: #F1F4F9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.certificate-rank-highlight {
    background: #5528FF !important;
    color: var(--bs-body-text-color) !important;
}

.certificate-name {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #110229;
    padding-bottom: 24px;
}

.certificate-rank-options {
    height: 32px;
    width: 352px;
    display: flex;
    justify-content: center;
}

.certified-rank {
    background: #FFFFFF;
    padding: 4px 16px 4px 24px;
    border-radius: 100px 0px 0px 100px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #110229;
}

.silver-rank {
    background: #FFFFFF;
    padding: 4px 16px;
    width: 73px;
    color: #110229;
}

.gold-rank {
    background: #FFFFFF;
    padding: 4px 16px;
    width: 68px;
    color: #110229;
}

.platinum-rank {
    background: #FFFFFF;
    padding: 4px 24px 4px 16px;
    width: 107px;
    border-radius: 0px 100px 100px 0px;
    color: #110229;
}

.certificate-footer {
    height: 136px;
    background: #FFFFFF;
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 32px 44px;
    color: #110229;
}

.show-more-btn {
   background-color: transparent;
   display: none;
   padding: 0;
   position: absolute;
   text-align: center;
   width: 100%;
   left: 0;
}

.show-more-btn .show-more {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
    font-family: 'GothamBold';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #C8C8FF;
}

.fp-warning, .fp-watermark{
    display: none !important;
}


@media (min-width: 300px) and (max-width: 600px){

    .section{
        margin-top: 120px !important;
    }
    .overview-page, .overview-section{
        height: auto !important;
        position: relative;
    }
    
    #fp-nav{
        display: none;
    }
    
    .about-section-contents{
        width: auto !important;
        height: 100% !important;
        font-size: 20px !important;
    }
    
    .about-section-heading, .amenities-section-heading, .certifications-section-heading{
        margin-bottom: 30px !important;
    }
    
    #myMenu{
        display: none !important;
    }
    
    #amenities-section{
        flex-flow: column !important;
    }
    
    .fp-section{
        height: calc(100vh - 85px) !important;
    }
    
    .amenities-section-contents{
        flex-flow: column !important;
    }
    
    .amenities-option{
        flex: none !important;
    }
    
    .fp-table{
        margin-top: 260px;
    }
    
    .viewMoreContent {
      justify-content: center;
      text-align: center;
      flex-direction: column;
      color: #110229;
    }

    .show-more-snippet {
       overflow: hidden;
       height: 585px;
    }

    .show-more-btn {
       display: block !important;
    }
    
    .certifications-section-contents{
        flex-direction: column !important;
        margin-bottom: 120px !important;
    }
    
    .certificate-wrapper{
        width: 100% !important;
        margin-bottom: 25px !important;
    }
    
    .certificate-header-logo{
        margin: 16px 140px !important;
    }
    
    .certificate-rank-options{
        width: 270px !important;
    }
    
    .certificate-footer{
        padding: 20px 16px !important;
    }
}

