:root,
[data-bs-theme=light] {
    --bs-indigo: #662D91;
    --bs-green: #109D57;
}

.about-section {
    padding-top: 101px;
    margin-top: 42px;
    margin-bottom: -73px;
}

.section-top {
    padding-top: 60px;
    margin-top: -33px;
}

.section-top-footer {
    padding-top: 60px;
    margin-top: -33px;
}

.section-top1 {
    padding-top: 90px;
    margin-top: -43px;
}

.videos-section-top {
    padding-top: 70px;
    margin-top: -43px;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 17px;
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-indigo);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.navbar-toggler:focus {
    border: 0 !important;
    box-shadow: none !important;
}

.navbar-toggler {
    border: 0 !important;
}


/* .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 60px;
    z-index: 1030;
} */

.navbar1 {
    position: fixed;
    z-index: 5;
    width: 100%;
    height: auto;
    background: transparent;
    /* box-shadow: 0 2px 4px 0 rgba(27, 27, 27, 0.2); */
}

.hero1 {
    height: 48vh;
    width: 100%;
    background: url(../img/bg1.svg), top center no-repeat;
    background-size: cover;
    /* position: absolute; */
}

.betatester {
    height: auto;
    width: 100%;
    background: url(../img/beta_tester_background.svg), top center no-repeat;
    background-size: cover;
    /* position: absolute; */
}

.footer {
    height: auto;
    width: 100%;
    background: url(../img/beta_tester_background.svg), no-repeat;
    background-size: cover;
    /* position: absolute; */
    background-color: var(--bs-green)!important;
}

.videos {
    height: auto;
    width: 100%;
    background: url(../img/tommy_vic.svg), top center no-repeat;
    background-size: cover;
    /* position: absolute; */
}

.hero-image {
    height: 37%;
}

.text-indigo {
    color: var(--bs-indigo);
}

.text-indigo1 {
    color: var(--bs-indigo);
}

.text-indigo1:hover {
    color: orange;
}

.text-black1 {
    color: black;
}

.text-black1:hover {
    color: orange;
}

.text-white {
    color: white;
}

.text-white1 {
    color: var(--bs-indigo);
    ;
}

.text-white1:hover {
    color: orange;
}

.text-green {
    color: var(--bs-green);
}

.heroimg {
    position: relative;
    padding-top: 160px;
}

.heroimg1 {
    position: relative;
    padding-top: 170px;
    margin-left: 80px;
    margin-right: 80px;
}


/* .padding-nav {
    padding-left: 5px;
    padding-right: 10px;
} */

@media (min-width: 1199.98px) {
    .padding-nav {
        padding-left: 6.5%;
        padding-right: 6.5%;
    }
}

.text-bg-purple {
    color: #fff!important;
    background-color: var(--bs-indigo)!important;
}

.hero-banner {
    top: 110px;
    width: auto;
    height: auto;
    background-color: var(--bs-green)!important;
    position: relative;
    color: white;
    border-radius: 20px;
}

.hero-button {
    position: relative;
    top: 140px;
    width: 100%;
    text-align: center;
}

.text {
    font-size: 20px;
}

.head {
    font-size: 34px;
}

.subhead {
    font-size: 23px;
}

.Buttontext {
    font-size: 16.6px;
}

.texthead {
    font-size: 30px;
}

.green-banner {
    width: auto;
    height: auto;
    background-color: var(--bs-green)!important;
    color: white;
    border-radius: 20px;
    margin-right: 25px;
}

.right-arrow {
    height: 60px;
}

.green-banner-padding {
    padding: 20px;
}

.voicerecord {
    font-size: 40px;
}

.about-top {
    margin-top: 160px;
}

.about-top2 {
    margin-top: 50px;
}

.icon-fluid {
    width: 100%;
    background-size: cover;
}

.img-flag {
    height: 60px;
    width: auto;
}


/* .wrapScroll {
    white-space: nowrap;
    overflow-x: auto;
} */

.logo {
    width: auto;
    height: auto;
    display: flex;
    overflow-x: auto;
    /* background-color: lightgrey; */
}

.item {
    width: 1600px;
    flex-shrink: 0;
    height: auto;
    /* background-color: yellow; */
    /* border: 2px #109D57 solid; */
}

.dot {
    height: 14px;
    width: 14px;
    /* background-color: #bbb; */
    border-radius: 50%;
    display: inline-block;
}

.grad3 {
    background-image: linear-gradient(to right, rgb(240, 6, 240), rgb(132, 238, 238));
}

.footer-logo {
    background-size: cover;
    height: 175px;
    margin-top: 40px;
}

.mobile-image-margin {
    margin: 9px;
}

.mobile-image-margin2 {
    margin: 4rem;
}

.betatester-button {
    position: relative;
    top: 250px;
    left: 250px;
}

@media (min-width: 1920px) {
    .logo-margin {
        margin: 25px
    }
}

.logo-margin {
    margin: 25px
}

.nav1 {
    box-shadow: 0 2px 4px 0 rgba(27, 27, 27, 0.2);
}

.img-wrapper {
    position: relative;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.img-overlay {
    position: absolute;
    top: 41px;
    bottom: 0;
    left: 0px;
    right: -145px;
    text-align: center;
}

.img-overlay:before {
    content: ' ';
    display: block;
    /* adjust 'height' to position overlay content vertically */
    height: 50%;
}


/* The heart of the matter */

@media (max-width: 640px) {
    .hero1 {
        height: auto;
        width: 100%;
        background: url(../img/bg1.svg), top center no-repeat;
        background-size: cover;
        /* position: absolute; */
    }
    .toggle-navbar {
        background-color: white;
    }
    .right-arrow {
        margin-top: 7px;
        height: 25px;
    }
    .head {
        font-size: 16px;
    }
    .subhead {
        font-size: 12px;
    }
    .text {
        font-size: 16px;
    }
    .Buttontext {
        font-size: 14px;
    }
    .texthead {
        font-size: 20px;
    }
    .voicerecord {
        margin-top: 3px;
        font-size: 25px;
        margin-left: -5px;
    }
    .green-banner {
        width: auto;
        height: auto;
        background-color: var(--bs-green)!important;
        color: white;
        border-radius: 20px;
        margin-right: 0px;
    }
    .green-banner-padding {
        padding: 5px;
    }
    .hero-banner {
        top: 80px;
        width: auto;
        height: auto;
        background-color: var(--bs-green)!important;
        position: relative;
        color: white;
        border-radius: 10px;
    }
    .hero-button {
        position: relative;
        top: 110px;
        width: 100%;
        text-align: center;
    }
    .py-2 {
        padding-top: .2rem!important;
        padding-bottom: .2rem!important;
    }
    .px-4 {
        padding-right: 1.0rem!important;
        padding-left: 1.0rem!important;
    }
    .heroimg {
        position: relative;
        padding-top: 160px;
    }
    .about-top {
        margin-top: 50px;
    }
    .mobile-image-margin {
        height: 100px;
        margin: 1rem;
    }
    .icon-fluid {
        width: 100%;
        background-size: cover;
        height: 50px;
        margin-bottom: 20px;
    }
    .img-flag {
        height: auto;
        width: 100%;
    }
    .betatester-button {
        position: relative;
        top: 145px;
        left: 120px;
    }
    .logo-margin {
        height: 100px;
        margin: 1rem;
    }
    .img-overlay {
        position: absolute;
        top: 17px;
        bottom: 0;
        left: 10px;
        right: 0;
        text-align: center;
    }
    .about-section {
        padding-top: 79px;
        margin-top: -28px;
        margin-bottom: -73px;
    }
    .section-top-footer {
        padding-top: 0px;
        margin-top: 0px;
    }
    .footer-logo {
        background-size: cover;
        height: 175px;
        margin-top: 0px;
        margin-bottom: -29px;
    }
}

@media (min-width:640px) and (max-width: 768px) {
    .hero1 {
        height: 30vh;
        width: 100%;
        background: url(../img/bg1.svg), top center no-repeat;
        background-size: cover;
        /* position: absolute; */
    }
    .toggle-navbar {
        background-color: white;
    }
    .right-arrow {
        margin-top: 7px;
        height: 25px;
    }
    .head {
        font-size: 16px;
    }
    .subhead {
        font-size: 12px;
    }
    .text {
        font-size: 18px;
    }
    .Buttontext {
        font-size: 14px;
    }
    .texthead {
        font-size: 30px;
    }
    .voicerecord {
        margin-top: 3px;
        font-size: 25px;
        margin-left: -5px;
    }
    .green-banner {
        width: auto;
        height: auto;
        background-color: var(--bs-green)!important;
        color: white;
        border-radius: 20px;
        margin-right: 0px;
    }
    .green-banner-padding {
        padding: 5px;
    }
    .hero-banner {
        top: 80px;
        width: auto;
        height: auto;
        background-color: var(--bs-green)!important;
        position: relative;
        color: white;
        border-radius: 10px;
    }
    .hero-button {
        position: relative;
        top: 110px;
        width: 100%;
        text-align: center;
    }
    .py-2 {
        padding-top: .2rem!important;
        padding-bottom: .2rem!important;
    }
    .px-4 {
        padding-right: 1.0rem!important;
        padding-left: 1.0rem!important;
    }
    .heroimg {
        position: relative;
        padding-top: 160px;
    }
    .about-top {
        margin-top: 50px;
    }
    .mobile-image-margin {
        height: 150px;
        margin: 1rem;
    }
    .img-flag {
        height: auto;
        width: 100%;
    }
    .betatester-button {
        position: relative;
        top: 145px;
        left: 120px;
    }
    .logo-margin {
        height: 100px;
        margin: 1rem;
    }
    .img-overlay {
        position: absolute;
        top: 17px;
        bottom: 0;
        left: 10px;
        right: 0;
        text-align: center;
    }
    .about-section {
        padding-top: 84px;
        margin-top: 150px;
        margin-bottom: -60px;
    }
    .section-top-footer {
        padding-top: 0px;
        margin-top: 0px;
    }
    .footer-logo {
        background-size: cover;
        height: 175px;
        margin-top: 0px;
        margin-bottom: -29px;
    }
}

@media (min-width: 768px) and (max-width:992px) {
    .hero1 {
        height: 30vh;
        width: 100%;
        background: url(../img/bg1.svg), top center no-repeat;
        background-size: cover;
        /* position: absolute; */
    }
    .toggle-navbar {
        background-color: white;
    }
    .right-arrow {
        margin-top: 7px;
        height: 25px;
    }
    .head {
        font-size: 24px;
    }
    .subhead {
        font-size: 16px;
    }
    .text {
        font-size: 18px;
    }
    .Buttontext {
        font-size: 14px;
    }
    .texthead {
        font-size: 30px;
    }
    .voicerecord {
        margin-top: 3px;
        font-size: 25px;
        margin-left: -5px;
    }
    .green-banner {
        width: auto;
        height: auto;
        background-color: var(--bs-green)!important;
        color: white;
        border-radius: 20px;
        margin-right: 0px;
    }
    .green-banner-padding {
        padding: 10px;
    }
    .hero-banner {
        top: 80px;
        width: auto;
        height: auto;
        background-color: var(--bs-green)!important;
        position: relative;
        color: white;
        border-radius: 10px;
    }
    .hero-button {
        position: relative;
        top: 110px;
        width: 100%;
        text-align: center;
    }
    .py-2 {
        padding-top: .2rem!important;
        padding-bottom: .2rem!important;
    }
    .px-4 {
        padding-right: 1.0rem!important;
        padding-left: 1.0rem!important;
    }
    .heroimg {
        position: relative;
        padding-top: 160px;
    }
    .about-top {
        margin-top: 140px;
    }
    .mobile-image-margin {
        height: 150px;
        margin: 1rem;
    }
    .img-flag {
        height: auto;
        width: 100%;
    }
    .betatester-button {
        position: relative;
        top: 145px;
        left: 120px;
    }
    .logo-margin {
        height: 100px;
        margin: 1rem;
    }
    .img-overlay {
        position: absolute;
        top: 17px;
        bottom: 0;
        left: 10px;
        right: 0;
        text-align: center;
    }
    .about-section {
        padding-top: 78px;
        margin-top: 55px;
        margin-bottom: -60px;
    }
    .section-top-footer {
        padding-top: 0px;
        margin-top: 0px;
    }
    .footer-logo {
        background-size: cover;
        height: 175px;
        margin-top: 0px;
        margin-bottom: -29px;
    }
}

.carousel-testmonial-height-desktop {
    height: 350px;
}

.carousel-choosegms-height-desktop {
    height: 580px;
}

.carousel-testmonial-height-tab {
    height: 260px;
}

.carousel-choosegms-height-tab {
    height: 320px;
}

@media (min-width: 768px) and (max-width:992px) {
    .about-section {
        padding-top: 66px;
        margin-top: 58px;
        margin-bottom: -60px;
    }
}

.carousel-itemheight {
    height: 350px;
}

.carousel-itemheight2 {
    height: 580px;
}

.textheadvideo {
    font-size: 20px;
}

.aspublishedcontainer {
    position: relative;
    width: 100%;
}

.aspublishedimage {
    display: block;
    width: 100%;
    height: 100px;
}

.aspublishedoverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: white;
}

.aspublishedcontainer:hover .aspublishedoverlay {
    opacity: 1;
}

.carousel-meettheteam-height-mobile {
    height: 650px;
}

.carousel-meettheteam-height-tab {
    height: 600px;
}