
.logo{
    width: 10%;
    display: inline;
}

p{
    font-size: 1.5rem;
    text-align: justify;
}

img{
    padding: -5%;
}

main{
    background-color: azure;
}

.menu{
    color: white;
    list-style: none;
    display:inline-flex;
    gap: 1rem;
    float: right;
    padding: 4.5%;
}
.banner{
    width: 100%;
    height: 500px;
}
h1{
    text-align: center;

}
.btn btn-success{
    position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}
 footer{
    background-color: rgba(112, 176, 219, 0.453);
    height: 100px;
 }

 .foot{
    text-align: center;
    font-size: larger;
    padding: 2%;
    font-style: bold;
 }

 .footi{
    text-align: center;
    font-size: larger;
    font-style: bold;
 }

 .w-100{
    width: 100%;
    height: 500px;
 }

.container-fluid{
    padding: 0%;
    background-color:rgba(142, 210, 255, 0.302);
}
 .navbar-collapse{
    margin-left: 65%;
 }
 /* Contact */
.contact-left{
    flex-basis: 35%;
}

.contact-right{
    flex-basis: 60%;
}

.contact-left p{
    margin-bottom: 30px;
}

.contact-left p i{
    color: #ff004f;margin-right: 15px;
    font-size: 25px;
}

.social-icons{
    margin-top: 30px;
}

.social-icons a{
    text-decoration: none;
    font-size: 30px;
    margin-right: 15px;
    color: #ababab;
    display: inline-block;
    transition: transform 0.5s;
}

.social-icons a:hover{
    color: #ff004f;
    transform: translateY(-5px);
}

.btn.btn2{
    display: inline-block;
    background: #33a5ce95;
}

.contact-right form{
    width: 30%;
    margin: 0 auto;    
}

form input, form textarea{
    width: 100%;
    border: 0;
    outline: none;
    background: #699eb580;
    padding: 15px;
    margin: 15px 0;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
}

form .btn2{
    padding: 14px 60px;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;
}


 @media screen and (max-width: 850px){

    .logo{
        width: 35%;
        display: inline;
    }

    .banner{
        width: 100%;
        height: 250px;
    }
    p{
        font-size: 1.5rem;
        text-align: justify;
    }
    .contact-right form{
        width: 70%;
        margin: 0 auto;    
    }
}