
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    scroll-behavior: smooth;
    background-color:black !important;
    height: auto;
    width: 100%;
}
.row {
    width: 100%;
}

.row::after {
    content: '';
    clear: both;
    display: block;
}


[class*="col-"] {
    float: left;
    padding: 0;
}

[class*="col-"] {
    width: 100%;
}

/* header starts here */

header {
    text-align: center;
}


.text-light{
    font-size: 20px;
}

.dropdown .text-light:hover{
background-color: #f3c018;
}

.navbar-toggle{
    left: 40px;
}

.navbar-header{
    height: 20px;
    width: 100%;
}


.headIcons {
    color: #fff;
}

.logo-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-div>div {
    height: 100px;
    width: 100px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-div>a {
    border: 1px solid red;

}

.logo {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: white;
    border-radius: 50%;
    border: 2px solid white;

}

/* .navberCostomCss {
    height: 80px;
    display: flex;
    align-items: center;
    width: 100%;
    margin: auto;
} */

.headerIconsWrper {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: rgb(95, 95, 95);
}

.headerIconsWrper>a {
    display: flex;
    width: 100%;
    height: 100%;
    transform: translateX(8px);
    align-items: center;
    justify-content: center;
}

nav ul li {

    display: block;
}

nav ul li a {
    display: block;
    text-decoration: none;
    color: aliceblue;
    line-height: 50px;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-family: 'Roboto', sans-serif;
    transition: .4s;

}

nav ul li a:hover {
    border-radius: 10px;
    /* background-color: #e97878; */
    background-color: #00ABF0;
}


#banner-section {
   position: relative;
}

#myVideo {
    width: 100%;
    height:auto;
}

.banner-contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    inset: 0 0 0 0;
   
}

.banner-contents > h1 {
    display: inline-block !important;
    margin: 10px auto;
    font-size: 5rem;
    background: transparent;
    border-radius: 5px;
    padding: 8px;
    font-family: 'Handlee', cursive;
    transition: 0.5s;
    -webkit-text-stroke: 2px yellow;
}

.banner-contents h1:hover {
    -webkit-text-stroke: 3px yellow;
    color: transparent;
    transition-behavior: ease-in-out;
}

.banner-contents>p {
    display: inline-block;
    margin: 10px auto;
    background: transparent;
    padding: 8px;
    font-size: 3rem;
    border: none;
    border-radius: 3px;
    -webkit-text-stroke: 2px yellowgreen;
}

.btn {
    display: inline-block;
    padding: 8px;
    font-size: 2.5rem;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 5px;
    transition: .4s;
    text-transform: uppercase;
    -webkit-text-stroke: 2px rgb(224, 128, 63);
}

.btn:hover {
    transform: scale(1.2);
    transition: 0.4s;
    -webkit-text-stroke: 2px #fff;

}



/* banner section ends here */

/* about starts here */
#about-us {
    /* padding-top: 270px; */
    margin-top: 100px;
    padding: 1%;
    font-family: 'Roboto', sans-serif;
    background-color: azure;
}

span {
    color: #00ABF0;
    font-weight: bolder;
}


.about-us-contents {
    text-align: center;
}

.about-us-contents h3 {
    font-size: 4.5rem;
    font-weight: bolder;
    margin-bottom: 10px;
 
}

.about-us-contents p {
    font-size: 2.5rem;
    margin-bottom: 10px;
   
}

/* about ends here */

/* food-menu starts here */
#menu-section {
    padding: 1%;
    background: black;
}
.food-menu{
    background-color: black;
    text-align: center;
}
.food-menu div{
    background-color: #fff;
    display: inline;
    color: #fff;
}
.food-menu h3{
    font-size: 3.5rem;
    font-weight: bolder;
  
}

.card-body {
    text-align: center;
}

.card-body img {
    width: 100%;
    height: 250px;
    display: block;
}

.item-desc {
    background: #D28B1D;
    color: #fff;
}

.item-name {
    background: #AA5D2F;
    color: white;
    padding: 8px;
    font-size: 20px;

}

.item-desc>p {
    font-size: 15px;
    font-weight: bold;
    padding: 0 5px;
   
}

.card {
    transition: 0.4s;
    width: 100%;
    border: 1px solid;
    margin: 20px 0;
    cursor: pointer;
}

.card:hover {
    transform: scale(1.1);
}


/* food-menu ends here */

/* contact starts here */
#contact {
    padding: 1%;
    background: #3a3c53;
}


.contact-details {
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

.map {
    width: 100%;
    height: 250px;
}

.contact-details p,address {
    font-size: 15px;
}

/* contact ends here */



/* footer starts here */
footer{
    height: 70px;
    width: 100%;
    padding-top: 20px;
    padding-left: 10px;
    /* filter: drop-shadow(20 0 50 white); */
    border: .5px solid rgb(66, 58, 40);

}
.icon-style{
    font-size: 20px;
    margin: 0px 5px;
    padding: 4px;
    
}

#copy-right > p{
 color: white;
 font-size: 16px;
}




/* footer ends here */



/* responsive */

@media (max-width:520px) {
.banner-contents {
        text-align: center;
        top: 25px;
    }
.banner-contents > h1{
        font-size: 2.5rem;
    }
.banner-contents>p {
        font-size: 1.5rem;
    }

.about-us-contents h3 {
    font-size: 3rem;
}
.about-us-contents p {
    font-size: 1.5rem;
}
.food-menu h3{
    font-size: 2rem; 
}
.item-name {
    font-size: 15px;
}
.item-desc>p {
    font-size: 12px;
}
.contact-details p,address {
    font-size: 12px;
}
#copy-right > p{
    font-size: 12px;
    text-align: center;
   }
.icon-style{
    font-size: 15px;
    margin: 0px 4px;
    padding: 3px; 
}
.social-menus{
    text-align: center;
}
.grid-card{
    margin-left: 15px;
}
#control-iframe{
    margin-left: 15px;
}

}

@media (max-width:768px) {
   
    .about-us-contents h3 {
        font-size: 3.5rem;
    }
    .about-us-contents p {
        font-size: 2rem;
    }
    .food-menu h3{
        font-size: 2.5rem; 
    }
    .item-name {
        font-size: 18px;
    }
    .item-desc>p {
        font-size: 14px;
    }
    .contact-details p,address {
        font-size: 14px;
    }
    #copy-right > p{
        font-size: 14px;
        text-align: center;
       }
    .icon-style{
        font-size: 18px;
        margin: 0px 5px;
        padding: 4px; 
    }
    .social-menus{
        text-align: center;
    }
    .grid-card{
        margin-left: 15px;
    }
    #control-iframe{
        margin-left: 15px;
    }
    
    }

/* small devices(tablets and large phones) */
@media (min-width: 576px) {
    .col-sm-1 {
        width: 8.33%;
    }

    .col-sm-2 {
        width: 16.66%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33%;
    }

    .col-sm-5 {
        width: 41.66%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33%;
    }

    .col-sm-8 {
        width: 66.66%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33%;
    }

    .col-sm-11 {
        width: 91.66%;
    }

    .col-sm-12 {
        width: 100%;
    }
    /* .banner-contents > h1{
        font-size: 3rem;
    }
    .banner-contents>p{
        font-size: 1.5rem; 
    }
    .btn{
        font-size: 1.5rem; 
    } */

}



/* medium devices(tablets and large phones) */
@media (min-width: 768px) {
    .col-md-1 {
        width: 8.33%;
    }

    .col-md-2 {
        width: 16.66%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33%;
    }

    .col-md-5 {
        width: 41.66%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33%;
    }

    .col-md-8 {
        width: 66.66%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33%;
    }

    .col-md-11 {
        width: 91.66%;
    }

    .col-md-12 {
        width: 100%;
    }

    /* #banner-section {
        position: relative;
        height: 600px;
    } */
    

}

/* large devices(tablets and large phones) */
@media (min-width: 992px) {
    .col-lg-1 {
        width: 8.33%;
    }

    .col-lg-2 {
        width: 16.66%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33%;
    }

    .col-lg-5 {
        width: 41.66%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33%;
    }

    .col-lg-8 {
        width: 66.66%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33%;
    }

    .col-lg-11 {
        width: 91.66%;
    }

    .col-lg-12 {
        width: 100%;
    }

}