@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&display=swap');


header {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(255,255,255,0.8);
}

.train_box_cnt {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important;
    font-family: 'Merriweather', serif;
    font-size: 66px;
    padding: 0px 45px;
}
.flights_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
}
.train_box_cnt p {
    font-family: 'Merriweather', serif;
    font-size: 55px;
}
.flights_container {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0px;
    border-radius: 3px;
    background-color: var(--color-white);
}
.flight_logo {
    padding: 6px 20px;
    padding-top: 20px;
/*    display: none;*/
}
.flights_container_cust {
    padding: 30px 20px;
}
.flex_prop {
    display: flex;
    align-items: center;
}
.flight_title {
    font-size: 18px;
    font-weight: 600;
}
.fw-500 {
    font-weight: 500;
}
.arrow_right {
    height: 13px;
    width: auto;
}
.flex_prop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flights_container {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0px;
    border-radius: 3px;
    background-color: var(--color-white);
}
.flight_title {
    font-size: 14px;
    font-weight: 600;
}


.flight_logo img {
    width: 80px;
}
.flight_content_cust {
    background-color: #DEF8FD;
    padding: 10px 20px;
}


.train_box_cnt h2 {
    font-family: 'Merriweather', serif;
    color: #3a3a3a;
    font-weight: 600;
    text-shadow: -1px 0px #000000;
}

.ttl_cmn {
    font-family: 'Merriweather', serif;
    text-transform: capitalize;
}
h3{
  font-family: 'Merriweather', serif;  
}
.abut_cnt {
    line-height: 32px;
}

.cnt h2 {
    font-family: "Playfair Display", serif;
    font-size: 63px;
    font-weight: 600;
}
.adList p {
    margin-right: 7px;
    color: #fff;

}

.cnt{
    display: flex;
    justify-content: center;
    align-items: center;
}