@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;900&display=swap');

@font-face {
font-family: 'Canterbury' ;
src: url(fonts/Canterbury.ttf) format('truetype');
src: url(fonts/Canterbury.ttf) format('truetype');
}
   
   @font-face {
font-family: 'old-london' ;
src: url(fonts/EnglishTowne.ttf) format('truetype');
src: url(fonts/EnglishTowne.ttf) format('truetype');
} 

*{
    box-sizing: border-box;
}

.carousel-item{
    height:70vh;
    width:100%;
}

.carousel-item img{
    height:100%;
    width:100%;
    object-fit:cover;
}


.img-de{
    height: 70vh!important;
    object-fit: cover;
    filter: brightness(50%);
}

.navbar{
    padding: 0;
}

.bg-light{
    background:#5f036b!important;
   
}

.nav-link{
    color: rgb(246 210 51)!important;
    font-size: 1.5rem;
    margin-left: 2rem;
    font-weight: bolder;
}

.navbar-brand{
    color: rgb(246 210 51)!important;
    font-size: 2.5rem;
    font-weight: bolder;
    font-family: 'EnglishTowne' ;
   
}

.about{
    padding: 100px 0;
    background:#4f38bc;
}

.heading-h2{
    font-family: 'EnglishTowne';
    font-size: 2.5rem;
    color: rgb(246 210 51);
}

.heading-h21{
    font-family: 'Cinzel', ;
    font-size: 2rem;
    color: rgb(0, 0, 0);
}

.para{
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
font-weight: 200;
    font-size: 1.3rem;
   
}

.para1{
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
   
}

.btn1{
    background-color: white;
    display: inline-block;
    padding: 10px 20px;
    max-width: 300px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bolder;
    color: #7e4f1f;
}


.btn2{
     background:#FFD700!important;
    display: inline-block;
    padding: 10px 20px;
    max-width: 300px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bolder;
    color: #fff;
}

.btn2:hover{
    
    color:white;
}


.info-section{
    padding: 100px 0;
    background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../images/abt-img.jpg');
    background-size: cover;
    background-position: center center;
}

.services{
    padding: 100px 0;
    background-color: #b6b6e5;
}

.gallery{
    width: 100%;
    height: auto;
    text-align: center;
    margin: auto;
    background: url('../images/abt-img.jpg');
    background-size: cover;   
    padding: 100px 0;
}

.gallery img{
    width: 430px;
    height: 400px;
    transition: all 0.5s linear;
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
}

.gallery img:hover{
    filter: grayscale(80%);
    transform: scale(1.02);

}

.main-footer{
    padding: 100px 0;
    background:#4f38bc;
}

ul li{
    list-style: none;
}

ul li a{
    font-size: 1.2rem;
    text-decoration: none;
    
    color: white;
}


.hero-section{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../images/abt-img.jpg');
    height: 50vh;
    background-size: cover;
    position: relative;
}

.text-box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: white!important;
}

.about1{
    background-color: white;
}

.contact-us{
    padding: 100px 0;
}

.inputtage{
    padding: 20px;
    font-size: 1.5rem;
    font-family: 'Berkshire Swash', cursive;
}

::placeholder{
    font-size: 1.5rem;
    font-family: 'Berkshire Swash', cursive;
    
}

.span1{
    color: rgb(74 3 3);
}

.icons1{
    font-size: 1.2rem;
    text-decoration: none;
    font-weight: bold;
    color: rgb(54 2 2);
    
}

.icon2{
    font-size: 2rem;
    text-decoration: none;
    font-weight: bold;
    color: rgb(255, 255, 255);
    margin-right: 1rem;
}

.icons-box{
    background-color: #ffc107;
    padding: 20px;
}

.lg-de{
    border: 2px dashed;
    padding: 30px;
}

.appointment-booking{
    padding: 100px 0;
}

.lb{
    font-size: 1.5rem;
    font-family: 'Berkshire Swash', cursive;
}

.bg-test{
    background: url('../images/at1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.top-bar{
    background:#c795dc;
    padding: 10px;
}

.card-body{
    background:#a020f0;
}

.carousel-caption{
     position: absolute;
     top:30%;
}

.dropdown-item{
    color:#0b0b45;
    font-weight:bolder;
}


