*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

ul{
    list-style: none;
}
a{
    text-decoration: none;
}
.d-flex{
 display: flex;
 justify-content: space-between;
}
nav .menu >.d-flex:first-child{
    width:60%;
}
nav .menu  ul{
    width:100%;
}
.co-white{
 color: white;
}
nav{
    position: sticky;
    top:0;
    background: url("../images/c4dea33085f3492af9efae1bfeedc655.jpg");
    z-index:10;
    background-size: cover;
    
}
nav .overlay , .banner .overlay{
    padding:2% 10%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.514);
}
nav .container{
    margin-bottom: 1%;
}
nav .container .menu{
    background-color:transparent;
}
nav h1{
    font-weight: 100;
}
nav .container .menu ul li a{
    color:grey;
}
nav .container .menu ul li{
    padding: 2%;
}
nav .container .menu ul li a:hover{
    color: white;
}
nav .container .menu ul li :hover{
 color: white;
}
nav ul+ div{
    padding: 3px 5px;
    border: 1px solid lightgray;
    border-radius: 3px;
    width:30px;
}
nav ul+ div i{
 font-size: 20px;
}

    nav .menu >div>div{
      display: none;
     }

.banner{
  background: url("../images/c4dea33085f3492af9efae1bfeedc655.jpg");
  background-size: cover;
}

.banner .container {
    align-items: flex-end;
    color: rgb(161, 158, 158);
    min-height: 300px;
}
.banner .container  .d-flex{
    width: 30%;
    justify-content: center;
}
.banner .container  .d-flex div:first-child{
   padding:15px;
   border: 4px solid grey;
   border-radius: 50%;
   font-size: 20px;
   height: fit-content;
}
.banner .container  .d-flex div:nth-child(2){
 width: 70%;
 margin-left: 3%;
}

.banner .container  .d-flex:hover div:nth-child(2){
 color: white;
}
.banner .container  .d-flex:hover div:first-child{
    border-color: blue blue blue grey;
}


.big-Container{
    padding: 7% 2%;
}
.big-Container >section {
 width:70%;
}
.big-Container >aside{
 width:50%;
}
.sect .head {
    padding:2% 2% 7px;
}
.sect .head h4{
    font-size:20px;
}
.sect .head+div{
    width:100%;
    text-align: center;
}
.sect hr {
    margin-bottom: 3%;
    width:96%;
    display: inline-block;
}
.sect .head ul{
    width:85%;
    justify-content: flex-end;
}
.sect ul li a{
    color:grey;
    font-size: 15px;
    padding-bottom: 13px;
}
.sect ul li{
     margin-right: 2%;
     margin-bottom: 1%;
}
.sect ul li :hover{
    color: black;
    font-weight: bold;
    border-bottom: 2px solid blue;
}
.sect .left-side , .Miss .right{
    width: 49%;
}
.sect .left-side .content-pic , .sect .slide , .about .slide { 
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
   border-radius: 5px;
}
.sect .left-side .content-pic img{
    width: 100%;
}
.sect .left-side .content-pic>div:first-child {
    position: relative;
}
.sect .left-side .content-pic>div:first-child span{
    position: absolute;
    padding: 2%;
    background-color: white;
    font-size: 10px;
    top:10%;
    left:10%;
    color: rgb(22, 22, 212);
    font-weight: bold;
}

.sect .left-side .content {
    padding: 3% 10%;
}
.sect .left-side .content >div:first-child{
    font-weight: bold;
}
.sect .left-side .content >div:nth-child(2) ,.sect .left-side p{
    color: rgb(172, 170, 170);
    font-size: 15px;
}
.sect .left-side .content >div{
    margin-bottom: 4%;
}
.sect .left-side .content >div:nth-child(2) {
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 7%;
}
 .arrows{
    padding: 2% 0 3% 5%;
}
.arrows span{
    color:rgb(172, 170, 170);
    padding: 10px;
    border: 2px solid rgb(172, 170, 170);
    border-radius: 50%;
    margin-right: 2%;
    cursor: pointer;
    display: inline-block;
}
.sect .slide , .about .slide{
    margin-bottom:3%;
}
.sect .slide .content {
    padding:3% 2% 3% 5%;
}
.sect .slide .content div ,  .about .slide .content div{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 3%;
}
.sect .slide .content p , .about .slide .content p{
    color:rgb(172, 170, 170);
    font-size: 14px;
}

.sect .arrows span:hover{
    background-color: blue;
}

.Trending  .top{
    justify-content: space-around;
}
.Miss .right img , .Trending .down img , .about .right img{
width: 25%;
}
.Trending .left-side{
    width:47%;
    margin-bottom:5%;
}
.Trending .down{
    flex-wrap:wrap;
    padding:0 2%;
}
.Trending .down .slide {
   width: 47%;
}


.about{
    padding: 0 5%;
}

.about .container{
 align-items: center;
 flex-direction: column;
}
.about .container >div{
    width:90%;
}
.about .container >div:last-child{
    text-align: center;
}

.about h3{
    padding:3%;
    border-left:1px solid rgb(201 197 197);
    border-bottom:1px solid rgb(201 197 197);
}
.about .head >div , .about .top-stories .right, .about .social , .about .pick>div{
    padding:5% 3%;
     border-left:1px solid rgb(201 197 197);
    border-bottom:1px solid rgb(201 197 197);
    color: grey;
}
.about .social i{
    font-size: 17px;
    border: 1px solid grey;
    padding:5px;
    border-radius: 50%;
}
.about .social i:hover{
    color:blue;
}
.about .pick{
    text-align: left !important;
}
.about .pick  img{
    width:100%;
}
.about .pick p{
    font-weight: bold;
    color:black;
    font-size: 20px;
    padding:2%;
}
.about .slide{
    justify-content: flex-start;
}
.about .slide .content{
    padding:1% 1% 2% 3%;
}

.unequal {
    padding:3% 10%;
    font-family:Arial, Helvetica, sans-serif !important;
}

.unequal .top>div , .unequal .down>div{
 position:relative;
}

.unequal .top .content , .unequal .down .content{
 position:absolute;
 top:0;
 width: 100%;
 height: 99%;
 background-color: rgba(0, 0, 0, 0.507);
 flex-direction: column;
 justify-content: space-around;
 align-items: center;
 color:white;
 padding:5%;
 text-align: center;
}
.unequal  .content p{
    font-size: 15px;
    color: grey;
}
.unequal .top{
    justify-content: space-between;
}
.unequal .top >div{
    width: 30%;
}
.unequal .top img{
        width: 100%;
    height: 100%;
}
.unequal{
    width: 100%;
}
.unequal span{
    padding: 2%;
    background-color: white;
    font-size: 10px;
    color: rgb(22, 22, 212);
    font-weight: bold;
}
.unequal .content div{
    font-weight: bold;
    font-size:1em;
}


.articles .head {
 padding:1% 0 1% 1%;
 border-bottom: 1px solid rgb(201 197 197);
}
.articles .head , .articles .right{
    width: 90%;
}
.articles .right{
    padding-top: 2%;
    flex-direction: column;
}

.articles .right .slide .content{
    padding:2%;
}
.articles .right .slide .content div{
    margin-bottom: 4%;
}
.articles .right .slide .content div:nth-child(2){
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.articles .right .slide .content div:nth-child(2) , .articles .content p{
    color:grey;
    font-size: 13px;
}
.articles .slide{
    margin-bottom: 3%;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.videos .container{
    flex-direction: column;
    align-items: center;
}
.videos .right{
    width: 85%;
    align-items: center;
}
.videos .slide{
 width:100%;
}
.videos video{
    width: 100%;
}
.big-Container + div{
    text-align: center;
}
.big-Container + div button{
    margin-bottom: 2%;
    padding: 10px 20px;
    color: grey;
    border: 1px solid grey;
    border-radius: 20px;
    transition: color .5s ease, background-color .5s ease;
}
.big-Container+ div button:hover{
    color: white;
    background-color: blue;
}


footer{
    background-color: black;
    padding: 5% 15%;
    color: grey;
    margin-top: 5%;
}
footer .container{
    align-items: center;
}
form.d-flex{
    flex-direction: column-reverse;
}
footer .container>div:first-child{
    width:20%
}
footer .container>div:first-child h3{
    color: white;
    margin-bottom: 7%;
}
footer ul{
    width:20%;
    flex-wrap: wrap;
}
footer ul li{
    margin-right: 2%;
    margin-bottom: 5%;
}
footer ul li a{
 color: grey;
}
footer ul li a:hover{
    color: white;
}
footer form{
    align-items: flex-start;
}
footer form>div{
    position: relative;
}
footer form>div span{
    position: absolute;
    color: grey;
    font-weight: bold;
    bottom: 0;
    right: 0;
    padding-bottom: 7px;
}
footer button{
    background-color: transparent;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border:0;
    margin-bottom: 10%;
    cursor: pointer;
}
footer input{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid grey;
    padding: 5%;
    color: beige;
}
.chevron{
    padding: 15px;
    background-color: rgb(46, 43, 43);
    border-radius: 50%;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 2;

}
.chevron a{
    color: white;
}