/* * {
    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;
  
}
.no-underline {
    text-decoration: none;
    color: black;
    text-align: left;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;

}
.faIcons{
    margin-left: 20vw;
}
.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;
    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;
}
#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;
}
.cardSectionMain{
    margin-top: 10%; 
    margin-bottom: -5px;
    padding: 45px;
    max-width: 80%;
    margin-left: 10%;
}
.secTrusted{
    height: 38%; 
    margin-bottom: -5%; 
    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: #eef2f7;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

     @media screen and (max-width: 768px) {
        margin-top: -30%;    
    }
}
.theStats{
    border: 1px solid lightgray;
    color: #000000;
    padding: 50px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.theStats h4{
    text-align: center;
    font-weight: 700;
    color:#000000;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.theStats p{
    text-align: center;
    font-weight: 600;
    font-style: oblique;
    color:#000000;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.lineStats{
    border-bottom: 2px solid #000000;
    width: 15%;
    margin-top: -2px;
    margin-left: 30px;
}
.statsContent{
    display: flex;
    margin-left: 5%;
    align-items: center;
    justify-content: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.statsDiv p{
    padding: 0 40px 0 40px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.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: 132vh;
        }
}
#socialFooter{
    display: flex; 
    margin-top: 15%; 
    position: absolute; 
    background-color: #fff;
    width: 100%;   
}
.facebook:hover,
.instagram:hover,
.twitter:hover,
.youtube:hover,
.linkedin:hover,
.logo:hover {
    transform: scale(1.2);
}
.facebook img {
    filter: grayscale(100%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transition: transform 0.2s ease-in-out;
}

.instagram img {
    filter: grayscale(100%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transition: transform 0.2s ease-in-out;
    margin-left: 10px;
}

.twitter img {
    filter: grayscale(100%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transition: transform 0.2s ease-in-out;
    margin-left: 10px;
}

.youtube img {
    filter: grayscale(100%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transition: transform 0.2s ease-in-out;
    margin-left: 10px;
    position: absolute;
}

.linkedin img {
    filter: grayscale(100%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transition: transform 0.2s ease-in-out;
    margin-left: 45px;
    position: absolute;
}
.Address,
.Contacts,
.quickLinks {
    @media screen and (max-width: 768px) {
         flex: 1 1 100%;
        text-align: center;
    }
}
.quickLinks{
    color: black;
    margin-left: 43%;
    margin-right: auto;
    margin-top: 20px;
    line-height: 1;
    position: absolute;

    @media screen and (max-width: 768px) {
        margin-bottom: -25px;
    }
}
.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;
}
.footer-company-name{
    font-size: 10px;
    color: black;
    margin-left: -22%;
    margin-top: 20px;
    
     @media screen and (max-width: 768px) { 
         margin-left: -50%;
    }
}
.footer-company-name a{
    text-decoration: none;
    color: black;
}
.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: 12%; 
       margin-left: -7%; 
      display: none;
    } 
}
.dictionaryMainSection, .container, .column{
    display: flex;
}
.dictionaryMainSection{
    margin-left: auto;
    margin-right: auto;  
}
.dictionaryInfo{
   margin-top: 15%;
   padding-left: 40px;
   font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   font-size: 1.1rem;
    line-height: 1.4;
    color: #000000;

    @media (max-width: 768px) { 
        margin-bottom: -50%;   
    }
}
.dictionaryInfo h1{
    font-size: 60px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

    @media (max-width: 768px) { 
        margin-top: 18%;   
    }
}
#picXsl img{
    @media (max-width: 768px) { 
        margin-top: 0%;
    }
}
#picXsl h1{
    @media (max-width: 768px) {
        margin-top: 55%;
        margin-left: 15%;
    }
}
#statsMiddle{
    @media (max-width: 768px) { 
        margin-left: -22%;   
    }
}
#fiveLine{
    @media (max-width: 768px) { 
        position: relative;
        left: 55%;   
    }
}
.customersHeader{
    margin-top: 10%; 
    text-align: center; 
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 45px;
    @media (max-width: 768px) {
        margin-top: 55%; 
     }
}

#xslInfo{
    font-weight: 500; 
    margin-top: 20px;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.1rem;
    line-height: 1.4;
    @media (max-width: 768px) {
        text-align: left;
     }
}
.aiSection{
    width: 100%;
    margin-top: 10%;
    padding: -5px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin-bottom: -4%;
    color: #000000;

    @media (max-width: 768px) {
        width: 140%;
       flex-direction: column;
       justify-content: center;
       align-items: center;
       text-align: justify;
       margin-left: -20%;
       margin-top: 15%;
       font-size: 1.2rem;
     }
}
#virtualImgId{
    margin-top: -2%;
    @media (max-width: 768px) {
        position: relative;
       right: 0;
     }   
}
.aiInfo{
    text-align: center;
    margin-top: -5%;
    padding: 20px;
    margin-right: 26.5%;
}
.aiImage h3{
    font-weight: 600;
    text-align: center;
    padding-bottom: 15px;
    @media (max-width: 768px) {
        text-align: center;
    }
}
.aiInfo p{
    font-size: 15px;
    font-weight: 400;
    width: 50%;
    text-align: center;
    margin-left: 40%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.1rem;
    line-height: 1.4;
    padding-bottom: 15px;

    @media (max-width: 768px) {
        font-size: 1.2rem;
    }
}
.aiImage img{
    width: 50vw;
    border-radius: 20px;
    margin-left: 20%;
    @media (max-width: 768px) {
        width: 75vw;
       margin-right: 25%;
     }
}
.aiButton{
    width: 20%;
    height: 18%;
    text-align: center;
    font-weight: 800;
    background-color: #212529;
    color: #fff;
    border: none;
    margin-left: 30%;
    margin-bottom: 40px;

    @media (max-width: 768px) {
        width: 50%;
     }

}
.aiSection2{
    margin-top: 6%;
    margin-bottom: -10%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #000000;

     @media (max-width: 768px) {
        width: 160%;
        display: flex;
        flex-direction: column-reverse;
        margin-left: -30%;   
    }
}
#SASL{
    @media (max-width: 768px) {
       margin-top: 20px;
    }
}
virtual{
    @media (max-width: 768px) {
       font-size: 25px;
    }
}
#virtualId{
    margin-top: 5%;
    @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-size: 15px;
    font-weight: 400;
    width: 40%;
    text-align: justify;
    margin-left: 25%;
}
.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) { 
        margin-left: 36%;   
    }  
}
.aiButton2{
     width: 30%;
    height: 14%;
    text-align: center;
    font-weight: 800;
    background-color: #212529;
    color: #fff;
    border: none;
    margin-right: 10%;
}
#noStatsInfo,
#noStatsInfoFive{
    @media (max-width: 768px) { 
        font-size: 1.2rem;   
    }
}
#noStatsInfo{
    @media (max-width: 768px) { 
        text-align: center; 
    }
}
#saslDataset p{
    margin-left: -50%;
     @media (max-width: 768px) { 
        margin-left:-20px;
        width: 100%;
    }
}

@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;
        height: auto;
    }
    
}
@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;
    }
    
    .qrcode {
        margin-left: auto;
        margin-right: 25%;
        width: 50%;
        align-items: center;
        margin-top: 55%;  
    }
    .gradient-footer{
       width: 100%;
        height: auto;
    }
    #socialFooter{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50%;  
        height: 5%;
    }
    .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: auto;
        overflow-y: hidden;
        white-space: nowrap;
        margin-top: 24%;
    }
    .dictionaryMainSection{
        height: auto;
    }

}
@media(min-width: 1285px){
    .dictionaryMainSection .container .column{
        padding-bottom: 40px;
    }
   .dictionaryMainSection{
        margin-top: 40px;
   }
   .dictionaryInfo h1{
    font-size: 75px;
   }
}
@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; 
    }  
}

#reahlogosid{
    @media (max-width: 768px) {
        width:45%;
        height: 40%;
    }
}
#menu-button-display{
    @media (max-width: 768px) {
        padding-top: 25px;
        width:150%;
        height: 150%;
    }
}
#xslfor{
    @media (max-width: 768px) {
        padding-top: 40px;
        font-size: 30px;
    }
}
.xslfor{
    @media (max-width: 768px) {
        margin-left: 40px;
        margin-right: 20px;
        padding-top: 20px;
        text-align: justify;
    }
}

#massivefan{
    @media (max-width: 768px) {
        margin-left: -70px;
        width: 150%;
        text-align: center;
    }
}
#reahprovides{
    text-align: justify;
    @media (max-width: 768px) {
        margin-left: -50px;
        font-size: 1.2rem;
        text-align: left;
    }
}
#whatid{
    margin-top: 40%;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;margin-left: 50px;
    @media (max-width: 768px) {
        position: relative;
        botton: -90%;
        left: -18px;
        width: 100%;
    }
}
#img-mockup{
    max-width: 100%;
    height: auto;
    max-height: 400px;
    margin-top: 10%;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);

    @media (max-width: 768px) {
        margin-top: 30%;
    }
}
.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;
}
#aiMainSection{

    @media (max-width: 768px) {
        margin-left: -40%;
    }

}

#customersHeader h1{

    @media (max-width: 768px) {
        font-size: 80px;
        font-weight: bolder;
    }

}

.background-section {
    position: relative;
    width: 75%;
    height: 35vh; 
    background-image: url('pictures/xslBannerFinal.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;
         height: 50vh;
         width: 100%;
    }
}
.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: #000000;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    @media (max-width: 768px) {
        font-size: 35px;
        margin-top: 60%;
        
    }
}
#saslImgId{
   @media (max-width: 768px) {
        margin-bottom: -10%;
        
    } 
}
.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;
}
.aiSection {
    position: relative;
    margin-bottom: 50px;
}

.aiVideo {
    display: none;
    position: relative;
    width: 20%;
    height: 35%;
    left: 72%;
    top: -600px;
    margin-bottom: -25%;

     @media (max-width: 768px) {
       margin-left: -50%;
        margin-top: 10%;
        width: 60%;
        height: 55%;
        
    } 
}
.aiVideo1 {
    display: none;
    position: relative;
    width: 20%;
    height: 35%;
    left: 72%;
    top: -500px;
    margin-bottom: -20%;
     @media (max-width: 768px) {
        margin-left: -50%;
        margin-top: 40px;
        width: 60%;
        height: 55%;
        
    } 
}
.aiVideo2 {
    display: none;
    position: relative;
    width: 20%;
    height: 35%;
    left: 72%;
    top: -600px;
    margin-bottom: -20%;
     @media (max-width: 768px) {
        margin-left: -50%;
        margin-top: 40px;
        width: 60%;
        height: 55%;
    } 
}

.popup {
    display: none;
    position: fixed;
    top: 56%;
    left: 78%;
    transform: translate(-50%, -50%);
    padding: 20px;
    z-index: 9999;
    color: #fff;
    width: 250px;
    height: 180px;
}

@media (max-width: 768px) {
    .popup {
        position: relative;
        left: 14%;
        top: -180px;
    }
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000000;
    cursor: pointer;
    font-size: 30px;
}