* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}


.main-header {
    background: rgb(225, 190, 5);
    background: -moz-linear-gradient(80deg, rgba(225, 190, 5, 0.9887604700083158) 45%, rgba(210, 231, 45, 1) 68%);
    background: -webkit-linear-gradient(80deg, rgba(225, 190, 5, 0.9887604700083158) 45%, rgba(210, 231, 45, 1) 68%);
    background: linear-gradient(80deg, rgba(225, 190, 5, 0.9887604700083158) 45%, rgba(210, 231, 45, 1) 68%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1be05", endColorstr="#d2e72d", GradientType=1);
    width: 100% !important;
}

.click {
    background: rgb(21, 29, 111);
    background: -moz-linear-gradient(90deg, rgba(21, 29, 111, 1) 25%, rgba(61, 87, 224, 1) 67%);
    background: -webkit-linear-gradient(90deg, rgba(21, 29, 111, 1) 25%, rgba(61, 87, 224, 1) 67%);
    background: linear-gradient(90deg, rgba(21, 29, 111, 1) 25%, rgba(61, 87, 224, 1) 67%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=" #151d6f");
    padding: 10px;
    border: 0%;
    border-radius: 10px;
    color: white;

}

.scrolling-banner {
    background-color: #d35f35;
    color: white;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.scrolling-text {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 30s linear infinite;
}

.scrolling-banner:hover .scrolling-text {
    animation-play-state: paused;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.navbar-custom {
    background-color: #ff5c5c;
}

.navbar-brand {
    font-family: 'Georgia', serif;
    font-weight: bold;
    font-size: 1.8rem;
    color: white;
}

.nav-item .badge {
    font-size: 0.7rem;
    margin-left: 3px;
}

.profile-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.nav-pills {
    /* background-color: white !important; */
    padding: 10px;
}

.nav-pills .nav-item a {
    color: black;

}

.nav-pills .nav-item {
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
}

.a-tag a {
    width: 100% !important;
    /* text-align: center !important; */
    padding: 10px;
    /* color: white; */

}

.nav-pills .nav-link.active {
    background-color: red !important;
}

.details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table tr th,
td {
    width: 50%;
}

.profile-card {
    background: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.profile-card img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.right-section {
    padding: 20px;
    /* color: white; */
    flex-grow: 1;
}

.btn-add-photo {
    background: white;
    color: #2dbd6e;
    font-weight: bold;
}

/* first swiper start */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* swiper end */

.pricing-card {
    background-color: white;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.plan-title {
    text-align: center;
    margin-bottom: 20px;
}

.plan-name {
    color: #555;
    font-weight: 600;
    margin-right: 10px;
}

.plan-duration {
    color: #888;
    font-weight: normal;
}

.discount {
    color: #00d664;
    font-weight: bold;
    font-size: 1.1rem;
}

.original-price {
    color: #888;
    text-decoration: line-through;
    margin-left: 10px;
}

.current-price {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin: 5px 0;
}

.price-per-month {
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.continue-btn {
    background-color: white;
    color: #888;
    border: 1px solid #ddd;
    border-radius: 25px;
    padding: 8px 30px;
    font-size: 1rem;
    transition: all 0.3s;
    display: block;
    margin: 0 auto 20px;
    width: 80%;
}

.continue-btn:hover {
    background-color: #f8f8f8;
}

.feature-list {
    list-style: none;
    padding-left: 0;
}

.feature-item {
    margin-bottom: 12px;
    color: #555;
    display: flex;
    align-items: flex-start;
}

.feature-item i {
    color: #00d664;
    margin-right: 10px;
    font-size: 1.2rem;
}

.disabled-feature {
    color: #ccc;
    text-decoration: line-through;
}

.check-icon {
    color: #00d664;
    margin-right: 10px;
}

.card-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    /* background: linear-gradient(90deg, #00b4db, #0083b0); */
    border-radius: 10px;
    /* color: white; */
}


.thumbs-up {
    color: green;
    font-weight: bold;
}

.thumbs-down {
    color: grey;
}

.btn-custom {
    /* background-color: white; */
    color: #0083b0;
    border-radius: 20px;
    padding: 10px 20px;
}

.booking a:hover {
    color: white !important;
    background-color: black;
    border-radius: 20px;
}

@media screen and (min-width:200px)and (max-width:772px) {
    .main-first-div {
        width: 100% !important;

    }

    .main-secound-div {
        width: 100% !important;
    }

    .div-first {
        display: flex;
        justify-content: center;
        flex-direction: column;

    }

    .div-first h1,
    h5 {
        font-size: 12px !important;
    }

    .div-secound h6 {
        font-size: 10px !important;
    }

    .a-tag a {
        width: 100% !important;
        /* text-align: center !important; */
        padding: 5px !important;
        font-size: 10px !important;
        /* color: white; */

    }

    .form-first {
        width: 100% !important;
    }

    .nav-pills {
        display: none !important;
    }


    /* @media screen and (min-width:400px) {
            .form-first {
                width: 100% !important;
            }
        } */

}

@media screen and (max-width:1245px) {
    .main-body {
        width: 100% !important;
    }

    .nav-pills {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100% !important;
    }

    .nav-pills .nav-item {
        flex: 0 0 auto;
    }

    .nav-pills .nav-item a {
        color: black;
    }

    .tab-content {
        overflow-x: auto;
        overflow-y: auto;
        max-height: 80vh;
        /* Adjust as needed */
        -webkit-overflow-scrolling: touch;
    }
}