@media (min-width: 320px) and (max-width: 767px) {

.choose-country h2 {
    font-size: 22px;
    width: 100%;
}

.choose-country.text-center p {
    width: 100%;
    margin: 0 auto;
}

section.bg-banner-fifa {
    padding: 70px 0px;
    background: url(../../assets-fifa/image/fifa-banner-mobile.webp);
        position: relative;
        z-index: 9;
}


section.bg-banner-fifa::before {
    position: absolute;
    content: '';
    background: #0000008c;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.fifa-text h1 {
    font-size: 28px;
}

.fifa-text p {
    width: 100%;
}


.country-box {
    gap: 20px;
    justify-content: left;
    padding: 3px 10px;
}

.country-box p {
    font-size: 18px;
}


.heading_canada h3 {
    font-size: 28px;
}

.heading-private h3 {
    font-size: 23px;
}

.private-card img {
    margin-top: 40px;
}

.heading-offering.text-center h3 {
    font-size: 22px;
    width: 100%;
}

.heading-offering.text-center p {
    width: 100%;
}

.get-touch-bg h3 {
    font-size: 22px;
    width: 100%;
}

.get-touch-bg {
    padding: 20px;
}

.get-touch-bg p {
    width: 100%;
}

footer.bg-footer {
    padding: 10px;
    text-align: left;
}

.footer-copyright p {
   font-size: 10px;
}

.footer-copyright {
    flex-direction: column;
}

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

.match-table {
    width: 100%;
    overflow-x: auto;
    scrollbar-color: #004b7a #004b7a;
    scrollbar-width: thin;
}


}


/* tab media query */


@media (min-width: 768px) and (max-width: 1024px) {

    
.choose-country h2 {
    font-size: 22px;
    width: 100%;
}

.choose-country.text-center p {
    width: 100%;
    margin: 0 auto;
}

section.bg-banner-fifa {
    padding: 70px 0px;
    background: url(../../assets-fifa/image/fifa-banner-mobile.webp);
        position: relative;
        z-index: 9;
}


section.bg-banner-fifa::before {
    position: absolute;
    content: '';
    background: #0000008c;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.fifa-text h1 {
    font-size: 28px;
}

.fifa-text p {
    width: 100%;
}


.country-box {
    gap: 20px;
    justify-content: left;
    padding: 3px 10px;
}

.country-box p {
    font-size: 18px;
}


.heading_canada h3 {
    font-size: 28px;
}

.heading-private h3 {
    font-size: 23px;
}

.private-card img {
    margin-top: 40px;
}

.heading-offering.text-center h3 {
    font-size: 22px;
    width: 100%;
}

.heading-offering.text-center p {
    width: 100%;
}

.get-touch-bg h3 {
    font-size: 22px;
    width: 100%;
}

.get-touch-bg {
    padding: 20px;
}

.get-touch-bg p {
    width: 100%;
}

footer.bg-footer {
    padding: 10px;
    text-align: left;
}

.footer-copyright p {
   font-size: 10px;
}

.footer-copyright {
    flex-direction: column;
}

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

.match-table {
    width: 100%;
    overflow-x: auto;
    scrollbar-color: #004b7a #004b7a;
    scrollbar-width: thin;
}



}