/* @import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;1,100;1,200&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,100;1,400;1,500&display=swap');
 */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,700;1,900&display=swap');

/* @font-face {
    font-family: "DesignZaur";
    src:  url("../assets/fonts/Designosaurreg.otf") format("opentype");
} */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.main{
  
}

.container {
   /*
    width: 90%;
    margin: auto;
    */
    max-width: 960px;
    margin: auto;
    
}
.container-2 {
   /*
    width: 90%;
    margin: auto;
     background-color: #303030;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-top: 15px;*/
    
       max-width: 960px;
    /* width: 90%; */
    margin: auto;
     background-color: #b5b5b5;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-top: 15px;
    
    
    
    
}
.con {
   

    margin: auto;
     background-color:#303030;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
  margin: 15px 0;
    
}
/*@media only screen and (max-width: 600px) {
    .container-2{
        margin-top: 10px;
    }
}*/
@media only screen and (max-width: 960px) {
    .constainer{
        width:90%;
    }
    .container-2{
        margin-top: 10px;
        width: 90%;
    }
}

body {
    background-color: #fafafa;
}

html {

    font-family: 'Roboto',
        sans-serif;
}

a {
    text-decoration: none;
}

/* mobile nav start */

.mobile-nav {
    display: none;
}

.inner-mob-nav {
    display: flex;

}

.inner-mob-nav .logo-mob {
    padding: 10px;
}

.logo-mob {
    width: 50%;
    /* background-color: red; */
}

.menu-bar {
    width: 50%;
    /* background-color: blue; */
    display: flex;
    justify-content: flex-end;
}

.menu-button {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 1.4rem;
}

.mob-sidebar {
    display: none;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #8b8b8b;
    z-index: 40;
    transform: translate(-9000px);
    transition: 0.4s all ease-in-out;
}

.mob-sidebar-inner {
    position: absolute;

    height: 100px;
    width: 70%;
    /* background-color: red; */
    top: 72px;
    left: 72px;
    height: 544px;
}

.mob-sidebar-inner ul li {
    font-size: 1.2rem;
    color: white;
    margin: 10px;
}

/* .mob-sidebar-inner ul{
    background-color: #535555;
    padding: 10px;
} */
.mob-sidebar-inner ul li a {

    color: white;

}

.mob-sidebar-inner ul li a:hover {

    color: rgb(159, 128, 128);

}

@media only screen and (max-width: 600px) {
    .mobile-nav {
        display: block;
        height: 70px;
        background-color: #535555;
    }

    .mob-sidebar {
        display: block;
    }
}

/* mobile nav end here */



header {
    background-color:#807194;
    border-bottom: 5px solid #807194;
    border-top: 5px solid #807194;
    padding: 20px;
    color: white;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200001;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
     
}

nav {
    display: flex;
    justify-content: space-between;
    gap: 10px;

}

.logo-nav li a {
    color: white;
}



.social-icons {
    flex: 1;
    display: flex;
    justify-content: space-between;
    color: white;
}

.social-icons a i {

    color: white;
}

.dashed-social {
    display: flex;
    padding: 5px;
    border: 1px dashed rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
    border-radius: 100%;

}

.main-menu {
    flex: 2;
    display: flex;
    justify-content: space-evenly;
}

.main-menu li {
    margin-left: 10px;
}

.search {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    position: relative;

}

.search li {
    position: relative;
}

.my-search {
    position: absolute;
    left: 10px;
    top: 4px;
    color: black;
    cursor: pointer;

}

.search-input {
    text-align: center;
    display: none;
}

.main-menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 600px) {
    .nav-desktop {
        display: none;
    }
}

/* main sec nav */

.main-sec-nav {

    display: flex;
    justify-content: space-between;
    height: 60px;
    justify-content: center;
    align-items: center;
    padding: 45px;
}

.main-sec-nav div {
    flex: 1;
}

.main-sec-nav ul {
    flex: 2;
    display: flex;

    align-items: center;
    justify-content: space-evenly;
}

.main-sec-nav ul li {
    margin-left: 5px;
}

.responsive {
    width: 100%;
    /* background-color: blue; */
    height: 100%;
}


@media only screen and (max-width: 600px) {
    .main-sec-nav {
        display: none;
    }

    header {
        display: none;
    }
}

/* slider section */

.slider-text-wrapper {
    position: relative;
    
}

#slider-text-id {
    position: relative;
    top: 70%;
    left: 20px;
    color: white;
    
    z-index: 1;
    font-size: 1.7rem;
}

.slider-section {
    display: flex;
    margin-bottom: 30px;

}

.prev-arrow {
    position: absolute;
    top: 50%;
    left: 8px;
    z-index: 20;
    transform: translate(0, -50%);
    background-color: transparent;
    border: none;
    color: white;
    border: 1px solid white;
    border-radius: 100%;
    padding: 10px 15px;
    background-color: #535555;
    opacity: 0.3;
}
.overlay{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background: rgb(247, 244, 244);
    background: linear-gradient(180deg, rgba(247, 244, 244, 0.1385504885547969) 0%,
        rgba(0, 0, 0, 0.9060574913559174) 100%);
}

.next-arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translate(0, -50%);
    background-color: transparent;
    border: none;
    color: white;
    border: 1px solid white;
    border-radius: 100%;
    padding: 10px 15px;
    background-color: #535555;
    opacity: 0.3;
}


.slider {
    width: 65%;
    height: auto;
    /* background-color: red; */
}

.right-side {
    width: 35%;
    height: auto;
    /* background-color: aqua; */
    padding-left: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.video {
    width: 100%;
    height: 49%;

}

.ads {
    width: 100%;
    height: 49%;
    background-color: rgb(61, 61, 63);
    background-image: url(https://picsum.photos/id/232/200/200);
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 600px) {
    .slider-section {
        flex-direction: column;

    }

    .slider {
        width: 100%;
        height: 100%;
        margin-bottom: 20px;
    }
    #slider-text-id {
        position: relative;
        top: 70%;
        left: 1px;
        color: white;

        z-index: 1;
        font-size: 1.7rem;
    }


    .right-side {
        width: 100%;
        padding-left: 0px;
    }

    .container {
        width: 90%;
        margin: auto;
    }
}

/* mein section nav end here */


/* Section science and techno */
.science-wrap {
    flex-wrap: wrap;
    display: flex;

    justify-content: flex-start;


}

.science-wrap a {

    margin-bottom: 70px;
    display: inline-block;
    width: 100%;
    min-height: 200px;
    /* box-shadow: rgba(0, 0, 0, 148%) 0px 5px 15px; */


}

.science-wrap .science-item {

    margin: 0 !important;

}

.science-date{
    position: absolute;
    top:5px;
    right:5px;
    background-color: #535555;
    color: white;
}

.science-a-wrapper {

    padding-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 148%) 0px 5px 15px;
    width: calc(33.3% - 10px);
    margin: 5px;
    margin-bottom: 10px;
   
}



.science-techno {
    padding: 10px 10px 90px 10px;

    margin-bottom: 20px;
    background-color: white;
}

.title-section {
    border-left: 10px solid rgb(0, 108, 29);
    padding-left: 10px;
    margin-bottom: 30px;
    font-size: 1.8rem;
}

.science-inner-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.science-item {
    width: calc(25% - 10px);
    margin: 0px 5px;
    /* border: 1px solid black; */
    
    position: relative;
}

.science-item p {
    padding: 5px;
}

@media only screen and (max-width: 600px) {
    .science-a-wrapper {


        width: 100%;

    }

    .science-inner-wrapper {
        flex-direction: column;
    }

    .science-item {
        margin-bottom: 61px;
        height: 240px;
        width: 100%;
    }

    .science-techno {
        padding: 10px 10px 4px 0px;

    }
}

/* Section science and techno end here */

/* section family start here */
.family {
    width: 100%;

    /* background-color: #fff; */
    /* border: 1px solid black; */
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    height: 400px;
    margin-bottom: 100px;

}

.family_wrapper {
    background-color: #fff;
    padding-bottom: 2px;
    padding-top: 4px;
    width: 100%;
}

.family-right {

    height: 300px;
    width: 50%;
    padding-top: 20px;
}

.family-left-title {
    border-left: 7px solid green;
    padding-left: 20px;
    display: flex;
    padding: 0px 10px;
    margin-bottom: 10px;
    font-size: 1.8rem;
}

.family-left {

    /* height: 400px; */
    width: 49%;
    padding-top: 20px;
}

.family-right-title {
    border-left: 7px solid rgb(227, 95, 0);
    padding-left: 20px;
    display: flex;
    padding: 0px 10px;
    margin-bottom: 10px;
    font-size: 1.8rem;


}

.family-right-title hr {
    width: 50%
}

.family-left-title hr {
    width: 50%
}

.img-wrapper img {
    width: 98%;
    /* height: 200px; */
}

.img-wrapper {
    width: 100%;
    height: 300px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.responsive-family {
    height: 400px !important;
}

.responsive-health {
    height: 400px !important;
}

.responsive-family>div {
    position: relative;
}

.family_inner_wrapper {
    position: relative;
}

/* .family_inner_wrapper img {
    width:300px;
} */

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15535721124387258) 0%, rgba(8, 8, 8, 1) 100%);
}

.content_aile {
    position: absolute;
    bottom: 70px;
    left: 0;
    /* background-color: red; */
    padding: 20px;
    font-size: 1.3rem;
    color: white;


}

@media only screen and (max-width: 600px) {
    .family {
        flex-direction: column;
        border: none;
        height: auto;
    }

    .family-left {
        width: 100%;
        margin-bottom: 40px;
    }

    .family-right {
        width: 100%;
        margin-top: 50px;
    }

    .all-videos-title {
        display: none;
    }
}

/* section family end herer */

/* religion section start here */

.religion {
    display: flex;
    padding-top: 20px;
    margin-bottom: 30px;
    background-color: white;
    padding-bottom: 15px;
    padding-left: 4px;
}

.religion-left-wrappepr {
    width: 70%;
    min-height: 700px;

}

.religion-right-article-wrapper {
    padding: 20px;

    background-color: rgb(219 214 214);

}

.religion-right-wrapper {
    width: 30%;
    padding-right: 3px;
    min-height: 700px;

    padding: 2px 4px 2px 4px;

    /* overflow-y: scroll; */
    /* background-color: red; */
}

.yazars_wrapper {
    background-color: #ececec;
    padding: 10px;
    padding-top: 20px;

}

.yazar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 5px;
    min-height: 80px;
}

.content-yazar {
    width: 70%;
}

.imgWrapper {
    min-height: 92px;
    width: 28%;
}

.content-yazar h6 {
    margin-bottom: 31px;
    font-weight: bold;
}



/* below clases not working */

.religion-left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;

}

.religion-left-item {
    flex-basis: 48%;
    position: relative;
}

.religion_date {
    position: absolute;
    bottom: 9px;
    left: 8px;
    color: white;
    display: inline-block;
    padding: 5px;
    /* background-color: rgba(117, 7, 7, 0.908); */
}

.religion_time {
    position: absolute;
    bottom: 9px;
    right: 9px;
    color: white;
    display: inline-block;
    padding: 5px;
    /* background-color: rgba(117, 7, 7, 0.908); */
}

.religion_title {
    /* position:absolute; */
    font-weight: bold;
    bottom: 35px;
    width: 100%;
    padding: 10px !important;
    left: 8;
    color: black;
    display: inline-block;
    padding: 5px;
    /* background-color: rgba(0, 0, 0, 0.296); */

}

.imgWrapper {
    background-repeat: no-repeat;
}

.religion-left-title {
    /* border-left: 20px solid blue; */
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 1.8rem;
    font-weight: bold;
}

.religion-right {
    width: 30%;

}

.religion-right-title {
    border-left: 20px solid rgb(29, 68, 8);
    margin-bottom: 20px;
    padding-left: 20px;

}


.article-item {
    display: flex;
    margin-bottom: 10px;

    padding: 5px;
    height: 100px;
}

@media only screen and (max-width: 600px) {

    .religion {
        flex-direction: column;
        width: 100%;
        margin-top: 160px;
        padding-left: 0px;
    }

    .religion-left-wrappepr {
        border-bottom: 0.4px solid black;
    }


    .religion-left {
        width: 100%;
    }

    .religion-left-item {
        flex-basis: 100%;
    }

    .religion-left-wrappepr {
        width: 100%;
    }

    .religion-left-wrappepr {
        margin-bottom: 40px;
    }

    .religion-right {
        width: 100%;
    }

    .article-item {
        margin-bottom: 5px;
        display: flex;
        justify-content: space-between;
    }

    .religion-right-wrapper {
        width: 100%;
        padding: 2px 0px 2px 0px;
    }



}

/* religion section end here */

/* videos section start here */

.videos {
    margin-bottom: 40px;
    padding: 20px;
    background-color: black;
}



.title-section-videos {

    color: white;
    padding: 20px;

    font-size: 1.8rem;
    font-weight: bold;
    z-index: 10;

}

.video-inner-wrapper {
    display: flex;
    position: relative;
    z-index: 200000;

}

.main-video {
    flex-basis: 65%;
    min-height: 400px;
}

.main-video video {

    min-height: 400px;
}

.all-videos {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 20px;
    height: 380px;
    overflow-y: scroll;
    z-index: 1000000;

}

.all-videos::-webkit-scrollbar-thumb {
    background-color: rgb(255, 255, 255);
    outline: 1px solid slategrey;
}

.all-videos::-webkit-scrollbar {
    width: 0.4em;
}

.all-videos::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}


.item-video {
    display: flex;
    margin-bottom: 5px;
}

.item-video p {
    color: white;
    padding-left: 10px;
}

.item-video img {
    width: 150px;
    height: 100px;
}

.all-videos-title {
    position: absolute;
    top: -47px;
    right: 140px;
    z-index: 10;
    font-size: 1.8rem;
    font-weight: bold;
}

.all-videos-title h2 {

    color: white;
}

@media only screen and (max-width: 600px) {

    .videos {
        padding: 0px;
    }

    .video-inner-wrapper {
        flex-direction: column;

    }

    .main-video {
        flex-basis: 65%;
        min-height: 250px;
    }

    .main-video video {

        min-height: 250px;
    }

}

/* videos section ended here */


/* debats styles start here */

.debats {

    background-image: url('../img/red.jpg');
    background-size: cover;
    background-repeat: no-repeat;

    /* margin-bottom: 50px;
 background: linear-gradient(360deg, #ffffff, #fffbf9, #ffeee8, #ffdcd0, #ffc5b2, #ffac92, #ff9071, #ff7352, #ff5636, #ff391e, #ff1a09, #ff0000); */

    padding: 20px;
}

.debats-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    ;

}

.debat-inner-item {
    width: calc(33% - 10px);
    margin: 5px;
    height: 300px;

    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;

}

.debat-inner-item img {
    height: 75%;

}

.debat-inner-title {
    height: 25%;
    padding: 20px 10px 0px;
    background-color: white;
}

.debats-title {
    color: white;
    padding-left: 20px;
    /* border-left: 20px solid green; */
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.8rem;
}

@media only screen and (max-width: 600px) {

    .debats-wrapper {
        flex-direction: column;

    }

    .debat-inner-item {
        width: 100%;
        margin: 10px 0px;
    }

    .debats {
        padding: 0px;
    }

}

/* debats styles end here */

/* fictions styles start here */

.fictions {

    padding: 20px;
    background-image: url("../img/black.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.fictions-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;



}

.fiction-inner-item {
    width: calc(33.3% - 10px);
    margin: 5px;
    height: 300px;

    display: flex;
    flex-direction: column;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;

}

.fiction-inner-item img {
    height: 75%;
}

.fiction-inner-title {

    height: 25%;
    padding: 20px 10px 0px;
    background-color: white;
}

.fictions-title {
    color: white;
    padding: 20px;
    font-size: 1.8rem;
    /* border-left: 20px solid rgb(128, 126, 0); */
}

@media only screen and (max-width: 600px) {

    .fictions-wrapper {
        flex-direction: column;

    }

    .fiction-inner-item {
        width: 100%;
        margin: 10px 0px;
    }

    .fictions {
        padding: 0;
    }

}

/* fictionsstyles end here */

/* science html start here */

.science-only {

    background-color: red;

}

.wrapper-science-only {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.science-only-item {
    width: calc(25% - 10px);
    margin: 5px;
    background-color: blue;
    height: 200px;
}

.ad_banner_science {
    width: 100%;
    height: 200px;
    background-color: teal;
}

.slick-dots {
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.416);
    padding: 20px;
}

.slick-dots button {
    border-radius: 100%;
    padding: 4px 6px;
    background-color: #535555;
    color: white;

}


/* science html end here */

/* banner start here */


.banner {
    background-image: url('https://images.unsplash.com/13/unsplash_523b1f5aafc42_1.JPG?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1175&q=80');
    background-size: cover;
    background-repeat: no-repeat;
}

.banner img {
    opacity: 0;
}


/* banner end here */

/* meqale start */

.aticle-page-container {
    display: flex;
    
}
.left-image-wrapper img{
    width:100%;
}
.aticle-page-container h2{
    font-size: 2rem;
    font-weight: bold;
    padding-left: 5px;
    margin-bottom: 10px;
}
.left-item-wrapper{
    padding:5px;
    width:100%;
    /* min-height: 150px; */
    /* background-color: red; */
    display: flex;
   
}
/* .left-item-wrapper picture{
    width: 40%;
} */
.left-item-wrapper p{
    width: 46%;
    padding: 4px;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-wrapper-news{
    /* background-image: url('https://picsum.photos/id/237/100/100');
    background-size: cover;
    background-repeat: no-repeat; */
    /* border: 1px solid black; */
   
}


.article-page-left {
    width: 70%;
    padding-right:14px;
    /* background-color: red; */
}

.article-page-right {
    width: 30%;
    /* background-color: blue; */
}

.left-data-container {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    padding-left: 5px;
}

.left-data-container>p:first-child {
    margin-right: 20px;
}


.left-item-wrapper .img-wrapper-news {
    width: 56%;
  
}
.left-item-wrapper .img-wrapper-news img {
    width: 100%;
  
}

.content-wrapper {
    padding: 10px;
}

.content-wrapper p {
    line-height: 1.5rem;
}

.content-author {
    font-weight: bold;
}

.article-social-icons {
    display: flex;
    justify-content: flex-start;
    padding: 10px;
}

.article-social-icons li {
    margin: 10px;
    background-color: blue;
    padding: 10px;
    color: white;
    border-radius: 20px;

}

.article-social-icons li a {
    color: white
}

.content-other {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.content-other a:first-child {
   padding: 10px;
   background-color: rgb(255, 255, 255);
   border-radius: 10px;
   color: black;
}
.content-other a:last-child {
   padding: 10px;
   background-color: rgb(255, 255, 255);
    border-radius: 10px;
    color: black;
}
.news-container{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.news-item{
   
    width:calc(50% - 10px);
    /* background-color: firebrick; */
    margin: 5px;
    height: 300px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.news-item img{
   
   width:100%;
   max-height: 250px;
}
.news-item p{
    padding:20px;
    font-size: 1.3rem;
}
.left-blog-wrapper{
    width: 99%;
    margin: auto;
    
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}




@media only screen and (max-width: 600px) {


    .aticle-page-container{
        flex-direction: column;
        padding-top: 40px;
    }
    .article-social-icons {
        width:100%;
    }
    .article-page-left {
        width: 100%;
        padding-right: 14px;
        /* background-color: red; */
    }
    .news-container {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        flex-direction: column;
    }
    .news-item {
        width: 100%;
        /* background-color: firebrick; */
        margin: 5px;
        height: 300px;
        box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    }
    .article-page-right {
        width: 100%;
        padding-top: 40px;
        /* background-color: blue; */
    }
    .left-item-wrapper .img-wrapper-news {
        width: 32%;
    }
    .left-item-wrapper p {
        width: 68%;
        padding: 4px;
        padding-top: 20px;
    }
    .left-item-wrapper {
        max-height: 90px;
    }

    .left-item-wrapper .img-wrapper-news img {
        width: 100%;
        max-height: 100%;
    }
    .left-item-wrapper p {
        padding-left: 23px;
    }

}

/* meqale end */