/* CSS Reset */
body {
    background-image: url('../images/1.jpg');
    font-family: 'Baloo Bhai', cursive;
    color: white;
    margin: 0px;
    padding: 0px;
}

.left {
    display: inline-block;
    /* border: 2px solid red; */
    position: absolute;
    left: 60px;
    top: 20px;
}

.left img {
    width: 136px;
    filter: invert(100%);
}

.left div {
    line-height: 19px;
    font-size: 26px;
    text-align: center;
}

.mid {
    display: block;
    width: 36%;
    margin: 29px auto;
    /* border: 2px solid green; */
}

.right {
    position: absolute;
    right: 34px;
    top: 43px;
    display: inline-block;
    /* border: 2px solid yellow; */
}
.header{
    opacity: 0.7;
}

.navbar {
    display: inline-block;
  
}

.navbar li {
    display: inline-block;
    font-size: 25px;
}

.navbar li a {
    color: #D1CCCB;
    text-decoration: none;
    padding: 34px 23px;

}

.navbar li a:hover,
.navbar li a.active {
    text-decoration: underline;
    color: grey;

}

.btn {
    
    font-family: 'Baloo Bhai', cursive;
    margin: 0px 9px;
    background-color: #D1CCCB;
    color: rgb(30, 77, 92);
    padding: 4px 14px;
    border: 2px solid grey;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
}

.btn:hover {
    background-color: black;
}

.container {
    border: 2px solid white;
    margin: 106px 80px;
    padding: 75px;
    width:33vw;
    border-radius: 28px;
}

.form-group input {
    font-family: 'Baloo Bhai', cursive;
    text-align: center;
    display: block;
    padding: 1px;
    border: 2px solid black;
    margin: 11px auto;
    font-size: 25px;
    border-radius: 8px;
}

.container h1 {
    text-align: center;
}

.container button {
    display: flex;
    width: 74%;
    margin: 20px auto;
}

.footer-container {
    background-color: black;
    display: flex;
    padding: 20px;
}

.footer-container .footer-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-container li h5{
    display: flex;
    gap: 10px;
    align-items: center;
}
.footer-container li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-container .footer-email-id {
    color: blue;
}

.footer-container .footer-icon-no-hover {
    font-size: 25px;
    font-weight: normal;
    background-color: grey;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.footer-container .footer-icon {
    font-size: 25px;
    font-weight: normal;
    background-color: grey;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    text-decoration: none;
}

.footer-container .footer-icon:hover {
    background-color: rgb(82, 82, 82);
    cursor: pointer;
    transition: .3s all;
}

.footer-container .social-icons {
    display: flex;
    gap: 10px;
}

.footer-container .footer-right {
    flex: 1;
}
.footer-container .footer-right  p{
    max-width: 500px;
}
