.globContainer {
    background-color: rgba(247, 247, 247, 1);
}
.heroSection {
    position: relative;
    background-image: url(images/rider4.jpg);
    width: 100%;
    height: 25rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.heroSection::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 25rem;
    background: linear-gradient(
        to left,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    z-index: 1;
    pointer-events: none;
}
.heroTxt {
    position: relative;
    color: white;
    z-index: 10;
    margin-left: 5%;
    margin-top: 9rem;
    font-size: 30px;
    width: 61%;
}
.store {
    position: relative;
    z-index: 10;
    margin-left: 5%;
    margin-top: 2.5%;
}
.store img {
    margin-right: 0.625rem;
}
.globalCardsCont {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.globalCards {
    width: 100%;
    border-radius: 1.5rem;
    background-color: white;
    margin-top: 10%;
    z-index: 1;
}
.typeTag {
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 1.25rem;
    height: 2.5rem;
    font-size: 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 1rem 2rem 1rem 1rem;
    width: 30%;
}
.globalCardImg {
    border-radius: 1.25rem;
    width: 100%;
}
.globalCardTxt {
    margin: 3% 10% 5% 10%;
}
.globalCardTxt h3 {
    margin-bottom: 1.25rem;
    font-weight: 600;
}

.globInfo {
    width: 90%;
    border-radius: 1.25rem;
    background-color: white;
    margin-top: 3%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.infoTxt {
    padding: 2%;
}
.infoImg {
    margin-top: 10%;
}
.infoImg img {
    border-radius: 1.25rem;
}
.countries {
    width: 70%;
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.countries h2 {
    font-weight: 600;
    width: 90%;
}
.countriesCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 4rem;
}
.countryCardImg {
    width: 14.3rem;
    height: 11.25rem;
    border-radius: 1.25rem;
}

.countryCard p {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}
.countryCard p i {
    color: rgba(83, 0, 188, 1);
}
.soon {
    opacity: 50%;
}
@media (min-width: 768px) {
    .heroSection ,.heroSection::before {
        height: 40rem;
    }
    .heroTxt {
        font-size: 3rem;
        width: 40%;
    }
    .globalCardsCont {
        flex-direction: row;
        margin-top: -20%;
    }
    .globalCards {
        width: 49%;
    }
    .globInfo {
        flex-direction: row;
    }
    .infoImg {
        margin-top: unset;
    }
    .globalCardTxt {
        margin: 3% 7% 5% 8%;
    }
    .globalCardImg {
        width: 12.5rem;
        height: 10.5rem;
        margin: 0.625rem;
    }
    .countries {
        width: 80%;
    }
    .countryCard {
        margin-right: 2rem;
    }
    .countryCardImg {
        width: 10.2rem;
        height: 9.25rem;
    }
    .countries h2,
    .infoTxt {
        width: 40%;
    }
}

@media (min-width: 1024px) {
    .heroSection ,.heroSection::before{
        height: 40rem;
    }
    .heroSection::before {
        width: 50%;
    }
    .heroTxt {
        font-size: 2.5rem;
        width: 31%;
    }
    .globalCardsCont {
        width: 70%;
    }
    .globalCards {
        width: 48%;
    }
    .globalCardImg {
        width: 13.5rem;
        height: 12.5rem;
    }
    .typeTag {
        width: 20%;
        margin: 0.625rem;
    }
    .globalCardTxt {
        width: 60%;
    }
    .globInfo {
        width: 70%;
        align-items: unset;
    }
    .countryCardImg {
        width: 11.2rem;
        height: 10.25rem;
    }
    .countries h2 {
        width: 45%;
    }
    .countryCard p {
        padding: 1rem 3rem 1rem 1rem;
    }
}
@media only screen and (min-width: 1365px) {
    .heroTxt {
        font-size: 3rem;
    }
    .heroSection ,.heroSection::before{
        height: 45rem;
    }
    .heroTxt {
        width: 28%;
    }
    .countryCardImg {
        width: 15.2rem;
        height: 12.25rem;
    }

    .countries h2 {
        width: 28%;
    }
}
@media only screen and (min-width: 1500px) {
    .heroTxt {
        font-size: 3.5rem;
    }
    .heroSection ,.heroSection::before{
        height: 50rem;
    }
    .heroTxt {
        width: 29%;
    }
    .countryCard {
        margin-right: 2rem;
    }
    .countryCardImg {
        width: 17.3rem;
        height: 13.25rem;
    }

    h2 {
        font-size: 2.5rem;
    }
}
@media only screen and (min-width: 1700px) {
    h3 {
        font-size: 2.75rem;
    }
    p {
        font-size: 1.3rem;
    }
    .globalCardsCont {
        margin-top: -20%;
    }
    .countryCardImg {
        width: 23.3rem;
        height: 17.25rem;
    }
    .store a img {
        width: 11rem;
    }
    .typeTag {
        font-size: 1.3rem;
    }
}
@media (min-width: 2049px) {
    .heroTxt {
        font-size: 4.2rem;
    }
    .heroSection,.heroSection::before {
        height: 61rem;
    }

    .countryCard {
        margin-right: 2rem;
    }
    .countries h2 {
        width: 24%;
    }
    .globalCardImg {
        width: 21.5rem;
        height: 18.5rem;
    }
}
