@font-face {

    font-family: 'Bahij_TheSansArabic';
    src: url('../images/Font/Bahij_TheSansArabic-Bold.ttf') format('truetype');
    src: url('../images/Font/Bahij_TheSansArabic-ExtraBold.ttf') format('truetype');
    src: url('../images/Font/Bahij_TheSansArabic-ExtraLight.ttf') format('truetype');
    src: url('../images/Font/Bahij_TheSansArabic-Black.ttf') format('truetype');
    src: url('../images/Font/Bahij_TheSansArabic-Light.ttf') format('truetype');
    src: url('../images/Font/Bahij_TheSansArabic-Plain.ttf') format('truetype');
    src: url('../images/Font/Bahij_TheSansArabic-SemiBold.ttf') format('truetype');
    src: url('../images/Font/Bahij_TheSansArabic-SemiLight.ttf') format('truetype');

}


@font-face {

    font-family: 'cairo';
    src: url('../images/Font/cairo/Cairo-Black.ttf') format('truetype');
    src: url('../images/Font/cairo/Cairo-Bold.ttf') format('truetype');
    src: url('../images/Font/cairo/Cairo-ExtraBold.ttf') format('truetype');
    src: url('../images/Font/cairo/Cairo-ExtraLight.ttf') format('truetype');
    src: url('../images/Font/cairo/Cairo-Light.ttf') format('truetype');
    src: url('../images/Font/cairo/Cairo-Medium.ttf') format('truetype');
    src: url('../images/Font/cairo/Cairo-Regular.ttf') format('truetype');
    src: url('../images/Font/cairo/Cairo-SemiBold.ttf') format('truetype');
    src: url('../images/Font/cairo/Cairo-VariableFont_slnt,wght.ttf') format('truetype');


}


body {
    direction: rtl;
    font-family: "Bahij_TheSansArabic", san-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.share {
    border: 3px solid #0e0503;
    border-radius: 8px;
    font-size: 20px;
    color: #231F20;
    padding: .2rem 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .5rem;
    margin-left: 2rem !important;
}

.share i {
    color: #DF4319;
    margin-left: .4rem;
    margin-right: .4rem;
}

.authbtn {
    border: 3px solid #DF4319;
    border-radius: 8px;
    font-size: 20px;
    color: #231F20;
    padding: .2rem 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .5rem;
    margin-left: 2rem !important;
}

.authbtn i {
    color: #DF4319;
    margin-left: .4rem;
    margin-right: .4rem;
}


#profileicon,
#logouticon,
#settingsicon {
    margin: 0px;
    padding: 0px;
    color: #DF4319;
    margin-left: .4rem;

}

.applyauthcontainer {
    display: flex;
    justify-content: space-between;
    /* Change alignment to space between */
    align-items: center;
    /* Keep items centered vertically */
    text-align: center;
    /* Keep text centered horizontally */
    align-content: center;
    /* This property is not needed in this context */
}

.applyauth {
    background: #DF4319 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 0.7rem 2rem;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border: none;
    margin-bottom: 2rem;
}

.linehr {
    background: #DF4319 0% 0% no-repeat padding-box;

}

.closeapplyauth {
    background: #DF4319 0% 0% no-repeat padding-box;
    border-radius: 2px;
    padding: 0.5rem 1rem;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    border: none;
    margin-bottom: 1rem;
}

.dropdown {
    position: relative;
}

.dropdown__button {
    color: #231F20;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    background-color: transparent;
    border: none;
    font-family: sans-serif;
}

.dropdown__button i {
    color: #DF4319;
}

.dropdown__buttonaccount {
    color: #231F20;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    background-color: transparent;
    border: none;
}

.dropdown__buttonaccount i {
    color: #DF4319;
}

.dropdown__items {
    color: #231F20;
    font-size: 17px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    background-color: transparent;
    border: none;
    padding: 1rem;
}

.dropdown__itemsaccount {
    color: #231F20;
    font-size: 17px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    background-color: transparent;
    border: none;
    padding: 1rem;
}

.loginmb {

    color: #231F20;
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    align-items: center;
    background-color: transparent;
    border: none;
}

.dropdown__item {
    width: 100%;
    text-align: left;
    padding: 1rem;
}

.dropdown--hide {
    display: none;
}

.dropdown--show {
    display: block;
}

.dar-elmaraya {
    color: #231F20;
    font-size: 17px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    background-color: transparent;
    border: none;
}

.dar-elmaraya i {
    color: #DF4319;
}

.dropdown-elmaraya {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-content-elmaraya {
    display: none;
    position: relative;
    background-color: transparent;
    padding: 1rem;
    width: 100%;
    z-index: 1;
}

.dropdown-content-elmaraya a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.pop-1 {
    display: block !important;
}

.show-2 {
    display: block !important;
}

.rotate,
.rotate-2 {
    transform: rotate(180deg);
}

.dar-magla {
    color: #231F20;
    font-size: 17px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    background-color: transparent;
    border: none;
}

.dar-magla i {
    color: #DF4319;
}

.dropdown-magla {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-content-magla {
    display: none;
    position: relative;
    background-color: transparent;
    padding: 1rem;
    width: 100%;
    z-index: 1;
}

.dropdown-content-magla a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.about-link {
    /*  background: #8683aa7f 0% 0% no-repeat padding-box;*/
    padding: 6px 0;
    margin-bottom: 2rem;
    margin-top: 1rem;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: rgb(0, 0, 0);
}


.mkstitle-link {
    /* background: #8683aa7f 0% 0% no-repeat padding-box; */
    padding: 40px 27px;
    margin-bottom: 0rem;
    margin-top: 1rem;
    text-align: center;
    letter-spacing: -0.48px;
    line-height: 1.5;
    font-size: 22px;
    border: 1px dashed #2B4596;
    border-radius: 10px;
    color: rgb(186 12 12);
    font-weight: bold;

}



.blog-section aside,
.single-blogs aside {
    position: sticky;
    top: 4rem;
}

.audio-section aside {
    position: sticky;
    top: 4rem;
}

.about-link a {
    letter-spacing: 0px;
    color: #420e1b;
    font-weight: bold;
    font-size: 19px;
}

.about-link a i {
    color: #000000;
    margin-left: 1rem;
}


.nav-top {
    display: flex;
    align-items: end;
}

.nav-links #ulnavlinks {
    padding: .3rem 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #231F20;
    width: 100%;
    justify-content: space-between;
}

.navbar-nav-2 {
    border-bottom: none !important;
}

.active-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #FFF;
    width: 100%;
    padding: .5rem 0rem;
    z-index: 12;
    /* transition: all ; */
}

.navbar-nav-2 a {
    margin-left: 1rem;
}

.nav-links {
    width: 100%;
}

.nav-links #ulnavlinks li {
    list-style: none;
    position: relative;
    transition: all .3s;
}

.dropdown-menu #profileSettings:hover {
    color: #DF4319 !important;
}

.dropdown-menu #profileLogout:hover {
    color: #DF4319 !important;
}

.dropdown-menu #profileDetails:hover {
    color: #DF4319 !important;
}

#profileimg {
    border: 1px solid red;
    font-size: 20px;
    width: 33px;
    border-radius: 50%;
}

.nav-links #ulnavlinks li span {
    position: absolute;
    display: none;
    right: 37%;
    top: 70%;
    font-size: 14px;
    color: #6E6E6E;
    transition: all .3s;
}

.nav-links #ulnavlinks li:hover span {
    display: block;
    transition: all .3s;
}

.nav-links #ulnavlinks li a {
    color: #231F20 !important;
    font-size: 17px;
    font-weight: bold;
    margin-left: 1rem;
    transition: all .3s;
}

.nav-links #ulnavlinks li a span {
    color: #DF4319;
    font-size: 22px;
    font-weight: bold;
    margin-right: 1rem;
}

.nav-item .active,
.nav-item a:hover {
    color: #DF4319 !important;
}

.nav-item-bullet {
    display: block !important;
    right: unset !important;
    top: unset !important;
    writing-mode: tb !important;
    font-size: 24px !important;
    color: #DF4319 !important;
    position: relative !important;
}

.logo-dark {
    height: 120px;
}

.nav-logo {
    /* margin-left: 2rem; */
    width: 70px;
}

.nav-link img {
    margin-left: 0.3rem;
    width: 5rem;
}

.bars i {
    color: #DF4319;
    font-size: 28px;
    margin-right: 1rem;
}

.bars {
    font-weight: normal !important;
    letter-spacing: 1.1px;
    margin-left: 0 !important;
    color: #231F20;
    font-size: 17px;
    font-weight: bold;
    margin-left: 1rem;
    transition: all .3s;
}

.search img {
    margin-right: 1rem;
}

.search {
    font-weight: normal !important;
    letter-spacing: 1.1px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: 0 !important;
}

.navbar-brand {
    margin: 0;
    padding: 0;
}

.offcanvas-body .nav-item {
    border-bottom: 1px solid #E0E0E0;
    padding: .5rem 3.5rem;
    transition: all .3s;
}

.offcanvas-body ul {
    padding: 0;
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #ffffffd3;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
}

.offcanvas-body {
    padding: 0;
}

.offcanvas-body .nav-item span {
    display: none;
    transition: all .3s;
}

.offcanvas-body .nav-item .active {
    color: #DF4319 !important;
    font-size: 22px !important;
    transition: all .3s;
}

.offcanvas-body .nav-item .active span {
    display: inline;
    transition: all .3s;
}

.offcanvas-body .navbar-nav .nav-link {
    color: #231F20;
    font-size: 15px;
    font-weight: bold;
    font-family: sans-serif;
}

.offcanvas-header {
    justify-content: end;
}

.offcanvas-header i {
    color: #231F20;
    font-size: 30px;
}

.offcanvas-footer {
    padding: .5rem 3.5rem;
    margin-bottom: 1rem;
}

.offcanvas-footer i {
    color: #080808;
    border: 1px solid #19297b;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
    margin-bottom: 1rem;
    font-size: 20px;
}

.offcanvas-footer p {
    color: #6E6E6E;
    font-size: 14px;
}




.footer {
    background: #AFCEC2 0% 0% no-repeat padding-box;
    padding: 3rem 0;
    padding: 2rem 0;
    /* إضافة مسافة من أعلى وأسفل */
}

.footer .container {
    max-width: 1200px;
    /* تحديد عرض الحاوية */
}

.footer .row {
    display: flex;
    justify-content: space-between;
}

.footer .col-md-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer_logo {
    width: 100%;
    max-width: 200px;
    /* تعيين الحد الأقصى لعرض الشعار */
    align-items: center;

}

.social {
    display: flex;
    justify-content: center;

}

.social a {
    color: #333;
    font-size: 1.5rem;
}

.social a:hover {
    color: #FF5733;
    /* تغيير اللون عند التمرير */
}

.footer .d-flex {
    margin-top: 1rem;
}

.footer p {
    font-size: 0.9rem;
    color: #333;
    margin: 0.3rem 0;
}


.footer .social {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .social a {
    color: #000000;
    border: 1px solid #FF5733;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
    margin-top: .7rem;
    font-size: 20px;
}

.footer .links ul li {
    display: block;
    margin-bottom: 0.5rem;
}

.footer .links ul li a {
    color: #DFDFDE;
    font-size: 14px;
    text-decoration: underline;
}

.footer .copyRight {
    color: #DFDFDE;
    font-size: 14px;
    margin-right: 0;
    border-top: 1px solid #DFDFDE;
    padding-top: 0.7rem;
    margin-top: 0.7rem;
    letter-spacing: -0.48px;
    line-height: 1.5;
}

.Application {
    background-color: #f9f9f9;
    padding: 6px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.app {
    display: flex;
    justify-content: space-evenly;
}

.app img {
    height: 80%;
}

.app p {
    color: #FFFFFF;
    font-size: 18px;
    margin-left: 0.5rem;
    margin-bottom: 0;
}

.app a {
    margin-left: 0.5rem;
}

.app h1 {
    color: #FFFFFF;
    font-size: 24px;
    margin-right: 0.5rem;
    font-weight: bold;
}

.Application h2 {
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 1rem;
    font-weight: bold;
}

.index {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-flow: column;
    height: 90%;
}

.index h1 {
    color: #231F20;
    font-size: 36px;
    font-weight: bold;
}

.index a {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    background: #DF4319 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 0.6rem 4rem;
}

.addicta {
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-flow: column;
    color: #2D3958;
    font-size: 14px;
}

.addicta a {
    font-weight: bold;
    color: #2D3958;
    font-size: 14px;
}

.addicta img {
    display: block;
}

.more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.6rem;
    color: #DF4319;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #D1D1D1;
    border-radius: 10px;
    margin-bottom: 3rem;
}

.more:hover {
    color: #DF4319;
}

.about p {
    width: 60%;
    margin: auto;
    color: #231F20;
    font-size: 22px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    text-align: justify;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown {
    outline: none;
    border: none;

}

.dropdown i {
    margin-right: 0.5rem;
}

.dropdown .dropdown-menu {
    background: #f8f9fa 0% 0% no-repeat padding-box;
    border: none;
    width: 100%;
    margin-top: .6rem;
    left: 0;
    border-radius: 0px;
    overflow: hidden;
    text-align: right;
    padding: 0;
    padding-bottom: 2rem;
    list-style: none
}

.dropdown .dropdown-menu li {
    padding: 8px;
    color: #BCB8AD;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.dropdown a {
    color: #231F20;
    font-size: 15px;
    font-weight: normal;
    font-weight: bold;
}

.dropdown-item {
    margin: 0 !important;
    font-size: 15px !important;

}

.dropdown-item.active,
.dropdown-item:hover {
    background-color: transparent;
    color: #DF4319;
}


.practs {
    background-color: #c1693a;
    padding: 2rem 0;
    height: 25px;
    overflow: hidden;
}

.new-practs {
    display: flex;
    /* align-items: center; */
}

.new-practs h2 {
    color: #FFF;
    font-size: 32px !important;
    font-weight: bold;
    margin-top: 3rem;
}

.new-practs img {
    /* object-fit: cover; */
}

.practs .practs-img {
    margin-left: 1rem;
    height: 120px;
}

.practs h2 {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
}

.practs h2 img {
    margin-left: 0.5rem;
}

.practs h3 {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: .5rem;
    font-family: 'Roboto', sans-serif;
}

.practs a {
    color: #DF4319;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.dots {
    width: 8px;
    height: 8px;
    background-color: #DF4319;
    border-radius: 50%;
    margin-left: 0.5rem;
}

.search-group {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #6E6E6E;
}

.search-group .search-input {
    border: none;
    outline: none;
}

.search-group .dropdown .dropdown-menu {
    background-color: #FFF;
    margin-top: 0;
    display: none;
}

.dropdown-menu.show {
    display: block !important;
}


/* Dropdown menu css */
.dropdown-container {
    position: relative;
    max-width: 100%;
}

.dropdown-container .dropdown-toggle {
    color: #231F20;
    background-color: transparent;
    font-size: 16px;
    /* padding: 18px 20px; */
    /* box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5); */
    /* border-radius: 10px; */
    /* font-weight: 600; */
    cursor: pointer;
    position: relative;
    transition: all ease-in-out 0.3s;
}

.dropdown-container .dropdown-toggle label {
    cursor: pointer;
    width: 100%;
}

.dropdown-container .dropdown-toggle:hover,
.dropdown-container .dropdown-toggle:active,
.dropdown-container .dropdown-toggle:focus {
    background-color: transparent;
    color: #231F20;
}

.dropdown-container .dropdown-menu {
    position: absolute;
    top: 100%;
    /* display: block; */
    background: #F4F4F4 0% 0% no-repeat padding-box;
    border: none;
    width: 100%;
    margin-top: .6rem;
    left: 0;
    border-radius: 8px;
    overflow: hidden;
    text-align: right;
    padding: 0;
    padding-bottom: 2rem;
    list-style: none
}

.dropdown-container .dropdown-menu:hover {
    display: inline;
}

.dropdown-container .dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
    z-index: 10;
}

.dropdown-container .dropdown-menu a {
    display: block;
    color: #231F20;
    font-size: 15px;
    transition: all ease-in-out 0.3s;
    padding: 8px;
    cursor: pointer
}

.dropdown-container .dropdown-menu a.active {
    color: #DF4319;
}

.dc {
    position: relative;
    z-index: 10;
    width: 50%;
}

.dropdown-container .dropdown-menu,
.dropdown-container .dropdown-toggle {
    position: relative;
}

.dropdown-container .dropdown-toggle i {
    margin-right: 2rem;
    transition: all ease-in-out 0.2s;
}

.dropdown-container.dropdown-open .dropdown-toggle i {
    transform: rotate(180deg);
    transition: all ease-in-out 0.2s;
}

.dropdown-container .dropdown-menu {
    z-index: 13;
    position: absolute;
    padding: 1rem;
    /* right: -100%; */
}

.dropdown-container.dropdown-open .dropdown-menu.dropdown-active {
    display: inline;
}

.dropdown-container.dropdown-open .dropdown-toggle:before {
    transform: rotate(-135deg);
}


.dropdown_c {
    position: relative;
    margin-top: -1.5rem;
}

.selected {
    display: flex;
    justify-content: end;
    flex-flow: row;
    align-items: center;
}


.selected span {
    cursor: pointer;
    padding: 10px 15px;
    margin: 0;
    color: #231F20;
    background-color: transparent;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    transition: all ease-in-out 0.3s;
}

.drop-content {
    position: relative;
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
    /* display: none; */
}

.div-width {
    width: 60%;
    margin: auto;
}

.file-border {
    border: 1px solid #000;
    width: 100%;
    padding: 0 5px;
    height: 34px;
    text-overflow: clip;
    opacity: 0;
    cursor: pointer;
}

.upload-btn {
    display: block;
    width: calc(100% - 30px);
    /* height: 34px; */
    border: 1px solid #707070;
    position: absolute;
    top: 30px;
    z-index: -1;
    padding: 10px;
    /* line-height: 34px;  */
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    cursor: pointer;
    display: flex;
    justify-content: end;
    align-items: center;
    /* margin-bottom: 1rem; */
}

.mobile-nav {
    display: none;
    padding: 1rem 0;
}

.mobile-nav-scroll {
    position: fixed;
    top: 0;
    z-index: 16;
    right: 0;
    left: 0;
    /* bottom: 0; */
    width: 100%;
    background-color: #FFF;
}

.drop-down,
.drop-down-1 {
    position: relative;
}

.drop-down .selected a img,
.drop-down-1 .selected a img {
    width: 50px;
}

.drop-down .selected a i,
.drop-down-1 .selected a i {
    color: #DF4319;
    margin-right: .5rem;
}

.drop-down .options ul,
.drop-down-1 .options ul {
    background: #fff;
    list-style: none;
    padding: 1rem;
    position: absolute;
    right: 0px;
    /* top:35px; */
    z-index: 15;
    transition: all .3s;
}

.drop-down ul li a,
.drop-down-1 ul li a {
    color: #231F20;
    font-size: 17px;
    font-weight: bold;
    margin-left: 1rem;
    transition: all .3s;
    white-space: nowrap;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

#staticBackdrop .modal-body {
    padding: 3rem;
    border: 5px solid #DF4319;
}

#staticBackdrop .modal-dialog {
    margin: 15% auto;
}

.static-close {
    background-color: #DF4319;
    color: #FFF;
    font-size: 16px;
    padding: .4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: auto;
    border: none;
    border-radius: 12px;
}

.show-modal h3 {
    color: #000;
    font-size: 22px;
    margin-bottom: 1rem;
    font-weight: bold;
}

.show-modal p {
    color: #000;
    font-size: 16px;
    margin-bottom: .5rem;
}

.show-modal p a {
    color: #DF4319;
    font-size: 16px;
}

.glass-secation {
    background: #231F20 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    padding: 4rem 0;
}

.Seminars_img,
.Signing_img,
.Opposed_img {
    /* width: 35rem;*/
    height: 20rem;
}

.audio_img {
    width: 15rem;
    height: 15rem;
}



@media (max-width: 768px) {

    #staticBackdrop .modal-dialog {
        margin: 50% auto;
    }

    .audio-controls {
        overflow: hidden;
    }

    .home .audio-section .blog img {}

    .Google {
        width: 120px;
    }

    .Seminars_img,
    .Signing_img,
    .Opposed_img,
    .festival img,
    .single-film img,
    .blog_img {
        width: 100% !important;
        height: 100% !important;
    }

    .audio_img {
        width: 90% !important;
    }

    .Swiper {
        overflow: hidden;
    }

    .blog-section aside,
    .single-blogs aside {
        position: relative;
        top: unset;
    }

    .audio-section aside {
        position: relative;
        top: unset;
    }

    .card .card-img-top {
        height: auto;
        max-height: 350px;
    }

    .about-link a {
        font-size: 18px;
    }

    .about-link a i {
        margin-left: .6rem;
    }

    .mobile-nav {
        display: block;
    }

    .nav-scroll {
        display: none !important;
    }

    .div-width {
        width: 100%;
    }

    .about p {
        width: 90%;
    }

    .practs {
        height: 100%;
    }

    .Application {
        /* display: none; */
    }

    .app {
        display: flex;
        justify-content: space-between;
        flex-flow: row;
    }

    .footer p {
        margin-top: 1rem;
        margin-bottom: 2rem;
        margin-right: 0;
        text-align: center;
    }

    .links {
        margin-bottom: 2rem;
    }

    .footer .social {
        justify-content: start;
    }

    .footer_logo {
        width: 400px;
    }
}

@keyframes slideInFromLeft {
    0% {
        transform: scale(1);
    }

    /* 50% {
        transform: translateX(0);
    } */
    100% {
        transform: scale(3);
    }
}

.page-loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #FFF;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.loader {
    width: 250px;
    /* height: 0; */
    max-height: 400px;
    overflow: hidden;
}

.page-loader img {
    /* animation: .5s ease-out 0s 3 slideInFromLeft; */
    width: 250px;
    height: 0;
    max-height: 400px;
}

img.story-main-img {
    width: 240px !important;
    height: 240px !important;
}

.decision {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}


.decision:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.decision-img-container {
    height: 200px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 8px;
}

.decision-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.decision-link {
    color: #333;
    text-decoration: none;
    display: block;
}

.decision-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
    text-transform: capitalize;
}

.decision-number {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.download-link {
    display: inline-block;
    background-color: #007bff;
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

.download-link:hover {
    background-color: #0056b3;
}

.decision-img-container:hover .decision-img {
    transform: scale(1.1);
}




.laweg {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.laweg:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.laweg-img-container {
    height: 200px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 8px;
}

.laweg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.laweg-link {
    color: #333;
    text-decoration: none;
    display: block;
}

.laweg-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
    text-transform: capitalize;
}

.laweg-number {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}



.laweg-img-container:hover .decision-img {
    transform: scale(1.1);
}
