html,body{
    width: 100vw;
    overflow-x: hidden;
    font-family: 'Raleway', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
}
p, table, th, td, span, button{
    font-family: 'Raleway', sans-serif;
    line-height: 1.8;
}
.cursor-dot-outline {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.cursor-dot-outline {
    width: 40px;
    height: 40px;
    border: 5px solid #0090FF;
}
.headBanner{
    /*background: url("../img/azulfyBanner.jpg");*/
    /*background-size: cover;*/
    /*background-position: center;*/
    background-color: black;
    position: relative;
}
.headBannerservices{
    background-image: url("../img/img1.png");
    background-repeat: no-repeat;
    background-position: right 5%;
}
@media (min-width:767px) {
    .headBannerservices{    
        background-size: 30%;
    }
}

.headBannerearly{
    background-image: url("../img/earth_early_access.png");
    background-repeat: no-repeat;
    background-position: right 8%;
}
.navbar-nav{
    margin-left: auto;
}
.nav-link{
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    font-family: 'Raleway', sans-serif;
}
.nav-link.active{
    font-weight: 600;
}
.nav-link.active:after{
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background: #fff;
    bottom: -1px;
    left: 0;
}
.navbar-brand img{
    max-height: 46px;
}
.mainBanner{
    height: 110vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.w-90{
    width: 90%;
}
.bannerText{
    font-size: 76px;
}
.subHeadFont{
    font-size: 54px;
    margin-bottom: 30px;
}
.themeButton1{
    background: #0072FF;
    padding: 12px 30px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #0072FF;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
}
.themeButton1:hover{
    background: white;
    color: #0072FF;
}

.font20{
    font-size: 22px;
}

.section-two{
    padding: 65px 0;
}
.subHeadingText2{
    font-size: 32px;
}
.greyscaleAnimation{
    filter: grayscale(100%);
    transition: all 0.5s ease-in-out;
}
.greyscaleAnimation:hover{
    filter: grayscale(0%);
}
.mb-50{
    margin-bottom: 50px;
}
.mb-100{
    margin-bottom: 100px;
}
.section-three{
    background-image: url("../img/earth_side.jpg");
    /*background-color: black;*/
    background-position-x: right !important;
    background-position-y: center !important;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px;
}
.section-Contact{
    background: url("../img/earth_side_get_in_touch.png");
    background-position: center left;
    background-size: 25%;
    background-repeat: no-repeat;
    padding: 80px;
}
.section-three > div{
    margin: 30px auto;
}
.section-Contact > div{
    margin: 30px auto;
}
.section-five{
    padding: 100px;
    background: url("../img/testimonials_bg@2x.jpg");
    background-size: cover;
    background-position: center;
}
.testimonialContainer{
    margin-top: 70px;
}
.testimonialDiv{
    background: rgba(42, 42, 42, 0.71);
    padding: 40px 20px;
    border-radius: 15px;
    width: 90%;
    text-align: left;
}
.section-six{
    background: #0072FF;
    padding: 80px 0;
}
.mt30{
    margin-top: 30px;
}
.text-right{
    text-align: right;
}
.td-center{
    margin-left: auto;
    margin-right: auto;
}
.td-Last{
    margin-left: auto;
}
.contactFormContainer{
    padding: 30px;
    background: rgba(255, 255, 255, 0.19);
    border-radius: 15px;
    width: 80%;
    margin-left: auto;
}
.contactPageFormContainer{
    padding: 30px;
    background: rgba(255, 255, 255, 0.19);
    border-radius: 15px;
    width: 100%;
}
.azulfyInput{
    background: white;
    width: 100%;
    border-radius: 5px;
    border: none;
    padding: 10px 15px;
    font-size: 18px;
}
.themeButton2{
    color: black;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    border: none;
    border-radius: 5px;
    padding: 15px;
    font-size: 18px;
    width: 100%;
}
.footer{
    background: url("../img/footer_bg.jpg");
    background-size: cover;
    background-position: center;
    padding: 25px;
}
.footer p{
    margin: 0;
}
.footerIcon{
    width: 30px;
    margin-right: 15px;
}
.relativeDiv{
    position: relative;
}

/* remove canvas default margin */
canvas{
    display:block;
    vertical-align:bottom;
}

#particles-js{
    width:100%;
    height:100%;
    overflow: hidden;
}
#particles-jss{
    width:100%;
    height:100%;
    overflow: hidden;
}
canvas{
    position: absolute;
    top: 0;
}
.zindex9{
    position: relative;
    z-index: 9;
}
.headBannerImage{
    position: absolute;
    top: 37%;
    width: 900px;
    left: calc(50% - 450px);
    z-index: 2;
}
.headBannerImageAbout{
    position: absolute;
    top: 3%;
    width: 80vw;
    left: calc(50% - 40vw);
    z-index: 2;
}
.parallax-img{
    position: relative;top: 80px;
}
.webOnly{
    display: block;
}
.mobOnly{
    display: none;
}
@media (max-width: 767px) {
    .webOnly{
        display: none;
    }
    .mobOnly{
        display: block;
    }
    .navbar-brand img{
        max-width: 155px;
    }
    .navbar-collapse{
        background: white;
    }
    .nav-link {
        font-size: 18px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
        position: relative;
        font-family: 'Raleway', sans-serif;
        color: black !important;
    }
    .nav-link.active:after {
        height: 4px;
        background: black;
    }
    .navbar-toggler{
        background: white;
        padding: 2px;
    }
    .bannerText {
        font-size: 28px;
    }
    .mainBanner {
        height: 50vh;
    }
    .zindex9 img{
        width: 80%;
        margin: 10%;
    }
    .subHeadFont {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .font20 {
        font-size: 14px;
    }
    .mtc{
        text-align: center !important;
    }
    .themeButton1 {
        padding: 7px 30px;
        font-size: 14px;
    }
    
    .mmb-0{
        margin-bottom: 0px;
    }
    .mmb-20{
        margin-bottom: 20px;
    }
    .col-xs-4{
        width: 33%;
    }
    .subHeadingText2 {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    .section-three{
        padding: 80px 15px;
    }
    .section-Contact{
        padding: 80px 15px;
    }
    .section-three .w-75{
        width: 100% !important;
    }
    .section-Contact .w-75{
        width: 100% !important;
    }
    .parallax-img{
        width: 100%;
        top: -15px;
    }
    .mfdcr{
        flex-direction: column-reverse;
    }
    .section-three > div {
        margin: auto;
    }
    .section-Contact > div {
        margin: auto;
    }
    .section-five{
        padding: 80px 15px;
    }
    .testimonialContainer {
        margin-top: 20px;
    }
    .testimonialDiv{
        width: 100%;
        margin: 15px 0;
    }
    .testimonialDiv .row{
        display: flex;
        flex-wrap: nowrap;
    }
    .testimonialDiv img{
        max-width: 50px;
    }
    .testimonialDiv .col-md-3{
        max-width: 80px;
    }
    .contactFormContainer{
        width: 100%;
    }
    .section-six .col-md-5{
        text-align: center;
        margin-bottom: 30px;
    }
    .footer {
        padding: 50px 30px;
        text-align: center;
    }
    .footer .text-right {
        text-align: center !important;
        margin-top: 15px;
    }
    .headBannerImageAbout {
        display:none;
        /*position: absolute;*/
        /*top: 7%;*/
        /*width: 90vw;*/
        /*left: calc(50% - 45vw);*/
        /*z-index: 2;*/
    }
    .headBannerservices, .headBannerearly{
        background-image: none;
    }
    .mmt0{
        margin-top: 0 !important;
    }
    .w-90 {
        width: 100%;
    }
    .zindex9 .mt-5{
        margin-top: 0px !important;
    }
    .mobile-mt-5 .col-md-5{
        padding-top: 0px !important;
    }
}

.logo-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.logo-slider::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100%;
    content: "";
    pointer-events: none;
    background: linear-gradient(to left, white, transparent);
    z-index: 1;
}

.logo-slider::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    content: "";
    pointer-events: none;
    background: linear-gradient(to right, white, transparent);
    z-index: 1;
}

.logo-track {
    display: flex;
    align-items: center;
    width: max-content;
}

.partnerLogo {
    height: 60px;
    margin: 0 30px;
    flex-shrink: 0;
}

.large-logo {
    height: 120px;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    border: none;
    padding: 12px 30px;
    margin: 0;
    margin-right: 1em;
    color: #555;
    font-size: 18px;
    font-weight: 700;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
}

.nav-tabs .nav-link.active {
    background: #0072FF;
    color: white;
}