* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'MADE Mirage';
    src: url('../fonts/MADEMirage-Black.woff2') format('woff2'),
        url('../fonts/MADEMirage-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE Mirage';
    src: url('../fonts/MADEMirage-Medium.woff2') format('woff2'),
        url('../fonts/MADEMirage-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE Mirage';
    src: url('../fonts/MADEMirage-Thin.woff2') format('woff2'),
        url('../fonts/MADEMirage-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE Mirage';
    src: url('../fonts/MADEMirage-Bold.woff2') format('woff2'),
        url('../fonts/MADEMirage-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE Mirage';
    src: url('../fonts/MADEMirage.woff2') format('woff2'),
        url('../fonts/MADEMirage.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HeroLight-Regular';
    src: url('../fonts/HeroLight-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'HeroLight-Regular';
    min-width: 320px;
    height: 100vh;
    overflow: hidden;
}
#form_process{
  opacity: 0;
}
a {
    text-decoration: none;
    color: #fff;
}

.row {
    display: flex;
    width: 100%;
    background-color: #B3816A;
    height: 100%;
}

.wrapper {
    height: 100%;
}

.col-55 {
    width: 55%;
    padding: 40px 80px;

}

.col-45 {
    width: 45%;
}

.img-sec {
    height: 100%;
}

.img-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo img {
    max-width: 140px;
}

.text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    font-size: 20px;

}

h1 {
    font-size: 80px;
    line-height: 1;
    color: #fff;
    font-family: 'MADE Mirage';
    font-weight: normal;

}

input[type='email'] {
    padding: 15px 20px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    max-width: 500PX;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
}

::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
    font-family: 'HeroLight-Regular';
}

input[type='email']:focus {
    border-color: #fff;
    outline: unset;
}

.social-media {
    margin-top: 35px;
}

.email-content,
.social-media {
    font-weight: 700;
    letter-spacing: 1px;
}

form#Contact_Us {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.form-btn button {
    background: no-repeat;
    border: none;
    cursor: pointer;
}
@media only screen and (max-width:1800px) {
    h1 {
        font-size: 70px;
    }
}
@media only screen and (max-width:1600px) {
    h1 {
        font-size: 60px;
    }
}


@media only screen and (max-width:1500px) {
    h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width:1500px) {
    h1 {
        font-size: 52px;
    }
}


@media only screen and (max-width:1200px) {
    h1 {
        font-size: 48px;
    }

    .text-content {

        font-size: 18px;
    }

    input[type='email'] {
        font-size: 18px;
    }
}

@media only screen and (max-width:981px) {
    h1 {
        font-size: 38px;
    }
}

@media only screen and (max-width:930px) {
    h1 {
        font-size: 36px;
    }

    .row {
        flex-direction: column;
    }
    body{
        overflow: scroll;
    }
    .col-55 {
        width: 100%;
        padding: 40px 20px;
    }

    .col-45 {
        width: 100%;
    }
}

@media only screen and (max-width:480px) {
 
    .logo img {
        max-width: 120px;
    }

    .text-content {
        font-size: 16px;
    }

    input[type='email'] {
        font-size: 16px;
    }

}

@media only screen and (max-width:385px) {
    .logo img {
        max-width: 100px;
    }

    h1 {
        font-size: 28px;
        line-height: 1.3;
    }

    .text-content {
        font-size: 14px;
    }

    input[type='email'] {
        font-size: 14px;
    }

}


@media only screen and (max-width:340px) {
    .logo img {
        max-width: 90px;
    }

    .text-content {
        font-size: 13px;
    }

    input[type='email'] {
        font-size: 13px;
    }

}