*{
    margin: 0;
    padding: 0;
}
@keyframes colorChange {
    0% {
        color: white;
    }
    50% {
        color: #dcdcdc;
    }
    100% {
        color: white;
    }
}
.loading-fixed-overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.571);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    z-index: 10000000;
    flex-direction: column;
    display: none;
}
.loading-gif{
    width: 5%;
    height: auto;
}
.loading-subtext{
    font-family: 'PhysisBold';
    color: white;
    font-size: 125%;
    animation: colorChange 2s infinite;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}
.outer-container-video{
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 10px;
    height: 80vh;
    overflow: hidden;
}
.sequence-video{
    width: 100%;
    height: auto;
}
.video-container-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.359);
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.flex-container-bottom-vid{
    width: 95%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 5%;
}
.booking-ac-container{
    position: absolute;
    width: auto;
    height: auto;
    width: 25%;
    height: 90%;
    top: 5%;
    right: 2.5%;
    right: -100%;
    background: white;
    border-radius: 20px;
    transition: 1s ease-in-out all;
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 0;
    overflow: hidden;
}
.flex-column-cont-booking-front{
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: white;
}
.booking-front-header{
    font-family: 'PhysisBold';
    font-size: 300%;
    width: 95%;
}
.booking-front-subtext{
    font-family: 'Inter';
    font-size: 125%;
    width: 100%;
}
.bring-in-booking-class{
    padding: 2% 5%;
    border-radius: 25px;
    transition: .3s ease-in-out all;
    color: white;
    font-family: 'Inter';
    text-transform: uppercase;
    background: #000000c2;
    border: none;
    font-weight: 700;
    font-size: 125%;
    cursor: pointer;
}
.bring-in-booking-class:hover,
.bring-in-booking-class:active{
    scale: .9;
}
.bottom-review{
    width: 100%;
    height: auto;
    border-radius: 20px;
    background: white;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    padding: 5%;
}
.consultation-header{
    font-family: 'PhysisBold';
    font-weight: 800;
    font-size: 125%;
}
.fill-fields-subtext{
    font-family: 'Inter';
    font-weight: 400;
}
.button-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.book-cons-input-subm{
    width: 100%;
    transition: .5s ease-in-out all;
    padding: 5%;
    border: none;
    background: #0000008a;
    color: white;
    text-transform: uppercase;
    font-family: 'Impact';
    letter-spacing: 2px;
    border-radius: 5px;
    font-size: 125%;
}
.booking-ac-upper-side{
    overflow-x: hidden;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 4%;
    gap: 20px;
}
.booking-ac-upper-side::-webkit-scrollbar {
    width: 8px;
}

.booking-ac-upper-side::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

.booking-ac-upper-side::-webkit-scrollbar-track {
    background-color: transparent;
}
.booking-ac-upper-side {
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
}
.booking-ac-upper-side::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
.upper-side-flex-containers{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.exit-booking-part-button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: none;
    background: transparent;
    transition: .5s ease-in-out all;
    font-family: 'PhysisReg';
    cursor: pointer;
    font-size: 115%;
}
.exit-booking-part-button:hover,
.exit-booking-part-button:active{
    background: lightgrey;
}
.booking-section-headers{
    font-family: 'PhysisBold';
    font-size: 115%;
}
.upper-side-flex-column-conts{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.indiv-ques-headers{
    font-family: 'Inter';
    font-weight: 600;
}
.input-fields-styling-booking-revamped{
    width: 100%;
    box-sizing: border-box;
    padding: 5%;
    border-radius: 8px;
    border: 1px solid #C4C4CC;
    color: black;
    font-family: 'Inter';
    transition: .2s ease-in-out all;
}
.input-fields-styling-booking-revamped::placeholder{
    color: #C4C4CC;
    font-family: 'Inter';
}
.service-selection-grid{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
}
.service-selection-template{
    box-sizing: border-box;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    text-align: left;
    border-radius: 15px;
    border: 1px solid #C4C4CC;
    background: transparent;
    transition: .3s ease-in-out all;
    cursor: pointer;
    font-family: 'PhysisBold';
}
.service-button-subtexts{
    font-family: 'PhysisReg';
    color: #939393;
}
.selected-service-styling{
    background: black;
    color: white;
    border: 1px solid transparent;
}
.monthYear{
    text-align: center;
    font-family: 'PhysisReg';
}
.calendar{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 10px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;

}
.header button{
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}
.days{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}
.day{
    text-align: center;
    padding: 5px;
    color: #999FA6;
    font-weight: 500;
    font-family: 'PhysisReg';
}
.dates{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}
.date{
    text-align: center;
    padding: 2px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter';
    border: none;
    background: transparent;
    cursor: pointer;
    transition: .3s ease-in-out all;
}
.date:hover,
.date:active{
    background: black;
    color: white;
}
.date.inactive{
    color: #d2d2d2;
}
.date.inactive:hover{
    color: white;
}
.date.selected {
    background: black;
    color: white;
}
.date.disabled {
    color: #d2d2d2;
    cursor: not-allowed;
}
.date.disabled:hover {
    background: none;
    color: #d2d2d2;
}
button.disabled {
    color: #d2d2d2;
    cursor: not-allowed;
}
.time-selection-container {
    width: 100%;
    height: auto;
    overflow: scroll;
    min-height: 60px;
    display: flex;
    gap: 20px;
}
.time-select-templ {
    white-space: nowrap;
    padding: 10px 20px;
    border: 1px solid #C4C4CC;
    background: transparent;
    border-radius: 10px;
    flex: 0 0 auto;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}
.time-select-templ:hover {
    background-color: black;
    color: white;
}
.time-select-templ.selected-time {
    background-color: #007BFF;
    color: white;
    border-color: #007BFF;
}
.time-selection-container::-webkit-scrollbar {
    height: 8px;
}
.time-selection-container::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}
.time-selection-container::-webkit-scrollbar-track {
    background-color: transparent;
}
.selected{
    background: black;
    color: white;
}
.range-slider{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#price-slider{
    width: 100%;
    filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(102deg) brightness(97%) contrast(104%);
}
.price-redisp-text{
    font-family: 'PhysisBold';
    font-size: 115%;
}

.invalid-input{
    border: 1px solid red;
}
.consent-messages-container{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Inter';
    font-size: 80%;
}
input[type="checkbox"]
{
    appearance: none;
    background-color: #FFFFFF;
    margin: 0;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    border: 1px solid #C4C4CC;
    border-radius: 4px;
    display: grid;
    place-content: center;
    transition: 200ms ease-in-out;
}
input[type="checkbox"]:checked
{
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    position: relative;
}
input[type="checkbox"]:checked::before{
    content: '\2713' !important;
    font-size: 20px;
    color: white;
    position: absolute;
    border: none !important;
}
input[type="checkbox"]:focus{
    outline: none !important;
}
@media screen and (min-width: 0px) and (max-width: 500px)
{
    .sequence-video{
        width: 800%;
    }
    .booking-front-header,
    .booking-front-subtext{
        font-size: 100%;
    }
    .booking-ac-container{
        right: -100%;
        width: 96%;
        top: 2.5%;
        height: 95%;
    }
    .booking-front-header{
        font-size: 150%;
    }
    .flex-container-bottom-vid{
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }
    .flex-column-cont-booking-front{
        width: 90%;
    }
    @media screen and (max-width: 325px)
    {
        .service-selection-grid{
            display: grid;
            grid-template-columns: 1fr;
            grid-template-rows: repeat(4, 1fr);
        }
        .calendar{
            padding: 0;
        }
        .day,
        .date{
            font-size: 9px;
        }
        .date{
            width: auto;
            height: auto;
            aspect-ratio: 1 / 1;
        }
    }
}

@media screen and (min-width: 501px) and (max-width: 900px)
{
    .booking-front-header,
    .booking-front-subtext{
        font-size: 150%;
    }
    .booking-front-subtext{
        font-size: 125%;
    }
    .booking-ac-container{
        width: 96%;
        height: 95%;
        top: 2.5%;
    }
    .book-cons-input-subm{
        padding: 2%;
    }
    .sequence-video{
        width: 300%;
    }
}
@media screen and (min-width: 901px) and (max-width: 1215px)
{
    .booking-ac-container{
        width: 40%;
    }
    .sequence-video{
        width: 200%;
    }
}

@media screen and (min-width: 0px) and (max-width: 1100px) and (orientation: landscape)
{
   .booking-front-header,
    .booking-front-subtext{
        font-size: 100%;
    }
    .book-cons-input-subm{
        padding: 5px;
    }
    .input-fields-styling-booking-revamped{
        padding: 2%;
    }
}