﻿body,html {
    z-index: -5;
    position: relative;
    background: #fffaf6!important;
}
.row > * {
    padding-right: 15px!important;
    padding-left: 15px!important;
}
.cnttf-div ul {
    list-style-type: disc;
    margin-left: 20px;
}

.slidelogo {
    display: none;
}

.mainlogo {
    display: block;
}
._num .sideNum {
    color: #ffffff;
}

.page-bg h5,
.page-bg h4,
.page-bg h3,
.page-bg h2,
.page-bg h1 {
    margin-bottom: 25px;
    font-size: 26px;
    color: #bfa181;
}
.chart-ct-mng .col-md-6 h5,
.chart-ct-mng .col-md-6 h4,
.chart-ct-mng .col-md-6 h3,
.chart-ct-mng .col-md-6 h2,
.chart-ct-mng .col-md-6 h1 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #0b213b;
}
.cnttf-div h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 25px;
    color: #0b213b;
}
    .cnttf-div h3:first-child {
        margin-top: 0px;
        font-size: 26px;
        font-weight: 500;
        color: #bfa181;
    }
    .cntt-flt {
        width: 100%;
    }
.chartbtn{
    text-align:center;
    margin-top:15px;
}
    .chartbtn .btn:focus {
        color: #0b213b;
        background: white;
    }
    .cntt-div {
        width: 60%;
        text-align: justify;
    }

        .cntt-div h2 {
            font-size: 24px;
            margin-top: 25px;
            margin-bottom: 10px;
            color: #bfa181;
        }
        .cntt-div h1:first-child {
            margin-top: 0px;
            font-size: 26px;
        }
       
        .cntt-flt-top p {
            margin-bottom: 0px;
        }

.cntt-flt-top h1 {
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 0px; 
}

.bgctt p:last-child {
    margin-bottom: 0px;
}

.cnttf-div h2, .cntt-flt h2, .cnttf-divflt h2 {
    text-align: left;
    font-size: 23px;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #bfa181;
}

    .bgcttimg h2:first-child, .cnttf-divflt h2:first-child, .cnttf-div h2:first-child {
        margin-top: 0px;
    }


.page-bg {
    background-color: #e9e9e97a;
    margin: 0px;
    padding: 45px 0px;
}

.img-div {
    width: 40%;
}

.main-navbar.fixed .slidelogo {
    display: block;
}

.main-navbar.fixed .mainlogo {
    display: none;
}

.img-div img {
    border-radius: 30px;
    width: 100%;
    height: 380px;
    object-position: center;
    overflow: hidden;
    object-fit: cover;
}


.main-navbar {
    /*  top: 0px;
    background-color: #fff;
    width: 100%;
    z-index: 1000;
    position: absolute;
    border-bottom: 1px solid #d3d4d9;*/
    background-color: #bfa181;
    border-bottom: none;
}

.banner-image {
    /*    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;*/
    border-radius: 0px 0px 50px 50px;
    padding-top: 120px;
    padding-bottom: 35px;
    background: #bfa181;
}
.main-headingg {
    margin-bottom: 0px;
    text-align: left;
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    color: #0b213b;
}
.main-heading {
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
    color: #0b213b;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0px;
}
/*
.bgcttimg, .cnttf-divflt {
    background-image: url('../content/images/shot-travel.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    padding: 20px 20px;
    border-radius: 15px;
    height: auto;
    overflow: hidden;
    position: relative;
    color: white;
}*/
/*
    .bgcttimg::before, .cnttf-divflt::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 49%);
        border-radius: 15px;
        z-index: 1;
    }

    .bgcttimg > *, .cnttf-divflt > * {
        position: relative;
        z-index: 2;
    }*/

.ftsection {
    padding: 30px 0px;
    text-align: left;
    background: #bfa181;
}

    .ftsection h1 {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 1rem;
    }
.btnpt{
    margin:auto;
    text-align:center;
}
.features {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 35px;
}

.feature-box {
    border: 1px solid rgb(255 255 255 / 51%);
    border-radius: 8px;
    padding: 15px;
    width: 260px;
    background-color: #e5d9cd6e;
    text-align: left;
}

    .feature-box h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 0.5rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin-top: 0px;
    }

    .feature-box p {
        font-size: 14px;
        margin: 0;
    }

    .feature-box a {
        color: #664c31;
        text-decoration: none;
    }

        .feature-box a:hover {
            text-decoration: underline;
        }

.chartbtn .btn, .btnpt .btn {
    background: #0b213b;
    color: #bfa181;
    padding: 6px 12px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #0b213b;
}

    .chartbtn .btn:hover, .btnpt .btn:hover{
        background: white;
        color: #0b213b;
        border: 1px solid #0b213b;
    }

.frentlay-faq {
    color: #bfa181;
    font-size: 24px;
    margin-bottom: 15px;
}
.accordion-body {
    padding: 10px 5px;
}

.img-div-flt img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.ct-tp-card {
    background-color: #fffaf6;
    border-radius: 8px;
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 40px;
    padding: 10px 10px;
}
    .ct-tp-card h3 {
        margin-bottom: 0px;
        margin-top: 0px;
        text-align: center;
        font-size: 24px;
        color: #0b213b;
    }
.out-trust {
    width: 20%;
    float: left;
}
.prtnr {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    background: #e5d9cd;
    padding: 10px;
    border-radius: 6px;
}
.prtnr-logo {
    max-width: 100%;
    width: 115px;
    height: 40px;
    padding: 3px 5px;
    border: 1px solid #d3d3d3;
    background: white;
    border-radius: 6px;
}
.prtnr .prtnr-sts:last-child {
    border-right: none;
}
.prtnr-sts {
    width: -webkit-fill-available;
    border-right: 1px dashed #0b213b;
    padding-right: 10px;
    padding-left: 10px;
}
.prtnr-sts a {
    display: grid;
    gap: 8px; 
    place-items: center;
    justify-content: center; 
    text-decoration: none;
}
.grfbtn {
    text-align: center;
    margin-top: 15px;
}

.trust-img {
    height: 24px;
    width: auto;
    margin-left: 10px;
}
.rtngstr div {
    display: flex;
    align-items: center;
}
    .rtngstr div span:first-child {
        font-size: 10px;
        display: grid;
        text-align: center;
        margin-left: 0px;
        line-height: normal;
        background: #bfa181;
        padding: 3px 3px;
        border-radius: 5px;
        margin-right: -1px;
        color: white;
    }
    .rtngstr div span:last-child {
        padding: 2px 3px;
        border: 1px solid #bfa181;
        border-left: 0px;
        border-radius: 0px 5px 5px 0px;
        display: flex;
        gap: 2px;
        align-items: center;
    }
.rtngstr i {
    color: #ffc800;
    font-size: 8px;
    line-height: normal;
}
.page-bg h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.chart-ct-mng h2 {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 600;
} 

.ct-card {
    background-color: #fff;
    padding: 15px;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: max-content;
}

    .ct-card h2 {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .ct-card p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
.ftsection .container h2 {
    color: #0b213b;
    margin-top: 0px;
    margin-bottom: 20px;
}
.features .feature-box p, .feature-box h3 {
    color: #0b213b;
}

.citydealsection{
    margin-bottom:60px;
}

.cheap-deals-pheading {
    margin-bottom: 20px;
}

.citydealsection .cheap-deals-pheading h3{
    margin: 0px;
    line-height: inherit;
    color: #bfa181;
}
.citydealsection .cheap-deals-pheading p {
    margin: 0px;
    line-height: inherit;
    color: #0b213b;
}
.cards-div-flex {
    display: flex;
    box-sizing: border-box;
    flex-flow: row wrap;
    gap: 20px;
    justify-content: space-between;
}
 
.citycard {
    background: #e5d9cd;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 400px;
    padding: 15px;
    box-sizing: border-box;
    width: calc(33.333% - 15px);
}

.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.airline {
    display: flex;
    flex-direction: column;
}

    .airline span:first-child {
        font-weight: bold;
        font-size: 14px;
    }

.location {
    font-size: 16px;
    font-weight: bold;
    color: #664c31;
    line-height: 20px;
}

.city {
    font-size: 14px;
    color: #664c31;
    font-weight: 600;
}

.price a {
    font-size: 16px;
    color: #0b213b;
    line-height: normal;
}
.price a:hover {
    text-decoration: underline !important;
}
.price .from{
    font-size:14px;
    line-height:1;
    font-weight:600;
}
.price span {
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
}

.dates-book {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.dates {
    font-size: 13px;
    color: #0b213b;
    font-weight: 600;
}

.book-btn {
    background-color: #ff4500;
    color: white;
    padding: 10px 18px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

    .book-btn:hover {
        background-color: #e03e00;
    }

.divider {
    height: 1px;
    border-bottom: 1px dashed #bfa181;
    margin: 15px 0;
}
@media screen and (max-width:1200px) and (min-width:768px) {
    .citycard {
        width: calc(50% - 15px);
    }
}


@media screen and (min-width:768px) and (max-width:992px) {
    .features {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 25px;
    }
    .feature-box { 
        padding: 15px;
        width: 330px; 
    }
   
    .imgs {
        display: grid;
        gap: 8px;
        place-items: center;
    }
}

@media screen and (min-width:574px) and (max-width:768px) {
    .imgs {
        display: grid;
        gap: 8px;
        place-items: center;
    }
}

@media screen and (min-width:200px) and (max-width:768px) {
    .features {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 15px;
    }
    .cards-div-flex {
        justify-content: center;
    }
    .citycard {
        width: calc(100% - 0px);
    }
    .feature-box {
        padding: 15px;
        width: 250px;
    }
    .main-nav {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        padding: 10px;
        background-color: #bfa181;
    }

    .bgcttimg, .cnttf-divflt {
        padding: 10px 10px;
    }

        .cnttf-divflt ul {
            padding-left: 20px;
        }
    .banner-image {
        padding-top: 70px;
        padding-bottom: 15px;
        border-radius: 0px 0px 15px 15px;
    }

    .main-heading {
        margin-bottom: 12px;
        font-size: 18px;
    }

    .cntt-div, .img-div {
        width: 100%;
    }

    .chart-ct-mng .col-md-6:last-child {
        margin-top: 30px;
    }

    .mb-5, .mt-5 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .cnttf-div p:last-child {
        margin-bottom: 0px;
    }

    .page-bg {
        padding: 25px 0px;
    }

    .ct-tp-card {
        display: grid;
    }

    .out-trust {
        width: 100%;
    }

    .prtnr {
        width: 100%;
        gap: 0px;
    }

    .prtnr-logo {
        width: 85px;
        height: 33px;
    }
}

@media screen and (min-width:200px) and (max-width:574px) {
    .imgs {
        display: block; 
    }
    .prtnr-sts {
        width: 50%;
        float: left;
        padding: 15px 10px;
        border-bottom: 1px dashed #0b213b;
    }
    .prtnr .prtnr-sts:nth-child(2){
        border-right:none;
    }
    .prtnr .prtnr-sts:nth-child(3), .prtnr .prtnr-sts:nth-child(4) {
        border-bottom: none;
    }
    .prtnr {
        width: 100%;
        display: block;
    }
    .prtnr-logo {
        width: 85px;
        height: 33px;
    }
    .features {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 15px;
    }
    .ftsection h1 {
        font-size: 24px;
    }
    .feature-box {
        padding: 20px;
        width: 100%;
    }
    .citydealsection {
        margin-bottom: 20px;
        margin-top: 15px;
    }
}

@media screen and (min-width:200px) and (max-width:360px){
    .imgs {
        display: grid;
        gap: 8px;
        place-items: center;
    }
    .citycard {
        padding: 10px;
    }
    .price a {
        font-size: 14px;
    }
    .dates {
        font-size: 13px;
        color: #0b213b;
    }
    .location {
        font-size: 16px; 
        line-height: 18px;
    }
    .divider { 
        margin: 10px 0;
    }
    .top {
        margin-bottom: 10px;
    }
}