
/* style for head part and searchbox */
/* These styles are for headNavbar */
.vl{
    border: 0.1px solid;
    height: 39px;
    background-color: rgb(255, 255, 255);
    margin: 0px 6px 0px 6px ;
}
#main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: auto;
}
#socialMedia{
    display: flex;
}
#searchBox{
    display: flex;
    width: 25%;
    justify-content: space-between;
    align-items: center;
}
input{
    border: none;
    outline: none;
    font-weight: bold;
    background-color: transparent;
}
a{
    padding: 10px;
    color: black;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
.bi-search:hover{
    cursor: pointer;

}
.bi-search{
    margin-left: 60px;
}
svg{
    width: 80%;
}




/* logo styles */

#logo{
    
    text-align: center;
}
#tags{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: -10px;
    align-items: center;
    font-weight: bold;
    font-size: 13px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}
#tags>p:nth-child(2){
    color: gray;
}


/* Below styles for Navbar */
*{
    font-family:"Fira Sans",sans-serif;
    font-weight: bold;
    color: gray;
}
#mainNav{
    display: flex;
    align-items: center;
    gap: 7px;
    margin: auto;
    width: auto;
    font-size: 13px;
    /* //border: 1px solid red; */
}

#menu:hover{
    cursor: pointer;

}
.dropdown{
    position: realtive;
    display: inline-block;
}
#list{
    display: none;
    position: absolute;
}
.dropdown:hover{
    cursor: pointer;
}
.dropdown:hover #list{
    display: block;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: whitesmoke;
    padding: 20px;
}
#pages{
    display: flex;
    gap: 20px;
}
#pages>div:nth-child(1){
    padding:11px;
    background-color: #00419b;
}
a{
    text-decoration: none;

}
a:hover{
    text-decoration: underline;
}
#pages>div{
    border-radius: 5px;
}
#pages>div:nth-child(1)>a{
    color: white;
}
#pages>div:nth-child(2){
    padding: 10px;
    background-color:#ffc000 ;
}
#pages>div:nth-child(2)>a{
    color: black;
}
#pages>div:nth-child(3){
    padding: 10px;
    border: 1px solid #00419b;
}
#pages>div:nth-child(3)>a{
    color: #00419b;
}
#pages>div:nth-child(2):hover{
    background-color: #00419b;
    color: white;
}
#pages>div:nth-child(2):hover a{
    color: white;
    text-decoration: none;
}
#pages>div:nth-child(3):hover{
    background-color: #00419b;
    color: white;
}
#pages>div:nth-child(3):hover a{
    color: white;
    text-decoration: none;
}

#sub{
    display: flex;
    align-items: center;
    justify-content: ;
    width: 100%;
    margin: auto;
    margin:-10px auto 30px auto;
    
}
#sub a{
    font-size: 11px;
}
#sub p{
    font-size: 13px;
}
#sub img{
    width: 30%;
    margin-left: 50px;
}

#index{
    display: flex;
    gap: 10px;
}

#amazon>img{
    position:sticky;
    top: 0px;
}



body{
    background-color: #f5f5f5;
}
#container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    width: 100%;
    gap: 19px;
    margin: auto;
}
#container div{
    border: 1px solid transparent;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: white;
}
#container img{
    width: 160px;
    height: 150px;
    cursor: pointer;
}
#container p{
    margin-top: 24px;
    cursor: pointer;
}
#container p:hover{
    text-decoration: underline;
}
.fa-comment{
    color: gray;
    position: relative;
    top: 133px;
    font-size: 15px;
    right: 13px;
    cursor: pointer;
}





/* below are the stylings for footer */

#mainFooter{
    width: 100%;
    margin: auto;
   }
    body{
        font-family: 'Fira Sans',sans-serif;
        color: grey;
        background-color: #f5f5f5;
    }
    #links{
        width: 100%;
        margin: auto;
        display: flex;
       
        justify-content: space-between;
        margin-bottom: 30px;
     
    }
    #links>p{
        padding-left: 20px;
        padding-right: 20px;

    }

   h6{
        color:rgb(112, 112, 181)
    }
    #last{
        display: inline;
        text-align: center;
    }
    #links{
        margin-bottom: 20px;
    }

#sister_sites>p{
    display: inline;
  
}
p{
    display: inline;   
    font-size: 12px;
}
.site{
    color:rgb(112, 112, 181);
}
#info{
    display: flex;
    
    width: 100%;
    margin: auto;
    background-color: white;
    margin-bottom: 30px;
    margin-top: 20px;
   
}

#trending_today>p{
    display: inline;
}
#trending_today{
    width: 28%;
    padding: 30px;
    margin: 40px;
}
#trending_today>p{
    display: block;
}
#trending_topic{
    width: 25%;
    padding: 30px;
    border-left: 1px dashed 
    #133b5a;
    margin: 40px;
    padding-top: 30px;
   
    padding-bottom: 0px;
}
#trending_topic>p{
    display: block;
}
#trend_on_sites{
    width: 32%;
    padding: 30px;
    border-left:1px dashed 
    #133b5a;
    gap: 20px;
    margin: 40px;
   
}
#trend_on_sites>p{
    display:block;
}
.heading{
    color: 
    #133b5a;
    font-weight: bold;
}