* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

body {
    max-width: 100%;
    margin: 0 auto;
    
}
.no-underline {
    text-decoration: none;
    color: black;
    text-align: left;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;

}

.navButtons {
    margin-top: 2%;
    margin-left: 10%;
}

.navButtons a:hover {
    background-color: darkgrey;
    border-radius: 12px;
    transform: scale(1.3);
}

.navButtons i:hover {
    transform: scale(1.3);
}

.img-fluid {
    width: 8%;
    margin-top: -2%;
}

.logoDiv {
    margin-left: 3%;
     margin-bottom: 2%;
}
.logoDiv button{
  @media (max-width: 768px) { 
        display: none;   
    }  
}
.navbar {
    background-color: #fff;
    top: 0;
    z-index: 1000;
    position: fixed;
    overflow: visible;
    height: 25%;
    box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.1);
}
.navButtons ul li{
    list-style: none;
    position: relative;
    float: left;
}
.navButtons a{
    display: block;
    text-decoration: none;
    transition: all 0.25s ease;
}
.navButtons li:hover a{
    background: lightgray;
}
.submenu{
    left: 0;
    opacity: 0;
    position: absolute;
    margin-top: -8px;
    visibility: hidden;
    z-index: 1;
    margin-left: -32%;
}
.submenu li{
    margin: 5px;
    text-decoration: none;
    /* color: black; */
    width: 100%;
    text-align: center;
    
}
.submenu li a{
    padding: 4px;
    border-radius: 6%;
}
.navButtons li:hover ul.submenu{
    opacity: 1;
    top: 50px;
    visibility: visible;
}
.signIn{
    border: none;
    padding: 3px;
    background-color: transparent;
    color: #000000;
    margin-left: 8px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
}
.signUp{
   border: none;
   padding: 3px; 
   background-color: transparent;
   color: black;
   margin-left: 8px;
   margin-right: 10px;
   border-radius: 10px;
   font-weight: 600;
}
.signIn:hover,
.signUp:hover{
      border: 2px solid darkgray;
}
.SubscribeBtn {
    background-color: transparent;
    border-radius: 8px;
    border-color: darkgray;
    margin-left: 68vw;
    padding: 1.5px;
}

.SubscribeBtn:hover {
    transform: scale(1.1);
}
.lineDivider{
    margin-top: 40px;
    margin-left: 20%;
    border-bottom: 2px solid darkgrey;
    width: 60%; 
}
.upperLine {
    border-top: 1px solid darkgrey;
    width: 100%;
    margin-top: -8vh;
}
.faIcons{
    margin-left: 20vw;
}
#sidebarNav{
    position: fixed;
    top: -38px;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    display: none;
    background-color: #fff;
    box-shadow: -10px 0 10px rgb(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.2);
}
#sidebarNav ul{
    display: grid;
    align-items: start;
    justify-content: start;
}
#sidebarNav li{
    width: 100%;
}
#sidebarNav a{
    width: 100%;
}
.menu-button{
    display: none;
}

.gradient-footer {
    background-color: #fff;
    color: white;
    width: 100%;
    min-height: 50vh;
    position: relative;
    margin-top: 0%;
    border-top: 2px solid darkgray;
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    overflow: hidden;

    @media screen and (max-width: 768px) {       
            padding: 20px;
            min-height: 142vh;
        }
}
#socialFooter{
    display: flex; 
    margin-top: 15%; 
    position: absolute; 
    background-color: #fff;
    width: 100%;  
}
.closedIcon{
    margin-left: 43%;
    margin-top: 20px;

    @media screen and (max-width: 768px) {
            margin-top: 120%;
            width: 100%;
            margin-left: 25%;    
        }
}

.quickLinks{
    color: black;
    margin-left: 43%;
    margin-right: auto;
    margin-top: 20px;
    line-height: 1;
    position: absolute;

    @media screen and (max-width: 768px) {       
            position: relative;
            bottom:-30px;    
        }
}
.quickLinks a{
    font-size: 13px;
    color: #000000;
    text-decoration: none;
}

.Address {
    color: black;
    margin-left: 70%;
    margin-right: auto;
    margin-top: 20px;
    position: absolute;
    line-height: 1;
}
.Address a{
    font-size: 13px;
    color: #fff;
}
.qrcode {
    color: black;
    margin-left: auto; 
    margin-right: 90px; 
    margin-top: 10%; 
    width: 5%;
    position: absolute;
    right: 0; 
}
.Contacts{
    color: black;
    margin-left: 16%;
    margin-right: auto;
    margin-top: 20px;
    line-height: 1; 
    position: absolute;
}
.Contacts a{
    font-size: 13px;
    text-decoration: none;
    color: black;
}
.facebook:hover,
.instagram:hover,
.twitter:hover,
.youtube:hover,
.linkedin:hover,
.logo:hover {
    transform: scale(1.2);
}
.facebook img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transition: transform 0.2s ease-in-out;
    filter: grayscale(100%);

    @media screen and (max-width: 768px) {
       display: none;  
    }
}

.instagram img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transition: transform 0.2s ease-in-out;
    margin-left: 10px;
    filter: grayscale(100%);

    @media screen and (max-width: 768px) {
       display: none;  
    }
}

.twitter img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transition: transform 0.2s ease-in-out;
    margin-left: 10px;
    filter: grayscale(100%);

    @media screen and (max-width: 768px) {
       display: none;  
    }
}

.youtube img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transition: transform 0.2s ease-in-out;
    margin-left: 10px;
    position: absolute;
    filter: grayscale(100%);

    @media screen and (max-width: 768px) {
       display: none;  
    }
}

.linkedin img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transition: transform 0.2s ease-in-out;
    margin-left: 45px;
    position: absolute;
    filter: grayscale(100%);

    @media screen and (max-width: 768px) {
       display: none;  
    }
}
.footer-company-name{
    font-size: 10px;
    color: black;
    margin-top: 20px;
    margin-left: -26%;
    
    @media screen and (max-width: 768px) {
        position: relative;
       top: -30px;
       left: -30px;
    }
}
.footer-company-name a{
    text-decoration: none;
    color: black;
}
.barsMenu {
    display: none; 
    cursor: pointer;
}
.secCont{
    position: relative;
    height: 110%;
    background-color: #eef2f7;
    background-image: url(pictures/upper\ design.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 50%; 
}
.atmInnerCont{
    display: flex;
    margin-left: 6%;
    margin-top: 10%;

    @media (max-width: 768px) {
       margin-top: 100px;
       margin-bottom: -8%;
    }
}
.atmInfo{
    margin-top: 17%;
    margin-left: -40px;
    color: #000000;
    text-align: justify;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 500;
     font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
     
}
.atmInfo h1{
    color: #000000;
    text-align: center;
    margin-top: 30px;
    font-size: 50px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

     @media (max-width: 768px) {
       font-size: 40px;
       margin-top: -50px;  
    }
}
.atmCont{
    margin-top: 20%;
    padding: 20px;
    margin-bottom: 20%;
    margin-right: -40px;

     @media (max-width: 768px) { 
        margin-bottom: -35%;   
    }  
}
.atmCont h1{
    color: #fff;
    font-size: 100px;
    margin-left: -70%;
    text-align: center;
    margin-bottom: 40px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.cardSectionMain{
    margin-top: 10%; 
    margin-bottom: -5px;
    padding: 45px;
    max-width: 80%;
    margin-left: 10%;
}
.secTrusted{
    margin-top: 60px;
    height: 38%; 
    margin-bottom: 60px; 
    background-color: #fff;  
    margin-bottom: 5%;
    
}
.slideCompanies{
    margin: 0;
    padding: 0;
    height: 60vh;
    width: 120%;
    display: flex; 
    justify-content: center; 
    margin-left: -10%;
}
.slideCompanies img{
    filter: grayscale(100%);
    height: 60px;
    margin: 0 20px;
}
#trustedByHead{
    position: relative;
    text-align: center;
    font-size: 50px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin-bottom: 20px;
    color: #000000;
    margin-top: -5%;
    
}
.trustedByCompanies{
    overflow: hidden;
    white-space: nowrap;
    margin-top: 18%;
    margin-bottom: 5%;
    
}
.statsSection{
    margin-top: -5%;
    margin-bottom: 5%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    background-color: #9ab0c5;
}
.theStats{
    border: 1px solid lightgray;
    color: #000000;
    padding: 50px;
}
.theStats h4{
    text-align: center;
    font-weight: 700;
    color:#000000;
}
.theStats p{
    text-align: center;
    font-weight: 600;
    font-style: oblique;
    color:#000000;
}
.statsContent{
    display: flex;
    margin-left: 5%;
    align-items: center;
    justify-content: center;
}
.lineStats{
    border-bottom: 2px solid #000000;
    width: 15%;
    margin-top: -2px;
}
.statsDiv p{
    padding: 0 40px 0 40px;
}
#para1{
    @media (max-width: 768px) {
       width: 100%;
       margin-left: auto;
       margin-right: auto;
       font-size: 1.2rem;
       padding-left: 20px;   
       padding-right: 40px;
       padding-left: 30px;
       text-align: center; 
    }
}

@media (max-width: 400px){
    #sidebarNav{
        width: 100%;
        height: 100%;
    }
    .bodySection .container .row{
        align-items: center;
        justify-content: center;
     }
     .gameHead h1{
        margin-left: 0;
     }
     .gradient-footer{
        width: 100%;
        height: auto;
    }
    #socialFooter{
        margin-top: 22vh;
    }
    .closedIcon{
        margin-left: 100px; 
    }
    .footer-company-name{
        text-align: center;
    }
    .qrcode{
        margin-bottom: -60px;
        width: 45px;
        height: auto;
    }
    .atmCont h1{
        position: relative;
        margin-inline-start: 30%;
        font-size: 40px;
        margin-top: 40px;    
    }
    .atmCont iframe{
        margin-left: 16%;
        width: 60%;
        height: -5vh;
    }
    .atmInfo p{
        font-size: 13px;
    }
}
@media(max-width: 800px){
    *{
        width: auto;
        height: auto;
    }
    .SubscribeBtn,
    .signIn,
    .signUp,
    .faIcons,
    .hideOnMobile{
        display: none;
    }
    .logoDiv a{
        float: inline-end;
    }
    #sidebarNav ul{
        margin-top: 40px;
    }
    .menu-button {
        display: block;
    }
    .imgGameMain{
        width: auto;
        height: auto;
    }
     .imgGameMain2{
        visibility: hidden;
     }
     .gameHead h1{
        margin-top: -8vh;
     }
     .bodySection .container .row .col-md-6 h2{
        margin-top: 10%;
     }
     .bodySection .container .row{
        align-items: center;
        justify-content: center;
     }
     .btn{
        width: auto;
     }
     .Address,
    .Contacts,
    .quickLinks {
        position: relative;
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .Address,
    .Contacts,
    .quickLinks {
        margin-left: auto;
        margin-right: auto;
    }
    #footertxt{
        margin-bottom: -40vh;
        padding-bottom: 20vh;
    }
    #socialFooter{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50%;  
        height: 5%;
    }
    .qrcode {
        margin-left: auto;
        margin-right: 25%;
        width: 50%;
        align-items: center;
        margin-top: 55%;  
    }
    .gradient-footer{
       width: 100%;
        height: auto;
    }
    .atmInnerCont {
        flex-direction: column;
    }
    .atmInfo {
        margin-right: -20px;
        flex: 1;
        margin-top: 40%;
    }
    .atmCont{
        position: relative;
        top: -150px;
    }
    .atmCont h1{
        position: relative;
        margin-inline-start: 30%;
        
    }
    .atmCont iframe{
        margin-left: 16%;
        width: 60%;
        height: 40vh;
    }
    .secCont{
        height: auto;
        margin-bottom: 40%;
    }
    .footer-company-name{
        margin-left: -25%;
        margin-top: 20px;
    }
}
@media(max-width: 1284px){
    .logoDiv button{
        width: 14%;
        margin-left: 20px;
    }
    #sideMain ul{
        margin-left: -22%;
    }
    .imgGameMain{
        width: auto;
        height: auto;
    }
    .imgGameMain2{
        visibility: hidden;
     }
     .btn{
        width: auto;
     }
     .gameHead h1{
        margin-top: 12%;
     }
     .bottomLnBorder{
        margin-top: 10%;
     }
     #footertxt{
        height: 20%;
     }
     .secCont{
        height: auto;
     }
     .atmInfo{
        font-size: 18px;
        margin-top: 35%;
     }
     .atmCont{
        margin-top: 25%;
     }
     .gradient-footer{
        margin-top: -20%;
     }
}
@media only screen and (min-width: 3000px) {
    .navButtons ul {
        display: flex;
        align-items: center;
    }

    .navButtons ul li {
        margin-left: 20px;
    }
    .navButtons .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
        background-color: #fff;
        padding: 10px;
        border: 1px solid lightgray;
    }

    .navButtons ul li:hover .submenu {
        display: block;
    }

    .navButtons i {
        display: inline-block;
        margin-left: 40px;
    }

    .barsMenu {
        display: none;
    }
    .gradient-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 50px;  
    }

    #footertxt {
        width: 30%; 
    }

    .qrcode {
        width: 20%; 
    }

    #socialFooter {
        width: 30%; 
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .closedIcon {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .copyrights {
        position: static; 
        margin-left: auto; 
        margin-right: auto; 
        margin-top: 20px; 
    }
    .atmInfo p{
        font-size: 100px;
    } 
}

#reahlogosid{
    @media (max-width: 768px) {
        width:45%;
        height: 40%;
    }

}
#menu-button-display{
    @media (max-width: 768px) {
        padding-top: 25px;
        width:150%;
        height: 150%;
    }

}
.faIcons {
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.iconList {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.iconList li {
    margin-left: 21px;
}

.iconList li:first-child {
    margin-left: 4vw;
}


.iconList li a {
    text-decoration: none;
}