.contact-main-container{
    background-image: url('contact-us.jpg');
    width: 100%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -140px;
    background-size: cover;
    color: white;
    z-index: -2222;
    position: relative;
}
.contact-main-container::before{
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.658);
}
.breadcrumbs{
    z-index: 999;
    transform: translateY(35%);
    padding-top: 10px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.container-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
}
.container-content h1{
    color: white !important;
    z-index: 999;
}
.contact-main-container .container-content p{
    width: 50%;
    text-align: center;
    z-index: 999;
}
.info-nav {
    border-bottom: 1px solid white;
    z-index: 99999;
  }
.navbar ul li a{
    color:white !important;
}
.navbar{
    backdrop-filter: blur(0px);
    border-bottom: 1px solid white;
}
.contact-form{
        display: flex;
        width: 100%;
        padding: 20px 58px;
        margin-top: 30px;
}
.contact-form-content{
        width: 50%;
        background-color: #fc0303;
        color: white;
        padding: 20px;
        border-radius: 10px 0px 0px 10px;
}
.contact-form-content h2{
        font-size: 30px;
        margin-bottom: 10px;
}
.form{
        width: 50%;
        padding: 20px;
        background-color: rgba(155, 141, 141, 0.17);;
        border-radius: 0px 10px 10px 0px;
}
form{
        width: 100%;
    margin-top: 20px;
}
form input{
     width: 100%;
        }
        form label span{
            color: orangered;
        }
        form label{
            width: 100%;
            margin-top: 10px;
        }
        #email{
            width: 100%;
        }
        #name{
            width: 100%;
        }
        form button{
            width: auto;
            padding: 15px 25px;
        }
.contact-form-content ul{
            margin-top: 20px;
        }
        .contact-form-content ul li i{
            color: white;
            background-color: rgb(40, 2, 87);
            padding: 10px;
            border-radius: 50%;
            margin-right: 10px;
        }
        .contact-form-content ul li{
            margin-top: 10px;
        }
        .contact-form-content ul li a{
            font-size: 18px;
            color: rgb(204, 192, 233);
        }
.contact-social-icon ul{
            display: flex;
            width: 100%;
        }
        .contact-social-icon ul li i{
            font-size: 26px !important;
            color: orangered;
            padding: 20px;
            margin-right: 10px;
        }
@media (max-width:768px) {
    .why-chose-container{
        height: 70vh;
    }
    .contact-main-container .container-content p{
        width: 90%;
    }
    .breadcrumbs{
        margin-bottom: 0px;
        margin-top: 120px;
    }
    .contact-form{
        flex-direction:column;
        padding:20px;
    }
    .contact-form-content{
        width: 100%;
    }
    .form{
        width:100%;
    }
}
