﻿* {
    margin: 0;
    box-sizing: border-box;
    font-family: poppins, sans-serif;
}

body {
    background: #EDF6F9;
}

.justify-content-between {
    justify-content: space-between;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

.mt-20 {
    margin-top: 20px;
}

.ft_600 {
    font-weight: 600;
}

.pln_img {
    padding: 0px 36px;
}

.bk_header {
    padding: 8px 15px;
}

.fulwidfl {
    float: none;
}

.bannerds {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    padding: clamp(40px, 5vw, 60px) 0 0;
}

.bnrcnt {
    max-width: 50%;
}

.bnsbtl {
    font-size: 18px;
    color: #2093EF;
    line-height: .5;
    font-weight: 500;
    text-transform: uppercase;
}

.bntl {
    font-size: 40px;
    font-weight: 600;
}

.bnrpara {
    font-size: 18px;
    color: #343c43;
    margin: 10px 0 15px;
}

.h_logo {
    max-width: 121px;
}

.frdNum {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.tp_cl_bxx {
    display: inline-flex;
    align-items: center;
    color: #000;
    text-decoration: none;
}

    .tp_cl_bxx img {
        z-index: 1;
        width: 40px;
    }

    .tp_cl_bxx span {
        font-size: 13px;
        font-weight: 600;
        padding: 1px 5px 1px 18px;
        display: inline-flex;
        border: 1px solid #000;
        border-radius: 4px;
        height: max-content;
        margin-left: -15px;
        background: #fff;
    }

.flight-track a {
    display: block;
    width: 100%;
}

.bk_hd {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #2E2F3C;
    padding: 8px;
}

    .bk_hd h4 {
        font-size: 21px;
        font-weight: 500;
        color: #fff;
        text-align: center;
    }

.air_img {
    padding: 8px 34px;
}

    .air_img img {
        max-width: 195px;
    }

.bk_opt {
    padding: 15px;
    background: url(./img/txtr.png);
}

.bk_opt_ul {
    list-style: none;
    gap: 10px;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
}

    .bk_opt_ul li {
        text-decoration: none;
        border: 1px solid #034053;
        padding: 6px 9px;
        font-size: 15px;
        color: #fff;
        display: flex;
        align-items: center;
        gap: 5px;
        justify-content: center;
        font-weight: 500;
        background-color: #034053;
        border-radius: 20px;
    }

.cnt {
    padding: 5px 10px 15px 10px;
    background: #EDF6F9;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}

.cnt_add {
    background: #fff;
    text-align: center;
}

.flight-track a {
    display: block;
    width: 100%;
}

.adm_img {
    max-width: 70px;
}

#popup1 .flight-track .cnt img, #popup2 .flight-track .cnt img {
    margin: 0 auto;
}

.cnt p {
    font-size: 14px;
}

.ft_600 {
    font-weight: 600;
}

.btm_h {
    font-size: 17px !important;
}

.text_blk {
    color: #000;
}

.frdNum {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

#popup2 .b_btnn {
    text-decoration: none;
    display: inline-flex;
    gap: 10px;
    padding: 15px 26px;
    background: #fe5a04;
    color: #fff;
    border-radius: 100px;
    height: 50px;
    align-items: center;
    width: 100%;
    font-size: 21px;
    justify-content: center;
    font-weight: 600;
}

.crclbxPh {
    border: 3px solid #fff;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.circlePhone {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 18px;
}

@keyframes trin {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }

    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }

    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

#utm2 .bk_hd {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #1B3357;
    padding: 8px 15px;
}

.hero_bn {
    position: relative;
    background: url(img/mnbanner.png) no-repeat center center;
    width: 100%;
    height: 320px;
    background-size: cover;
}

#utm2 .mt-20 {
    margin-top: 10px;
}

.plr15 {
    padding-left: 15px;
    padding-right: 15px;
}

#utm2 .ft_500 {
    font-weight: 500;
}

.b_bth {
    text-decoration: none;
    display: flex;
    padding: 12px 40px;
    background: #1B3357;
    align-items: center;
    color: #fff;
    font-size: 18px;
    border-radius: 100px;
    width: fit-content;
    justify-content: center;
    gap: 10px;
}

    .b_bth img {
        filter: brightness(0) saturate(100%) invert(98%) sepia(3%) saturate(184%) hue-rotate(272deg) brightness(116%) contrast(100%);
    }

    .b_bth:hover {
        background: #203c65;
    }

#utm2 .cnt {
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

    #utm2 .cnt p {
        font-size: 18px;
        text-align: center;
    }

    #utm2 .cnt .r_strip {
        text-decoration: none;
        display: inline-flex;
        gap: 5px;
        padding: 0;
        background: #fe5a04;
        color: #fff;
        font-size: 7vw;
        border-radius: 100px;
        width: max-content;
        height: 60px;
        align-items: center;
        width: 100%;
        justify-content: center;
        font-weight: 600;
    }

.flt-container {
    width: 95%;
    margin: 0 auto;
    max-width: 1200px;
}

.secmar {
    margin: 40px 0;
}

.pgttls {
    font-size: 25px;
    font-weight: 600;
}

.whycvrbx {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.whyitm {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #E6E7E9;
    flex: 1;
}

.whyicn {
    padding: 11px;
    border-radius: 10px;
}

.whyitm:first-child .whyicn {
    background: #EFF6FF;
}

.whyitm:nth-child(2) .whyicn {
    background: #FFF7ED;
}

.whyitm:nth-child(3) .whyicn {
    background: #F0FDF4;
}

.whyitm:last-child .whyicn {
    background: #FAF5FF;
}

.whytxt {
    font-size: 18px;
    font-weight: 600;
}

.whypra {
    font-size: 14px;
    color: #61717D;
    line-height: 1.5;
}

    .whypra strong {
        font-weight: 600;
    }

.rntdbx {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px;
    margin-top: 15px;
}

.rntditms {
    border: 1px solid #E6E7E9;
    border-radius: 15px;
    overflow: hidden;
}

.crimg {
    position: relative;
}

    .crimg > img {
        display: block;
        width: 100%;
    }

.strbx {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #FFFFFFD9;
    backdrop-filter: blur(4px);
    display: flex;
    gap: 5px;
    padding: 2px 10px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 15px;
}

.rntdbdy {
    background: #fff;
    padding: 10px 15px 15px;
}

.crinfo {
    display: flex;
    justify-content: space-between;
}

.crttl {
    font-size: 18px;
    font-weight: 600;
}

.crtype {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #61717D;
    font-size: 15px;
    line-height: 1;
}

.crtprc {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-top: 5px;
    text-align: end;
}

.crtdr {
    font-size: 11px;
    color: #61717D;
    text-align: end;
    line-height: 1.3;
}

.clbtn {
    margin-top: 14px;
    background: #fff;
    border: 1px solid #EF6615;
    border-radius: 8px;
    padding: 9px 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: #EF6615;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .clbtn:hover {
        background: #EF6615;
        color: #fff;
    }

        .clbtn:hover img {
            filter: brightness(0) saturate(100%) invert(98%) sepia(3%) saturate(184%) hue-rotate(272deg) brightness(116%) contrast(100%);
        }

.viewmr {
    color: #2093EF;
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
    text-align: center;
}

#morecr {
    display: none;
}

.advntgs {
    text-align: center;
}

.advcntr {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.advbx {
    padding: 13px;
    background: #fff;
    border-radius: 8px;
    margin-top: 10px;
    text-align: start;
    width: 48%;
    min-width: 300px;
    border: 1px solid #E6E7E9;
}

    .advbx .pgttls {
        font-size: 20px;
    }

.pgcnt {
    font-size: 16px;
}

.seocnt {
    margin-bottom: 80px;
}

.box-blue {
    background-color: #F0FFEE;
    border-radius: 22px;
    padding: 15px;
    box-shadow: 0px 3px 6px #0000000A;
    border: 1px solid #E8E8E8;
    margin-top: 20px;
    display: flex;
    gap: 20px;
}

.stcbx {
    margin: auto;
    margin-top: 40px;
    min-width: max-content;
    padding: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    display: none;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0 2px 6px 0 #0000008f;
}

.slide-up {
    display: flex;
    animation: slideUp 0.3s ease;
}

.call-us {
    display: flex;
    gap: 15px;
    flex: 1;
    align-items: center;
}

.logo-contenr-wrap .text p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;
}

.logo-contenr-wrap .text span.ft-700 {
    font-size: 22px;
    font-weight: bolder;
}

.ternt {
    font-size: 25px;
    cursor: pointer;
    position: absolute;
    top: -4px;
    right: 8px;
    z-index: 10;
}

@keyframes slideUp {
    from {
        bottom: -50px;
        opacity: .5;
    }

    to {
        bottom: 10px;
        opacity: 1;
    }
}

footer {
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    background: #000;
}
