#mobileNav{
    display: none;
}

@media only screen and (min-width: 768px) {
    .kinetikos-logo-sm{
        display: none;
    }

    .kinetikos-logo-l{
        display: inline;
    }

    .site-header{
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px){
    .nav-items{
        padding: 9.06104px 10.0814px!important;
        gap: 5px!important;
        font-size: 10px;
    }
}

/* @media only screen and (max-width: 991px) { */
@media only screen and (max-width: 768px) {

    .nav-bar-container{
        display: flex;
        align-items: flex-start!important;
        justify-content: flex-start!important;
        flex-direction: column;
    }

    .site-header{
        height: 100vh;
        position: fixed;
    }

    .nav-items{
        margin-top: 10px;
        background: none!important;
        border: none!important;
    }

    #mobileNav{
        display: flex;
        align-items: center;
        background-color: rgb(0 0 0 / 100%)!important;
    }

    .mobile-nav-container{
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: row;
        width: 100%;
    }

    .kinetikos-logo-sm{
        width: 90px!important;
    }

    .svg-mobile-nav{
        width: 30px;
    }

    .kinetikos-logo-l{
        display: none;
    }

    .site-header{
        background-color: rgb(0 0 0 / 70%)!important;
        background-image: linear-gradient(180deg, rgb(0 0 0 / 24%) 50%, #7f7f7f 100%);
        background-size: cover;
        z-index: 1;
    }

    .collage-image-lg{
        height: 350px!important;
    }

    .section-title{
        font-weight: 500!important;
        font-size: 25px!important;
        line-height: 47px!important;
    }

    .section-sub-header{
        font-size: 15px!important;
        line-height: 25px!important;
    }

}

#audioPlayer {
    position: fixed;
    bottom: 20px;
    right: 20px;
     /* Adjust size as needed */
    z-index: 1000; /* Ensure it's above other elements */
    border-radius: 10px; /* Optional: Rounded corners */
    padding: 5px; /* Optional: Some spacing */
}

.site-header{
    background-color: #000000;
}

.kinetikos-logo{
    width: 150px;
}

.nav-bar-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: width 0.5s ease;
}

.nav-items{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9.06104px 12.0814px;
    gap: 7.55px;
    height: 36.24px;
    text-decoration: none; 
    background: #000000;
    border: 0.755086px solid #FFFFFF;
    border-radius: 75.5086px;
    color: #FFFFFF;
    font-family: 'Poppins';
}

.nav-items:hover{
    background-color: #323232;
}

a.nav-items.active {
    background-color: #323232;
}

.section-container{
    background-color: #000000;
}

.section-title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 66px;
    color: #FFFFFF;
    overflow-wrap: anywhere;
}

.section-sub-header{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #969696;
}

.section-sub-text{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #969696;
}

.top-section-book-now{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 24px;
    width: 251px;
    background: #BB8A4D;
    border-radius: 75.5086px;
    font-family: 'Poppins';
    font-weight: 700;
    color: #000000;
}

.top-section-book-now:hover{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 24px;
    width: 251px;
    background: #000000;
    border-radius: 75.5086px;
    font-family: 'Poppins';
    font-weight: 700;
    color: #BB8A4D;
    border-color: #BB8A4D;
}

.top-section-book-now:active{
    color: #bb894dd7!important;
    border-color: #bb894dd7!important;
}

.gallery{
    overflow: hidden;
}

.collage-image{
    object-fit: cover;
    object-position: center;
    height: 350px;
    max-width: 100%;
}

.collage-image-lg{
    object-fit: cover;
    object-position: center;
    height: 700px;
    max-width: 100%;
}

@media only screen and (min-width: 576px) {
    .collage-2parts{
        display: flex;
    }
}

.services-section{
    background: black url("../../assets/images/services-bg.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 65%;
}

.services-top-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select-your-service{
    font-family: 'Poppins';
    font-size: 18px;
    color: #FFFFFF;
}

.btn-cart{
    width: 95.14px;
    height: 36.12px;
    border: 0.755086px solid #BB8A4D;
    border-radius: 75.5086px;
    font-family: 'Poppins';
    font-size: 12px;
    color: #BB8A4D;
}

.btn-cart:hover{
    background-color: #BB8A4D;
    color:#000000;
}


.service-card{
    padding: 20px;
    background: #000000;
    border: 1px solid #4B4B4B;
    border-radius: 20px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.client-card{
    padding: 20px;
    background: #000000;
    border: 1px solid #4B4B4B;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-evenly;
    min-height: 300px;
}

@media only screen and (max-device-width: 768px){
    .client-card{
        flex-direction: column!important;
    }
}


.client-body-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.client-card-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
}

.service-card.active{
    background: #282828;
    border: 3px solid #BB8A4D;
}

.card-img-top-service{
    width: 150.07px;
    height: 150.07px;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

.service-title{    
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
}

.service-description{
    font-family: 'Inter';
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
}

/* .review-board{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
} */

.btn-div{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}

.-btn{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 12.6023px;
    line-height: 19px;
    color: #000000;
}

.btn-view-service{
    padding: 10.2394px 18.9035px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 59.474px;
}

.btn-view-service:hover{
    background-color: #000000;
    border-color: rgba(255, 255, 255, 0.7) !important;
    color: rgba(255, 255, 255, 0.7) !important;
}

.btn-view-service:active{
    border-color: rgba(255, 255, 255, 0.4) !important;
    color: rgba(255, 255, 255, 0.4) !important;
    background-color: #000000 !important;
}

.btn-book-yellow{
    padding: 10.2394px 18.9035px;
    background: #BB8A4D;
    border-radius: 59.474px;
}

.btn-book-yellow:hover{
    background-color: #000000;
    color: #BB8A4D;
    border-color: #BB8A4D;
}

.btn-book-yellow:active{
    background-color: #000000;
    color: #bb894db9!important;
    border-color: #bb894db9!important;
}

.btn-proceed{
    padding: 10.2394px 18.9035px;
    border-radius: 59.474px;
    width: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 12.6023px;
    line-height: 19px;
    color: #000000;
}

.team-section{
    background: #423019;
}

.team-arrow{
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.team-arrow.left {
    left: -5px;
    transform: translateY(-50%);
    border-width: 15px 15px 15px 0;
    border-color: transparent #FFFFFF transparent transparent;
}

.team-arrow.left:hover{
    border-color: transparent #a7a7a7 transparent transparent;
}
  
.team-arrow.right {
    right: 0px;
    transform: translateY(-50%);
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #FFFFFF;
}

.team-arrow.right:hover{
    border-color: transparent transparent transparent #a7a7a7;
}

.img-card-collage{
    display: flex;
    flex-direction: row;
}

.whats-new-card{
    padding: 20px;
    background: #000000;
    border: 1px solid #4B4B4B;
    border-radius: 20px;
}

.whats-new-img-lg{
    height: 260px;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

.whats-new-img-sm{
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

.whats-new-add-to-cart{
    padding: 10.2394px 18.9035px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 59.474px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 12.6023px;
    line-height: 19px;
    color: #FFFFFF;
}

.whats-new-add-to-cart:hover{
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.whats-new-add-to-cart:active{
    color: rgba(255, 255, 255, 0.7)!important;
    border: 1px solid rgba(255, 255, 255, 0.7)!important;
}

.team-card{
    padding: 20px;
    background: #000000;
    border: 1px solid #4B4B4B;
    border-radius: 20px;
    max-width: 173.14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-card-img-div{
    width: 118.44px;
    height: 118.44px;
    border-radius: 78.9234px;
    overflow: hidden;      /* Ensures the image stays within the circle */
    position: relative;    /* Allows image to be controlled inside the div */
}

.team-card-img{
    width: 130%;
    height: 130%;
    object-fit: cover;
    object-position: 60% 100%;
}

.team-card-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.team-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14.2062px;
    line-height: 17px;
    color: #FFFFFF;
}

.team-description{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    color: #FFFFFF;
}

.team-card-btn{
    padding: 8.08127px 14.9193px;
    background: #FFFFFF;
    border: 0.469389px solid #FFFFFF;
    border-radius: 46.9389px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 9.94618px;
    line-height: 15px;
    color: #000000;
}

.team-card-btn:hover{
    background: #000000;
    border: 0.469389px solid #FFFFFF;
    color: #FFFFFF;
}

.team-card-btn:active{
    background: #000000;
    border: 0.469389px solid #ffffffc7!important;
    color: #ffffffc7!important;
}

.reviews-section{
    background: 
    linear-gradient(180deg, rgba(23, 23, 23, 1.8) 60%, rgba(23, 23, 23, 0) 100%), 
    url("../../assets/images/reviews-bg.png") no-repeat center center;
    background-position: center top, center bottom;
    background-size: 100%, 100% 700px;
}

.reviews-section{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

.write-a-review{
    padding: 9.06104px 12.0814px;
    border: 0.755086px solid #FFFFFF;
    background-color: #171717;
    border-radius: 75.5086px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
}

.write-a-review:hover{
    border: 0.755086px solid #171717;
    background-color: #FFFFFF;
    color: #171717;
}

#reviewAverage{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 51px;
    color: #FFFFFF;
}

.review-subtext{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}

.review-card{
    display: flex;
    flex-direction: column;
    background: #000000;
    border: 1px solid #4B4B4B;
    border-radius: 20px;
    padding: 20px;
}

.review-star{
    width: 100.76px;
}

.reviewer-name{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.review{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    color: #FFFFFF;
}

.review-date{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #545454;
}

.contact-cover-img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

#contact {
    background-color: #181818;
}

#branch{
    min-height: 100vh;
}

.booking-title{    
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
}

.contact-sub-text{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.contact-col{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow-wrap: anywhere;
}

.contact-arrow{
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.contact-arrow.left {
    left: -5px;
    transform: translateY(-50%);
    border-width: 15px 15px 15px 0;
    border-color: transparent #FFFFFF transparent transparent;
}

.contact-arrow.left:hover{
    border-color: transparent #a7a7a7 transparent transparent;
}
  
.contact-arrow.right {
    right: 0px;
    transform: translateY(-50%);
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #FFFFFF;
}

.contact-arrow.right:hover{
    border-color: transparent transparent transparent #a7a7a7;
}

#subscribe{
    background-color: #181818;
}

.form-label{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.form-control{
    background: #000000;
    border: 1px solid #4B4B4B;
    border-radius: 10px;
    color: #FFFFFF;
}

.form-control:focus{
    background: #000000;
    border: 1px solid #4B4B4B;
    border-radius: 10px;
    color: #FFFFFF;
}

.client-map{
    mix-blend-mode: luminosity;
    border-radius: 20px;
}

@media only screen and (max-width: 992px) {
    .client-map{
        min-height: 450px;
    }
}

#footer{
    background: #000000;
}

.footer-logo{
    width: 223.23px;
    height: 107.49px;
}

.footer-text{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}


