
body{
    background-color: black;
}
#heading{
    color: white;
    /* text-align: center; */
    border-bottom: 1px solid white;
}
h3{
    color: white;
    text-align: center;
    font-size: 17px;
    padding-left: 20px;
    padding-right: 50px;
}
h4{
    color: white;
    text-align: center;
    padding-left: 20px;
    padding-right: 50px;
}
#navbar{
    width: 100%;
    background-color: rgb(36, 34, 34);
    margin-top: -10px;
    padding-top: 10px;
    width: 99%;
    height: 20px;
    margin-top: 5px;
    box-shadow: 1px 1px 6px white;
}
ul{
margin: 0px;
padding: 0px;
}
ul li ul li{
    display: none;
}
ul li:hover ul li{
    display: block;
}
#top{
        color: rgb(186, 182, 182);
        text-decoration: none;
}
.top{
    width: 130px;
    height: 25px;
    float: left;
    text-align: center;
    list-style:none;
    margin-top: -7px;
}
.top:hover{
    width: 130px;
    height: 25px;
    float: left;
    text-align: center;
    list-style:none;
    margin-top: px;
    background-color:rgb(136, 130, 130) ;
    border-radius: 5px;
}
#top:hover,#bottom:hover{
   
    color: white;
    padding-top: 2px;
}
.bottom{
    width: 100px;
    height: 25px;
    float: left;
    text-align: center;
    list-style:none;
    margin-top:8px;
}
.bottom:hover{
    width: 100px;
    height: 25px;
    float: left;
    text-align: center;
    list-style:none;
    margin-top:3px;
    background-color:rgb(136, 130, 130) ;
    border-radius: 5px;
}
#bottom{
    color: rgb(255, 255, 255);
    text-decoration: none;
 }
 .image{
width: 110px;
margin-left: 10px;
margin-top: 30px;
transition: width 1s;
 }
 .image:hover{
    width: 115px;
    margin-left: 10px;
    margin-top: 12px;
    box-shadow: 5px 5px 10px white;
 }
#content-1{
    width: 99%;
    height: 220px;
    overflow:hidden;
}
#navbar2{
    width: 99%;
    height: 33px;
    background:rgb(36, 34, 34);
    box-shadow: 1px 1px 6px white;
}
.dropDown-list1{
    /* border: 1px solid white; */
    width: 150px;
    position: relative;
    margin-top: 9px;
    background-color: rgb(136, 130, 130);
    border-radius: 5px;
    text-align: left;
}
.ddl1{
    border-bottom: 1px solid white;
    height: 30px;
    padding-top: 5px;
}
.ddl1:hover{
    border-bottom: 1px solid rgb(2, 2, 2);
    height: 30px;
    padding-top: 5px;
    background-color: black;
}
.ddmenu1{
    margin-left: 15px;
    font-size: 18px;
    text-decoration: none;
    color: white;
}
.btn{
    float: right;
    height: 25px;
    margin-left: 10px;
    margin-top: 3px;
}
#btn2{
    height: 30px;
}
#All-content{
    width: 75%;
    height: auto;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}
.screenshots{
    width: 430px;
}
.download{
    color: red;
    font-size: 30px;
}
.download-list,.download-list a{
    font-size: 30px;
    border-bottom: 1px solid white;
    text-decoration:none;
}
.cimg{
    width: 50%;
    margin-left: 22%;
}
.ct{
    /* border: 1px solid white; */
    float: left;
    width: 200px;
    height: 450px;
    margin: 1%;
}
.ctimg{
    width: 200px;
    height: 300px;
}
.cta{
    color: white;
    font-size: 20px;
    text-decoration: none;
}
.cta:hover{
    color: white;
    font-size: 20px;
    text-decoration:underline;
}
.pages{
    width: 99%;
    float: left;
    height: 25px;
    text-align: center;
}
#ads{
    width: 21%;
    height: 1930px;
    float: left;
    background-color: rgb(36, 34, 34);
    margin-top: 5px;
}
#pageNo{
    width: 99%;
    height: 30px;
    float: left;
    background-color:rgb(36, 34, 34) ;
}
.pgno{
    font-size: 20px;
    color: rgb(162, 162, 162);
}
.pgno:hover{
    font-size: 20px;
    color: rgb(252, 252, 252);
}
#foot{
    width: 99%;
    height: 200px;
    margin-top: 0px;
    background-color: rgb(26, 24, 24);
    float: left;
    text-align: justify;
}
p{
    color: white;
    margin-left: 10px;
    margin-right: 10px;
    text-align:left;
}