/* Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*  font-family: 'Montserrat', sans-serif;  */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: myFont;
    transition: 0.5s all linear;
}

@font-face {
    font-family: myFont;

    src: url(../fonts/manrope-medium.otf);

}


:root {
    --color: #ed1943;
    --black: #0c0c0c;
    --gray: gray;
    --light-gray: rgb(227, 227, 227);
    --light: rgb(223, 255, 255);
    --white: #ffffff;
    --blue: rgb(0, 81, 255);
    --sky: rgb(74, 204, 255);
    --green: green;
}

body {
    scroll-behavior: smooth;
    background-color: var(--black) !important;
}

h2 {
    color: var(--white);
}

p {
    font-size: 14px;
    color: var(--white);
    font-weight: 500 !important;
}

a {
    font-size: 13px;
}

.header-1 {
    width: 100%;
    height: 80vh !important;
    background-image: url(../Images/banner/13.jpg);
    background-position: top right;
    background-size: cover;
    position: relative;
    margin-bottom: 5%;
}

.contact-address-section {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
}

.contact-address-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-address-boxs {
    width: 22%;
    height: 150px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--white);
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 3% 2%;
}

.contact-address-boxs::before {
    width: 7px;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    transition: 0.5s;
    top: 0;
    background-color: var(--color);
    z-index: 0;
}


.contact-address-boxs:hover {
    filter: drop-shadow(0 0 10px var(--color)) !important;
}

.contact-address-boxs:hover:before {
    width: 100%;
}

.contact-address-title {
    width: 100%;
    margin-bottom: 3%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-bottom: 5%;
}

.contact-address-title {
    color: var(--white);
}

.contact-address-number {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 2 !important;
}

.contact-address-number a {
    text-decoration: none;
    color: var(--white);
}







@media screen and (max-width:768px) {
    /* <!-- Talk to Consultant Start --> */


    .consultant-container {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }

    .consultant-image {
        width: 100%;
        height: auto;
        display: flex;
    }


    .consultant-form {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-bottom: 5%;
    }


    .consultant-form form .btn {
        width: 60%;
        font-weight: 400;
    }


}

@media screen and (max-width:320px) {

    .contact-address-container {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contact-address-boxs {
        width: 100%;
        height: 150px;
        display: flex;
        flex-direction: column;
        border: 1px solid var(--white);
        justify-content: flex-start;
        align-items: center;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        margin-bottom: 5%;
        padding: 3% 2%;
    }
}

@media screen and (min-width:321px) and (max-width:425px) {
    .contact-address-container {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contact-address-boxs {
        width: 47%;
        height: 150px;
        display: flex;
        flex-direction: column;
        border: 1px solid var(--white);
        justify-content: flex-start;
        align-items: center;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        margin-bottom: 5%;
        padding: 3% 2%;
    }
}

@media screen and (min-width:426px) and (max-width:600px) {
    .contact-address-container {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contact-address-boxs {
        width: 47%;
        height: 150px;
        display: flex;
        flex-direction: column;
        border: 1px solid var(--white);
        justify-content: flex-start;
        align-items: center;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        margin-bottom: 5%;
        padding: 3% 2%;
    }
}

@media screen and (min-width:601px) and (max-width:768px) {
    .contact-address-container {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contact-address-boxs {
        width: 30%;
        height: 150px;
        display: flex;
        flex-direction: column;
        border: 1px solid var(--white);
        justify-content: flex-start;
        align-items: center;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        margin-bottom: 5%;
        padding: 3% 2%;
    }
}

@media screen and (min-width:769px) and (max-width:900px) {}

@media screen and (min-width:901px) and (max-width:992px) {}

@media screen and (min-width:993px) and (max-width:1024px) {}

@media screen and (min-width:1025px) and (max-width:1140px) {}