@import url('/css/check-availability.css');

/* Hero Section start */
.nav-highlight {
    background: white;
    border-radius: 4px;
}

#hero {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    margin-top: -165px;
}

#hero .hero-title {
    color: rgb(var(--gray-950));
    font-weight: 500;
    line-height: 50px;
    font-size: 59px;
    text-align: center;
    padding-top: 12px;
    text-transform: uppercase;
}

.dark-mode #hero .hero-title {
    color: rgb(var(--white2));
}

#hero .benefits {
    color: rgb(var(--gray-950));
    font-size: 16px;
    line-height: 17px;
    padding-top: 14.25px;
    padding-bottom: 14.25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.38rem;
    font-family: var(--font-secondary);
    letter-spacing: -0.8px;
}

.dark-mode #hero .benefits {
    color: rgb(var(--white2));
}

#hero .benefits > :not([hidden]) ~ :not([hidden]) {
    border-right-width: 1px;
    border-left-width: 1px;
    border-color: rgb(var(--gray-950));
    border-left-style: solid;
}

.dark-mode #hero .benefits > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(var(--white2));
}

#hero .benefits span {
    padding-left: 0.38rem;
}

#hero .benefits span:first-child {
    padding-left: 0 !important;
}

#hero .signup-btn {
    text-align: center;
}

#hero .signup-btn a {
    display: inline-block;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 33px;
    line-height: 44.5px;
    border-radius: 0.3rem;
    font-weight: 600;
    color: white;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0.2rem;
    padding-bottom: 0.4rem;
    text-align: center;
    background: rgb(var(--base1));
    border: 2px solid rgb(var(--base1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 200ms;
}

#hero .signup-btn a:hover {
    background: white;
    color: rgb(var(--base1));
}

#hero .monkey-banner {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 0rem;
}

#hero .monkey-banner-wrapper {
    top: 0px;
    right: 0px;
    width: 100%;
    max-width: 500px;
    height: 500px;
}

#hero .monkey-banner-inner {
    position: relative;
    height: 100%;
    margin-left: 19px;
}

#hero .banner-img {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    max-width: 360px;
    padding-inline-end: 1.425rem;
}

#hero .banner-offsite-img {
    transform: translateX(-100px);
}



#hero .laptop-flash {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    clip-path: polygon(332.5px 0, 100% 0, 100% 100%, 33.25px 100%, 7.6px 88%);
}

#hero .flash-1 {
    background: rgb(var(--base1));
    height: 100%;
}

#hero .flash-2 {
    background: white;
    height: 16px;
}

.dark-mode #hero .flash-2 {
    background: rgb(var(--dark-mode-body-bg));
}

/* Hero Section end */


/* Review Section start */

#review {
    font-size: 16px;
    padding-top: 100px;
}

#review .star-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7.6px;
    padding-bottom: 9.5px;
}

#review .star-icons img {
    width: 42.75px;
}

#review .description {
    font-family: var(--font-secondary);
    font-weight: 600;
    text-align: center;
    margin: 12px 0 8px 0;
    line-height: 1;
}

.dark-mode #review .description {
    color: rgb(var(--white2));
}

#review .description br {
    display: none;
}

#review .customer-name {
    font-family: var(--font-secondary);
    font-weight: 600;
    text-align: center;
    padding-top: 9.5px;
}

.dark-mode #review .customer-name {
    color: rgb(var(--white2));
}

/* Review Section end */

/* fast internet Section start */


#fastInternet {
    margin: 0 auto;
    max-width: 2500px;
    padding-top: 100px;
}

#fastInternet .upgrade-internet, #fastInternet .business-internet {
    display: flex;
    gap: 20px;
    white-space: nowrap;
}

#fastInternet .business-internet {
    justify-content: flex-end;
    padding-top: 100px;
}

#fastInternet .banner {
    overflow: hidden;
    width: 60%;
    display: flex;
    justify-content: flex-end;
    align-items: start;
}

#fastInternet .banner svg {
    min-width: 475px;
}

#fastInternet .banner {
    border-top-right-radius: 9.5px;
}

#fastInternet .business-internet .banner {
    border-top-left-radius: 9.5px;
    border-top-right-radius: 0;
    justify-content: flex-start;
    width: 38%;
}


#fastInternet .banner image {
    width: 100%;
}

#fastInternet .content {
    max-width: 285px;
    padding-right: 11px;
}

#fastInternet .business-internet .content {
    max-width: 418px;
    padding-right: 0;
    padding-left: 11px;
}

#fastInternet .business-internet h2 {
    padding-bottom: 7.5px;
}

#fastInternet h2 {
    font-size: 23.75px;
    line-height: 0.9;
}

.dark-mode #fastInternet h2 {
    color: rgb(var(--white2));
}

#fastInternet .slogan {
    font-size: 47.5px;
    color: rgb(var(--base1));
    line-height: 0.95;
}

.learn-more {
    margin-top: 12px;
    font-family: var(--font-secondary);
    color: rgb(var(--base1));
    text-align: center;
    font-size: 28px;
}

.learn-more:hover {
    text-decoration: underline;
}

#fastInternet ul {
    list-style-type: square;
    list-style-position: inside;
    font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 12.5px;
    line-height: 1.14;
    padding-top: 9.5px;
}

.dark-mode #fastInternet ul {
    color: rgb(var(--white2));
}

#fastInternet .action {
    padding-top: 21px;
}

#fastInternet .action a {
    background: rgb(var(--dark));
    color: white;
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 12.5px;
    border-radius: 7.5px;
    padding: 14.25px 14.25px;
    transition: .3s;
    display: inline-block;
}

.dark-mode #fastInternet .action a {
    background: black;
}

#fastInternet .action a:hover {
    background: rgb(var(--base1));
}

.banner-offsite-img-desktop {
    display: none;
}

.upgrade-internet-img {
    transform: translateX(210px);
    width: 100%;
    height: 100%;
}

/* fast internet Section end */

@media (min-width: 350px) {
    #fastInternet .upgrade-internet .content h2 {
        max-width: 153px;
    }

}

@media (min-width: 400px) {
    #hero .laptop-flash {
        clip-path: polygon(351.5px 0, 100% 0, 100% 100%, 33.25px 100%, 7.6px 87%);
    }

}

@media (min-width: 500px) {
    .upgrade-internet-img {
        transform: translateX(100px);
        width: 100%;
        height: 100%;
    }

}


/*sm*/
@media (min-width: 640px) {

    #hero .monkey-banner-wrapper {
        max-width: 600px;
    }

    #hero .laptop-flash {
        clip-path: polygon(380px 0, 100% 0, 100% 100%, 38px 100%, 6.65px 87%);
    }


    #review {
        margin-top: 0;
    }

    #review .description br {
        display: unset;
    }

    #fastInternet .content {
        max-width: 300px;
    }

    #fastInternet .upgrade-internet .content h2 {
        max-width: 230px;
    }

    #fastInternet .upgrade-internet, #fastInternet .business-internet {
        gap: 22.8px;
    }

    #fastInternet .banner {
        width: 55%;
    }

    #fastInternet .business-internet .banner {
        width: 42.75%;
    }

    #fastInternet h2 {
        font-size: 38px;
    }

    #fastInternet .slogan {
        font-size: 66.5px;
    }

    #fastInternet ul {
        font-size: 19px;
        padding-top: 19px;
    }

    #fastInternet .action a {
        font-size: 17px;
    }

    .banner-offsite-img-desktop {
        display: block;
    }

    .upgrade-internet-img {
        transform: translateX(0);
        width: auto;
        height: auto;
    }

}

/*md*/
@media (min-width: 768px) {

    /* Hero CSS */
    #hero {
        display: block;
        margin-top: 0;
    }

    #hero .hero-title {
        transform: translateY(-120px);
    }

    #hero .signup-btn a {
        transform: translateY(-98px);
    }

    #hero .monkey-banner-wrapper {
        transform: translateY(-165px);
    }

    #hero .hero-wrapper {
        padding-top: 28.5px;
        padding-bottom: 15vw;
    }

    #hero .hero-title {
        transform: translateY(0);
        line-height: 50px;
        font-size: 60px;
        text-align: left;

    }

    #hero .benefits {
        transform: translateY(0);
        justify-content: flex-start;
        padding-top: 0.95rem;
        padding-bottom: 0px;
        gap: 0.684rem;
        font-size: 19px;
        line-height: 24px;
    }

    #hero .benefits > :not([hidden]) ~ :not([hidden]) {
        border-right-width: 2px;
        border-left-width: 2px;
    }

    #hero .benefits span {
        padding-left: 0.684rem;
        letter-spacing: 9.5 !important;
        display: inline-block;
    }

    #hero .signup-btn {
        text-align: left;
    }

    #hero .signup-btn a {
        transform: translateY(0);
        margin-top: 1rem;
        font-size: 43px;
        line-height: 49px;
        border-radius: 0.5rem;
    }

    #hero .monkey-banner {
        padding-bottom: 0px;
    }

    #hero .monkey-banner-wrapper {
        position: absolute;
        max-width: none;
        width: 54%;
        height: 100%;
    }

    #hero .banner-img {
        max-width: none;
        width: 332.5px;
    }

    #hero .laptop-flash {
        clip-path: polygon(380px 0, 100% 0, 100% 100%, 38px 100%, 6.65px 88%);
    }

    #hero .flash-2 {
        height: 14px;
    }

    #hero .monkey-banner-inner {
        height: 130%;
    }

    #review {
        font-size: 19px;
        padding-top: 60px;
    }

    #fastInternet .content {
        max-width: 250px;
    }

    #fastInternet .upgrade-internet, #fastInternet .business-internet {
        gap: 45.6px;
    }

    #fastInternet .banner {
        width: 50.35%;
    }

    #fastInternet .business-internet .banner {
        width: 50.35%;
    }

    #fastInternet h2 {
        font-size: 38px;
        padding-bottom: 7.5px;
    }

    #fastInternet .slogan {
        font-size: 66.5px;
    }

    #fastInternet ul {
        font-size: 19px;
        padding-top: 14.25px;
    }

    #fastInternet .action a {
        font-size: 21px;
    }

    .banner-offsite-img-mobile {
        display: none;
    }

}

@media (min-width: 865px) {
    #hero .laptop-flash {
        clip-path: polygon(320px 0, 100% 0, 100% 100%, 32px 100%, 5.6px 89%);
    }

}

/*lg*/
@media (min-width: 1024px) {

    /* Hero CSS */
    #hero .hero-wrapper {
        padding-top: 40px;
        padding-bottom: 12vw;
    }

    #hero .hero-title {
        line-height: 52px;
        font-size: 64px;
    }

    #hero .benefits {
        font-size: 19px;
        line-height: 24px;
        padding-bottom: 8px;
        padding-top: 16px;
    }

    #hero .banner-img {
        width: 360px;
    }

    #hero .laptop-flash {
        clip-path: polygon(400px 0, 100% 0, 100% 100%, 36px 100%, 8px 85.5%);
    }

    #hero .flash-2 {
        height: 20px;
    }

    #hero .monkey-banner-inner {
        height: 115%;
    }


    #review {
        padding-top: 48px;
        margin-top: -64px;
        font-size: 19px;
    }

    #review .star-icons img {
        width: 36px;
    }

    #review .star-icons {
        gap: 6.4px;
        padding-bottom: 8px;
    }

    #review .description {
        line-height: 1.2;
    }

    #review .customer-name {
        padding-top: 8px;
    }



    #fastInternet h2 {
        font-size: 44px;
        padding-bottom: 0;
    }

    #fastInternet .business-internet h2 {
        padding-bottom: 6.4px;
    }

    #fastInternet .slogan {
        font-size: 84px;
        line-height: 1;
    }

    #fastInternet ul {
        font-size: 20px;
    }
}

@media (min-width: 1077px) {
    #hero .laptop-flash {
        clip-path: polygon(400px 0, 100% 0, 100% 100%, 36px 100%, 8px 86%);
    }
}

@media (min-width: 1150px) {
    #hero .laptop-flash {
        clip-path: polygon(400px 0, 100% 0, 100% 100%, 36px 100%, 8px 87%);
    }
}

/*xl*/
@media (min-width: 1280px) {
    /* Hero CSS */
    #hero .hero-wrapper {
        padding-top: 120px;
    }

    #hero .monkey-banner-wrapper {
        width: 58%;
    }

    #hero .hero-title {
        line-height: 76px;
        font-size: 96px;
    }

    #hero .benefits {
        font-size: 24px;
        line-height: 26px;
        padding-top: 1.2rem;
        padding-bottom: 0.7rem;
    }

    #hero .signup-btn a {
        font-size: 44px;
        line-height: 51px;
    }

    #hero .banner-img {
        width: 480px;
    }

    #hero .laptop-flash {
        clip-path: polygon(544px 0, 100% 0, 100% 100%, 52px 100%, 7px 87%);
    }

    #hero .flash-2 {
        height: 24px;
    }

    #review {
        font-size: 24px;
        padding-top: 100px;
    }

    #fastInternet {
        padding-top: 100px;
    }

    #fastInternet ul {
        font-size: 20px;
    }

    #fastInternet ul li span {
        font-size: 22.5px;
        line-height: 24px;
    }

    #fastInternet .business-internet {
        padding-top: 110px;
    }
}

@media (min-width: 1320px) {

    #hero .laptop-flash {
        clip-path: polygon(544px 0, 100% 0, 100% 100%, 52px 100%, 7px 87.5%);
    }
}
@media (min-width: 1320px) {

    #hero .laptop-flash {
        clip-path: polygon(544px 0, 100% 0, 100% 100%, 52px 100%, 7px 87.5%);
    }
}

@media (min-width: 1475px) {

    #hero .laptop-flash {
        clip-path: polygon(544px 0, 100% 0, 100% 100%, 52px 100%, 7px 88%);
    }
}

/*2xl*/
@media (min-width: 1536px) {

    #hero .monkey-banner-wrapper {
        width: 54%;
    }

    /* Hero CSS */
    #hero .hero-wrapper {
        padding-top: 80px;
    }

    #hero .banner-img {
        width: 560px;
    }

    #hero .laptop-flash {
        clip-path: polygon(560px 0, 100% 0, 100% 100%, 64px 100%, 16px 82%);
    }

    #hero .flash-2 {
        height: 28px;
    }

    #hero .monkey-banner-inner {
        height: 105%;
    }

    #review {
        padding-top: 60px;
    }
}

@media (min-width: 1700px) {

    #hero .laptop-flash {
        clip-path: polygon(560px 0, 100% 0, 100% 100%, 64px 100%, 16px 82.5%);
    }
}

@media (min-width: 1889px) {
    #hero .laptop-flash {
        clip-path: polygon(560px 0, 100% 0, 100% 100%, 64px 100%, 16px 83%);
    }
}

@media (min-width: 2033px) {
    #hero .laptop-flash {
        clip-path: polygon(560px 0, 100% 0, 100% 100%, 64px 100%, 16px 83.5%);
    }
}

@media (min-width: 2188px) {
    #hero .laptop-flash {
        clip-path: polygon(560px 0, 100% 0, 100% 100%, 64px 100%, 16px 84%);
    }
}

@media (min-width: 2319px) {
    #hero .laptop-flash {
        clip-path: polygon(560px 0, 100% 0, 100% 100%, 64px 100%, 16px 84.5%);
    }
}

@media (min-width: 2433px) {
    #hero .laptop-flash {
        clip-path: polygon(560px 0, 100% 0, 100% 100%, 64px 100%, 16px 85%);
    }
}


