/*** Fonts ***/
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

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

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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-center {
    align-items: center;
}

.wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.logo img {
    width: 170px;
}

.launching-soon, .thankyou-banner {
    height: 100vh;
    width: 100%;
    background-image: url(../images/mag-d11-luxury-apartment-dubai.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    overflow: auto;
}

.launching-soon .wrapper {
    justify-content: space-between;
}

.launching-soon .leftCol {
    width: 62%;
}

.launching-soon h1 {
    font-family: 'Gasthony Signature';
    font-weight: normal;
    font-style: normal;
    font-size: 65px;
    color: #fff;
}

.launching-soon h1 span {
    display: block;
    font-weight: 500;
    font-family: 'Poppins';
    font-size: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.launching-soon h2 {
    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
    margin-top: 100px;
    font-weight: 300;
	margin-bottom: 30px;
}

.launching-soon h3 a {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 300;
	text-decoration: none;
	outline: none;
}

.launching-soon .rightCol {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 40px 50px;
    max-width: 400px;
    width: 100%;
}

.launching-soon .rightCol h3 {
    color: #98785b;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 25px;
}

.formSec {
    padding-top: 80px;
}

.input-group {
    margin-bottom: 20px;
}

.input-group input,
.input-group select {
    border: 0;
    border-bottom: 1px solid #969697;
    color: #969697;
    font-size: 14px;
    width: 100%;
    background-color: transparent;
    padding-bottom: 12px;
    padding-top: 5px;
    font-family: 'Poppins';
    font-weight: 300;
    font-style: normal;
}

.radio-group {
    gap: 25px;
}

.radio-group p,
.radio-group label {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
}

.submit-group {
    margin-top: 35px;
}

.submit-group button {
    background-color: #98785b;
    border: 1px solid #98785b;
    color: #fff;
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    padding: 10px 65px 10px 30px;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 30px top 15px;
    cursor: pointer;
    border-radius: 5px;
}

.submit-group button:hover {
    opacity: 0.9;
}

.input-group input::-webkit-input-placeholder {
    opacity: 1;
    color: #969697;
}

.input-group input:-moz-placeholder {
    opacity: 1;
    color: #969697;
}

.input-group input::-moz-placeholder {
    opacity: 1;
    color: #969697;
}

.input-group input:-ms-input-placeholder {
    opacity: 1;
    color: #969697;
}


/*** Footer ***/
.main-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 30px 0;
}

.copyright {
    text-align: center;
}

.copyright p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.mobile-only {
    display: none;
}

/*** Thank You ***/
.thankyou-banner{
    background-image: url(../images/thankyou-banner.jpg);
}
.thankyou-banner h1{
    font-size: 45px;
    line-height: 3;
    margin: 20px 0 30px;
    font-family: 'Gasthony Signature';
    font-weight: normal;
    font-style: normal;
    color: #98785b;
}
.thankyou-banner p{
    color: #606060;
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 20px;
}
.thankyou-footer .copyright p{
    color: #606060;
}
.thankyou-content {
    height: calc(100vh - 250px);
    display: flex;
    align-items: center;
}
.btn{
    background-color: #98785b;
    border: 1px solid #98785b;
    color: #fff;
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    padding: 15px 30px 15px 60px;
    background-image: url(../images/btnarrow.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left 30px top 17px;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
}
.btn:hover{
    opacity: 0.9;
}
.thankyou-content .btn{
    margin-top: 50px;
}


/*** Footer ***/
@media only screen and (max-width: 1199px) {
    .launching-soon {
        padding-top: 50px;
    }

    .formSec {
        padding-top: 60px;
    }

    .launching-soon h1 {
        font-size: 45px;
    }

    .launching-soon h1 span {
        font-size: 22px;
        padding-bottom: 20px;
    }

    .launching-soon h2 {
        font-size: 30px;
        margin-top: 80px
    }

    .launching-soon .leftCol {
        width: 55%;
    }

}

@media only screen and (max-width: 991px) {
    .mobile-only {
        display: block;
    }

    .launching-soon .wrapper {
        text-align: center;
    }

    .launching-soon .leftCol {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .launching-soon {
        height: auto;
        padding-top: 0;
        background-image: none;
    }

    .launching-soon .logo {
        display: none;
    }

    .m-logo img {
        width: 150px;
    }

    .formSec {
        padding-top: 0;
    }

    .formSec .wrapper {
        padding: 0;
    }

    .launching-soon .leftCol {
        padding-top: 50px;
        background-image: url(../images/mag-d11-luxury-apartment-dubai.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .launching-soon h1 {
        margin-top: 150px;
    }

    .launching-soon h2 {
        margin-bottom: 20px;
    }
	
	.launching-soon h3 a {
        font-size: 25px;
    }
	
	.launching-soon h3 {
       margin-bottom: 30px;
    }

    .down-arrow {
        margin-bottom: 30px;
    }

    .down-arrow img {
        width: 30px;
    }

    .launching-soon .rightCol {
        width: 100%;
        max-width: 100%;
        padding: 80px 100px;
        text-align: left;
    }

    .main-footer {
        position: static;
        padding: 0;
    }

    .copyright {
        padding: 20px 80px;
        text-align: left;
        border-top: 1px solid #969697;
    }

    .copyright p {
        color: #000;
    }
    .thankyou-footer{
        position: fixed;
        padding: 30px 0;
    }
    .thankyou-footer .copyright{
        text-align: center;
        padding: 0;
        border: 0;
    }
}

@media only screen and (max-width: 767px) {
    .m-logo img {
        width: 130px;
    }

    .launching-soon h1 {
        font-size: 30px;
    }

    .launching-soon h1 span {
        font-size: 20px;
    }

    .launching-soon h2 {
        font-size: 20px;
        margin-top: 60px;
    }

    .launching-soon .rightCol {
        padding: 50px 30px;
    }

    .copyright {
        padding: 20px 10px;
    }
    .thankyou-banner h1{
        font-size: 35px;
    }
    .thankyou-banner p{
        font-size: 14px;
        line-height: 1.4;
    }
    .thankyou-banner .logo.text-right{
        text-align: center;
    }
}