body {
    background-color: #f5f5f5 !important;
}
:root {
    --primary-color: #12bcef;
    --secondary-color: #31559f;
}
.primaryBg {
    background-color: var(--primary-color) !important;
}
.primaryColor {
    color: var(--primary-color) !important;
}
.secondaryBg {
    background-color: var(--secondary-color) !important;
}
.cursorPointer {
    cursor: pointer;
}
.mainPadding {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

/* navbar */
.navbar {
    transition: all 0.2s ease-in-out;
    z-index: 99 !important;
}
.navbar .navbar-brand img,
.footer .logo {
    width: 100px;
}

/* about */
#about,
#clients,
#contactUs {
    scroll-margin-top: 80px;
}
#services,
#works {
    scroll-margin-top: 100px;
}

.about .aboutNav a.active {
    color: var(--primary-color) !important;
    border-bottom: 2px solid var(--primary-color) !important;
}

/* managementTeam */
.managementTeam .managementTeamSwiperDiv .managementTeamSwiper .swiper-slide .box .ratio {
    min-width: 100px;
    max-width: 100px;
}

.swiper .swiper-wrapper .swiper-slide {
    transition: all 0.3s ease;
}

.managementTeam .managementTeamSwiperDiv .managementTeamSwiper .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.8);
    opacity: 0.5;
}

.managementTeamSwiperDiv .arrows {
    height: 27px;
    width: 100% !important;
}

.managementTeamSwiperDiv .managementTeam-swiper-button-next,
.managementTeamSwiperDiv .managementTeam-swiper-button-prev,
.expertiseSwiperDiv .expertise-swiper-button-next,
.expertiseSwiperDiv .expertise-swiper-button-prev,
.servicesSwiperDiv .services-swiper-button-next,
.servicesSwiperDiv .services-swiper-button-prev,
.clientsSwiperDiv .clients-swiper-button-next,
.clientsSwiperDiv .clients-swiper-button-prev {
    height: 27px;
    width: 27px;
    background-color: var(--primary-color);
}

.managementTeamSwiperDiv .managementTeam-swiper-button-next::after,
.managementTeamSwiperDiv .managementTeam-swiper-button-prev::after,
.expertiseSwiperDiv .expertise-swiper-button-next::after,
.expertiseSwiperDiv .expertise-swiper-button-prev::after,
.servicesSwiperDiv .services-swiper-button-next::after,
.servicesSwiperDiv .services-swiper-button-prev::after,
.clientsSwiperDiv .clients-swiper-button-next::after,
.clientsSwiperDiv .clients-swiper-button-prev::after {
    font-size: 0.7rem;
    color: #ffffff;
}

/* expertise */
.expertise .expertiseSwiper .box .gradientBG {
    background-image: linear-gradient(180deg, #00000000, #000000);
}

/* .expertise .expertiseSwiperDiv .arrows,
.services .servicesSwiperDiv .arrows,
.clients .clientsSwiperDiv .arrows {
    height: 27px;
    width: 114% !important;
} */

/* services */
.services {
    background-color: #dbedf9;
}
.services .servicesSwiperDiv .servicesSwiper .swiper-slide .box img {
    width: 100px;
    height: 100px;
}
.services .servicesSwiperDiv .servicesSwiper .swiper-slide .box {
    cursor: pointer;
}
.servicesSwiperDiv .swiper-slide .box.active {
    background-color: var(--secondary-color) !important;
    color: #ffffff !important;
}
.servicesSwiperDiv .swiper-slide .box.active img {
    filter: brightness(0) invert(1) grayscale(1) brightness(1.5) !important;
}
.servicesSwiperDiv .swiper-slide .box.active img.filterNone {
    filter: none !important;
}
.services .gallery .images {
    gap: 30px;
    max-width: 100%;
    columns: 3 120px;
    list-style: none;
}
.services .gallery .images .card {
    margin-bottom: 30px;
}

.services .gallery .images .card .ratio {
    --bs-aspect-ratio: 125% !important;
}

/* contactUs */
.contactUs {
    min-height: 600px;
}

/* footer */
.footer .soicalMedia .cirlce {
    width: 30px;
    height: 30px;
}

.whatsapp img {
    width: 40px;
}
.whatsapp {
    bottom: 10px;
    right: 10px;
    z-index: 10;
    animation-duration: 3s;
    animation-name: whatsappbackground;
    animation-iteration-count: infinite;
}
@keyframes whatsappbackground {
    0% {
        scale: 0.8;
        border: 2px solid var(--secondary-color);
        background-color: var(--secondary-color);
    }
    50% {
        scale: 1;
        border: 2px solid var(--secondary-color);
        background-color: #ffffff00;
    }
    100% {
        scale: 0.8;
        border: 2px solid var(--secondary-color);
        background-color: var(--secondary-color);
    }
}

#videoModal .modal-body .video-background {
    max-height: 80vh !important;
}

/* #videoModal .modal-body .iframe iframe {
    height: 600px;
} */

/* media */
/* @media (max-width: 1199.98px) {
    #videoModal .modal-body .iframe iframe {
        height: 430px;
    }
} */
@media (max-width: 991.98px) {
    .mainPadding {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .contactUs .contactUsBox {
        position: static !important;
        transform: translate(0%, 0%) !important;
    }
    .navbar .navbar-collapse .navbar-nav {
        background-color: #000000;
        border-radius: 30px;
    }
    /* #videoModal .modal-body .iframe iframe {
        height: 260px;
    } */
}
@media (max-width: 767.98px) {
    .managementTeamSwiperDiv .arrows {
        width: 112% !important;
    }
    .services .gallery .images {
        gap: 10px;
    }
    .services .gallery .images .card {
        margin-bottom: 10px;
    }
}
@media (max-width: 575.98px) {
    .mainPadding {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .managementTeam .managementTeamSwiperDiv .managementTeamSwiper .swiper-slide .box .ratio {
        width: 150px;
    }
    /* #videoModal .modal-body .iframe iframe {
        height: auto;
    } */
}
