@charset "UTF-8";
/*
* 9o9 Brand Technologies, 9o9 Brand Desktop Home Page CSS
* Copyright 2011-2026 9o9 Brand Technologies
* Version: 1.0
* Date Released:
* Last Modified:
*/
 
 @media (max-width: 769px){ 
 
    .hideonmobile{
        display: none;
    }
    
    .note{
	    font-size: .9em;
    }
    
    .nine{
        text-transform: lowercase;
    }
    .error_msg{
    	font-size: .9em;
	    text-align: center;
	    color: red;
    }
    .success_msg{
    	font-size: .9em;
	    text-align: center;
	    color: green;
    }
    .emailsuccess_msg{
        font-size: .9em;
	    text-align: center;
	    color: #f7f318;
    }
    
    h1{
	    font-size: 3em;
	    text-transform: uppercase;
    }

    h2{
        font-family: Urbanist, "sans-serif";
        text-transform: uppercase;
        margin-top: 30px;
    }

    h2 span{
        font-size: .5em;
    }

    h3{
	    text-transform: uppercase;
    }

    a{
	    text-decoration: none;	
    }
    
    a:hover{
	    color: #30c0cf;
    }

    html{
        width: 100vw;
        height: 100vh;
        overflow-x: hidden;
    }
 
    body{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin: 0;
        padding:0;
        overflow-x: hidden;
        font-family: "Urbanist", "Sans-serif";
        background:url('/assets/images/hero1bg.webp') no-repeat 0px 0px / 100% 1000px;
    }

    main{
        width:100%;
	    margin-bottom:0px !important;
    }

    .main-container{
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: row;
	    flex-flow: row wrap;
	    justify-content: flex-start;
	    gap: 0px;
	    width:100%;
    }
	
    header{
        height: 50px;
        width: 100%;
        margin: 0px;
        padding: 0;
    }
    
    /* this is used on the mobile */
    .logo{
        height: 64px;
        width: 50%;
        float: left;
        background:url('/assets/images/9o9BrandLogo-TECH-blue.webp') no-repeat 25% 10px / 120px 40px;
    }
    
    .menu{
        height: 64px;
        width: 50%;
        float: left;
    }
    
    #hamBtn{
	    background: url('/assets/images/hamburger.webp') no-repeat 80% 0px / 64px 64px;
	    text-align: right;
	    padding-right: 10px;
    }
    
    #hamBtn:hover{
        background: url('/assets/images/hamburger-teal.webp') no-repeat 80% 0px / 64px 64px;
    }

    nav{
	    text-align: center;
	    padding-top: 10px;
	    text-transform: uppercase;
	    background: transparent;
    }

    nav ul{
        width: 100%;
        list-style-type: none;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        overflow: hidden;
    }

    nav ul li {
        width: 33.3%;
        float: left;
        text-align: center;
        font-size: 1.1em;
        padding: 10px 0px;
    }

    nav ul li a {
	    display: block;
        color: #002;
        text-align: center;
        padding: 5px 16px;
        text-decoration: none;
    }

    nav ul li a:hover {
        color: #30c0cf;
    }

    /* Side menu */
    .side-menu h2{
        color: #002;
        text-align: left;
        float: left;
        width: 70%;
        height: 56px;
        padding-left: 15px;
        margin: 0;
        padding-top: 10px;
    }
    .side-menu .closebox{
        float: left;
        height: 56px;
    }
    
    .side-menu button{
        width: 48px;
        height: 48px;
        margin: 0;
        background: url('/assets/images/close-orange.webp') no-repeat 100% 95% / 48px 48px,
                    #fff;
        border: 1px solid #fff;
        float: left;
    }
    
    .side-menu button:hover{
        background: url('/assets/images/close-teal.webp') no-repeat 50% 50% / 48px 48px,
                    #fff;
        border: 1px solid #fff;
    }
    
    .side-menu h3{
        margin-left: 20px;
        text-align: left;
        font-size: 1.3em;
    }
    
    .side-menu h4{
        margin-left: 40px;
        text-align: left;
        font-size: 1.1em;
        padding-right: 20px;
    }
    
    .side-menu .margin-top-20{
        margin-top: 20px;
    }
    
    .side-menu ul{
        width: 100%;
        margin-left: 0;
    }
    
    .side-menu li{
        width: 100%;
        padding: 0px;
    }
    
    .side-menu li a{
        height: 28px;
        text-align: left;
        padding-left: 30px;
        color: #002;
        text-transform: capitalize;
    }
    
    .side-menu li a:hover {
        color: #30c0cf;
    }
    
    .side-menu {
        position: fixed;
        top: 0;
        left: -125%; /* hidden by default */
        width: 100%;
        height: 780px;
        background: #fff;
        color: #002;
        padding-top: 10px;
        transition: left 0.5s ease;
        margin-left: 0%;
        z-index: 1000;
        border: 1px solid #f1f1f1;
    }
    
    .gradient-underline {
        max-width: 75%;
        position: relative;
        padding-bottom: 4px;
        background-image: linear-gradient(to right, #6deafc, #7562ee);
        background-repeat: no-repeat;
        background-size: 100% 5px; /* Full width, 3px height */
        background-position: 0 100%; /* Position at bottom */
    }

    /* Active menu state */
    .side-menu.active {
        left: 0;
    }

    #hero{
        width: 105%;
	    height: 577px;
	    margin-top: 60px;
	    padding-top: 0px !important;
	    background: url('/assets/images/9o9Tech-Mobile.webp') no-repeat 97% 423px / 76px 150px,
                    url('/assets/images/9o9Domains-Tablet.webp') no-repeat 4% 445px / 181px 125px,
                    url('/assets/images/9o9Designs-Desktop.webp') no-repeat 60% 305px / 280px 238px;
    }
    
    #hero h1{
        text-align: center;
        font-size: 2.3em;
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    #hero #tagline{
	    text-align: left;
	    padding-left: 15px;
    }
    
    #hero #tagline h1{
	    margin-top: 0px;
	    padding-top: 0px;
    }

    #hero #tagline span{
	    font-size: .5em !important;
	    margin-top:0px;
    }

    #hero #tagline sup{
	    font-size: .6em;
    }

    #content{
	    padding-bottom: 175px;
	    background:url('/assets/images/content1bg.webp') no-repeat 0% 100% / 100% 617px;
    }
    
    #content h2{
        padding-left: 5px;
        padding-right: 5px;
    }

    #content p{
	    width: 75%;
        margin-right: 20%;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    #content button{
        margin-right: 5px;
        margin-left: 5px;
    }

    .float-right{
        margin-left: 25%;
    }

    #content img{
	    width: 500px;
	    height: 500px;
    }

    #content #image1{
        background:url('/assets/images/content-image1.webp') no-repeat 0 0 / 500px 500px;
    }

    #content #image2{
        background:url('/assets/images/content-image2.webp') no-repeat 0 0 / 500px 500px;
    }

    #content #image3{
        background:url('/assets/images/content-image3.webp') no-repeat 0 0 / 500px 500px;
    }

    #ctanewsletter{
	    height: 325px;
	    color: #fff;
	    text-align: center;
	    padding-bottom: 20px;
	    margin-top: 0px;
    }
    
    #ctanewsletter p{
        padding: 10px;
    }
    
    .parallax {
        background-image: url("/assets/images/ctabg.webp");
        min-height: 285px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

/*** blog section css ***/
    
    #blog{
	    height: 920px;
    }
    
    #blog h2{
	    text-align: center;
	    margin-top: 40px;
	    margin-bottom: 0px !important;
	    max-height: 100px;
    }
    
    #blog img{
	    width: 482px;
	    height: 412px;
	    margin-left: auto;
	    margin-right: auto;
    }

    #blog .author{
	    width: 99%;
	    height: 20px;
	    padding-top: 5px;
	    float: left;
	    font-size: .95em;
	    margin-left: 10px;
    }
    
    #blog .readtime{
	    width: 99%;
	    height: 20px;
	    padding-top: 5px;
	    float: left;
	    font-size:.95em;
	    margin-left: 10px;
    }
    
    #blog .title{
	    width: 99%;
	    height: 30px;
	    font-family: "Urbanist", Sans-serif;
	    font-weight: 600;
	    font-size: 1.3em;
	    float: left;
	    margin-top: 20px;
	    margin-left: 10px;
    }
    
    #blog .instruction{
        margin-top: 0px !important;
        text-align: center;
    }
    
    #blog img{
        width: 107%;
        margin-left: auto;
        margin-right: auto;
    }
    
    #blog p{
        margin-left: 10px;
    }

    #blog button{
	    margin-left: 10px;
	    min-width:100px;
	    padding: 10px 20px;
	    background: #ffb900;
	    border: 1px solid #ffb900;
	    color: #fff;
	    border-radius: 0px; 
    }

    footer{
	    height: 530px;
	    background: #f9f9f9;	    
	    padding-top: 20px;
	    width: 100%;
    }
    
    footer .column-one{
        width: 50%;
        height: 450px;
        float: left;
        padding-left: 15px;
    }
    
    footer .column-two{
        width: 50%;
        height: 450px;
        float: left;
        padding-left: 15px;
    }
    
    footer .column-two img{
        width: 16px;
        height: 16px;
    }
    
    footer .column-two ul{
        padding: 0;
    }
    
    footer .column-two li{
        padding: 0;
    }
    footer .column-two h3{
        padding-left: 0;
        margin-left: 0;
    }
    
    footer ul{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    footer ul li{
        list-style-type: none;
        margin-left: 0px;
    }
    
    footer h3{
        width: 95%;
        margin-left: 12.5%;
    }

    footer a{
	    text-decoration:none;
    }

    footer a:hover{
	    color: #30c0cf;	
    }

    footer .logo{
        height: 48px;
        width: 100%;
        margin-bottom: 16px;
	    background:url('/assets/images/9o9BrandLogo-TECH-blue.webp') no-repeat 50% 0px / 120px 40px;	
    }
    
    footer #solutions ul{
	    list-style-type: none;
        padding: 0;
    }
    
    
    footer #company ul{
	    list-style-type: none;
        padding: 0;
    }
    
    
    footer #connect ul{
	    list-style-type: none;
        padding: 0;	
    }
    

    footer #conntect ul li{
	    margin-bottom:5px;
    }

    footer #connect img{
	    margin-right: 5px;
    }
    
    footer #contactinfo ul{
	    list-style-type: none;
        padding: 0;
    }

    footer #contactinfo img{
	    width: 16px;
	    height: 16px;
	    margin-right: 5px;
    }
    
    footer #contactinfo span{
	    margin-left: 25px;
    }

    footer #copyright{
	    width: 100%;
	    padding-top: 10px;
	    background: #0e0f28;
	    color: #fff;
	    font-size: .9em;
	    text-align: center;
	    margin-top: 0px !important;
    }

    footer #copyright a{
	    color: #fff;
	    color: skyblue;
    }

    /*** FORM FORMAT ***/
    button{
	    min-width: 100px;
	    padding: 7px 17px;
	    background: #ffb900;
	    border: 1px solid #ffb900;
	    color: #fff;
    }
    
    button a{
	    text-decoration: none;
	    color: #fff;
    }

    button:hover{
	    background: #30c0cf;
	    border: 1px solid #30c0cf;
	    color: #fff;
    }
    
    button .active{
    	background: #30c0cf;
	    border: 1px solid #30c0cf;
	    color: #fff;
    }
        form p{
	    float: left;
	    width: 90%;
	    margin-left: 5%;
    }

    label{
        width: 100%;
	    float: left;
	    margin-top: 10px;
	    color: #555;
    }
    
    label span{
        width: 90%;
        float: left;
        text-align: center;
    }
    
    label p{
        margin-left: 5%;
        max-width: 75%;
        margin-bottom: 0px;
        margin-top: 8px;
    }
    
    .check-box{
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 3px;
        height: 40px;
    }
    
    .check-box p{
        margin-left: 2%;
    }
    
    input[type="text"], input[type="email"] {
        width: 100%;
        padding: 8px;
        margin: 8px 0;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    
    input[type="checkbox"]{
        width: 25px;
        height: 25px;
        border: 1px solid #ccc;
        float: left;
    }
    

    /*** POP UP FORM CSS ***/
    
    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0; top: 0;
        width: 100%; height: 100%;
        background-color: rgba(0,0,0,0.5);
    }
    .modal h2{
        margin-top: 0px;
        padding-top: 0px;
    }
    .modal-content {
        background: #fff;
        margin: 25% auto;
        padding: 10px 20px;
        width: 385px;
        height: 550px;
        border-radius: 0px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }
    .close {
        float: left;
        text-align: right;
        cursor: pointer;
        width: 100%;
        min-height: 24px;
        background: url('/assets/images/close-orange.webp') no-repeat 100% 0px / 24px 24px;
    }
    
    .close:hover {
        float: left;
        text-align: right;
        cursor: pointer;
        width: 100%;
        min-height: 24px;
        background: url('/assets/images/close-teal.webp') no-repeat 100% 0px / 24px 24px;
    }

    .modal button {
        background: #ffb900;
        color: #fff;
        padding: 10px;
        border: none;
        cursor: pointer;
    }
    .modal button:hover { 
        background: #30c0cf;
        border: 1px solid #30c0cf;
    }
    .message {
        margin-top: 10px;
        font-size: 14px;
    }
    /* Animation */
    @keyframes fadeIn {
        from {opacity: 0; transform: translateY(-20px);}
        to {opacity: 1; transform: translateY(0);}
    }
    
    /*** COOKIE DISCLAIMER CSS ***/

    .cookie-popup { 
        font-size: 0.875rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: fixed;
        bottom: -6.25rem;
        left: 1.25rem;
        right: 1.25rem;
        padding: 0.625rem 0.9375rem;
        box-shadow: 0 0 0.625rem 0 rgba(0,0,0, .15);
        line-height: 150%;
        transition: opacity .5s;
        opacity: 0;
    }
    
    .cookie-popup--short {
        right: none;
        width: 21.875rem; 
    }
    
    .cookie-popup--dark {
        background: #002;
        color: #fff;
    }
    
    .cookie-popup--not-accepted {
        opacity: 1;
        animation: cookie-popup-in .5s ease forwards;  
    }
    
    .cookie-popup--accepted {
        opacity: 0;
    }
    
    .cookie-popup a {
        color: skyblue;
    }
    
    .cookie-popup a:visited {
        color: skyblue;
        text-decoration: none;
    }
    
    .cookie-popup-actions {
        flex: 1;
        text-align: right;
    }
    
    .cookie-popup-actions button {
        color: #ffb900;
        border: none;
        background: none;
        font-family: inherit;
        font-style: inherit;
        font-size: inherit;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 	0.75rem;
        padding: 0;
        cursor: pointer;
    }
    
    .cookie-popup-actions button:hover {
        text-decoration: underline;
    }

    /**** ANIMATIONS ***/

    .glideup {
        transform: translateY(50px);
        transition: transform 0.8s ease-out, opacity 0.5s ease-out;
    }
  
    .glideup.show {
        opacity: 1;
        transform: translateY(0);
    }

    @keyframes glideUp {
        from {
          transform: translateY(70px);
          opacity: 0;
        }
        to {
          transform: translateY(0);
          opacity: 1;
        }
    }
    
    /* used for the pop-up form */
    
    @keyframes fadeIn {
        from {opacity: 0; transform: translateY(-20px);}
        to {opacity: 1; transform: translateY(0);}
    }
    
    /*** used for the cookies disclaimer ***/
    
    @keyframes cookie-popup-in {
        from { bottom: -6.25rem; }
        to { bottom: 1.25rem; }
    }
    
}/*** end media ***/