@font-face {
    font-family: 'Estedad';
    src: url('fonts/Estedad-FD-Bold.woff2') format('woff2');
    src: url('fonts/Estedad-FD-Light.woff2') format('woff2');
    src: url('fonts/Estedad-FD-Medium.woff2') format('woff2');
    src: url('fonts/Estedad-FD-Thin.woff2') format('woff2');
    src: url('fonts/Estedad-FD-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    background: rgba(246, 246, 246, 1);
    background-size: cover;
    font-family: Estedad;
}

svg {
    width: 100%;
    height: auto;
    display: block;
}

path {
    cursor: pointer;
    fill: #ccc;
    stroke: #000;
    transition: fill 0.3s;
}

path:hover,
path.active {
    fill: red !important;
}

.nav-link {
    color: black;
}

.slider-container {
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    padding: 1rem 1.0rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.slider-container::-webkit-scrollbar {
    display: none;
}

.slider-wrapper {
    display: inline-flex;
}

.slide {
    flex: 0 0 auto;
    width: 100px;
    text-align: center;
}

.slide img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border: 2px solid red;
    border-radius: 50%;
}

.arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    border: none;
    font-size: 1.5rem;
    color: black;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.arrow-left {
    left: 0;
}

.arrow-right {
    right: 0;
}

.hero-box {
    background-image: url('images/banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    color: #fff;
    padding: 2rem 2rem 16rem 1rem;
    margin-bottom: 2rem;
}

.search-box {
    background: #fff;
    border-radius: 10px;
    padding: 0.5rem 0.5rem 0.5rem 4rem;
    display: inline-block;
    align-items: start;
    max-width: 350px;
    margin: 1rem auto 0 auto;
}

.search-box-mostanad {
    background: #fff;
    border-radius: 50px;
    padding: 0.5rem 0.5rem 0.5rem 4rem;
    align-items: start;

}



.mostanad-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.search-box input {
    border: none;
    outline: none;
    flex: 1;
}

.martyr-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.martyr-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 0.5rem;
}

.martyr-card.green .martyr-img {
    border-color: #009688;
}

.martyr-name {
    font-weight: bold;
    font-size: 1rem;
}

.filter-btns {
    margin: 0 0.25rem 0.5rem 0.25rem;
    background-color: white;
    color: black;
    padding: 0.3rem 1.5rem;
    border-radius: 10px;
    border: none;
}

.filter-btns-selected {
    margin: 0 0.25rem 0.5rem 0.25rem;
    background-color: #E84646;
    color: white;
    padding: 0.3rem 1.5rem;
    border-radius: 10px;
    border: none;
}

.filter-btns-green {
    margin: 0 0.25rem 0.5rem 0.25rem;
    background-color: white;
    color: black;
    padding: 0.3rem 1.5rem;
    border-radius: 10px;
    border: none;
}

.filter-btns-green-selected {
    margin: 0 0.25rem 0.5rem 0.25rem;
    background-color: #05A37F;
    color: white;
    padding: 0.3rem 1.5rem;
    border-radius: 10px;
    border: none;
}

.see-more {
    color: #e91e63;
    font-size: 0.95rem;
    text-decoration: none;
}

.see-more-green {
    color: #05A37F;
    font-size: 0.95rem;
    text-decoration: none;
}

.martyr-img-container {
    background-image: url('images/vector.png');
    height: 100px;
    width: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    padding-right: 5px;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.martyr-img-container-green {
    background-image: url('images/vector-green.png');
    height: 100px;
    width: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    padding-right: 5px;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.martyr-img-inside {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    z-index: 1;
}

#video-btn,
#image-btn {
    padding: 5px 20px;
    border: 1px solid #ccc;
    border-radius: 12px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
}

.red {
    background-color: red;
    color: white;
}

.white {
    background-color: white;
    color: black;
    border: 1px solid red;
}

.footer-container {
    background-color: #262626;
    color: white;
    border-radius: 12px;
}

.footer-container-mobile {
    background-color: #262626;
    color: white;
    border-radius: 12px 12px 0 0;
}

.time-and-date {
    font-size: 0.8rem;
    color: black;
}

.slider-bg {
    display: flex;
    justify-content: end;
    position: fixed;
    left: 0;
}

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

.item {
    width: 12%;
    text-align: center;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
}

/* Media Queries */
@media (max-width: 576px) {
    .navbar {
        background-color: rgba(246, 246, 246, 1);
    }

    .footer-container {
        display: none;
    }

    .martyr-box {
        margin-right: 24px;
    }

    .see-more-box {
        display: none;
    }

    .slider-bg {
        display: none;
    }

    .item {
        width: 48%;
    }


}

@media (min-width: 576px) {
    .navbar {
        background-color: white;
    }

    .footer-container-mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .item {
        width: 48%;
    }
}

@media (max-width: 992px) {
    .item {
        width: 48%;
    }
}


.image-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.image-wrapper img {
    width: 100%;
    height: 70vh;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    background-color: rgba(0, 0, 0, 0.7);

    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-text {
    color: white;
    font-size: 1.5rem;
}


.menu {
    direction: rtl;
    padding: 1rem 0;
}

.menu-list {
    display: flex;
    justify-content: flex-start;
    gap: 1.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-list li a {
    text-decoration: none;
    color: black;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: normal;
    font-size:0.9rem;
    transition: background-color 0.3s ease;
}

.menu-list li a:hover {
    background-color: #eee;
}

.menu-list li a.active {
    background-color: #a0f0e0;
    color:green ;
}


.row-seven {
    display: flex;
}

.row-seven > div {
    flex: 1 1 0;
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
}

.info-title {
    font-size: 0.8rem;
    font-weight: bold;
    color: red;
}

.info-value {
    padding: 0 4px;
    font-size: 0.8rem;
    font-weight: bold;
    color: red;
}



@media (max-width: 576px) {
    .menu-list li a {
        font-size: 0.8rem;
        padding: 4px 4px;
        font-weight: bold;
        color:black;
    }

}


.martyr-img-container-gray {
    background-image: url('images/vector-gray.png');
    height: 100px;
    width: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    padding-right: 5px;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}



.martyr-img-container-white {
    background-image: url('images/vector-gray.png');
    height: 120px;
    width: 120px;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    padding-right: 5px;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}


.card-clickable {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.card-clickable:hover {
    transform: scale(1.05);

}


.gallery-image {
    cursor: pointer;
    transition: transform 0.3s ease;
}
.gallery-image:hover {
    transform: scale(1.05);
}


.martyr-img-inside-white {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    z-index: 1;
}

.salavat-container {
    background-image: url('images/ons-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
}

.salavat-button-container {
    width: 25%;
}

.pattern-img {
    width: 100%;
    height: 100%;
}

.img-right-container  {
    justify-content: start;
}

.img-left-container  {
    justify-content: end;
}





@media (max-width: 576px) {

    .img-right-container {
        justify-content: center;
    }

    .img-left-container {
        justify-content: center;
    }

    .pattern-img {
        transform: rotate(90deg);
        width: 40%;
    }

    .salavat-button-container {
        width: 75%;
    }
    .salavat-container {
        height: 75vh;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

}


.swiper {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 50px;
}

.swiper-slide {
    background: #000;
    width: 300px;
    aspect-ratio: 16 / 9;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
    filter: brightness(0.7);
}

.slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.slide-content h3 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

a {
    text-decoration: none;
}
