.banner {
    background-image: url("/images/contact/banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 80vh;
    /* padding: 4vw; */
    margin: 0;
    }
.page1{
    background: linear-gradient(180deg,rgb(45, 11, 0, 0.6)  20%, rgb(0, 9, 60, 0.6) 100%);
    width: 100%;
    height: 100%;
    position: relative;
    clear: both;
    z-index: 1;
    /* padding: 80px 0px; */
}
.container-inner{
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.container-inner h1{
    font-size: 60px;
    font-family: "montserrat";
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .15em;
    position: relative;
}
.container-inner h2{
    font-family: Rajdhani, sans-serif;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: .35em;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 2.5rem;
}
.container-inner p{
    font-family: "montserrat";
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
    color: #eee;
    width: 60%;
}


/* Contact us Section CSS */

.contact{
    width: 100%;
    padding: 6vh 6vw;
}
.contact-left{
    display: flex;
    flex-direction: column;
    max-width: 45%;
}
.contact-left>h2{
    font-family: Rajdhani, sans-serif;
    font-size: 45px;
    line-height: 1em;
    font-weight: 800;
    letter-spacing: .020em;
    text-transform: capitalize;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.contact-left h4{
    font-family: Rajdhani, sans-serif;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: .45em;
    text-transform: uppercase;
    color: #ed1c25;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 2.5rem;
    
}
.contact-left p{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    letter-spacing: .020em;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    margin-bottom: 15px;
    -webkit-font-smoothing: antialiased;
}
.contact-container{
    display: flex;
    justify-content: space-between;
}
.contactInfo{
    display: flex;
    flex-direction: column;
}
.contactInfo .box{
    position: relative;
    padding: 20px 0;
    display: flex;
    cursor: pointer;
}
.contactInfo .box .icon{
    position: relative;
    min-width: 60px;
    height: 60px;
    display: flex;
    background: repeating-conic-gradient(from 27.5deg, #ed1c25 0%,#ed1c25 10%, transparent 10%, transparent 50%);
    justify-content: center;
    align-items: center;
}
.contactInfo .box .icon::before{
    position: absolute;
    content: '';
    inset: 0;
    background: repeating-conic-gradient(from 117.5deg, #ed1c25 0%,#ed1c25 10%, transparent 10%, transparent 50%);
}
.contactInfo .box .icon::after{
    position: absolute;
    content: '';
    inset: 2px;
    background: #fff;
}
.contactInfo .box .icon b{
    position: absolute;
    inset: 8px;
    background-color: #ed1c25;
    z-index: 2;
}
.contactInfo .box .icon i{
    position: relative;
    z-index: 10;
    font-size: 1.25em;
    color: #eee;
}
.contactInfo .box .text{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    font-size: 1.1em;
    color: #000;
    font-weight: 300;
    font-family: Rajdhani, sans-serif;
}
.contactInfo .box .text h3{
    font-weight: 600;
    font-size: 1.5rem;
    color: #ed1c25;
    font-family: Rajdhani, sans-serif;
}
.contactInfo .box .text p a{
    text-decoration: none;
    color: #000;
}
.contactInfo .txt{
    color: #000;
    margin-top: 50px;
    font-weight: 600;
    font-size: 1.75rem;
    border-left: 50px solid #ed1c25;
    padding-left: 10px;
    line-height: 1em;
    font-family: Rajdhani;
}
.contactInfo .sci{
    position: relative;
    display: flex;
    gap: 30px;
    margin: 20px 0;
}
.contactInfo .sci li{
    list-style: none;
}
.contactInfo .sci li a{
    color: #000;
    font-size: 1.5em;
    transition: .25s;
}
.contactInfo .sci li a:hover{
    color: #ed1c25;
}




.contact-right {
    background-color: white;
    position: relative;
    padding: 6vh 11vw 6vh 4vw;
    max-width: 45%;
    display: flex;
    background: repeating-conic-gradient(from 27.5deg, #ed1c25 0%,#ed1c25 10%, transparent 10%, transparent 50%);
    flex-direction: column;
    gap: 1rem;
}

.contact-right::before{
    position: absolute;
    content: '';
    inset: 0;
    background: repeating-conic-gradient(from 117.5deg, #ed1c25 0%,#ed1c25 10%, transparent 10%, transparent 50%);
}

.contact-right::after{
    position: absolute;
    content: '';
    inset: 2px;
    background: #fff;
}
.contact-right b{
    position: absolute;
    inset: 15px;
    background-color: #F6F6F6;
    z-index: 2;
}
.contact-right form{
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
}

.contact-right h2 {
    position: relative;
    z-index: 2;
    font-family: 'Roboto', sans-serif;
    color: #ed1c25;
    line-height: 1em;
    letter-spacing: .15em;
    font-size: 1.5rem;
    text-transform: uppercase;
}
.contact-right h1 {
    position: relative;
    z-index: 2;
    font-family: 'Roboto', sans-serif;
    color: #000;
    line-height: 1em;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.success-message h3{
    position: relative;
    z-index: 2;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.success-message p{
    position: relative;
    z-index: 2;
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.contact-right input,
textarea {
    outline: none;
    border: none;
    padding: .5rem;
    font-size: 1.25rem;
    color: #000;
    font-family: Rajdhani, sans-serif;
    background-color: #F6F6F6;
    width: 100%;
    border-bottom: 2px solid #ddd;
    transition: .5s;
}
.contact-right input:focus,
textarea:focus{
    border-bottom: 2px solid #ed1c25;
}
.contact-right .collection{
    display: flex;
    gap: 1.25rem;
}

.contact-right .collection input{
    width: 50%;
}

.contact-right textarea {
    height: 130px;
}

.contact-right button {
    background-color: #ed1c25;
    display: flex;
    align-items: center;
    width: fit-content;
    text-align: center;
    color: white;
    padding: .6rem 1.25rem;
    padding-left: 1.8rem;
    font-size: 1.25rem;
    font-weight: 600;
    font-family: Rajdhani, sans-serif;
    border: none;
    border-radius: .1rem;
    cursor: pointer;
    transition: all .3s ease-in-out;
    position: relative;
    vertical-align: middle;
}
.contact-right button svg {
    visibility: hidden;
    height: 0;
    width: 0;
    transition: visibility 0s, transform .3s ease-in-out; /* 'visibility 0s' ensures it doesn't affect the layout */
    transform: translateX(-10px);
    vertical-align: middle;
    margin-left: 10px; /* Space between text and icon */
    opacity: 0;
}

.contact-right button:hover svg {
    visibility: visible;
    opacity: 1;
    height: 18px;
    width: 18px;
    transform: translateX(0);
    transition: opacity .3s, transform .3s ease-in-out; /* Transitions for sliding and fade-in */
}

.map{
    width: 100%;
    margin-top: 50px;
}
footer{
    width: 100%;
    position: relative;
    bottom: 0;
    background: linear-gradient(to right, #00093c, #2d0b00);
    color: #ccc;
    padding: 100px 0 30px;
    border-top-left-radius: 0;
    font-size: 13px;
    line-height: 20px;
}
@media(max-width: 1200px){
    .contact-right {
        padding: 6vh 6vw 6vh 6vw;
        max-width: 50%;
        gap: 1rem;
    }
}

@media(max-width: 1000px){
    .contact-left{
        max-width: 40%;
    }
    .contact-left>h2{
        font-size: 38px;
    }
    .contact-left h4{
        letter-spacing: .35em;
        margin-bottom: 2.0rem;
    }
    .contact-left p{
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        letter-spacing: .020em;
        font-weight: 400;
        line-height: 25px;
        color: #000;
        margin-bottom: 15px;
        -webkit-font-smoothing: antialiased;
    }
    .contactInfo{
        display: flex;
        flex-direction: column;
    }
    .contactInfo .box{
        padding: 15px 0;
    }
    .contactInfo .box .icon{
        position: relative;
        min-width: 50px;
        height: 50px;
    }
    .contactInfo .box .icon b{
        inset: 6px;
    }
    .contactInfo .box .icon i{
        font-size: 1.2em;
    }
    .contactInfo .box .text h3{
        font-size: 1.3rem;
    }
    .contactInfo .box .text p{
        font-size: 1rem;
    }
    .contactInfo .txt{
        margin-top: 60px;
    }
    .contact-right {
        padding: 6vh 6vw 6vh 6vw;
    }
    .contact-right h2 {
        line-height: 1em;
        letter-spacing: .15em;
        font-size: 1.0rem;
    }
    .contact-right h1 {
        z-index: 2;
        line-height: 1em;
        font-size: 2.0rem;
        margin-bottom: 20px;
    }
} 

@media(max-width: 750px){
    .banner {
        height: 70vh;
        }
    .container-inner h1{
        font-size: 50px;
        letter-spacing: .10em;
    }
    .container-inner p{
        font-size: 1rem;
        line-height: 1.75rem;
        width: 60%;
    }
    .contact-container{
        display: flex;
        flex-direction: column;
        gap: 5rem;
        /* justify-content: space-between; */
    }
    .contact-left{
        max-width: 80%;
    }

    .contact-right {
        max-width: 80%;
        padding: 4rem 3rem 3rem 4rem;
    }
}
@media(max-width: 600px){
    .banner {
    height: 60vh;
    }
    .container-inner h1{
        font-size: 40px;
        letter-spacing: .10em;
    }
    .container-inner p{
        font-size: 0.75rem;
        line-height: 1rem;
        width: 90%;
    }
    .contact-container{
        display: flex;
        flex-direction: column;
        gap: 5rem;
        /* justify-content: space-between; */
    }
    .contact-right h1 {
        font-size: 1.75rem;
    }
    .contact-left{
        max-width: 100%;
    }

    .contact-right {
        max-width: 100%;
        /* padding: 6vh 6vw 6vh 6vw; */
    }
}