
/* header css start */
nav.navbar {
    z-index: 1000;
    position: relative;
}

.navbar-toggler {
    border: 0;
}

.header {
    background: #fff;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.menu .navbar-nav .nav-item a:hover {
    color: #de2a26;
}

.menu .navbar-nav .nav-item {
    padding: 17px 18px;
}

    .menu .navbar-nav .nav-item a {
        font: normal 500 16px / 14px Montserrat;
        color: #0e0e0e;
        padding: 10px 0px;
        letter-spacing: 0.01em;
        position: relative;
        transition: 0.5s all ease-out;
        display: flex;
        align-items: center;
        font-weight: 600;
        text-transform: uppercase;
    }


.logo img {
    max-width: 150px;
    position: absolute;
    top: 0;
}

/* header css end */


/* hero section start */
.hero_banner {
    background: url(../images/hero-banner.jpg);
    width: 100%;
    background-size: contain;
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.marathon-banner {
    background: url(../images/marathon-banner.jpg);
    width: 100%;
    background-size: contain;
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.hero_content h1 {
    font: normal normal 700 75px / 75px Bebas Neue;
    letter-spacing: 7px;
}



.btn_1, .btn_2 {
    padding: 12px 30px !important;
    font: normal normal 600 13px Montserrat !important;
    color: #fff !important;
    border-radius: 0px;
    font-size: 15px !important;
}

.btn_2 {
    background: #00008bd4;
    transition: 0.5s;
}

    .btn_2:hover {
        background: var(--red-color);
    }


.btn_1:hover {
    background: #de2a26;
    transition: 0.5s;
}

.btn_1 {
    background: var(--red-color);
    transition: 0.5s;
}

.child_heading {
    font: normal normal 500 17px /23px Montserrat;
}
/* hero section end */


/* about section start */
.about_img img {
    width: 100%;
    object-fit: cover;
    height: 400px;
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
/* about section end */


/* project section start */
.project_section {
    background-color: #f4f4f4;
}

.news_heading {
    font: normal normal 700 17px Montserrat;
    color: #2b2b2b;
    position: relative;
}

    .news_heading:before {
        position: absolute;
        left: 0;
        width: 40px;
        height: 2px;
        background: #292929;
        bottom: -5px;
        content: '';
        right: 0;
        margin: auto;
    }

.project_box {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    background: #fff;
    border-radius: 20px;
    transition: 0.5s;
    position: relative;
}



    .project_box:hover {
        box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
        transform: translate(0px, -20px);
    }

    .project_box .main_img {
        width: 100%;
        height: 260px;
        object-fit: cover;
        border-radius: 20px 20px 0 0;
    }

    .project_box h4 {
        font: normal normal 600 16px /22px Montserrat;
        color: #2b2b2b;
    }

.progress_bar_main {
    width: 100%;
    height: 8px;
    background: #cdcdcd;
}

    .progress_bar_main .progress_bar {
        width: 35%;
        background: #de2a26;
        height: 100%;
        position: relative;
    }

.project_section .btn_2.bg-white, .hero_hero_btn .btn_2.bg-white {
    color: #ffffff !important;
    transition: 0.5s;
    background: #2b2b9f !important;
}

    .project_section .btn_2.bg-white:hover, .hero_hero_btn .btn_2.bg-white:hover {
        background: #de2a26 !important;
        color: #fff !important;
    }

.progress_bar_main .progress_bar::before {
    position: absolute;
    right: -3px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    height: 13px;
    width: 13px;
    background-color: #fff;
    border: 2px solid #de2a26;
    content: '';
    border-radius: 50%;
}

.project_box_content {
    padding: 25px 20px;
}

.progress_number h5 {
    font: normal normal 600 12px Montserrat;
    color: #000;
}

    .progress_number h5 span {
        font: normal normal 700 16px Montserrat;
    }

.hero_hero_btn ul {
    padding: 0px 35px !important;
    border: 1px solid #de2a26;
    border-radius: 10px;
    align-items: center;
    gap: 8px;
}

    .hero_hero_btn ul img {
        transition: 0.5s;
        width: 18px;
    }

        .hero_hero_btn ul img:hover {
            transform: scale(1.2);
        }
/* project section end */


/* services section start */
.service_box {
    background: #fff;
    padding: 20px 0px;
    border-radius: 20px;
    transition: 0.5s;
}

    .service_box:hover {
        box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
    }

    .service_box h5 {
        font: normal normal 700 15px Montserrat;
        color: #2b2b2b;
        text-transform: uppercase;
    }

.service_container {
    background-color: #00008bd4;
    border-radius: 20px;
}

.service_box img {
    width: 100%;
    max-width: 65px;
    height: 60px;
    object-fit: contain;
}
/* services section end */

/* event_section start */
.event_section {
    background-color: #f4f4f4;
}

.main_event_img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.event_content .btn_1, .event_content .btn_2 {
    padding: 9px 20px !important;
    font: normal normal 600 12px Montserrat !important;
    color: #fff !important;
    border-radius: 10px;
}

.event_content {
    background: #f4f4f4;
    margin-top: -110px !important;
    position: relative;
    padding: 20px 30px;
    margin: 0px 40px;
    border-top: 8px solid #de2a26;
}

    .event_content h4 {
        font: normal normal 800 25px /30px Montserrat;
        text-transform: uppercase;
    }

    .event_content h6 {
        font: normal normal 600 13px /25px Montserrat;
        text-transform: uppercase;
    }

        .event_content h6 i {
            color: #de2a26;
            padding-right: 5px;
        }

    .event_content li i {
        color: #de2a26;
        padding-right: 5px;
        font-size: 15px;
    }

    .event_content li {
        font: normal normal 600 13px /25px Montserrat;
        text-transform: uppercase;
    }
/* event_section end */


/* join section start */
.join_section {
    background: #f4f4f4;
    padding: 80px 0px 80px !important;
}

.join_box {
    background: #fff;
    padding: 25px 25px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 10px;
}

    .join_box h5 {
        font: normal normal 600 14px Montserrat;
        color: #de2a26;
    }

.award_box h1 {
    font: normal normal 700 40px Montserrat;
    color: #444342;
    display: flex;
    align-items: center;
    gap: 10px;
}

.award_box h4 {
    font: normal normal 600 20px Montserrat;
    color: #444342;
}

.award_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .award_box ul li {
        width: 50%;
        margin-top: 90px;
    }
/* join section end */


/* testimonial section start */


.testimonial_content h6 {
    font: normal normal 600 13px Montserrat;
    margin: 0;
    color: #de2a26;
}

.testimonial_content h5 {
    font: normal normal 700 16px /25px Montserrat;
    margin: 0;
}

.blog_box {
    background: #fff;
    border-radius: 20px !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}

    .blog_box .main_event_img img {
        height: 250px;
    }

    .blog_box .event_content {
        background: #fff;
        border-radius: 0px 0px 20px 20px !important;
        margin-top: -30px !important;
        padding: 40px 30px;
    }

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 17px !important;
    color: #ff8a00;
    background: #f4f4f4;
    padding: 10px 10px;
    border-radius: 5px;
}
/* testimonial section end */

/* footer section start */
footer {
    background: #d7d7d7;
}

.footer_text ul li a {
    font: normal normal 600 14px /33px Montserrat;
    color: #3f3f3f;
}

footer .copy_border {
    border-top: 1px solid #00000024;
}

.copy_right p, .copy_right a {
    font: normal normal 500 14px Montserrat;
    color: #212529;
}

.footer_text p {
    font: normal normal 600 14px /22px Montserrat;
    color: #3f3f3f;
}

.footer_text h5 {
    font: normal normal 700 20px Montserrat;
}
/* footer section end */


/* about page start */
.about_section {
    background: url(../images/about-banner.jpg);
    width: 100%;
    height: 290px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-top: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog_section {
    background: url(../images/blog-banner.jpg);
}

.contact_banner {
    background: url(../images/contact-banner.jpg);
}

.project_section_main {
    background: url(../images/project-banner.jpg);
}

.mession_section {
    background-color: #f4f4f4;
}

.mission_box h3 {
    font: normal normal 800 18px Montserrat;
    color: #393939;
    margin: 15px 0px;
}

.mission_box {
    border: 2px solid #434343;
    padding: 30px 20px;
    border-radius: 20px;
}

.story_img img {
    width: 100%;
    max-width: 398px;
    height: 500px;
    object-fit: cover;
    object-position: top;
}

.story_content h4 {
    font: normal normal 700 20px Montserrat;
}
/* about page end */


/* container page start */

.contact_container {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    padding: 10px 20px;
    border-radius: 10px;
}

.main_contact_box {
    background: #f4f4f4;
    padding: 20px 20px;
    border-radius: 10px;
}

.contact_container .footer_text h5 {
    font: normal normal 800 18px Montserrat;
    color: #de2a26;
}

.contact_container .footer_text h6 {
    font: normal normal 700 15px Montserrat;
    color: #3f3f3f;
}

.contact_form input, .contact_form textarea {
    font: normal normal 600 14px /22px Montserrat;
    color: #3f3f3f;
}

.contact_form label {
    font: normal normal 600 14px /22px Montserrat;
    color: #3f3f3f;
}
/* container page end */



/* project page start */
.text_header h5 {
    font: normal normal 600 16px /22px Montserrat;
    color: var(--red-color);
}

.main_heading h4 {
    font: normal normal 600 20px /22px Montserrat;
}

.main_banner {
    background: url(../images/hero-banner.jpg);
    width: 100%;
    height: 385px;
    background-size: cover;
    background-position: right;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.social_media_btn ul {
    background: #253c80;
    padding: 10px 15px;
    border-radius: 10px;
    color: #fff;
}

.donation_box .progress_number {
    position: absolute;
    top: -42px;
    width: 100%;
}

.donation_box .progress_bar_main {
    position: relative;
    background: #ff8a0040;
    height: 7px;
    border-radius: 10px;
}

    .donation_box .progress_bar_main .progress_bar::before {
        content: none;
    }

    .donation_box .progress_bar_main .progress_bar {
        border-radius: 10px;
    }

.donate_logo {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    border-radius: 15px;
}

.donation_box > a {
    width: 100%;
    background: #de2a26;
    display: flex;
    padding: 14px 15px;
    justify-content: center;
    border-radius: 10px;
    font: normal normal 700 25px Montserrat;
    color: #fff;
}

.share_text a {
    font: normal normal 600 13px Montserrat;
    color: #0055d3;
    font-style: italic;
}

.social_media_btn ul li, .social_media_btn ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 3px;
}

.social_media_main .social_media li a img {
    width: 25px;
}

.social_media_main .social_media {
    margin: 20px 0 !important;
    justify-content: center;
}

.main_tabs ul li a i {
    color: #de2a26;
    padding-right: 5px;
}

.main_tabs ul li a {
    font: normal normal 600 15px Montserrat;
    color: #6d6d6d;
    padding: 0px 8px;
}

.main_project_tabs {
    padding: 10px 0px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.main_tabs {
    padding: 15px 20px;
    border-bottom: 2px solid #6e6e6e;
}

    .main_tabs.Rewards_tab {
        width: fit-content;
        justify-content: center;
        display: flex;
        margin: auto;
    }

        .main_tabs.Rewards_tab ul li a {
            font: normal normal 600 20px Montserrat;
        }

.main_tabs_data {
    padding: 30px 30px;
}

    .main_tabs_data h6 {
        font: normal normal 600 15px /25px Montserrat;
    }

.divine_box h4 {
    font: normal normal 600 17px Montserrat;
    color: #de2a26;
    margin-bottom: 20px;
}

.top_doners_tabs {
    box-shadow: 0px 5px 5px transparent
}

.divine_box {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    padding: 20px 30px;
    transition: 0.5s;
}

    .divine_box:hover {
        box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
    }

    .divine_box h3 {
        font: normal normal 700 28px Montserrat;
        color: #373737;
        margin-bottom: 20px;
    }

    .divine_box li {
        font: normal normal 600 12px /15px Montserrat;
        margin-bottom: 20px;
        color: gray;
    }

        .divine_box li::marker {
            color: #de2a26;
        }

.main_tabs ul li a span {
    font: normal normal 600 10px Montserrat;
    position: relative;
    top: -6px;
}

.stroy_container {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.blog_banner {
    margin-top: 140px;
    border-bottom: 2px solid #8080804f;
    padding-bottom: 20px;
}

    .blog_banner .main_inner_img {
        width: 100%;
        object-fit: cover;
    }

    .blog_banner h5 {
        font: normal normal 700 16px Montserrat;
    }


    .blog_banner .profile_text h6 {
        font: normal normal 600 13px Montserrat;
        margin: 0;
        color: #de2a26;
    }

    .blog_banner .profile_text h5 {
        font: normal normal 700 15px Montserrat;
    }

.date_main {
    font: normal normal 600 13px Montserrat;
    color: gray;
}

.blog_banner .main_paira {
    font: normal normal 600 14px /25px Montserrat;
}

.inner_text_main h5 span {
    font: normal normal 500 13px Montserrat;
}

.inner_text_main h5 {
    font: normal normal 700 16px Montserrat;
}

.marathan_details p {
    font: normal normal 500 13px /21px Montserrat;
}

.marathan_details h5 {
    font: normal normal 700 16px /25px Montserrat;
}

.race_section {
    background: #f3f3f3;
}

.main_reace_sun {
    font: normal normal 600 15px Montserrat;
    color: #636363;
}

.race_categories_box {
    background: #fff;
    padding: 30px 20px;
    border: 2px solid #dfdfdf;
    border-radius: 5px;
}


    .race_categories_box a {
        font: normal normal 600 13px /21px Montserrat;
        color: #000;
    }

        .race_categories_box a i {
            padding-left: 5px;
            font-size: 12px;
        }

.desk_heading h5 {
    font: normal normal 700 22px /25px Montserrat;
}


.desk_heading h6 {
    font: normal normal 600 14px /20px Montserrat;
}

.Get_Direction_Btn a {
    border: 1px solid gray;
    font: normal normal 600 16px Montserrat;
    color: #000;
    padding: 15px 40px;
}
/* project page end */




/* timer css start */
#countdown {
    width: 465px;
    height: 150px;
    text-align: center;
    background: #222;
    background-image: -webkit-linear-gradient(top, #222, #333, #333, #222);
    border: 1px solid #111;
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
    margin: auto;
    padding: 24px 0;
    position: relative;
}

    #countdown:before {
        content: "";
        width: 8px;
        height: 65px;
        background: #444;
        background-image: -webkit-linear-gradient(top, #555, #444, #444, #555);
        background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
        background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
        background-image: -o-linear-gradient(top, #555, #444, #444, #555);
        border: 1px solid #111;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        display: block;
        position: absolute;
        top: 48px;
        left: -10px;
    }

    #countdown:after {
        content: "";
        width: 8px;
        height: 65px;
        background: #444;
        background-image: -webkit-linear-gradient(top, #555, #444, #444, #555);
        background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
        background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
        background-image: -o-linear-gradient(top, #555, #444, #444, #555);
        border: 1px solid #111;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        display: block;
        position: absolute;
        top: 48px;
        right: -10px;
    }

    #countdown #tiles {
        position: relative;
        z-index: 1;
    }

        #countdown #tiles > span {
            width: 92px;
            max-width: 92px;
            font: bold 48px 'Droid Sans', Arial, sans-serif;
            text-align: center;
            color: #111;
            background-color: #ddd;
            background-image: -webkit-linear-gradient(top, #bbb, #eee);
            background-image: -moz-linear-gradient(top, #bbb, #eee);
            background-image: -ms-linear-gradient(top, #bbb, #eee);
            background-image: -o-linear-gradient(top, #bbb, #eee);
            border-top: 1px solid #fff;
            border-radius: 3px;
            box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
            margin: 0 7px;
            padding: 18px 0;
            display: inline-block;
            position: relative;
        }

            #countdown #tiles > span:before {
                content: "";
                width: 100%;
                height: 13px;
                background: #111;
                display: block;
                padding: 0 3px;
                position: absolute;
                top: 41%;
                left: -3px;
                z-index: -1;
            }

            #countdown #tiles > span:after {
                content: "";
                width: 100%;
                height: 1px;
                background: #eee;
                border-top: 1px solid #333;
                display: block;
                position: absolute;
                top: 48%;
                left: 0;
            }

    #countdown .labels {
        width: 100%;
        height: 25px;
        text-align: center;
        position: absolute;
        bottom: 3px;
    }

        #countdown .labels li {
            width: 102px;
            font: bold 15px 'Droid Sans', Arial, sans-serif;
            color: #ff7200;
            text-shadow: 1px 1px 0px #000;
            text-align: center;
            text-transform: uppercase;
            display: inline-block;
        }

.active {
    color: #2b2b9f !important;
}

.donate_logo img {
    width: 75px;
}

.donate_logo h6 {
    font: normal normal 600 13px Montserrat;
    color: #de2a26;
}

.donate_logo h5 {
    font: normal normal 700 15px Montserrat;
    color: #043783;
}

.payment_img img {
    width: 100%;
}
/* timer css end */

.mtt {
    margin-top: 85px;
}


.our_prjct .swiper-wrapper {
    padding-bottom: 50px;
}

    .our_prjct .swiper-wrapper .project_box {
        box-shadow: rgb(255 255 255 / 25%) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    }

.our_team .project_box h4 {
    color: #000000;
    font-weight: 700;
}

.our_prjct .project_box h4 {
    text-transform: uppercase;
}


.about__us .story_img {
    text-align: center;
}

    .about__us .story_img img {
        height: unset;
    }


.bordof .project_box .main_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}


.card-image {
    /* width: 414px; */
    position: relative;
    overflow: hidden;
}

    .card-image img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
    }

#mainmenus li {
    position: relative;
    padding-left: 10px;
    display: inline-block;
    text-align: left;
}

    #mainmenus li ul {
        background-color: #fff;
        width: 250px;
        height: auto;
        position: absolute;
        left: 0;
        top: 140%;
        visibility: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        z-index: 999;
        padding-left: 0;
    }

        #mainmenus li ul li {
            border-bottom: 1px solid #eaeaea;
            display: block;
            position: relative;
        }

            #mainmenus li ul li a {
                line-height: 45px;
                display: block;
                padding: 0 15px;
                font-size: 15px;
                font-weight: 500;
                color: #555;
                -webkit-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
                transition: color 0.3s ease 0s, padding 0.3s ease 0s;
            }

    #mainmenus li:hover > ul {
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        top: 100%;
    }


.msn_vsn .story_img {
    text-align: center;
    width: 350px;
    text-align: center;
    margin: auto;
}

    .msn_vsn .story_img img {
        max-height: 100%;
        max-width: 100%;
        height: unset;
        object-fit: cover;
        object-position: top;
    }

.sec-img {
    width: 100%;
    height: 250px
}

@media(max-width:991px) {
    .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .mt-5 {
        margin-top: 0rem !important;
    }
    .aboutt {
        padding: 34px 0px 27px!important;
    }
}

@media(max-width:767px) {
    .our_prjct .project_box h4 {
        text-transform: uppercase;
        text-align: center;
    }
}
.w100 {
    width: 100%;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    grid-gap: 1rem;
}

.gallery__item {
    box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.4);
    overflow: hidden;
    position: relative;
}

.gallery__image {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    height: 100%;
    width: 100%;
    position: relative;
}

    .gallery__image:hover {
        cursor: pointer;
        opacity: 0.7;
        transform: scale(1.15);
    }

        .gallery__image:hover + .gallery__image__caption {
            display: block;
        }

.gallery__navigation--next, .gallery__navigation--prev, .gallery__navigation--close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: 0;
    height: 42px;
    opacity: 0.5;
    overflow: hidden;
    padding: 0;
    transition: opacity 0.2s ease-in-out;
    width: 42px;
}

    .gallery__navigation--next:hover, .gallery__navigation--prev:hover, .gallery__navigation--close:hover {
        opacity: 1;
    }

    .gallery__navigation--next::before, .gallery__navigation--prev::before {
        display: flex;
        content: "";
        border: solid #fff;
        border-width: 0 0.25rem 0.25rem 0;
        padding: 0.5rem;
    }

.gallery__navigation--next {
    right: 1.5rem;
    transform: rotate(-45deg);
}

.gallery__navigation--prev {
    left: 1.5rem;
    transform: rotate(135deg);
}

.gallery__navigation--close {
    top: 2rem;
    right: 2rem;
}

    .gallery__navigation--close::before {
        position: absolute;
        left: 1rem;
        background-color: #fff;
        content: " ";
        height: 33px;
        transform: rotate(45deg);
        width: 2px;
    }

    .gallery__navigation--close::after {
        position: absolute;
        left: 1rem;
        background-color: #fff;
        content: " ";
        height: 33px;
        transform: rotate(-45deg);
        width: 2px;
    }

.gallery__modal {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    inset: 0;
    overflow-y: scroll;
    width: 100%;
    z-index: 1;
}

    .gallery__modal img {
        display: block;
        margin-top: 150px;
        max-width: 90%;
        max-height: 60%;
        max-height: 60%;
    }

.gallery__navigation--close {
    position: absolute;
    top: 130px;
    right: 30px;
}

.gallery__modal[aria-hidden=true] {
    display: none;
}

.gallery__modal[aria-hidden=false] {
    display: flex;
}

.g-text {
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: #dd181c;
    padding: 6px;
    width: 100%;
}

    .g-text h3 {
        color: #fff;
        font-size: 17px;
        text-align: center;
    }



video {
    height: 250px;
    width: 300px;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    padding-right: 26px;
}

.play-button i {
    position: absolute;
    width: 41px;
    /* top: 79px; */
    bottom: 119px;
    left: 133px;
    font-size: 30px;
    color: #de2a26;
}