*,
body {
    font-family: "Cairo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}
body {
    background: var(--main-color) !important;
    /* background-image: url("../img/Background.jpg") !important; */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
:root {
    --main-color: #121737;
    --secondary-color: #00b4ff;
}
/* .header {
    position: sticky;
    top: 1px;
    z-index: 1000;
} */
.fs-0 {
    font-size: 100px;
    line-height: 100px;
}
.fs-10 {
    font-size: 80px;
    line-height: 100px;
}
.ico {
    width: 40px;
    height: 40px;
    background: var(--secondary-color);
    color: var(--main-color);
    border-radius: 50%;
}
.ico-footer{
    width: 40px;
    height: 40px;
    background: var(--main-color);
    color: var(--secondary-color);
    border-radius: 50%;
}
.bg-main {
    background-color: var(--main-color) !important;
}
.text-main {
    color: var(--main-color) !important;
}
.bg-secondary-color {
    background-color: var(--secondary-color) !important;
}
.text-secondary-color {
    color: var(--secondary-color) !important;
}
.bg-hero-section {
    background-image: url("../img/Background2.jpg") !important;

    height: 100vh;
    display: flex;
    justify-content: center;
    object-fit: cover;
    align-items: center;
    background-position: center;
    overflow: hidden;
}
.image-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.image-container img {
    display: block;
}

.fade-effect {
    position: absolute;
    bottom: 0;
    left: 230px;
    width: 34%;
    height: 100px;
    background: linear-gradient(to top, #121737, transparent);
    pointer-events: none;
}
.circle_service {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;

    align-items: start;
    max-height: 470px !important;
}
.portofilio-card {
    overflow: hidden;
    background-color: #0e2745;
}
.portofilio-card img {
    height: 270px;
    transition: all 0.3s ease-in-out;
}

.swiper-button-next,
.swiper-button-prev {
    width: 30px !important;
}
.testemonials-card {
    border: solid 2.4px var(--secondary-color) !important;
    overflow: hidden;
}



/* portoflio page */

.bg-porto{
    background-color: #1A315A !important;
}
:scope {
    @media (max-width: 1400px) {
        .fs-0 {
            font-size: 80px;
            line-height: 80px;
        }
    }
    @media (max-width: 996px) {
        .fs-0,.fs-10 {
            font-size: 70px;
            line-height: 90px;
        }
    }
    @media (max-width: 535px) {
        .fs-0,.fs-10 {
            font-size: 48px;
            line-height: 70px;
        }
    }
    @media (max-width: 996px) {
        .bg-hero-section {
            height: auto !important;
        }
    }
    @media (max-width: 1236px) {
        .nav-link {
            font-size: 20px !important;
        }
        .navbar {
            position: relative !important;
        }
    }
    @media (max-width: 769px) {
        .bg-hero-section {
            height: auto !important;
        }
    }
}
