
@media screen and (min-width:1025px){
    .main-header{
        display: none;
    }
}
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

.sidebar-and-mainarea {
    display: flex;
}
.desktop-sidebar {
    background-color: #0E1927;
    width: 100%;
    max-width: 17%;
    padding: 25px 15px;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    top: 0;
    height: 100vh;
}

.sidebar-menu li {
    padding-bottom: 20px;
    font-size: 17px;
}
.sidebar-menu li a{
    color: #E6C9A2;
}
.sidebar-menu {
    list-style: none;
    padding-left: 10px;
}
.mainarea {
    width: 83%;
    margin-left: 17%;
}
.banner-sec {
    background-size: cover;
    padding: 330px 0;
    background-position: center;
    position: relative;
    z-index: 1;
}
.banner-sec::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.main-title{
    font-size: 55px;
    text-align: center;
    color: #fff;
}
.banner-sec .blue-btn{
    display: block;
    margin: 0 auto;
    width: fit-content;
}

.about-title{
    font-size: 45px;
    color: #E6C9A2;
    font-family:"Urbanist", serif;
}
.about-text{
    font-size: 18px;
    color: #777;
}
.about-img-container{
    margin-top: 20px;
}
.about-img-container img {
    height: 400px;
    object-fit: cover;
}

.carousel-fade .carousel-item {
    opacity: 0.5 ;
}
.carousel-indicators button {
    height: 15px !important;
    width: 15px !important;
    border-radius: 100% !important;
}
.carousel-indicators {
    flex-direction: column;
    right: 0;
    left: unset;
    margin-right: 20px;
    margin-left: unset;
    top: 50%;
    transform: translate(0px, -50%);
}
.carousel-item img {
    height: 600px;
    object-fit: cover;
}
.carousel-indicators button {
    border-top: 4px solid transparent !important;
    border-bottom: 4px solid transparent !important;
}
button.carousel-control-prev, button.carousel-control-next {
    height: 50px;
    background-color: #000000;
    opacity: 0.7;
    width: 50px;
}
button.carousel-control-next {
    right: 20px;
    bottom: 30px;
    top: auto;
}
button.carousel-control-prev{
    right: 85px;
    bottom: 30px;
    top: auto;
    left: auto;
}
.review-sec {
    background-color: #041314;
}
.review-box .review-stars {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
    font-size: 22px;
    color: #FFBB00; 
}
.review-text {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
}
.review-name {
    font-size: 25px;
    font-family: 'Averia Sans Libre';
    color: #E6C9A2;
}
.address {
    font-size: 18px;
}
.address-timing {
    display: flex;
}
.address-box, .timing-box {
    width: 49%;
}
.timing-list {
    padding: 0;
    list-style: none;
    font-size: 18px;
}
.timing-list li {
    margin-bottom: 6px;
}
.timing-list li span {
    width: auto;
    display: inline-block;
}
.smile-img {
    max-width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.score {
    display: block;
    font-size: 23px;
    position: relative;
    overflow: hidden;
}
.score-wrap {
    display: inline-block;
    position: relative;
    height: 19px;
}
.score .stars-active {
    color: #F3AF00;
    position: relative;
    z-index: 10;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
.score .stars-inactive {
    color: #E2E2E2;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-text-stroke: initial;
}

@media screen and (max-width:1024.5px){
    .desktop-sidebar{
        display: none;
    }
    .mainarea {
        width: 100%;
        margin-left: 0%;
    }
}
@media screen and (min-width:1025px) and (max-width:1199.5px){
    .mainarea {
        width: 78%;
        margin-left: 22%;
    }
    .desktop-sidebar {
        max-width: 22%;
    }
}
@media screen and (min-width:1025px) and (max-width:1299.5px){
    .about-title {
        font-size: 35px;
    }
    .banner-sec {
        padding: 260px 0;
    }
}
@media screen and (min-width:992px) and (max-width:1299.5px){
    .about-img-container img {
        height: 300px;
    }
}
@media screen and (min-width:768px) and (max-width:1024px){
    .banner-sec {
        padding: 180px 0;
    }
}
@media screen and (max-width:991.5px){
    .about-title {
        font-size: 40px;
    }
}
@media screen and (max-width:767.5px){
    .banner-sec {
        padding: 150px 0;
    }
    .about-img-container img {
        height: 300px;
    }
    .carousel-item img {
        height: 500px;
    }
}
@media screen and (max-width:550.5px){
    .smile-img {
        max-width: 200px;
    }
    .about-title {
        font-size: 30px;
    }
    .carousel-item img {
        height: 400px;
    }
    .carousel-indicators button {
        height: 10px !important;
        width: 10px !important;
    }
    .about-img-container {
        margin-top: 0px;
    }
}
@media screen and (max-width:450.5px){
    .about-img-container img {
        height: 250px;
    }
    .address-timing {
        flex-direction: column;
        gap: 30px;
    }
    .address-box, .timing-box {
        width: 100%;
    }
    .map-sec iframe {
        height: 320px;
    }
}
@media screen and (max-width:400.5px){
    .carousel-item img {
        height: 300px;
    }   
}
@media screen and (max-width:380.5px){
    .about-img-container img {
        height: 200px;
    }    
}



