body{
    background-color: #e7e7e7;
}

.contact-first-section{
    background-image: url(../images/android.png);
    background-attachment: fixed;
    background-size: cover;
    height: 70vh;
}


.inside-contact-first-section{
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-second-section{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    row-gap: 20px;
    margin: 6rem 0;
}
.contact-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    flex-direction: column;
    background-color: #fff;
    /* padding: 4rem 0; */

}
.inside-contact-second-section{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    column-gap: 40px;
    width: 100%;
    flex-direction: row-reverse;
}
.contact-left{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    align-items: flex-start;
    width: 20%;
    padding: 1.5rem;
}
.contact-left .contact-left-heading{
    font-size: 1.5rem;
    font-weight: bold;
}
.contact-left-para{
    font-size: 0.9rem;
    line-height: 20px;

}
.contacts-list{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
    row-gap: 40px;

}
.contact{
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
}
.inside-contact{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* row-gap: 5px; */
}
.inside-contact p:nth-child(1){
    /* font-size: 1.1rem; */
    font-weight: bold;
}

.contact img{
    width: 40px;
}

.contact-right{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    justify-content: center;
    align-items: center;
    width: 90%;
    background-color: #fff;
    /* padding: 1.5rem; */
    border-radius: 5px;
}
.contact-right p{
    font-size: 1.1rem;
    font-weight: bold;
    color: #fbca0e;
}
.contact-form-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 10px;
    width: 100%;
}
.form-container {
    width: 100%;
}
.form-container .form{
    width: 100%;
}

.contact-right .form-container .row input{
    padding: 18px 15px;
    border-radius: 0;
}
/* .contact-right .row button{
    width: 10%;
    padding: 0.5rem 2rem;
} */
.contact-form-container input, textarea{
    padding: 0.5rem 0;
    background:none;
    border: none;
    border-bottom: 1px solid #000;
}
.submit-btn{
    padding: 0.5rem 2rem;
    font-size: 1rem;
    border-radius: 20px;
    border: none;
    /* letter-spacing: 1px; */
    cursor: pointer;
    background-color: #fbca0e;
    transition: background-color 0.2s ease;
}
.submit-btn:hover{
    background-color: white;
    border: 1px solid #fbca0e;
    
}

.contact-third-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.inside-contact-third-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    padding: 4rem;
    /* background: blue; */
}
.contact-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fbca0e82;
    width: 30%;
    padding: 15px;
    row-gap: 10px;
    border-radius: 6px;
    transition: background-color 0.3s ease;
    cursor: pointer;
    height: 180px;
}
.contact-card:hover{
    background-color: #fbcc0ee8;
}
.contact-card img {
    width: 45px;
}
.map{
    width: 100%;
}
.map iframe{
    width: 100%;
}
@media screen and (max-width:1024px) {
    .contact-left {
        width: 30%;
    }
    .inside-contact-third-section {
        width: 100%;
    }
}
@media screen and (max-width:900px) 
{
    .inside-contact-second-section {
        justify-content: space-evenly;
    }
    .inside-contact-second-section {
        column-gap: 0px;
    }
    .inside-contact p:nth-child(2) {
        font-size: 1.1rem;
    }.inside-contact p:nth-child(1) {
        font-size: 1rem;
    }.contact-left {
        padding: 1rem;
    }
    .contact-wrapper {
        width: 75%;
    }
    .inside-contact-third-section {
        padding: 4rem 2rem;
    }
    .contact-card {
        width: 32%;
    }
}
/* @media (max-width: 765px) {
    
    
} */
@media screen and (max-width:700px) {
    
    .contact-right .form-container .row{
        flex-direction: row;
        width: 100%;
    }
    .inside-contact-second-section {
        flex-direction: column-reverse;
        row-gap: 20px;
    }
    .contact-right{
        width: 100%;
    }
    .contact-left {
        width: 100%;
    }
    .inside-contact-third-section {
        padding: 4rem 1rem;
    }
    .contact-card {
        height: 190px;
    }
    /* .contact-left {
        width: 100%;
    }
    .contacts-list {
        padding-left: 10px;
        width: 100%;
        justify-content: space-around;
        flex-direction: row;
    }
    .contact {
        justify-content: center;
        padding: 0 2rem;
        column-gap: 20px;
    }
    .contacts-list .middle1{
        border-left: 2px solid rgba(49, 49, 49, 0.623);
        border-right: 2px solid rgba(49, 49, 49, 0.623);
    }
    .contact img {
        width: 28px;
    } */
}
@media screen and (max-width: 600px) {
    .inside-contact-second-section {
        column-gap: 0px;
    }
    .contact-card img {
        width: 35px;
    }
    .contact-card h2 {
        font-size: 18px;
    }
    .contact-card p {
        font-size: 14px;
    }
}
@media screen and (max-width: 465px) {
    
    .contact-left {
        width: 100%;
    }
    .contact-right {
        width: 100%;
    }
    .contact-right .form-container .row {
        flex-direction: column;
        width: 100%;
    }
    .contact-card {
        width: 100%;
        height: 140px;

    }
    .inside-contact-third-section {
        flex-direction: column;
        row-gap: 10px;
    }
}