:root {
    --maincolor: #70193c;
    --mainlight: #9e124b;
    --gold: #b0a377;
    --lightgold: #f9de85;
    --lightergold: #fbeec2;
    --lightBlue: #3eafe4;
    --rose: #fe0068;
    --gray-text: #7e7e7e;
}


@font-face {
    font-family: Changa;
    src: url(../fonts/changa/Changa-Regular.ttf);
}

.nav-fly {
    display: flex;
    justify-content: space-between;
}

.logo-fly {
    width: 150px;
}

.fly-ch-sec {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    margin: 0;
}

.fly-ch-title {
    text-align: center;
    font-size: 19px;
    color: var(--gray-text);
    margin: 0;
}

.fly-charter-td {
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    font-family: Changa;
    transition: all 0.5s ease-in-out;
    margin-bottom: 15px;
}

.fly-charter-td:hover {
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 20%);
}


.charter-bottom {
    width: 100%;
    display: flex;
    background-color: #fff;
}

.charter-airline {
    flex: 0 0 25%;
    width: 25%;
    display: flex;
    align-items: center;
}

.charter-airline>.airline-image {
    width: 120px;
    height: 65px;
    overflow: hidden;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}




.charter-airline>.airline-data {
    margin: 15px;
}

.charter-airline>.airline-data>p {
    margin-bottom: 0px;
    font-size: 19px;
}

.charter-airline>.airline-data>p:nth-child(2) {
    color: #838383;
    font-size: 14px;
    font-weight: 400;
}

.charter-info {
    flex: 0 0 50%;
    width: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.charter-info-line {
    flex: 0 0 50%;
    width: 50%;

}

.charter-info-line>p {
    text-align: center;
    margin: 5px;
}

.dot-right,
.dot-left {
    width: 7px;
    height: 7px;
    background-color: #c9c9c9;
    position: absolute;
    border-radius: 50%;
    top: -3px;
}

.dot-left {
    left: 0;
}

.dot-right {
    right: 0;
}

.charter-detail-container {}

.charter-detail-container>.cdc-line {
    width: 100%;
    height: 2px;
    background-color: #c9c9c9;
    position: relative;
}


.charter-resvers {
    flex: 0 0 25%;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: space-around;

}



.res-button>button {
    color: #fff;
    background-color: #70193c;
    border: 0;
    width: 110px;
    font-size: 18px;
    border-radius: 3px;

    padding: 2px 15px;
}


.charter-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-top: 2px solid var(--maincolor);
}

.top-dep {
    flex: 0 0 28%;
    width: 28%;
    overflow: hidden;
}

.top-dep-title {
    font-size: 18px;
    width: 120px;
    background-color: var(--maincolor);
    color: #fff;
    border-bottom-right-radius: 25px;
    padding: 4px 5px 0px;
    margin-bottom: 5px;
    display: block;
}

.top-dep>p,
.top-airport>p {
    margin: 0;
    font-size: 20px;
}

.top-space {
    display: flex;
    flex: 0 0 50%;
    width: 50%;
    align-items: center;
    justify-content: space-around;
}

.top-airport {
    flex: 0 0 30%;
    width: 30%;
}

.top-mid {
    flex: 0 0 40%;
    width: 40%;
}

.top-action {
    flex: 0 0 22%;
    width: 22%;
}
