body {
    padding: 0;
    margin: 0;
    font-family: 'Graphik';
}

p, a, h2 {
    color: #d29368;
    font-family: 'Graphik';
}
span {
    color: #d29368;
    font-family: 'Graphik';
    line-height: 30px;
}
h2 {
    font-family: 'Hatton';
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.2px;
}

input {
    border: none;
    background: transparent;
    outline: none;
}

input::placeholder {
    font-style: italic;
    color: #d29368;
    font-family: 'Graphik';
}

/* For password fields */
input:-internal-autofill-previewed[type="password"],
input:-internal-autofill-selected[type="password"] {
  background-color: transparent !important;
  background-image: none !important;
  color: inherit !important;
}

/* fonts */
@font-face {
    font-family: 'Graphik';
    src: url('../assets/fonts/Graphik-LightItalic.eot');
    src: url('../assets/fonts/Graphik-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Graphik-LightItalic.woff2') format('woff2'),
        url('../assets/fonts/Graphik-LightItalic.woff') format('woff'),
        url('../assets/fonts/Graphik-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../assets/fonts/Graphik-Light.eot');
    src: url('../assets/fonts/Graphik-Light.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Graphik-Light.woff2') format('woff2'),
        url('../assets/fonts/Graphik-Light.woff') format('woff'),
        url('../assets/fonts/Graphik-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hatton';
    src: url('../assets/fonts/Hatton-Regular.eot');
    src: url('../assets/fonts/Hatton-Regular.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Hatton-Regular.woff2') format('woff2'),
        url('../assets/fonts/Hatton-Regular.woff') format('woff'),
        url('../assets/fonts/Hatton-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.bg-img2 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
}

.bg-img3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.landing-wrapper {
    height: 100vh;
    position: relative;
    /* background-color: #0a182b; */
}

.landing-wrapper {
    overflow: hidden;
}

.bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 3;
}

.site-logo-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.site-logo embed {
    max-width: 200px;
}

.remove-item {
    display: none;
}

.site-logo {
    transition: all .3s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.mainlogo {
    transition: all 1.3s ease-in-out;
}

.mainlogo.active-div {
    transform: scale(1.8);
}

.site-logo.remove-visibility {
    opacity: 0;
    visibility: hidden;
}

.after-content {
    position: relative;
    z-index: 10;
    padding: 50px 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    text-align: center;
    height: 100%;
    justify-content: center;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.footer {
    display: flex;
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 0;
}

.icons {
    display: flex;
    gap: 0;
}

.icons img {
    width: 25px;
}

.footer a {
    text-decoration: none;
    color: #d29368;
    cursor: pointer;
}

.main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

.main-content embed {
    margin-bottom: 20px;
}

.main-content .para {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 30px;
    letter-spacing: 0.24px;
}

.main-content form {
    margin-bottom: 17px;
    position: relative;
}

.main-content form button {
    position: absolute;
    right: -9px;
    margin: 0;
    bottom: 2px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

/* .main-content form img {
    position: absolute;
    right: 0;
    margin: 0;
    bottom: 7px;
} */

.main-content form input {
    width: 100%;
    border-bottom: 1px solid #d29368;
    padding-bottom: 4px;
    color: #d29368;
    font-family: 'Graphik';
    font-size: 12px;
    letter-spacing: 0.12px;
    line-height: 16px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s !important;
    color: #d29368 !important;
    -webkit-text-fill-color: #d29368!important;
}

.bot-para {
    font-size: 8px;
    font-style: italic;
    line-height: 14px;
    display: block;
    letter-spacing: 0.24px;
    line-height: 12px;
}

.footer {
    font-size: 12px;
    letter-spacing: 0.24px;
}

.after-content.show-item {
    opacity: 1;
    visibility: visible;
    display: flex;
}

@media(min-width: 768px) {
    .footer {
        flex-direction: row;
        justify-content: space-between
    }

    .main-content {
        max-width: 400px;
    }

    .after-content {
        padding-bottom: 0;
    }

    .main-content form, .bot-para {
        max-width: 65%;
        margin-left: auto;
        margin-right: auto;
    }

    .mainlogo.active-div {
        transform: scale(3.8);
    }

    .main-content form {
        min-width: 263px;
    }
}

@media(min-width: 1025px) {
    .mainlogo.active-div {
        transform: scale(8.4);
    }

    .icons img {
        width: 30px;
    }

    .footer {
        align-items: end;
        margin-bottom: 50px;
        padding-bottom: 40px;
    }
}