/* 
    Website name: Adventure Madness
    Author: Sazzad
*/

/* ==== Header start ==== */
.site-logo {
    max-width: 80px;
}
header {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
header.scrolled {
    background-color: #fff;
}
header .navbar {
    padding: 6px 0;
}
header .site-logo {
    max-width: 80px;
}
header .nav-item {
    padding: 10px 8px;
}
header .nav-link {
    position: relative;
    font-weight: 600;
    padding: 0 !important;
}
header.scrolled .nav-link {
    color: #0d263b !important;
}
header .nav-item .nav-link::before {
    position: absolute;
    content: "";
    left: 0;
    top: 100%;
    height: 2px;
    width: 0;
    max-width: 100%;
    background-color: #ff7900;
    transition: 0.3s;
}
header .nav-item:hover .nav-link::before {
    width: 80px;
}
header .nav-link.active {
    color: #ff7900 !important;
}
header .nav-link:hover {
    color: #ff7900 !important;
}
header .nav-link.active::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 100%;
    height: 2px;
    width: 100%;
    background-color: #ff7900;
}
header .dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: 2px 2px 20px rgb(0 0 0 / 10%);
}
header .dropdown-menu .dropdown-item {
    padding: 8px 20px;
}
header .dropdown:hover .dropdown-menu {
    display: block;
}
header .btn {
    padding: 0px 10px;
    line-height: 36px;
}
.header-user-logo {
    max-width: 40px;
}
.navbar .dropdown-toggle::after {
    display: none;
}
/* ===== Header end ===== */

/* ==== home page start ===== */
.home-banner-area {
    background: url("../images/home/banner-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f2f2f2;
}
.home-banner-area .underline_text_effect {
    position: relative;
    z-index: 0;
}
.home-banner-area .underline_text_effect::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: #ffd205;
    left: 0;
    bottom: 12px;
    z-index: -9;
}
.banner-search-box {
    border-radius: 16px;
    margin-top: -200px;
    position: relative;
    z-index: 10;
}
.banner-search-box .icon {
    width: 17%;
    max-width: 35px;
}
.banner-search-box .icon i {
    color: #ff7900;
    font-size: 26px;
}
#group-tour .icon {
    max-width: 40px;
}
.banner-search-box .content {
    width: 83%;
}
.banner-search-box .content input,
.banner-search-box .content select {
    border: 0;
    padding: 0;
    color: #666;
}
.banner-search-box .dropdown-text {
    color: #666;
}
/* search tabs */
.ui-datepicker table {
    background: #fff;
}
.banner-search-box .nav .nav-link {
    font-weight: 600;
    color: #0d263b;
}
.banner-search-box .nav .nav-link.active {
    background-color: #ff7900;
    color: #fff;
}
.banner-search-box .flight-class-dropdown {
    min-width: 200px;
}
.banner-search-box .flight-passenger-dropdown {
    min-width: 300px;
}
.flight-passenger-dropdown h6 {
    line-height: 18px;
    font-weight: 600;
}
.flight-passenger-dropdown .quantity {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
}
.flight-passenger-dropdown .quantity__minus,
.flight-passenger-dropdown .quantity__plus {
    display: block;
    width: 36px;
    height: 32px;
    margin: 0;
    background: #f6f6f6;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
}
.flight-passenger-dropdown .quantity__minus:hover,
.flight-passenger-dropdown .quantity__plus:hover {
    background: #d5d5d5;
    color: #fff;
}
.flight-passenger-dropdown .quantity__minus {
    border-radius: 6px 0 0 6px;
}
.flight-passenger-dropdown .quantity__plus {
    border-radius: 0 6px 6px 0;
}
.flight-passenger-dropdown .quantity__input {
    width: 34px;
    height: 32px;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #f6f6f6;
    color: #ff7900 !important;
    border: 0;
    font-weight: 600;
}
.flight-passenger-dropdown .quantity__minus:link,
.flight-passenger-dropdown .quantity__plus:link {
    color: #3c4242;
}
.flight-passenger-dropdown .quantity__minus:visited,
.flight-passenger-dropdown .quantity__plus:visited {
    color: #3c4242;
}

.about-area {
    background: url("../images/home/banner-bg.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}
.trip-item {
    border-radius: 16px;
}
.trip-item .img-box {
    border-radius: 16px;
}
.trip-item .img-box img {
    height: 280px;
    object-fit: cover;
    transition: 0.5s;
}
.trip-item .img-box img:hover {
    transform: scale(1.1);
}
.trip-item .details-box {
    padding: 16px 20px;
}
.trip-item .old-price {
    text-decoration: line-through;
}
.trip-item:hover {
    transform: translateY(-2px);
}
.destination-item {
    height: 360px;
    border-radius: 20px;
}
.destination-item .overlay {
    background-color: #00000080;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.destination-item .overlay .btn {
    padding: 0px 16px;
    opacity: 0;
    transition: 0.4s;
}
.destination-item:hover .overlay .btn {
    opacity: 1;
}
.blog-big-item img {
    border-radius: 16px;
}
.blog-big-item .date {
    background-color: #434a54;
    color: #fff;
    border-radius: 8px;
    padding: 3px 14px;
    font-size: 14px;
    font-weight: 700;
}
.blog-small-item img {
    border-radius: 16px;
    height: 140px;
    object-fit: cover;
}
.blog-small-item .date {
    background-color: #434a54;
    color: #fff;
    border-radius: 8px;
    padding: 3px 14px;
    font-size: 14px;
    font-weight: 700;
}

/* ==== home page end ===== */

/* ==== other page start ===== */
.page-banner-area .overlay {
    background-color: #000000a8;
}
.pagination .page-link {
    color: #ff7900;
}
/* ==== other page end ===== */

/* ==== blog details page start ===== */
.blog-details-area .left-details-box {
    border-radius: 10px;
    border: 2px solid #e5e8f3;
}
.blog-details-area .left-details-box .post-img img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}
.blog-details-area .right-post-box {
    border-radius: 10px;
    border: 2px solid #e5e8f3;
}
.blog-details-area .right-post-box .blog-item a {
    font-weight: 600;
    line-height: 20px;
}
.blog-details-area .right-post-box .blog-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

/* ==== blog details page end ===== */

/* ==== package details page end ===== */
.pack-details-img-slider img {
    border-radius: 12px;
}
.pack-details-heading-area .item .icon i {
    font-size: 20px;
    background: #ff7900;
    color: #fff;
    border-radius: 50px;
    width: 36px;
    height: 35px;
    padding: 8px 4px;
    text-align: center;
}
.pack-details-box p,
.pack-details-box li {
    color: #5a6473;
}
.pack-details-box .accordion-header button {
    font-weight: 600;
}
.pack-details-box .accordion-header button:focus {
    background-color: #ff790014;
    box-shadow: none;
    color: #ff7900;
}
/* ==== package details page end ===== */

/* === shop start === */
.product-item {
    border-radius: 20px;
    border: 1px solid #edeef2;
}
.product-item:hover {
    transform: translateY(-4px);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.product-item img {
    border-radius: 20px;
}
.shop-page .filter-box {
    background: #f6f6f6;
    border-radius: 20px;
}
.shop-page .filter-box .form-check-label {
    font-size: 14px;
}
.pagination .page-link {
    color: #000;
}
.pagination .page-item.active .page-link {
    background-color: #ff7900;
    color: #fff;
    border-color: #ff7900;
}
/* price range */
#slider-range {
    width: 250px;
}
.ui-widget-content {
    height: 4px;
    background-color: #b7b7b7;
    border: none !important;
    position: relative;
}
.ui-widget-header {
    background-color: #214472 !important;
    position: absolute;
    height: 100%;
}
.ui-slider-handle {
    top: -8px !important;
    height: 20px;
    width: 20px;
    background-color: #214472 !important;
    border-radius: 10px;
    border-color: #214472 !important;
    position: absolute;
}
/* === shop end === */

/* === product details page start === */
.product-details-area .nav-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.product-details-area .main-img img {
    border-radius: 48px;
}
.product-details-hash-slider img {
    border-radius: 8px;
}
/* size select */
.product-details-area .size-select-box {
    min-height: 100px;
}
.product-details-area .select-btn {
    float: left;
    margin: 0 5px 0 0;
    width: 50px;
    height: 40px;
    position: relative;
}
.product-details-area .select-btn label,
.product-details-area .select-btn input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.product-details-area .select-btn input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}
.product-details-area .select-btn input[type="radio"]:checked + label {
    background: #000;
    color: #fff;
}
.product-details-area .select-btn label {
    cursor: pointer;
    z-index: 90;
    line-height: 1.8em;
    background-color: #fff;
    color: #3c4242;
    border: 1px solid #bebcbd;
    border-radius: 12px;
    padding: 4px;
}
/* color select */
.color-select-box input[type="radio"] {
    display: none;
}
.color-select-box .color-option {
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}
.color-select-box .color-indicator {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #fff; /* Add border for the indicator */
    border-radius: 50%; /* Make it round */
    vertical-align: middle;
}
.color-select-box input[type="radio"]:checked + .color-indicator {
    outline: 1px solid #000;
}
.order-features .icon-box {
    width: 44px;
    height: 44px;
    text-align: center;
    background: #f6f6f6;
    padding: 4px;
    border-radius: 50px;
}
.product-description-area .item-box {
    background: #f6f6f6;
    border-radius: 20px;
}
.product-description-area td {
    padding: 14px 30px;
    border-right: 1px solid #dee2e6;
}
.product-description-area tr:last-child td {
    border-bottom: 0;
}
.product-description-area tr td:last-child {
    border-right: 0;
}
.product-description-area .btn {
    padding: 0px 14px;
    background-color: #fff;
    color: #333;
    border-color: transparent;
    font-weight: 600;
}
.product-description-area .btn.active {
    background-color: #ff7900;
    color: #fff;
}
/* === product details page end === */

/* === cart page start === */
.cart-table thead {
    background: #000;
}
.cart-table thead th {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.cart-table table {
    vertical-align: middle;
}
.cart-table tbody td {
    padding: 30px 8px;
}
.cart-table .prod-detals {
    min-width: 200px;
}
.cart-table .prod-detals img {
    width: 105px;
    height: 120px;
    border-radius: 12px;
}
.cart-table .delete-icon {
    color: #df080a;
    font-size: 18px;
}
.quantity {
    display: flex;
    align-items: center;
    padding: 0;
}
.quantity__minus,
.quantity__plus {
    display: block;
    width: 36px;
    height: 32px;
    margin: 0;
    background: #f6f6f6;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
}
.quantity__minus:hover,
.quantity__plus:hover {
    background: #d5d5d5;
    color: #fff;
}
.quantity__minus {
    border-radius: 6px 0 0 6px;
}
.quantity__plus {
    border-radius: 0 6px 6px 0;
}
.quantity__input {
    width: 34px;
    height: 32px;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #f6f6f6;
    color: #3c4242;
    border: 0;
}
.quantity__minus:link,
.quantity__plus:link {
    color: #3c4242;
}
.quantity__minus:visited,
.quantity__plus:visited {
    color: #3c4242;
}
.cart-total-area {
    background: #f6f6f6;
}
.cart-total-area .btn:hover {
    background: #fff;
}
/* === cart page end === */

/* === checkout page start === */
.checkout-info-area .card-select-box {
    border-radius: 27px;
    background: #f6f6f6;
    padding: 35px 28px;
}
.checkout-info-area .card-select-box .form-check-label {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}
.checkout-info-area .card-select-box p {
    font-size: 14px;
}
.checkout-info-area .coupon-box .input-group-text {
    border: 0;
    cursor: pointer;
}
.checkout-info-area .personal-info-card {
    border-radius: 27px;
    background: #f6f6f6;
    padding: 25px 20px;
}
.checkout-info-area .order-summary {
    border-radius: 27px;
    border: 1px solid #edeef2;
    padding: 22px;
}
.checkout-info-area .order-summary .prod-detals img {
    width: 60px;
}
.checkout-info-area .order-summary table {
    vertical-align: middle;
}
.checkout-info-area .order-summary .hotel-features {
    font-size: 14px;
    line-height: 18px;
}
/* === checkout page end === */

/* === profile page start === */
.profile-page .nav .nav-link {
    color: #000;
    border: 1px solid #000;
}
.profile-page .nav .nav-link.active {
    background-color: #000;
    color: #fff;
}
.profile-page .tab-content {
    border: 1px solid #eee;
    border-radius: 12px;
}
.profile-page table {
    vertical-align: middle;
}
.profile-page .prod-detals img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.profile-page .order-table thead tr {
    background-color: #000;
    color: #fff;
}
.profile-page .order-table thead tr th {
    font-weight: 500;
}
/* === profile page end === */

/* === hotel details page start === */
.old-price {
    text-decoration: line-through;
}
.hotel-room-item {
    border: 1px solid #eee;
    border-radius: 8px;
}
.hotel-room-item img {
    border-radius: 8px;
}
.hotel-room-item table {
    vertical-align: middle;
}
.hotel-room-item th {
    min-width: 180px;
}
/* === hotel details page end === */

/* ===== umrah packages start ===== */
.umrah-pack-item {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 12px -8px #000;
}
.umrah-pack-item:hover {
    transform: translateY(-4px);
    box-shadow: 0px 2px 20px -8px #000;
}
.umrah-pack-item .img-box {
    height: 210px;
    overflow: hidden;
}
.umrah-pack-item .img-box img {
    height: 210px;
    object-fit: cover;
}
.umrah-pack-item h6 a {
    font-size: 20px;
}
.custom-content ul {
    margin-left: 20px;
}
.custom-content ul li {
    list-style-type: disc;
}
.umrah-details .accordion-button {
    font-weight: 600;
}
/* ===== umrah packages end ===== */

/* ===== footer start ===== */
footer {
    background: #232330;
}
footer .site-logo img {
    max-width: 100px;
}
footer p {
    color: #d7d7d7;
}
.footer-middle-area .link-item {
    margin-bottom: 10px;
}
.footer-middle-area .address-box i {
    color: #ff7900;
}
.footer-middle-area .link-item a {
    color: #d7d7d7;
}
.footer-middle-area .social-icons-area a {
    color: #ff7900;
    font-size: 20px;
}

.footer-bottom-area .copyright-text {
    border-top: 1px solid rgba(245, 244, 241, 0.37);
    padding: 20px 0;
}
/* ==== footer end ==== */


/*==================================Login Page ==================================*/

#login-background {
    background: -webkit-linear-gradient(
        to right,
        rgba(106, 17, 203, 1),
        rgba(37, 117, 252, 1)
    );

    background: linear-gradient(
        to right,
        rgba(106, 17, 203, 1),
        rgba(37, 117, 252, 1)
    );
}

.gradient-custom {
    background: -webkit-linear-gradient(
        to right,
        rgba(106, 17, 203, 1),
        rgba(37, 117, 252, 1)
    );

    background: linear-gradient(
        to right,
        rgba(106, 17, 203, 1),
        rgba(37, 117, 252, 1)
    );
}

#login-background .form-label 
{
    font-weight: bold;
    font-size: 20px;
}

/*======================================== Registration Page ================================= */
#register-background {
    background: -webkit-linear-gradient(
        to right,
        rgba(106, 17, 203, 1),
        rgba(37, 117, 252, 1)
    );

    background: linear-gradient(
        to right,
        rgba(106, 17, 203, 1),
        rgba(37, 117, 252, 1)
    );
}

.gradient-custom1 {
    background: -webkit-linear-gradient(
        to right,
        rgba(106, 17, 203, 1),
        rgba(37, 117, 252, 1)
    );

    background: linear-gradient(
        to right,
        rgba(106, 17, 203, 1),
        rgba(37, 117, 252, 1)
    );
}

.card-registration .select-input.form-control[readonly]:not([disabled]) {
    font-size: 1rem;
    line-height: 2.15;
    padding-left: 0.75em;
    padding-right: 0.75em;
}
.card-registration .select-arrow {
    top: 13px;
}

/* visa details */
.visa-search-box {
    margin-top: -50px;
}
.bg-blue-box.contact {
    border-radius: 8px;
}
.right-col-box .bg-blue-box .heading {
    background-color: #6c6c6c;
    color: #fff;
    padding: 12px 20px;
}
.right-col-box .bg-blue-box.contact ul {
    margin: 8px 0;
}
.right-col-box .bg-blue-box.contact li {
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
}

/* ===== my account start ==== */
.my-account-area .nav-pills .nav-link:not(.active) {
    background-color: #eee;
    color: #333;
}
.my-account-area table {
    vertical-align: middle;
}
.my-account-area .table .prod-img {
    width: 60px;
}

/* === login page start === */
.login-area .row {
    min-height: 80vh;
}
.login-area .login-box {
    border-radius: 12px;
}
.login-area input {
    border-radius: 50px;
}
/* === login page end === */