
/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    padding: 0;
}

body {
    max-width: 100%;
    margin: 0 auto;
} */
 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

body,
html {
    height: 100%;
    width: 100%;
    margin: 0; 
    padding: 0;
    
  
}
body {
    max-width: auto;
    margin: 0 auto;
  
}
.navbar {
    background-color: #fff;
    top: 0;
    position: fixed;
    overflow: visible;
    height: 25%;
    box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.1);
    width: auto;
    z-index: 1000;
}
#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;
}
.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;
}
.fold{
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
    box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.2);
}
.captionC9x{
    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) {
        margin-top: 65%;
     }
}
.customersHeader{
    margin-top: 10%; 
    text-align: center; 
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 45px;
    @media (max-width: 768px) {
        font-size: 25px;
        margin-bottom: 60px;
     }
}
.fold1{
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
    box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.2);
}
.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 lightgray;
}
.logoDiv {
    margin-left: 3%;
    margin-bottom: 2%;
}
.logoDiv button{
  @media (max-width: 768px) { 
        display: none;   
    }  
}
.img-fluid {
    width: 8%;
    margin-top: -2%;
}
.SubscribeBtn {
    background-color: transparent;
    border-radius: 8px;
    border-color: darkgray;
    margin-left: 68vw;
    padding: 2px;
}

.SubscribeBtn:hover {
    transform: scale(1.1);
}
.upperLine {
    border-top: 1px solid darkgrey;
    width: 100%;
    margin-top: -8vh;
}
.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);
}
.no-underline {
    text-decoration: none;
    color: black;
    text-align: left;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;

}
.barsMenu {
    display: none;
    cursor: pointer;
}
.gradient-footer {
    background-color: #fff;
    color: white;
    width: 100%;
    height: 45vh;
    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: 140vh;
        }
}
#socialFooter{
    display: flex; 
    margin-top: 15%; 
    position: absolute; 
    width: 100%;
    height: 60%;

}
.closedIcon{
    margin-left: 43%;
    margin-top: 20px;  

     @media screen and (max-width: 768px) { 
            margin-top: 120%;
            width: 100%;
            margin-left: 25%;
        }
}
#iconsInner{
    @media (max-width: 768px) {
       position: absolute;
       margin-top: -40%; 
       margin-left: -10%;
       display: none;
    } 
}
.quickLinks {
    color: black;
    margin-left: 43%;
    margin-right: auto;
    margin-top: 20px;
    line-height: 1;
    position: absolute;

    @media (max-width: 768px) {
       margin-bottom: 10%; 
    } 
}
.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%);
}

.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%);
}

.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%);
}

.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%);
}

.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%);
}
.footer-company-name{
    font-size: 10px;
    color: black;
    margin-left: -22%;
    margin-top: 20px;    

     @media screen and (max-width: 768px) { 
         margin-left: -50%;
         margin-top: 100%;
    }
}
.footer-company-name a{
    text-decoration: none;
    color: black;     
}
.barsMenu {
    display: none; 
    cursor: pointer;
}
#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;
}

.faIcons{
    margin-left: 20vw;
}

.c9Card1{
    background-color: #093337;
    width: 30%;
    padding: 40px;
    margin: 20px;
}
.c9Card2{
    background-color: #e9f5db;
    width: 30%;
    padding: 40px;
    margin: 20px;
}
.c9Card3{
    background-color: #0b252b;
    width: 30%;
    padding: 40px;
}
.c9MainCard{
    display: flex;
}
#cardMain{
    width: 100%; 
    height: 400px; 
    text-align: center; 
    position: relative; 
    background-color: #fff;
    border: 0;
    box-shadow: -10px 0 10px rgb(0, 0, 0, 0.1);
    
}
#cardMainID{
    @media (max-width: 768px) {
        margin-right: 20%;
     } 
}
.cardSectionMain{
    margin-top: 10%; 
    margin-bottom: -5px;
    padding: 25px;
    max-width: 80%;
    margin-left: 10%;
}
.secTrusted{
    height: 38%; 
    margin-bottom: -5%; 
    background-color: #fff;  
    margin-bottom: 5%;
    
}
.aiSection{
    display: flex;
    width: 100%;
    margin-top: 10%;
    padding: -5px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin-left: -6%;

    @media (max-width: 768px) {
        width: 120%;
       flex-direction: column;
       justify-content: center;
       align-items: center;
       text-align: center;
       margin-left: -28%;
       
     }
}
#virtualImgId{
    @media (max-width: 768px) {
       @media (max-width: 768px) {
        position: relative;
       right: -8%;
     }
       
     }
}
.aiInfo{
    text-align: center;
    margin-top: -5px;
    padding: 20px;
}
.aiInfo h3{
    font-weight: 600;
    margin-left: 30%;

    @media (max-width: 768px) {
        margin-bottom: 30px;
     }
    
}
.aiInfo p{
    font-weight: 400;
    width: 50%;
    text-align: justify;
    margin-left: 40%;

    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   font-size: 1.1rem;
    line-height: 1.4;

    @media (max-width: 768px) {
        font-size: 1.2rem;
        text-align: center;
     }
}
.aiImage img{
    width: 39vw;
    border-radius: 20px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3);
    margin-left: -2%;

    @media (max-width: 768px) {
        width: 65vw;
        height: 65vw;
       margin-left: 20%;
       z-index: 1; 
     }
}
.aiButton{
    width: 35%;
    height: 15%;
    text-align: center;
    font-weight: 800;
    background-color: #212529;
    color: #fff;
    border: none;
    margin-left: 30%;

    @media (max-width: 768px) {
        width: 40%;
        height: 20%;
        margin-left: 30%;
        margin-bottom: 20px;
    }

}
.aiSection2{
    display: flex;
    margin-top: 6%;
    margin-bottom: -10%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

     @media (max-width: 768px) {
        width: 160%;
        display: flex;
        flex-direction: column-reverse;
        margin-left: -30%;  
    }
}
#SASL{
    @media (max-width: 768px) {
       margin-top: 20px;
    }
}
#virtualId{
    @media (max-width: 768px) {
       margin-top: 60px;
    }
}
.aiInfo2{
    text-align: center;
    margin-top: -5px;
    padding: 20px;
    margin-left: 50px;
}
.aiInfo2 h3{
    font-weight: 600;
    margin-right: 10%;
}
.aiInfo2 p{
    font-weight: 400;
    width: 40%;
    text-align: justify;
    margin-left: 25%;

    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   font-size: 1.1rem;
    line-height: 1.4;

    @media (max-width: 768px) {
       font-size: 1.2rem;
       text-align: center;
    }
}
.aiImage2 img{
    width: 39vw;
    height: 100%;
    border-radius: 20px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3);
    margin-left: 25%;
    @media (max-width: 768px) {
        width: 65vw;
        height: 65vw;
        margin-left: 27%;
    }
    
}
.aiImage3 img{
    width: 39vw;
    height: 100%;
    border-radius: 20px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3);
    margin-left: -2%;
    @media (max-width: 768px) {
        width: 65vw;
        height: 75vh;
        margin-left: 20%;
    }

}
.aiButton2{
     width: 30%;
    height: 14%;
    text-align: center;
    font-weight: 800;
    background-color: #212529;
    color: #fff;
    border: none;
    margin-right: 10%;

    @media (max-width: 768px) {
        margin-bottom: 20px;
    }
}
.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%;
    
}
.btn{
    width: 15%;
    border: 2px solid #000000;
}
.btn-android{
    background-color: transparent;
    color: #000000;
    
}
.statsSection{
    margin-top: 4%;
    margin-bottom: 5%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    background-color: #eef2f7;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.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;
}
.lineStats{
    border-bottom: 2px solid #000000;
    width: 15%;
    margin-top: -2px;
}
.statsContent{
    display: flex;
    margin-left: 5%;
    align-items: center;
    justify-content: center;
}
.statsDiv p{
    padding: 0 40px 0 40px;
}
.card-text{
    color: #000000;
     font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   font-size: 1.1rem;
    line-height: 1.4;
    text-align: left;
    margin-top: 30px;

    @media (max-width: 768px) {
       font-size: 1.2rem;

    }
}
#noStatsInfo{
    @media (max-width: 768px) {
       font-size: 1.2rem;
        margin-right:-20%;
    }
}
#noStatsInfoFive{
    font-size: 1.2rem;
}

@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{
        width: 45px;
    }
    
}
@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{
        width: 100%;
        height: auto;
    }
    .qrcode {
        margin-left: auto;
        margin-right: 25%;
        width: 50%;
        align-items: center;
        margin-top: 195%;
  
    }
    .gradient-footer{
        width: 100%;
        height: 110vh;
    }
    #socialFooter{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 60%;
        
    }
    .facebook,
    .instagram,
    .twitter,
    .youtube,
    .linkedin{
        margin-bottom: -100%;
    }
    .statsContent {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .statsDiv {
        margin-bottom: 10px;
        text-align: center;
        text-align: center;
    }
    .lineStats{
        align-items: center;
        justify-content: center;
        margin-left: 40%;
    }
    #noStatsInfo,
    #noStatsInfoFive,
    #createdSts{
        float: right;
    }
    
    #createdLine{
        position: relative;
        left: 28%;
    }
    #five{
        margin-left: 26%;
    }
    #noStatsInfoFive{
        margin-inline-end: -35px;
    }
    #fiveLine{
        margin-left: 55%;
    }
    .trustedByCompanies{
        overflow-x: hidden;
        overflow-y: hidden;
        white-space: nowrap;
        margin-top: 24%;
    }
}

@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%;
     }
}
@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; 
    }
    
    
}
.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;
}
#reahlogosid{


    @media (max-width: 768px) {
        width:45%;
        height: 40%;
    }

}
#menu-button-display{
    @media (max-width: 768px) {
        padding-top: 25px;
        width:150%;
        height: 150%;
    }

}
.background-section {

    position: relative;
    width: 100%;
    height: 35vh; 
    background-image: url('pictures/c9x\ bannerf.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;

    @media (max-width: 768px) {
        margin-top: 80px;
        padding-top: 30px;
        padding-bottom: 150px;
        width: 100vw;
        margin-left: -25%;
    }
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); 
}

.captionC9x {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ffffff;

     @media (max-width: 768px) {
        margin-top: 100px;
    }
}
.text-content {
    width: 100%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    padding: 0;
    font-size: 20px;
    margin: 20px auto 0;
    color: white;
}

#cardicon{
    margin-top: -5%;

    @media (max-width: 768px) {
        width: 20%;
        height:30%;
    }

}
#cardicon img{
    width: 160px;
    height: 180px;
}
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    z-index: 9999;
    color: #fff;
    width: 250px;
    height: 180px;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
}

.aiVideo {
    display: none;
    position: relative;
    width: 45%;
    height: 55%;
    left: 900px;
    top: -40%;
    margin-bottom: -50%;
    

    @media (max-width: 768px) {
         position: relative;
        left: 25%;
        right: auto;
        top: -200px;
        width: 75%;
    }

}

.aiVideo1 {
    display: none;
    position: relative;
    width: 40%;
    height: 45%;
    margin-bottom: -50%;
    left: 260px;
    top: -45%;

     @media (max-width: 768px) {
        position: relative;
        width: 60%;
        height: 45%;
        left: 12%;
        right: auto;
        top: -260px;
    }
}

.aiVideo2 {
    display: none;
    position: relative;
    width: 55%;
    height: 55%;
    left: 900px;
    top: -80%;
    margin-bottom: -28%;

     @media (max-width: 768px) {
        position: relative;
        width: 80%;
        height: 75%;
        left: 20%;
        right: auto;
        top: -350px;
        margin-bottom: -40%;
    }
}

