﻿.deal-top-bg {
    background: url('img/bannerimage.png');
    height: 350px;
    background-size: cover;
}

.nav-tabs > li, .nav-pills > li {
    float: none;
    display: inline-block;
    *display: inline; /* ie7 fix */
    zoom: 1; /* hasLayout ie7 trigger */
    margin: 10px;
}

    .nav-tabs > li > a {
        color: #000;
        display: flex;
        align-items: center;
        gap: 80px;
    }


    .nav-tabs > li > a span {
       text-align: left;
    }

    .nav-tabs > li.lblue {
        background: #D3E3FD;
        border-radius: 15px;
    }




    .nav-tabs > li.green {
        background: #C4EED0;
        border-radius: 15px;
    }

    .nav-tabs > li.red {
        background: #ffd9e9;
        border-radius: 15px;
    }

    .nav-tabs > li.blue {
        background: #C2E7FF;
        border-radius: 15px;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #555;
        cursor: default;
        background-color: #fff;
        border: none !important;
        border-bottom-color: transparent;
        border-radius: 15px;
    }

.nav-tabs, .nav-pills {
    text-align: center;
}

.nav-tabs {
    background: #fff;
    border-radius: 10px;
    position: relative;
    height: 112px;
    align-items: center;
    display: flex;
    margin: 0 auto;
    width: 80%;
    padding: 0px 20px;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}



    .nav-tabs > li.active {
        border: 2px solid #9CC0FC;
        border-radius: 15px;
        overflow: hidden;
    }

.tab-content .tab-pane .card {
    border: 1px solid #E9E9E9;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
}

    .tab-content .tab-pane .card .card-head {
        overflow: hidden;
    }

    .tab-content .tab-pane .card .flash-deal {
        position: absolute;
        left: 0px;
        top: 30px;
        background: #F00068;
        padding: 5px 20px;
        font-size: 15px;
        z-index: 1;
        color: #fff;
    }

    .tab-content .tab-pane .card .card-head .timer {
        position: absolute;
        background: aliceblue;
        padding: 2px 15px;
        font-size: 15px;
        height: 30px;
        border-radius: 0px 0px 10px 10px;
    }

        .tab-content .tab-pane .card .card-head .timer small {
            color: #F00068;
            font-weight: 600;
        }

    .tab-content .tab-pane .card .card-head span {
        position: absolute;
        background: #FFD878;
        color: #000;
        font-weight: bold;
        text-align: center;
        top: 0;
        right: 0;
        padding: 15px;
        font-size: 22px;
        border-radius: 0px 10px 0px 0px;
    }

.head-grp {
    margin-bottom: 20px;
    margin-top: 10px;
}

    .head-grp h3 {
        float: left;
    }

    .head-grp .ongoing-tab {
        float: right;
    }

.ongoing-tab {
    background: #eee;
    padding: 10px;
    border-radius: 7px;
    overflow: hidden;
}

    .ongoing-tab .ongoing {
        color: #000;
        text-align: center;
        padding: 10px;
        background: #eee;
        border-radius: 7px;
    }

    .ongoing-tab .activetab {
        color: #fff !important;
        background: #4B70E2 !important;
    }

    .ongoing-tab .alltime {
        color: #000;
        text-align: center;
        padding: 10px;
        border-radius: 7px;
        background: #eee;
    }

    .ongoing-tab .upcoming {
        color: #000;
        text-align: center;
        padding: 10px;
        border-radius: 7px;
        background: #eee;
    }


.fixed-img {
    width: 100%;
    object-fit: cover;
    height: 250px;
    border-radius: 10px;
}

.action-btn-group {
    display: flex;
    gap: 5px;
    margin-top: 20px;
}

.get-deal {
    background: #4B70E2;
    color: #fff;
    text-align: center;
    width: 50%;
    height: 49px;
    display: block;
    line-height: 51px;
    border-radius: 5px;
}

.pro-deal {
    background: #fff;
    border: 2px solid #4B70E2;
    color: #4B70E2;
    text-align: center;
    width: 50%;
    height: 49px;
    display: block;
    line-height: 49px;
    border-radius: 5px;
    font-weight: bold;
}


.arrival-pages-new {
    background-image: url('../images/assets/Banner Image.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 355px;
}

.ctnc {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin: 0 auto;
    position: relative;
    bottom: 10mm;
    background: #fbfbfb;
    border: 1px solid #e9e9e9;
    border-radius: 25px;
    box-sizing: border-box;
}

.container-loof {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.grade {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    width: 95%;
    padding: 10px;
}

.grid-item-first,
.grid-item-second,
.grid-item-third,
.grid-item-fourth {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px;
    border-radius: 25px;
    padding: 20px;
    flex: 1 1 230px;
    box-sizing: border-box;
    position: relative;
    transition: transform 0.3s ease;
}

.grid-item-first {
    background-color: #D3E3FD;
}

.grid-item-second {
    background-color: #C4EED0;
}

.grid-item-third {
    background-color: #EC056A24;
}

.grid-item-fourth {
    background-color: #C2E7FF;
}

    .grid-item-first:hover,
    .grid-item-second:hover,
    .grid-item-third:hover,
    .grid-item-fourth:hover {
        cursor: pointer;
        transform: translateY(-5px);
    }

    .grid-item-first a,
    .grid-item-second a,
    .grid-item-third a,
    .grid-item-fourth a {
        text-decoration: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        color: black;
        font-weight: 600;
    }

.text {
    flex-grow: 1;
    text-align: left; /* Aligns text to the left */
}

.image {
    max-width: 50px;
    height: auto;
    margin-left: 10px; /* Adds space between text and image */
    margin-right: 0; /* Ensures image is aligned to the right */
}

.currentand {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-item p {
    font-size: 28px;
    font-weight: 600;
}

.right-item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .right-item label {
        cursor: pointer;
        padding: 10px 15px;
        border: 1px solid #ccc;
        border-radius: 5px;
        color: #777;
    }

    .right-item input[type="radio"] {
        display: none;
    }

        .right-item input[type="radio"] + label {
            background-color: #fff;
        }

        .right-item input[type="radio"]:checked + label {
            background-color: #007bff; /* Background color for selected label */
            color: #fff; /* Text color for selected label */
            border-color: #007bff; /* Border color for selected label */
        }

    .right-item label.selected {
        background-color: #007bff;
        color: #fff;
        border-color: #007bff;
    }

.gen-one {
    background-image: url('../images/assets/image 2.png');
    background-position: center;
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.gen-three {
    background-image: url('../images/assets/image 2.png');
    background-position: center;
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.gen-two {
    background-image: url('../images/assets/image 3.png');
    background-position: center;
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.gen-four {
    background-image: url('../images/assets/image 3.png');
    background-position: center;
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.gen-bor {
    border: 1px solid #E9E9E9;
    padding: 5px;
}

.flash {
    margin-top: 10px;
}

    .flash p {
        text-align: center;
        color: white;
        padding: 7px 5px 5px 0px;
        background-color: #F00068;
        border-radius: 10px;
        font-size: 16px;
    }

    .flash i {
        margin-right: 5px;
        font-size: 20px;
        color: white;
        vertical-align: middle;
    }

.timer {
    margin: 0 auto;
    text-align: center;
    margin-top: 14px;
    margin-right: 2px;
}

    .timer p {
        color: #000000;
        border-radius: 15px;
        background: #ffffff;
        font-size: 12px;
        font-weight: 500;
        padding: 5px;
        line-height: 20px;
    }


    .timer span {
        color: rgba(240, 0, 104, 0.97);
        font-size: 12px;
        font-weight: 700;
        line-height: 20px;
    }

.off {
    padding-top: 5px;
    position: relative;
    text-align: center;
    top: 25mm;
    width: 25%;
    height: 40px;
    background: #ffd878;
    border-radius: 0 12px 0 12px;
}

    .off p {
        margin: 0 auto;
        font-weight: 600;
    }

.progress-bar {
    width: 100%;
    height: 10px;
    background-color: #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.progress {
    height: 100%;
    background-color: #F1086D;
    transition: width 0.3s ease-in-out;
}


    .progress[data-progress="0"] {
        width: 0%;
        background-color: #ddd;
    }

    .progress[data-progress="25"] {
        width: 25%;
    }

    .progress[data-progress="50"] {
        width: 50%;
    }

    .progress[data-progress="75"] {
        width: 75%;
    }

    .progress[data-progress="100"] {
        width: 100%;
    }
/* Custom CSS for buttons */
.all-but {
    padding: 25px 0 10px 0;
}

.grab-deal-button {
    display: inline-block;
    padding: 15px 22px;
    font-size: 13px;
    font-weight: 600;
    background-color: #4B70E2;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .grab-deal-button:hover {
        background-color: #2e58ff;
    }

/* Style for the "Promote Deal" button */
.promote-deal-button {
    display: inline-block;
    padding: 15px 22px;
    font-size: 13px;
    font-weight: 600;
    color: royalblue;
    background-color: #F6F6F6;
    border: 1px solid #4B70E2;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .promote-deal-button:hover {
        background-color: #e9ecef;
        color: #2e58ff;
    }

.buy-content {
    margin-top: 5px;
}

    .buy-content p:first-child {
        color: #676767;
        font-family: Inter, var(--default-font-family);
        font-size: 15px;
        font-weight: 600;
        line-height: 18.153px;
    }

    .buy-content p:last-child {
        font-size: 16px;
        font-weight: 600;
        line-height: 17px;
        text-align: left;
        color: #676767;
    }

        .buy-content p:last-child span {
            font-size: 14px;
            font-weight: 300;
            line-height: 17px;
            text-align: left;
        }

.move-slider p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 10px;
    font-style: italic;
    margin-bottom: 10px;
}

    .move-slider p:nth-child(2) {
        color: #2e58ff;
        font-family: Inter, var(--default-font-family);
        font-size: 12px;
        font-weight: 500;
        line-height: 14.523px;
        text-align: left;
    }

        .move-slider p:nth-child(2) span {
            color: #2e58ff;
            font-family: Inter, var(--default-font-family);
            font-size: 12px;
            font-weight: 500;
            line-height: 14.523px;
            text-align: left;
        }

.move-slider i {
    margin-right: 5px;
    font-size: 20px;
    color: #2e58ff;
    vertical-align: middle;
}

.new-whats {
    text-align: center;
    margin-top: 10mm;
}

    .new-whats p {
        font-size: 24px;
        font-weight: bold;
        color: #333;
    }

        .new-whats p span {
            padding: 0px 15px;
            background: rgba(240, 0, 104, 0.97);
            border: 1px dashed #000000;
            overflow: hidden;
            border-radius: 14px;
            color: #ffffff;
            font-family: Inter, var(--default-font-family);
            font-size: 24px;
            font-weight: 500;
            margin-right: 8px;
        }

.academy-card {
    border: 1px solid #E9E9E9;
    padding: 20px;
    border-radius: 10px;
    border-top: 8px solid royalblue;
}

    .academy-card span {
        color: #949494;
        margin-bottom: 15px;
    }

@media only screen and (max-width: 600px) {
    .hid {
        display: none;
    }

    .nav-tabs > li > a {
        color: #000;
        display: block;
        /* align-items: center; */
        /* gap: 80px; */
        /* width: 100%; */
        font-size: 10px;
    }

    .nav-tabs {
        background: #fff;
        border-radius: 10px;
        position: relative;
        height: 112px;
        align-items: center;
        display: flex;
        margin: 0 auto;
        width: 100%;
        padding: 0px;
    }

    .deal-top-bg {
        background: url(img/bannerimage.png);
        height: 150px;
        background-size: contain !important;
        background-repeat: no-repeat;
    }

    .ed-mob-menu {
        position: relative !important;
        top: 0px;
        width: 100%;
        height: 78px !important;
        background: none;
        box-shadow: none;
        z-index: 999;
    }
}

.abs-one {
    margin-top: 20px;
    border: 1px solid #e6ceff;
    border-radius: 10px;
    padding: 20px;
    background: linear-gradient(to bottom, #f2dff5f5, #ffffff);
    background: linear-gradient(to left, #f2dff5f5, #ffffff);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.abs-two {
    margin-top: 20px;
    border: 1px solid #B5EEE4;
    border-radius: 10px;
    padding: 20px;
    background: linear-gradient(to bottom, #B5EEE4, #ffffff);
    background: linear-gradient(to left, #cef3ed, #ffffff);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.abs-three {
    margin-top: 20px;
    border: 1px solid #B5EEE4;
    border-radius: 10px;
    padding: 20px;
    height:400px;
    background: linear-gradient(to bottom, #B5EEE4, #ffffff);
    background: linear-gradient(to left, #BBDFF9, #ffffff);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.abs-four {
    margin-top: 20px;
    border: 1px solid #FFE4BC;
    border-radius: 10px;
    padding: 20px;
    background: linear-gradient(to bottom, #B5EEE4, #ffffff);
    background: linear-gradient(to left, #FFE4BC, #ffffff);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.abs-imageper img {
    width: 50px;
    margin-bottom: 10px;
}

.abs-image img {
    width: 70px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.dashboard-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #995ed4;
    border-radius: 10px;
    color: #995ed4;
    font-family: Inter, var(--default-font-family);
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.create-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #B5EEE4;
    border-radius: 10px;
    color: #00CBA9;
    font-family: Inter, var(--default-font-family);
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.manage-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #0D9AFF;
    border-radius: 10px;
    color: #0D9AFF;
    font-family: Inter, var(--default-font-family);
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.website-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #FFE4BC;
    border-radius: 10px;
    color: #FA9301;
    font-family: Inter, var(--default-font-family);
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.dashboard-button:hover {
    background-color: #9b00b3;
    color: white;
}

.manage-button:hover {
    background-color: #0D9AFF;
    color: white;
}

.create-button:hover {
    background-color: #00CBA9;
    color: white;
}

.website-button:hover {
    background-color: #FA9301;
    color: white;
}

.private-make {
    margin-top: 10px;
}

    .private-make p:first-child {
        color: #000000;
        font-family: Inter, var(--default-font-family);
        font-size: 20px;
        font-weight: 700;
        line-height: 18px;
    }

    .private-make p:nth-child(2) {
        color: #6b6767;
        font-family: Inter, var(--default-font-family);
        font-size: 11px;
        font-weight: 500;
        line-height: 18px;
    }

.all-cont p {
    margin: 0 auto;
    color: #000000;
    font-family: Inter, var(--default-font-family);
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

.view-but {
    margin-top: 5px;
}

.page_below {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_heading {
    margin-top: 7mm;
}

    .page_heading p {
        color: black;
        font-size: 28px;
        font-weight: 500;
        line-height: 30px;
    }

    .page_heading span {
        color: #505050;
        font-size: 24px;
        font-weight: 300;
        line-height: 18px;
        word-wrap: break-word
    }

#buttons {
    border-radius: 6px;
    display: flex;
}

#btn1 {
    background: #EBEBEB;
    border-radius: 6px;
    text-align: center;
}

#btn2 {
    background: #4B70E2;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.10);
    border-radius: 6px;
    text-align: center;
    padding: 10px;
    color: white;
}

.offer-Date {
    width: 220px;
    background: #F9D9E7;
    border-radius: 2px;
    margin-top: 50px;
}

.offer-text {
    color: black;
    font-size: 16px;
    font-family: Inter;
    font-weight: 500;
    line-height: 18px;
    padding: 5px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.deals-heading {
    padding-top: 10px;
}

.deals-text {
    color: black;
    font-size: 16px;
    font-family: Inter;
    font-weight: 500;
    line-height: 18px;
}

.deals-date {
    color: #A2A2A2;
    font-size: 16px;
    font-family: Inter;
    font-weight: 500;
    line-height: 18px;
}

.main-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cards {
    width: 295px;
    height: 410px;
    display: flex;
    margin-top: 10px;
    background-color: #FCFCFC;
    flex-direction: column;
    box-shadow: 0px 5px 12px rgba(214, 214, 214, 0.10);
    border-radius: 10px;
    border: 1px #E9E9E9 solid;
    padding: 4px;
}

    .cards img {
        height: 240px;
        border-radius: 10px 10px 10px 10px
    }

.card-detail {
    margin-top: 15px;
    width: 262px;
    height: 40px;
    color: #676767;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}

.card-date {
    background: #EEEEEE;
    border-radius: 2px;
    margin-top: 10px;
    width: 200px;
    height: 25px;
    border-radius: 10px;
}

    .card-date p {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px;
        color: #676767;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
    }

    .card-date span {
        color: #676767;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
    }

.card-button {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
}

.btn3 {
    width: 140px;
    height: 52px;
    background: #F6F6F6;
    border-radius: 4px;
    border: 2px #D1D1D1 solid;
    border-radius: 5px;
}

.btn4 {
    width: 140px;
    height: 52px;
    background: #F6F6F6;
    border-radius: 4px;
    border: 2px #D1D1D1 solid;
    border-radius: 5px;
}

.btn5 {
    width: 140px;
    height: 52px;
    background: #F6F6F6;
    border-radius: 4px;
    border: 2px #4B70E2 solid;
    border-radius: 5px;
    color: #4B70E2;
    font-weight: 500;
}

.btn6 {
    width: 140px;
    height: 52px;
    background: #F6F6F6;
    border-radius: 4px;
    border: 2px #4B70E2 solid;
    border-radius: 5px;
    color: #4B70E2;
    font-weight: 500;
}

@media (max-width: 768px) {
    .main-card {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .container {
        display: flex;
        justify-content: end;
        align-items: start;
        flex-wrap: wrap;
    }
}

.new-package-added {
    width: 310px;
    padding: 10px;
}

.top-part-new-package {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    color: #6C6868;
}

.bolder {
    font-weight: bolder;
}

.new_arrival_all_data {
    background-color: #fcfcfc;
    border: 1px solid #d6d6d6;
    border-radius: 12px;
    padding: 8px;
}

.bottom-part-new-package {
    border-radius: 12px;
    padding: 10px;
    height: 200px;
    background-size: cover;
    position: relative;
}

.location-tag {
    text-align: center;
    padding: 5px 22px;
    background-color: white;
    width: fit-content;
    border-radius: 12px;
    position: absolute;
    left: 73%;
}


.discount-new {
    background-color: #FFD878;
    width: fit-content;
    padding: 10px;
    border-radius: 12px;
    position: absolute;
    bottom: 2mm;
}

.nightcounts {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-top: 10px;
    color: #afadad;
}

    .nightcounts p {
        background-color: #F1F1F1;
        padding: 6px 12px;
        border-radius: 8px;
    }

.pkg_title_new_arrival {
    border-bottom: 1px solid #d6d6d6;
}

    .pkg_title_new_arrival h3 {
        font-size: 19px;
    }

#citynname_newarrival {
    color: rgb(0, 119, 255);
    font-weight: 600;
}

    #citynname_newarrival i {
        font-size: small;
        color: rgb(0, 119, 255);
    }

.costings_new_arrival {
    display: flex;
    color: #939292;
    justify-content: space-between;
}

.leftie_costing {
    margin-top: 5px;
}

    .leftie_costing h4 {
        font-size: 14px;
    }

.new-arrival_costing {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-top: 10px;
    justify-content: center;
    height: fit-content;
}

    .new-arrival_costing p:first-child {
        text-decoration: line-through;
        color: #999;
    }

    .new-arrival_costing p:last-child {
        color: #000000;
        font-family: Inter, var(--default-font-family);
        font-size: 18px;
        font-weight: 500;
        line-height: 18px;
    }

.rightie_costing p {
    font-size: 12px;
    font-weight: 400;
    color: #939292;
    margin-top: 5px;
}

.exp-add {
    margin-top: 10mm;
}

.exp {
    color: white;
    background-color: rgb(0, 119, 255);
    border: 0;
    width: 100px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease; /* Smooth transition for background color */
}

    .exp:hover {
        background-color: #0056b3; /* New background color on hover */
    }

.bottom-part-new-package {
    background: url(../assets/Rectangle\ 6697.png);
    background-position: center;
    background-size: cover;
    height: 200px;
    position: relative;
}

.newly_add p {
    color: #000000;
    font-family: Inter, var(--default-font-family);
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -1.12px;
}
/* .border_bot {
    background-color: #3649F9;
    height: 15px;
    border-radius: 25px 25px 0 0; 
} */
.border_bot img {
    width: 100%;
}

.become_cont p {
    color: #000000;
    font-family: Inter, var(--default-font-family);
    font-size: 18px;
    font-weight: 600;
    line-height: 21.784px;
}

.trav_agent {
    border-top: 10px solid #3649F9;
    border-right: 1px solid #3649F9;
    border-bottom: 1px solid #3649F9;
    border-left: 1px solid #3649F9;
    border-radius: 8px;
    padding: 20px;
}

.agent_pro {
    display: flex;
    align-items: center;
}

    .agent_pro img {
        width: 60px;
        height: auto;
        margin-right: 20px;
    }

.text-section {
    max-width: 60%;
}

.time {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
}

    .time p {
        margin: 0;
        padding-left: 5px; /* Space between the icon and the text */
        font-size: 1em;
        color: inherit;
    }

    .time i {
        font-size: 1.2em;
        color: #666;
    }

.trav_image img {
    width: 100%;
}

.agent_plus {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.inline-text {
    display: inline-block;
    margin-right: 10px;
}

.head_add {
    text-align: center;
}

    .head_add p {
        color: #3549f8;
        font-family: Inter, var(--default-font-family);
        font-size: 14px;
        font-weight: 700;
        line-height: 12px;
    }

.head_pow {
    text-align: center;
}

    .head_pow p {
        color: #6dd58c;
        font-family: Inter, var(--default-font-family);
        font-size: 14px;
        font-weight: 700;
        line-height: 12px;
    }
/* Media queeryy */


@media (max-width: 468px) {
    .gen-bor {
        margin-top: 5px;
    }

    .flash p {
        background-color: #F00068;
        font-size: 14px;
        width: 38%;
    }

    .flash i {
        font-size: 18px;
    }
}

@media (min-width: 468px) and (max-width: 768px) {


    .flash p {
        background-color: #F00068;
        padding: 2px;
        text-align: center;
        font-size: 9px;
    }

    .flash i {
        font-size: 10px;
    }

    .timer p {
        font-size: 10px;
        padding: 4px;
    }

    .timer span {
        font-size: 8px;
        width: 50%;
    }
}

@media (max-width: 468px) {
    .timer {
        position: relative;
        bottom: 5mm;
    }

    .flash p {
        font-size: 14px;
    }

    .timer p, .timer span {
        font-size: 10px;
        width: 50%;
    }
}

@media (max-width: 768px) {
    .off {
        width: 50%;
        height: auto;
        top: 15mm;
    }
}

/* Media query for screens up to 468px */
@media (max-width: 468px) {
    .off {
        width: 38%;
        top: 13mm;
    }

        .off p {
            font-size: 14px;
        }
}

@media (max-width: 768px) {
    .buy-content p:first-child {
        font-size: 14px; /* Adjust font size */
    }

    .buy-content p:last-child {
        font-size: 15px;
    }

        .buy-content p:last-child span {
            font-size: 13px;
        }

    .move-slider p {
        font-size: 12px;
        line-height: 18px;
    }

        .move-slider p:nth-child(2) {
            font-size: 12px;
            line-height: 16px;
        }
}

@media (max-width: 468px) {
    .buy-content p:first-child {
        font-size: 13px;
        line-height: 16px;
    }

    .buy-content p:last-child {
        font-size: 14px;
        line-height: 16px;
    }

        .buy-content p:last-child span {
            font-size: 12px;
            line-height: 14px;
        }

    .move-slider p {
        font-size: 12px;
        line-height: 18px;
    }

        .move-slider p:nth-child(2) {
            font-size: 12px;
            line-height: 16px;
        }

    .move-slider i {
        font-size: 18px;
    }
}

@media (max-width: 468px) {
    .progress-bar {
        height: 6px;
        border-radius: 3px;
    }

    .progress {
        transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    }
}

@media (min-width: 469px) and (max-width: 768px) {
    .progress-bar {
        height: 8px;
        border-radius: 4px;
    }
}

@media (max-width: 468px) {
    .custom-button {
        padding: 12px 18px;
        font-size: 12px;
    }
}


@media (min-width: 469px) and (max-width: 768px) {
    .custom-button {
        padding: 13px 20px;
        font-size: 12px;
    }
}

@media (max-width: 468px) {
    .grab-deal-button {
        padding: 12px 18px;
        font-size: 12px;
    }

    .promote-deal-button {
        padding: 12px 18px;
        font-size: 12px;
        margin-top: 5px;
    }
}


@media (min-width: 469px) and (max-width: 768px) {
    .grab-deal-button,
    .promote-deal-button {
        padding: 0px 4px;
        font-size: 13px;
    }
}

@media (min-width: 469px) and (max-width: 768px) {
    .custom-col {
        flex: 0 0 33%;
        max-width: 33%;
    }
}

@media (max-width: 468px) {
    .grade {
        flex-direction: column;
    }

    .grid-item-first,
    .grid-item-second,
    .grid-item-third,
    .grid-item-fourth {
        flex: 1 1 100%;
        margin-bottom: 10px;
        height: 50px;
        padding: 10px;
    }
}


@media (min-width: 469px) and (max-width: 768px) {
    .grid-item-first,
    .grid-item-second,
    .grid-item-third,
    .grid-item-fourth {
        flex: 1 1 calc(50% - 10px);
        height: 60px;
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .currentand {
        flex-direction: column;
        text-align: center;
    }

    .left-item p {
        font-size: 21px;
    }

    .right-item {
        justify-content: center;
        margin-top: 10px;
    }

        .right-item label {
            margin-right: 10px;
        }
}

@media (max-width: 468px) {
    .left-item p {
        font-size: 20px;
    }

    .right-item label {
        padding: 8px 12px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 600px) {
    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 0px !important;
    }
}