/*==============================================================
    SpyX Contact Page
==============================================================*/

.spyx-contact-page{
    background:#000;
    color:#fff;
}

/*==============================================================
    Shared Container
==============================================================*/

.spyx-contact-container{
    width:min(1320px, calc(100% - 40px));
    margin:0 auto;
}

/*==============================================================
    Hero
==============================================================*/

.spyx-contact-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

.spyx-contact-hero-bg{
    position:absolute;
    inset:0;
}

.spyx-contact-hero-bg img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.spyx-contact-hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.65);
}

.spyx-contact-hero-content{
    position:relative;
    z-index:2;
    max-width:760px;
    margin:auto;
        padding-top: 40px;

}

.spyx-contact-subtitle{
    color:#d71920;
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.spyx-contact-title{
margin: 0;
    font-size: 70px;
    font-family: 'Oswald', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
}

.spyx-contact-title span{
    display:inline;
    color:#d71920;
}

.spyx-contact-divider{
    width:200px;
    height:3px;
    background:#d71920;
    margin:28px auto;
    position:relative;
}

.spyx-contact-divider::after{
    content:"";
    width:16px;
    height:16px;
    border:2px solid #d71920;
    border-radius:50%;
    background:#111;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}

.spyx-contact-description{
    max-width:520px;
    margin:0 auto 26px;
    font-size:17px;
    line-height:1.6;
    color:#e5e5e5;
    text-align:center;
}

.spyx-contact-email-box{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;

    min-width:245px;
    height:58px;

    padding:0 26px;

    border:2px solid #d71920;
    border-radius:60px;

    background:transparent;

    margin-top:10px;
}

.spyx-contact-email-box i{
    color:#d71920;
    font-size:22px;
}

.spyx-contact-email-box a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}
.spyx-contact-email-box a:hover {
    color: #d71920;
}
/*==============================================================
    Contact Section
==============================================================*/

.spyx-contact-section{
    padding:100px 0;
    background:#000;
}

.spyx-contact-grid{
    display:grid;
    grid-template-columns:380px 1fr;
    gap:60px;
    align-items:start;
}

/*==============================================================
    Left Card
==============================================================*/

.spyx-contact-info{
    background:#111;
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    padding:45px;
    position:relative;
    overflow:hidden;
}

.spyx-contact-icon{
    width:70px;
    height:70px;
    background:#d71920;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:24px;
}

.spyx-contact-info-title{
    font-size:34px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.spyx-contact-info-divider{
    width:60px;
    height:3px;
    background:#d71920;
    margin-bottom:24px;
}

.spyx-contact-info-text{
    color:#bbb;
    line-height:1.8;
    margin:0;
}

.spyx-contact-watermark{
    position:absolute;
    bottom:20px;
    right:-40px;
    font-size:80px;
    font-weight:900;
    color:rgba(255,255,255,.03);
    transform:rotate(-18deg);
    pointer-events:none;
}

/*==============================================================
    Form
==============================================================*/

.spyx-contact-form-wrap{
    background:#111;
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    padding:45px;
        padding-bottom: 0px;

}

.spyx-form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px;
    margin-bottom:24px;
}

.spyx-form-row-full{
    margin-bottom:24px;
}

.spyx-contact-form-wrap input,
.spyx-contact-form-wrap textarea{
    width:100%;
    background:#1a1a1a;
    border:1px solid rgba(255,255,255,.12);
    border-radius:12px;
    color:#fff;
    padding:16px 20px;
    font-size:16px;
    outline:none;
}

.spyx-contact-form-wrap textarea {
    min-height: 100px;
    resize: vertical;
    height: 100px;
}
.spyx-contact-form-wrap input:focus,
.spyx-contact-form-wrap textarea:focus{
    border-color:#d71920;
}

.spyx-submit{
    margin-top:10px;
}

.spyx-submit input{
    width:100%;
    border:none;
    border-radius:50px;
    background:#d71920;
    color:#fff;
    padding:18px;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    cursor:pointer;
    transition:.3s;
}

.spyx-submit input:hover{
    background:#b9151b;
}

/*==============================================================
    Responsive
==============================================================*/

/*--------------------------------------------------------------
Tablet
--------------------------------------------------------------*/

@media only screen and (min-width:600px) and (max-width:1024px){
.spyx-contact-hero-bg {
    inset: auto;
    margin-top: -200px;
}

    .spyx-contact-section{
        padding:80px 0;
    }

    .spyx-contact-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    /* Hero */

    .spyx-contact-hero{
        min-height:auto;
        padding:80px 0 65px;
        justify-content:center;
    }

    .spyx-contact-hero-content{
        width:100%;
        max-width:560px;
        margin:0 auto;
        padding:0 30px;
        text-align:center;
    }

    .spyx-contact-title{
        font-size:48px;
        line-height:.85;
    }

    .spyx-contact-divider{
        width:200px;
        margin:22px auto;
    }

    .spyx-contact-description{
        max-width:430px;
        margin:22px auto 26px;
        font-size:18px;
        line-height:1.6;
    }

    .spyx-contact-email-box{
        width:300px;
        height:54px;
        margin-top:12px;
    }

    .spyx-contact-email-box a{
        font-size:18px;
    }
.spyx-contact-hero-overlay {
    background: rgb(0 0 0 / 26%);
}
    /* Cards */

    .spyx-contact-info,
    .spyx-contact-form-wrap{
        padding:35px;
    }

}

/*--------------------------------------------------------------
Mobile
--------------------------------------------------------------*/

@media only screen and (max-width:599px){

    .spyx-contact-section{
        padding:60px 0;
    }

    .spyx-contact-container{
        width:min(1320px, calc(100% - 36px));
    }

    .spyx-contact-grid{
        grid-template-columns:1fr;
        gap:30px;
    }

    /* Hero */

    .spyx-contact-hero{
        min-height:auto;
        padding:95px 0 45px;
        justify-content:center;
    }

    .spyx-contact-hero-content{
        width:100%;
        max-width:340px;
        margin:0 auto;
        padding:0 20px;
        text-align:center;
    }

    .spyx-contact-title{
        font-size:48px;
        line-height:.84;
    }

    .spyx-contact-divider{
        width:70%;
        margin:18px auto;
    }

    .spyx-contact-description{
        max-width:310px;
        margin:18px auto 22px;
        font-size:15px;
        line-height:1.6;
    }

    .spyx-contact-email-box{
        width:100%;
        max-width:300px;
        height:50px;
        padding:0 18px;
    }

    .spyx-contact-email-box i{
        font-size:18px;
    }

    .spyx-contact-email-box a{
        font-size:16px;
    }

    /* Cards */

    .spyx-contact-info,
    .spyx-contact-form-wrap{
        padding:28px;
    }

    .spyx-contact-info-title{
        font-size:28px;
    }

    .spyx-contact-watermark{
        display:none;
    }
.spyx-contact-hero-bg {
    inset: auto;
    margin-top: -200px;
}
.spyx-contact-hero-overlay {
    background: rgb(0 0 0 / 26%);
}
    /* Form */

    .spyx-form-row{
        grid-template-columns:1fr;
        gap:18px;
    }

    .spyx-contact-form-wrap input,
    .spyx-contact-form-wrap textarea{
        font-size:15px;
    }

}