*{
    margin: 0;
    padding: 0;
}
.mobile-navigation-container{
    width: 100%;
    height: 0;
    z-index: 10000;
    position: fixed;
    background: rgba(0, 0, 0, 0.695);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: .3s all ease-in-out;
    overflow: hidden;
    gap: 2%;
}
.mobile-nav-close{
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 200%;
    background: transparent;
    color: white;
    border: none;
    font-family: 'Inter';
}
.mobile-navigation-container a{
    text-decoration: none;
    color: white;
    font-family: 'Impact';
    font-size: 125%;
    text-transform: uppercase;
}
.no-scroll{
    overflow: hidden;
}
.nav-spacer{
    width: 100%;
    height: 75px;
    background: black;
}
.navigation-bar-container{
    width: 100%;
    height: 75px;
    background: #0f0f0fc7;
    position: fixed;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0;
    place-content: center;
    z-index: 1000;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
.nav-logos-cont{
    width: 45%;
    position: relative;
}
.hc-logo-a{
    width: 45%;
    margin-left: 5%;
}
.hc-logo{
    width: 100%;
}
.navigation-ac ul{
    display: flex;
    width: 100%;
    margin-left: 0%;
    height: 100%;
    align-items: center;
    justify-content: space-evenly;
    list-style: none;
}
.overlay-menu-btn{
    display: none;
    cursor: pointer;
}
.navigation-ac ul li a{
    text-decoration: none;
    color: white;
    font-family: 'PhysisReg';
    transition: .3s all ease-in-out;
}
.navigation-ac ul li a:hover{
    color: rgb(224, 220, 220);
}
.overlay-men{
    width: 50%;
    margin-left: 30%;
    margin-right: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overlay-men-ac{
    width: 100%;
}
/* Start of SEO Services Styling */

.seo-serv-hero-section{
    width: 100%;
    height: auto;
    background: black;
    display: grid;
    grid-template-columns: 55% 45%;
    gap: 0;
    padding: 3% 0;
}
.flex-container-hero{
    display: flex;
    align-items: center;
    justify-content: center;
}
.seo-wires-img{
    width: 60%;
}
.seo-serv-left-side{
    color: white;
    font-family: 'PhysisReg';
    width: 95%;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.seo-hero-header{
    font-family: 'PhysisBold';
    font-size: 250%;
}
.seo-subtext{
    font-size: 140%;
    font-family: 'PhysisReg';
    width: 85%;
}
.book-cons-hyperlink{
    text-decoration: none;
    color: white;
    font-family: 'PhysisBold';
    text-transform: uppercase;
    padding: 5px 10px;
    background: #343E74;
    width: auto;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s all ease-in-out;
}
.book-cons-hyperlink:active,
.book-cons-hyperlink:hover{
    color: rgb(237, 234, 234);
    background: #2d3665;
}
.proven-seo-strat-cont{
    width: 100%;
    height: auto;
    background: white;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 0;
    padding-bottom: 50px;
}
.proven-header{
    font-family: 'PhysisBold';
    font-size: 225%;
    width: 98%;
    margin-left: 2%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.proven-grid-outer-cont{
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}
.proven-grid-outer-cont::-webkit-scrollbar{
    width: auto;
}
.proven-grid-outer-cont::-webkit-scrollbar-track{
    background-color: transparent;
}
.proven-grid-outer-cont::-webkit-scrollbar-thumb{
    background-color: #D9D9D9;
    border-radius: 10px;
}
.proven-ac-grid{
    width: 100%;
    margin-left: 1%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: .5%;
    padding-right: 1%;
}
.proven-grid-templates{
    border-radius: 10px;
    height: auto;
    position: relative;
}
.strat-images{
    width: 100%;
    height: 100%;
    border-radius: inherit;
}
.proven-image-subtexts{
    position: absolute;
    bottom: 2%;
    left: 2%;
    width: 80%;
    font-size: 175%;
    color: white;
    font-family: 'PhysisBold';
    text-shadow: 0px 4px 4.2px rgba(0, 0, 0, 0.75);
}
.our-approach-container-one,
.our-approach-container-two{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 0;
    background: #101010;
    padding-bottom: 100px;
}
.our-approach-container-two{
    grid-template-columns: 40% 60%;
}
.approach-flex-containers{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.flash-img{
    width: 90%;
    margin-right: 5%;
}
.mb-img{
    width: 95%;
}
.motherboard-flex{
    justify-content: flex-start;
}
.approach-containers{
    font-family: 'PhysisReg';
    color: white;
    width: 96%;
    margin-left: 2%;
}
.second-cont{
    margin-left: 0;
    margin-right: 1%;
}
.cust-header,
.cust-subtext{
    text-align: right;
}
.cust-subtext{
    margin-left: 20%;
}
.approach-sub{
    font-size: 150%;
    width: 80%;
    margin-top: 85px;
    font-family: 'PhysisThin';
}
.approach-headers{
    margin-top: 40px;
    font-size: 200%;
    font-family: 'PhysisBold';
}
.ready-seo-cont{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.ready-background{
    width: 125%;
    max-height: 600px;
}
.ready-over-flex-cont{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10%;
    text-align: center;
}
.ready-header{
    font-family: 'PhysisBold';
    font-size: 200%;
    width: 50%;
}
.ready-subtext{
    font-family: 'PhysisThin';
    font-size: 175%;
}
.ready-hyperlink-booking{
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
    font-family: 'PhysisBold';
    font-size: 150%;
    background: black;
    color: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all ease-in-out;
}
.ready-hyperlink-booking:active,
.ready-hyperlink-booking:hover{
    background: rgb(37, 37, 37);
    color: rgb(238, 238, 238);
}
/* End of SEO Services Styling */
@keyframes slide{
    from{
        transform: translateX(0);
    }
    to{
        transform: translate(-100%);
    }
}
.infinite-carousel-reviews{
    overflow: hidden;
    padding: 10px 0;
    white-space: nowrap;
    background: transparent;
}
.logos-slide{
    display: inline-block;
    animation: 50s slide infinite;
}
.logos-slide img{
    height: 100px;
    margin: 0 40px;
}
.infinite-carousel-reviews:hover .logos-slide{
    animation-play-state: paused;
}
.footer-cont{
    width: 100%;
    height: auto;
    margin-top: 10px;
    background: black;
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 0;
}
.upper-footer-main-cont{
    width: 95%;
    height: auto;
    margin-left: 2.5%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 40px 0;
    padding-bottom: 50px;
}
.footer-sections-grid{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5%;
}
.footer-comp-flex-cont{
    display: flex;
    flex-direction: column;
}
.logo-text-cont{
    display: flex;
    align-items: center;
}
.footer-logo{
    width: 10%;
}
.footer-text-comp{
    margin-left: 2%;
    color: white;
    font-family: 'Inter';
    font-size: 125%;
}
.footer-comp-descrip{
    font-family: 'Inter';
    color: white;
    font-size: 120%;
    margin-top: 2%;
    width: 85%;
}
.footer-columns-temp{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5%;
}
.footer-column-headers{
    color: white;
    font-family: 'Inter';
    font-size: 150%;
    font-weight: 800;
}
.footer-hyperlinks{
    text-decoration: none;
    color: white;
    font-family: 'Inter';
    transition: .2s all ease-in-out;
    text-align: center;
}
.footer-hyperlinks:hover{
    color: rgb(207, 203, 203);
}
.form-labels{
    color: white;
    font-family: 'Inter';
}
.copyright-section{
    width: 95%;
    height: auto;
    margin-left: 2.5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #D9D9D9;
    color: white;
    font-family: 'Inter';
    padding-top: 10px;
    padding-bottom: 10px;
}
.copyright-flex{
    display: flex;
    gap: 10px;
}
.copyright-flex a{
    text-decoration: none;
    color: white;
}
.social-media-flex{
    display: flex;
    gap: 2%;
    margin-top: 20px;
}
.mail-sub-sec-footer{
    display: flex;
    margin-top: 2%;
}
.email-input-footer{
    width: 50%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.mail-inputs{
    padding: 10px;
    border: none;
}
.email-input-submit{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: grey;
    color: white;
    font-weight: 600;
}
@media screen and (min-width: 0px) and (max-width: 500px)
{
    .mobile-navigation-container a{
        font-size: 150%;
    }
    .navigation-ac{
        display: none;
    }
    .navigation-bar-container{
        display: grid;
        grid-template-columns: 100% 0%;
        overflow: hidden;
        place-items: center;
        height: 75px;
    }
    .hc-logo-a{
        width: 100%;
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hc-logo{
        width: 100%;
        max-width: 50px;
    }
    .nav-logos-cont{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .overlay-menu-btn{
        display: flex;
        position: absolute;
        right: 5%;
        top: -8%;
        background: transparent;
        border: none;
        justify-content: flex-end;
    }
    .overlay-menu-btn-img{
        width: 35%;
    }
    .upper-footer-main-cont,
    .footer-sections-grid{
        display: inline-block;
        grid-auto-flow: column;
        grid-template-columns: 1fr;
        gap: 5px;
    }
    .footer-comp-descrip{
        font-size: 10%;
        width: 90%;
    }
    .social-media-flex a{
        width: 20%;
    }
    .social-media-flex a img{
        width: 100%;
    }
    .footer-columns-temp{
        align-items: flex-start;
        gap: 10px;
        margin-top: 10%;
    }
    .footer-column-headers{
        font-size: 115%;
    }
    .footer-hyperlinks,
    .form-labels{
        font-size: 80%;
    }
    .copyright-section{
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    .copyright-flex{
        flex-direction: column;
        width: 100%;
    }
    .footer-dividers{
        display: none;
    }
    .seo-serv-hero-section{
        grid-template-columns: 100%;
        padding: 20px 0;
    }
    .seo-hero-header{
        padding-top: 10px;
        font-size: 150%;
    }
    .seo-subtext{
        font-size: 100%;
        padding-bottom: 20px;
    }
    .book-cons-hyperlink{
        padding: 5px;
        font-size: 80%;
    }
    .proven-seo-strat-cont{
        padding-bottom: 20px;
    }
    .proven-header{
        font-size: 150%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .proven-ac-grid{
        display: inline-block;
        width: 95%;
        margin-left: 2.5%;
        padding-right: 0;
    }
    .proven-image-subtexts{
        width: 95%;
        font-size: 130%;
    }
    .strat-images{
        max-height: 650px;
        aspect-ratio: 0.5;
    }
    .our-approach-container-one{
        grid-template-columns: 100%;
        padding-bottom: 40px;
    }
    .approach-headers{
        font-size: 150%;
    }
    .approach-sub{
        font-size: 100%;
        margin-top: 20px;
        width: 90%;
    }
    .approach-flex-containers{
        justify-content: center;
        padding-top: 40px;
    }
    .our-approach-container-two{
        grid-template-columns: 100%;
        padding-bottom: 40px;
    }
    .cust-subtext{
        margin-left: 10%;
    }
    .ready-background{
        width: 600%;
        max-height: 600px;
    }
    .ready-header{
        font-size: 125%;
        width: 90%;
    }
    .ready-subtext{
        font-size: 100%;
    }
    .ready-hyperlink-booking{
        font-size: 100%;
        padding: 5px 10px;
    }
}

@media screen and (min-width: 501px) and (max-width: 900px)
{
    .mobile-navigation-container a{
        font-size: 200%;
    }
    .navigation-ac{
        display: none;
    }
    .hero-header{
        font-size: 150%;
        margin-top: 40px;
    }
    .hero-subtext{
        width: 80%;
        font-size: 100%;
    }
    .hero-sec-buttons{
        font-size: 50%;
        padding: 10px;
    }
    .hero-video{
        width: 100%;
    }
    .navigation-bar-container{
        display: grid;
        grid-template-columns: 100% 0%;
        overflow: hidden;
        place-items: center;
        height: 75px;
    }
    .hc-logo-a{
        width: 100%;
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hc-logo{
        width: 100%;
        max-width: 50px;
    }
    .nav-logos-cont{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .overlay-menu-btn{
        display: flex;
        position: absolute;
        right: 5%;
        top: -10%;
        background: transparent;
        border: none;
        justify-content: flex-end;
    }
    .overlay-menu-btn-img{
        width: 35%;
    }
    .seo-hero-header{
        padding-top: 0;
    }
    .seo-subtext{
        font-size: 100%;
        width: 100%;
    }
    .test{
        margin-top: 10%;
    }
    .seo-wires-img{
        width: 80%;
    }
    .proven-grid-templates{
        overflow: hidden;
        margin: 0 auto;
        max-height: 700px;
    }
    .proven-ac-grid{
        gap: 1%;
        width: 200%;
    }
    .strat-images{
        width: 175%;
        display: block;
    }
    .proven-image-subtexts{
        width: 90%;
        max-height: 50%;
        font-size: 125%;
        text-align: left;
    }
    .approach-sub{
        width: 90%;
        margin-top: 10px;
        font-size: 125%;
    }
    .cust-subtext{
        margin-left: 10%;
    }
    .flash-img{
        width: 80%;
    }
    .mb-img{
        width: 90%;
    }
    .our-approach-container-one,
    .our-approach-container-two{
        padding-bottom: 50px;
    }
    .ready-seo-cont{
        overflow: hidden;
    }
    .ready-background{
        width: 250%;
        max-height: 500px;
    }
    .ready-header{
        font-size: 150%;
        width: 90%;
    }
    .ready-subtext{
        font-size: 100%;
    }
    .ready-hyperlink-booking{
        font-size: 125%;
        padding: 10px 15px;
    }
    .upper-footer-main-cont{
        display: inline-block;
    }
    .copyright-section{
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    .copyright-flex{
        width: 100%;
    }
    .footer-comp-descrip{
        width: 95%;
    }
    .footer-sections-grid{
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .footer-columns-temp{
        align-items: flex-start;
        gap: 10px;
    }
}
@media screen and (min-width: 901px) and (max-width: 1200px)
{
    .seo-subtext{
        font-size: 100%;
        width: 100%;
    }
}
@font-face {
    font-family: 'PhysisBold';
    src: url('fonts/RNSPhysis-Bold.otf');
    font-weight: normal;
}
@font-face {
    font-family: 'PhysisReg';
    src: url('fonts/SFNSDisplay-Regular.otf');
    font-weight: normal;
}
@font-face {
    font-family: 'PhysisThin';
    src: url('fonts/RNSPhysis-Thin.otf');
    font-weight: normal;
}
