@import url('https://fonts.googleapis.com/css2?family=Georama:ital,wght@1,100..900&display=swap');
.bnwFbP {
    background: url(https://www.aerobus.com.gt/backend//public/image/frontend/1749295586_49e2149151fc1dcfadd0.jpg) center center / contain repeat-x !important;
    height: 490px !important;
    margin-bottom: 100px;
    box-shadow: rgb(0 0 0 / 0%) 10px 10px 5px 200px inset !important;
}
.iHrcjg {
    bottom: -18% !important;
}

.bnwFbP::before, .bnwFbP::after {
    background: #f2b2024a;
}

.bnwFbP::after {
    content: "";
    position: absolute;
    transform: translate(50%);
    width: 900px;
    height: 800px;
    right: 100px;
    top: -520px;
    border-radius: 50%;
}

.jGdYlR {
    width: 100%;
    height: 145px !important;
    object-fit: contain !important;
    padding-top: 15px;
}

.bnwzQh {
    display: none !important;
}

.eQRCih {
    padding: 10px 20px 20px;
    text-align: center;
}

.dBEucF {
    color: #07182c !important;
	top: 45% !important;
}

.gzDJOV {
    background: rgb(255 255 255) !important;
    padding-bottom: 30px;
    position: relative;
}

.fElMzr {
	text-transform: none !important;
}

.ezUMEZ {
    margin-bottom: 0px !important;
	text-transform: capitalize;
}

.cdJEbe {
    padding-bottom: 80px !important;
    padding-top: 60px !important;
}

.gzDJOV {
    display: none;
}

.fqbJCS img {
  padding: 5px 0px 10px 0px !important;
}

.kxZWSs {
  font-size: 22px;
  font-family: Georama;
}

h1 {
    text-transform: none !important;
}

h3 {
	padding: 8px !important;
    font-size: 32px !important;
    font-family: Lato !important;
}

h4 {
    padding: 8px 0 !important;
    font-size: 18px !important;
    font-family: Lato !important;
}

.iSCDII {
    width: 85% !important;
}

.sc-fbIWvP .ctTjdy {
  display: none;
}

.WzEhh {
    z-index: 3;
}

.front-icons {
    color: #f2b202;
    font-size: 16px;
    vertical-align: middle;
}

.shape {
    position: absolute;
    bottom: 3px;
    right: -400px;
    width: 200px;
    -webkit-animation: run 20s linear infinite;
    animation: run 20s linear infinite;
}

@media (max-width: 991px) {
    .banner-section .shape {
        width: 150px;
        animation: run 15s linear infinite;
    }
}

@media (max-width: 767px) {
    .banner-section .shape {
        width: 130px;
        animation: run 10s linear infinite;
    }
}

.shape img {
    width: 100%;
}

@-webkit-keyframes run {
    0% {
        right: -400px;
    }

    100% {
        right: calc(100% + 400px);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes run {
    0% {
        right: 0;
    }

    100% {
        right: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}