* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
body,
html {
    height: 100%;
    width: 100%; 
    
}

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;
    position: fixed;
    overflow: visible;
    height: 25%;
    box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.1);
    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;
}

.faIcons{
    margin-left: 20vw;
}
.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;
}
.trustedByCompanies{
    overflow: hidden;
    white-space: nowrap;
    margin-top: 18%;
    margin-bottom: 5%; 
}

#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%;
}
.slideCompanies{
    width: 100%;
    display: flex; 
    justify-content: center; 
    margin-right: 40px;
}
.slideCompanies img{
    filter: grayscale(100%);
    height: 60px;
    margin: 0 20px;
}
.trustedby h2{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    font-style: oblique;
    margin-bottom: 20px;
    
}
.signIn{
    border: none;
    padding: 3px;
    background-color: transparent;
    color: #000000;
    margin-left: 8px;
    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;
}
.header {
    width: 100%;
    height: 80vh;
    background-image: url('pictures/DSC_0320.JPG');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 11.5%;
    flex: 1;
    flex-shrink: 0;
}
.bodySubsBtn{
    background-color: transparent;
    border-radius: 8px;
    border-color: lightblue;
}
.pricing_plan{
    width: 300px;
    height: 450px;
    border-radius: 25px;
    box-shadow: 0 0 20px rgba(0, 0, 0.2);
    overflow: hidden;
    font-size: 16px;
    line-height: 1.5;
    color: darkgray;
    margin: 15px;
    transition: transform 0.3s ease-in-out;
    background-color: #fff;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    @media (max-width: 768px) {
       min-height: 75vh;

    }
}
.pricing_plan:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
}
.pricing_plan_header{
   padding:18px;   
   color:#fff;
   margin-bottom: -5px;
}
.lineCard{
    position: relative;
    border-bottom: 1px solid #112b46;
    width:70%;
    margin-left: 15%;
    
}
.pricing_plan_title,
.pricing_plan_summ{
  margin: 0;
  text-align: center;
    
}
.pricing_plan_title{
    font-size: 1.6em;
    font-weight: 600;
    color: #000000;
}
.pricing_plan_summ{
    font-size: 1em;
    font-weight: 300;
}
.pricing_plan_description{
    padding: 20px;
    margin-top: -30px;
}
.pricing_plan_list{
    padding: 0;
    margin: 0;
    color: #000000;
    
}
.pricing_plan_feature{
    list-style: none;
    margin: 0;
    padding-left: 25px;
    position: relative;
    font-size: 1rem;
    @media (max-width: 768px) {
        font-size: 1.2rem;
     }
    
}
.pricing_plan_feature:not(:last-child){
    margin-bottom: 0.5em;
}
.pricing_plan_feature::before{
    content: "\2713";
    color: #000000;
    position: absolute;
    left: 0;
}
.pricing_plan_actions{
    padding: 25px;
    display: flex;
    flex-direction: column;
    
}
.pricing_plan_button{
    margin: 15px auto;
    padding: 1px 8px;
    background-color: #eef2f7;
    border-radius: 8px;
    border: 2px solid #eef2f7;
    margin-top: 15px;
    margin-left: 25%;
    font-weight: 600;
    color: #000000;
    width: 50%;
}
.pricing_plan_button:hover{
    transform: scale(1.2);
    animation: shake 0.8s ease-in-out infinite;
}
.pricing_plan_cost{
    margin: 0;
    text-align: center;
    font-size: 1.2em;
    color: black;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: -20px;
}
.pricing_plan_text{
    font-size: 1rem;
    text-align: center;
    margin: 0 0 10px 0;
    color: #000000;

    @media (max-width: 768px) {
        font-size: 1.2rem;
     }
    
}
.pricing_plan2{
    width: 300px;
    height: 600px;
    border-radius: 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0.4);
    transform: scale(1.05);
    overflow: hidden;
    font-family: 'Lato' sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: darkgray;
    margin: 20px 70px; 
}
.pricingContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px;
    margin-top: 120px;
    margin-bottom: -87px;

    @media (max-width: 768px) {
        margin-top: 50px;
     }
}
.headerSubs{
    margin: 15%;
    text-align: center;
    font-size: 45px;
    font-style: oblique;
    color: #000000;
     font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

     @media (max-width: 768px) {
        margin-top: 60%;
     }
     
}
.textSubs{
    margin-top: -14%;
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: -180px;
    color: #000000;
     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: 140vh;
        }
}
#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%;
        }

}
#iconsInner{
    @media (max-width: 768px) {
       position: absolute;
       margin-top: 12%; 
       margin-left: 2%;
       display: none;
       
    } 
}
.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;
}
.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;
    text-align: center;
}

.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;
}

.logo{
    margin-right: 20px;
    margin-top: 15px;
    position: absolute;
}

.footer-company-name{
    font-size: 10px;
    color: black;
    margin-left: -22%;
    margin-top: 20px;
    @media (max-width: 768px) {
       position: relative;
       left: -40px; 
    }
}

.footer-company-name a{
    text-decoration: none;
    color: black;
}

.statsSection{
    margin-top: -5%;
    margin-bottom: 5%;
    width: 70%;
    margin-left: 14%;
    background-color: #eef2f7;
}

.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;
}

.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;
}

.lineStats{
    border-bottom: 2px solid #000000;
    width: 15%;
    margin-top: -2px;

    @media screen and (max-width: 768px) {
         position: relative;
         left: 30%;
    }
}

.headerSubsMain{
    @media screen and (max-width: 768px) {
        position: relative;
         top: -45px;  
    }
}
#freeTrial .lineStats{
   @media screen and (max-width: 768px) {
         position: relative;
         left: 5%;
    } 
}

.barsMenu {
    display: none;
    cursor: pointer;
}

#noStatsInfoFive{
    @media screen and (max-width: 768px) {
         font-size: 1.2rem;
         position: relative;
         left: 22%;
    } 
}

#noStatsInfo{
    @media screen and (max-width: 768px) {
         font-size: 1.2rem;
         position: relative;
         left: 35%;
    }
}

#freeTrial p{
    @media screen and (max-width: 768px) {   
         position: relative;
         left: 5%;
    }
}

@media (max-width: 400px){
    #sidebarNav{
        width: 100%;
        height: 100%;
    }
    
    .headerSubsMain h1{
        margin-top: 35vh;
    }

     .gradient-footer{
        width: 100%;
        height: auto;
    }

    #socialFooter{
       display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 28%;
    }

    .closedIcon{
        margin-left: 80px;   
    }

    .footer-company-name{
        text-align: center;
    }

    .qrcode{
        margin-bottom: -60px;
        width: 45px;
        height: auto;
    }
}

@media(max-width: 800px){
    .pricingContainer{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .headerSubsMain{
        margin-top: 40%; 
    }

    .SubscribeBtn,
    .signIn,
    .signUp,
    .faIcons,
    .hideOnMobile{
        display: none;
    }

    .logoDiv a{
        float: inline-end;
    }

    #sidebarNav ul{
        margin-top: 40px;
    }

    .menu-button {
        display: block;
    }

    .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%;
    }

    .footer-company-name{
        text-align: center;
        margin-left: -34%;
        margin-top: 20px;
    }

    .closedIcon{
        margin-left: 32%;
    }

    .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%;
    }

    .trustedByCompanies::-webkit-scrollbar {
        width: 1px; 
    }

    .trustedByCompanies::-webkit-scrollbar-thumb {
        background-color: #888888;
        border-radius: 1px;
    }
}
@media(max-width: 1278px){
    .logoDiv button{
        width: 14%;
        margin-left: 20px;
    }

    #sideMain ul{
        margin-left: -22%;
    }
    
     #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; 
    }
    
}

@keyframes shake {
    0% { transform: translateX(0); }
    20% { transform: translateX(-5px); }
    40% { transform: translateX(5px); }
    60% { transform: translateX(-5px); }
    80% { transform: translateX(5px); }
    100% { transform: translateX(0); }
}

@keyframes flashColor {
    0% {
        color: lightblue;
    }
    50% {
        color: green;
    }
    100% {
        color: lightblue;
    }
}
@keyframes flashBell {
    0% {
        color: #fff; 
    }
    50% {
        color: red;
    }
    100% {
        color: #fff;
    }
}

.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%;
    }
}