@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;

}

:root {
    --color: rgb(194, 17, 129);
    --black: black;
    --white: white;
    --red: rgb(213, 24, 24);
    --blue: rgb(30, 97, 192);
    --gray: rgb(166, 166, 166);
    --light: rgb(236, 236, 236);
}


/* ----------------HEADER section ------------------------------------------------------------------  */
header {
    width: 100%;
    height: 50vh;
    position: relative;
    background-image: url(../Images/BANNER/CONTACT.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    margin-bottom: 5%;
}


/*--------------------------- CONTACT SECTION START-------------------------------------- */

.contact-section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
    height: auto;
}

.contact-section .contact-title {
    width: 45%;
    height: 400px;
    display: flex;
    flex-direction: column;

}

.contact-section .contact-title h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: var(--color);
}

.contact-section .contact-title h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 3rem;
}

.contact-section .contact-title h6 {
    font-family: 'Poppins', sans-serif;
    color: var(--gray);
}

.contact-section .form-section {
    height: 400px;
    width: 45%;

}

.contact-section .form-section form {
    width: 100%;
}

.contact-section .form-section form input {
    width: 90%;
    padding: 1%;
    margin-bottom: 2%;
    border: none;
    background: var(--light);
    border-radius: 3px;

}

.contact-section .form-section form textarea {
    width: 90%;
    padding: 1%;
    border: none;
    background: var(--light);
    margin-bottom: 2%;
    border-radius: 3px;

}

.contact-section .form-section form button {
    width: 90%;
    padding: 2%;
    border: none;
    background: var(--color);
    color: var(--white);
    transition: 1s;
    border-radius: 3px;

}

.contact-section .form-section form button:hover {
    background: var(--black);
}


/*------------------------------ Iframe section -------------------------- */


iframe{
    margin-bottom: 5%;
}


































@media screen and (max-width:320px) {

    /*--------------------------- CONTACT SECTION START-------------------------------------- */

    .contact-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 5%;
        height: auto;
    }

    .contact-section .contact-title {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-bottom: 5%;
    }

    .contact-section .contact-title h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        color: var(--color);
    }

    .contact-section .contact-title h1 {
        font-family: 'Poppins', sans-serif;
        font-weight: 900;
        font-size: 1.5rem;
    }

    .contact-section .contact-title h6 {
        font-family: 'Poppins', sans-serif;
        color: var(--gray);
    }

    .contact-section .form-section {
        height: auto;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contact-section .form-section form input {
        width: 100%;
        padding: 1%;
        margin-bottom: 2%;
        border: none;
        background: var(--light);
    }

    .contact-section .form-section form textarea {
        width: 100%;
        padding: 1%;
        border: none;
        background: var(--light);
        margin-bottom: 2%;
    }

    .contact-section .form-section form button {
        width: 100%;
        padding: 2%;
        border: none;
        background: var(--color);
        color: var(--white);
        transition: 1s;
    }

    
}

@media screen and (min-width:321px) and (max-width:425px) {
    /*--------------------------- CONTACT SECTION START-------------------------------------- */

    .contact-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 5%;
        height: auto;
    }

    .contact-section .contact-title {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-bottom: 5%;
    }

    .contact-section .contact-title h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        color: var(--color);
    }

    .contact-section .contact-title h1 {
        font-family: 'Poppins', sans-serif;
        font-weight: 900;
        font-size: 1.5rem;
    }

    .contact-section .contact-title h6 {
        font-family: 'Poppins', sans-serif;
        color: var(--gray);
    }

    .contact-section .form-section {
        height: auto;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contact-section .form-section form input {
        width: 100%;
        padding: 1%;
        margin-bottom: 2%;
        border: none;
        background: var(--light);
    }

    .contact-section .form-section form textarea {
        width: 100%;
        padding: 1%;
        border: none;
        background: var(--light);
        margin-bottom: 2%;
    }

    .contact-section .form-section form button {
        width: 100%;
        padding: 2%;
        border: none;
        background: var(--color);
        color: var(--white);
        transition: 1s;
    }
}

@media screen and (min-width:426px) and (max-width:600px) {

      /*--------------------------- CONTACT SECTION START-------------------------------------- */

      .contact-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 5%;
        height: auto;
    }

    .contact-section .contact-title {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-bottom: 5%;
    }

    .contact-section .contact-title h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        color: var(--color);
    }

    .contact-section .contact-title h1 {
        font-family: 'Poppins', sans-serif;
        font-weight: 900;
        font-size: 2rem;
    }

    .contact-section .contact-title h6 {
        font-family: 'Poppins', sans-serif;
        color: var(--gray);
    }

    .contact-section .form-section {
        height: auto;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contact-section .form-section form input {
        width: 100%;
        padding: 1%;
        margin-bottom: 2%;
        border: none;
        background: var(--light);
    }

    .contact-section .form-section form textarea {
        width: 100%;
        padding: 1%;
        border: none;
        background: var(--light);
        margin-bottom: 2%;
    }

    .contact-section .form-section form button {
        width: 100%;
        padding: 2%;
        border: none;
        background: var(--color);
        color: var(--white);
        transition: 1s;
    }
}

@media screen and (min-width:601px) and (max-width:768px) {

      /*--------------------------- CONTACT SECTION START-------------------------------------- */

      .contact-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 5%;
        height: auto;
    }

    .contact-section .contact-title {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-bottom: 5%;
    }

    .contact-section .contact-title h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        color: var(--color);
    }

    .contact-section .contact-title h1 {
        font-family: 'Poppins', sans-serif;
        font-weight: 900;
        font-size: 2rem;
    }

    .contact-section .contact-title h6 {
        font-family: 'Poppins', sans-serif;
        color: var(--gray);
    }

    .contact-section .form-section {
        height: auto;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contact-section .form-section form input {
        width: 100%;
        padding: 1%;
        margin-bottom: 2%;
        border: none;
        background: var(--light);
    }

    .contact-section .form-section form textarea {
        width: 100%;
        padding: 1%;
        border: none;
        background: var(--light);
        margin-bottom: 2%;
    }

    .contact-section .form-section form button {
        width: 100%;
        padding: 2%;
        border: none;
        background: var(--color);
        color: var(--white);
        transition: 1s;
    }
}

@media screen and (min-width:769px) and (max-width:900px) {
    .contact-section .contact-title h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        color: var(--color);
    }
    
    .contact-section .contact-title h1 {
        font-family: 'Poppins', sans-serif;
        font-weight: 900;
        font-size: 2.1rem;
    }
    
    .contact-section .contact-title h6 {
        font-family: 'Poppins', sans-serif;
        color: var(--gray);
    }
    
}

@media screen and (min-width:901px) and (max-width:992px) {
    .contact-section .contact-title h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        color: var(--color);
    }
    
    .contact-section .contact-title h1 {
        font-family: 'Poppins', sans-serif;
        font-weight: 900;
        font-size: 2.3rem;
    }
    
    .contact-section .contact-title h6 {
        font-family: 'Poppins', sans-serif;
        color: var(--gray);
    }
}

@media screen and (min-width:993px) and (max-width:1024px) {}

@media screen and (min-width:1025px) and (max-width:1140px) {}