body {
    margin: 0;
}
.topDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 1;
    border-bottom: 3px solid rgba(0, 134, 213, 1);
}
.Logo {
    width: 160px;
}
  
.topDiv #topMenu a {
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    color: black;
}
  
.topDiv #topMenu a:hover {
    color: white;
    background: #00a4f1;
    border-radius: 39px;
}

* {
    box-sizing: border-box;
    scrollbar-color: transparent transparent;
    scrollbar-width: 0px;
  }
  
  *::-webkit-scrollbar {
    width: 0;
  }
  
  *::-webkit-scrollbar-track {
    background: transparent;
  }
  
  *::-webkit-scrollbar-thumb {
    background: transparent;
    border: none;
  }
  
  * {
    -ms-overflow-style: none;
  }

@media only screen and (min-width: 764px) {
    #dropDown {
        display: none;
    }
}

@media only screen and (max-width: 764px) {
    #topMenu {
      display: none;
    }
    #dropDown {
        display: block;
        margin-right: 10%;
    }
}
#dropDownBtn {
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
#dropDownContent {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
#dropDownContent a{
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
#dropDownContent a:hover {
    background-color: #00a4f1;
    color: white;
}
#dropDown.open #dropDownContent {
    display: block;
    
}
.demo-container {
    width: 100%;
    height: 100%;
    background-image: url("../Attachments/demo bg.png");
    background-position: right;
    background-size: 900px 680px;
    background-repeat: no-repeat;
    padding: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.demo-content {
    width: 400px;
}
.demo-content h3 {
    font-size: 25px;
}
.demo-content a{
    text-decoration: none;
    cursor: pointer;
}
.get-demo {
    width: 170px;
    height: 60px;
    border-radius: 39px;
    padding: 16px;
    background-color: #0086D5;
    display: flex;
    justify-content: space-between;
}
.get-demo span {
    color: white;
    font-size: 17px;
    font-weight: 700;
    align-self: center;
}
.get-demo img {
    width: 50px;
    align-self: center;
}
.demo-image {
    
}
.demo-image img {
    width: 800px;
    border-radius: 15px;
}
.asn-android-apps {
    margin-top: 5%;
    height: 100%;
}

.know-more {
    margin: auto;
    margin-bottom: 15px;
    width: 128px;
    padding: 10px;
    text-decoration: none;
    font-size: 10px;
    color: rgba(0, 134, 213, 1);
    background-color: rgba(239, 236, 255, 1);
    border-radius: 20px;
    display: block; 
    text-align: center;
    pointer-events: none;
}
#asn-android-apps-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#asn-android-apps-content span {
    font-size: 30px;
    font-weight: 900;
}

#asn-android-apps-content p {
    font-size: small;
    width: 500px;
    color: rgba(144, 144, 167, 1);
    text-align: center;
}
.row-one {
    display: flex;
    justify-content: center;
    align-items: center;  
}
.row-one img {
    width: 80px;
    border-radius: 10px;
    box-shadow: 0 0 3px 1px #0086D5;
    margin: auto;
    margin-bottom: 10px;
}
.row-one span {
    font-size: 18px;
    font-weight: 900;
    width: 260px;
}
.row-one p {
    font-size: small;
    color: rgba(121, 121, 121, 1);
}
.row-one a {
    font-size: small;
}

.alphaskynet {
    width: 350px;
    height: 300px;
    background-color: rgba(249, 249, 249, 1);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.x2money {
    margin-left: 2%;
    width: 350px;
    height: 300px;
    background-color: rgba(249, 249, 249, 1);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
.refercodemart {
    margin-left: 2%;
    width: 350px;
    height: 300px;
    background-color: rgba(249, 249, 249, 1);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
.asn-web-apps {
    margin-top: 5%;
    height: 100%;
}
#asn-web-apps-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#asn-web-apps-content span {
    font-size: 30px;
    font-weight: 900;
}

#asn-web-apps-content p {
    font-size: small;
    width: 600px;
    color: rgba(144, 144, 167, 1);
    text-align: center;
}
.row-two {
    display: flex;
    justify-content: center;
    align-items: center;  
}
.row-two img {
    width: 80px;
    border-radius: 10px;
    box-shadow: 0 0 3px 1px #0086D5;
    margin: auto;
    margin-bottom: 10px;
}
.row-two span {
    font-size: 18px;
    font-weight: 900;
    width: 260px;
}
.row-two p {
    font-size: small;
    color: rgba(121, 121, 121, 1);
}
.row-two a {
    font-size: small;
}

.app-development {
    width: 350px;
    height: 300px;
    background-color: rgba(249, 249, 249, 1);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
.footer {
    width: 100%;
    height: 100%;
    padding:0px 100px;
    margin-top: 5%; 
}

.footer-logo{
    width: 160px;
}
.footer a, .footer span{
    font-size: 15px;
}
.company-details {
    width: 250px;
}
.company-details span, .company-details p {
    font-size: 15px;
    color: rgba(121, 121, 121, 1);
    margin: 0;
}

.footer a {
    text-decoration: none;
    color: rgba(121, 121, 121, 1);
}
.footer li {
    margin: 10px 0;
    list-style-type: none;
    
}
.pages ul, .utility-pages ul, .address ul{
    color: rgba(121, 121, 121, 1);
}
.address span {
    color: rgba(121, 121, 121, 1);
}
.address img {
    width: 13px;
}
.copyright {
    display: flex;
    justify-content: space-between;
    bottom: 0;
    margin: 0 45px 0 45px;
}
.social-media button{
    background-color: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    margin: 0 8px;
}

.innerFooter{
    display: flex; 
    justify-content: space-between;
}
/* Mobile resolution */
@media only screen and (max-width: 767px) and (orientation: portrait) {
    body{
     zoom: 80%;
    }
    .demo-container{
        height: 100%;
    }
    .demo-content h3,p{
        color: white;
    }    
    .demo-image{
        display: none;
    }
    .get-demo{
        border: #f9f9f9 3px solid;
        width: 50%;
    }
    .asn-android-apps{
        height: 100%;
    }
    .asn-web-apps{
        height: 100%;
    }
    #asn-android-apps-content p{
        width: 90%;
    }
    #asn-web-apps-content p{
        width: 90%;
    }
    .alphaskynet, .x2money{
        margin-bottom: 6%;
    }
    .row-one{
        display: flex;
        flex-direction: column;
    }
    .footer{
     height: 100%;
     margin-top: 20px;
     flex-direction: column;
     padding: 50px;
     }
     .innerFooter{
         display: flex; 
         justify-content: space-between;
         flex-direction: column;
     }
     .copyright{
         zoom: 80%;
         margin: 0 10px 0 10px;
         width: 100%;
     }
 }
 @media only screen and (max-height: 432px) and (orientation: landscape) {
    body{
        zoom: 70%;
    }
    .demo-container{
    height: 100%;
    zoom: 80%;
    }
    .demo-content h3, p{   
    text-shadow: 0 0 10px white;
    }
    .demo-image{
    zoom: 80%;
    }
    .asn-android-apps{
        height: 100%;
        zoom: 90%;
    }
    .asn-web-apps{
        height: 100%;
        zoom: 90%;
    }
    .footer{
        height: 100%;
        padding: 50px;
    }
 }
 
 /* Tab resolution */
 @media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
     body{
         zoom: 80%;
     }
     .demo-container{
        height: 100%;
        zoom: 78%;
     }
     .asn-android-apps{
        height: 100%;
     }
     .asn-web-apps{
        height: 100%;
     }
     .footer{
         zoom: 110%;
         height: 100%;
         padding: 50px;
         padding-bottom: 0px;
         margin: 0;
     }
 }
 @media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    body{
        zoom: 90%;
    }
    .demo-container{
        height: 100%;
        zoom: 80%;
    }
    .asn-android-apps{
        height: 100%;
     }
     .asn-web-apps{
        height: 100%;
     }
   
    .footer{
        padding: 30px;
    }
}
 
 /* Lap, PC resolution
 @media only screen and (min-width: 1024px) {
     body{
        zoom: 100%;
     }
     
 } */