body{
    margin:0;
    padding: 0;
    background-color: rgb(184, 197, 235);
}
header{
    background-color: rgb(247, 198, 124);
    
}
header h1{
    text-align: center;
    color: rgb(3, 63, 113);
    padding-top: 10px;
    font-style: italic;
    font-size: 20px;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  padding: 15px;
  font-size: 24px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  z-index: 1000;
  transition: transform 0.2s ease-in-out;
}
.whatsapp-float:hover {
     transform: scale(1.1);
     color: white;
     text-decoration: none;
}
nav{
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar{
    color: white;
}
header h4{
    color: white;
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
}
.navbar{
    margin-top: -25px;
    row-gap: 100px;
    
}
.navbar-nav a{
    color: white;
    margin: 15px;
    font-weight: bold;
}
.navbar-nav a:hover{
    color: rgb(37, 43, 189);
}
.logo{
    margin: 10px;
    margin-top: 20px;
    margin-right: 200px;
}
.logo img{
    margin-top: 10px;
    height: 90px;
    width: 110px;
}
 

.image1{
    margin-top: 20px;
    background-image: url('img2.jpg');
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.row1{
    background-image: url('img3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(40, 40, 40, 0.9);  
    background-blend-mode: darken;
}
.row11{
   margin-top: 10px;
   justify-content: center;
   text-align: center;
   padding: 20px;
}
.row11 p{
    font-size: 30px;
    color: white;
}
.row12 {
   margin-top: 10px;
   justify-content: center;
   text-align: center;
   padding: 20px;
}
.row12 p{
    margin-top: 50px;
    color: white;
    font-size: 18px;
}
.form{
    display: flex;
    justify-content: center;
    align-items: center;
}
.form form{
    justify-content: center;
    align-items: center;
    width: 500px;
    border-radius: 1em;
    border: 2px solid rgb(212, 115, 17);
    padding: 15px;
   
    background-color:  rgb(237, 170, 69);
}
.form-label{
    color: white;
    font-weight:bold ;
}
.form-control{
    background-color: rgb(231, 227, 227);
}
.col-12{
    background-color:rgb(212, 115, 17) ;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px;
    border-radius: 1em;    
}
.col-12 button{
    display: flex;
    justify-content: center;
    color: white;
    font-weight: bold;
}
.col-12 button:hover{
     color: white;
}

.row2{
    padding: 20px;

    justify-content: center;
    background-color: rgb(142, 142, 141);
    margin-top: 10px;
    
    color: white;
}
.row21{
    margin-left: 2px;
    background-color: rgb(237, 170, 69);
    height: fit-content;
}
.col21 h3, h2 ,p{
    margin: 20px;
}
.col22 {
   display: flex;
   background-image: url('img4.jpg');
   background-size: cover;
   background-position: center;
   height: 1000px;
   margin-top: 15%;
   margin-bottom: 15%;
}
.btn-col21{
    padding: 10px;
    background-color: rgb(212, 115, 17);
    color: white;
    width: 200px;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-left: 17px;
    font-weight: bold;
}
.btn-col21:hover{
    background-color: rgb(149, 147, 145);
}


.row3{
    row-gap: 20px;
    padding: 20px;
    background-color: white;
    margin: 0;
    margin-top: 20px;
    justify-content: center;
    text-align: center;
    font-size: 20px;
}
.row3 h1{
    padding: 20px;
}

.card{
    width: 500px;
    background-color:rgb(212, 115, 17) ;
    border-radius: 2em;
    border: 2px solid rgb(153, 176, 216);
    color: white;
    margin: 10px;
    font-style: italic;
}


footer{
    background-color: white;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    height: 95px;
}
footer p{
    margin: 5px;
    padding-top: 10px;
}

@media (max-width: 575.98px) { 
    .col22{
        height: 500px;
    }
    .navbar-expand-lg{
        margin-right: 35px;
    }
    .form form{
        margin-right: 20px;
    }
    .row21{
        margin-right: 5px;
    }
    .carousel-item p{
        margin-left: 50px;
        margin-top: 20px;
    }
}

