/* =========================================================
   AWAJ / AVAZ FORM
========================================================= */
.product-container img {
    pointer-events: none;
    cursor: no-drop;
}
section.awaj-media {
    padding: 115px 0;
}
.hero-cnt {
    position: absolute;
    bottom: 10%;
    left: 5%;
    z-index: 1;
    max-width: 553px;
}
.hero-cnt h1 {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 400;
    font-size: clamp(54px, 7vw, 60px);
    line-height: 1.05;
    letter-spacing: -2px;
    color: var(--avaz-cream);
    margin-bottom: 0;
    animation: avazFadeUp .9s ease both;
}
.hero-cnt.right-side {
    left: inherit;
    right: 5%;
    text-align: right;
}
.hero-cnt p {
    color: var(--avaz-muted);
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1px;
    animation: avazFadeUp .9s .15s ease both;
}
.hero-cnt h1 em {
    color: var(--avaz-gold);
    font-style: normal;
}
.awaj-form {
    position: relative;
    z-index: 5;

    width: 100%;

    padding: 20px 20px 110px;

    background: #FEFDFB;
}


.awaj-form-wrapper {
    width: min(100%, 680px);

    margin: 0 auto;

    text-align: center;
}


/* =========================================================
   FORM HEADING
========================================================= */

.awaj-form-heading {
    margin-bottom: 42px;
}


.awaj-form-kicker {
    display: block;

    margin-bottom: 18px;

    color: var(--avaz-gold);

    font-family: "DM Mono", monospace;

    font-size: 9px;
    line-height: 1;

    letter-spacing: 4px;

    text-transform: uppercase;
}


.awaj-form-heading h2 {
    margin: 0 0 18px;

    color: #11100f;

    font-family: "Playfair Display", Georgia, serif;

    font-size: clamp(38px, 5vw, 48px);

    line-height: 1.08;

    font-weight: 400;

    letter-spacing: -1px;
}
.product-container {
    margin-top: 60px;
}

.awaj-form-heading h2 em {
    color: #9A7949;

    font-style: normal;
}


.awaj-form-heading p {
    max-width: 480px;

    margin: 0 auto;

    color: #000000;

    font-family: "DM Mono", monospace;

    font-size: 14px;

    line-height: 1.6;

    letter-spacing: 0.8px;
	
}
section.awaj-footer {
    background: radial-gradient(circle at 50% 45%, rgba(199, 154, 82, 0.07), transparent 35%), var(--avaz-dark);
    padding: 69px 0 150px;
    text-align: center;
}
.connected-intro {
    color: #8D8E8D;
    letter-spacing: 2px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 50px;
    white-space: nowrap;
}

span.section-line {
    background: #8D8E8D;
    width: 100%;
    height: 1px;
    display: block;
}
.l-soon-img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

section.awaj-footer {
    position: relative;
}

.avaz-footer-logo {
    margin-bottom: 150px;
}

.l-soon-img img {
    width: 100%;
}
/* =========================================================
   FORM FIELD
========================================================= */

.awaj-lead-form {
    width: 100%;
}


.awaj-field {
    position: relative;

    margin-bottom: 24px;

    text-align: left;
}


.awaj-field label {
    display: block;

    margin-bottom: 9px;

    color:#11100f;

    font-family: "DM Mono", monospace;

    font-size: 10px;

    line-height: 1;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.product-container img {
    width: 100%;
    height: 100%;
}
.awaj-field input {
    display: block;

    width: 100%;

    height: 54px;

    padding: 0 17px;

    border: 1px solid #e7e7e7;

    border-radius: 0;

    outline: none;

    background: #ffffff;

    color: #11100f;

    font-family: "DM Mono", monospace;

    font-size: 12px;

    letter-spacing: 0.5px;

    transition:
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}


.awaj-field input::placeholder {
    color: rgba(244, 238, 226, 0.25);
}


.awaj-field input:focus {
    border-color: var(--avaz-gold);

    background: rgba(199, 154, 82, 0.035);

    box-shadow:
        0 0 0 1px rgba(199, 154, 82, 0.08);
}


/* =========================================================
   VALIDATION
========================================================= */

.awaj-field.has-error input {
    border-color: #c95f5f;
}


.awaj-error {
    display: block;

    min-height: 0;

    margin-top: 7px;

    color: #d98282;

    font-family: "DM Mono", monospace;

    font-size: 8px;

    line-height: 1.4;

    letter-spacing: 0.4px;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.awaj-submit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    margin-top: 12px;
    border: 1px solid #9A7949;
    border-radius: 0;
    outline: none;
    background: #9A7949;
    color: #ffffff;
    cursor: pointer;
    font-family: "DM Mono", monospace;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 3px;
}


.awaj-submit:hover {
    background: transparent;

    color: var(--avaz-gold);
}


.awaj-submit:disabled {
    opacity: 0.65;

    cursor: not-allowed;
}


/* =========================================================
   LOADER
========================================================= */

.awaj-submit-loader {
    display: none;

    width: 15px;

    height: 15px;

    border: 1px solid rgba(17, 16, 15, 0.3);

    border-top-color: var(--avaz-dark);

    border-radius: 50%;

    animation: awajSpin 0.7s linear infinite;
}


.awaj-submit.is-loading .awaj-submit-text {
    display: none;
}


.awaj-submit.is-loading .awaj-submit-loader {
    display: block;
}


@keyframes awajSpin {

    to {
        transform: rotate(360deg);
    }

}


/* =========================================================
   FORM NOTE
========================================================= */
.awaj-form-note {
    margin: 18px 0 0;
    color: #000000;
    font-family: "DM Mono", monospace;
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: 1px;
}


/* =========================================================
   SWEETALERT
========================================================= */

.avaz-swal-popup {
    border: 1px solid rgba(199, 154, 82, 0.35) !important;

    border-radius: 0 !important;

    background: #11100f !important;
}


.avaz-swal-title {
    color: #f4eee2 !important;

    font-family: "Playfair Display", Georgia, serif !important;

    font-weight: 400 !important;
}


.avaz-swal-text {
    color: #aaa39a !important;

    font-family: "DM Mono", monospace !important;

    font-size: 11px !important;

    line-height: 1.8 !important;
}


.avaz-swal-confirm {
    border-radius: 0 !important;

    background: #c79a52 !important;

    color: #11100f !important;

    font-family: "DM Mono", monospace !important;

    font-size: 9px !important;

    letter-spacing: 2px !important;
}
p.text-fo-mob {
	display: none;
}
img.mob-img {
    display: none;
}

@media (max-width: 1600px) { 
.hero-cnt h1 {
    font-size: clamp(52px, 7vw, 50px);
}
.awaj-form-heading h2 {
    font-size: clamp(38px, 5vw, 40px);
}
.connected-intro {
    margin-bottom: 30px;
}
.connected-intro {
    gap: 30px;
}
}

/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 1024px) {
.hero-cnt.right-side {
    display: none;
}
p.text-fo-mob {
	display: block;
}
.hero-cnt h1 {
	margin-bottom: 20px;
}
}
@media (max-width: 767px) {
	.avaz-coming-soon::before {
		display: none;
	}
	.avaz-logo {
    border: 1px solid rgba(199, 154, 82, 0.08);
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
}
	.connected-intro {
    font-size: 12px;
    margin-bottom: 10px;
}
	.hero-cnt {
    position: static;
    padding: 0 10%;
    text-align: center;
}
	img.mob-img {
    display: block;
}
img.web-img {
    display: none;
}
    .hero-cnt h1 {
        font-size: clamp(35px, 7vw, 33px);
    }
	
.connected-intro span {
    display: none;
}

.connected-intro {
    justify-content: center;
}
.avaz-logo img {
    max-width: 228px;
}
    .awaj-form-heading h2 {
        font-size: 30px;
    }
	.avaz-footer-logo {
    margin-bottom: 20px;
}
.avaz-footer-logo img {
    max-width: 150px;
}
section.awaj-media {
    padding: 80px 0;
}
.hero-cnt p {
    font-size: 12px;
}
section.awaj-footer {
    padding: 69px 0 100px;
}
} 
@media (max-width: 650px) {

    .awaj-form {
        padding: 0 20px 80px;
    }


    .awaj-form-heading {
        margin-bottom: 32px;
    }



    .awaj-form-heading p {
        font-size: 9px;
    }


    .awaj-field input {
        height: 52px;
    }


    .awaj-submit {
        height: 54px;
    }

}