*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    overflow-x: hidden;
}

.navbar-brand{
    color: white;
    font-weight: 600;
    transition: 0.3s ease;
    font-style: oblique;
}

.navbar-brand:hover{
    color: orangered;
    text-shadow: 0 0 25px orangered,
                 0 0 50px orangered;
    transform:scale(1.1);             
}

span{
    color: orangered;
}

.nav-item a:hover{
    cursor: pointer;
    color: orangered;
}

.carousel-item{
    width:100%;
    height:100vh;
   
}

.carousel-item::before{
    content: "";
    display: block;
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background: #000;
    opacity: 0.5;
}

.btn1{
    margin-left: 40%;
}



h1{
    font-family: 'Dancing Script', cursive;
    font-size: 100px;
}


.cards img{
    width: 100px;
    height: 100px;
    justify-content: center;
    margin-left: 35%;
}
.cards:hover{
    cursor: pointer;
    
}
.cards .card-body{
    padding: 20px;
}

.gallery{
    padding: 80px 0px;
}
.gallery img{
    width:100%;
    height:100%;
    padding: 15px;
    border: 5px;
    border-color: black;
    cursor: pointer;
}
.card .row{
    height:300px;
}

.gallery img:hover{
    cursor: pointer;
    background-color:rgb(238, 166, 140);
}

.carousel-caption{
    bottom:100px;
    padding-left: 100px;
    padding-right: 100px;
}
@media (max-width: 768px) {
    .carousel-caption {
        bottom: 20px;
        bottom: 1.25rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: center;
    }

    .carousel-item {
        height: 40vh;
    }

    .carousel-caption {
        padding-left: 10px;
        padding-right: 10px;
    }

    .image img{
        margin-right: 55px;
        margin-top: 20px;
    }

    .cont img{
         margin-top: 20px;
         width: 50px;
    }

    .navbar-toggler-icon{
        
        width: 30px;
    }

   .navbar-brand span{
    font-size:15px;
   }
}



    







/*--- media query ---*/
