@font-face {
    font-family: "Nephilm";
    src: url("../fonts/Nephilm.otf") format("opentype");
}

.poppins {
    font-family: poppins;
}

body {
    font-family: "Nephilm", sans-serif;
}

.top-gallery img {
    max-width: 100%;
    aspect-ratio: 1/1;
}

.banner {
    background: #630000;
    color: #fff;
    text-align: center;
    border: 5px solid #630000;
    box-shadow: 0px 0px 0px 1px white inset;
}

.banner h1 {
    font-size: clamp(38px, 5.625vw, 90px);
    letter-spacing: 5px;
}

.banner-shadow {
    min-height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}

.title-2 h2 {
    font-size: clamp(32px, 3.75vw, 60px);
    color: #000;
}

.title-2 h2 span {
    background: #000;
    color: #fff;
    padding: 0 10px;
}

.contact h3 {
    color: #640000;
    font-size: clamp(28px, 3vw, 48px);
    padding: 0 20px;
}

.social a p {
    font-size: clamp(18px, 1.5vw, 24px);
    background: #fff;
}

.social a {
    border: 1px solid #000;
    text-decoration: none;
    background: #000;
    color: #000;
}

img.man {
    right: 15px;
    z-index: 0;
    bottom: 5px;
    max-width: 20%;
}

img.woman {
    bottom: 0;
    left: 8%;
    z-index: 0;
    max-width: 22%;
}

.contact-title {
    font-size: clamp(18px, 1.5vw, 24px);
    font-weight: 600;
}

.bottom-strip {
    background: #000;
}

.bottom-strip h2 {
    font-size: clamp(28px, 3vw, 48px);
    color: #fff;
}

.bottom-strip input {
    max-width: 100%;
    width: 360px;
    border-radius: 0;
    padding: 15px;
    box-shadow: none !important;
}

.bottom-strip form button {
    background: #670708;
    padding: 15px;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
}

.bottom-strip form button:hover {
    background: #fff;
}

@media screen and (max-width:1080px) {

    img.man,
    img.woman {
        display: none;
    }

}

@media screen and (max-width:980px) {
    .title-2 img {
        width: 180px;
    }

    .coming-soon {
        width: 260px;
    }

    .contact .rojer img {
        width: 60px;
    }

    .bottom-strip input,
    .bottom-strip form button {
        padding: 10px;
    }


}