@font-face {

    font-family: Outfit;
    src: url(/font/outfit/Outfit-Medium.ttf);

    font-family: Oswald;
    src: url(/font/Oswald/Oswald-Medium.ttf);
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

h6 {
    margin-bottom: 0px !important;
}

ul {

    margin-bottom: 0px !important;
    padding-left: 0px !important;

}

ul li {
    list-style-type: none;

}

a {
    text-decoration: none !important;
    color: inherit;
}



@media only screen and (max-width: 1280px) {

    .contact {
        overflow: hidden;
    }
}

@media only screen and (max-width: 1024px) {

    .contact-wrap{
        flex-wrap: wrap;
        gap: 30px;
    }

    .contact-input-width {
        width: 80%;
    }
}

@media only screen and (max-width: 600px){
    .contact-info-width {
        padding-right: 0px;
        border-right: none;
    }

    .contact-image img{
        height: 300px !important;
        object-fit: cover;
    }

    .banner-text h1 {
        font-size: 4.68vw;
    }
}

@media only screen and (max-width: 480px){
    .contact-info-h6 h6 {
        font-size: 11px;
    }

    .contact-input-width {
        width: 100%;
    }
    .banner-text h1 {
        font-size: 8.68vw;
    }

    .input-height {
        font-size: 10px;
    }

    .contact-input {
      
        padding: 50px 10px;
    }

    .message {
        
        height: 50px;
        font-size: 10px;
    }

    iframe {
        width: 200px !important;
    }
}

@media only screen and (max-width: 320px){
    .contact-wrap {
     
        gap: 40px;
    }
}