@font-face {
    font-family: 'cairo-bold';
    src: url('../fonts/Cairo-Bold.ttf');
}

@font-face {
    font-family: 'cairo-regular';
    src: url('../fonts/Cairo-Regular.ttf');
}

*, html, body, h1, h2, h3, h4, h5, h6, .rs-section-title {
    font-family: 'cairo-bold';
    letter-spacing: unset !important;
}

.rs-banner-content h2 {
    color: #ffffff;
}

p, input[type="password"], input[type="email"], input[type="text"], input[type="file"], input[type="placeholder"], input::placeholder, textarea::placeholder, textarea, .rs-contact-seven .rs-contact-input input[type="placeholder"] {
    font-family: 'cairo-regular' !important;
    letter-spacing: unset !important;
}

p {
    text-align: justify;
}

.rs-btn.has-bg::before, .rs-banner-one .rs-banner-navigation .rs-swiper-btn:hover, .backtotop-wrap:hover, .rs-postbox-tag a:hover {
    background-color: rgb(57, 57, 185);
}

.link-active {
    background-color: #000080 !important;
}

.img-container {
    position: absolute;
    width: calc(100% - 100px);
    height: 100%;
    top: 0;
    inset-inline-end: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    overflow: hidden;
}

@keyframes zoom {
    0% {
        transform: scale(1,1) rotateZ(0deg);
    }
    50% {
        transform: scale(1.1,1.1) rotateZ(3deg);
    }
    100% {
        transform: scale(1,1) rotateZ(0deg);
    }
}

.img-zoom .img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    -webkit-animation: zoom 22s infinite;
    animation: zoom 22s infinite;
}

.section-space-top {
    padding-bottom: 100px;
}

.video-background {
    position: absolute !important;
    top: 0 !important; 
    left: 0;
    width: 100% !important; 
    height: 100% !important;
    overflow: hidden;
}

.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .rs-services-five .rs-services-item {
    background: #232323;
} */

.rs-counter-one .rs-counter-number, .rs-counter-one .prefix, .main-menu ul li.active > a {
    color: #ffffff;
}

.rs-banner-five .rs-banner-navigation button {
    background-color: rgb(0 0 128 / 70%);
}

.backtotop-wrap {
    right: unset;
    left: 30px;
}

/* .main-menu .submenu ul {
    background-color: #121212;
} */

.main-menu > ul > li:hover > a, .main-menu .submenu > li:hover > a {
    color: #5c5ce3;
}

.main-menu li a {
    font-size: 16px;
    font-weight: 100 !important;
}

.rs-footer-widget-links ul li a, .rs-footer-two .rs-footer-widget-address a, .rs-footer-two .rs-footer-widget-meta p,
.rs-footer-two .rs-footer-widget-email a, .rs-footer-two .rs-footer-widget-number span a {
    font-weight: 300;
    font-size: 13px;
}

.rs-footer-two .rs-footer-widget-title {
    font-size: 20px;
}

/* .mean-container .mean-nav ul li a, .mean-container .mean-nav ul li span {
    color: #ffffff;
} */

/* .rs-blog-one .rs-blog-content.has-padding, .rs-services-six .rs-services-item {
    background: #1e1e1e;
} */

.common-pagination ul {
    border: 1px solid #b5b5b5;
}

.common-pagination ul li:not(:last-child) {
    border-right: unset;
    border-left: 1px solid #E6E6E6;
}

.section-space-bottom {
    padding-top: 100px;
}

.rs-breadcrumb-one .rs-breadcrumb-menu ul li span a:hover {
    color: #000080;
}

.rs-btn {
    font-size: 14px;
}

[dir=rtl] .rs-header-search button {
    left: 20px;
    background: transparent;
    color: #000080;
}

.rs-section-title-custom {
    font-size: 3rem;
}

.rs-history-one .rs-history-tab-content p {
    text-align: justify;
}

.rs-footer-two .rs-footer-widget-number span, .rs-contact-six .rs-contact-list h6, .rs-banner-one .rs-banner-contact-item h6 {
    direction: ltr;
    text-align: right;
}

.rs-theme-orange {
    color: #333393;
}

/* .bg-custom {
    background-color: #2f2f2f;
} */

.page-item:first-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}

.disabled>.page-link, .page-link.disabled {
    color: rgb(255 255 255);
    pointer-events: none;
    background-color: transparent;
    border-color: unset;
}

.active>.page-link, .page-link.active {
    background-color: #000080;
    border-color: #000080;
}

.page-link {
    background-color: transparent;
}

.page-item:last-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    
}

.rs-contact-seven .rs-contact-btn .rs-btn:hover {
    background: #0303cb;
}

.rs-banner-bg-thumb {
    position: relative;
    width: 100%;
    height: 70vh; /* or any fixed height like 600px */
    overflow: hidden;
}

.rs-banner-bg-thumb.img {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.rs-banner-bg-thumb video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: auto;
    height: auto;
}

.rs-banner-item-wrapper {
    min-height: 100vh; /* or consistent px like 700px */
    display: flex;
    align-items: center;
}

.rs-counter-one .rs-counter-number, .rs-counter-one .prefix {
    font-size: 85px;
    direction: ltr;
}

.rs-brand-one .rs-brand-thumb img, .rs-brand-two .rs-brand-thumb img {
    width: 170px;
}

.rs-cta-one .rs-cta-number, .rs-about-five .rs-counter-number, .rs-about-five .prefix {
    direction: ltr;
}

.rs-contact-one .rs-section-title, .rs-contact-one .rs-section-title-wrapper .descrip, .rs-contact-one .rs-contact-list-content span {
    color: #232323;
}

.rs-contact-one .rs-contact-list-content h6 {
    color: #575757 !important;
}

.rs-contact-one .rs-contact-list-content p {
    color: #5f5f5f;
}

.rs-copyright-one .rs-footer-copyright.has-theme-orange a {
    color: #3131c3;
    background-image: linear-gradient(#3131c3, #3131c3), linear-gradient(#3131c3, #3131c3);
}

.rs-footer-two .rs-footer-stroke-text {
    -webkit-text-stroke-color: #3131c3;
    stroke: #3131c3;
}

.underline.has-white a {
    color: #ffffff;
}

.rs-services-details-wrapper .rs-services-details-chart {
    margin-top: -140px;
}

.rs-services-details-wrapper .has-border-line {
    border-top: 1px solid rgba(31, 31, 31, 0.07);
    padding-bottom: 45px;
    margin-top: 10px;
}

.arrows {
    width: 150px;
}

.arrows #next {
    width: 50px;
    height: 50px;
    background-color: #000080;
    text-align: center;
    margin-left: 10px;
}

.arrows #prev {
    width: 50px;
    height: 50px;
    background-color: #000080;
    text-align: center;
}

.main-menu ul li a.active {
    color: #000080;
    font-size: 16px;
}

.rs-services-two .rs-services-title a:hover, .rs-services-two .rs-services-item:hover .rs-text-btn,
.rs-services-two .rs-services-text-link a:hover {
    color: #000080;
}

.rs-services-two .rs-services-item:hover .rs-square-btn, .rs-services-two .rs-services-text-link a:hover::before {
    background: #000080;
}

.rs-swiper-btn.has-bg-white.hover-red:hover {
    background: #000080;
    border-color: #000080;
}

.rs-services-content p {
    color: #ffffff;
}

.rs-services-five .rs-services-item {
    min-height: 330px;
}

.rs-breadcrumb-one .rs-breadcrumb-menu ul li:not(:last-child)::before {
    content: "\ea64";
    position: absolute;
    font-family: remixicon !important;
    font-size: 20px;
    inset-inline-end: -28px;
    opacity: 1;
    color: var(--rs-white);
}

@media only screen and (max-width: 1300px) {
    .main-menu li a {
        font-size: 16px;
        font-weight: 100 !important;
    }
}

@media only screen and (max-width: 915px) {
    /* .rs-banner-one .rs-banner-content {
        display: none;
    } */
    h2, .h2 {
        font-size: 25px;
    } 
    .rs-banner-one .rs-banner-title {
        font-size: 25px;
    }

}

@media only screen and (max-width: 880px) {
    .rs-banner-one .rs-banner-content {
        display: none;
    }
}