@font-face {
    font-family: "hyde";
    src: url("../fonts/AmoretSans.woff");
}
@font-face {
    font-family: "integral";
    src: url("../fonts/IntegralCF-Bold.ttf");
}

/* @font-face {
  font-family: 'main';
  src: url('../fonts/cairo.woff2');
} */

@font-face {
    font-family: "main";
    src: url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2)
        format("woff2");
}

.lds-dual-ring {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f7f7f76c;
    width: 100%;
    height: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.lds-dual-ring.main {
    background-color: #f7f7f7;
    z-index: 999;
    overflow: hidden;
    height: 100vh;
}
.overflow-hidden {
    overflow: hidden;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #5cc9d9;
    border-color: #5cc9d9 transparent #5cc9d9 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        /* transform: translateX(-100px); */
    }

    100% {
        opacity: 1;
        /* transform: translateX(0); */
    }
}

body {
    font-family: "Cairo", sans-serif;
    position: relative;
    font-weight: 300;
}

h3,
p,
img {
    animation: fadeInLeft 1s ease-in;
}

/* body::before {
    content: "";
    position: absolute;
    bottom: 40vh;
    left: 0;
    width: 12%;
    background: url("../images/watermark.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 40vh;
    z-index: -1;
} */

/* body::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 12%;
    background-color: #f7f7f7;
    height: 50vh;
    z-index: -2;
} */

/* .ml3 {
  font-weight: 900;
  font-size: 3.5em;
} */
.ml10 {
    position: relative;
    font-weight: 900;
    font-size: 1.2rem;
}

.ml10 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
}

.ml10 .letter {
    display: inline-block;
    line-height: 1em;
    transform-origin: 0 0;
}

/* label,.nav-item {
  font-family: 'main';
} */
header {
    height: 10vh;
    background-color: #424242;
    /* margin-bottom: 5rem; */
}
footer {
    height: 20vh;
    background: url("../images/bg-footer.png");
    background-size: cover;
}
.banner {
    margin-bottom: 5rem;
    /* height: 100vh; */
}

.swiper-slide {
    overflow: hidden;
}

.swiper {
    height: calc(100vh - 120px);
    margin: 0;
}
.logo-img {
    justify-content: center;
}
.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

video {
    /* max-height: 100vh; */
    object-fit: cover;
}

.nav-tabs {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
    margin-bottom: 2rem;
}

.tabs-container {
    width: 70%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rebeccapurple;
}

.nav-item {
    width: 40%;
    position: relative;
}

.nav-item::before {
    content: "";
    position: absolute;
    top: -0.5rem;
    bottom: -0.5rem;
    left: -0.7rem;
    right: -0.7rem;
    border-radius: 1.5rem;
    z-index: 0;
    background-color: #f1f1f1;
}

.nav-tabs .nav-item:last-child::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.nav-tabs .nav-link {
    border: none;
    border-radius: 1.5rem;
    width: 100%;
    z-index: 1;
    position: relative;
    height: 2.7rem;
    color: #424242;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #424242;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-label,
label,
.form-control,
.form-select {
    font-size: 1rem;
    border-radius: 0.9rem;
    color: #fff;
    font-weight: 300;
}
.form-label,
label {
    font-weight: 500;
}
.form-control,
.form-select {
    color: #424242;
}
input[type="date"] {
    color: #424242;
}

.form-select:focus,
.form-control:focus,
.form-check-input:focus,
.button:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus,
button.btn {
    background-color: #5cc9d9;
    border-color: #5cc9d9;
    box-shadow: none;
    color: #fff;
    outline: none;
}

button.btn {
    width: 100%;
    background-color: #5cc9d9;
    color: #92459a;
    transition: 0.4s all;
    border: 1px solid #5cc9d9;
    border-radius: 0.9rem;
    padding: 1rem;
    margin-top: 1rem;
}

button.btn:hover {
    background-color: #92459a;
    border: 1px solid #92459a;
    color: #fff;
}

h2 span {
    font-family: "hyde";
    font-size: 1.3rem;
}
.success-message {
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 2rem;
}
.form-wrapper {
    border: 1px solid #424242;
    border-left: 0;
    border-radius: 0;
    padding: 2rem;
    background-color: #424242;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    transition: 0.3s all;
    position: relative;
}

.pl-0 {
    padding-left: 0;
    padding-right: 0;
}

.video-wrapper {
    padding-right: 0;
    padding-left: 0;
    transition: 0.3s all;
}

.video-wrapper video {
    border-radius: 0;
    /* transition: .3s all; */
    height: 100%;
    max-height: 100vh;
}

.error {
    border: 1px solid red;
}
.mandatory {
    color: red;
}
input.error::placeholder {
    color: red;
}
input[type="date"].error::-webkit-datetime-edit {
    color: red;
}
.container-xl {
    padding-bottom: 0rem !important;
    padding-top: 2rem !important;
}
header .container-xl {
    padding: 0 !important;
}
.tab-pane .mobile-order-1 {
    margin-top: 0;
}
.mobile-order-1 {
    order: 1;
    margin-top: 5rem;
}
.mobile-order-0 {
    order: 0;
}
.mobile-order-0 img {
    width: 70%;
}
.d-none-mobile {
    display: none !important;
}
@media (min-width: 767px) {
}

@media (min-width: 1023px) {
}

@media (min-width: 1140px) {
    /* .content {
    padding: 0 70px;
  } */
    .d-none-mobile {
        display: flex;
    }
    .ml10 {
        font-size: 2rem;
    }

    .nav-item {
        width: 20%;
    }

    .nav-tabs .nav-link {
        height: 3.7rem;
    }

    .video-wrapper {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }

    .video-wrapper video {
        border-radius: 1rem;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        max-height: none;
    }

    .pl-0 {
        padding-left: 0;
    }

    .form-wrapper {
        border-radius: 1rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .logo-img {
        justify-content: flex-end;
    }
    .mobile-order-1 {
        order: 1;
        margin-top: 0;
    }
    .mobile-order-0 {
        order: 0;
    }
    .mobile-order-0 img {
        width: 35%;
    }
    h2 span {
        font-family: "hyde";
        font-size: 2rem;
    }
    .container-xl {
        padding-bottom: 5rem !important;
    }
}

@media (min-width: 1400px) {
    .container-xl {
        max-width: 1400px;
    }

    .video-wrapper {
        /* max-height: 120vh; */
    }
}
