@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
*{
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
    font-family: "Nunito Sans", sans-serif;
}

:root{
     --primry-color: #890c25;
    --secondary-color:#fec743;
    --font-color:#010035;
}

.ContactUs-warper{

}
.Contact-Header{
    height: 122px;
    background-color: #010035;
}

.top-section-conatiner{
    /* background-color: rgba(235, 235, 235, 0.548); */
}
.ContactUs-top-section{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bannerSection {
    /* height: 200px; */
    /* aspect-ratio: 16/9; */
    width: 100%;
}

.bannerSection img{
    width: 100%;
    /* object-fit: fill; */
    /* aspect-ratio: 16/9; */
}

.ContactUs-title{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:15px;
    padding: 10px 15px;
    /* border: 1px solid rgb(180, 178, 178); */
    border-radius: 100px;
    margin-bottom: 20px;
    font-size: 12px;
    background: linear-gradient(90deg,var(--font-color), var(--primry-color),var(--font-color));
    color: white;
    font-weight: bold;
    text-transform: uppercase
}

.ContactUs-title i{
    color: var(--secondary-color);
}

.ContactUs-heading{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 60%;
    text-align: center;
}

.ContactUs-heading h1{
    text-transform: capitalize;
    font-weight: bold;
    color: var(--font-color);
}

.ContactUs-heading h1 span{
    color: var(--primry-color);
}

.ContactUs-card-container{
    padding: 0 50px;
}

.ConatactUs-Card{
    width: 90%;
    /* height: 200px; */
    height: 100%;
    /* border: 1px solid black; */
    padding: 15px 30px;
    background-color: var(--font-color);
    box-shadow: rgba(0, 0, 0, 0.15) 10px 6px 10px;
    border-radius: 20px ;
    position: relative;
    color: white;
}

.Card-lower-part{
    display: flex;
    justify-content: start;
}

.Card-lower-part p{
    text-align: justify;
    font-size: 14px;
    color: white;
}

.card-upperpart .location-part{
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.card-upperpart .place-part{
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 16px;
}

.blue-colour{
    background-color: var(--font-color);
}
.red-colour{
    background-color: var(--primry-color);
}
.card-upper-part i{
    /* color:var(--primry-color); */
}

.ConatactUs-middle-section {
    /* padding: 40px 20px; */
    
}
.middle-section-first-part{
    background-color: var(--font-color);
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 10px;
    /* height: 100%; */
    gap:10px;
    border-radius: 20px;
    
}

.middle-section-first-part p{
    color:rgb(228, 228, 228)
}

.middle-section-first-part h5{
    font-weight: 600;
    color: white;
}

.middle-circle{
    padding: 10px;
    background-color: white;
    font-size: 40px;
    border-radius: 50%;
    aspect-ratio: 1/1;
}

.middle-section-button button{
    padding: 10px 20px;
    border: none;
    outline: none;
    border-radius: 50px;
    text-transform: capitalize;
    font-weight: 600;

}

.middle-part-image{
    position: relative;
}

.middle-part-image img{
    height: 100%;
    width: 100%;
}

.last-part-tag{
    width: 170px;
}

.ContactUs-form-title h2{
    font-weight: bold;
    text-transform: capitalize;
    color: var(--font-color);
}

.ContactUs-form-title span{
    color: var(--primry-color);
}

.middle-last-part{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

.Lastpart-form form{
    display: flex;
  flex-direction: column;
  gap: 20px;
  width: 80%;
  margin-top: 30px;
}

.Lastpart-form form input{
    outline: none;
    border: none;
    background-color: rgba(226, 226, 226, 0.678);
    padding: 20px 30px;
    width: 50%;
    border-radius: 30px;
    
}
.Lastpart-form form textarea{
    height: 150px;
    background-color: rgba(226, 226, 226, 0.678);
    outline: none;
    border: none;
    border-radius: 30px;
}

.Lastpart-form form button{
    width: 200px;
    outline: none;
    border: none;
    padding: 15px 10px;
    border-radius: 30px;
    background-color: var(--primry-color);
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

.ConatactUs-middle-section{
    
}

.middle-img{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150%;
    z-index: -1;
    bottom: -3rem;
}

.middle-img img{
    object-position: -20px;
}

@media(max-width:1200px)
{
    .ContactUs-card-container{
        padding: 0 50px;
    }

    .middle-last-part{
        align-items: center;
    }
    .Lastpart-form form{
        width: 100%;
        /* margin-top: 10px; */
    }
     .last-part-tag{
        width: 180px;
    }
    .ContactUs-form-title{
        text-align: center;
    }
    .middle-img{
        width: 90%;
        /* object-position: 60px; */
        /* aspect-ratio: 2/3; */
        bottom: -60px;
        left: -10%;

    }
}


@media(max-width:992px)
{
    .middle-section-first-part{
        padding: 20px 10px;
        width: 250px;
    }
    .middle-img{
        width: 100%;       
        bottom: 0;
    }
}

@media(max-width:767px)
{
    .ContactUs-heading{
        max-width: 100%;
    }

    .ContactUs-card-container{
        padding: 0;
    }

      .ConatactUs-middle-section img{
        width: 90%;

    }

    .middle-section-first-part p{
        font-size: 14px;
    }
    .middle-section-button button{
        font-size: 14px;
    }
    .middle-section-first-part{
        width: 240px;
    }
    .middle-img{
        width: 130%;       
        bottom: 0;
    }

    .Card-lower-part p{
        font-size: 14px;
    }

    .card-upper-part .place-part{
        font-size: 16px;
    }
}

@media(max-width:576px)
{
    .middle-section-first-part{
        width: 230px;
    }
    
    .ConatactUs-middle-section img{
        width: 60%;
        aspect-ratio: 2/3;

    }

    .middle-img{
        position: static ;
        width: 100%;       
        bottom: 0;
    }

    .card-upper-part{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .Card-lower-part{
        justify-content: center;
    }
    
}
