/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

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;

}

.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;
    position: fixed;
    overflow: visible;
    height: 25%;
    box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.1);
}
#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;
}
.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;
}
.pricingContainer{
    background-image: url(pictures/DSC_0318.JPG);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px;
    margin-bottom: -150px;
}
.pricing_plan{
    width: 300px;
    border-radius: 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0.2);
    overflow: hidden;
    font-family: 'Lato' sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: darkgray;
    margin: 15px;
    margin-top: 8%;
    text-align: center;
    height: 497px;
    background-color: #fff;
}
.contactsInner{
    margin-top: 40px;

}
.form-input{
    width: 280px;
    height: 50px;
    border-radius: 10px;
}
.form-button{
    margin-top: 20px;
    margin-bottom: 110px;
    width: 120px;
    height: 40px;
    color: black;
    border-color: darkgrey;
    border-radius: 5px;
    background-color: transparent;
    font-weight: 700;
}
.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: 140vh;
    }
}
#socialFooter{
    display: flex; 
    margin-top: 15%; 
    position: absolute; 
    width: 100%; 

}

.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: 5%; 
      display: none;
    } 
}

.quickLinks {
    color: black;
    margin-left: 43%;
    margin-right: auto;
    margin-top: 20px;
    line-height: 1;
    position: absolute;

     @media (max-width: 768px) {
       margin-top: -20%;  
    }
}

.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;
}

.headContact{
    padding-top: 15%;
    width: auto;
    min-height: 50%;   
}

.responses{
    width: auto;
    min-height: 75%;
    margin-top: 20px;
    background-color: #eef2f7;
    align-items: center;

    @media (max-width: 768px) {
        margin-top: 2%;
     }
}

.cardResponses{
    float: inline-start;
    padding: 40px;
    margin-right: 100px;
    margin-top: -22px;

    @media (max-width: 768px) {
        width: 100%;
     }
}

.cardResponses h3,
.cardResponses p{
    color: #000000;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.cardResponses h3{
    font-size: 45px;
}

.cardResponses p{
    font-size: 20px;
    @media (max-width: 768px) {
        font-size: 1.2rem;
        width: 100%;
        position: relative;
        left: -5%;
     }
}

.inputTxt{
    min-height: 17vh;
    text-align: start;
    font-weight: 600;
    color: #000000;
    background-color: #fff;
    border: hidden;
    margin-left: 20px;
    border-radius: 10px;  
}

.inputNameTxt{
   min-width: 90%; 
   min-height: 8vh;
   font-weight: 600;
   color: #000000;
   background-color: #fff;
   border: hidden;
   margin-left: 20px;
   border-radius: 10px;
}

.responseBtn{
    background-color: transparent;
    color: #278899;
    min-width: 50%;
    min-height: 5vh;
    text-align: center;
    margin-left: 25%;
    font-weight: 600;
    border: hidden;
    border-radius: 5px;
    border: 2px solid #e4e5e6;
}

.responseBtn:hover{
    background-color: #fff;
    color: #000000;
    border-color: #000000;
}

.innerReview{
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;

    @media (max-width: 768px) {
        width: 95%;
        margin-left: 2%;
        display: flex;
     }
}

.imgReview{
    padding-right: 10px;

     @media (max-width: 768px) {
        margin-top: 20%;
        margin-left: -2%;
        padding-right: 5px;
     }
}

.innerReviewInfo h4,
.innerReviewInfo p,
.innerReviewInfo a{
    color: #000000;
     font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;  
}

.innerReviewInfo h4{
    color: #000000;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 
}

.innerReviewInfo p{
    @media (max-width: 768px) {
       font-size: 1.2rem;
     } 
}

.reviewsMinsection .container h3{
   font-size: 45px; 
   color: #000000;
   padding: 20px;
   margin-top: 20;
}

.reviewsMinsection .container .row{
    margin-top: -25px;
}

.headInfo h3{
    color: black;
    font-size: 60px;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;   
}

.headInfo p{
    color: black;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.contAddessAndMap{
    display: flex;
    margin-bottom: -6px;
    width: 100%;
}

.lineMap{
    margin-top: 40px;
    margin-bottom: 25px;
    border: 1px solid black;
    width: 60%;
    margin-left: 20%;
}

.mapSection{
    @media (max-width: 768px) {
       margin-bottom: 60%;
     }
}

.mapSection h3{
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    font-size: 75px;
    margin-bottom: 25px;
    margin-top: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.contactDetails,
.mapDetails {
    flex: 1;
    height: 100%;
    width: auto;
}

.mapDetails {
    display: flex;
    justify-content: center;
    align-items: center;   
}

.contactDetails{
    background-color: #000000;
    color: #fff;
    padding-left: 8%;
    padding-top: 2%;
    padding-bottom: 20px;
}

.mapDetails iframe{
    width: 50%;
    margin-bottom: 40px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.contactDetails h4,
.contactDetails p{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.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: #000000;
    margin-left: -28%;
    margin-top: 20px;  

    @media (max-width: 768px) {
       position: relative;
       left: -20px;
       top: 18vh;
     }
}
.footer-company-name a{
    text-decoration: none;
    color: #000000;
}

.barsMenu {
    display: none;
    cursor: pointer;
}

@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;
        height: 70px;
    }

    .closedIcon{
        margin-left: 60px; 
    }

    .footer-company-name{
        text-align: center;
        margin-top: -40px;
    }

    .qrcode{
        margin-bottom: -60px;
        width: 45px;
        height: auto;
    }

    .headInfo h3{
        position: relative;
    }
}
@media(max-width: 800px){
    *{
        width: auto;
        height: auto;
    }
    .navbar{
        z-index: 100;
    }
    .headInfo h3{
        position: relative;
        text-align: center;
        top: 10vh;
    }
    .headContact{
        margin-bottom: -25%;
        @media (max-width: 768px) {
            margin-bottom: -15%;
        }
    }
    .cardResponses{
        text-align: center;
    }

    .cardResponses h3,
    .cardResponses p,
    .cardResponses input,
    .cardResponses button{
        margin-left: 30px;
    }

    .reviewsMinsection .container h3{
        margin-left: 20px;
    }

    .innerReviewInfo{
        margin-left: -100%;

        @media (max-width: 768px) {
            margin-left: 5%;
        }
    }

    .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: 2%;  
        height: 5%;
    }

     .qrcode {
        margin-left: auto;
        margin-right: 25%;
        width: 50%;
        align-items: center;
        margin-top: 40%;  
    }

     .gradient-footer{
       width: 100%;
        height: auto;
    }

    .footer-company-name{
        margin-left: -22%;
        margin-top: 20px;
    }

    .contAddessAndMap{
        flex-direction: column;
    }

    .contactDetails,
    .mapDetails iframe{
        width: 100%;
    }

    .mapDetails iframe{
        height: 55vh;
        margin-bottom: -20vh;
    }

    .headInfo h3{
        margin-top: 60px;
    }
}

@media(max-width: 1278px){
    .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;
    }
    
    .responses{
        width: 100%;
        height: auto;
        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; 
    }

    .mapDetails iframe,
    .contactDetails {
        width: auto;
        height: auto;
    }
    
}
.slideCompanies{
    width: 100%;
    display: inline-block;
    margin-left: 60px; 
    margin-right: 40px;
}

.slideCompanies img{
    filter: grayscale(100%);
    height: 60px;
    margin: 0 20px;
}

.trustedByCompanies{
    overflow: hidden;
    white-space: nowrap;
    margin-top: 22%;
    margin-bottom: 13%;
}
#submitcomment{
    align-items: center; 
    width: 100%; 
    margin-left: 320px;
    margin-right: auto;

    @media (max-width: 768px) {
        align-items: center; 
        width: 100%; 
        margin-left: -10PX;
        margin-right: auto;
    }

}

#annonymoussec{
    align-items: center; 
    width: 50%;
    margin-left: auto;
    margin-right: auto;

    @media (max-width: 768px) {
        align-items: center; 
        width: 100%; 
        margin-left: 10px; 
        margin-right: 20px;
    }
}

#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;
     margin-left: 20vw;
}

.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;
}
