*{
  margin: 0;
    padding: 0;
    list-style-type:none;
    box-sizing: border-box;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif ;
}
body{
    background-color: rgb(243, 241, 241);
}

main{
    margin-left:2% ;
}

.top-nav{
    display:flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(245, 241, 241);
    width: 100%;
    position: fixed;
    top:25px;
    z-index: 1;
    height: 40px;
    padding-right: 10px;
    border-bottom: 2px solid lightgrey;
}


svg{
    width: 25px;
     height: 25px;
     margin: 5px;
}

a svg:hover,
.top-nav span:hover{
    color: #513183;
}

.top-heading{
    background-color: #513183;
    color: #fff;
    padding: 5px 10px;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 1;

}
span.more{
    color: #000;
}
.top-nav h3{
    margin-right: auto;
    color: #000;
    padding-left:10px ;
}
.top-nav a{
  margin-right: 10px;

}
#date{
    padding:8px;
    color:#513183;
}
span{
    cursor: pointer;
}
a{
    text-decoration: none;
    color: white;
}
.text{
    margin-top:50px;
    padding-top:20px;
    height: 150px;
    background-color: #fff;
    text-align: center;
}
#bottom-nav{
    background-color:rgb(228, 224, 224) ;
    width:20%;
    overflow-y: hidden;
    color: white;
    height: 100%;
    position:fixed ;
    top: 70px;
    left: -100%;
    transition: 500ms ease-in-out;
    z-index: 1;
}
#bottom-nav .Navicon{
    width: 25px;
    height: 25px;
    margin-right: 30px;
    font-size: 1.4rem;
}
#bottom-nav  li{
    padding:10px 10px 5px 10px;
}
#bottom-nav a {
    padding-bottom:5px;
    font-size: .9rem;
    font-weight: 500;
    overflow: hidden;
    display: flex;
    align-items: center;

}
#bottom-nav a::-webkit-scrollbar{
    width: 0%;
}
#bottom-nav li:hover{
    background-color: #aca5b8 ;
}
#bottom-nav a:active{
    border-left:7px solid #513183 ;
}
#toggleNav{
    cursor: pointer;
    color: #000;
    background-color:rgb(228, 224, 224);

}
#toggleNav svg{
    width: 35px;
}
.first-content,.third-content,.forth-content{
    margin-left: 0;
}
.tool-box-header,.what-new-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
    margin-top: 20px;
}
.tool-box-header .language,.what-new-header .language{
    color: #513183;
}
.heading {
    font-size:1.5rem ;
}
.frequently img{
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.frequently,.what-new,.tool-box{
    position: relative;
}
.frequently span{
    position: absolute;
    top: 10px;
    right:10px;
    color: #fff;
    font-size: .8rem;
}
.tool-box img{
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.tool-box span{
    position: absolute;
    top: 10px;
    right:10px;
    color: #fff;
    font-size: .8rem;
}
.tool-box .icon{
    position: absolute;
    bottom:40px;
    right:13px;
    color: #fff;
    font-size: 1.2rem;
}
.what-new-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 5px;
    overflow-x: auto;
}
.what-new-container::-webkit-scrollbar{
    width: 0%;
}
.img-title img{
   object-fit: cover;
   width: 100%;
   height: 100px;

}
.img-title-container{
    width: 300px;
    height: 100px;
    position: relative;
    margin: 10px 0;
    background-color: #fff;

}
.img-title{
    display: grid;
    grid-template-columns: 0.4fr 0.6fr;

}
.img-title-container::-webkit-scrollbar{
    width: 0%;
}
.img-title-container .img-title p{
    padding: 10px;
    font-size: 12px;
    color: #000;
}
.img-title-container  span{
    position: absolute;
    top: 10px;
    right: 5px;
    color: rgb(139, 138, 138);
    font-size: .8rem;
}
.img-title-container .icon{
    position: absolute;
    bottom: 10px;
    right:10px;
    color: #ddd;
    font-size: 1.2rem;
}
.forth-content  span{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: .8rem;
}
.forth-content .icon{
    position: absolute;
    bottom: 40px;
    right:10px;
    color: #fff;
    font-size: 1.2rem;
}
.second-content{
    margin-top:1%;
}
.text-theme{
    color: #000;
}
.content{
    margin: 15px 0px 30px 0px ;

}
.publication{
    display: flex;
    font-size: 11px;
    font-weight: 500;
    color:black;
    overflow-x: auto;
}

.forth-content{
    margin-top: -30px;
}

.forth-content img{
    width: 220px;
}
.publication::-webkit-scrollbar{
    width: 0%;
}
.publication img, a {
    margin:10px 5px 0px 0px ;
    color:black;
    object-fit: cover;
}
.bottom-part{
   display: flex;
   align-items: center;
   overflow-x: auto;
   padding-bottom: 30px;
}
.bottom-part .image{
   margin:10px 10px 10px 0;
}
.bottom-part .image img{
    width: 100px ;
    height: 100px ;

}
.bottom-part .image p{
  font-size: .5rem;
}


@media screen and (max-width:900px) {
   
    #bottom-nav{
        width: 50%;
    }
  .forth-content{
    margin-bottom: 40px;
}
}
