:root {
    --dark-color: hsl(0, 0%, 0%);
    --gray-color: hsl(0, 0%, 60%);
    --light-color: hsl(0, 0%, 100%);
    --border-color-dark: hsl(10, 95%, 70%);
    --border-color-normal: hsl(10, 95%, 83%);
    --border-color-light: hsl(10, 95%, 93%);
    --main-color: #527EDB;
}

.body {
    font-family: "Raleway-Regular", sans-serif !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Raleway-Medium", sans-serif !important;
}

.fa {
    font-family: "Fontawesome-Webfont", sans-serif !important;
}


header .menu {
    margin: 0 auto;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 70px;
}

header .logo a {
    color: #132433;
    font-size: 2rem;
    font-weight: 700;
}

header .logo {
    align-items: center;
    display: flex;
}

header nav a {
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    position: relative;
}

header nav a:not(:last-child) {
    margin-right: 40px;
}

header nav a::after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #d0d2d9;
    position: absolute;
    bottom: -3px;
    left: 0;
    transition: all 0.3s;
}

header nav a:hover::after {
    width: 100%;
}

footer .menu {
    margin: 0 auto;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 70px;
}

footer .logo a {
    color: #132433;
    font-size: 2rem;
    font-weight: 700;
}

footer .logo {
    align-items: center;
    display: flex;
}

footer nav a {
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    position: relative;
}

footer nav a::after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #d0d2d9;
    position: absolute;
    bottom: -3px;
    left: 0;
    transition: all 0.3s;
}

footer nav a:hover::after {
    width: 100%;
}

.btn:hover {
    box-shadow: 0 11px 26px 0 rgba(19, 36, 51, 0);
}

.ghost-button {
    border: .125em solid black;
    min-width: 9em;
    padding-inline: 1rem;

}

.ghost-button:hover {
    color: var(--light-color);
}

.talk-to-our-team-btn {
    border: .125em solid white;
    min-width: 9em;
    padding-inline: 1rem;

}

.talk-to-our-team-btn:hover {
    color: var(--light-color);
}

.submit-button {
    border: .1em solid white;
    min-width: 9em;
    padding-inline: 1rem;

}

.submit-button:hover {
    color: var(--light-color);
}

.ghost-button-container {
    align-items: center;
    display: flex;
}

button {
    background: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: .875em;
    font-weight: 600;
    height: 3em;
    letter-spacing: -.025em;
    text-transform: uppercase;
    transition: .25s;
}

button:hover {
    color: var(--gray-color);
}


@media only screen and (max-width: 690px) {

    header .menu {
        /*height: 160px;*/
        flex-direction: column;
        justify-content: space-evenly;
    }

}

@media only screen and (max-width: 370px) {

    main .btn {
        margin-right: 0;
        margin-top: 20px;
    }
}


.navbar.nav {
    /*position: absolute;*/
    right: 0;
    /*top: 1rem !important;*/
}

.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


#navbarSupportedContent {
    background-color: #ffffff;
    color: black;
    z-index: 99999999999;
    border: solid 2px #ebebeb;
    border-radius: 5px !important;
    position: absolute;
    top: 90%;
    right: 10%;
    width: 15em;
    padding: 1rem;
}

#navbarSupportedContent .nav-item a:hover {
    color: var(--main-color) !important;
    font-weight: 700 !important;
}

#navbarSupportedContent .nav-item div:hover {
    color: var(--main-color) !important;
    font-weight: 700 !important;
}

#navbarSupportedContent .nav-item {
    margin-left: 0.5em;
    margin-right: 0.5rem;
    font-size: 1.5rem;
}

.navbar-text-color {
    color: black !important;
    /*font-size: 1.6rem;*/
}

.main-nav {
    justify-content: flex-end;
    text-align: right;
}

.navbar-toggler {
    padding: unset !important;
}


.wrap {
    display: flex;
    flex-wrap: wrap;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}

.swiper-slide-container {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100%;
    max-width: 600px;
    margin: auto;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.button {
    width: 20%;
    z-index: 999999;
    height: 300px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    transform: rotate(90deg);
    position: absolute;
    top: 16px;
    left: auto;
    right: 10%;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    transform: rotate(90deg);
    position: absolute;
    bottom: 0;
    top: auto;
    left: auto;
    right: 10%;
}

.slider-page {
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    height: 30rem
}

.contact-us-page {
    font-size: 14px;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

.about-page {
    /*background-color: black;*/
}

.desktop-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    cursor: pointer;
}

.core-values-text {
    font-size: 0.8rem;
}

.how-it-works-page {
    background-color: white;
    width: 100%;
}

.how-it-works-btn-numbers {
    font-weight: bolder !important;
    position: absolute;
    left: 15%;
    top: 50%;
    font-size: 1.5rem;
    transform: translate(-50%, -50%);
}

.how-it-works-btn-text {
    text-align: start;
    position: absolute;
    left: 32%;
    top: 50%;
    font-size: 1rem;
    transform: translate(0%, -50%);
    display: flex;
    justify-content: start;
}

.slider-image-div {
    animation: fadeIn 3s;
    animation-timing-function: ease;
}


.slider-horizontal-line-active {
    position: absolute;
    right: 2rem;
    margin-top: 1.4rem;
    width: 9rem;
    height: 0.5px;
    background-color: lightgrey;
}

.slider-horizontal-line-inactive {
    position: absolute;
    right: 2rem;
    margin-top: 1.4rem;
    width: 0.5rem;
    height: 0.5px;
    background-color: lightgrey;
}

.faq-page {
    background-color: white;
    /*height: 30rem;*/
}

.modal-content {
    background-color: black;
    color: white;
    border: 1px solid white;
    height: 50%;
    border-radius: unset;
    z-index: 999999999999 !important;
}

.modal-header {
    border-bottom: unset;
}

.modal-footer {
    border-top: unset;
}

.form-control {
    background-color: transparent;
    border: unset;
    color: #6c757d;
}

.form-control:focus {
    background-color: transparent !important;
    border: unset;
    color: white;
    outline:0;
    /*box-shadow:0 0 0 .1rem rgba(13,110,253,.25);*/
    box-shadow: unset;
}

.input-group-text {
    background-color: transparent;
    color: white;
    border: unset;
}

.btn-close {
    position: absolute;
    top: 1%;
    right: 1%;
}

.modal-content .btn-close {
    filter: invert(100%);
}

.bigger-line-height {
    line-height: 1.5;
}

/* Initially, set opacity to 1 for all images */
.slider-image,
.text-content {
    opacity: 1;
    transition: opacity 0.5s ease-in-out; /* Add a smooth transition */

    /* Add animation */
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
}

/* Fade-in animation */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Fade-out animation */
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}


.owl-item > div {
    cursor: pointer;
    margin: 6% 8%;
    transition: margin 0.4s ease;
}

.owl-item.center > div {
    cursor: auto;
    margin: 0;
}

.owl-item:not(.center) > div:hover {
    opacity: .75;
}

.bg-dark {
    background-color: black !important;
}

/* Container for the carousel */
.owl-carousel {
    position: relative;
}

.owl-stage-outer {
    padding-block: 5rem;
}

.vertical-line {
    position: relative;
    width: 1px; /* Adjust the width of the line */
    height: 5rem; /* Adjust the height of the line */
    background-color: #FFFFFF; /* Adjust the line color */
    margin: 0 auto; /* Center the line horizontally */
    margin-block: 1rem;
}

.fw-bolder {
    font-family: "Raleway-Bold", sans-serif !important;
}

.font-bold {
    font-family: "Raleway-Bold", sans-serif !important;
}

.font-bolder {
    font-family: "Raleway-ExtraBold", sans-serif !important;
}

button {
    text-transform: unset; /* Remove this line or set it to 'none' */
}

.tailored-experience-page .col-4 {
    line-height: 1.5; /* Increase or decrease this value to adjust line spacing */
}

/* CSS for adding a dark overlay */
.slider-image-div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25); /* Adjust the opacity (0.5 for 50% opacity) */
    z-index: 0; /* Place the overlay above the image */
}

.footer-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    cursor: pointer;
}

#accordion {
    color: black;
}

.card-header {
    background: none;
    padding: 3px;
    border-bottom: 0;
}

.card {
    /* border: 1px; */
    background: none;
    background-color: #FFF !important;
    color: #000;
    border: 0.5px solid black;
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    border-radius: unset !important;
}

.slider-text {
    z-index: 1050;
}

.terms-text {
    color: grey !important;
}

.terms-text:hover {
    color: #0a58ca !important;
}

.fa, .fas {
    font-weight: unset !important;
}

#carousel2 .owl-item.center > div::before {
    content: "";
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%; /* Adjust the width */
    height: 115%; /* Adjust the height */
    border: 1px solid white; /* Rectangle background color with opacity */
    z-index: 1; /* Place it behind other content */
    transition: none; /* Remove animation */
}

#carousel1 .owl-stage-outer {
    padding: 0;
}

.header-page {
    height: 12vh;
}

.vertical-slider-page {
    height: 70vh;
}

.vertical-slider-mobile-page {
    height: 80vh;
}

.contact-us-page {
    height: 18vh;
}

a:hover {
    color: white !important;
}

@keyframes blink {
    50% {
        color: transparent
    }
}

.loader__dot {
    animation: 1s blink infinite
}

.loader__dot:nth-child(2) {
    animation-delay: 250ms
}

.loader__dot:nth-child(3) {
    animation-delay: 500ms
}

.form-control:focus {
    border: unset !important;
}

.input-group{
    border: 1px solid white;
    border-inline: unset;
    border-top: unset;
}

.back-to-top-btn {
    background-color: #3c3c3f;
    border: 1px solid #3c3c3f;
    color: white;
    border-radius: 50%; /* Use 50% border-radius to create a circle */
    position: fixed;
    bottom: 2%;
    right: 2%;
    width: 50px; /* Set a fixed width for the circular button */
    height: 50px; /* Set a fixed height for the circular button */
    text-align: center;
    line-height: 50px; /* Center the text vertically within the circle */
    font-size: 18px;
    cursor: pointer;
    z-index: 99;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.back-to-top-btn:hover {
    opacity: 1; /* Set full opacity on hover */
    color: white;
}

.fa-chevron-right:before {
    content: "\f054";
    padding: 0 5px; /* Adjust the padding to make the arrow narrower */
}


@media (min-width: 767px) {


    .btn-inactive {
        background-color: white;
        color: black;
        border: 1px solid black;
        min-width: 22rem;
        min-height: 5rem;
    }

    .btn-active {
        background-color: black;
        color: white;
        min-width: 22rem;
        min-height: 5rem;
    }

    .footer-image-size {
        width: 80%;
    }

    .tailored-img-size {
        width: 75%;
    }

    .justify-end {
        justify-content: flex-end !important;
    }

    .justify-end.d-none {
        display: flex !important;
    }

    .faq-styling {
        font-size: 1rem;
        color: #000000 !important;
        background-color: transparent !important;
        font-weight: bold !important;
        padding: 2%;
    }

    .footer-text {
        font-size: 0.8rem;
    }

    footer nav a:not(:last-child) {
        margin-right: 8rem;
    }

    .col-half {
        flex: 0 0 auto;
        width: 4%
    }

    .col-five-and-half {
        flex: 0 0 auto;
        width: 46%
    }

    .slider-image {
        width: 90%;
        transition: opacity 0.5s ease-in-out;
    }

    .slider-buttons {
        position: absolute;
        top: 50%;
        right: -2%;
        transform: translate(-50%, -50%);
        color: white;
    }

    .text-container {
        margin-top: 7rem !important;
        width: 32rem;
        font-size: 1.1rem;
    }

    .horizontal-line {
        position: absolute;
        left: 0;
        margin-top: 1.5rem;
        width: 3rem;
        height: 0.5px;
        background-color: lightgrey;
    }

    .owl-slider-number {
        color: rgba(255, 255, 255, 0.2);
        font-weight: bolder;
        font-size: 1.5rem;
        font-family: "Raleway-Bold", sans-serif !important;
    }

    .owl-slider-text {
        color: white;
        font-size: 0.8rem;
    }

    .horizontal-line-tailored {
        position: absolute;
        right: 0;
        margin-top: 1.5rem;
        width: 4rem;
        height: 0.5px;
        background-color: lightgrey;
    }

    .modal-dialog {
        max-width: unset;
        width: 45%;
    }

    .header-text {
        font-size: 0.8rem;
    }

    .b-position {
        position: absolute;
        top: 0%;
        left: 45%;
        transform: translate(-50%, -25%);
        width: 140%;
    }

    .footer-page {
        height: 10rem;
    }

    .contact-our-team-btn {
        border: .125em solid var(--gray-color);
        min-width: 20em;
        min-height: 3rem;
        padding-inline: 1rem;

    }

    .contact-our-team-btn:hover {
        color: var(--light-color);
    }

}

@media (max-width: 767px) {

    .navbar-dark .navbar-toggler {
        border: unset !important;
    }

    .about-mobile-text {
        font-size: 1rem;
    }

    .contact-our-team-btn {
        border: .125em solid black;
        min-width: 12em;
        max-height: 2.25rem;
        padding-block: 0;
        padding-inline: 0.5rem;

    }

    .contact-our-team-btn-text {
        font-size: 0.7rem !important;
    }

    .contact-our-team-btn:hover {
        color: var(--light-color);
    }

    .contact-us-title-text {
        font-size: 1.2em;
    }

    .contact-us-msg-text {
        font-size: 0.6em;
    }

    .contact-us-page {
        height: unset;
    }

    /*.owl-stage-outer{*/
    /*    padding-top: 0;*/
    /*}*/
    .mobile-slider-pic {
        opacity: 50%;
        height: 80vh;
    }

    .vertical-slider-text-1 {
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 1.5rem;
    }

    .vertical-slider-text-2 {
        position: absolute;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 1.2rem;
    }

    .footer-page {
        height: 12rem;
    }

    .b-position {
        position: absolute;
        top: 0%;
        left: 45%;
        transform: translate(-50%, -25%);
        width: 110%;
    }

    .btn-inactive {
        background-color: white;
        color: black;
        border: 1px solid black;
        min-width: 20rem;
        min-height: 4rem;
    }

    .btn-active {
        background-color: black;
        color: white;
        border: 1px solid black;
        min-width: 20rem;
        min-height: 4rem;
    }

    .workImage {
        width: 60% !important;
    }

    .horizontal-line-tailored {
        position: absolute;
        left: 1rem;
        margin-top: 4rem;
        width: 3rem;
        height: 0.5px;
        background-color: lightgrey;
    }

    .footer-image-size {
        width: 100%;
    }

    .tailored-img-size {
        width: 100%;
    }

    header .logo {
        padding: 0;
    }

    /*.owl-carousel > div {*/
    /*    flex: 0 0 calc(33.333% - 1px); !* 33.333% width with 20px gap between items on mobile *!*/
    /*    !*max-width: calc(33.333% - 20px);*!*/
    /*}*/
    .faq-styling {
        font-size: 0.9rem;
        color: #000000 !important;
        background-color: transparent !important;
        font-weight: bold !important;
        padding: 5%;
    }

    .footer-text {
        font-size: 0.6rem;
    }

    footer nav a:not(:last-child) {
        margin-right: 1rem;
    }

    .auto-margins {
        margin-right: auto !important;
        margin-left: auto !important;
        margin-top: 1rem !important;
    }

    .slider-image {
        width: 100%;
        /*transition: opacity 0.5s ease-in-out;*/
    }

    .desktop-menu {
        display: none !important;
    }

    .slider-buttons {
        position: absolute;
        top: 65%;
        right: 1%;
        transform: translate(-50%, -50%);
        color: white;
    }

    .slider-image-div {
        margin-block: 2rem;
    }

    .text-container {
        margin-top: 3rem !important;
        font-size: 1.1rem;
    }

    .horizontal-line {
        position: absolute;
        left: 0;
        margin-top: 1.2rem;
        width: 2.5rem;
        height: 0.5px;
        background-color: lightgrey;
    }

    .owl-slider-number {
        color: rgba(255, 255, 255, 0.2);
        font-weight: bolder;
        text-align: start;
        font-size: 1.8rem;
        font-family: "Raleway-Bold", sans-serif !important;
    }

    .owl-dots {
        display: none;
    }

    .owl-slider-text {
        color: white;
        text-align: start;
        font-size: 1rem;
    }

    .modal-dialog {
        max-width: unset;
        display: flex;
        justify-content: center;
    }

    .menu-horizontal-line {
        width: 90%;
        height: 0.5px;
        background-color: lightgrey;
    }

    .header-text {
        font-size: 1rem;
    }
}
