/* ---------------------------------- Top stripe (START) ---------------------------------- */

.top-stripe {
    background-color: var(--secondary-color);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 18px;
    font-size: 18px;
}

/* .top-stripe > div {
    flex-basis: 33%;
} */
.top-stripe .date-namaz {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.top-stripe .date > span {
    white-space: nowrap;
}

.top-stripe .icon {
    color: var(--primary-color);
    font-size: 16px;
    margin-left: 6px;
}

.top-stripe .bismillah span {
    white-space: nowrap;
}

.top-stripe .namaz-timing {
    position: relative;
}

.top-stripe .namaz-timing .namaz-timing-btn {
    cursor: pointer;
}

.top-stripe .namaz-timing .namaz-timing-btn .caret {
    font-size: 13px;
    margin-right: 6px;
}

.top-stripe .namaz-timing .namaz-timings {
    position: absolute;
    /* background-color: red; */
    z-index: 20;
    font-size: 15px;
    min-width: 300px;
    display: none;
}

.top-stripe .namaz-timing .namaz-timings table {
    border: 1px solid var(--secondary-color);
    border-radius: 5px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
}

.top-stripe .namaz-timing .namaz-timings table th {
    background-color: var(--primary-color);
    padding: 4px 5px !important;
}
.top-stripe .namaz-timing .namaz-timings table td, .top-stripe .namaz-timing .namaz-timings table th {
    padding: 0 5px ;
    vertical-align: middle;
    text-align: center;
}
.top-stripe .namaz-timing .namaz-timings table svg {
    font-size: 13px;
    margin-left: 5px;
}
/* .top-stripe .namaz-timing .namaz-timings table tbody tr td:not(:first-child) {
    direction: ltr;
} */

.top-stripe .follow-div {
    display: flex;
    align-items: center;
    direction: ltr;
    gap: 10px;
}

.top-stripe .follow-div .icons {
    display: flex;
    gap: 3px;
}

.top-stripe .follow-div .icons a {
    /* color: #fff; */
    font-size: .9rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid;
}

.fb {
    color: #1877F2;
    border-color: #1877F2;
}
.insta {
    color: #E4405F;
    border-color: #E4405F;
}
.wa {
    color: #25D366;
    border-color: #25D366;
}
.pinterest {
    color: #E60023;
    border-color: #E60023;
}
.fb:hover {
    background-color: #1877F2 !important;
    color: #fff;
}
.insta:hover {
    background-color: #E4405F !important;
    color: #fff;
}
.wa:hover {
    background-color: #25D366 !important;
    color: #fff;
}
.pinterest:hover {
    background-color: #E60023 !important;
    color: #fff;
}

/* ---------------------------------- Top stripe (END) ---------------------------------- */


/* ---------------------------------- logo, contact (START) ---------------------------------- */

.logo-stripe {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    font-size: 16px;
    padding: 5px 20px;
    border-bottom: 1px solid #000;
}

.logo-stripe .email {
    grid-column: 3/5;
    overflow-wrap: break-word;
}

.logo-stripe .logo img {
    width: 200px;
}

.logo-stripe a {
    color: var(--secondary-color);
    font-weight: 700;
    text-decoration: none;
}

.logo-stripe .icon {
    color: var(--secondary-color);
}

/* .logo-stripe .lang {
    display: flex;
    justify-content: flex-end;
} */

/* ---------------------------------- logo, contact (END) ---------------------------------- */


/* ---------------------------------- Authentic Line animating (START) ---------------------------------- */

.auth-stripe {
    text-align: center;
    padding: 6px 10px;
}


/* .marquee {
  overflow: hidden;
  width: 100%;
  direction: rtl;
}

.marquee > span {
  display: inline-block;
  white-space: nowrap;
  animation: marquee-rtl 18s linear infinite;
}

.marquee > span > span {
    margin-inline: 50px;
}

@keyframes marquee-rtl {
  0%   { transform: translateX(100%); }
  100% { transform: translateX(-100vw); }
} */

.marquee-wrap {
    width: 100%;
    /* height: 50px; */
    background: #fff;
    position: relative;
    overflow: hidden;
}

.marquee-track {
    display: flex;
}

.marquee-item {
    white-space: nowrap;
    direction: rtl;
    /* line-height: 50px; */
    top: 0;
    left: 0;
    
}

/* ---------------------------------- Authentic Line animating (END) ---------------------------------- */


/* ---------------------------------- Desktop Nav (START) ---------------------------------- */

.desktop-nav {
    font-size: 25px;
    background-color: var(--primary-color);
    padding: 8px;
    /* border: 3px solid var(--secondary-color); */
    border-radius: 4px;
}

.desktop-nav ul {
    list-style: none;
}
.desktop-nav a {
    color: #000;
    text-decoration: none;
    transition: .2s;
    white-space: nowrap;
}

.desktop-nav > ul > li img {
    width: 200px;
}

.desktop-nav > ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.desktop-nav > ul > li {
    flex-basis: 16%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.desktop-nav > ul > li:last-child {
    /* flex-basis: 16%; */
    min-width: 16%;
    position: relative;
}
.mag-icon-span {
    position: absolute;
    right: 3px;
    height: 29px;
    width: 29px;
    border-radius: 6px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color);
    cursor: pointer;
}
.mag-icon {
    font-size: 12px;
    color: #fff;
}
.search-inp {
    width: 100%;
    font-size: 14px;
    padding: 6px 10px 6px 10px;
    border-radius: 6px;
    border: 1px solid var(--secondary-color);
}
.search-inp:focus {
    outline: none;
}



.desktop-nav > ul > li > span:not(.mag-icon-span) {
    position: relative;
    min-width: 60%;
}

.desktop-nav > ul > li > span > a {
    padding: 5px 14px;
    border-radius: 10px;
    min-width: 100%;
    display: block;
    text-align: center;
}
.desktop-nav > ul > li > span > a:hover {
    color: #fff;
    background-color: var(--secondary-color);
}

.desktop-nav > ul > li > span > a > .down-arrow {
    font-size: 18px !important;
    color: var(--secondary-color);
    margin-right: 4px;
}

.desktop-nav > ul > li > span > a:hover > .down-arrow {
    color: #fff;
}

.desktop-nav > ul > li > span > ul {
    display: none;
    position: absolute;
    top: 100%;
    background-color: var(--secondary-color);
    padding: 5px;
    border-radius: 8px;
    min-width: 160px;
    z-index: 10;
}

.desktop-nav > ul > li > span:hover > ul {
    display: block;
}

.desktop-nav > ul > li > span > ul > li > a {
    text-align: center;
    display: block;
    padding: 2px 20px;
    margin: 4px 0;
    width: 100%;
    color: #fff;
    border-radius: 4px;
}

.desktop-nav > ul > li > span > ul > li > a:hover {
    background-color: #fff;
    color: #000;
    
}

/* ---------------------------------- Desktop Nav (END) ---------------------------------- */


/* ---------------------------------- Mobile Nav (START) ---------------------------------- */

.mobile-nav {
    display: none;
}
.mobile-nav .nav-stripe {
    background-color: var(--primary-color);
    padding: 10px 16px;
    display: flex;
    /* display: none; */
    align-items: center;
    justify-content: space-between;
    /* border: 3px solid var(--secondary-color); */
    border-radius: 4px;
}

.mobile-nav .nav-stripe img {
    width: 250px;
}
.mobile-nav .nav-stripe .bars-icon {
    font-size: 21px;
}

.mobile-nav .search-div-container {
    background-color: burlywood;
    width: 100%;
    padding: 5px;
    display: none;
    z-index: 10;
}

.mobile-nav .nav  {
    list-style: none;
    display: none;
    /* display: flex; */
    background-color: var(--secondary-color);
    flex-direction: column;
    padding: 6px 0;
    font-size: 22px;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.mobile-nav .nav a {
    color: #fff;
    text-decoration: none;
    transition: .2s;
    white-space: nowrap;
    display: block;
    padding: 5px 20px;
}

.mobile-nav .nav > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-nav .nav > li > ul {
    display: none;
    padding: 0 30px ;
}

/* ---------------------------------- Mobile Nav (END) ---------------------------------- */


@media screen and (max-width: 900px) {
    .logo-stripe {
        grid-template-columns: repeat(3, 1fr);
        grid-template-columns: repeat(3, 1fr);
        column-gap: 20px;
        row-gap: 5px;
        padding: 5px 10px;
    }
    .logo-stripe .logo {
        grid-column: 1/2;
        grid-row: 1/4;
        display: flex;
        align-items: center;
    }
    .logo-stripe .phone {
        grid-column: 2/4;
        grid-row: 1/2;
    }
    .logo-stripe .email {
        grid-column: 2/4;
        grid-row: 2/3;
    }
    .logo-stripe .lang {
        grid-column: 2/4;
        grid-row: 3/4;
    }
    
    /* .logo-stripe {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 20px;
        padding: 5px 10px;
    }
    .logo-stripe .logo {
        grid-column: 1/2;
        grid-row: 1/3;
        display: flex;
        align-items: center;
    }
    .logo-stripe .phone {
        grid-column: 3/4;
        grid-row: 1/2;
    }
    .logo-stripe .email {
        grid-column: 2/4;
        grid-row: 2/3;
    }
    .logo-stripe .lang {
        grid-column: 2/3;
        grid-row: 1/2;
    } */
}

@media screen and (max-width: 1024px) {
    .mobile-nav {
        display: block;
    }
    .desktop-nav {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .top-stripe .date-namaz {
        flex-direction: column;
        gap: 0;
        grid-row: 1/3;
    }
}

/* @media screen and (max-width: 700px) {
    .top-stripe {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
        align-items: center;
    }
    .namaz-timing {
        display: flex;
        justify-content: center;
    }
} */

@media screen and (max-width: 600px) {
     .top-stripe .follow-div {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .logo-stripe .logo {
        display: none;
    }
    .logo-stripe .phone {
        grid-column: 1/4;
        /* grid-row: 1/2; */
        
    }
    .logo-stripe .email {
        grid-column: 1/4;
        /* grid-row: 2/3; */
    }
    .logo-stripe .lang {
        grid-column: 1/4;
    }
    /* .logo-stripe .logo {
        display: none;
    }
    .logo-stripe .phone {
        grid-column: 2/4;
        grid-row: 1/2;
        
    }
    .logo-stripe .email {
        grid-column: 1/4;
        grid-row: 2/3;
    }
    .logo-stripe .lang {
        grid-column: 1/2;
    } */
    .auth-stripe {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 470px) {
    /* .top-stripe {
    } */
    .top-stripe {
        padding: 8px 10px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        justify-content: center;
        align-items: center;
        column-gap: 20px;
    }

    .top-stripe .bismillah {
        display: flex;
        justify-content: center;
    }

    .mobile-nav .nav-stripe img  {
        width: 200px;
    }
}