
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;0,800;1,200;1,300;1,400&display=swap');

/*dark- rgb(23, 23, 23)*/
#cursor {
    /*height: 20px;*/
    /*width: 20px;*/
    /*background-color: #f4861c;*/
    /*border-radius: 50%;*/
    position: fixed;
    z-index: 99;
    transition: all linear 0.1s;

}
#cursor-blur {
    height: 500px;
    width: 500px;
    background-color: rgba(244, 134, 28, 0.15);
    border-radius: 50%;
    position: fixed;
    filter: blur(80px);
    z-index: 9;
    transition: all linear 0.4s;
}


.bg-dark{
    background-color: rgb(23, 23, 23) !important;
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 3.5rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%), url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Facts ***/
.facts {
    position: relative;
    margin: 6rem 0;
    background: var(--dark);
}

.facts .border {
    border-color: rgba(255, 255, 255, .1) !important;
}


.glass-card {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Optional: You can style the text and other elements inside the card as needed */
.glass-card h3 {
    /*color: #fff;*/
    /*font-weight: bold;*/
}

.glass-card p {
    /*color: #fff;*/
}


.slider-text{
    font-weight: 600;
    letter-spacing: -3px;
    color: #ffffff;
    font-size: 100px;
    line-height: 95px;
    font-family: Montserrat !important;

}

body::-webkit-scrollbar , .modal::-webkit-scrollbar{
    display: block;
    width: 8px;
    background: var(--primary);
}
body::-webkit-scrollbar-thumb , .modal::-webkit-scrollbar-thumb{
    background-color: #fff;

    border-radius: 50px;
}

.service-1-img{
    background-image: url("../img/aboutUs/bckground 1.png") !important;

    /*background: rgb(23,23,23) !important;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}


.text-h-light{
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    font-family: "Montserrat Light";
}

.text-h-semi-bold{
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    font-family: "Montserrat SemiBold";
}

.btn-close{
    color: #f0f0f0 !important;
}