body{
    margin:0;
    background-color:oldlace;
    font-family:Arial, Helvetica, sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.navbar{
    background-color:beige;
    padding:15px 40px;
}

.navbar-brand{
    font-size:28px;
    font-weight:bold;
}

.nav-link{
    color:black !important;
    margin-left:20px;
    font-size:18px;
    transition:.3s;
}

.nav-link:hover{
    color:#8b5a2b !important;
}



.hero{
    height: 600px;
    background-image:url("header.jpg");
    background-size:cover;
    background-position:center;
    height:500px;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    padding:40px 60px;
}

.welcome-box{
    background:rgba(250, 250, 213, 0.9);
    padding:25px;
    border-radius:15px;
    width:650px;
}
.welcome-box h1{
    margin-top:0;
}
.welcome-box p{
    font-size:18px;
}

.welcome-box button{
    width:150px;
    height:55px;
    border:none;
    border-radius:10px;
    background:#8b5a2b;
    color:white;
    font-size:18px;
    cursor:pointer;
    transition:.3s;
}

.welcome-box button:hover{
    transform:scale(1.05) rotate(3deg);
    box-shadow: 0 0 20px  rgb(115, 109, 39);
}


.card{
    height: 430px;
    border:none;
    border-radius:15px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 30px;
    width: 18rem;
}
.card-img-top{
    height: 300px;
    padding-right : 10px;
    padding-top: 5px;
    border-radius: 18px;
    width: 17rem;
    margin-left: 6px;
}
#A{
    margin-left: 100px;
}
#RR:hover{
            transform: scale(1.05);
            box-shadow: 0 0 20px  rgb(119, 174, 233);
            cursor: pointer;
            transition: 0.1s ease-out;
        }
#RR{
    animation: upDown 2s infinite;
    transition: 0.4s ease-out;
    border: #8b5a2b 2px solid;
}

@keyframes upDown{
            0%{
                transform: translateY(0);
            }
            50%{
                transform: translateY(-10px);
            }

        }
.contact{
    background-color: rgb(133, 112, 81);
    padding: 55px;
    color: aliceblue;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#bs:hover{
    transform:scale(1.05) rotate(-2deg);
    box-shadow: 0 0 20px  rgb(246, 246, 246);
}
#bs{
    box-shadow: 50px 0 20px  rgb(246, 246, 246);    
    background-color: bisque;
}
.contact p{
    font-size: large;
}
#T{
    margin: 20px;
    border: #8b5a2b 2px solid;
}
#Ca{
    background-color: rgb(133, 112, 81);
    width: 300px;
    color: aliceblue;
    padding: 30px;
    box-shadow: 0 0 10px  rgb(110, 66, 66);
    border-radius: 20%;
}
#form{
    width: 750px;
    border: #8b5a2b 4px solid ;
    border-radius: 12%;
    padding: 50px;
    box-shadow: 0 0 10px  rgb(110, 66, 66);
}
#AY{
    width: 300px;
    height: 100px;
    background-color: rgb(133, 112, 81);
    border-radius: 20%;
    padding: 30px;
    color: aliceblue;
    box-shadow: 0 0 10px  rgb(110, 66, 66);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;ius: 15px;
}
#exampleCheck1{
    margin-left: 200px;
}
#ch{
    margin-right: 250px;
}
#sub{
    background-color: rgb(133, 112, 81);
    border: #8b5a2b 2px double;
    box-shadow: 0px 5px 5px  rgb(170, 117, 117);

}

#foot{
    background-color: rgb(133, 112, 81);
}
#m{
    color: rgb(0, 0, 0);
}
#ff{
    background-color: blanchedalmond;
    width: 300px;
    border: 1px solid rgb(51, 43, 31);
    color:whitesmoke ;
    border-radius: 15px;
    padding: 15px;
}
#hh{
    background-color: rgba(255, 235, 205,.9);
    width: 300px;
    border: 1px solid rgb(51, 43, 31);
    color:rgb(0, 0, 0) ;
    border-radius: 15px;
    padding: 15px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}