*{
    font-family: 'DM Sans', sans-serif;
}
.container-fluid{
    padding: 100px 5%;
}
.center{
    text-align: center;
}
.m{
    display: flex;
    justify-content: space-between;
}
/* navbar  */
.navbar{
    width: 100vw;
    position: fixed;
    z-index: 100;
    background-color: white;
}
.navbar.container-fluid{
    padding: 3px 5%;
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}
/* for sidebar  */
.offcanvas{
    width: 300px;
}
.offcanvas li{
    text-align: center;
    border: 1px solid #C0C0C0;
    margin-bottom: 20px;
}
.navbar-nav{
    font-family: 'poppins';
    font-weight: 600;
}
.logo{
    height: 70px;
    width: 200px;
}
.navlogo{
    width: 120px;
    height: 40px;
}

.carousel-item.cc{
    background: radial-gradient(ellipse at 50% 40%, transparent -255%, black 100%);

}
.img-cn{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    height: 70vh; 
    margin-top: 100px;
}
.slt{
    width: 300px;  
}

.container-fluids{
    padding: 20px 20vw;
}

#testimonial{
    background-color: #0b0b0b;
    color: white;
}
#testimonial h5{
    color: #f0b429;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .45em;
    border-bottom: 1px dotted #f0b429;
    padding-bottom: 15px;
    display: inline-block;
}
#testimonial h2{
    margin-bottom: 50px;
}
#testimonial h2, #appointment h2, #logo h2{
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 48px;
}
.fa-star.sm{
    color: #f0b429;
    font-size: 9px;
}
#testimonial h4{
    font-size: 12px;
    max-width: 460px;
    margin: 0 auto;
    color: #737373;
    margin-bottom: 12px;
}
#testimonial h3, #appointment h3{
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 34px;
    margin-bottom: 7px;
}
#appointment h3{
    font-size: 20px
}
#appointment h4{
    font-size: 13px;
    color: #737373;
}
#appointment h5{
    font-size: 10px;
    color: #737373;
    text-transform: uppercase;
    word-spacing: 3px;
    letter-spacing: 3px;
}
#appointment .crd{
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}
#appointment .crds{
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-top: none;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    background-color: #00000014;
}
.btx{
    border: none;
    padding: 22px 45px;
    border-radius: 13px;
    background-color: black;
    color: white;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-weight: 700;
    font-size: 22px;
}
#book{
    background-color: #1e1e1e;
    color: white;
}
#book h2{
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-weight: 700;
    font-size: 42px;
    text-align: center;
}
#book .appoint{
    border-bottom: 1px solid white;
    padding: 20px;
}
#book .modal{
    color: black;
}
#book .modal p{
    margin-bottom: 6px;
}
#book .modal input{
    margin-bottom: 9px;
}
.appoint h3{
    font-size: 16px;
    font-weight: 600;
    max-width: 260px;
}
.appoint h5{
    font-size: 13px;
    font-weight: 200;
}
.appoint button{
    background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 10px;
    padding: 10px 20px;
    height: 50.79px;
}
.rule{
    padding: 13px;
}
.rule h3{
    margin-top: 16px;
    font-size: 22px;
}
.rule h5{
    font-size: 14px;
}
.ste{
    border-right: 1px solid black;
}
#welcome-pcs .tts{
    margin-top: 100px;
    padding: 0;
}
#welcome-pcs .tts{
    /* height:  */
    border: 10px solid black;
    border-right: 5px solid black;
    border-left: 5px solid black;
}
#welcome-pcs img{
    height: 300px;
}







/* laptop view  */
@media(min-width: 920px){
    .stev{
        border-right: 1px solid black;
    }
}


/* mobile view  */
@media(max-width: 470px){
    .logo{
        height: 50px;
        width: 150px;
    }
    .img-cn {
        height: 30vh;
    }
    .slt{
        width: 150px;  
    }
    .carousel-item .cc{
        background: radial-gradient(ellipse at 50% 40%, transparent -405%, black 100%);
    }
    .container-fluids{
        padding: 50px 15vw;
    }
    #testimonial h2, #appointment h2, #logo h2{
        font-size: 27px;
    }
    #testimonial h3{
        font-size: 20px;
    }
    #testimonial h4{
        max-width: 225px;
    }
    #testimonial h2{
        margin-bottom: 25px;
    }
    #book h2{
        font-size: 32px;
    }
    .appoint h3{
        max-width: 220px;
    }
    #logo h3{
        font-size: 16px;
    }
    #logo h5{
        font-size: 11px;
    }
    .rrx{
        border-bottom: 1px solid black;
    }
    #welcome-pcs img{
        height: 130px;
    }
}