@import url('/css/check-availability.css');

/* Hero Section start */

#hero {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    transform: translateY(-165px);
}

#hero .hero-title {
    color: rgb(var(--gray-950));
    font-weight: 500;
    line-height: 53px;
    font-size: 62px;
    text-align: center;
    padding-top: 15px;
    text-transform: uppercase;
}

.dark-mode #hero .hero-title {
    color: rgb(var(--white2));
}

#hero .benefits {
    color: rgb(var(--gray-950));
    font-size: 17px;
    line-height: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    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.4rem;
}

#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: 35px;
    line-height: 45px;
    border-radius: 0.3rem;
    font-weight: 600;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
    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: 24px;
}

#hero .banner-img {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    max-width: 380px;
    padding-inline-end: 1.5rem;
}

#hero .laptop-flash {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    clip-path: polygon(350px 0, 100% 0, 100% 100%, 35px 100%, 8px 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 {
    margin-top: -80px;
    font-size: 20px;
}

#review .star-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-bottom: 10px;
}

#review .star-icons img {
    width: 45px;
}

#review .description {
    font-family: var(--font-secondary);
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    line-height: 1.5;
}

.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: 10px;
}

.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: 12px;
}

#fastInternet .business-internet {
    justify-content: flex-end;
    padding-top: 150px;
}

#fastInternet .banner {
    overflow: hidden;
    width: 80%;
    display: flex;
    justify-content: flex-end;
    align-items: start;
}

#fastInternet .banner svg {
    min-width: 500px;
}

#fastInternet .banner {
    border-top-right-radius: 10px;
}

#fastInternet .business-internet .banner {
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    justify-content: flex-start;
    width: 40%;
}


#fastInternet .banner image {
    width: 100%;
}

#fastInternet .content {
    max-width: 300px;
    padding-right: 12px;
}

#fastInternet .business-internet .content {
    max-width: 440px;
    padding-right: 0;
    padding-left: 12px;
}

#fastInternet .business-internet h2 {
    padding-bottom: 10px;
}

#fastInternet h2 {
    font-size: 25px;
    line-height: 1.1;
}

.dark-mode #fastInternet h2 {
    color: rgb(var(--white2));
}

#fastInternet .slogan {
    font-size: 50px;
    color: rgb(var(--base1));
    line-height: 1;
}

#fastInternet ul {
    list-style-type: square;
    list-style-position: inside;
    font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    padding-top: 10px;
}

.dark-mode #fastInternet ul {
    color: rgb(var(--white2));
}

#fastInternet .action {
    padding-top: 22px;
}

#fastInternet .action a {
    background: rgb(var(--dark));
    color: white;
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 13px;
    border-radius: 8px;
    padding: 15px 15px;
    transition: .3s;
    display: inline-block;
}

.dark-mode #fastInternet .action a {
    background: black;
}

#fastInternet .action a:hover {
    background: rgb(var(--base1));
}

/* fast internet Section end */


@media (min-width: 400px) {
    #hero .laptop-flash {
        clip-path: polygon(370px 0, 100% 0, 100% 100%, 35px 100%, 8px 87%);
    }
}

/*sm*/
@media (min-width: 640px) {

    #hero .monkey-banner-wrapper {
        max-width: 600px;
    }

    #hero .laptop-flash {
        clip-path: polygon(400px 0, 100% 0, 100% 100%, 40px 100%, 7px 87%);
    }


    #review {
        margin-top: 0;
    }

    #review .description br {
        display: unset;
    }

    #fastInternet .upgrade-internet, #fastInternet .business-internet {
        gap: 24px;
    }

    #fastInternet .banner {
        width: 85%;
    }

    #fastInternet .business-internet .banner {
        width: 45%;
    }

    #fastInternet h2 {
        font-size: 40px;
    }

    #fastInternet .slogan {
        font-size: 70px;
    }

    #fastInternet ul {
        font-size: 20px;
        padding-top: 20px;
    }

    #fastInternet .action a {
        font-size: 18px;
    }

}

/*md*/
@media (min-width: 768px) {

    /* Hero CSS */
    #hero {
        display: block;
        transform: translateY(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: 30px;
        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: 1rem;
        padding-bottom: 0px;
        gap: 0.9rem;
    }

    #hero .benefits > :not([hidden]) ~ :not([hidden]) {
        border-right-width: 2px;
        border-left-width: 2px;
    }

    #hero .benefits span {
        padding-left: 0.9rem;
        letter-spacing: 10 !important;
        display: inline-block;
    }

    #hero .signup-btn {
        text-align: left;
    }

    #hero .signup-btn a {
        transform: translateY(0);
        margin-top: 1.25rem;
        font-size: 45px;
        line-height: 50px;
        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: 350px;
    }

    #hero .laptop-flash {
        clip-path: polygon(400px 0, 100% 0, 100% 100%, 40px 100%, 7px 88%);
    }

    #hero .flash-2 {
        height: 14px;
    }

    #hero .monkey-banner-inner {
        height: 130%;
    }


    #fastInternet .upgrade-internet, #fastInternet .business-internet {
        gap: 48px;
    }

    #fastInternet .business-internet {
        padding-top: 200px;
    }

    #fastInternet .banner {
        width: 53%;
    }

    #fastInternet .business-internet .banner {
        width: 53%;
    }

    #fastInternet h2 {
        font-size: 40px;
    }

    #fastInternet .slogan {
        font-size: 70px;
    }

    #fastInternet ul {
        font-size: 20px;
        padding-top: 20px;
    }

    #fastInternet .business-internet ul {
        padding-top: 15px;
    }

    #fastInternet .action a {
        font-size: 22px;
    }

}

@media (min-width: 865px) {
    #hero .laptop-flash {
        clip-path: polygon(400px 0, 100% 0, 100% 100%, 40px 100%, 7px 89%);
    }

}

/*lg*/
@media (min-width: 1024px) {

    /* Hero CSS */
    #hero .hero-wrapper {
        padding-top: 50px;
    }

    #hero .hero-title {
        line-height: 65px;
        font-size: 80px;
    }

    #hero .benefits {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 10px;
        padding-top: 20px;
    }

    #hero .banner-img {
        width: 450px;
    }

    #hero .laptop-flash {
        clip-path: polygon(500px 0, 100% 0, 100% 100%, 45px 100%, 10px 85.5%);
    }

    #hero .flash-2 {
        height: 20px;
    }

    #hero .monkey-banner-inner {
        height: 115%;
    }

    #review {
        padding-top: 60px;
    }

    #fastInternet h2 {
        font-size: 55px;
    }

    #fastInternet .slogan {
        font-size: 105px;
        line-height: 1;
    }

    #fastInternet ul {
        font-size: 25px;
    }
}

@media (min-width: 1077px) {
    #hero .laptop-flash {
        clip-path: polygon(500px 0, 100% 0, 100% 100%, 45px 100%, 10px 86%);
    }
}

@media (min-width: 1150px) {
    #hero .laptop-flash {
        clip-path: polygon(500px 0, 100% 0, 100% 100%, 45px 100%, 10px 87%);
    }
}

/*xl*/
@media (min-width: 1280px) {

    /* Hero CSS */
    #hero .hero-wrapper {
        padding-top: 150px;
    }

    #hero .monkey-banner-wrapper {
        width: 58%;
    }

    #hero .hero-title {
        line-height: 95px;
        font-size: 120px;
    }

    #hero .benefits {
        font-size: 30px;
        line-height: 32px;
        padding-top: 1.5rem;
        padding-bottom: 0.875rem;
    }

    #hero .signup-btn a {
        font-size: 55px;
        line-height: 60px;
    }

    #hero .banner-img {
        width: 600px;
    }

    #hero .laptop-flash {
        clip-path: polygon(680px 0, 100% 0, 100% 100%, 65px 100%, 9px 87%);
    }

    #hero .flash-2 {
        height: 24px;
    }

    #fastInternet {
        padding-top: 125px;
    }

    #fastInternet ul {
        font-size: 20px;
        line-height: 25px;
    }

    #fastInternet ul li span {
        font-size: 28px;
        line-height: 30px;
    }
}

@media (min-width: 1320px) {

    #hero .laptop-flash {
        clip-path: polygon(680px 0, 100% 0, 100% 100%, 65px 100%, 9px 87.5%);
    }
}
@media (min-width: 1320px) {

    #hero .laptop-flash {
        clip-path: polygon(680px 0, 100% 0, 100% 100%, 65px 100%, 9px 87.5%);
    }
}

@media (min-width: 1475px) {

    #hero .laptop-flash {
        clip-path: polygon(680px 0, 100% 0, 100% 100%, 65px 100%, 9px 88%);
    }
}

/*2xl*/
@media (min-width: 1536px) {

    #hero .monkey-banner-wrapper {
        width: 54%;
    }

    /* Hero CSS */
    #hero .hero-wrapper {
        padding-top: 100px;
    }

    #hero .banner-img {
        width: 700px;
    }

    #hero .laptop-flash {
        clip-path: polygon(700px 0, 100% 0, 100% 100%, 80px 100%, 20px 82%);
    }

    #hero .flash-2 {
        height: 28px;
    }

    #hero .monkey-banner-inner {
        height: 105%;
    }
}

@media (min-width: 1700px) {

    #hero .laptop-flash {
        clip-path: polygon(700px 0, 100% 0, 100% 100%, 80px 100%, 20px 82.5%);
    }
}

@media (min-width: 1889px) {

    #hero .laptop-flash {
        clip-path: polygon(700px 0, 100% 0, 100% 100%, 80px 100%, 20px 83%);
    }
}

@media (min-width: 2033px) {

    #hero .laptop-flash {
        clip-path: polygon(700px 0, 100% 0, 100% 100%, 80px 100%, 20px 83.5%);
    }
}

@media (min-width: 2188px) {

    #hero .laptop-flash {
        clip-path: polygon(700px 0, 100% 0, 100% 100%, 80px 100%, 20px 84%);
    }
}

@media (min-width: 2319px) {

    #hero .laptop-flash {
        clip-path: polygon(700px 0, 100% 0, 100% 100%, 80px 100%, 20px 84.5%);
    }
}

@media (min-width: 2433px) {

    #hero .laptop-flash {
        clip-path: polygon(700px 0, 100% 0, 100% 100%, 80px 100%, 20px 85%);
    }
}


