﻿.gigaroam-ms {
    padding: 6% 0;
}

.gigaroam-microsite-banner {
    background: URL("/SpitfireImage_Lib/img/gigaroam_toptile.jpg?4107");
    background-size: cover;
    background-position: center;
    background-color: #000;
    position: relative;
    background-repeat: no-repeat;
    height: 100%;
}

.gr-banner-text {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #EC2D85;
    text-align: center;
    line-height: 50px;
}

.gigaroam-card-display {
    background-color: white;
    border-radius: 20px;
    flex: 1 45%;
    margin: 2vw;
}

.Button.gigaroam-ms-button {
    font-size: 24px;
    font-weight: 600;
    padding: 0.5rem 2rem 2.4rem 2rem;
    border-radius: 35px;
}

.Seed {
    padding: 6% 0;
}

.SeedCont .SeedBox {
    width: 30%;
}

.review-text-seed {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #EC2D85;
    text-align: center;
    text-decoration: underline;
}

.Seed .carousel .tns-ah {     
    width: calc(100% - 40px) !important;
    margin: 0px 20px !important;
}

.Seed .carousel .tns-horizontal.tns-subpixel > .tns-item {
    vertical-align: middle;
}

.carousel .tns-horizontal.tns-subpixel > .tns-item {
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 0 !important;
}

.content1 .tns-horizontal.tns-subpixel > .tns-item {
    padding: 0 !important;
}

.carousel .tns-ah {
    max-width: 1280px !important;
    width: 100% !important;
    height: fit-content !important;
}

.carousel .tns-nav {
    margin: 0;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 4%;
}

.lowernav .tns-nav {
    bottom: -10% !important;
}

.carousel .tns-ah > div,
.carousel .tns-ah > div > div {
    height: 100%;
}

.carousel .tns-nav > [aria-selected="true"] {
    background: #D52B71 !important;
}

.carousel .tns-nav > [aria-controls] {
    width: 1.5vw;
    height: 1.5vw;
    background: #EEEEEE;
}

.footer-text-small {
    font-size: 1.8vw;
}

.footer-text-large {
    font-size: 3vw;
    line-height: 3vw;
}

.SmallScreenContent .footer-text-extra-small {
    font-size: 2.5vw;
}

.SmallScreenContent .footer-text-small {
    font-size: 3.5vw;
}

.SmallScreenContent .footer-text-large {
    font-size: 4vw;
    line-height: calc(4vw + 4px);
}

.download-text {
    font-size: 1.8vw;
}

.SmallScreenContent .download-text {
    font-size: 7vw;
}

.signup-text {
    font-size: 1.8vw;
}

.SmallScreenContent .signup-text {
    font-size: 4vw;
}

.footer-text {
    font-size: 1.2vw;
}

.footer-text .footerLink{
    line-height: 1.2vw;
    margin-top: 0.75vw;
}

.icon-wrapper {
    font-size: 3.5vw;
}

.SmallScreenContent {
    display: none;
}

@media only screen and (max-width: 800px) {
    .LargeScreenContent {
        display: none
    }
    
    .SmallScreenContent {
        display: block;
    }

    .gr-banner-text {
        font-size: 9vw;
        font-weight: 800;
        line-height: 110%;
    }

    .gigaroam-card-display {
        border-radius: 8px;
        margin: 0;
    }

    .Button.gigaroam-ms-button {
        font-size: 17px;
        padding: 0.9rem 1.5rem 2.2rem 1.5rem;
    }
    
    .carousel .tns-ah {     
        max-height: 100vh !important;
    }
    
    .carousel .tns-nav > [aria-controls] {
        width: 2.5vw;
        height: 2.5vw;
    }
    
    .footer-text {
        font-size: 2.5vw;
    }

    .footer-text .footerLink {
        line-height: 2.5vw;
        margin-top: 1.2vw;
    }

    .icon-wrapper {
        font-size: 6.5vw;
    }
}

@media only screen and (min-width: 1280px) {
    .footer-text-large {
        font-size: 45px;
        line-height: 45px;
    }

    .download-text,
    .footer-text-small,
    .signup-text    {
        font-size: 25px;
        line-height: 27px;
    }
    
    .footer-text {
        font-size: 15.5px;
    }

    .footer-text .footerLink {
        line-height: 15.5px;
        margin-top: 9px;
    }
  
    .icon-wrapper {
        font-size: 45px;
    }
}