.radial-bg {
    background: radial-gradient(circle, #12144E, #010223);
}
.logo {
    width: 330px;
    background: white;
    padding: 1.5em;
    border-radius: 0 0 100em 100em;
    margin-left: 7em;
    padding-bottom: 2em;
}
.aviation-text {
    font-size: 11em;
    -webkit-text-stroke: 1px #ffffff14;
    color: transparent;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
/*    top: -45px;*/
    letter-spacing: 12px;
}
.margin-top--12{
    margin-top: -12em;
}
.margin-top--16{
    margin-top: -16em;
}
.right-arrow {
    background: #f0f0f0;
    width: 60px;
    height: 60px;
    display: flex;
    margin: 0 auto;
    border-radius: 100%;
    text-align: center;
    transition: all 0.4s;
}
.right-arrow:hover {
    background: #cbcbcb;
}
.custom-box-shadow {
    box-shadow: 0px 38px 71px #00000012;
}
.services {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transition: all 0.4s;
    border: 2px solid white;
}
.services:hover {
    transform: translateY(-7px) rotateX(7deg) scale(1.03);
    border: 2px solid #0f1147;
}
.align-self-center{
    align-self: center;
}
.title-top{
    position: relative;
    overflow: hidden;
}
.title-top p::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 14px;
    border-bottom: 2px dotted #E5E7EB;
    margin-left: 6px;
}
.round-shape {
    width: 8px;
    height: 8px;
    position: absolute;
    background: #155dfc;
    margin-right: 5px;
    border-radius: 100px;
    top: 17px;
    left: 0;
}
ul li::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 2.5px;
    border-left: 2px dotted #E5E7EB;
    top: 19px;
}
ul li:last-child::before {
    top: 0 !important;
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 2.5px;
    border-left: none;
}
/*.sec3 {
    background: #010223;
    clip-path: polygon(114px 1.00%, 99.76% 206px, 100% 95%, 0% 100%);
}*/
.sec3::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #010223;
    clip-path: polygon(114px 1.00%, 99.76% 206px, 100% 100%, 0% 100%);
    position: absolute;
    top: 36px;
    z-index: -1;
}

/*.sec3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #010223;
    transform: skewY(3deg);
    transform-origin: top left;
    z-index: -1;
}*/
.fit-content{
    width: fit-content;
}
.plane {
    width: 500px;
    position: absolute;
    right: 9px;
    top: 16px;
    transform: rotate(-3deg);
}
.charges-and-fees-content {
    display: inline-flex;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    background: linear-gradient(to right, #24265D30, #fff0);
}
.charges-and-fees-content span {
    align-self: center;
    padding-right: 1em;
}
/*.sec4 {
    background-image: url(../img/map-dot.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}*/

.sec4::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/map-dot.png);
    background-size: cover;
    background-position: top;
    opacity: 0.4;
    z-index: -1;
    right: 0;
}
.charges-and-fees-content {
    border-left: 2px transparent;
}
.charges-and-fees-content:hover {
    background: linear-gradient(to right, #24265D54, #fff0);
    border-left: 2px solid;
}
.aerodromes-fees {
    display: flex;
    justify-content: center;
    align-items: end;
}
.hover-custom-black:hover {
    box-shadow: 0px 4px 3px #00000042;
}
.sec5{
    background: radial-gradient(circle, #12144E, #010223);
}
.sec5 .left{
    display: flex;
    justify-content: end;
}
.sec5 .right{
    display: flex;
    justify-content: start;
}

.sec5 .left a img, .sec5 .right a img{
    transition: all 0.4s;
}
.sec5 .left a:hover img, .sec5 .right a:hover img {
    transform: translateY(-10px);
}
.form-notice .left::before, .form-notice .right::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #373964;
    position: absolute;
}
/*.inherit{
    display: inherit !important;
}
*/
.grid-custom{
    display: grid !important;
}
.sec5 .form-notice .left, .sec5 .form-notice .right{
    justify-content: center;
}
.d-flex{
    display: flex;
 }
.content-center{
    justify-content: center;
 }
.flex-wrap{
    flex-wrap: wrap;
 }
 .hover-custom-move-right, .hover-custom-move-right{
    transition: all 0.4s;
 }
 .hover-custom-move-top{
    transition: all 0.4s;
 }
.hover-custom-move-top:hover {
    transform: translateY(-7px);
}
.hover-custom-move-right:hover{
    transform: translateX(7px);
}
.text-light-gray{
    color: #3E3F64;
}
.subscribe-button{
    background: #71718C;
    border: #71718C;
    padding-top: 15px;
    padding-bottom: 15px;
}
footer{
    background: #B9B9B9;
}
































@media screen and (max-width:1980px){
    .plane {
        width: 500px;
        position: absolute;
        right: 9px;
        top: 8px;
        transform: rotate(-1deg);
    }
}
@media screen and (max-width:1800px){
    .plane {
        width: 500px;
        position: absolute;
        right: 9px;
        top: 2px;
        transform: rotate(0deg);
    }
}
@media screen and (max-width:1500px){
    .plane {
        width: 500px;
        position: absolute;
        right: 9px;
        top: -2px;
        transform: rotate(1deg);
    }
}
@media screen and (max-width:1280px){
    .plane {
    top: -12px;
    transform: rotate(3deg);
    }
}


@media screen and (max-width:1022px){
    .sec1 .services{
        margin-top: 1em;
    }

}


@media screen and (max-width:766px){
    .margin-top--12, .margin-top--16{
        margin-top: 0em !important;
    }
    h1{
        font-size: 42px;
    }
    h1.text-7xl.pt-10{
        padding-top: .5em !important;
    }
    
    h2{
        font-size: 36px;
    }
    h3{
        font-size: 28px;
    }
    h4{
        font-size: 22px;
    }
    .aviation-text{
        font-size: 50px !important;
    }
    .sec5 .left, .sec5 .right {
    justify-content: center;
    }
    .sec3::before {
    clip-path: polygon(20px 1.00%, 99.76% 73px, 100% 99%, 0% 100%);
    }
    .plane {
    width: 200px;
    top: 10px;
    transform: rotate(2deg);
    }
    .logo {
    width: 246px;
    margin: 0 auto;
    margin-bottom: 2em;
    }
    .w-500.h-auto.mx-auto{
        padding: 0em 1em;
    }
}
