﻿:root {
    --first-color: rgb(254, 98, 3);
    --second-color: #213A78;
    --font-first-color: #52575C;
    --font-second-color: #7F7F7F;
}

body {
    background-color: #F5F7FF !important;
}

a {
    text-decoration: none !important;
}

header {
    position: sticky;
    top: 0;
    z-index: 101;
    width: 100%;
}

    header #arisa-navBar {
        box-shadow: -5px 0px 15px #00000033;
    }

.w-60 {
    width: 60% !important;
    margin: auto;
}

main {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}

#arisa-navBar {
    background-color: #fff;
}

    #arisa-navBar ul {
        padding: 0;
    }

#container-nav {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.menu-pc .menu-page1 {
    background-color: transparent;
    border: none;
    margin-top: 20px !important;
}

    .menu-pc .menu-page1.mega-menu {
        width: 100vw;
        text-align: center;
    }


    .menu-pc .menu-page1 ::-webkit-scrollbar {
        width: 3px;
    }

    .menu-pc .menu-page1 ::-webkit-scrollbar-track {
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 20px;
    }

    .menu-pc .menu-page1 ::-webkit-scrollbar-thumb {
        background-color: var(--first-color);
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 20px;
    }

.menu-pc .menu-page1-1 {
    background-color: #F6F6F6;
    text-align: center;
    box-shadow: 0 0 3px #ccc;
}

.menu-pc {
    margin: 0 auto;
}

    .menu-pc ul {
        margin: 0;
    }

        .menu-pc ul li {
            display: inline-block;
            padding: 0 15px;
            position: relative;
        }

.menu-pc-last-item::after {
    content: none !important;
}


.menu-pc ul li a {
    color: var(--font-first-color);
    font-size: 16px;
    text-decoration: none;
    display: flex;
    justify-content: right;
}

.menu-pc .dropdown-menu .container {
    max-width: 100% !important;
    overflow: auto;
}

.menu-pc .dropdown-menu .container.mega-menu {
    max-height: 80vh;
    width: 95vw;
    flex-wrap: wrap;
}

.header-logo {
    width: 170px !important;
}

#logo img {
    width: 100%;
    margin: 8px 0;
}

#buttons-header {
    display: flex;
    flex-direction: row;
    float: left;
}

#call-number-header a {
    text-decoration: none;
    color: var(--first-color);
    font-size: 18px;
    font-weight: 700;
}

#login-button {
    border: 1px solid #c9c9c9;
    border-radius: 8px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

    #login-button:hover {
        background-color: var(--first-color);
        transition: 0.3s;
        cursor: pointer;
        border: 1px solid var(--first-color);
    }

    #login-button span {
        color: var(--first-color);
        font-size: 16px;
    }

    #login-button:hover span {
        color: #fff;
        transition: 0.3s;
    }

.phone-header {
    color: var(--first-color);
    font-size: 15px;
    padding: 0 5px 0 20px;
}

.menu-pc {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .menu-pc .menu-item-head {
        background-color: #F6F6F6 !important;
    }

    .menu-pc .dropdown-menu .container .sub-menus img {
        width: 25px;
        height: 25px;
        object-fit: cover;
        border-radius: 50%;
    }

    .menu-pc .menu-hover:hover {
        color: var(--first-color)
    }

    .menu-pc .dropdown-menu .container .col span {
        white-space: nowrap;
    }


/*page title*/

section.page-title {
    border-radius: 10px;
    background-color: white;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    row-gap: 8px;
    width: 60%;
    box-shadow: 0px 0px 20px #00000014;
}

    section.page-title h1 {
        font-size: 20px;
        font-weight: bold;
    }

    section.page-title .road-pages {
        display: flex;
        flex-wrap: wrap;
        column-gap: 10px;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        font-weight: 400;
        list-style-type:none;
    }

        section.page-title .road-pages .road-pages-item,
        section.page-title .road-pages .road-pages-icon {
            color: #ccc;
        }


    /*page title - custom*/

    section.page-title.bottom-of-search-box {
        margin-top: 20rem !important;
    }

/*default title*/

.default-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 9px;
}

    .default-title .icon {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 3px solid var(--first-color);
        background-color: #F5F7FF;
        z-index: 100;
    }

    .default-title .main-title h2 {
        font-size: 18px;
        margin: 0px;
    }

    .default-title .subtitle span {
        color: #7F7F7F;
        font-size: 15px;
        font-weight: 400;
    }

    .default-title.pc-hide {
        display: none;
    }

/*title with options*/

.title-with-options {
    display: flex;
    align-items: flex-end;
}


    .title-with-options .nav-tabs {
        display: flex;
        column-gap: 7px;
        border: none !important;
    }

        .title-with-options .nav-tabs .nav-item a {
            background-color: white;
            color: #7F7F7F;
            font-size: 15px;
        }

            .title-with-options .nav-tabs .nav-item a.active-btn {
                color: white !important;
            }


/*more btn*/
.more-btn button {
    color: white;
    white-space: nowrap;
}
/*TourCategory tags */
.tour-tags {
    display: flex;
    gap: 0.5rem;
    flex-wrap:wrap;
}
.tour-tag {
    background-color: #ffebeb;
    color: #FF0000;
    border-radius: 16px;
    text-align: center;
    min-width: 100px;
    font-weight: 500;
    padding: 0 1rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*banners in page*/
.page-banners .img img {
    aspect-ratio: 4/1.5;
}


/*grid-4col*/
.grid-4col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 50px;
    column-gap: 15px;
}

    .grid-4col a {
        color: inherit !important;
    }

/*grid-3col*/
.grid-3col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}


/*card temp 1*/

.card-temp1 {
    position: relative;
    border-radius: 10px;
    transition: 0.2s;
}

    .card-temp1:hover .content span {
        color: var(--first-color) !important;
    }

    .card-temp1 img {
        width: 100%;
        aspect-ratio: 16/9;
        border-radius: 10px;
        object-fit: cover;
    }

    .card-temp1 .content {
        position: absolute;
        height: 40px;
        padding: 10px 15px;
        bottom: -20px;
        right: 50%;
        transform: translateX(50%);
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        font-size: 17px;
        transition: 0.2s;
        white-space: nowrap;
    }


/*card temp 2*/

.card-temp2 {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-radius: 15px;
    background-color: white;
    padding: 7px;
    width: 100%;
}

    .card-temp2 img {
        width: 100%;
        aspect-ratio: 1.5/1 !important;
        border-radius: 0px;
        object-fit: cover;
    }

    .card-temp2 .content {
        width: 100%;
        display: flex;
        flex-direction: column;
        row-gap: 5px;
        border-radius: 7px;
        font-size: 17px;
    }

        .card-temp2 .content .card-title {
            color: var(--font-first-color);
            display: -webkit-box;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }

        .card-temp2 .content .price {
            font-size: 16px !important;
        }

        .card-temp2 .content .details {
            color: var(--font-second-color);
        }

            .card-temp2 .content .details .details-item {
                display: flex;
                align-items: center;
                gap: 5px;
                font-size: 15px;
            }

                .card-temp2 .content .details .details-item .icon {
                    font-size: 12px;
                }

        .card-temp2 .content hr {
            margin: 0px;
        }

        .card-temp2 .content .agency {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 15px !important;
            color: var(--font-second-color);
        }

            .card-temp2 .content .agency img {
                width: 40px !important;
                aspect-ratio: 1/1 !important;
                object-fit:fill !important;
            }

            .card-temp2 .content .agency .icon {
                display: flex;
                align-items: center;
                gap: 5px;
            }

@media (min-width: 990px) and (max-width: 1400px){
    #container-information-about-arisa {
        margin-right: 24% !important;
    }
}
/*card temp 3*/
.card-temp3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;
    background-color: white;
    padding: 7px;
}

    .card-temp3 .img {
        width: 100%;
    }

        .card-temp3 .img img {
            width: 100%;
            aspect-ratio: 3/2;
            object-fit: cover;
            border-radius: 7px;
        }

    .card-temp3 .card-content h3 {
        margin: 10px 0;
        font-size: 16px;
        color: var(--font-first-color);
    }

    .card-temp3 .card-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

        .card-temp3 .card-content p {
            font-size: 14px;
            color: var(--font-second-color);
            display: -webkit-box;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
            font-weight: 400;
        }

        .card-temp3 .card-content h3:hover {
            color: var(--first-color)
        }



/*tour group -custom*/
.tour-group .tour-grouping {
    border: none !important;
}

    .tour-group .tour-grouping .tour-grouping-item {
        background-color: white;
        color: #7F7F7F;
    }

        .tour-group .tour-grouping .tour-grouping-item.active.nav-link {
            box-shadow: 0px 0px 5px rgb(254, 98, 3,0.5);
            color: var(--first-color);
            background-color: white !important;
        }


/*----------------------------description---------------------------------*/

.description {
    border-radius: 10px;
    font-size: 16px;
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 1px var(--caption-color);
    height:600px;
    overflow:hidden;
    transition:0.5s;
    position:relative;
}

.description::-webkit-scrollbar {
    width: 0;
    display: none;
}
.fadeDown {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;
    background: rgb(87,87,87);
    background: linear-gradient(0deg, #fff, #fff 28%, rgba(255, 255, 255, 0));
}

.description .content .description-text {
    margin: 0px;
    transition: 0.3s;
}

        .description .content .description-text.close {
            display: -webkit-box;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 7;
        }

        .description .content .description-text.open {
            display: -webkit-box;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: unset;
        }

        .description .content #openAndClose {
            cursor: pointer;
            width: fit-content;
            transition:0.5s;
       
        }
        .description .content img{
            width:100%;
            object-fit:scale-down;
        }
        #openAndClose {
            cursor: pointer !important;
        }
/*FAQ*/
#FAQ .content ul li {
    width: fit-content;
}

#FAQ .nav-link {
    padding: 0;
    width: 100%;
    text-align: center;
}

#FAQ .content ul li a {
    padding: 8px 20px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 2px;
    border-radius: 10px;
}

/*heros*/

.background-image-home-page {
    width: 100%;
    aspect-ratio: 3/1;
}

    .background-image-home-page.without-search-box {
        width: 100%;
        aspect-ratio: 3/0.7;
        margin-bottom: 4rem;
    }

    .background-image-home-page img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0 0 50px 50px;
    }

/*===swiper===*/

.swiper-wrapper .swiper-slide {
    height: max-content;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: start;
    align-items: start;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
    width: 100%;
    height: 400px;
}

    .swiper-slide .card {
        border: none !important;
        background-color: transparent;
    }

    .swiper-slide img {
        border-radius: 10px;
        display: block;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 16/9;
    }

    .swiper-slide .content {
        text-align: right;
        padding: 0px 10px;
        background-color: transparent;
    }


        .swiper-slide .content p {
            margin: 5px 0px;
            font-size: 17px !important;
        }

        .swiper-slide .content .caption {
            color: gray !important;
            font-size: 12px !important;
        }

        .swiper-slide .content .value {
            font-size: 13px !important;
        }

        .swiper-slide .content .price {
            color: var(--first-color) !important;
        }

    .swiper-slide .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .swiper-slide .row > * {
            width: fit-content;
        }

/*===slider-buttons===*/

.swiper-area {
    position: relative;
}

.swiper-buttons {
    width: 30px;
    height: 30px;
    border: 1px #ccc solid;
    border-radius: 50%;
    background-color: white;
    transition: 0.2s;
    position: absolute;
    z-index: 99;
    top: calc(50% - 15px);
}

    .swiper-buttons .icon-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-buttons.prev {
        left: -50px;
    }

    .swiper-buttons.next {
        right: -50px;
    }

    .swiper-buttons:hover {
        cursor: pointer;
        box-shadow: 0px 0px 3px rgba(128, 128, 128, 0.3);
    }

    .swiper-buttons:active {
        filter: brightness(0.9);
    }

.swiper-button-disabled {
    color: gray !important;
}

.swiper-button-active {
    color: var(--first-color) !important;
}

/*suggested hotels -custom*/

.suggested-hotels .content {
    background-color: white;
}

    .suggested-hotels .content .swiper-area {
        width: 80% !important;
    }


/**/

#hotel-slider .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-rows: auto auto;
}

    #hotel-slider .swiper .swiper-wrapper {
        height: 580px;
    }

#hotel-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    height: calc((100% - 30px) / 2) !important;
    margin-top: 10px;
}

    #hotel-slider .swiper-slide .card {
        border: none !important;
        background-color: transparent;
    }

    #hotel-slider .swiper-slide .img {
        border-radius: 10px;
    }


    #hotel-slider .swiper-slide img {
        border-radius: 10px;
        display: block;
        width: 100%;
        height: 160px;
        object-fit: cover;
    }

    #hotel-slider .swiper-slide .content {
        text-align: right;
        padding: 0px 10px;
        background-color: transparent;
    }


        #hotel-slider .swiper-slide .content p {
            margin: 5px 0px;
            font-size: 15px !important;
        }

        #hotel-slider .swiper-slide .content .caption {
            color: gray !important;
            font-size: 10px !important;
        }

        #hotel-slider .swiper-slide .content .value {
            font-family: vazir-bold;
            font-size: 13px !important;
        }

        #hotel-slider .swiper-slide .content .price {
            color: var(--first-color) !important;
        }

    #hotel-slider .swiper-slide .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        #hotel-slider .swiper-slide .row > * {
            width: fit-content;
        }


/**/

:is(#internationalHotel, #DomesticHotel) .container-tab-searchBox {
    display: flex !important;
}

.search-box {
    width: 60%;
    height: auto;
    position: absolute;
    top: 70%;
    right: 20%;
    left: 20%;
    padding-bottom: 2rem;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 20px #00000040;
}

.landing-page-container {
    position: relative;
}

#btns-tab {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}

    #btns-tab ul {
        display: flex;
        justify-content: center;
        border-bottom: none;
        align-items: center;
    }

        #btns-tab ul::-webkit-scrollbar {
            display: none;
        }


        #btns-tab ul li {
            width: 150px;
        }

            #btns-tab ul li a {
                text-decoration: none;
                font-size: 17px;
                display: flex;
                flex-direction: column;
            }

            #btns-tab ul li img {
                width: 30px;
                margin: 5px auto;
                aspect-ratio: 1/1;
            }

            #btns-tab ul li a span {
                color: #A8A8A8;
                display: flex;
                justify-content: center;
            }

.active a span {
    justify-content: center;
    display: flex;
}

#call-number-header {
    display: flex;
    align-items: center;
}

.search-box hr {
    width: 95%;
    margin: 0 auto;
}

.radio-inputs {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.radio-input {
    display: flex;
    align-items: center;
}

    .radio-input input {
        margin-left: 9px;
    }

    .radio-input label {
        color: var(--font-second-color);
        font-size: 15px;
        font-weight: 200;
    }

.container-tab {
    width: 100%;
    margin: 15px auto;
}

.floating-input input {
    width: 98%;
    height: 60px;
    padding: 10px 5px;
    position: relative;
    border: 1px solid #c7c7c7;
    border-radius: 8px;
}

.floating-input {
    position: relative;
}

    .floating-input label {
        position: absolute;
        top: 18px;
        right: 27px;
        z-index: 8;
    }

.top-inputs {
    margin-top: 20px !important;
    display: flex;
    flex-direction: row;
    position: relative;
}

.value-select {
    font-size: 14px !important;
    color: var(--font-second-color);
}

.floating-input-bottom {
    display: inline-block !important;
    width: 25% !important;
    padding: 0 !important;
    padding-left: 5px !important;
}

.floating-input input:focus-visible {
    outline: none !important;
}

.search-button-search-box {
    width: 25% !important;
    border: none !important;
    background-color: var(--second-color);
    color: #ffff;
    font-size: 15px;
    border-radius: 8px;
}

.bottom-inputs {
    margin: 15px 0 !important;
}

.toggle-btn {
    border: 1px solid var(--first-color);
    border-radius: 5px;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 19px;
    right: 48.4%;
    z-index: 9;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
}

    .toggle-btn svg {
        color: var(--first-color);
    }

.search-box-area .room-list {
    max-height: 200px;
    overflow: auto;
}

    .search-box-area .room-list .room-item .item-num p {
        width: 20px;
        text-align: center;
    }

    .search-box-area .room-list .room-item .item-num button {
        color: gray;
    }
/**/

.tours-slider {
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding: 0px 10%;
}

.section-title h2 {
    font-size: 19px;
    color: var(--second-color);
    text-align: center;
    font-weight: 700;
}

.section-title p {
    font-size: 17px;
    color: var(--font-second-color);
    text-align: center;
    font-weight: 300;
}


.details-toure-box {
    font-size: 15px;
    color: var(--font-second-color);
    text-align: right;
    padding: 5px 0;
}

.tours-slide {
    width: 22% !important;
    display: block;
    text-decoration: none;
    background-color: #fff;
    border-radius: 5px;
    padding: 4px;
    margin: 0 8px !important;
    border-radius: 15px;
}

.container-tours-slider {
    width: 100%;
}

.tours-slide h2 {
    font-size: 17px;
    color: var(--font-first-color);
    text-align: right !important;
    padding-top: 8px;
    font-weight: 400;
}

.toure-price {
    text-align: right !important;
    margin-bottom: 7px;
}

    .toure-price span {
        display: inline !important;
        font-weight: 400;
    }

.details-toure-box {
    margin: 3px 0 !important;
    padding: 0 !important;
    font-weight: 300;
}

.date-tour-box::before {
    content: "\f073";
    font-family: "fontawesome";
    font-size: 12px;
    color: var(--font-second-color);
    margin-left: 6px;
}

.number-days::before {
    content: "\f017";
    font-family: "fontawesome";
    font-size: 12px;
    color: var(--font-second-color);
    margin-left: 6px;
}

.img-slide {
    width: 96%;
    margin: 5px auto;
    height: 250px;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 15px;
}

.tours-slide:hover img {
    transform: scale(1.1);
    transition: 0.5s;
    border-radius: 15px;
}

.img-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    transition: 0.5s;
}

.information-tour-box {
    padding: 0 8px;
}

.container-tours-slider {
    margin-top: 4%;
}

ul {
    border-bottom: none !important;
}

.bottom-tour-box {
    border-top: 1px solid #e2e2e2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding-bottom: 0;
}

    .bottom-tour-box img {
        width: 36px;
        height: 36px;
    }

    .bottom-tour-box span {
        color: var(--font-second-color) !important;
    }

    .details-toure-box svg,
    .bottom-tour-box svg {
        font-size: 12px !important;
        margin-left: 6px !important;
    }

    .bottom-tour-box svg {
        margin-right: 4px;
        margin-top: 3px;
    }

/**/

.container-tours-slider {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.categories-tour-banner {
    position: relative;
}

.container-categories-tour-banner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    margin: 3rem auto 5rem auto;
}

    .container-categories-tour-banner .img-banner {
        position: relative;
    }

        .container-categories-tour-banner .img-banner .cover {
            z-index: 5;
            background: linear-gradient(to top, #2e2e2e 0%, rgba(0, 0, 0, 0) 40%);
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            border-radius: 15px;
        }

        .container-categories-tour-banner .img-banner .img {
            z-index: 4;
        }

    .container-categories-tour-banner :first-child {
        grid-column: 1/3;
        grid-row: 1/3;
    }

    .container-categories-tour-banner img {
        width: 100%;
        height: 100%;
        border-radius: 15px;
        aspect-ratio: 3/2;
    }

/**/

.banner-res {
    margin: 4rem auto;
}

    .banner-res img {
        aspect-ratio: 10/1;
    }

#img-box-about-arisa {
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 1/1;
    background-color: #9fc3e1;
    border-radius: 15px;
    position: relative;
    right: 10%;
    z-index: 5;
}
/*--------------------------about page-----------------------*/
.about-page #about-arisa {
    background-image: url('/Content/Website/img/ArisaParvaz/World Map.svg');
    margin: 5rem auto;
    background-repeat: no-repeat;
    align-items: center;
    height: fit-content;
    background-size: cover;
}

.about-page .about-arisa-about-page {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-page #img-box-about-arisa {
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 1/1;
    background-color: #9fc3e1;
    border-radius: 15px;
    position: relative;
    right: 10%;
}

.about-page .radius-img-box-aboutPage {
    border-radius: 0 15px 0 15px !important;
}

.about-page .list-title-about-arisa-container {
    background-color: #ffff;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    padding: 15px;
}

.about-page .list-item h2 li:before {
    content: "\f053";
    font-family: "fontawesome";
    color: var(--first-color);
    font-size: 13px;
    font-weight: 400;
    margin-left: 5px;
    position: relative;
}

.about-page .img-about-list-title img {
    width: 100%;
    aspect-ratio: 2.1;
    object-fit: cover;
    border-radius: 12px;
}

.about-page .list-item li {
    list-style: none;
    padding: 4px 0;
    color: #52575C;
    font-size: 17px;
    font-weight: 400;
    font-family: 'iranyekan';
}




.height {
    height: 80px;
}

.about-page #img-box-about-arisa img {
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 3%;
}

#about-arisa {
    display: flex;
    flex-direction: row;
}

    #about-arisa .content {
        background-image: url('/Content/Website/img/ArisaParvaz/World Map.svg');
        background-size: contain;
    }

#container-information-about-arisa {
    position: relative;
    margin-right: 7%;
    text-align: justify;
    padding: 0 10px;
}

    #container-information-about-arisa h2 {
        color: var(--first-color);
        font-size: 20px;
        font-weight: 600;
        display: inline-block;
        border:none;
        padding: 10px 0;
    }
#container-information-about-arisa p {
    color: var(--font-second-color);
    font-size: 16px;
    line-height: 2rem;
    padding: 10px 0;
    text-align: justify;
}
.list-item ul li ul {
    margin-right:0 !important;
    padding:0 !important; 
}
.list-item ul li h2, #container-information-about-arisa h2 {
    width: auto !important;
    margin:0 !important;
}
    #container-information-about-arisa ul li {
        list-style: none;
        color: var(--font-second-color);
        font-size: 17px;
        padding: 5px 0;
        font-weight: 300;
    }

    #container-information-about-arisa ul {
        margin: 0;
        padding: 0;
    }

    #container-information-about-arisa a {
        text-decoration: none;
        font-size: 17px;
        float: left;
        position: relative;
        bottom: 25px;
        color: #0077DB;
        z-index: 3;
    }

    #container-information-about-arisa ul li:before {
        content: "\f053";
        font-family: "fontawesome";
        color: var(--first-color);
        font-size: 13px;
        font-weight: 400;
        margin-left: 5px;
        position: relative;
        top: 4px;
    }

    #container-information-about-arisa a:after {
        content: "\f104";
        font-family: "fontawesome";
        font-size: 13px;
        font-weight: 300;
        color: #0077DB;
        position: relative;
        top: 2px;
        right: 4px;
    }

.info-hotel-slide {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .info-hotel-slide h2 {
        font-size: 17px;
        color: var(--font-first-color);
        font-weight: 600;
        display: inline;
        margin: 0;
    }

.location-hotel {
    font-size: 13px;
    color: var(--font-second-color);
    font-weight: 300;
    display: inline;
}

.hotel-slide {
    width: 300px !important;
}

.img-slide-suggest-hotel {
    width: 300px;
}

    .img-slide-suggest-hotel img {
        width: 100%;
    }

.container-info-hotel-slide {
    padding: 15px 0;
}

.price-hotel {
    color: var(--first-color);
    font-size: 14px;
    font-weight: 400;
}

.every-night {
    color: var(--first-color);
    font-weight: 300;
    font-size: 12px;
}

.stars-box svg {
    font-size: 14px;
    color: #FFC107;
}


.swiper-slide-next,
.swiper-slide {
    margin-top: 0 !important;
}

.swiper-pagination-bullet-active {
    background-color: var(--first-color) !important;
}

.services-visa-section {
    position: relative;
    width: 90%;
    padding: 0px 10%;
    margin: 0 auto;
}

.visa-item {
    width: 100%;
    position: relative;
    text-decoration: none;
}

    .visa-item img {
        width: 100%;
        aspect-ratio: 3/2;
        object-fit: cover;
        border-radius: 15px;
    }

    .visa-item .visa-name {
        position: absolute;
        width: 100%;
        display: flex;
        justify-content: center;
        bottom: -20px;
        right: 0;
    }

        .visa-item .visa-name h3 {
            font-size: 17px;
            font-weight: 400;
            color: var(--font-first-color);
            background-color: #fff;
            padding: 10px 15px;
            border-radius: 8px;
            transition: 0.3s;
            width: fit-content;
            margin: 0 auto !important;
        }

.container-visa-section {
    margin: 3rem auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    position: relative;
    z-index: 2;
    column-gap: 10px;
    row-gap: 40px;
}

.more-info {
    background-color: var(--first-color);
    font-size: 14px;
    color: #fff;
    padding: 7px 15px;
    text-decoration: none;
    border-radius: 8px;
    margin: 4rem auto;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.visa-item:hover h3 {
    color: var(--first-color);
    transition: 0.3s;
}

.container-section {
    width: 90%;
    margin: 1rem auto;
    padding: 0px 10%;
}

.journal-touring {
    position: relative;
}

.nav-links-blog {
    display: flex;
    flex-direction: row;
    margin: 3rem auto;
    justify-content: center;
    z-index: 2;
    position: relative;
}

.nav-item-blog {
    text-decoration: none;
    margin: 0 25px;
    position: relative;
    width: 110px;
}

    .nav-item-blog img {
        width: 100%;
        aspect-ratio: 3/2;
        border-radius: 10px;
    }


    .nav-item-blog::after {
        content: "";
        width: 6px;
        height: 6px;
        background-color: var(--first-color);
        border-radius: 100%;
        position: absolute;
        left: -28px;
        top: 36px;
    }

    .nav-item-blog h3 {
        color: var(--second-color);
        font-size: 15px;
        font-weight: 400;
        text-align: center;
        padding: 20px 0;
        margin: 0;
    }


.container-random-blogs {
    display: grid;
    flex-direction: row;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    z-index: 2;
    position: relative;
    row-gap: 15px;
    column-gap: 30px;
}

    .container-random-blogs :first-child {
        grid-column: 1/3;
        grid-row: 1/4;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }

        .container-random-blogs :first-child .blog-item-random-img img {
            aspect-ratio: 5/3 !important;
        }

        .container-random-blogs :first-child .info-blog-item p {
            display: -webkit-box;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 5;
        }

    .container-random-blogs :not(.container-random-blogs :first-child) {
        grid-column: 3/5;
    }

        .container-random-blogs :not(.container-random-blogs :first-child) .blog-item-random-img {
            width: 35%;
        }

        .container-random-blogs :not(.container-random-blogs :first-child) .info-blog-item {
            width: 65%;
        }

            .container-random-blogs :not(.container-random-blogs :first-child) .info-blog-item p {
                display: -webkit-box;
                overflow: hidden;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
            }

.blog-item-random {
    width: 90%;
    margin: 0 auto;
}

.blog-item-random-img {
    width: 100%;
    overflow: hidden;
    border: 4px solid #ffffff;
    border-radius: 15px;
}

    .blog-item-random-img img {
        width: 100%;
        aspect-ratio: 5/3.5;
        object-fit: cover;
        transition: 0.5s;
    }

    .blog-item-random-img:hover img,
    .blog-item-random-img-row:hover img {
        transform: scale(1.07);
        transition: 0.5s;
    }

.blog-item-random-img-row:hover > .info-blog-item h4 {
    color: var(--first-color) !important;
}

.info-blog-item h4 {
    font-size: 17px;
    color: var(--font-first-color);
    padding: 5px 0;
    font-weight: 400;
}

.info-blog-item p {
    font-size: 15px;
    color: #959595;
    text-align: justify;
    line-height: 1.5rem;
    font-weight: 300;
}

.article-date,
.ctg-article {
    font-size: 15px;
    font-weight: 300;
    position: relative;
    text-decoration: none;
}

    .article-date::after {
        content: "";
        width: 2px;
        height: 10px;
        background-color: var(--first-color);
        position: absolute;
        top: 5px;
        left: -1px;
    }

.blog-item-random-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 0;
    overflow: hidden;
}

    .blog-item-random-row:hover h4,
    .blog-item-random:hover h4 {
        color: var(--first-color);
    }

.ctg-article:hover {
    color: var(--first-color) !important;
}

.blog-item-random-img-row img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    transition: 0.5s;
}

.blog-item-random-img-row {
    border-radius: 8px;
    border: 4px solid #fff;
    overflow: hidden;
    width: 80%;
}

.info-blog-item {
    margin-right: 10px;
}

.article-date,
.ctg-article {
    font-size: 15px;
    color: var(--font-first-color) !important;
}

.ctg-article {
    margin-right: 10px;
}

.tab-content {
    position: relative;
    z-index: 2;
    padding-right: 5%;
}

.article-date {
    padding-left: 8px;
}



#btn-tab-FAQ {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

    #btn-tab-FAQ img {
        display: block;
        height: 25px;
        margin: 0 auto 6px auto;
    }

.nav-item-FAQ-btn {
    width: 72px;
    height: 72px;
    background-color: #fff;
    margin: 0 15px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .nav-item-FAQ-btn a {
        color: var(--font-second-color);
        font-size: 15px;
        text-align: center;
        font-weight: 300;
    }

.activeFAQ {
    box-shadow: 0px 0px 15px #FE62032E;
}

    .activeFAQ span {
        color: var(--first-color);
    }

    .activeFAQ img {
        filter: invert(50%) sepia(87%) saturate(5362%) hue-rotate(358deg) brightness(100%) contrast(106%);
    }


.FAQ-accordion {
    width: 70%;
    margin: 3rem auto;
}

.accordion-item {
    border: none !important;
    border-radius: 12px !important;
    margin: 10px 0 !important;
    padding-top: 5px;
}

.accordion-button {
    background-color: #fff !important;
    padding: 17px;
    color: var(--font-first-color);
    border-radius: 12px !important;
    border-bottom: none !important;
    gap: 10px !important;
}

.accordion-header {
    font-size: 17px !important;
    color: var(--font-first-color) !important;
}

.accordion-button svg {
    color: var(--first-color);
    margin-left: 10px;
    font-size: 20px;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.card-body {
    background-color: #EFF1F2;
    border-radius: 0 0 12px 12px;
}

    .card-body p {
        color: var(--first-color);
        font-size: 14px;
        font-weight: 400;
        text-align: justify;
        line-height: 1.8rem;
        padding-right: 0 4px;
    }

.nav-item-FAQ-btn a:focus-visible {
    border: none !important;
    outline: none !important;
}

.nav-tabs .nav-link {
    border: none !important;
    background-color: white !important;
    color: #7f7f7f;
}

footer .nav-tabs .nav-link {
    border-radius: 10px;
}



.nav-link.active:not(#FAQ .nav-link, .search-box .nav-link, .tour-group .nav-link, .search-box-area .nav-link) {
    color: white !important;
    background-color: var(--first-color) !important;
}

.company-logo {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    padding: 0 10%;
    margin: auto;
}

#container-slider-company-logo {
    display: flex;
    flex-direction: row;
    margin: 5rem auto !important;
}

.slide-company-logo {
    width: 150px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .slide-company-logo img {
        width: 74%;
        height: 100px;
        object-fit: contain;
    }

    .slide-company-logo p {
        text-align: center;
        font-size: 17px;
        color: #52575C;
    }

.img-logo-box {
    display: flex;
    justify-content: center;
    background-color: #F3F5F9;
    border-radius: 54px;
    border: 10px solid #E1DDDD;
    width: 140px;
    height: 185px;
    align-items: center;
    margin-bottom: 20px;
}

.swiper-rtl .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    font-size: 14px;
    color: #52575C;
    padding: 5px !important;
    border-radius: 100%;
    background-color: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #A8A8A8;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    top: 100px !important;
}

.swiper-rtl .swiper-button-next {
    left: 5px;
}

.swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
}

footer {
    margin-top: 10rem;
    background-color: #52575C;
    border-radius: 35px 35px 0 0;
    padding-bottom: 40px;
}

    footer.home-footer {
        position: relative;
    }

    footer .footer-menu-col {
        column-count: 5;
        gap: 2rem;
    }

        footer .footer-menu-col a {
            white-space: nowrap;
        }

.footer-container {
    width: 75%;
    margin: 2rem auto;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #ffffff5b;
    padding-bottom: 2rem;
}

footer .about-site span {
    font-size: 15px !important;
    color: #B8B8B8;
    text-align: justify;
    font-weight: 300;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

footer .tab-footer li {
    width: fit-content;
    margin-top:10px;
}

    footer .tab-footer li a {
        padding: 5px 15px;
    }

.certificate-footer ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: fit-content;
    gap: 15px;
}

    .certificate-footer ul li {
        list-style: none;
    }

.tab-btn-footer {
    background-color: #959595;
    border-radius: 11px;
    margin: 0 10px;
    width: 130px;
    height: fit-content;
}

    .tab-btn-footer a {
        color: #fff;
        font-size: 15px;
        text-decoration: none;
        text-align: center;
    }

    .tab-btn-footer.active {
        background-color: var(--first-color) !important;
    }

.list-items-column-footer ul li {
    list-style: none;
    padding: 10px;
    margin-top:0;
}

    .list-items-column-footer ul li a {
        font-size: 15px;
        color: #fff;
        text-decoration: none;
        font-weight: 300;
        padding: 10px 0;
        transition: 0.3s;
    }

.container-ul {
    padding: 0;
    margin: 1.5rem 0 0 0;
    display: flex;
    column-gap: 15px;
}

    .container-ul li {
        list-style: none;
    }

.tab-footer ul {
    padding: 0 0 0 10px;
}

.certificate-footer img {
    background-color: #fff;
    border-radius: 10px;
    width: 70px;
    height: 70px;
}

#arisa-company {
    color: var(--first-color);
    text-decoration: none;
}

#copy-right-arisa p {
    color: #ffff;
    font-weight: 300;
    position: relative;
    bottom: -16px;
    right: 8rem;
    font-size: 16px;
    margin: 0;
}

#copy-right-arisa {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

    #copy-right-arisa .text-center {
        width: 100%;
    }

.contact span {
    display: block;
    text-align: left !important;
    color: #ffff;
    font-weight: 300;
    font-size: 17px;
}

#phone-number {
    font-size: 24px !important;
    font-weight: 400 !important;
}

#social-media ul li {
    display: inline-block;
    list-style: none;
    margin: 0 7px;
    color: white;
}

    #social-media ul li .fa-brands {
        color: white;
        font-size: 25px;
        transition: 0.3s;
        cursor: pointer;
    }

        #social-media ul li .fa-brands:hover {
            color: var(--first-color);
        }

#footer-menu a {
    color: #fff;
    font-weight: 300;
    transition: 0.3s;
}

#footer-menu li {
    padding: 0 24px;
}

#designed {
    color: #fff;
    font-size: 17px;
    direction: ltr;
    padding: 0;
    text-align: left;
}

    #designed a {
        color: var(--first-color);
        text-decoration: none;
        padding-left: 5px;
    }

.footer-bottom {
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

    .footer-bottom ul {
        padding: 0;
        margin: 0;
    }

#news-letter-box {
    width: 45%;
    margin: 0 auto;
    background-color: #7F7F7F;
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    top: -85px;
}



#description-news-letter h3 {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
    display: inline-block;
}

#description-news-letter p {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin-right: 30px;
}

#description-news-letter svg {
    color: #fff;
    font-size: 23px;
    margin-left: 5px;
}

.input-box {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 10px;
}

    .input-box input:not([type='submit']) {
        border: none;
        padding: 10px 0;
        border-radius: 10px;
        direction: ltr;
        padding-left: 10px;
    }

    .input-box #subsDestination {
        direction: rtl;
        padding-right: 10px;
        width: 100%;
    }

    .input-box #txtSubscribe {
        direction: ltr;
    }

.btn-input {
    text-align: center;
    font-size: 13px;
    color: #fff;
    border-radius: 7px !important;
    background-color: #fe6203;
    padding: 3px 15px;
    border: none;
    margin: 7px;
    white-space: nowrap;
}

#btnSubscribe {
    padding: 3px 15px;
}

.input-box input::placeholder {
    text-align: left;
    color: #B8B8B8;
    font-size: 12px;
}

.input-box input:focus-visible {
    border: none !important;
    outline: none !important;
}

.destination-input-box {
    margin-top: 10px;
}


    .destination-input-box input::placeholder {
        text-align: right !important;
    }

#subsOrigin {
    direction: rtl;
    padding-right: 10px;
}


.list-items-column-footer ul li a:hover,
#social-media svg:hover,
#footer-menu a:hover {
    color: var(--first-color);
    transition: 0.3s;
}

.nav-item-FAQ-btn a:hover {
    color: var(--font-second-color);
}

.active1 {
    background-color: red;
}

.active-btn {
    background-color: var(--first-color) !important;
}

    .active-btn a {
        color: #ffff !important;
    }

.active-tab span {
    color: var(--first-color) !important;
    position: relative;
}

    .active-tab span::after {
        content: "";
        width: 69px;
        height: 4px;
        border-radius: 4px;
        background-color: var(--first-color);
        position: absolute;
        bottom: -8px;
    }

.hover-before-menu li a:hover:before {
    display: block;
    transition: 0.5s;
}

#arrow-up i {
    font-size: 30px;
    color: #ffff;
}

.radio-item {
    border: 2px solid white;
    box-shadow: 0 0 0 1px var(--first-color);
    appearance: none;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #fff;
    transition: all ease-in 0.2s;
}

    .radio-item:checked {
        background-color: var(--first-color);
    }

.search-input-box {
    margin: 0 auto;
    background-color: #ffff;
    border-radius: 8px;
    padding: 1rem;
    position: absolute;
    top: 60px;
    z-index: 99;
    width: 98%;
    box-shadow: 0px 10px 20px #00000029;
}

.search-input {
    width: 100%;
}

    .search-input input {
        width: 100%;
        height: 45px;
    }

.saerch-item {
    display: grid;
    grid-template-columns: auto auto auto auto;
    width: 100%;
}

.grid-item {
    padding: 10px 30px;
    background-color: #F3F3F3;
    border-radius: 8px;
    margin: 4px;
    text-align: center;
    color: var(--font-first-color);
}

    .grid-item:hover {
        color: var(--first-color);
    }

.search-input-box h4 {
    font-size: 14px;
    color: var(--font-first-color);
    text-align: right;
    padding: 15px 15px 5px 0;
    font-weight: 400;
    margin: 0;
}

.search-searchBox::placeholder {
    padding-right: 15px;
}

.hidden {
    display: none;
}

.traveler-box,
.traveler-box-DomesticHotel {
    background-color: #fff;
    position: absolute;
    padding: 0.5rem 1rem;
    top: 40px;
    right: 35%;
    width: 245px;
    border-radius: 15px;
    border: 1px solid #ccc;
    z-index: 8;
}

    .traveler-box ul {
        padding: 0;
        border-bottom: 1px solid #ccc !important;
        padding-bottom: 10px !important;
    }

    .traveler-box-DomesticHotel ul {
        padding: 0;
    }

        .traveler-box-DomesticHotel ul li {
            list-style: none;
            padding: 8px 0;
            display: flex;
            justify-content: space-between;
            width: 100%;
        }

    .traveler-box ul li {
        width: 100%;
        display: flex;
        padding: 12px 0;
        justify-content: space-between;
    }

.quantity-traveler button {
    border: none;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    color: #fff;
}


.plus {
    background-color: var(--first-color);
}

.less {
    background-color: #c9c9c9;
}

.quantity-traveler span {
    padding: 0 0.5rem;
    color: var(--font-first-color);
    font-size: 15px;
    font-weight: bold;
}

#adult::after {
    content: "(12+)";
    color: #A8A8A8;
    font-size: 12px;
    font-weight: 300;
    padding-right: 5px;
}

#child::after {
    content: "(2 ?? 12 ???)";
    color: #A8A8A8;
    font-size: 12px;
    font-weight: 300;
    padding-right: 5px;
}

#baby::after {
    content: "(2-)";
    color: #A8A8A8;
    font-size: 12px;
    font-weight: 300;
    padding-right: 5px;
}

.cabin-class select {
    width: 96%;
    padding: 5px 5px;
    position: relative;
    border: 1px solid #c7c7c7 !important;
    border-radius: 8px;
    width: 100%;
    margin: 10px 0;
}

    .cabin-class select:focus-visible {
        outline: none;
    }

.cabin-class option {
    padding: 8px 0 !important;
}

.nav-tabs .nav-link {
    margin-bottom: 0 !important;
    border: none !important;
}

#return-date {
    opacity: 0.5;
}

#return-date-label {
    opacity: 0.6;
}

.search-searchBox::placeholder {
    color: #c5c5c5;
}

.asa::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.color-text {
    color: var(--first-color);
}

#return-date-back {
    opacity: 1 !important;
}

#return-date-back-label {
    opacity: 1;
}

.accordion-button::after {
    font-size: 18px !important;
    width: 16px !important;
    background-size: auto !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.img-banner span {
    position: absolute;
    bottom: 10px;
    z-index: 9;
    right: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

.suggest-tours {
    position: relative;
    margin-top: 18rem;
    padding: 0px 10%;
}

    .suggest-tours::after {
        content: "";
        width: calc(100% - 50% - 8px) !important;
        height: calc(100% + 15px);
        border-top: 0.5px solid var(--first-color) !important;
        border-right: 0.5px solid var(--first-color);
        border-bottom: 0.5px solid var(--first-color);
        border-radius: 0 100px 100px 0;
        position: absolute;
        top: calc(50px + 9px);
        right: 0;
        z-index: -1;
    }

#hotel-slider::after {
    content: "";
    width: calc(100% - 50%) !important;
    height: calc(110%);
    border-top: 0.5px solid var(--first-color) !important;
    border-right: 0.5px solid var(--first-color);
    border-radius: 0 100px 0px 0;
    position: absolute;
    top: calc(50px + 9px);
    right: 0;
    z-index: -1;
}

.categories-tour-banner::after {
    content: "";
    width: calc(100% - 50%) !important;
    height: calc(100% + 15px);
    border-top: 0.5px solid var(--first-color) !important;
    border-left: 0.5px solid var(--first-color);
    border-radius: 100px 0 0 100px;
    position: absolute;
    border-bottom: 1px solid var(--first-color);
    top: calc(50px + 9px);
    left: 0;
    z-index: -1;
}

.categories-tour-banner {
    position: relative;
}

.categories-tour-banner {
    width: 90%;
    margin: 1rem auto;
    padding: 0px 10%;
}

.search-hotel-input {
    width: 100% !important;
}

#FAQ.home-faq {
    position: relative;
}

    .services-visa-section::after,
    .journal-touring::after,
    #FAQ.home-faq::after {
        content: "";
        border-top: 0.5px solid var(--first-color) !important;
        border-radius: 0 100px 100px 0;
        position: absolute;
        top: calc(50px + 9px);
        z-index: 0;
    }

.services-visa-section::after {
    content: "";
    width: calc(100% - 50%) !important;
    height: calc(100% + 15px);
    border-right: 0.5px solid var(--first-color);
    border-bottom: 0.5px solid var(--first-color);
    right: 0;
    z-index: 0;
}

.journal-touring::after {
    content: "";
    width: calc(100% - 50%) !important;
    height: 120%;
    border-top: 0.5px solid var(--first-color) !important;
    border-left: 0.5px solid var(--first-color);
    border-radius: 100px 0 0 0;
    position: absolute;
    top: calc(50px + 9px);
    left: 0;
    z-index: 0;
}

#FAQ.home-faq::after {
    content: "";
    width: calc(100% - 50%) !important;
    height: calc(100% + 15px);
    border-top: 0.51px solid var(--first-color) !important;
    border-left: 0.5px solid var(--first-color);
    border-radius: 100px 0 0 100px;
    position: absolute;
    border-bottom: 1px solid var(--first-color);
    top: calc(50px + 9px);
    left: 0;
    z-index: 0;
}


.services-visa-section::before {
    right: 50% !important;
}

.company-logo::before {
    top: -30px;
}

#hotel-slider::before {
    top: -20px;
}


.mobile-list-footer {
    list-style: none;
    padding: 10px;
    color: #fff;
}

.menu-mobile-footer {
    margin-top: 2rem;
    display: none;
}

#copy-right-arisa p {
    bottom: 0;
    right: 0;
}

.menu-mobile-footer ul {
    padding: 0;
}

/**/

.floating-input input {
    padding-right: 20px !important;
}

    .floating-input input::placeholder {
        color: #959595;
    }

select {
    position: relative;
}

    select::after {
        content: "87";
        font-family: "fontawesome";
        position: absolute;
        left: 5px;
        font-size: 14px;
        color: var(--font-first-color);
        z-index: 99;
    }

.close-box {
    color: var(--second-color);
    font-size: 18px;
    position: relative;
    top: -30px;
    left: -12px;
    float: left;
}

.borderr {
    border: 1px solid var(--first-color) !important;
    border-radius: 8px;
}

#btns-tours-tab {
    position: relative;
    z-index: 8;
}

.hidden {
    display: none;
}

.hotel-input {
    width: 100%;
}

.hotel-search-box .floating-input {
    width: 48% !important;
    margin: 5px 0;
}

.hotel-search-box .search-button-search-box {
    width: 46% !important;
    height: 60px;
}

.hotel-input .search-input-box {
    width: 100%;
}

.add-room {
    color: #0077DB;
    font-size: 13px;
    border: none;
    border-radius: 8px;
    padding: 4px 12px;
    background-color: #EFEFEF;
}

.menu-btn-mobile {
    display: none;
}

.hidden {
    display: none;
}

.suggest-tours,
.categories-tour-banner,
.tours-slider,
.services-visa-section,
.container-section,
.company-logo {
    padding-top: 50px;
    padding-bottom: 50px;
}


/*--------------blog---------------*/

.newest-content .content,
.popular-content .content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}


/*-------------Arisa services---------------*/

.service-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 15px;
}

    .service-items .service-item {
        background-color: white;
        border-radius: 10px;
        color: var(--font-second-color)
    }

        .service-items .service-item:hover {
            cursor: pointer;
            color: var(--first-color);
        }

            .service-items .service-item:hover .content img {
                filter: invert(50%) sepia(87%) saturate(5362%) hue-rotate(358deg) brightness(100%) contrast(106%);
            }


        .service-items .service-item .content img {
            width: 30px;
        }


/*-----------page with side 1-------------*/
.page-with-side-1 aside {
    width: 25%;
}

.page-with-side-1 article {
    width: 75%;
}

@media screen and (max-width: 990px) {
    .page-with-side-1 aside,
    .page-with-side-1 article {
        width: 100%;
    }
}

.page-with-side-1 .swiper-buttons.next {
    right: -15px;
}
.page-with-side-1 .swiper-buttons.prev {
    left: -15px;
}

/*--map in page with side 1----*/
.page-with-side-1 .aside-item.map {
    padding: 10px 10px !important;
}

    .page-with-side-1 .aside-item.map iframe {
        width: 100%;
        height: 300px;
        border-radius: 10px;
    }
/*---------------------------comments------------------------------*/
.comments-area .comments {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .comments-area .comments .comment-box,
    .comments-area .comments .send-comment {
        padding: 10px 15px;
        background-color: white;
        box-shadow: 0px 0px 1px var(--caption-color);
    }

    .comments-area .comments hr {
        color: gray;
        border-width: 2px;
        opacity: 0.1;
    }

    .comments-area .comments .comment-box .comment-title {
        display: flex;
        font-size: 14px;
        gap: 8px;
    }

        .comments-area .comments .comment-box .comment-title .icon {
            border-radius: 50%;
            background-color: #EBF3FF;
            width: 25px;
            height: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #0077DB;
            font-size: 14px;
        }

        .comments-area .comments .comment-box .comment-title .date {
            margin: 0px 15px;
        }

    .comments-area .comments .comment-box .comment-content p {
        font-size: 14px;
        margin: 10px 0px !important;
    }

    /*====reply comment div*/
    .comments-area .comments .comment-box .comment-title .reply-icon {
        color: #959595;
    }

    .comments-area .comments .comment-box .reply-comment .comment-title .icon {
        color: var(--first-color);
    }

    /*====send comment===*/

    .comments-area .comments .send-comment .send-comment-title {
        font-size: 15px;
        color: var(--font-color);
    }


    .comments-area .comments .send-comment .send-comment-content .inputs {
        width: 70%;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .comments-area .comments .send-comment label {
        font-size: 14px;
    }

    .comments-area .comments .send-comment .send-comment-content .inputs .submit-btn {
        background-color: var(--first-color);
        color: white;
        margin-top: 10px;
        font-family: inherit;
    }

    .comments-area .comments .send-comment .send-comment-content .inputs input,
    textarea {
        padding: 10px 5px;
        border: none;
        border-radius: 7px;
        background-color: #F6F6F6;
        outline: none;
    }

    .comments-area .comments .send-comment .send-comment-content .inputs .textarea,
    .comments-area .comments .send-comment .send-comment-content .inputs textarea {
        resize: none;
        padding-bottom: 0 !important;
        height: 100%;
    }

    .comments-area .comments .send-comment .send-comment-content .inputs textarea {
        padding-left: 95px;
    }

    .comments-area .comments .send-comment .send-comment-content .inputs .textarea button {
        inset: 10px auto 10px 10px;
        width: 80px;
    }

    .comments-area .comments .send-comment .send-comment-content .img {
        width: 30%;
    }

        .comments-area .comments .send-comment .send-comment-content .img img {
            aspect-ratio: 3/4;
            object-fit: cover;
        }

@media screen and (max-width: 990px) {
    .comments-area .comments .send-comment .send-comment-content .img,
    .comments-area .comments .send-comment .send-comment-content .inputs {
        width: 100%;
    }
}

/*----------------------------------------tour cat page--------------------------------------------*/
.page-with-side-1 aside .search-area input {
    height: 50px;
    outline: none;
    border: none;
}

.page-with-side-1 aside .search-area .icon {
    top: 5px;
    left: 5px;
    height: 40px;
    width: 40px;
    font-size: 18px;
}

.page-with-side-1 article .banners img {
    aspect-ratio: 5/2;
    object-fit: cover;
}

.page-with-side-1 .related-hotels-slider,
.page-with-side-1 .related-content-slider,
.page-with-side-1 .related-tours-slider {
    width: 95%;
}

    .page-with-side-1 .related-content-slider .img {
        position: relative;
    }

        .page-with-side-1 .related-content-slider .img .cover {
            background: linear-gradient(0deg, rgba(2, 0, 36, 0.8) 0%, rgba(2, 0, 36, 0) 40%);
            width: 100%;
            height: 100%;
            top: 0;
            position: absolute;
        }

    .page-with-side-1 .related-hotels-slider .swiper-slide img {
        aspect-ratio: 3/2;
    }



    .page-with-side-1 .related-tours-slider .see-button {
        color: #0077DB;
    }

    .page-with-side-1 .related-tours-slider .swiper-slide:hover {
        cursor: pointer;
    }

    .page-with-side-1 .related-tours-slider .swiper-slide .tour-title {
        transition: 0.15s;
    }

    .page-with-side-1 .related-tours-slider .swiper-slide:hover .tour-title {
        color: var(--first-color);
    }
/* ---------------------tour cards-------------------------*/
.tour-cards a {
    color: var(--font-first-color);
}

.tour-card-area {
    width: 100%;
    border: none;
    overflow: hidden;
    margin-bottom: 25px;
}

    .tour-card-area .tour-card {
        padding: 10px;
        transition: 0.2s;
        background-color: white;
        justify-content: space-between;
    }

        .tour-card-area .tour-card:hover .card-title {
            color: var(--first-color);
        }


    .tour-card-area .card-img {
        width: 35%;
        border-radius: 7px;
    }

        .tour-card-area .card-img img {
            width: 100%;
            object-fit: cover;
            aspect-ratio: 5/3.5;
        }

    .tour-card-area .card-content {
        width: 65%;
        justify-content: space-between;
        padding: 5px 10px 5px 0;
        position: relative;
    }

        .tour-card-area .card-content .star-container {
            color: #FFC107;
        }

@media screen and (max-width: 990px) {
    .tour-card-area .card-content {
        width: 100%;
        padding: 0;
    }

    .tour-card-area .card-img {
        width: 100%;
    }

    .tour-card-area .card-content .tags {
        position: unset !important;
    }

    .wm-100 {
        width: 100% !important;
    }
}

.tour-card-area .card-content h3 {
    margin: 5px 0px 5px 0px !important;
    font-size: 16px;
    transition: 0.15s;
}


.tour-card-area .card-content p {
    margin: 4px 0px !important;
    font-size: 14px;
}

.tour-card-area .card-content .titr {
    color: var(--font-second-color);
}

.tour-card-area .card-content .tags {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

    .tour-card-area .card-content .tags .common-tag {
        color: #0077DB;
        background-color: #EBF3FF;
        font-size: 14px;
        padding: 5px 0px;
        text-align: center;
        width: 90px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        white-space: nowrap;
    }

        .tour-card-area .card-content .tags .common-tag.airline-tag {
            width: fit-content;
            padding: 5px 7px !important;
        }


        .tour-card-area .card-content .tags .common-tag img {
            width: 25px;
            aspect-ratio: 1/1;
        }

.tour-card-area .card-content .tour-tag .special-tag {
    color: rgb(255, 0, 0);
    background-color: rgba(255, 0, 0, 0.1);
    font-size: 14px;
    padding: 2px 12px;
    text-align: center;
    width: fit-content;
    border-radius: 25px;
}

.tour-card-area .tour-services-area {
    background-color: #EBF3FF;
    transition: 0.3s;
}

.tour-card-area .h-0 {
    height: 0 !important;
    transition: 0.3s;
}




@media screen and (max-width: 990px) {

    .search-box {
        width: 95%;
        left: 1%;
        right: 1%;
        margin: auto;
    }



    /* flex-direction-column; */
    .search-box,
    .top-inputs,
    .container-categories-tour-banner,
    #about-arisa,
    .nav-links-blog,
    .container-random-blogs,
    .blog-item-random-row,
    .footer-container,
    .footer-bottom {
        flex-direction: column;
    }

    /* width-100%; */
    .floating-input,
    .floating-input-bottom,
    #btns-tab,
    .search-button-search-box,
    .tours-slider,
    .services-visa-section,
    .container-section,
    .FAQ-accordion,
    .footer-bottom,
    .hotel-search-box .floating-input {
        width: 100% !important;
    }

    .suggest-tours,
    .categories-tour-banner,
    .img-banner img {
        width: 98%;
    }

    .floating-input input {
        margin: 4px 0;
    }

    #btns-tab ul {
        justify-content: start;
    }

    .search-button-search-box {
        padding: 15px;
    }

    .suggest-tours,
    .categories-tour-banner,
    .tours-slider,
    .services-visa-section,
    .container-section {
        padding: 20px;
    }

    .tours-slide {
        width: 85% !important;
    }

    #img-box-about-arisa {
        width: 70%;
        top: 10px;
        right: 12%;
        height: 220px;
        margin: 0;
    }

    #about-arisa {
        height: fit-content;
        background-image: none;
    }

    #container-information-about-arisa {
        margin: 20px auto;
    }

    .nav-links-blog {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 15px;
        row-gap: 5px;
    }
    .nav-item-blog::after {
        all: unset;
    }

    .nav-item-blog {
        margin: 0;
        width: 100%;
    }

    .blog-item-random-img-row {
        width: 90%;
        margin: 1rem auto;
    }

    .info-blog-item p,
    #news-letter-box,
    .footer-container {
        width: 85% !important;
    }

    .info-blog-item {
        margin-right: 22px;
    }

    .blog-item-random-img {
        height: 160px;
    }

    .nav-item-FAQ-btn {
        margin: 0 4px;
    }

    .container-right-box-footer p {
        width: 90%;
        display: block;
    }

    .tab-btn-footer {
        margin: 3px 0;
        width: 100%;
    }

    .tab-footer {
        display: none;   
    }

    #copy-right-arisa {
        display: block;
    }

    #login-button {
        padding: 5px 10px;
    }

        #login-button span {
            font-size: 14px;
        }

    .menu-pc-container,
    #login-button {
        display: none;
    }

    .hotel-search-box .search-button-search-box {
        width: 96% !important;
    }

    .menu-btn-mobile {
        margin: 0 13px;
        display: flex;
        align-items: center;
    }

    #container-nav {
        width: 98%;
    }

    .menu-mobile-footer {
        display: block;
    }

    #btns-tab ul {
        flex-wrap: nowrap !important;
        white-space: nowrap;
        overflow: auto;
        scrollbar-width: 0;
    }

    .menu-btn-mobile svg {
        font-size: 18px;
        color: #bcbec1;
    }

    .toggle-btn {
        top: 54px;
        right: 45%;
    }

    .search-button-search-box {
        width: 96% !important;
    }

    #FAQ.home-faq::after,
    .company-logo::after,
    .journal-touring::after,
    .services-visa-section::after,
    #hotel-slider::after,
    #tours-slider::after,
    .categories-tour-banner::after {
        border: none;
        border-top: none !important;
    }

    .social-media {
        width: 70%;
        margin: 0 auto;
    }

    #footer-menu li {
        padding: 5px 22px;
    }

    #footer-menu {
        padding: 0 !important;
    }

    .bottom-inputs {
        margin: 0 !important;
    }

    .company-logo {
        margin: 0 auto;
        width: 100%;
    }

    .overlay {
        width: 100% !important;
        height: 100vh !important;
        background-color: #030303c7;
        position: fixed;
        z-index: 98;
        top: 0;
        /* display: none; */
    }

    .traveler-box-DomesticHotel {
        top: 50% !important;
        right: 20% !important;
    }

    .traveler-box {
        top: 50% !important;
        right: 17%;
        z-index: 99;
        position: fixed;
        width: 270px;
    }

    #btns-tab li {
        width: auto;
        padding: 0 2rem;
    }

    .saerch-item {
        grid-template-columns: auto auto auto;
    }

    .tab-btn-footer {
        background: none !important;
    }

    .title-list {
        background-color: #7F7F7F;
        width: 100%;
        display: block;
        text-align: right;
        text-align: right !important;
        direction: rtl;
        padding: 9px;
        border-radius: 5px;
    }

    .mobile-list-footer {
        padding: 2px;
    }

    .container-ul-mobile {
        padding: 1rem;
        background-color: #898989;
        margin: 10px 0;
        border-radius: 5px;
    }

        .container-ul-mobile ul li {
            list-style: none;
            padding: 5px 0;
            transition: 0.3s;
        }

            .container-ul-mobile ul li:hover {
                background-color: #959595;
            }

    .active-btn-footer .title-list {
        background-color: var(--first-color);
    }

    #social-media {
        display: flex;
        justify-content: center;
        margin: 1rem 0;
    }

        #social-media ul {
            padding: 0;
        }

    #footer-menu ul {
        margin: 1rem 0;
        padding: 0;
        text-align: center;
    }

    .row-mobile {
        display: flex;
        flex-direction: row;
    }

    /*search box*/
    .search-box {
        top: 50%;
    }

    /*page title*/
    section.page-title.bottom-of-search-box {
        margin-top: 20rem !important;
    }

    .page-title {
        width: 95% !important;
    }

    /*FAQ*/

    #FAQ .content ul {
        row-gap: 8px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    /*tour group*/
    .tour-group .content .nav-tabs {
        column-gap: 10px !important;
        row-gap: 10px;
    }

    /*grid-4col*/
    .grid-4col {
        display: grid;
        grid-template-columns: auto auto;
    }

    /*grid-3col*/
    .grid-3col {
        display: grid;
        grid-template-columns: auto;
    }


    /*slider btn hide in mobile*/

    .swiper-buttons {
        display: none;
    }

    /*sections*/
    .w-75 {
        width: 90% !important;
    }

    /*titles*/
    .title-with-options {
        display: flex;
        flex-direction: column-reverse;
    }

        .title-with-options > div {
            margin-top: 30px;
            width: 100%;
        }

        .title-with-options .nav-tabs {
            display: flex;
            justify-content: center;
            gap: 7px;
        }

            .title-with-options .nav-tabs .w-25 {
                width: 100% !important;
            }

    .default-title {
        width: 100% !important;
    }

    .title-with-options .w-25 {
        width: 100% !important;
    }

    /*banners in page*/
    .page-banners {
        flex-direction: column !important;
    }

        .page-banners .img {
            width: 100% !important;
        }




    .container-visa-section {
        grid-template-columns: 1fr 1fr;
        column-gap: 15px;
    }

    /*footer*/

    footer .footer-logo,
    footer #copy-right-arisa .contact a span,
    footer .footer-bottom #designed,
    footer .certificate-footer {
        text-align: center !important;
    }

        footer .certificate-footer ul {
            margin: auto;
        }

    footer #copy-right-arisa .contact {
        margin: 20px auto;
    }

    footr .footer-container {
        margin: 0 auto;
    }

    /*blog sec in home page*/
    .journal-touring .container-random-blogs {
        grid-template-columns: auto;
        grid-template-rows: auto;
        row-gap: 30px;
    }

        .journal-touring .container-random-blogs .blog-item-random-row {
            grid-column: 1/2;
            grid-row: auto;
        }

            .journal-touring .container-random-blogs .blog-item-random-row .blog-item-random-img,
            .journal-touring .container-random-blogs .blog-item-random-row .info-blog-item {
                width: 100%;
                margin: auto;
            }

                .journal-touring .container-random-blogs .blog-item-random-row .info-blog-item h4 {
                    padding: 10px 0;
                }

    /*tour group in home page*/
    .categories-tour-banner .container-categories-tour-banner {
        grid-template-columns: auto;
    }

    .categories-tour-banner #container-information-about-arisa a {
        bottom: 0;
        float: right;
        padding: 20px 0;
        position: static;
    }

    /*d & I Toggle Btn*/
    #btns-tours-tab .nav-tabs {
        justify-content: center;
        margin: 20px 0;
    }

    .default-title.pc-hide {
        display: flex;
    }

    /*services section*/

    .services .service-items {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    /*FAQ accordion*/
    .FAQ-accordion {
        display: inline-flex;
        margin: 0 auto;
    }


    /*weblog page*/
    .newest-content .content, .popular-content .content {
        grid-template-columns: auto;
    }


    /*=====tour details page - article - hotel cards (responsive)====*/

    .page-with-side-1 .hotel-card-area .hotel-cards {
        grid-template-columns: 1fr;
    }

        .page-with-side-1 .hotel-card-area .hotel-cards .hotel-card {
            flex-direction: column;
        }

            .page-with-side-1 .hotel-card-area .hotel-cards .hotel-card :is(.img,.content) {
                width: 100%;
            }

    .page-with-side-1 .hotel-card-area .prices {
        grid-template-columns: 1fr 1fr;
        row-gap: 10px;
    }

        .page-with-side-1 .hotel-card-area .prices .price-item {
            width: 75%;
        }

    .page-with-side-1 .hotel-card-area .hotel-cards .hotel-card .content .info {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

.search-input-box-origin {
    display: none;
}




/* ---------------------- search box ---------------------- */
/*navs*/

.search-box-area {
    width: 60%;
    border-radius: 15px;
    box-shadow: 0 0 20px #ccc;
    background-color: white;
    right: 50%;
    transform: translate(50%, -50%);
}

    .search-box-area .nav .nav-link {
        border: none;
        position: relative;
    }

    .search-box-area .nav-link.active::after {
        content: "";
        width: 50px;
        height: 4px;
        border-radius: 4px;
        background-color: var(--first-color);
        position: absolute;
        bottom: -8px;
    }

    .search-box-area .nav .nav-link.active {
        border: none;
    }

    .search-box-area .nav .nav-item .nav-link span {
        font-size: 17px;
        color: #A8A8A8;
    }

    .search-box-area .nav .nav-item .nav-link img {
        height: 30px;
        width: auto;
    }

    /*searchbox - tour*/
    .search-box-area #tour .nav {
        border: none;
    }

        .search-box-area #tour .nav .nav-link {
            border: none;
            position: relative;
        }

    .search-box-area #tour .nav-link.active::after,
    .search-box-area .input .nav-link.active::after {
        content: none;
    }

    .search-box-area #tour .nav .nav-link.active {
        border: none;
    }

    .search-box-area #tour .nav .nav-item .nav-link span {
        font-size: 17px;
        color: #A8A8A8;
    }

    .search-box-area #tour .nav .nav-item .nav-link img {
        height: 30px;
        width: auto;
    }

    /*nav.active*/
    .search-box-area .nav .nav-link.active img {
        filter: invert(50%) sepia(87%) saturate(5362%) hue-rotate(358deg) brightness(100%) contrast(106%);
    }

    .search-box-area .nav .nav-link.active span {
        color: var(--first-color) !important;
    }
    /**/

    /*swap btn*/
    .search-box-area .swap-btn {
        top: 25%;
        width: 30px;
        aspect-ratio: 1/1;
        left: -22.5px;
        border: 1px solid var(--first-color);
        border-radius: 7px;
        background-color: white;
        z-index: 5;
        cursor: pointer;
        transition: 0.2s ease;
    }

        .search-box-area .swap-btn:hover {
            background-color: var(--first-color)
        }

            .search-box-area .swap-btn:hover i {
                color: white !important;
            }

@keyframes swapRotate {
    0% {
        transform: rotate(0deg)
    }

    40% {
        transform: rotate(-50deg)
    }

    100% {
        transform: rotate(180deg)
    }
}


/*direction navs*/
.search-box-area .direction input {
    accent-color: var(--first-color);
    transform: scale(1.2);
    cursor: pointer;
}

.search-box-area .direction label {
    font-size: 15px;
    color: #A8A8A8;
    font-weight: 300;
    user-select: none;
    cursor: pointer;
}

/*inputs*/
.search-box-area .inputs input {
    padding: 13px 20px;
    border-radius: 8px;
    outline: none;
    border: 1px solid #dadada;
    transition: 0.15s;
}

    .search-box-area .inputs input:focus {
        border: 1px solid var(--first-color);
    }

    .search-box-area .inputs input:disabled {
        cursor: not-allowed;
        background-color: #ededed;
    }

        .search-box-area .inputs input:disabled::placeholder {
            color: #A8A8A8;
        }

/*dropdown container برای مقصد و مبدأ*/

/*dropdown1*/
.search-box-area .dropdown-container {
    transition: 0.2s;
}

    .search-box-area .dropdown-container .popular-cities {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        z-index: inherit;
    }

        .search-box-area .dropdown-container .popular-cities .city {
            background-color: #F3F3F3;
            transition: 0.15s;
            border: 1px solid #e3e3e3;
            z-index: inherit;
        }

            .search-box-area .dropdown-container .popular-cities .city:hover {
                color: var(--first-color) !important;
                cursor: pointer;
                border: 1px solid var(--first-color);
            }

/*dropdown2*/
.search-box-area .dropdown-container2 {
    max-height: 300px;
    overflow-y: auto;
}

    .search-box-area .dropdown-container2,
    .search-box-area .dropdown-container2 .airports {
        transition: 0.2s;
    }

        .search-box-area .dropdown-container2 .airports:hover {
            cursor: pointer;
            background-color: #F3F3F3 !important;
        }

.search-box-area ::-webkit-scrollbar {
    width: 3px;
}

.search-box-area ::-webkit-scrollbar-track {
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 20px;
}

.search-box-area ::-webkit-scrollbar-thumb {
    background-color: #fe6203;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 20px;
}

/*Licenses*/
.License-img {
    max-height: 250px;
    width: 97%;
    margin: 0 auto;
}

.search-box-area input:not(input[type='submit'], input[type='button'], input:disabled) {
    color: var(--first-color) !important;
}

.search-box-area input:disabled {
    color: gray !important;
}


/*searchbox - select travelers*/
.search-box-area .inputs .input button {
    color: #0077DB;
    width: fit-content;
    font-size: 13px;
}

.search-box-area .inputs .trash-icon {
    transition: 0.15s;
}

    .search-box-area .inputs .trash-icon:hover {
        color: var(--first-color) !important;
    }

.search-box-area .child-counters .item-name small {
    line-height: 20px;
}

.search-box-area .cabin-class ul {
    grid-template-columns: 1fr 1fr;
}

    .search-box-area .cabin-class ul li a {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
        background-color: #ededed !important;
    }

        .search-box-area .cabin-class ul li a:hover {
            cursor: pointer;
        }

        .search-box-area .cabin-class ul li a.active {
            background-color: var(--first-color) !important;
            color: white;
        }

/*Licenses*/
.License-img {
    max-height: 250px;
    width: 97%;
    margin: 0 auto;
}

    .License-img img {
        height: 100%;
        aspect-ratio: 2/1.2;
        object-fit: cover;
        border-radius: 15px;
        width: 100%;
    }
/*contact-page*/
#form-contact-container {
    background-color: #ffff;
    padding: 20px;
    border-radius: 20px;
}
.contact-form{
    margin:0 20px;
}
.contact-form h2 {
    font-size: 18px;
    color: var(--first-color);
}

.contact-form input, .contact-form textarea {
    width: 97%;
    border: none;
    border-radius: 7px;
    padding: 5px;
    margin:0 auto;
    background-color: #F5F5F5;
    outline: none;
    resize: none;
}

.contact-form textarea {
    height: 135px;
    width:100% !important;
}

#form-btn {
    border: none;
    background-color: var(--first-color);
    border-radius: 7px;
    font-size: 16px;
    color: #fff;
    padding: 3px 26px;
    position: absolute;
    float: left;
    left: 10px;
    bottom: 21px;
}

.map-container iframe {
    width: 100%;
    height: 370px;
    border-radius: 15px;
}

.contact-details {
    margin: 0 auto;
    padding: 0;
}

    .contact-details i {
        color: var(--first-color);
        font-size: 15px;
        padding-left: 2px;
    }

    .contact-details ul li {
        background-color: #fff;
        padding: 15px 5px;
        margin: 14px 0;
        min-width: 19.5%;
        border-radius: 10px;
    }

        .contact-details ul li a {
            color: var(--font-first-color);
        }

.social-icons ul li {
    padding: 0 3px !important;
    margin: 0 !important;
}

@media screen and (max-width: 990px) {
    .about-arisa-about-page {
        flex-direction: column;
    }

    .search-box-area {
        width: 95% !important;
        margin-top:20rem;
    }

    .list-title-about-arisa-container {
        flex-direction: column;
    }

    .Licenses-container {
        flex-direction: column;
    }

    .contact-details ul {
        flex-direction: column;
    }

        .contact-details ul li {
            width: 100%;
        }

    .social-icons ul {
        display: flex;
        flex-direction: row;
    }

        .social-icons ul li {
            display: inline-block;
        }

    .list-item ul {
        padding: 0;
    }

    .search-box-area .nav {
        overflow: auto;
        gap: 20px !important;
        flex-wrap: nowrap;
        justify-content: right !important;
        padding: 0;
    }

        .search-box-area .nav::-webkit-scrollbar {
            display: none;
        }

        .search-box-area .nav .nav-link span {
            white-space: nowrap;
        }

    .search-box-area .row1,
    .search-box-area .row2 {
        flex-direction: column;
    }

    .search-box-area .input,
    .search-box-area .w-25 {
        width: 100% !important;
    }

    #about-arisa {
        margin-top: 6rem !important;
    }

    .about-page .radius-img-box-aboutPage {
        text-align: center;
    }

        .about-page .radius-img-box-aboutPage img {
            width: 90%;
        }
    /*tour-details-page*/
    @media screen and (max-width: 990px) {
        /*======breadcrumb=====*/
        section .page-title .road-pages {
            font-size: 13px;
            column-gap: 7px;
        }

        /*=====article - hotel cards*/
        .hotel-card-area .hotel-cards {
            grid-template-columns: 1fr !important;
        }

            .hotel-card-area .hotel-cards .hotel-card {
                flex-direction: column;
            }

                .hotel-card-area .hotel-cards .hotel-card :is(.img,.content) {
                    width: 100% !important;
                }

        .hotel-card-area .prices {
            grid-template-columns: 1fr 1fr !important;
            row-gap: 10px;
        }

            .hotel-card-area .prices .price-item {
                width: 75% !important;
            }

        .hotel-card-area .hotel-cards .hotel-card .content .info {
            display: flex !important;
            flex-direction: column !important;
            row-gap: 10px;
            margin-top: 15px;
        }
        /*=====article - flight cost======*/

        .flight-cost {
            display: flex;
            flex-direction: column;
            height: fit-content;
            padding: 0px 0px;
            gap: 7px;
        }

            .flight-cost .cost {
                width: 90%;
                justify-content: space-between;
            }

                .flight-cost .cost span {
                    font-size: 14px;
                    font-weight: bold;
                }

        /*=====article - sum info======*/
        .page-with-side-1 .sum-info {
            grid-template-columns: auto !important;
        }

        .comments-area .comments .send-comment .send-comment-content .inputs .textarea,
        .comments-area .comments .send-comment .send-comment-content .inputs textarea {
            height: 200px;
        }

        .comments-area .comments .send-comment .send-comment-content .inputs textarea {
            padding-left: 10px;
            padding-right: 10px;
        }
        /*=======send-comment========*/
        .comments-area .comments .send-comment .send-comment-content .inputs .textarea button {
            inset: auto 10px 10px 10px !important;
            flex-direction: row !important;
            width: auto !important;
            gap: 10px;
            padding: 5px 0;
        }
    }
}

/*---------------------------aside------------------------------*/

.page-with-side-1.tour-details-page .aside-item {
    width: 100%;
    border-radius: 7px;
    border: none;
    padding: 10px 0px;
    background-color: white;
    color: var(--font-second-color);
}

    .page-with-side-1.tour-details-page .aside-item iframe {
        width: 100%;
        padding: 0 10px;
    }


    .page-with-side-1.tour-details-page .aside-item .title {
        font-size: 15px;
    }

        .page-with-side-1.tour-details-page .aside-item .title span {
            color: var(--font-first-color);
        }


.page-with-side-1 aside .reservation-request .icon {
    width: 45px;
    height: 45px;
}

.page-with-side-1 aside .search-input input {
    outline: none;
    background-color: #f2f2f2;
    height: 50px;
}

.page-with-side-1 aside .search-input button {
    height: 40px;
    inset: 5px auto 5px 5px;
}

/*---------------------------article------------------------------*/
.page-with-side-1.tour-details-page .article-item {
    width: 100%;
    border-radius: 7px;
    border: none;
    padding: 10px 0px;
    box-shadow: 0px 0px 1px var(--caption-color);
    background-color: white;
    overflow: hidden;
}


/*---------------------------article - sum info------------------------------*/
.page-with-side-1 .sum-info {
    display: grid;
    grid-template-columns: auto auto auto auto;
}
/*---------------------------article - hotel cards------------------------------*/
.page-with-side-1.tour-details-page .hotel-card-area {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

    .page-with-side-1.tour-details-page .hotel-card-area .hotel-cards {
        height: 80%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0px 10px;
        row-gap: 20px;
    }

        .page-with-side-1.tour-details-page .hotel-card-area .hotel-cards .hotel-card {
            display: flex;
            gap: 10px;
        }

            .page-with-side-1.tour-details-page .hotel-card-area .hotel-cards .hotel-card .title h3 {
                font-size: 16px;
            }


            .page-with-side-1.tour-details-page .hotel-card-area .hotel-cards .hotel-card :is(.img,.content) {
                width: 50%;
                border-radius: 7px;
            }

            .page-with-side-1.tour-details-page .hotel-card-area .hotel-cards .hotel-card .img img {
                width: 100%;
                aspect-ratio: 3/2;
            }

            .page-with-side-1.tour-details-page .hotel-card-area .hotel-cards .hotel-card .content {
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }

                .page-with-side-1.tour-details-page .hotel-card-area .hotel-cards .hotel-card .content :is(.title, .info) {
                    width: 100%;
                }

                .page-with-side-1.tour-details-page .hotel-card-area .hotel-cards .hotel-card .content .info .info-item {
                    display: flex;
                    align-items: center;
                    gap: 3px;
                    font-size: 16px;
                }

                    .page-with-side-1.tour-details-page .hotel-card-area .hotel-cards .hotel-card .content .info .info-item .icon,
                    .page-with-side-1.tour-details-page .hotel-card-area .hotel-cards .hotel-card .content .info .info-item .info-item-title {
                        color: #A8A8A8;
                    }


                    .page-with-side-1.tour-details-page .hotel-card-area .hotel-cards .hotel-card .content .info .info-item span {
                        font-size: 12px;
                    }

    .page-with-side-1.tour-details-page .hotel-card-area .prices {
        height: fit-content;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        width: 100%;
        margin: auto;
    }

    .page-with-side-1.tour-details-page .hotel-card-area .stars {
        color: #FFC107;
    }

    .page-with-side-1.tour-details-page .hotel-card-area .prices .price-item {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin: auto;
        width: 55%;
    }

        .page-with-side-1.tour-details-page .hotel-card-area .prices .price-item .text {
            border-radius: 7px;
            background-color: #EBF3FF;
            color: #0077DB;
            padding: 2px 0px;
        }

            .page-with-side-1.tour-details-page .hotel-card-area .prices .price-item .text span {
                font-size: 12px;
                font-weight: bold;
            }

        .page-with-side-1.tour-details-page .hotel-card-area .prices .price-item .value span.price {
            font-size: 15px;
            font-weight: 800;
        }


/*---------------------------article - flight cost------------------------------*/

.page-with-side-1.tour-details-page .flight-cost {
    display: flex;
    align-items: center;
    padding: 0 10px;
    gap: 30px;
    justify-content: space-between;
}

    .page-with-side-1.tour-details-page .flight-cost .text {
        white-space: nowrap;
    }

    .page-with-side-1.tour-details-page .flight-cost .cost {
        display: flex;
        align-items: center;
        gap: 5px;
        background-color: #F5F5F5;
        border-radius: 7px;
        padding: 7px 10px;
        width: auto;
    }

        .page-with-side-1.tour-details-page .flight-cost .cost div {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .page-with-side-1.tour-details-page .flight-cost .cost span {
            font-size: 14px;
        }

/*---------------------------article - tour information------------------------------*/

.page-with-side-1.tour-details-page .tour-information {
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    color: var(--font-second-color);
}

    .page-with-side-1.tour-details-page .tour-information .title {
        display: flex;
        align-items: center;
        gap: 7px;
        color: var(--first-color);
        font-size: 15px;
    }

        .page-with-side-1.tour-details-page .tour-information .title span {
            color: var(--font-first-color);
        }



        .page-with-side-1.tour-details-page .tour-information .title #mug {
            padding-bottom: 6px;
        }

        .page-with-side-1.tour-details-page .tour-information .title .icon {
            font-size: 17px;
        }

    .page-with-side-1.tour-details-page .tour-information .content .item-holder {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        row-gap: 5px;
    }

        .page-with-side-1.tour-details-page .tour-information .content .item-holder .item {
            display: flex;
            align-items: center;
            gap: 5px;
        }

/*---------------------------article - daily plan------------------------------*/

.page-with-side-1.tour-details-page .daily-plan-area {
    position: relative;
    overflow: visible;
    padding: 25px 0 15px 0;
    margin: 30px auto;
}

.page-with-side-1.tour-details-page .daily-plan-head {
    margin: 30px;
}

.page-with-side-1.tour-details-page .daily-plan {
    padding: 0px 20px;
}

    .page-with-side-1.tour-details-page .daily-plan .title {
        top: 0px;
        display: flex;
        align-items: center;
        gap: 7px;
        height: 30px;
        position: absolute;
        top: -15px;
    }

        .page-with-side-1.tour-details-page .daily-plan .title .number {
            border-radius: 50%;
            height: 30px;
            width: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: var(--first-color);
            color: white;
            font-size: 18px;
        }

            .page-with-side-1.tour-details-page .daily-plan .title .number span {
                font-size: 18px;
                margin-top: 3px;
            }

        .page-with-side-1.tour-details-page .daily-plan .title .text {
            border-radius: 5px;
            background-color: var(--first-color);
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 80%;
            padding: 0px 10px;
            overflow: hidden;
        }

            .page-with-side-1.tour-details-page .daily-plan .title .text span {
                font-size: 13px;
            }

    .page-with-side-1.tour-details-page .daily-plan .content {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .page-with-side-1.tour-details-page .daily-plan .content .content-options span {
            font-size: 13px !important;
        }

        .page-with-side-1.tour-details-page .daily-plan .content .content-options .green-text {
            color: rgb(0, 175, 0);
        }

        .page-with-side-1.tour-details-page .daily-plan .content .content-options .red-text {
            color: red;
        }



/*landing page - gallery swiper*/
.landing-page-container .swiper-area {
    right: 50%;
    transform: translate(50%,-50%);
}

    .landing-page-container .swiper-area .swiper-slide img {
        cursor: pointer;
        border: 5px solid white;
    }

        .landing-page-container .swiper-area .swiper-slide img.active {
            border: 5px solid var(--first-color);
        }

.page-title.bottom-of-gallery {
    margin-top: 10rem !important;
}



/*blog det - blog cat / visa det - visa cat*/

/*blog-details-page*/
.container-blog-detail {
    border-radius: 15px;
    margin: 10px auto;
}

.blog-detail-container {
    margin: 3rem auto;
}

.background-image-blog-page img {
    border-radius: 10px;
    height: 430px;
}

.description-blog h2 {
    font-size: 18px;
    color: #52575C;
}

.description-blog p {
    text-align: justify;
    color: #959595;
}

#copy-link {
    margin-right: 6px;
    cursor: pointer;
    transition: 0.4s;
}

.article-list-sidebar-ul ul {
    padding: 0 !important;
}

.article-list-sidebar-ul li {
    list-style: none;
    margin: 10px 2px;
}

    .article-list-sidebar-ul li .icon {
        font-size: 12px;
        color: var(--first-color);
        margin-left: 6px;
    }

.social-blog-detail ul li {
    padding-right: 5px;
}

.social-blog-detail span {
    font-size: 14px;
    font-weight: 400;
}

.social-blog-detail ul li i {
    font-size: 16px;
}

#copy-link {
    padding: 3px 12px;
    text-align: center;
    border: 1px solid #B8B8B8;
    border-radius: 6px;
    font-size: 14px;
}

.blog-date {
    margin-left: 5px;
}

.right-detail-blog span {
    font-weight: 400;
}

.blog-date::after {
    content: '';
    width: 2px !important;
    height: 15px !important;
    position: absolute;
    top: 1px;
    left: -1px;
    background-color: var(--first-color);
}

.labels ul {
    margin: 0;
    padding: 0;
}

.labels li {
    margin: 8px;
    padding: 4px 12px;
    background-color: #fff;
    border-radius: 14px;
    text-align: center;
    font-size: 14px;
}

    .labels li a {
        transition: 0.2s;
    }

    .labels li:hover a {
        color: var(--first-color) !important;
    }


.sidebar-content-detaile-page, .article-list-sidebar {
    border-radius: 10px;
    margin: 0;
}

    .sidebar-content-detaile-page h3, .article-list-sidebar h3 {
        font-size: 16px;
        color: var(--font-second-color);
        position: relative;
        margin-right: 20px;
        margin-top: 6px;
    }

        .sidebar-content-detaile-page h3:before,
        .article-list-sidebar h3:before {
            content: "";
            width: 12px;
            height: 12px;
            border-radius: 50%;
            border: 3px solid var(--first-color);
            background-color: #F5F7FF;
            z-index: 100;
            position: absolute;
            right: -18px;
            top: 5px;
        }

.img-article-item {
    width: 30% !important;
    margin-left: 10px;
}

.details-article-item {
    width: 70% !important;
}

.img-article-item img {
    border-radius: 10px;
    aspect-ratio: 1/1;
}

.labels li a {
    color: var(--font-second-color)
}

.details-article-item h4 {
    font-size: 15px;
    color: #959595;
    font-weight: 400;
}

.article-date-item {
    position: relative;
    margin-left: 15px;
}

    .article-date-item::after {
        content: "";
        width: 2px;
        height: 15px;
        background-color: var(--first-color);
        position: absolute;
        top: 6px;
        left: -8px;
    }

.details-article-item span {
    font-size: 13px;
    font-weight: 400;
}

.article-list-sidebar ul li a {
    color: var(--font-second-color);
    font-size: 15px;
    font-weight: 400;
}

.article-list-sidebar i {
    color: var(--first-color);
}

.description-blog img,
.container-description-visa img {
    max-width: 100% !important;
    border-radius: 10px;
    object-fit: contain;
}

.description-blog strong, .description-blog h1 {
    color: var(--font-first-color);
}

.description-blog h3 span {
    font-size: 20px;
}

#copy-link:hover {
    border: 1px solid #0dcaf0;
    color: #0dcaf0;
    transition: 0.4s;
}

.mce-toc h2 {
    display: none !important;
}

.mce-toc ul li ul li :not(li ul , li a) {
    display: flex;
}

    .article-list-sidebar-ul li::before {
        content: "\f058";
        font-family: "fontawesome";
        font-size: 12px;
        color: var(--first-color);
        margin-left: 6px;
    }

.social-blog-detail a {
    color: var(--font-second-color);
}
/*visa-form*/
.visa-form-container {
    border-radius: 10px !important;
}

.visa-form-group {
    margin: 5px 20px;
}

    .visa-form-group input {
        outline: none;
        background-color: #F6F6F6;
        border-radius: 5px;
        padding: 5px;
    }

    .visa-form-group button {
        padding: 8px !important;
    }

input #file-upload-button {
    border: none !important;
    background-color: #959595;
    border-radius: 5px;
}

.imgPerson-input {
    opacity: 0;
}

.visa-form-file {
    background-color: #F6F6F6;
    border-radius: 5px;
}

    .visa-form-file span {
        color: #b5b5b5;
        font-size: 14px;
    }

.choos-img {
    background-color: #959595;
    border-radius: 4px;
    padding: 3px 10px;
    margin-right: 5px;
}

.visa-form h2 {
    font-size: 16px !important;
}

.visa-form-group h2 {
    font-size: 14px !important;
}

.submit-btn-visa-form {
    color: #fff;
    border-radius: 4px;
    padding: 4px 15px;
}

.visa-form-group-select {
    background-color: #F6F6F6;
    border-radius: 0 0 5px 5px;
    padding: 4px 12px;
}

.accordion-btn-frm {
    background-color: #F6F6F6 !important;
    border-radius: 5px 5px 0 0 !important;
    padding: 6px 12px !important;
}

/*visa-category*/
.visa-item-list {
    border-radius: 10px;
    transition: 0.4s;
}

    .visa-item-list h2 a {
        font-size: 17px;
        color: var(--font-first-color)
    }

    .visa-item-list p {
        color: #959595;
        font-size: 14px;
    }
.img-visa-item {
    height: 180px;
}

    .img-visa-item img {
        border-radius: 10px;
    }

.img-visa-item, .article-item-sidebar a {
    color: #0077DB;
    font-size: 13px;
    overflow: hidden;
    width: 100%;
    display: block;
    border-radius: 10px;
}

.visa-item-list i, .article-item-sidebar i {
    font-size: 10px;
    color: #0077DB;
}

.container-description-visa {
    border-radius: 15px !important;
}

    .container-description-visa p {
        font-size: 14px;
        text-align: justify;
        color: var(--font-first-color);
    }

.img-visa-item {
    overflow: hidden;
    transition: 0.4s;
}

    .img-visa-item img {
        transition: 0.4s;
    }

    .img-visa-item:hover img {
        transform: scale(1.2);
        transition: 0.4s;
    }

.visa-item-list h2 a, .visa-item-list i, .details-article-item, .article-item-sidebar h4, .article-item-sidebar i {
    transition: 0.2s;
}

.visa-item-list:hover h2 a, .details-article-item, .article-item-sidebar:hover h4 {
    color: var(--first-color);
}

.bannerImg img {
    border-radius: 10px;
}

.banner-instagram {
    border-radius: 10px;
}

    .banner-instagram a {
        background: transparent linear-gradient(90deg, #f2457e 0%, #8D7DFF 100%) 0% 0% no-repeat padding-box;
        color: #fff;
        border-radius: 7px;
        padding: 5px 30px;
    }

    .banner-instagram h4 {
        font-size: 16px;
    }

    .banner-instagram span {
        font-size: 14px;
        color: var(--font-second-color)
    }

.text-insta {
    display: flex;
    flex-direction: column;
    width: 65%;
    justify-content: start;
    margin: 0 auto;
}

.payment-gateway {
    width: 80px !important;
    height: 80px !important;
}

    .payment-gateway img {
        width: 100% !important;
        height: 100% !important;
    }

.error {
    color: red;
}

.bg-visa-details-form-table-body {
    background-color: #f6f6f6;
    padding: 10px 2rem;
    border-radius: 0 0 10px 10px;
    min-height: 100px;
}

.bg-visa-details-form-table {
    background-color: #959595;
    border-radius: 10px 10px 0 0;
    padding: 10px;
}

.tabel-form {
    width: 97%;
    margin: 30px auto;
    padding: 0;
}

/* Laptop Large */
@media screen and (max-width: 1440px) {
    .cabin-class .nav {
        display: flex !important;
        flex-direction: column !important;
    }

    .search-box-counter .item-name {
        flex-direction:column !important;
        align-items: flex-start !important;
    }

    #container-nav {
        width: 95% !important;
    }

    .row > * {
        padding: 0;
    }

    .header-logo {
        width: 130px !important;
    }

    header .login-button {
        width: fit-content;
    }

    header .menu-pc {
        white-space: nowrap;
    }

    .certificate-footer img {
        width: 65px;
        height: 65px;
    }

    .footer-container {
        width: 85%;
    }

    .footer-bottom {
        width: 85%;
    }

    #footer-menu li {
        padding: 0 15px;
    }

    #news-letter-box {
        width: 55%;
    }

    .FAQ-accordion {
        width: 85%;
    }

    #about-arisa .content {
        background-image: none;
    }

    .page-with-side-1 .search-input {
        height: 105px;
    }

    .page-with-side-1 aside .search-input button {
        inset: auto 0 0 0;
        height: 45px;
    }

    .page-with-side-1.tour-details-page .hotel-card-area .prices .price-item {
        width: 80%;
    }

    .page-with-side-1 .aside-item iframe {
        height: 300px;
    }

    .mplayer .buttons {
        flex-wrap: wrap-reverse;
        row-gap: 3px;
    }
    
}
   

/* Common Laptop */
@media screen and (max-width: 1200px) {
    .contact-details ul li span, .contact-details ul li a {
        white-space: nowrap;
        font-size: 12px;
    }
    #container-nav {
        width: 98% !important;
    }
    .description-blog img,
    .container-description-visa img {
        object-fit: contain;
    }
    #login-button {
        display: none;
    }

    header .menu-pc ul li {
        padding: 0 8px;
    }

    .search-box-area {
        width: 70%;
    }

    .certificate-footer img {
        width: 60px;
        height: 60px;
    }

    .footer-container {
        width: 90%;
    }

    .footer-bottom {
        width: 90%;
    }

    #footer-menu li {
        padding: 0 8px;
    }

    #news-letter-box {
        width: 65%;
    }

    .search-box-area .cabin-class ul {
        grid-template-columns: 1fr;
    }

    .search-box-counter .item-name {
        flex-direction: column;
    }

    .nav-item-FAQ-btn {
        margin: 0 5px;
    }
}

/* Mobile && Tablet */
@media screen and (max-width: 990px) {
    .suggest-tours {
        margin-top: 45rem;
    }

    .background-image-home-page {
        width: 100%;
        aspect-ratio: 1/1.2;
        height: 20vh;
    }

    .social-blog-detail {
        margin: 0 !important;
    }

    #copy-link {
        font-size: 14px;
        padding: 3px 7px;
    }

    .details-blog {
        flex-direction: column-reverse !important;
        align-items: start !important;
        justify-content: space-between !important;
    }

    .blog-detail-container, .sidebar-box {
        flex-direction: column;
        display: flex;
    }


    .sidebar-content-detaile-page, .article-list-sidebar {
        margin: 0 !important;
    }

    .toContentMobile-container, .main-side {
        background-color: #fff;
        padding: 1rem;
        border-radius: 15px;
        margin-bottom: 10px
    }

        .toContentMobile-container h3 {
            font-size: 16px;
            color: var(--font-first-color);
        }

    .mce-toc a {
        color: var(--font-first-color);
    }

    #toContentMobile {
        display: none;
    }

    .labels {
        flex-direction: column;
    }

    .container-blog-detail {
        margin: 0 !important;
    }

    .labels {
        align-items: start !important;
    }

    .search-box-area .swap-btn {
        top: calc(100% - 10px);
        left: calc(50% - 15px);
    }

        .search-box-area .swap-btn i {
            transform: rotate(90deg);
            transition: 0.2s;
        }

    .search-box-area label.error {
        font-size: 11px;
        padding-right: 3px;
    }

    .search-box-area .dropdown-container .popular-cities {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .suggest-tours {
        margin-bottom: 5rem;
    }

    #btn-tab-FAQ {
        margin-bottom: 3rem;
    }

    .visa-item .visa-name h3 {
        font-size: 15px;
    }

    .categories-tour-banner #about-arisa .col-12 {
        text-align: center !important;
    }

        .categories-tour-banner #about-arisa .col-12 img {
            width: 75% !important;
        }
    .contact-details ul {
        flex-direction: column;
    }
}


/*------hotel details page------*/

.page-with-side-1 .hotel-details ul {
    list-style: none;
    padding: 0;
    line-height: 35px;
}

    .page-with-side-1 .hotel-details ul li {
        padding-right: 1.3em;
    }

        .page-with-side-1 .hotel-details ul li:before {
            content: "\f058";
            font-family: FontAwesome;
            display: inline-block;
            margin-right: calc( 1.3em * -1 );
            width: 1.3em;
            color: var(--first-color);
            font-size: 15px;
        }


/*---------------------------hotel details page - article - related hotels ------------------------------*/

.page-with-side-1 .related-hotel-area .related-hotel-content .items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 20px;
}

    .page-with-side-1 .related-hotel-area .related-hotel-content .items .item {
        display: flex;
        gap: 10px;
        padding: 5px;
        border: 1px solid var(--bg-font-color);
        transition: 0.15s;
        border: 1px solid white;
    }

        .page-with-side-1 .related-hotel-area .related-hotel-content .items .item:hover {
            border: 1px solid #FE6203;
        }

            .page-with-side-1 .related-hotel-area .related-hotel-content .items .item:hover .details p {
                color: #FE6203 !important;
            }

        .page-with-side-1 .related-hotel-area .related-hotel-content .items .item .content {
            width: 60%;
        }

            .page-with-side-1 .related-hotel-area .related-hotel-content .items .item .content .details p {
                font-size: 15px;
                font-weight: 500;
                transition: 0.15s;
                color: var(--font-first-color);
            }

            .page-with-side-1 .related-hotel-area .related-hotel-content .items .item .content .details .stars {
                display: flex;
                align-items: center;
                color: #FFC107;
                font-size: 13px;
            }

            .page-with-side-1 .related-hotel-area .related-hotel-content .items .item .content .details .room-num {
                font-size: 13px;
            }

        .page-with-side-1 .related-hotel-area .related-hotel-content .items .item .img {
            width: 40%;
        }

            .page-with-side-1 .related-hotel-area .related-hotel-content .items .item .img img {
                width: 100%;
                border-radius: 7px;
                object-fit: cover;
                aspect-ratio: 5/4;
            }

        .page-with-side-1 .related-hotel-area .related-hotel-content .items .item .details .address {
            font-size: 11px;
        }

/*---podcast---*/

@keyframes shadowFlash {
    0%, 100% {
        box-shadow: 0 0 5px rgba(0,119,219,0.0);
    }

    50% {
        box-shadow: 0 0 25px rgba(0,119,219,0.4);
    }
}



aside .mplayer {
    background-color: white;
    padding: 15px 15px 25px 15px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    animation: shadowFlash 3s infinite linear;
}



aside .player-top {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    margin-bottom: 40px;
    color: #6d7b94;
    font-size: 16px;
}

aside .title {
    font-size: 12px;
    font-weight: bold;
    color: #a1b1c9;
}



aside .player-middle {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    color: #a1b1c9;
}


aside .music-image {
    aspect-ratio: 1/1;
    border-radius: 10px;
    width: 25%;
}

aside .middle-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}



aside .music-name {
    color: var(--first-color);
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 0px;
    font-size: 16px;
    white-space: nowrap;
}


aside .player-bottom {
    display: flex;
    justify-content: space-around;
    width: 70%;
}

aside .music-author {
    color: #52575C;
    font-size: 16px;
    font-size: 13px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

aside .player-bottom {
    width: 75%;
    display: flex;
    justify-content: space-around;
}

aside .player-button {
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
}

    aside .player-button.larg {
        font-size: 18px;
    }

    aside .player-button.small {
        background-color: #EBF3FF;
    }

        aside .player-button.small i {
            color: #0077DB;
        }

    aside .player-button i {
        color: #a1b1c9;
    }

    aside .player-button.larg {
        font-size: 18px;
    }

    aside .player-button.small {
        background-color: #EBF3FF;
    }

        aside .player-button.small i {
            color: #0077DB;
        }

    aside .player-button i {
        color: #a1b1c9;
    }

aside .small {
    height: 25px;
    width: 25px;
    font-size: 10px;
}


aside .middle {
    height: 45px;
    width: 45px;
}

aside .large {
    height: 45px;
    width: 45px;
}

aside .active {
    background: #0077DB !important;
    box-shadow: clear;
    border: 2px solid #0077DB;
}

    aside .active i {
        color: white;
    }

aside .player {
    display: none;
}

aside div.player + div.player {
    display: flex;
}

aside div.player.active.active {
    display: flex;
}

aside div.player.active + div.player {
    display: none;
}

aside .active i {
    color: white;
}

aside div.player + div.player {
    display: flex;
}

aside div.player.active.active {
    display: flex;
}

aside div.player.active + div.player {
    display: none;
}

aside .player-button:hover {
    background: #0077DB !important;
    box-shadow: clear;
    border: 2px solid #0077DB;
    color: white;
}

    aside .player-button:hover i {
        color: white;
    }

    aside .player-button:hover i {
        color: white;
    }

aside .playing {
    box-shadow: none;
}

@-webkit-keyframes music_disc {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


aside .progressbar {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

aside .timetext {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 3px;
}


aside .timebar_out {
    height: 6px;
    width: 95%;
    background-color: #7fa3ff;
    border-radius: 4px;
    box-shadow: inset 3px 3px 0px #d6e1ed, inset -3px -3px 0px #e8f3ff;
    cursor: pointer;
}


aside .timebar_in {
    height: 6px;
    width: 0%;
    background-color: #0077DB;
    border-radius: 4px;
    text-align: right;
    transition: all 0.2s ease-out;
    box-shadow: inset 1px 1px 0px #d6e1ed, inset -1px -1px 0px #e8f3ff;
}

aside .bar_point {
    width: 10px;
    height: 10px;
    line-height: 10px;
    display: inline-block;
    border-radius: 10px;
    background-color: #0077DB;
    border: 5px solid #e9f1fc;
    transform: translate(-50%, -8px);
    margin-right: -20px;
    box-shadow: 2px 2px 6px #c6cdd6;
    cursor: pointer;
    padding: 5px;
}

aside .hide {
    display: none;
}

aside .slide-up {
    animation: slide .5s ease-in-out forwards;
}

aside .hide {
    display: none;
}

aside .slide-up {
    animation: slide .5s ease-in-out forwards;
}

aside .slide-down {
    animation: slide-reverse .5s ease-in-out forwards;
}

@keyframes slide {
    from {
        opacity: 0;
        transform: translatey(100%);
    }

    to {
        opacity: 1;
        transform: translatey(0);
    }
}

@keyframes slide-reverse {
    from {
        transform: translatey(0);
    }

    to {
        transform: translatey(100%);
    }
}

aside .player-middle-small {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


    aside .player-middle-small .music-image,
    aside .player-middle-small .middle-image {
        width: 150px;
        height: 150px;
        box-shadow: 8px 8px 10px #b6bcc5, -8px -8px 10px #ffffff;
        margin-bottom: 40px;
    }

aside .player-bottom-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

aside .list-card {
    display: flex;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
}

    aside .list-card.nowplaying {
        background-color: rgba(0, 0, 255, .4);
    }


    aside .list-card.nowplaying {
        background-color: rgba(0, 0, 255, .4);
    }

aside .music-info {
    display: flex;
    flex-direction: column;
}

aside #list {
    background-color: #e9f1fc;
    position: absolute;
    height: 100%;
    top: 90px;
    width: 360px;
}




/*filters-tourList*/
.sorted-by .content button {
    background-color: #f3f3f3;
    color: var(--font-color);
    border-radius: 25px;
    border: none;
    padding: 3px 12px;
    width: fit-content;
    font-family: inherit;
    margin: 5px;
    transition: 0.2s;
}

.sidebar-item {
    width: 100%;
    border-radius: 7px;
    border: none;
    padding: 0px;
    box-shadow: 0px 0px 1px var(--caption-color);
    background-color: white;
    overflow: hidden;
}

.sorted-by .content .active {
    background: var(--first-color) !important;
    color: #fff !important;
}

.sidebar-item {
    flex-direction: column !important;
    align-items: start !important;
    justify-content: start !important;
}

.titr p {
    margin: 0 !important;
}

.secondary-btn {
    color: var(--first-color);
    background-color: #ffeee2;
    border: none;
    border-radius: 8px;
    padding: 7px 45px;
    transition: 0.2s;
}

.filter-boxs-content {
    user-select: none !important;
}

    .filter-boxs-content .filter-star *:hover,
    .checkbox *:hover {
        cursor: pointer;
    }

    .filter-boxs-content .filter-star label i {
        color: #FFC107;
    }


@media screen and (max-width: 550px) {
    .about-site p {
        width: fit-content;
        margin: 20px auto;
    } 
    .about-site p span {
        width: fit-content;
        margin: auto;
    }

    .page-with-side-1.tour-details-page .article-item .hotel-rate {
        width: 100% !important;
    }

    .page-with-side-1.tour-details-page .article-item .hotel-address {
        width: 100% !important;
    }

    #form-contact-container, .contact-details {
        width: 90% !important;
    }
    .tour-tags {
        margin-top: 1rem;
    }
    
    .tags{
        padding:0.8rem 0;
    }
    .page-with-side-1 .related-hotel-area .related-hotel-content .items {
        grid-template-columns: 1fr;
    }

    .modals-filter-mobile {
        opacity: 0;
        transition: 0.4s;
    }

    .modal-overlay.active {
        opacity: 100%;
        z-index: 990;
    }
    .list-item ul li h2 ul {
        margin-right:5px !important;
    }
    .list-item ul li h2 {
        width:auto !important;
    }
    .sidebar-item, .sorted-by-mobile {
        display: none;
    }

    .filter-boxs {
        width: 98% !important;
        height: fit-content;
        position: fixed;
        top: 100vh;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 1000;
        transition: 0.4s ease-in-out;
        padding: 1rem;
        margin: 0 auto;
        background-color: #fff;
        overflow: auto !important;
        line-height: 27px;
        border-radius: 10px 10px 0px 0px;
        box-shadow: -2px 0px 5px rgb(182, 182, 182);
    }

        .filter-boxs .submit-btn button {
            width: 100%;
            padding: 15px 0px;
            background-color: var(--second-color);
            border-radius: 7px;
            color: white;
            border: none;
            font-family: inherit;
        }

    .modal-overlay {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        bottom: 0px;
        left: 0px;
        right: 0px;
        transition: 0.3s ease-in-out;
        padding: 0px;
        background-color: rgba(0, 0, 0, 0.3);
        opacity: 0;
        z-index: -1;
    }

    .sortMobileElement {
        width: 100%;
        background-color: #fdffff;
        position: fixed;
        bottom: 0;
        z-index: 9999999;
        right: 0;
        padding-top: 10px !important;
        height: fit-content;
        transition: 0.4s;
    }

    .sorted-by {
        width: 100%;
    }

    #tourSortPrice {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
    }

        #tourSortPrice button {
            margin: 5px auto;
            width: 100%;
            display: flex;
            justify-content: center;
        }

    #sortedBy {
        position: fixed;
        z-index: 99999;
        background-color: #fff;
        padding: 10px;
        margin: 0 auto;
    }

    .sorted-by .content button {
        width: 100%;
        margin: 5px auto;
    }

    #sortedBy {
        transition: 0.4s;
    }

        #sortedBy i {
            margin-top: 1rem;
            margin-left: 10px;
        }

    .filter-buttons {
        display: flex;
        justify-content: center;
        gap: 1rem;
    }

        .filter-buttons button {
            width: 100%;
        }

    footer .input-box {
        display: block;
        padding: 6px;
    }

        footer .input-box #txtSubscribe {
            width: 100%;
        }

    footer .btn-input {
        width:100%;
        margin: 0;
    }
    .contact-details ul li span, .contact-details ul li a {
        white-space: nowrap;
        font-size: 14px;
    }
}


    input::placeholder {
        color: #B8B8B8;
    }

    .page-with-side-1.tour-details-page .article-item .hotel-rate {
        width: 25%;
    }

    .page-with-side-1.tour-details-page .article-item .hotel-address {
        width: 75%;
    }

    .social-icons ul {
        display: flex;
        flex-direction: row;
        padding: 0;
    }

