@media only screen and (max-width: 1700px) {
    .banner-small-images-row {
        margin-top: -150px !important;
    }
}

@media only screen and (max-width: 1500px) {

    .container > div {
        width: 950px;
    }

    .banner-small-images {
        width: 300px;
    }

    .banner-text{
        font-size: 78px;
    }

    .planeTripButton{
        font-size: 14px;
    }

    .contactUsButton{
        font-size: 14px;
    }

    .contactUsButton-icon {
        width: 14px;
        height: 14px;
    }

    .banner-small-images-row {
        margin-top: -120px !important;
    }
    
}

@media only screen and (max-width: 1400px) {
    .banner-text{
        font-size: 70px;
    }

    .swiper .swiper-pagination-bullet{
        width: 16px;
        height: 16px;
        margin-right: 14px !important;
        margin-left: 14px !important;
    }

    .swiper .swiper-button-prev, .swiper .swiper-button-next{
        width: calc(var(--swiper-navigation-size)/ 44 * 40);
        height: calc(var(--swiper-navigation-size)/ 44 * 40);
    }

    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
        width: 0.3em;
        height: 0.3em;
        border-left: 4px solid rgba(169, 169, 169, 0.5);
        border-bottom: 4px solid rgba(169, 169, 169, 0.5);
        margin-left: 6px;
    }
    
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
        width: 0.3em;
        height: 0.3em;
        border-right: 4px solid rgba(169, 169, 169, 0.5);
        border-top: 4px solid rgba(169, 169, 169, 0.5);
        margin-right: 6px;
    }
}

@media only screen and (max-width: 1300px) {
    .container > div {
        width: 800px;
    }

    .banner-text{
        font-size: 60px;
    }

    .banner-small-images {
        width: 250px;
    }
    .logo {
        width: 300px;
    }

    .flags {
        width: 24px;
    }

    .caretIcon {
        width: 10px;
    }

    .dropdown-content{
        min-width: 50px !important;
    }

    .dropdown-content a{
        padding: 8px 16px 4px !important;
    }

    .header-links-row > a{
        font-size: 16px;
    }

    .swiper .swiper-pagination-bullet{
        width: 14px;
        height: 14px;
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    .swiper .swiper-button-prev, .swiper .swiper-button-next{
        width: calc(var(--swiper-navigation-size)/ 44 * 35);
        height: calc(var(--swiper-navigation-size)/ 44 * 35);
    }

    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
        width: 0.2em;
        height: 0.2em;
        border-left: 3px solid rgba(169, 169, 169, 0.5);
        border-bottom: 3px solid rgba(169, 169, 169, 0.5);
        margin-left: 2px;
    }
    
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
        width: 0.2em;
        height: 0.2em;
        border-right: 3px solid rgba(169, 169, 169, 0.5);
        border-top: 3px solid rgba(169, 169, 169, 0.5);
        margin-right: 2px;
    }
}

@media only screen and (max-width: 1050px) {
    .banner-small-images {
        width: 210px;
    }

    .container > div {
        width: 680px;
    }

    .banner-text{
        font-size: 50px;
    }

    .text-row > div{
        font-size: 14px;
    }

    .footer-address-row > div{
        font-size: 12px;
    }

    .social-row-items {
        width: 150px
    }

    .social-row-items > a{
        padding: 8px;
    }

    .social-icon {
        width: 20px;
        height: 20px;
    }

    .banner-small-images-row {
        margin-top: -90px !important;
    }

    .contactUsButton {
        font-size: 12px;
    }
    
    .contactUsButton-icon {
        width: 12px;
        height: 12px;
    }

    .planeTripButton {
        font-size: 12px;
    }

    .swiper .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
        margin-right: 8px !important;
        margin-left: 8px !important;
    }

    .swiper .swiper-button-prev, .swiper .swiper-button-next{
        width: calc(var(--swiper-navigation-size)/ 44 * 30);
        height: calc(var(--swiper-navigation-size)/ 44 * 30);
    }

    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
        width: 0.15em;
        height: 0.15em;
        border-left: 2px solid rgba(169, 169, 169, 0.5);
        border-bottom: 2px solid rgba(169, 169, 169, 0.5);
        margin-left: 1px;
    }
    
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
        width: 0.15em;
        height: 0.15em;
        border-right: 2px solid rgba(169, 169, 169, 0.5);
        border-top: 2px solid rgba(169, 169, 169, 0.5);
        margin-right: 1px;
    }

    .header-links-row > a {
        font-size: 14px;
    }
}


@media only screen and (max-width: 800px) {
    .banner-text {
        font-size: 35px;
    }

    .planeTripButton{
        padding: 6px 12px;
    }

    .container > div {
        width: 500px;
    }

    .banner-small-images {
        width: 150px;
    }

    .banner-small-images-row {
        margin-top: -60px !important;
    }

    .banner-text-button-container {
        top: 35%;
        transform: translate(-50%, -35%);
    }

    .footer-address-row > div:first-child{
        width: 150px;
    }

    .logo {
        width: 250px;
    }

    .flags {
        width: 20px;
    }

    .caretIcon {
        width: 8px;
    }

    .dropbtn{
        padding: 16px 12px 10px;
    }

    .dropdown-content {
        min-width: 45px !important;
    }

    .dropdown-content a {
        padding: 8px 12px 4px !important;
    }
}