body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Futura';
    color: #000;
}

html,
body {
    height: 100%;
}

.main-wrapper {
    position: relative;
    overflow-x: hidden;
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #000
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
    display: block
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: 'Kanit', sans-serif;
    margin-bottom: 15px;
}

h1,
.h1 {
    font-size: 65px;
    line-height: 75px;
}

h2,
.h2 {
    font-size: 60px;
    line-height: 70px;
}

h3,
.h3 {
    font-size: 50px;
    line-height: 60px;
}

h4,
.h4 {
    font-size: 40px;
    line-height: 50px;
}

h5,
.h5 {
    font-size: 36px;
    line-height: 40px;
}

h6,
.h6 {
    font-size: 20px;
    line-height: 30px;
}

p {
    margin-bottom: 20px;
}


p:last-child {
    margin-bottom: 0 !important;
}

button {
    border: none;
    transition: all 0.4s ease 0s;
    background: transparent
}

.section,
section {
    padding: 70px 0
}


.container {
    max-width: 1200px
}

.content-area {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.content-area .container {
    position: relative;
}

.content-area img {
    width: 400px;
    margin: auto
}

.waitlist-form label {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 4px;
    text-align: center;
}

.waitlist-form input {
    width: 100%;
    height: 70px;
    background: url(../img/email-bg.webp) no-repeat scroll center center/cover;
    padding: 10px 20px;
    color: #fff;
    border: none;
    font-size: 14px;
    letter-spacing: 1px;
    padding-right: 40px;
    text-align: center;
}

.optionalParent {
    font-size: 0;
    height: 0;
    width: 0;
}

.optionalParent input {
    padding: 0
}

.waitlist-form {
    width: 212px;
    position: absolute;
    right: 0;
    bottom: 50px;
}

.waitlist-form input::placeholder {
    color: #fff;
    opacity: 1
}

.copyright {
    font-size: 13px;
    letter-spacing: 1px;
    position: absolute;
    right: 40px;
    bottom: 20px;
    font-weight: 700;
}

.mc-field-group > div {
    position: relative
}
.mc-field-group > div > button {
    position: absolute;
    top: 0;
    right: 0px;
    width: 50px;
    height: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mc-field-group > div > button svg {
    height: 30px
}

.thankyou-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.thankyou-img .title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
    width: 100%;
    height: 100%;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    opacity: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    letter-spacing: 4px;
}

.thankyou-img .title span {
    position: relative
}

.quotes_left {
    height: 60px;
    position: absolute;
    left: -30px;
    opacity: 0.9;
    top: -5px;
}

.quotes_right {
    height: 60px;
    position: absolute;
    right: -30px;
    opacity: 0.9;
    top: -5px;
    transform: scale(-1, 1)
}

@media(max-width:1200px) {
    .content-area img {
        width: 300px;
    }

    .waitlist-form {
        right: 30px
    }
}

@media(max-width:991px) {
    .main-wrapper {
        height: auto
    }

    .content-area img {
        width: 100%;
        margin: auto;
    }

    .section,
    section {
        padding: 50px 0
    }

    .content-area img {
        width: 40%
    }

    .waitlist-form {
        width: 212px;
        position: inherit;
        right: auto;
        bottom: auto;
        margin: 30px auto 0;
    }

    .copyright {
        position: inherit;
        right: auto;
        bottom: auto;
        margin-top: 40px;
        display: block;
        text-align: center
    }

    .content-area {
        display: block;
        height: auto;
        padding-bottom: 20px
    }

    .content-area img {
        width: 40%
    }

    .waitlist-form label {
        font-size: 13px;
        letter-spacing: 3px;
    }

    .thankyou-img {
        width: 240px
    }

    .thankyou-img .title {
        padding: 10px;
        font-size: 16px
    }

    .quotes_left {
        height: 40px;
        left: -25px;
        top: 10px;
    }

    .quotes_right {
        height: 40px;
        right: -25px;
        top: 10px;
    }
}

@media(max-width:767px) {
    .content-area img {
        width: 60%
    }
}
