
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
    color: inherit;
}


  @font-face {
  font-family: Faruma;
  src: url("Faruma.otf");
}

@font-face {
  font-family: Eamaan;
  src: url("Mv_Eamaan_XP.otf");
}

@font-face {
  font-family: MageyHuseynu;
  src: url("MageyHuseynu-Regular.woff");
}

@font-face {
  font-family: MageyHuseynu2;
  src: url("MageyHuseynu-Regular.woff2");
}

.dv_normal {
  font-family: Faruma!important; 
}

.dv_bold {
  font-family: Eamaan!important; 
}
.dv_bold_nala {
  font-family: MageyHuseynu!important; 
}



body {
    font-family: Faruma, sans-serif;
    background-color: #ecebe5;
}

.category-page{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.category-page .w3l-homeblock2{
    flex: 1;
}
.nav_outer_cnm{
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 10001;
}
.nav_outer_cnm_logo{
    width: 77px;
  height: 71px;
  margin: auto;
  border-radius: 5px;
  overflow: hidden;
  margin: 10px auto;
}
.nav_outer_cnm_logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.nav_outer{
    width: 100%;
    height: 100px;
    background-color: #003029;
    position: fixed;
    top: 90px;
    left: 0;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.421);
}
.nav_net_left{
    position: absolute;
    top: 0;
    left: 0;
    width: 137px;
    height: 100%;
    background-image: url('../image/roadha-back.png');
    background-size: contain;
    background-repeat: no-repeat;

}
.nav_net_right{
    position: absolute;
    top: 0;
    right: 0;
    width: 137px;
    height: 100%;
    background-image: url('../image/roadha-back.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: scaleX(-1);

  /* Vendor prefixes for older browser support (less needed today) */
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);

  /* Legacy IE filter (very old browsers) */
  filter: FlipH;
  -ms-filter: "FlipH";
}
.nav_logo{
    width: 100px;
    height: 70px;
    background-image: url('../image/roadha-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    top: 5px;
    position: relative;
    cursor: pointer;
    z-index: 1000;
}
.nav_logo:hover{
    transform: scale(1.2);
    transition: all 0.3s ease;
}
.nav_menu{
    direction: rtl;
    width: 600px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 40px;
    border-radius: 20px;
    background-color: rgb(68, 98, 0);
    text-align: center;
}
.nav_menu a{
    color: #fff;
    text-decoration: none;
    font-size: 23px;
    line-height: 40px;
    padding: 0 10px;
    font-family: MageyHuseynu, sans-serif;
}
.nav_menu a:hover{
    background-color: rgb(43, 62, 0);
    transition: all 0.3s ease;
}

.prayer_time{
    margin-top: 213px;
    background-color: #003029;
    height: 90px;
    overflow: visible;
    position: relative;
    z-index: 1;
}
.prayer_time_inner{
    max-width: 700px;
    margin: auto;
}

.prayer_time_row{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: start;
    text-align: center;
    height: 117px;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.prayer_time_item{
    height: 117px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding-top: 12px;
    overflow: visible;
}

.prayer_time_clock{
    font-size: 18px;
    line-height: 1;
    font-family: 'Hind', sans-serif;
    font-weight: 500;
}

.prayer_time_name{
    font-size: 18px;
    line-height: 0.82;
    font-family: Faruma, sans-serif;
}
.contentBox_quran{
    display: none;
}
.content_top_right{
    display: flex;
}
.content_top_right_img{
    width: 60%;
    height: 100%;
}
.content_top_right_title{
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px;
}
.content_top_right_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content_top_right_title_main{
    font-size: 24px;
    line-height: 1.3;
    color: #212121;
    font-family: Eamaan, sans-serif;
    font-weight: 500;
    text-align: right;
    direction: rtl;
}
.content_top_right_title_sub{
    font-size: 16px;
    line-height: 1.3;
    color: #656565;
    font-family: Faruma, sans-serif;
    text-align: right;
    direction: rtl;
}
    
.prayer_time_item_active{

    background-color: #9fa041;
    color: #000000;
    height: 120px;
    width: 130px;
    margin: 0 auto;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    z-index: 2;
}
.prayer_time_item_active .prayer_time_clock{
    font-size: 30px;
    font-weight: 600;
}

.prayer_time_item_active .prayer_time_clock,
.prayer_time_item_active .prayer_time_name{
    color: #000000;
}

.prayer_time_countdown{
    font-size: 24px;
    line-height: 1;
    color: #000000;
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    margin-top: 1px;
}

.nav_menu{
    z-index: 1001;
}

.content_top{
    margin-top: 60px;
}
.content_top_inner{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    direction: rtl;
}
.content_top_left{
    width: 400px;
    background-color: #003029;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    direction: ltr;
}
.content_top_right{
    width: 800px;
    background-color: #dbdcc2;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    direction: ltr;
}
.subtitle_white{
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
    font-family: Eamaan, sans-serif;
    font-weight: 500;
    padding: 10px;
    text-align: right;
}
.content_tab_area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content_tab_left, .content_tab_right{
    width: 50%;
    background-color: #9fa041;
    font-size: 18px;
    line-height: 1;
    font-family: Faruma, sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    background-color: #cacba1;
    color: #545547;
}
.content_tab_active{
    background-color: #dbdcc2;
    color: #747400;
}
.content_box{
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 2px;
}
.content_box_elem{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 2px solid #cacba5;
    background-color: #dbdcc2;
    transition: background-color 0.2s ease;
    padding-bottom: 3px;
}
.content_box_elem_text{
    direction: rtl;
    font-family: Faruma, sans-serif;
    width: calc(100% - 50px);
    padding: 5px;
    font-size: 18px;
}
.content_box_elem_text span{
    font-size: 14px;
    line-height: 1;
    color: #484900;
}
.content_box_elem_button{
    width: 50px;
    height: 30px;
    text-align: center;
    padding: 5px;
}
.content_box_elem_button i{
    font-size: 25px;
    cursor: pointer;
    color: #6f704a;
}
.content_box_seek{
    width: 100%;
    display: none;
    align-items: center;
    gap: 6px;
    padding: 0 8px 4px;
}
.content_box_seek_current,
.content_box_seek_total{
    min-width: 40px;
    font-family: "Hind", sans-serif;
    font-size: 11px;
    line-height: 1;
    color: #2f3000;
}
.content_box_seek_range{
    flex: 1;
    accent-color: #2f3000;
    cursor: pointer;
    height: 12px;
}
.content_box_elem_playing{
    background-color: #6a6b38;
}
.content_box_elem_playing .content_box_elem_text{
    color: #ffffff;
}
.content_box_elem_playing .content_box_elem_text span{
    color: #d3d4a1;
}
.content_box_elem_playing .content_box_elem_button i{
    color: #ffffff;
}
.content_box_elem_playing .content_box_seek{
    display: flex;
}
.content_box_elem_playing .content_box_seek_current,
.content_box_elem_playing .content_box_seek_total{
    color: #ffffff;
}
.content_section{
    margin-top: 40px;
}
.content_section_inner{
    width: 1200px;
    margin: auto;
}
.content_section_title{
    font-size: 50px;
    line-height: 1;
    color: #212121;
    font-family: Eamaan, sans-serif;
    font-weight: 500;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 10px;
}
.section_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-bottom: 18px;
}
.section_card{
    width: 282px;
    border-radius: 20px;
    overflow: hidden;
    background: #d9d9d9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.section_card_image{
    height: 260px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.section_card_image::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 42%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
}
.section_card_header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.45) 100%);
    z-index: 2;
}
.section_card_logo{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    color: #a6b31d;
    font-family: "Hind", sans-serif;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_card_name{
    color: #ffffff;
    font-family: "Hind", sans-serif;
    font-size: 18px;
    line-height: 1;
}
.section_card_price{
    position: absolute;
    left: 0;
    bottom: 28px;
    width: 56%;
    height: 60px;
    background: #ff6a21;
    border-top-right-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 3;
}
.section_card_price_mvr{
    color: #ffffff;
    font-family: "Hind", sans-serif;
    font-size: 18px;
    margin-right: 6px;
}
.section_card_price_amount{
    color: #ffffff;
    font-family: "Hind", sans-serif;
    font-size: 25px;
    line-height: 1;
}
.section_card_price_pax{
    width: 100%;
    text-align: center;
    margin-top: -4px;
    color: #ffffff;
    font-family: "Hind", sans-serif;
    font-size: 18px;
    line-height: 1;
}
.section_card_call{
    height: 54px;
    background: #0f76cf;
    color: #e9f4ff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "Hind", sans-serif;
    font-size: 18px;
    line-height: 1;
}
.section_card_call:hover{
    color: #ffffff;
    background: #0a66b4;
}

.section_box_article{
    display: flex;
    gap: 20px;
    direction: rtl;
}
.section_article_left{
    width: 70%;
    height: 400px;
}
.section_article_left{
    width: 70%;
    height: 400px;
}
.section_article_right{
    width: 30%;
    height: 400px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.section_article_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
.section_article_right_title{
    font-family: Eamaan, sans-serif;
    font-weight: 500;
    text-align: right;
    font-size: 25px;
    direction: rtl;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
    background-color: #141500d5;
    color: #ffffff;
}
.section_article_left_elem{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    direction: rtl;
    margin-bottom: 20px;
}
.section_article_left_img{
    width: 145px;
  height: 75px;
    border-radius: 5px;
    overflow: hidden;
}
.section_article_left_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section_article_left_title{
    width: 100%;
    font-family: Eamaan, sans-serif;
    font-weight: 500;
    text-align: right;
    font-size: 25px;
    direction: rtl;
    color: #242424;
}
.section_badhige{
    background-image: url(../image/191009-cooking-vegetables-al-1422.jpg);
    background-position: center;
    background-size: cover;
    padding-bottom: 30px;
}
.section_title{
    color: #d3d4a1 !important;
}
.article_elem_image{
    width: 100%;
    height: 250px;
}
.article_elem_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article_elem_title{
    font-family: Eamaan, sans-serif;
    font-weight: 500;
    text-align: right;
    font-size: 25px;
    direction: rtl;
    color: #242424;
    height: 130px;
    padding: 10px;
    transition: all 0.3s ease;
}
.card_badhige{
    border: 8px solid #d3d4a1;
    cursor: pointer;
}
.card_badhige:hover{
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.section_footer{
    margin-top: 60px;
    background-color: #003029;
    padding: 24px 0 28px;
    position: relative;
}
.section_footer .content_section_inner{
    position: relative;
}
.section_footer_corner{
    position: absolute;
    width: 240px;
    height: 90px;
    background-image: url('../image/roadha-back.png');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.95;
}
.section_footer_corner_left{
    left: 18px;
}
.section_footer_corner_right{
    right: 18px;
    transform: scaleX(-1);
}
.section_footer_cols{
    width: 74%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 46px;
}
.section_footer_col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section_footer_heading{
    color: #dca23c;
    font-family: "Hind", sans-serif;
    font-size: 23px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 10px;
}
.section_footer_link{
    color: #f0f4f3;
    text-decoration: none;
    font-family: "Hind", sans-serif;
    font-size: 20px;
    line-height: 1.05;
    margin-bottom: 6px;
}
.section_footer_link:hover{
    color: #ffffff;
    text-decoration: none;
}
.section_card_logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media (max-width: 900px){
    .prayer_time{
        margin-top: 185px;
        height: 70px;
    }
    .prayer_time_row{
        height: 88px;
    }
    .prayer_time_item{
        height: 88px;
        gap: 6px;
        padding-top: 8px;
    }
    .prayer_time_clock{
        font-size: 17px;
    }
    .prayer_time_name{
        font-size: 17px;
    }
    .prayer_time_item_active{
        width: 100px;
    height: 95px;
        border-bottom-left-radius: 14px;
        border-bottom-right-radius: 14px;
    }
    .prayer_time_countdown{
        font-size: 22px;
        margin-top: -2px;
    }
    .section_box{
        display: flex;
        flex-wrap: nowrap;
        gap: 14px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 6px;
        justify-content: flex-start;
    }
    .section_box .section_card{
        flex: 0 0 280px;
    }
    .section_card_image{
        height: 220px;
    }
    .section_card_name{
        font-size: 18px;
    }
    .section_card_price{
        width: 58%;
        height: 72px;
    }
    .section_card_price_mvr{
        font-size: 18px;
    }
    .section_card_price_amount{
        font-size: 18px;
    }
    .section_card_price_pax{
        font-size: 18px;
    }
    .section_card_call{
        font-size: 18px;
        height: 48px;
    }
    .section_footer{
        padding: 20px 0 22px;
    }
    .section_footer_corner_left{
        left: 10px;
    }
    .section_footer_corner_right{
        right: 10px;
    }
    .section_footer_cols{
        width: 90%;
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 100px;
    }
    .section_footer_heading{
        font-size: 20px;
    }
    .section_footer_link{
        font-size: 18px;
        margin-bottom: 4px;
    }
    .prayer_time_inner{
        max-width: 100%;
    }
    .content_top_inner{
        width: 100%;
        display: block;
    }
    .content_section_inner{
        width: 100%;
    }
    .content_top_right{
        width: 100%;
        margin-bottom: 20px;
        border-radius: 0;
        display: block;
        height: auto;
    }
    .content_top_left{
        width: 100%;
        border-radius: 0;
        direction: ltr;
    }
    .content_top_right_title{
        display: block;
        width: 100%;
        height: auto;
        padding: 10px 0;
        text-align: right;
        padding: 10px;
    }
    .content_top_right_img{
        display: block;
        width: 100%;
        max-height: 300px;
    }
    .content_top_right_title_main{
        text-align: right;
        margin-bottom: 5px;
    }
    .content_top_right_title_sub{
        text-align: right;
        margin-bottom: 15px;
    }
    .section_box_article{
        display: block;
    }
    .section_article_right{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        border-radius: 0;
        max-height: 300px;
    }
    .section_article_left{
        width: 100%;
        height: auto;
    }
     .section_article_left_elem{
        
    }
    .section_card{
        border-radius: 0;
    }
    .section_footer_col{
        align-items: center;
    }
    .nav_menu a{
        font-size: 18px;
        padding: 0 5px;
    }
    .content_section_title{
        font-size: 32px;
        padding: 10px 0;
    }
    .content_section{
        margin-top: 20px;
    }
    .container{
        margin-top: 60px !important; 
    }

}
