body{
    margin: 0px 0px;
    padding: 0px;
}
/* navigation bar*/
#navbar{
    display: flex;
    align-items: center;
    font-family: 'Baloo Bhai 2', cursive;
    height: 65px;
    background-color: rgb(100, 255, 11);
    position:relative;
    top: 1px;
}

#navbar ul{
    display: flex;
}
#navbar ul li{
    list-style: none;
    font-size: 1.3rem;
}
#navbar ul li a{
    text-decoration: none;
    padding: 10px 10px;
    border-radius: 15px;

}
#navbar ul li a:hover{
    color:black;
    background-color: white;
}

/* HOME SECTION */
#home{
    display: flex;
    flex-direction: column;
    padding: 3px 4px;
    justify-content: center;
    align-items: center;
    height: 400px;
    position: relative;

}
#home::before{
    content: "";
    position: absolute;
    background: url('./img/bg1.jpg') no-repeat center center/cover;
    height: 100%;
    left: 0px;
    top: 0px;
    width: 100%; 
    z-index: -1;
    opacity: 0.7;
}
.h1{
    font-size: 4rem;
    font-family: 'Yusei Magic', sans-serif;
    font-weight: bolder;
    margin: 0px 0px;
}
.h2{
    text-align: center;
}

h2{
    margin: 10px 5px;
    font-style: italic;
    font-size: 30px;
}
.btn{
    padding: 10px 10px;
    font-size: 20px;
    font-weight: bolder;
    margin: 10px 15px;
    background-color:green;
    color: white;
    border-radius: 20px;
    cursor: pointer;
}
.btn:hover{
    background: chartreuse;
}
/* services */
#flex{
    display: flex;
}
.ourser{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    width: 80%;
    height: 100px;
}

.ourser h1{
    color: rgb(5, 5, 5);
    font-size: 50px;
}

.box{
    border: 2px solid red;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 40px 60px;
    height: 400px;
    background-color:rgba(119, 208, 253, 0.3);
    border-radius: 30px;
}
.box p{
    text-align: center;
    padding: 10px 10px;
    overflow: auto;
    margin: 10px 10px;
}
.box img{
    border-radius: 30px;
}
.box:hover{
    transform: scale(1.1);
    background-color: rgb(11, 255, 255);
}
/* special */
.special{
    display: flex;
    justify-content: space-around;

}
.sp{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.sp img{
    border-radius: 20px;
}
.sp:hover{
    transform: scale(1.2);
    cursor: pointer;
}
.sp p{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
#spe{
    text-align: center;
    width: 200px;
    margin: auto;
    font-size: 50px;
    padding: 50px 50px;
    font-family: 'Hammersmith One', sans-serif;
}
#img{
    margin-right:0px ;
}
#i{
    display: flex;
    justify-content: center;
    align-items: center;
}
#cot{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 0, 0, 1);
}
#cot form{
    display: flex;
    flex-direction: column;
    background-color: yellow;
    margin-left: 120px;
    margin-bottom: 26px;
    border-radius: 30px;
    width: 30%;
    padding: 12px;
}
.fm{
    font-size: 20px;
    border-radius: 15px;
    height: 35px;
    color: black;
    margin: 0px 10px;
}
html{
    scroll-behavior: smooth;
}
#submit{
    padding: 10px 10px;
    margin: 20px auto;
    width: 150px;
    font-size: 20px;
    background-color:rgba(0, 0, 255, 0.7);
    color: white;
}
#submit:hover{
    background-color: red;
    border-radius: 20px;
    background-color: rgba(0, 0, 255, 1);
}
label{
    font-size: 25px;
    margin: 5px 0px;
}
#contact h1{
    color: rgb(5, 5, 5);
    font-size: 50px;
    text-align:center;
}
#social{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    color: white;
    padding-top: 20px;
    height: 180px;
    background-color: #2a2424;
}
footer img{
    margin: 10px 15px;
}
.left{
    margin:0px 15px;
    padding-right: 30px;
}
ul li{
    font-size: 22px;
}
.foot{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    height: 30px;
    background-color: rgb(41, 36, 36);
    padding: 30px 0px;
}
.city{
    display: flex;
}
html{
    scroll-behavior: smooth;
}
