/*==============================================================
	Common Styles Initials
==============================================================*/

html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: inherit !important;
}

*,
*:after,
*:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    width: 100%;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff;
}

a {
    outline: none;
    text-decoration: none;
    color: #656565;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: #000;
}

.btn:focus {
    box-shadow: none;
}

input,
textarea,
select {
    outline: none;
    resize: none;
    font-family: 'Rubik', sans-serif;
}

a,
input,
button {
    outline: none !important;
    font-family: 'Rubik', sans-serif;
}

button::-moz-focus-inner {
    border: 0;
}

::placeholder {
    color: #99a1b7;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #99a1b7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: 'Rubik', sans-serif;
    color: #2f2f2f;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0 0 15px 0;
    padding: 0;
    letter-spacing: 0.01875rem;
}

strong {
    font-weight: 700;
}

.video-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.video-bg video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.logo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 123;
}
.logo a {
    display: block;
    padding: 24px 48px;
}

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 12;
    padding: 0 20px 24px;
}
.footer p {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 16px;
}
.footer p a {
    color: #ffffff;
}
.footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.footer ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 100%;
    background-color: rgba(250, 239, 220, 0.8);
}
.footer ul li a img {
    display: block;
    width: 24px;
}

.content-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 16px;
    overflow: auto;
    display: grid;
    place-items: center;
}
.subscribe-form-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1516px;
    margin: 0 auto;
    width: 100%;
    gap: 24px;
}
.subscribe-form-wrap > * {
    flex: 1;
}

.subscribe-form-left {
    max-width: 586px;
}

.coming-soon-title {
    padding-bottom: 22px;
    display: flex;
}
.coming-soon-title span {
    display: block;
    padding: 4px 16px;
    background: rgba(137, 170, 115, 0.2);
    border: 1px solid rgba(137, 170, 115, 0.5);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #faf0e6;
}

.subscribe-form-left h1 {
    font-size: 72px;
    line-height: 1.2;
    font-weight: 500;
    color: #f9f9f9;
    margin: 0;
    padding-bottom: 22px;
}
.subscribe-form-left h1 span {
    color: #b8cba4;
}
.subscribe-form-left p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    color: #f9f9f9;
    margin: 0;
    max-width: 570px;
}

.subscribe-form {
    width: 100%;
    padding: 22px;
    background: rgba(250, 240, 230, 0.8);
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(6px);
    border-radius: 14px;
    max-width: 592px;
}
.subscribe-form h2 {
    font-size: 24px;
    font-weight: 500;
    color: #141414;
    margin: 0;
    padding: 0 0 14px 0;
}
.subscribe-form form {
    padding: 10px;
    position: relative;
}
.subscribe-form form .form-group {
    position: relative;
    padding-bottom: 16px;
}

.subscribe-form form .form-label {
    display: block;
    font-size: 13px;
    color: #1a1a1a;
    padding-bottom: 8px;
}
.subscribe-form form .form-label em {
    color: #f8285a;
}
.subscribe-form form .form-control {
    width: 100%;
    height: 46px;
    border: 1px solid #c4cada;
    background: #ffffff;
    font-size: 14px;
    font-weight: 400;
    color: #231f20;
    padding: 0 16px;
    border-radius: 8px;
}
.subscribe-form form select.form-control {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.9581 4.76752C14.2817 5.07994 14.2817 5.58647 13.9581 5.89889L8.4333 11.2322C8.10967 11.5446 7.58496 11.5446 7.26133 11.2322L2.04351 6.19518C1.71987 5.88277 1.71987 5.37623 2.04351 5.06381C2.36714 4.75139 2.89185 4.75139 3.21548 5.06381L7.84732 9.53517L12.7861 4.76752C13.1097 4.4551 13.6344 4.4551 13.9581 4.76752Z' fill='%2399A1B7'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 16px 16px;
}

.subscribe-form form .form-submit {
    width: 100%;
    display: block;
    background: #465933;
    border: 0;
    border-radius: 8px;
    padding: 12px 16px;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #f9f9f9;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    flex-shrink: 0;
}
.subscribe-form form button:hover {
    background: #231f20;
    color: #ffffff;
}

.form-note {
    text-align: center;
    padding-top: 16px;
    max-width: 352px;
    margin: 0 auto;
    font-size: 12px;
    color: #3d3d3d;
}
.subscribe-form form .error {
    font-size: 14px;
    color: red;
}

.wpcf7-response-output{
    display: none;
}

.loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(250, 239, 220, 0.8);
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
    border-radius: 24px;
}

.thank-you-msg {
    display: none;
    width: 100%;
    padding: 40px 24px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #231f20;
}
.thank-you-msg p strong {
    font-weight: 600;
}
.thank-you-msg p:last-child {
    margin-bottom: 0;
}

.subscribe-show-btn {
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    padding: 16px 16px;
    /* display: none; */
}

.swiper-container.background-slider {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1; /* Keeps it as background */
}
.background-slider:before {
    content: '';
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
}

.background-slider .swiper-slide {
    background-size: cover;
    background-position: center;
}

@media (max-height: 760px) {
    .subscribe-form-left h1 {
        font-size: 52px;
    }
}

@media (max-width: 1280px) {
    .subscribe-form-left h1 {
        font-size: 52px;
    }
}
@media (max-width: 1024px) {
    .logo a {
        padding: 16px;
        max-width: 280px;
    }
    .logo {
        position: absolute;
    }
    .content-box {
        padding: 100px 16px 48px;
        position: relative;
        height: auto;
        min-height: 100dvh;
    }
    .subscribe-form-left h1 {
        font-size: 44px;
    }
}
@media (max-width: 767px) {
    .subscribe-form-wrap {
        flex-direction: column;
    }
    .subscribe-form-left h1 {
        font-size: 28px;
    }
    .subscribe-form-left p {
        font-size: 16px;
    }
    .background-slider:before {
        background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    }
    .grecaptcha-badge {
        right: -216px !important;
    }
    .subscribe-form form {
        padding: 10px 0;
    }
    .subscribe-form h2 {
        font-size: 20px;
    }
}
