*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
/* Style the navigation menu */
topnav{ 
    overflow: hidden;
    position: relative;  
}
/* Hide the links inside the navigation menu (except for logo/home) */
topnav #myLinks {
    display: none;
    justify-content: center;
    text-align: center;
}
/* Style navigation menu links */
.active{
    color: #000; 
    padding: 10px;
    text-decoration: none;
    display: flex;
}
.linkdiv{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: linear-gradient(to top, #d3d3d3 0, #d3d3d3 1%, #e0e0e0 26%, #efefef 48%, #d9d9d9 75%, #bcbcbc 100%);
}
#myLinks a{
    background: linear-gradient(90deg, hsla(247, 47%, 37%, 1) 0%, hsla(187, 67%, 53%, 1) 100%);
    margin: 1% 3%;
    border-radius: 20px;
    color: #fff;
    padding: .5%;
    position: relative;
    justify-content: center;
    width: 30rem;
} 
.icon{
    font-size: 1.5rem;
    background-color: transparent;
}
.active img{
    width: 35px;
    height: 35px;
}
.name{
    display: flex;
    justify-content: start;
    width: 100%;
    align-items: center;
}
.name img{
    width: auto;
    padding-left: 95%;
}
/* Style the hamburger menu */
topnav a.icon {
    background: transparent;
    color: #fff;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 15px;

} 
#hamburger{
    padding-top: 15px;
    font-size: 1.2rem;
}
/* Style the active link (or home/logo) */
.active {
  background: linear-gradient(90deg, hsla(247, 47%, 37%, 1) 0%, hsla(187, 67%, 53%, 1) 100%);
  color: white;
  font-size: 1rem;
}
.active h1{
    padding-left: 15%;
    font-size: 1.5rem;
}
@media only screen and (max-width: 980px){
    .active h1{
        padding-left: 1%;
        font-size: 1.2rem;
    }
    .name img{
        width: 5rem;
        padding-left: 20%;
    }
}
/* styling the nav */
nav{
    overflow-x: hidden !important;
}
nav ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 0%;
    width: 120vw;
    margin-left: -7%;
}
/* nav ul a{
    padding: 0 0;
    margin: .2%;
    color: #000;
    cursor: pointer;
} */
nav ul button:hover{
    color: #fff;
    background: linear-gradient(90deg, hsla(247, 47%, 37%, 1) 0%, hsla(187, 67%, 53%, 1) 100%);
}
nav ul li{
    /* margin: 5px; */
    font-weight: 500;
    font-size: .8rem;
    padding: 5px;
    list-style: none;
}
a{
    text-decoration: none;
    color: #000;
}
nav ul a:hover{
    color: #fff;
}
.active2{
    color: #fff;
    background: linear-gradient(90deg, hsla(247, 47%, 37%, 1) 0%, hsla(187, 67%, 53%, 1) 100%);
}
#active2{
    color: #fff;
}
#icon{
    padding: 2px;
}
/* styling the container */
.container{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 3%;
    position: relative;
}
.container img{
    width: 10rem;
    height: 10rem;
}
@media only screen and (max-width: 980px){
    .container{
        margin: 5%;
    }
    .container img{
        width: 8rem;
        height: 8rem;
    }
}
/* styling info section */
.info-section{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}
.info-column{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: .5rem;
    margin-left: 10px;
    padding: 1%;
    border-left: 2px solid #ccc;
    height: 5px;
}
.info-column i{
    font-size: 25px;
}
.info-column p{
    font-size: 20px;
}
@media only screen and (max-width: 980px){
    .info-section{
        margin: 10%;
    }
}
/* styling donwload links */
.download{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 3%;
}
.download button{
    width: 30rem;
    margin-top: 3%;
    padding: 3%;
    border-radius: 50px;
    font-size: 1rem;
    background-color: blue;
    border: 2px solid blue;
    color: #fff;
    cursor: pointer;
}
#telegram{
    background-color: #fff;
    color: #0088cc;
    border: 2px solid #0088cc;
}
@media only screen and (max-width: 980px){
    .download button{
        width: 20rem;;
    }
}
/* styling other apps */
.other-apps{
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
    font-size: .9remrem;
    border: 3px solid #000;
    background: linear-gradient(90deg, hsla(247, 47%, 37%, 1) 0%, hsla(187, 67%, 53%, 1) 100%);
    color: #fff;
    padding: .5%;
    border-radius: 10px;
    margin: 2%;
}
.other-apps i{
    font-size: 25px;
}
.other-apps h2{
    font-size: 1.2rem;
}
@media only screen and (max-width: 980px){
    .other-apps{
        margin: 10%;
    }
}
/* styling app cards */
.cards{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1%;
    padding: .5% 1%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 5px 0px;
}
.cards .element1{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}
.cards .element2 h2{
    font-size: 1.2rem;
    margin-left: 5%;
    width: 100%;
}
.cards .element1 img{
    width: 75px;
    height: 75px;
}
.cards .element2{
    padding: 1%;
}
.cards .element2 p{
    color: darkred;
    font-weight: bold;
    font-size: .75rem;
    margin-top: 5%;
    margin-left: 5%;
    width: 100%;
}
.cards .element3{
    margin-right: 8%;
}
.cards .element3 a button{
    border: 2px solid #000;
    border-radius: 5px;
    background: linear-gradient(90deg, hsla(247, 47%, 37%, 1) 0%, hsla(187, 67%, 53%, 1) 100%);
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
    color: #fff;
    padding: 15%;
    cursor: pointer;
    font-size: .8rem;
    font-weight: bolder;
    width: max-content;
}
#bank-icon{
    color: green;
}
/* styling info  */
.info {
    margin-top: 3%;
    margin-bottom: 3%;
    margin-left: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* styling notice */
.notice{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    border: 2px solid red;
    background-color: #fff7f7;
    margin: 3%;
    border-radius: 3px;
    padding: 3% 3%;
    line-gap-override: 8px;
}
.notice h2{
    font-size: 1rem;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.notice p{
    margin-top: 2%;
    font-size: .7rem;
}
/* fixed icon */
.fixed-icon{
    position: fixed;
    top: 50%;
    left: 96%;
}
.fixed-icon img{
    height: 50px;
}
/* footer */
.footer-menu{
    margin-top: 3%;
    padding: 3%;
    background: linear-gradient(90deg, hsla(247, 47%, 37%, 1) 0%, hsla(187, 67%, 53%, 1) 100%);
    color: #fff;;
}
.footer-menu ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.footer-menu ul li{
    list-style: none;
    text-decoration: underline;
    font-weight: bold;
    padding: 1%;
}
.footer-menu h2{
    margin-top: 3%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.footer-menu h2 a{
    text-decoration: underline;
    color: #fff;
    font-size: .9rem;
    margin-top: 1%;
}
.footer-menu p{
    font-size: .8rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    color: #ccc;
    margin-top: 3%;
}
@media only screen and (max-width: 668px){
/* fixed icon */
.fixed-icon{
    left: 85%;
}
/* styling app cards */
.cards .element1{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.cards .element2 h2{
    font-size: 1.1rem;
}
.cards .element1 h4{
    padding-top: 7%;
}
.cards .element1 img{
    width: 75px;
    height: 75px;
}
topnav a.icon {
    padding-right: 5px;
} 

}