@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: var(--main-font);
    background-color: #010101 !important;
    color: #fff !important;
    overflow-x: hidden !important;
}

:root {
    --main-font: "Space Grotesk", sans-serif;
}

.p-60 {
    padding: 60px 0;
}

.container {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1340px;
}

@media(max-width:1350px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100% !important;
    }
}

a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

span,
label {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
span,
input,
select,
textarea {
    font-family: var(--main-font);
    color: #fff !important;
}

.white-btn {
    padding: 12px 30px;
    background-color: #fff !important;
    border: solid 1px #fff;
    color: #010101 !important;
    font-size: 16px;
    font-family: var(--main-font);
    font-weight: 500;
    transition: all 0.3s;
    text-decoration: none !important;
}

.white-btn:hover {
    background-color: #010101 !important;
    border-color: #010101 !important;
    color: #fff !important;
}

.section-heading .mini-heading {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 16px;
}

.section-heading h2 {
    font-weight: 500;
    font-size: 52px;
    margin-bottom: 24px;
}

.section-heading p {
    color: #949494 !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}

.col-about-head {
    margin: 0 auto;
    max-width: 900px;
}

.navbar-menus ul {
    display: flex;
    align-items: center;
    column-gap: 24px;
    justify-content: end;
    width: 100%;
    list-style: none;
    margin: 0;
}

.navbar-menus ul .link-btn {
    color: #fff !important;
    /* color: #010101 !important; */
    text-decoration: none !important;
}

.navbar-menus ul .link-btn:hover {
    color: #010101 !important;
    text-decoration: underline !important;
}

.site-header {
    position: absolute;
    width: 100%;
    padding: 24px 0;
    backdrop-filter: blur(15px);
    z-index: 5;
}

.hero-video.mobile {
    display: none;
}

.hero-video {
    max-width: 100%;
    object-fit: cover;
}

.hero-row {
    position: relative;
    z-index: 1;
}

.hero-text {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    padding: 0 50px;
    max-width: 1340px;
}

.hero-text h1 {
    font-weight: 700;
    font-size: 90px;
    margin-bottom: 16px;
}

.hero-text p {
    margin-bottom: 32px;
    font-size: 20px;
}

.about-slider .swiper {
    overflow: visible;
}

.about-slider {
    overflow: visible;
    /* padding: 0 150px; */
    max-width: 800px;
    margin: 0 auto;
}

/* .about-slider .swiper-slide.swiper-slide-prev {
    transform: rotateY(-30deg) translateZ(-120px) !important;
}

.about-slider .swiper-slide.swiper-slide-next {
    transform: rotateY(30deg) translateZ(-120px) !important;
}

.about-slider .swiper-slide.swiper-slide-visible {
    transform: none !important;
} */

.about-slider .swiper-slide img {
    height: 450px;
    object-fit: cover;
    margin-top: 24px;
/*     filter: blur(2.5px); */
}

.about-slider .swiper-slide.swiper-slide.swiper-slide-visible img {
    height: 500px;
    margin-top: 0;
    filter: none;
}

.about-section-bg {
    overflow: hidden;
    padding: 100px 0;
    background-repeat: no-repeat;
}

.about-section-bg .head-row {
    margin-bottom: 80px;
}

.about-slider .swiper-button-next::after {
    background-image: url('../images/right-arrow.svg');
    font-family: unset;
    background-repeat: no-repeat;
    width: 50px;
    color: transparent;
}

.about-slider .swiper-button-prev::after {
    background-image: url('../images/left-arrow.svg');
    font-family: unset;
    background-repeat: no-repeat;
    width: 50px;
    color: transparent;
}

.col-contact-left {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-left-box {
    border-right: solid 1px #262626;
    height: 100%;
}

.contact-left-box ul {
    margin: 40px 0 0 0;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.contact-left-box ul li a {
    border-bottom: solid 1px #2F2F37;
    font-weight: 500;
    font-size: 16px;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    background-color: #000 !important;
    border: solid 1px #262626 !important;
    border-radius: 0 !important;
    width: 100%;
    padding: 15px 15px;
    outline: none !important;
}

.wpcf7-not-valid-tip {
    color: #dc3232 !important;
    font-size: 14px;
}

.row.form-row {
    row-gap: 24px;
}

.row.form-row p {
    margin-bottom: 0;
}

.row.form-row label {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
}

.form-action .wpcf7-submit {
    background-color: #fff !important;
    padding: 12px 30px !important;
    border-radius: 0 !important;
    color: #010101 !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border: 0 !important;
    min-width: 220px;
}

.contact-form-outer .form-action p {
    display: flex;
    align-items: end;
    justify-content: end;
    position: relative;
}

.contact-form-outer .form-action .wpcf7-spinner {
    position: absolute;
    right: 250px;
    margin: 0;
    top: 15px;
}

.contact-form-outer .wpcf7-form-control-wrap textarea {
    height: 100px;
}
.wpcf7 form .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output{
	display: block;
	border: 0 !important;
	color: #61de61 !important;
	margin: 10px 0 0 0 !important;
	padding: 0 !important;
}

/* .wpcf7 form.unaccepted .wpcf7-response-output, */
/* .wpcf7 form.payment-required .wpcf7-response-output, */
.wpcf7 form.invalid .wpcf7-response-output {
    display: none !important;
}

.modal-content.signup-bg {
    background-color: #010101;
}

.signup-form-outer {
    position: relative;
}

.signup-form-outer h2 {
    font-size: 32px;
    margin-bottom: 32px;
    text-align: center;
}

.signup-form-outer .form-action p {
    position: relative;
}

.signup-form-outer .form-action .wpcf7-submit {
    width: 100% !important;
}

.signup-form-outer .form-action .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 10px;
}

.signup-form-outer .hide-modal {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 0;
    top: -12px;
}

.signup-form-outer .hide-modal img {
    min-width: 20px;
}

.sign-up-term {
    color: #949494 !important;
}

.contact-section {
    margin-bottom: 80px;
}

.footer-socials ul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
    list-style: none;
    padding: 10px;
    margin: 0;
    border: solid 1px #1C1C21;
    border-radius: 100px;
}

.footer-socials ul li a {
    width: 48px;
    height: 48px;
    border-radius: 50px;
    border: solid 1px #2F2F3700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: #1C1C21;
    backdrop-filter: blur(5px);
    color: #fff !important;
    font-size: 20px;
}

.row.footer-row {
    align-items: center;
}

.copyright-div p {
    margin-bottom: 0;
    text-align: end;
    color: #949494 !important;
}

.site-footer {
    padding: 20px 0;
    border-top: solid 1px #1C1C21;
}

.error-404.not-found {
    height: 85vh;
    /* padding-top: 100px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.error-404.not-found .white-btn {
    border-color: #fff !important;
}

.error-404.not-found .nbr-text {
    font-size: 150px;
    text-align: center;
}


@media(max-width:992px) {
    .navbar-toggler {
        background-color: #fff;
        box-shadow: none !important;
    }

    .site-header {
        padding: 10px 0;
    }

    .hero-text h1 {
        font-size: 50px;
    }

    .navbar-menus ul {
        flex-direction: column;
        padding: 16px 0 0 0;
        align-items: start;
        row-gap: 24px;
    }

    .signup-form-outer .form-row {
        row-gap: 12px;
        max-height: 60vh;
        overflow-y: auto;
    }

    .about-section-bg {
        padding: 50px 0;
    }

    .section-heading .mini-heading {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .section-heading h2 {
        font-size: 36px;
        margin-bottom: 12px;
    }

    .section-heading p {
        font-size: 16px;
    }

    .about-section-bg .head-row,
    .contact-section {
        margin-bottom: 40px;
    }

    .contact-left-box ul {
        margin: 24px 0;
    }

    .footer-socials {
        text-align: center;
        margin-bottom: 16px;
    }

    .copyright-div p {
        text-align: center;
    }

    .signup-form-outer h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }
}

@media(max-width:576px) {
    .hero-video.desktop {
        display: none;
    }

    .hero-video.mobile {
        display: block !important;
    }

    .hero-text {
        padding: 0 15px;
    }

    .hero-text h1 {
        font-size: 36px;
    }

    .section-heading h2 {
        font-size: 28px;
    }

    .section-heading .mini-heading {
        font-size: 16px;
    }

    .about-slider .swiper-slide img {
        height: auto !important;
    }

    .navbar-brand .custom-logo-link {
        max-width: 150px;
    }
}