/* @import url('../Common_parts/Common_styles/whole.css'); */

:root {
    --white-900: #fff;
    --white-800: #fbfbfb;
    --black-900: #000;
    --black-800: #484848;
    --gray-900: #878787;
    --gray-800: #A8A8A8;
    --gray-700: #B8B8B8;
    --gray-300: #eeeeee;
    --dark-blue: #233F9F;
    --blue-900: #0089D1;
    --blue-800: #00BDEF;
    --blue-300: #E5FAFF;
    --purple-800: #7D5AB7;
    --btn-yellow: #FCC72C;
    --social-red: #FF0000;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    direction: rtl;
}

body {
    background-color: var(--white-800);
}

/* =========================== */
/* !=======  common styles ========= */
/* =========================== */
/* .comments-row {
    padding: 0 2%;
} */
nav.navbar {
    z-index: 999 !important;
}

.pl-2percent {
    padding-left: 2%;
}

.w-70 {
    width: 70%;
}

.mr-8percent {
    margin-right: 8%;
}

.comments .send-comment #comment-input {
    height: 135px;
    background: #EFF2F5 0% 0% no-repeat padding-box;
    resize: none;
}

.comments .send-comment #comment-input:focus-visible {
    outline: 0;
}

.comments .comment-item {
    box-shadow: 0px 0px 6px #00000026;
}

.comments .comment-text,
.admin-comment-text {
    color: var(--gray-900);
    opacity: 0.8;
}

.comments .comment-item .comment-tittle i.user-icon,
i.admin-icon {
    color: var(--blue-800);
    background-color: #f6f6f6;
    padding: 5px;
    border-radius: 50%;
}

.comments .comment-item i.fa-share {
    color: var(--black-800);
    font-size: 13px;
}

.comments i.admin-icon {
    color: var(--purple-800);
}

.comments .user-comment .user-name,
.comment-date,
.admin-response .admin-name,
.admin-response-date {
    color: var(--black-800);
    font-weight: 400;
}

.comment-dis {
    padding-bottom: 5px;
    border-bottom: 1px solid var(--gray-300);
}

.comments .admin-response {
    margin-right: 30px;
}

.comments .admin-response .admin-response-tittle .arrow-icon {
    margin-left: 5px;
    color: var(--black-800);
}

.comments .comment-text,
.admin-comment-text {
    font-weight: 400;
}

.comments .user-name,
.admin-name {
    margin-left: 20px;
    margin-right: 5px;
}

@media screen and (max-width:550px) {

    .comments .comment-text,
    .admin-comment-text {
        font-weight: 400;
        font-size: 12px;
    }

}


/* send comment */
.comments .send-comment {
    background-color: var(--white-900);
    box-shadow: 0px 0px 6px #00000033;
}

.comments .send-comment label {
    color: #5b6d7b;
}

.comments .send-comment input {
    background-color: #eff2e5;
    background: #EFF2F5 0% 0% no-repeat padding-box;
}

.comments .send-comment input:focus-visible {
    outline: 0;
}

.comments .send-comment #comment-input {
    height: 135px;
}

.comments .send-comment img {
    height: 99% !important;
    aspect-ratio: 2/1;
    object-fit: cover;
    width: 100%;
}

.comments #send-input {
    background-color: var(--purple-800);
    top: 23.5%;
    left: 1%;
    width: 11%;
    height: 125px;
    color: var(--white-900);
}

.comments #send-input {
    font-size: 14px;
    font-weight: 400;
}

.send-message-tittle {
    color: #373435;
    font-weight: 700;
    font-size: 17px;
}

@media screen and (max-width:775px) {
    .send-message-tittle {
        font-size: 15px;
    }

    .comments .send-comment label {
        font-size: 14px;
    }

    .comments #send-input {
        width: 14%;
    }
}

@media screen and (max-width: 400px) {
    .comments .send-comment img {
        height: 220px !important;
    }
}

.main-tittle h3 {
    padding: 20px;
    font-size: 19px;
    font-weight: 750;
    color: var(--black-800);
}

.main-tittle h3::after {
    content: "";
    width: 90px;
    height: 1px;
    background-color: var(--purple-800);
    position: absolute;
    top: 32px;
    opacity: 0.5;
    left: -64px;
}

.main-tittle h3::before {
    content: "";
    opacity: 0.5;
    height: 1px;
    background-color: var(--purple-800);
    position: absolute;
    width: 90px;
    top: 32px;
    right: -64px;
}

.sub-tittle {
    margin-top: -10px;
    color: var(--gray-800);
}

@media screen and (max-width: 450px) {
    .main-tittle h3::before {
        content: "";
        height: 1px;
        background-color: var(--purple-800);
        position: absolute;
        width: 60px;
        top: 32px;
        right: -34px;
    }

    .main-tittle h3::after {
        content: "";
        height: 1px;
        background-color: var(--purple-800);
        position: absolute;
        width: 60px;
        top: 32px;
        left: -34px;
    }
}

.description__context {
    color: var(--black-800);
}

footer {
    background-color: var(--gray-300);
}

footer .company-info li:nth-child(1) {
    text-align: right !important;
}



footer ul h5 {
    font-size: 16px;
    font-weight: 700;
    color: #484848;
}

footer .sochial-media li {
    width: 42px;
    height: 41px;
}

footer .sochial-media li svg * {
    fill: #484848;
}

footer .sochial-media li svg {
    transform: scale(1.1);

}

footer .sochial-media li:hover svg * {
    fill: var(--blue-900);
}

footer ul li {
    list-style: none;
}

footer ul li.list-items {
    margin-bottom: 20px;
}

footer ul li.list-items a {
    color: var(--gray-900);
    transition: all 0.3s ease-out;
}

footer ul li.list-items:not(.h5):hover a {
    color: var(--blue-900);
    margin-right: 10px;
}

footer ul li.list-items:nth-child(1)>a:nth-child(1) {
    color: var(--black-800);
    font-weight: 800;
    font-size: 16px;
}

footer .company-info {
    padding: 10px 20px;
}

footer .company-info .list-items {
    color: var(--black-800);
}

footer .company-info .list-items span {
    color: var(--blue-900);
}

footer .company-info .sochial-media li {
    background-color: var(--gray-300);
    border-radius: 10px;
    padding: 7px 7px;
    width: 42px;
    margin-right: 7px;
    padding-bottom: 4px;
}

footer .company-info .sochial-media li:first-child {
    padding-top: 4px;
}

footer .company-info .sochial-media li a {
    color: var(--black-800);
    transition: all 0.2s ease-in-out;
}

footer .company-info .sochial-media li a:hover {
    color: var(--blue-900);
}

footer .designer-info span {
    color: var(--gray-900);
}

footer .designer-info {
    color: var(--blue-900);

}

footer .brands-logo {
    margin-top: -6%;
}

footer .brands-logo li {
    background-color: var(--white-900);
    width: 70px;
    padding: 5px;
    border-radius: 10px;
    margin-right: 10px;
}


@media screen and (max-width:1200px) {
    footer .brands-logo {
        margin-top: 40px;
    }
}

@media screen and (max-width: 700px) {
    footer .brands-logo li {
        width: 40%;
    }
}

@media screen and (max-width:500px) {
    footer h5 {
        font-size: 15px;
    }

    .company-info ul {
        width: 100%;
    }

    footer .footer-row {
        padding: 0px 5%;
    }
}

footer .company-info li:nth-child(1) {
    text-align: right !important;
}

nav .header-li a::after,
nav .header-li button::after {
    content: "";
    position: relative;
    display: block;
    top: 14px;
    border-bottom: 2px solid transparent;
}

nav .header-li:hover>a::after,
nav .header-li:hover>button {
    border-bottom: 2px solid var(--purple-800);
}

nav .header-li:nth-child(2) a::after {
    top: 45px;
}

nav li {
    text-align: center;
}

nav .main-nav .navbar-toggler {
    box-shadow: none !important;
}



nav .navbar-brand {
    margin: 0;
}

nav .icontainer {
    color: var(--white-900);
    border-radius: 28px;
    font-size: 1.3rem;
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    column-gap: 0.5rem;
    margin-right: 6px;
    cursor: pointer;
}

nav .icontainer:nth-child(1) {
    background-color: var(--blue-800);
}

nav .icontainer:nth-child(2) {
    background-color: var(--purple-800);
}

nav .icontainer.showHidden-a {
    width: 120px;
}

nav .icontainer.showHidden-a .iconHide {
    display: block;
}

nav .iconHide {
    display: none;
    font-size: 0.8rem;
}

nav .iconHide a {
    text-decoration: none;
    color: var(--white-900);
}

nav .header-tours {
    position: absolute;
    top: calc(100% + 25px);
    right: -200px;
    background-color: var(--gray-300);
    display: flex;
    width: 550px;
    justify-content: space-between;
    text-align: center;
    border-radius: 10px;
    font-size: 0.8rem;
    padding: 0 1rem;
    display: none;
}

nav .header-tours.active-menu {
    display: flex;
}

nav .header-tours h6 {
    color: var(--purple-800);
}

nav .header-tours a {
    color: var(--black-800);
    margin-bottom: 0.3rem;
    position: relative;
}

nav .header-tours a:hover {
    color: var(--blue-900);
}

nav .header-tours li:last-child a {
    width: 100%;
    height: 30%;
}

nav .header-tours li:last-child {
    display: flex;
    justify-content: space-between;
}

nav .header-tours img {
    width: 170px;
    aspect-ratio: 4/1.6;
    object-fit: cover;
    border-radius: 20px;
    filter: brightness(0.7);
}

nav .custom-overly {
    height: 89%;
    position: absolute;
    width: 86%;
    background-color: #0000004d;
    color: #fff;
    border-radius: 13px;
    right: 7%;
    top: 4%;
    font-weight: 700;
}

nav .dropdown button,
nav .dropdown button:hover {
    background-color: transparent;
    color: var(--black-800);
}

nav .dropdown button::after {
    content: "+";
    width: 10px;
    height: 2px;
    color: var(--purple-800);
}

nav .dropdown button:active {
    background-color: unset;
    color: unsetk;

}

nav .dropdown .dropdown-menu {
    width: 520px;
    background-color: var(--gray-300);
}

nav .dropdown .dropdown-menu .dropdown-ul-tittle {
    color: var(--purple-800);
}

nav .dropdown-item-img {
    aspect-ratio: 3/1;
    height: 75px;
    border-radius: 14px;
}

nav .dropdown .dropdown-menu li .dropdown-item {
    font-size: 12px;
}

nav .dropdown-menu[data-bs-popper] {
    left: unset;
}

nav .dropdown .dropdown-menu li .dropdown-item:hover {
    background-color: var(--gray-300);
    color: var(--blue-900);
}

nav .dropdown .dropdown-menu .dropdown-ul-tittle,
nav .dropdown .dropdown-menu li {
    text-align: center;
}

nav .dropdown .dropdown-menu div.col-6:nth-child(4)>li:nth-child(1)>a:nth-child(1) {
    background-color: transparent;
}

nav .btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: unset;
    background-color: unset;
    border: 0;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--black-800) !important;
}

nav .navbar-nav .nav-link.active,
nav .navbar-nav .nav-link.show {
    color: var(--black-800);
}

nav .nav-link {
    color: var(--black-800);
}

nav .overly {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-900);
    z-index: 10;
    font-weight: 600;
}

@media screen and (max-width: 935px) {
    nav .dropdown .dropdown-menu {
        width: 341px;
    }

    nav .custom-overly {

        width: 82% !important;

        right: 9%;

    }
}

@media screen and (max-width: 1010px) {
    nav .activate {
        position: unset !important;
    }

    nav .header-tours {
        right: 0 !important;
        left: 0 !important;
        width: 95% !important;
    }

    nav .header-tours:hover {
        top: 50% !important;
    }

    nav .header-li a::after {
        display: none !important;
    }
}

@media screen and (max-width:527px) {
    nav .header-tours li:last-child {
        display: none !important;
    }
}

@media screen and (max-width:991px) {
    nav .nav-icons {
        order: -1;
    }

    nav .hamburger-container {
        order: -2;
    }

    nav .main-nav {
        padding: 0 2rem !important;
    }

    .main-nav ul.dropdown-menu {
        height: 60vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .main-nav ul.dropdown-menu .custom-overly {
        top: 3px;
        right: 14px;
        width: 88.5%;
        height: 93%;
    }

}

@media screen and (max-width:380px) {
    nav .main-nav {
        padding: 0.1rem !important;
    }

    nav ul.dropdown-menu {
        width: 98% !important;
        margin: 0 auto;
    }
}

@media screen and (max-width: 326px) {
    nav .navbar-toggler {
        padding: 0.08rem 0.03rem;
    }

    nav .custom-overly {
        top: 4px !important;
        right: 13px !important;
    }
}

nav .dropdown button {
    padding-top: 2px;
}

.breadcrumb-wrapper {
    background-color: var(--blue-800);
}

.breadcrumb-item a {
    font-weight: 400;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: right;
    font-size: 1.2rem;
    margin-top: 0.2rem;
    content: url("../../assets/images/عکس های ویزا/visaPost/chevron-double-left.svg") !important;
    width: 20px;
    height: 20px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.breadcrumbs {
    background-color: var(--blue-800);
}

.page-about {
    margin-top: 3.8rem;
}

.breadcrumbs .page-name {
    font-size: 19px !important;
}

.question-answer .accordion {
    --bs-accordion-btn-icon-transform: unset;
}

.question-answer .accordion-header {
    background-color: var(--white-900);
    padding: 4px 0;
    box-shadow: 0px 0px 6px #0000001A;
    border-radius: 15px;
}

.question-answer .accordion-header.active {
    border-radius: 15px 15px 0px 0px;
}

.question-answer .accordion-item {
    /* padding: 0 10px; */
    background-color: transparent;
}

.question-answer .accordion-body {
    background-color: var(--white-900);
    border-radius: 0 0 15px 15px;
    overflow: hidden;
    padding: 6px 23px 15px 23px;
    box-shadow: 0px 6px 6px -6px #00000029;
}

.question-answer .accordion-body p {
    margin-bottom: 0;
    animation: unset;
    color: #707070;
    font-size: 13px;
}

.question-answer .accordion-body span {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--gray-300);
}

.question-answer .accordion-button {
    font-weight: 500;
    font-size: 17px;
    color: var(--black-800);
}

.question-answer .accordion-button::before {
    background-color: var(--white-900);
    color: var(--black-800);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding-top: 2px;
    text-align: center;
    margin-left: 7px;
}

.question-answer .accordion-1 .accordion-button::before {
    content: "1-";
}

.question-answer .accordion-2 .accordion-button::before {
    content: "2-";
}

.question-answer .accordion-3 .accordion-button::before {
    content: "3-";
}

.question-answer .accordion-4 .accordion-button::before {
    content: "4-";
}

.question-answer .accordion-5 .accordion-button::before {
    content: "5-";
}

.question-answer .accordion-button:not(.collapsed)::after,
.question-answer .accordion-button::after {
    content: "+";
    text-align: center;
    display: flex;
    justify-content: center;
    background-image: unset;
    background-color: var(--purple-800);
    color: var(--white-800);
    border-radius: 50%;
    margin-left: 4%;
    margin-right: auto;
    margin-left: 0;
    width: 19.5px;
    height: 18.5px;
    line-height: 21px;

}

.question-answer .accordion-button::after {
    background-color: var(--gray-700);
}

.question-answer .accordion-1 .accordion-button::after {
    background-color: var(--purple-800);
}

.question-answer .accordion-header.active .accordion-button::after {
    content: "-";
    width: 19.5px;
    height: 18.5px;
}

.question-answer .accordion-button:focus,
.question-answer .accordion-button:focus-visible,
.question-answer .accordion-button:focus-within {
    outline: 0;
    border: 0;
}

.question-answer .accordion {
    --bs-accordion-border-color: unset;
    --bs-accordion-border-width: unset;
    --bs-accordion-inner-border-radius: unset;
    --bs-accordion-btn-focus-border-color: unset;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-active-color: unset;
    --bs-accordion-active-bg: unset;
    --bs-accordion-btn-bg: unset;
    --bs-accordion-btn-icon: unset;

}

@media screen and (max-width:770px) {
    .question-answer .accordion-button {
        font-size: 15px;
    }
}





/* =========================== */
/* !=======  about us========= */
/* =========================== */
img {
    object-fit: cover;
}

#aboutUsPage .about-us-main .slogan {
    color: #0089D1;
    font-weight: 400;
}

#aboutUsPage .about-us-main h3 {
    color: #484848;
    font-weight: 700;
}

#aboutUsPage .about-us-main .about-us-des {
    color: #878787;
    line-height: 29px;
    font-weight: 400;
}




/* ========================================================= */
#aboutUsPage .featurs .featurs-item {
    background-color: var(--blue-300);
    border-radius: 12px;
    box-shadow: 0px 0px 6px #0000001A;
    height: 308px;
}

#aboutUsPage .featurs .featurs-item img {
    width: 90px;
    box-shadow: 0px 0px 6px #00000026;
}

#aboutUsPage .featurs .sub-tittle {
    color: #0089D1;
    font-weight: 400;
}

#aboutUsPage .featurs .featurs-title h3 {
    font-weight: 700;
}

#aboutUsPage .featurs-img {
    width: 110px;
    height: 110px;
}

#aboutUsPage .featurs .featurs-item .featurs-tittle {
    color: var(--black-800);
    font-weight: 600;
}

#aboutUsPage .featurs .featurs-item .feauturs-desc {
    color: var(--gray-800);
}

@media screen and (max-width:1150px) {
    #aboutUsPage .featurs .featurs-item .featurs-tittle {
        font-size: 14px;
    }

    #aboutUsPage .featurs .featurs-item .feauturs-desc {
        font-size: 12px;
    }
}

/* end featurs */


#aboutUsPage .about-us-map {
    margin-top: 3.8rem;
}

#aboutUsPage .about-main-img {
    aspect-ratio: 1/0.7;
}


#aboutUsPage footer .company-info li:nth-child(1) {
    text-align: right !important;
}

#aboutUsPage .breadcrumbs .page-name {
    font-size: 19px !important;
}

/* =========================== */
/* !======= end  about us ========= */
/* ==================================== */


/* =========================== */
/* !=======  blog post========= */
/* =========================== */

#blogPostPage .blog-main-row aside {
    border-right: none !important;
}

#blogPostPage aside .aside-main {
    border-right: 2px solid #00bbef50 !important;
}

#blogPostPage .aside-tittle i {
    color: var(--black-800);
    margin-top: 6px;
    margin-left: 5px;
    font-size: 16px;
}

#blogPostPage .aside-tittle p {
    font-weight: 700;
    color: var(--black-800);
    font-size: 16px;
}

#blogPostPage .other-content-img {
    aspect-ratio: 1/0.45;
    height: 100%;
    width: 100%;
}

#blogPostPage .blog-main-row {
    padding: 0 3%;
}

#blogPostPage .blog-header-img {
    aspect-ratio: 2/3;
    max-height: 374px;
    border-radius: 20px;
}

#blogPostPage .blog-article {
    background-color: var(--blue-300);
    border-radius: 20px;
}

#blogPostPage .blog-article .article-text {
    color: var(--black-800);
    text-align: justify;
}

#blogPostPage .badge-wrapper span.badge {
    background-color: #eeeeee;
    color: #585858;
    font-size: 14px;
    font-weight: normal;
}

#blogPostPage .badge-wrapper span.badge:hover {
    background-color: #00BDEF;
    color: #fff;
}

#blogPostPage .badge-wrapper span:nth-child(1) {
    color: #0089D1;
    font-weight: 500;
    font-size: 15px;
}

#blogPostPage .figure-tittle {
    font-size: 0.8rem;
    color: #787878;
}

#blogPostPage .travel-help {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 0.8rem;
    color: var(--gray-900);
}

#blogPostPage .travel-help::before {
    content: '';
    height: 44%;
    width: 1px;
    position: absolute;
    left: 0;
    background-color: var(--blue-800);
}

#blogPostPage .travel-date {
    color: var(--gray-900) !important;
    padding-right: 0.5rem;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 300;
}



#blogPostPage .other-content-tittle {
    color: #7D5AB7;
    font-size: 16px;
    font-weight: 600;
}

#blogPostPage .other-content-tittle:hover {
    color: #00BDEF;
}

#blogPostPage .blog-article-img-conatiner img {
    aspect-ratio: 16/9;
}

@media screen and (max-width:768px) {
    #blogPostPage .blog-article-img-conatiner {
        width: 100% !important;
    }
}

@media screen and (max-width:390px) {
    #blogPostPage .breadcrumbs {
        font-size: 0.75rem;
    }
}

@media screen and (min-width: 700px) {
    #blogPostPage>section {
        width: 81.6% !important;
    }

    #blogPostPage .blog-main-row {
        padding: 0;
    }
}

#blogPostPage footer .company-info li:nth-child(1) {
    text-align: right !important;
}

#blogPostPage .breadcrumbs .page-name {
    font-size: 19px !important;
}

/* =========================== */
/* !=======  end of blogpost ========= */
/* =========================== */


/* =========================== */
/* !=======  conatct us ========= */
/* =========================== */
/* =============== contact part(whole part): start =============== */
#contactUsPage .h-md-33 {
    height: fit-content;
}

#contactUsPage .breadcrumb-item+.breadcrumb-item::before {
    margin-left: 0.5rem;
}

@media (min-width: 768px) {
    #contactUsPage .h-md-33 {
        height: 33.333333%;
    }
}

#contactUsPage .h-lg-33 {
    height: fit-content;
}

@media (min-width: 992px) {
    #contactUsPage .h-lg-33 {
        height: 33.333333%;
    }
}


#contactUsPage .contact-us-custom-padding {
    padding-top: 37px;
}

/* =============== contact part(whole part): end =============== */
#contactUsPage .contact-us-map-wrapper {
    margin-top: 3.8rem;
}



/* =============== contact form: start =============== */
#contactUsPage .contact-form-wrapper-tittle {
    color: #0089D1;
    font-weight: 400;
}

#contactUsPage .contact-form-wrapper-subtittle {
    font-weight: 700;
    color: #484848;
}

#contactUsPage .contact-form-wrapper label {
    color: #0089D1;
    font-size: 16px;
}

#contactUsPage .contact-form-wrapper input {
    height: 50px;
}

#contactUsPage .contact-form-wrapper input,
#exampleFormControlTextarea1 {
    background-color: #EEEEEE;
}

#contactUsPage #exampleFormControlTextarea1 {
    resize: none;
    height: 150px;
}

#contactUsPage .contact-us-input::placeholder {
    font-size: 12px;
    color: #a8a8a8;
}

#contactUsPage button[type="submit"],
#contactUsPage button[type="submit"]:hover {
    background-color: #0089D1;
    color: #FFFFFF;
}

/* =============== contact form: end =============== */

/* =============== contact ways: start =============== */
#contactUsPage .contact-us-card-logo {
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #0089D1;
    color: #FFFFFF;
}

#contactUsPage .contact-us-cards-wrapper {
    background-color: #EEEEEE;
}

#contactUsPage .contact-us-cards-wrapper h6 {

    color: #0089D1;
}

#contactUsPage .contact-us-cards-wrapper a {
    color: #484848;
    font-weight: 500;
}

/* =============== contact ways: end =============== */

/* =============== map: start =============== */
#contactUsPage .contact-us-map {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 8px;
}

/* =============== map: end =============== */

/* =============== social media: start =============== */
#contactUsPage .contact-us-social-media-wrapper {
    background-color: #EEEEEE;
    height: 32%;
}

#contactUsPage .contact-us-social-media-wrapper h6 {
    color: #0089D1;
}

#contactUsPage .contact-us-social-media>a {
    width: 36px;
    height: 37px;
    text-align: center;
    background-color: white;
    margin: 0 3px;
    color: #0089D1;
    border-radius: 8px;
    line-height: 32px;
    font-size: 1.6rem;
    padding: 5px 4px;
}

#contactUsPage .contact-us-social-media>a i {
    font-size: 18px;
}

#contactUsPage .contact-us-social-media>a:hover {
    background-color: #0089D1;
    color: white;
}

#contactUsPage .contact-us-social-media>a>svg * {
    height: 1rem;
    fill: #0089D1;
}

#contactUsPage .contact-us-social-media>a:hover>svg * {
    fill: white;
}

/* =============== social media: end =============== */
#contactUsPage footer .company-info li:nth-child(1) {
    text-align: right !important;
}

#contactUsPage .breadcrumbs .page-name {
    font-size: 19px !important;
}

/* =========================== */
/* !=======  end of contact us ========= */
/* =========================================== */


/* =========================== */
/* !=======  home blog ========= */
/* =========================== */
#homeBlogPage .blog-main-row aside {
    border-right: none !important;
}

#homeBlogPage .border-container {
    border-left: 2px solid #00bbef50 !important;
}

#homeBlogPage .aside-tittle i {
    color: var(--black-800);
    margin-top: 6px;
    margin-left: 5px;
    font-size: 16px;
}

#homeBlogPage .other-content-tittle {
    color: #7D5AB7;
    font-size: 16px;
    font-weight: 600;
}

#homeBlogPage .other-content-tittle:hover {
    color: #00BDEF;
}

#homeBlogPage .aside-tittle p {
    font-weight: 700;
    color: var(--black-800);
    font-size: 16px;
}

#homeBlogPage .blog-main-row {
    padding: 0 1.5%;
}

#homeBlogPage .blog-main-row .aside-main {
    position: sticky;
    top: 70px;
}

#homeBlogPage .blog-main-row figure:hover>h5 {
    color: var(--blue-800);
}

#homeBlogPage .blog-main-row figure p {
    line-height: 25px;
    color: #878787;
    text-align: justify;
}

#homeBlogPage .blog-main-row figure h5 {
    color: var(--black-800);
}

#homeBlogPage .blog-main-img {
    aspect-ratio: 16/9;
    max-height: 374px;
    border-radius: 20px;
    height: 100%;
    width: 100%;
}

#homeBlogPage .figure-tittle {
    font-size: 0.8rem;
    color: #787878;
}

#homeBlogPage .travel-help {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 0.8rem;
    color: inherit;
}

#homeBlogPage .travel-help::before {
    content: '';
    height: 44%;
    width: 1px;
    position: absolute;
    left: 0;
    background-color: var(--blue-800);
}

#homeBlogPage .other-content-img {
    aspect-ratio: 1/0.45;
    height: 100%;
    width: 100%;
}

#homeBlogPage .travel-date {
    color: var(--gray-900) !important;
    padding-right: 0.5rem;
    display: inline-flex;
    font-size: 0.82rem;
}

#homeBlogPage .border-container figure {
    margin: 0 !important;
}

#homeBlogPage .sort-part {
    border-color: #00bbef50 !important;
    border-width: 2px !important;
}

#homeBlogPage .sort-part span {
    color: var(--black-800);
}

#homeBlogPage .sort-part label {
    color: #878787;
}

#homeBlogPage input[type="checkbox"] {
    accent-color: var(--purple-800);
}

#homeBlogPage .checkbox-number {
    background-color: #E5FAFF;
    color: #878787 !important;
}

#homeBlogPage .showMore-container a {
    background-color: var(--blue-800);
}

#homeBlogPage .showMore-container a:hover {
    background-color: var(--blue-900);
}

@media screen and (min-width: 700px) {

    #homeBlogPage .blog-main-row {
        padding: 0;
    }
}

#homeBlogPage footer .company-info li:nth-child(1) {
    text-align: right !important;
}

#homeBlogPage .breadcrumbs .page-name {
    font-size: 19px !important;
}

#homeBlogPage .border-container figure h5 a,
.other-content-tittle a {
    color: inherit;
}

#homeBlogPage .rightpadding {
    padding-right: 5px !important;
}

/* =========================== */
/* !=======  end of home blog ========= */
/* ========================================= */

/* =========================== */
/* !=======  hotel details ========= */
/* =========================== */
#hotelDetailsPage li.breadcrumb-item:nth-child(2)>a:nth-child(1),
li.breadcrumb-item:nth-child(3)>a:nth-child(1) {
    margin-left: 0.5rem;
}

#hotelDetailsPage .swiperHotels {
    min-height: 200px;
    margin-top: 2rem;
    overflow: hidden;
    direction: rtl;
    transition: none !important;
}

#hotelDetailsPage .clicked-gallery img {
    aspect-ratio: 2/2;
}

#hotelDetailsPage .swiperHotels .swiper-slide {
    display: flex;
    justify-content: center;
    transition: none !important;
}

#hotelDetailsPage .related-hotels-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 2rem;
    width: 100%;
}

#hotelDetailsPage .prevHotel {
    order: 1;
}

#hotelDetailsPage .prevHotel,
#hotelDetailsPage .nextHotel {
    font-size: 1.5rem;
    justify-self: center;
    color: var(--gray-900);
}

#hotelDetailsPage .prevHotel:hover,
#hotelDetailsPage .nextHotel:hover {
    color: var(--blue-800);
}

/* header-album-pic  */

#hotelDetailsPage .header-album-pic {
    margin-top: 100px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

#hotelDetailsPage .header-hotels-gallery {
    display: grid;
    grid-template-areas:
        'one two two'
        'one three four';
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-template-rows: repeat(2, 200px);
    gap: 15px;
    direction: ltr;
}

#tourDetailsPage .header-hotels-gallery {
    display: grid;
    grid-template-areas:
        'item1 item2 item3'
        'item4 item2 item5';
    gap: 10px;
    grid-template-rows: repeat(2, 160px);
    grid-template-columns: 1fr 2fr 1fr;
    direction: initial;
}


#tourDetailsPage .hotel-img-1 {
    grid-area: item1;
}

#tourDetailsPage .hotel-img-2 {
    grid-area: item2;
}

#tourDetailsPage .hotel-img-3 {
    grid-area: item3;
}

#tourDetailsPage .hotel-img-4 {
    grid-area: item4;
}

#tourDetailsPage .hotel-img-5 {
    grid-area: item5;
}

#hotelDetailsPage .hotel-img-1 {
    grid-area: one;
}

#hotelDetailsPage .hotel-img-2 {
    grid-area: two;
}

#hotelDetailsPage .hotel-img-3 {
    grid-area: three;
}

#hotelDetailsPage .hotel-img-4 {
    grid-area: four;
}

#hotelDetailsPage .header-hotels-gallery .img,
#tourDetailsPage .header-hotels-gallery .img {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

#hotelDetailsPage .header-hotels-gallery .img img,
#tourDetailsPage .header-hotels-gallery .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3/4;
}

#hotelDetailsPage .header-hotels-gallery .img-text,
#tourDetailsPage .header-hotels-gallery .img-text {
    background-color: #0088d13a;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

#hotelDetailsPage .header-hotels-gallery .img:hover .img-text,
#tourDetailsPage .header-hotels-gallery .img:hover .img-text {
    opacity: 1;
}

#hotelDetailsPage .header-hotels-gallery .img-text p,
#tourDetailsPage .header-hotels-gallery .img-text p {
    background: var(--white-800);
    color: var(--blue-800);
    border-radius: 30px;
    padding: 1px 15px;
    font-size: 11px;
    cursor: pointer;
}

@media (max-width: 1000px) {

    #hotelDetailsPage .header-hotels-gallery,
    #tourDetailsPage .header-hotels-gallery {
        grid-template-areas:
            'one two'
            'three four';
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: repeat(2, 200px);
    }
}

#hotelDetailsPage .btn-see-more,
#tourDetailsPage .btn-see-more {
    position: absolute;
    bottom: 10px;
    left: 15px;
    border: none;
    outline: none;
    font-size: 12px;
    padding: 2px 10px;
    color: var(--white-800);
    background: transparent;
    backdrop-filter: blur(10px);
    border-radius: 5px;
    z-index: 10;
    cursor: pointer;
}

#hotelDetailsPage .btn-see-more i,
#tourDetailsPage .btn-see-more i {
    margin-left: 5px;
    color: var(--white-800);
}

@media (max-width: 610px) {

    #hotelDetailsPage .header-album-pic,
    #tourDetailsPage .header-album-pic {
        display: flex;
        justify-content: center;
    }

    #hotelDetailsPage .header-hotels-gallery {
        grid-template-areas:
            'one'
            'two'
            'three'
            'four';
        grid-template-columns: 1fr;
        grid-template-areas: repeat(4, 200px);
    }

    #tourDetailsPage .header-hotels-gallery {
        grid-template-areas:
            'item1'
            'item2'
            'item3'
            'item4'
            'item5';
        grid-template-columns: 1fr;
        grid-template-areas: repeat(4, 200px);
    }

    #hotelDetailsPage .container1 .img {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }

    #hotelDetailsPage .container1 #img {
        margin-top: 20px;
        width: 300px;
    }

    #hotelDetailsPage .container1 .img-long {
        width: 300px;
    }

    #hotelDetailsPage .container2 .img-long {
        width: 300px;
        transform: translateX(5px);
    }
}


/* end of header gallery  */


#hotelDetailsPage .header-title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

#hotelDetailsPage .header-title-text-part {
    width: 76%;
    background: var(--blue-800);
    height: 100px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#hotelDetailsPage .header-title-text-links {
    transform: translateY(-10px);
}

#hotelDetailsPage .header-title-text-links i {
    margin-left: -13px;
    color: var(--gray-300);
    font-size: 12px;
}

#hotelDetailsPage .header-title-text-links a {
    margin-right: 13px;
    color: var(--gray-300);
    font-size: 12px;
}


#hotelDetailsPage .header-title-text-title h3 {
    color: var(--white-800);
    font-weight: bold;
}


@media (max-width: 550px) {
    #hotelDetailsPage .header-title-text-links {
        transform: translateY(0);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
        padding: 0 4px;
        line-height: 18px;
    }

    #hotelDetailsPage .header-title-text-links a {
        font-size: 10px;
    }

    #hotelDetailsPage .header-title-text-links i {
        font-size: 10px;
    }

    #hotelDetailsPage .header-title-text-links i {
        margin-left: -5px;
    }

    #hotelDetailsPage .header-title-text-title h3 {
        font-size: 14px;
        margin-top: 10px;
    }
}

#hotelDetailsPage .header-star-text {
    width: 76%;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

#hotelDetailsPage .header-star-text-stars {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

#hotelDetailsPage .header-star-text-stars i {
    color: var(--btn-yellow);
}

#hotelDetailsPage .header-star-text-part {
    display: flex;
    align-items: center;
}

#hotelDetailsPage .header-star-text-part i {
    color: var(--gray-800);
}

#hotelDetailsPage .header-star-text-part p {
    color: var(--gray-800);
    margin-right: 10px;
    margin-top: 11px;
}

@media (max-width: 400px) {
    #hotelDetailsPage .header-star-text-stars i {
        font-size: 10px;
    }

    #hotelDetailsPage .header-star-text-part i {
        font-size: 10px;
    }

    #hotelDetailsPage .header-star-text-part p {
        font-size: 10px;
    }
}

/* main  */

#hotelDetailsPage main {
    width: 100%;
    height: auto;
    background: var(--blue-300);
    display: flex;
    align-items: center;
    justify-content: center;
}

#hotelDetailsPage .hotel-info {
    width: 81.6%;
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
}

#hotelDetailsPage .hotel-information-part {
    display: flex;
    flex-direction: column;
    flex-basis: 60%;
}

#hotelDetailsPage .hotel-istanbul-info {
    background: var(--white-900);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 6px #00000026;
}

#hotelDetailsPage .hotel-istanbul-info h3 {
    font-size: 14px;
    font-weight: 650;
}

#hotelDetailsPage .hotel-istanbul-info h3 i {
    margin-left: 9px;
}

#hotelDetailsPage .hotel-istanbul-info p {
    font-size: 12px;
    color: var(--gray-900);
    line-height: 24px;
    margin-bottom: 0;
}

#hotelDetailsPage .hotel-istanbul-law {
    background: var(--white-900);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 6px #00000026;
    margin-top: 20px;
}

#hotelDetailsPage .hotel-istanbul-law h3 {
    font-size: 14px;
    font-weight: 650;
}

#hotelDetailsPage .hotel-istanbul-law h3 .hammer-icon {
    display: inline-block;
    margin-left: 9px;
    transform: rotate(84deg);
}

#hotelDetailsPage .hotel-istanbul-law p {
    font-size: 12px;
    color: var(--gray-900);
    line-height: 24px;
    margin-bottom: 0;
}

/* hotel-loc-info-part  */

#hotelDetailsPage .hotel-loc-info-part {
    position: relative;
    width: 38%;
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

#hotelDetailsPage .hotel-loc-pic-part {
    width: 100%;
    border-radius: 9px;
}

#hotelDetailsPage .hotel-loc-pic-part iframe {
    width: 100%;
    height: 250px;
    border-radius: 9px;
    box-shadow: 0px 0px 6px #00000026;
}



#hotelDetailsPage .hotel-important-place-part {
    width: 100%;
    height: 274px;
    background: var(--white-900);
    border-radius: 9px;
    box-shadow: 0px 0px 6px #00000026;
    margin-top: 8px;
    padding: 20px;
}

#hotelDetailsPage .hotel-important-place-part h3 {
    font-size: 14px;
    margin-bottom: 10px;
}

#hotelDetailsPage .hotel-important-place-part h3 i {
    margin-left: 5px;
}

#hotelDetailsPage .hotel-important-place-part li {
    color: var(--gray-900);
    font-size: 12px;
    margin: 7px 0 7px 0;
    border-color: var(--blue-800) !important;
}


#hotelDetailsPage .hotel-service-part {
    width: 100%;
    height: 230px;
    background: var(--white-900);
    padding: 20px;
    margin-top: 20px;
    border-radius: 9px;
    box-shadow: 0px 0px 6px #00000026;
}

#hotelDetailsPage .hotel-service-part h3 {
    font-size: 14px;
}

#hotelDetailsPage .hotel-service-part h3 i {
    margin-left: 5px;
}

#hotelDetailsPage .hotel-service-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

#hotelDetailsPage .hotel-service-list-1 li {
    font-size: 12px;
    color: var(--gray-900);
}

#hotelDetailsPage .hotel-service-list-1 li::before {
    content: '';
    display: block;
    position: absolute;
    right: 33px;
    width: 10px;
    height: 10px;
    background: #00BDEF;
    border-radius: 50%;
    transform: translate(10px, 10px);
}

#hotelDetailsPage .hotel-service-list-2 li {
    font-size: 10px;
    color: var(--gray-900);
}

#hotelDetailsPage .hotel-service-list-2 li::before {
    content: '';
    display: block;
    position: absolute;
    left: 123px;
    width: 10px;
    height: 10px;
    background: #00BDEF;
    border-radius: 50%;
    transform: translate(10px, 10px);
}


@media (max-width: 1030px) {
    #hotelDetailsPage .hotel-service-part {
        height: auto;
    }

    #hotelDetailsPage .hotel-service-list {
        display: flex;
        flex-direction: column;
    }

    #hotelDetailsPage .hotel-service-list-2 li::before {
        right: 33px;
    }
}

@media (max-width: 780px) {
    #hotelDetailsPage .hotel-info {
        display: flex;
        flex-direction: column;
    }

    #hotelDetailsPage .hotel-loc-info-part {
        width: 100%;
        margin-top: 30px;
        margin-right: 0;
    }
}

/* related-hotels  */

#hotelDetailsPage .related-hotels {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#hotelDetailsPage .related-hotels-title h3 {
    position: relative;
    padding: 20px;
    font-size: 18px;
    font-weight: 750;
    color: var(--black-800);
}

#hotelDetailsPage .related-hotels-title h3::after {
    content: "";
    width: 90px;
    height: 1px;
    background-color: var(--purple-800);
    position: absolute;
    top: 32px;
    opacity: 0.5;
    left: -80px;
}

#hotelDetailsPage .related-hotels-title h3::before {
    content: "";
    opacity: 0.5;
    height: 1px;
    background-color: var(--purple-800);
    position: absolute;
    width: 90px;
    top: 32px;
    right: -80px;
}


/* related-hotels-gallery  */

#hotelDetailsPage .related-hotels-gallery {
    width: 76%;
    display: flex;
    overflow-x: scroll;
}

#hotelDetailsPage .related-hotels-gallery::-webkit-scrollbar {
    display: none;
}

#hotelDetailsPage .related-hotels-gallery>div {
    width: 100%;
    display: grid;
    grid-template-columns: 220px 220px 220px 220px;
    grid-gap: 20px;
    padding: 10px;
    flex: none;
}

#hotelDetailsPage .gallery-pic-parts {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    /* height: 195px; */
    background: var(--white-900);
    border-radius: 10px;
    box-shadow: 0px 0px 6px #00000026;
    margin-bottom: 2px;
    overflow: hidden;

}

#hotelDetailsPage .gallery-pic-img .pic-overlay {
    position: absolute;
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -41%);
    background-color: #fff;
    border-radius: 5px;
    padding: 0px 10px;
    opacity: 0;
    transition: all 0.3s;
    z-index: 10;
}

#hotelDetailsPage .gallery-pic-img .pic-overlay a {
    color: #262163 !important;

}

#hotelDetailsPage .gallery-pic-parts:hover .pic-overlay {
    opacity: 1;
}

#hotelDetailsPage .gallery-pic-parts:hover img {
    transform: scale(1.1);

}

#hotelDetailsPage .gallery-pic-img {
    width: 100%;
    overflow: hidden;

}

#hotelDetailsPage .gallery-pic-img img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    aspect-ratio: 2/1.2;
    transition: all 0.3s;
    height: 100%;
}

#hotelDetailsPage .gallery-pic-text {
    padding: 0 10px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

#hotelDetailsPage .gallery-pic-text-1 a {
    font-size: 13px;
    color: var(--black-800);
    font-weight: 600;
}

#hotelDetailsPage .gallery-pic-text-1 p {
    font-size: 10px;
    color: var(--gray-900);
    margin-top: -11px;
    margin-bottom: 0 !important;
}


#hotelDetailsPage .gallery-pic-text-stars i {
    color: var(--btn-yellow);
    font-size: 12px;
}

#hotelDetailsPage .related-hotels-gallery-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

@media screen and (max-width:650px) {
    #hotelDetailsPage .gallery-pic-img .pic-overlay {
        opacity: 1;
    }
}

#hotelDetailsPage #backBtn,
#hotelDetailsPage #nextBtn {
    width: 20px;
    height: 20px;
    background: var(--gray-800);
    color: var(--white-800);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#hotelDetailsPage #backBtn:hover,
#hotelDetailsPage #nextBtn:hover {
    background: var(--blue-800);
}

@media (max-width: 768px) {

    #hotelDetailsPage .pic-hidden {
        visibility: hidden;
    }

    #hotelDetailsPage .pic-tra {
        transform: translateX(-420px);
    }
}

#hotelDetailsPage .page-about {
    margin-top: 1rem;
}

#hotelDetailsPage .visa-post-row {
    padding: 0 2%;
}

#hotelDetailsPage .worldmap-img {
    aspect-ratio: 5/2;
    filter: contrast(0.25);
    opacity: 0.4;
}

#hotelDetailsPage .breadcrumb-item+.breadcrumb-item::before {
    float: right;
    font-size: 1.2rem;
    margin-top: 0.2rem;
    content: url("../assets/images/عکس های ویزا/visaPost/chevron-double-left.svg") !important;
    width: 20px;
    height: 20px;
    -webkit-filter: invert(100%);
    filter: invert(100%);

}

#hotelDetailsPage .breadcrumbs {
    background-color: var(--blue-800);
}

#hotelDetailsPage .page-name {
    font-weight: 700;
    font-size: 1.5rem;
}

@media screen and (max-width: 760px) {
    #hotelDetailsPage .worldmap-img {
        aspect-ratio: 5/3 !important;
    }
}

@media screen and (max-width:520px) {
    #hotelDetailsPage .breadcrumbs {
        font-size: 0.75rem;
    }

    #hotelDetailsPage .page-about {
        width: 98%;
    }

    #hotelDetailsPage .breadcrumb-item::before {
        font-size: 0.3rem !important;
        width: 15px !important;
    }
}

@media screen and (max-width: 340px) {
    #hotelDetailsPage .breadcrumbs {
        font-size: 0.7rem;
    }
}

#hotelDetailsPage footer .company-info li:nth-child(1) {
    text-align: right !important;
}

#hotelDetailsPage .breadcrumbs .page-name {
    font-size: 19px !important;
}

/* open gallery */
#hotelDetailsPage .clicked-gallery,
#tourDetailsPage .clicked-gallery {
    z-index: 1001;
    background-color: #000000cc;
    display: flex;
}

#hotelDetailsPage .gallery-swiper,
#tourDetailsPage .gallery-swiper {
    width: 60%;
    height: 85%;
    overflow: hidden;
}

#hotelDetailsPage .gallery-swiper .swiper-button-prev::after,
#hotelDetailsPage .gallery-swiper .swiper-button-next::after,
#tourDetailsPage .gallery-swiper .swiper-button-prev::after,
#tourDetailsPage .gallery-swiper .swiper-button-next::after {
    font-size: 2rem !important;
    color: var(--blue-900);
}

#hotelDetailsPage .gallery-swiper .swiper-button-prev,
#tourDetailsPage .gallery-swiper .swiper-button-prev {
    right: 0 !important;
}

#hotelDetailsPage .gallery-swiper .swiper-button-next,
#tourDetailsPage .gallery-swiper .swiper-button-next {
    left: 0 !important;
}

#hotelDetailsPage .exit-gallery-btn,
#tourDetailsPage .exit-gallery-btn {
    top: 10px;
    right: 10px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width:800px) {

    #hotelDetailsPage .gallery-swiper,
    #tourDetailsPage .gallery-swiper {
        height: 80%;
        width: 80%;
    }
}

@media screen and (max-width:500px) {

    #hotelDetailsPage .gallery-swiper,
    #tourDetailsPage .gallery-swiper {
        height: 60%;
        width: 80%;
    }
}

/* =========================== */
/* !======= end of  hotel details ========= */
/* ============================================ */

/* =========================== */
/* !=======  hotel home ========= */
/* =========================== */
/* famous hotels  */

#hotelHomePage .famous-hotels {
    width: 81.6%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 10px;
    position: relative;
}

#hotelHomePage .famous-hotels-title {
    position: relative;
}

#hotelHomePage .famous-hotels-title h3 {
    position: relative;
    padding: 20px;
    font-size: 19px;
    font-weight: 750;
    color: var(--black-800);
    margin-top: 20px;
}

#hotelHomePage .famous-hotels-title h3::after {
    content: "";
    width: 90px;
    height: 1px;
    background-color: var(--purple-800);
    position: absolute;
    top: 32px;
    opacity: 0.5;
    left: -80px;
}

#hotelHomePage .famous-hotels-title h3::before {
    content: "";
    opacity: 0.5;
    height: 1px;
    background-color: var(--purple-800);
    position: absolute;
    width: 90px;
    top: 32px;
    right: -80px;
}

@media (max-width: 500px) {

    #hotelHomePage .header-bg-pic img {
        width: 80%;
        margin-top: 72px;
    }

    #hotelHomePage .famous-hotels-title h3 {
        font-size: 14px;
    }

    #hotelHomePage .famous-hotels-title h3::after {
        width: 50px;
        left: -40px;
    }

    #hotelHomePage .famous-hotels-title h3::before {
        width: 50px;
        right: -40px;
    }
}

/* famous hotels gallery  */

#hotelHomePage .famous-hotels-gallery .overly {
    background: linear-gradient(to top, #00000070 10%, transparent 20%);
}

#hotelHomePage .famous-hotels-gallery {
    /* display: flex;
	align-items: center;
	justify-content: center; */
    display: grid;
    grid-template-areas:
        'one one two three'
        'four five six six';
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 200px);
    margin-top: 20px;
    gap: 1.5rem;
}

@media screen and (max-width: 1000px) {
    #hotelHomePage .famous-hotels-gallery {
        grid-template-areas:
            'one two'
            'three four'
            'five six';
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 200px);
    }
}

@media screen and (max-width: 570px) {
    #hotelHomePage .famous-hotels-gallery {
        grid-template-areas:
            'one'
            'two'
            'three'
            'four'
            'five'
            'six';
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, 200px);
    }
}

#hotelHomePage .famous-img-1 {
    grid-area: one;
}

#hotelHomePage .famous-img-2 {
    grid-area: two;
}

#hotelHomePage .famous-img-3 {
    grid-area: three;
}

.famous-img-4 {
    grid-area: four;
}

#hotelHomePage .famous-img-5 {
    grid-area: five;
}

#hotelHomePage .famous-img-6 {
    grid-area: six;
}

#hotelHomePage .famous-hotels-gallery .img {
    border-radius: 15px;
    overflow: hidden;
}

#hotelHomePage .famous-hotels-gallery .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/3;
}

#hotelHomePage .famous-inner-img-1 {
    grid-area: one;
}

#hotelHomePage .famous-inner-img-2 {
    grid-area: two;
}

#hotelHomePage .famous-inner-img-3 {
    grid-area: three;
}

#hotelHomePage .famous-inner-img-4 {
    grid-area: four;
}

#hotelHomePage .famous-inner-img-5 {
    grid-area: five;
}

#hotelHomePage .famous-inner-img-6 {
    grid-area: six;
}

@media (max-width: 970px) {
    #hotelHomePage .famous-hotels-gallery {
        flex-wrap: wrap;
    }
}

#hotelHomePage .famous-hotels-link-more {
    margin: 50px 0;
}

#hotelHomePage .famous-hotels-link-more a {
    border: none;
    outline: none;
    color: var(--white-800) !important;
    background: var(--blue-800);
    padding: 8px 17px;
    border-radius: 7px;
    transition: all 0.5;
}

#hotelHomePage .famous-hotels-link-more a:hover {
    background: var(--blue-900);
}


@media (max-width: 940px) {
    #hotelHomePage .container1 .img {
        margin-bottom: 10px;
    }
}

@media (max-width: 500px) {
    /* .container {
		transform: scale(80%);
	}

	.container2 {
		transform: scale(80%);
		margin-top: -60px;
	}

	.famous-hotels-gallery {
		margin-left: -40px;
	} */

    #hotelHomePage .container1 .img-long {
        width: 290px;
    }

    #hotelHomePage .container1 .img {
        display: flex;
        flex-direction: column;
        margin-top: 19px;
        margin-bottom: 10px;
    }

    #hotelHomePage .container1 #img {
        width: 295px;
        height: 150px;
        position: relative;
        margin: 10px 6px;
    }

    #hotelHomePage .container2 .img-long {
        width: 290px;
    }

    #hotelHomePage .container2 .img {
        display: flex;
        flex-direction: column;
        margin-top: 19px;
    }

    #hotelHomePage .container2 #img {
        width: 295px;
        height: 150px;
        position: relative;
        margin: 10px 6px;
    }


}

@media (max-width: 500px) {
    #hotelHomePage .container1 .img-long {
        width: 298px;
    }
}

@media (max-width: 500px) {
    #hotelHomePage .container2 .img-long {
        width: 298px;
    }
}

/* famous-inner-hotels  */

#hotelHomePage .famous-inner-hotels {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 50px;
    position: relative;
    background: var(--blue-300);
    padding: 30px;
}

#hotelHomePage .famous-inner-hotels .famous-hotels-gallery {
    width: 81.6%;
}

/* hotel-booking  */
#hotelHomePage .hotel-booking-row {
    padding: 0 3%;
}

#hotelHomePage .hotel-booking {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 50px;
}

#hotelHomePage .hotel-booking-title {
    position: relative;
}

#hotelHomePage .hotel-booking-title h3 {
    position: relative;
    padding: 20px;
    font-size: 19px;
    font-weight: 750;
    color: var(--black-800);
}

#hotelHomePage .hotel-booking-title h3::after {
    content: "";
    width: 90px;
    height: 1px;
    background-color: var(--purple-800);
    position: absolute;
    top: 32px;
    opacity: 0.5;
    left: -80px;
}

#hotelHomePage .hotel-booking-title h3::before {
    content: "";
    opacity: 0.5;
    height: 1px;
    background-color: var(--purple-800);
    position: absolute;
    width: 90px;
    top: 32px;
    right: -80px;
}

#hotelHomePage .hotel-booking-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

#hotelHomePage .hotel-booking-content-pic {
    /* width: 230px;
	height: 230px; */
    position: relative;

    /* margin-left: 30px; */
}





#hotelHomePage .hotel-booking-content-text {
    /* width: 650px; */
    text-align: start;
    /* margin: 0 20px; */
    position: relative;
}

#hotelHomePage .hotel-booking-content-text p {
    font-size: 15px;
    color: var(--black-800);
    font-weight: 400;
    padding-right: 3rem;
}

#hotelHomePage .hotel-booking-content-text i {
    position: relative;
    font-size: 28px;
    color: var(--blue-800);
}

#hotelHomePage .i-left::before {
    font-size: 35px;
    transform: rotateY(180deg);
}

#hotelHomePage .i-right::before {
    transform: translate(-765px, -44px);
    font-size: 35px;

}

#hotelHomePage .hotel-booking-content-pic img {
    height: 100%;
    width: 100%;
    aspect-ratio: 1.2/1.5;
    padding: 1rem;
}

#hotelHomePage .hotel-booking-content-back {
    width: 95%;
    height: 78%;
    margin-top: 2rem;
    background: var(--blue-800);
    border-radius: 50%;
    z-index: -1;
}

@media (max-width: 990px) {
    #hotelHomePage .hotel-booking-content {
        display: flex;
        flex-direction: column;
        margin-top: 70px;
    }

    #hotelHomePage .hotel-booking-content-text {
        margin-top: 30px;
    }
}

@media (max-width: 760px) {


    #hotelHomePage .hotel-booking-content-text p {
        padding: 0 2rem;
    }

    #hotelHomePage .worldmap-img {
        aspect-ratio: 5/3 !important;
    }

    #hotelHomePage .i-right::before {
        transform: translate(-429px, -6px);
    }
}

@media (max-width: 500px) {
    #hotelHomePage .hotel-booking-title h3 {
        font-size: 14px;
    }

    #hotelHomePage .hotel-booking-title h3::after {
        width: 50px;
        left: -40px;
    }

    #hotelHomePage .hotel-booking-title h3::before {
        width: 50px;
        right: -40px;
    }



}


@media (max-width: 500px) {
    #hotelHomePage .i-right::before {
        transform: translate(-282px, -4px);
    }

    #hotelHomePage .hotel-booking-content-pic {
        width: 70%;
        margin: 0 auto;
    }
}

@media (max-width: 380px) {
    #hotelHomePage .i-right::before {
        transform: translate(-243px, -4px);
    }
}

@media (max-width: 320px) {
    #hotelHomePage .i-right::before {
        transform: translate(-240px, -26px);
    }
}



@media screen and (min-width:900px) {
    #hotelHomePage .i-right::before {
        transform: translate(-648px, -5px);
    }
}

@media screen and (min-width:999px) {
    #hotelHomePage .i-right::before {
        transform: translate(-541px, -5px);
    }
}

@media screen and (min-width:1024px) {}

@media screen and (min-width:1200px) {
    #hotelHomePage .i-right::before {
        transform: translate(-651px, -5px);
    }
}

@media screen and (min-width:1400px) {
    #hotelHomePage .i-right::before {
        transform: translate(-758px, -30px);
    }
}

#hotelHomePage .page-about {
    margin-top: 4rem;
}

#hotelHomePage .worldmap-img {
    aspect-ratio: 5/2;
    filter: contrast(0.25);
    opacity: 0.4;
}

#hotelHomePage .breadcrumb-item+.breadcrumb-item::before {
    float: right;
    font-size: 1.2rem;
    color: var(--white-900);
}

#hotelHomePage .breadcrumbs {
    background-color: var(--blue-800);
}

#hotelHomePage .page-name {
    font-weight: 700;
    font-size: 1.5rem;
}

#hotelHomePage .breadcrumb-item+.breadcrumb-item::before {
    float: right;
    font-size: 1.2rem;
    margin-top: 0.2rem;
    content: url("../assets/images/عکس های ویزا/visaPost/chevron-double-left.svg") !important;
    width: 20px;
    height: 20px;
    -webkit-filter: invert(100%);
    filter: invert(100%);

}



#hotelHomePage .famous-hotels .famous-hotels-gallery p,
#hotelHomePage .famous-inner-hotels .famous-hotels-gallery p {
    position: absolute;
    /* width: 100%; */

    z-index: 12;
    color: white;
    right: 2%;
    bottom: 2%;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
}

#hotelHomePage footer .company-info li:nth-child(1) {
    text-align: right !important;
}


#hotelHomePage .hotel-home .worldmap-img {
    aspect-ratio: 5/2;
    filter: none;
    opacity: 1;
}

#hotelHomePage .breadcrumbs .page-name {
    font-size: 19px !important;
}

/* =========================== */
/* !=======  end of hotel home ========= */
/* ========================================= */

/* =========================== */
/* !=======  tour cat ========= */
/* =========================== */
#tourCategoryPageinput [type="checkbox"] {
    accent-color: var(--purple-800);
}

#tourCategoryPage .tour__image-container {
    width: 340px;
}

#tourCategoryPage .tour-image {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 11/8;
}

#tourCategoryPage .tour-element {
    color: inherit;
}

#tourCategoryPage .tour-element:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

#tourCategoryPage .tour-element .btn {
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-font-size: 0.9rem;
    --bs-btn-font-weight: 600;
}

#tourCategoryPage .tour-element .btn-primary {
    --bs-btn-hover-bg: var(--blue-800);
    --bs-btn-hover-border-color: var(--blue-800);
    --bs-btn-bg: var(--btn-yellow);
    --bs-btn-border-color: var(--btn-yellow)
}

#tourCategoryPage .tour-element .badge {
    --bs-badge-padding-y: 0.75rem;
    --bs-badge-font-size: 0.9em;
    --bs-badge-font-weight: 400;
    --bs-badge-color: inherit;
}

#tourCategoryPage .tour-element .badge.bg-secondary {
    background-color: var(--gray-300) !important;
}

#tourCategoryPage .btn-container {
    flex-basis: 120px;
}

#tourCategoryPage .tour__info {
    flex-grow: 1;
    color: var(--black-800);
}

#tourCategoryPage .tours__main {
    color: var(--black-800);
}

#tourCategoryPage .tour__long,
.tour__time,
.tour__rest {
    color: var(--blue-900);
}

#tourCategoryPage .tour__price {
    font-weight: 700;
    color: inherit;
    font-size: 1.15rem;
}

#tourCategoryPage .sidebar__search input,
#tourCategoryPage .sidebar__search input::placeholder {
    color: #b9b9b9;
}

#tourCategoryPage .sidebar__search i {
    font-size: 1.5rem;
    left: 10px;
    padding: 0.6rem;
    background-color: var(--purple-800);
    cursor: pointer;
}

#tourCategoryPage .sidebar__search input:focus {
    box-shadow: 0 0 5px var(--gray-700);
}

#tourCategoryPage .sidebar__social>span:nth-child(2) {
    color: var(--blue-800);
    font-weight: 700;
    font-size: 1.1rem;
}

#tourCategoryPage .sidebar__social i {
    font-size: 1.1rem;
}

#tourCategoryPage .social-icons a {
    padding: 0.8rem;
}

#tourCategoryPage .instagram {
    background-color: var(--purple-800);
    box-shadow: 0 0 10px var(--purple-800);
}

#tourCategoryPage .telegram {
    background-color: var(--blue-800);
    box-shadow: 0 0 10px var(--blue-800);
}

#tourCategoryPage .aparat {
    background-color: var(--social-red);
    box-shadow: 0 0 10px var(--social-red);
}

#tourCategoryPage .sidebar__rel-locations span {
    font-size: 1.1rem;
}

#tourCategoryPage .sidebar__rel-locations span::before {
    content: "";
    border-radius: 100%;
    background-color: var(--purple-800);
    position: absolute;
    right: -14px;
    top: 10px;
    width: 10px;
    height: 10px;
}

#tourCategoryPage .location-options input {
    display: none;
}

#tourCategoryPage .location-options a {
    background-color: #f9f9f9;
    color: var(--gray-900);
    font-size: 0.9rem;
    cursor: pointer;
    width: 40%;
    text-align: center;
}

#tourCategoryPage .worldmap-img {
    aspect-ratio: 5/2;
    height: 100%;
}

#tourCategoryPage .breadcrumb-item+.breadcrumb-item::before {
    float: right;
    font-size: 1.2rem;
    color: var(--white-900);
}

#tourCategoryPage .breadcrumbs {
    background-color: var(--blue-800);
}

#tourCategoryPage .description__head::after,
#tourCategoryPage .description__head::before {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 2px solid var(--gray-700);
    width: 80px;
}

#tourCategoryPage .description__head::before {
    top: 50%;
    right: -85px;
}

#tourCategoryPage .description__head::after {
    top: 50%;
    left: -85px;
}

#tourCategoryPage .description__context {
    color: var(--black-800);
}

#tourCategoryPage .page-about {
    margin-top: 4rem;
}

#tourCategoryPage .page-name {
    font-weight: 700;
    font-size: 1.5rem
}

@media screen and (max-width: 695px) {
    #tourCategoryPage .location-options {
        flex-direction: column !important;
    }

    #tourCategoryPage .location-options a {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    #tourCategoryPage .tour-element>div {
        width: 100% !important;
    }

    #tourCategoryPage .tour__info {
        text-align: center !important;
    }

    #tourCategoryPage .btn-container {
        flex-basis: unset;
    }

    #tourCategoryPage .tour-image {
        width: 100%;
    }

    #tourCategoryPage .worldmap-img {
        aspect-ratio: 5/3;
    }
}

@media screen and (max-width: 1010px) {
    #tourCategoryPage .tours__main {
        width: 65% !important;
    }

    #tourCategoryPage .tours__sidebar {
        width: 35% !important;
    }
}

@media screen and (max-width: 576px) {

    #tourCategoryPage .tours__main,
    #tourCategoryPage .tours__sidebar {
        width: 90% !important;
    }
}

@media screen and (max-width:820px) {
    #tourCategoryPage #search-input {
        font-size: 0.75rem;
    }
}

/* breadcrumb */
#tourCategoryPage .breadcrumb-item+.breadcrumb-item::before {
    float: right;
    font-size: 1.2rem;
    margin-top: 0.2rem;
    content: url("../assets/images/عکس های ویزا/visaPost/chevron-double-left.svg") !important;
    width: 20px;
    height: 20px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}


#tourCategoryPage .tours__main>a.btn {
    --bs-btn-bg: var(--blue-800);
    --bs-btn-border-color: var(--blue-800);
    --bs-btn-hover-bg: var(--blue-900);
    --bs-btn-hover-border-color: var(--blue-900);
}

#tourCategoryPage h5.tour__name {
    font-weight: 700;
    color: var(--black-800) !important;
}

#tourCategoryPage .tour-element .btn {
    --bs-btn-padding-x: 0.56rem;
    --bs-btn-padding-y: 0.6rem;
    --bs-btn-font-size: 0.8rem;
    --bs-btn-font-weight: 600;
}

#tourCategoryPage .tour-element:hover .btn-primary {
    --bs-btn-bg: var(--blue-800);
    --bs-btn-border-color: var(--blue-800);
}

#tourCategoryPage .tour__image-container {
    width: 505px;
}

@media screen and (max-width: 890px) {
    #tourCategoryPage .tour-element {
        flex-direction: column !important;
    }

    #tourCategoryPage .tour-element>div {
        width: 100% !important;
        text-align: center !important;
    }

    #tourCategoryPage .btn-container {
        flex-direction: row !important;
        flex-basis: unset;
    }
}

#tourCategoryPage .sort-part .h5 {
    font-size: 1.1rem !important;
}

#tourCategoryPage .sidebar__sort label {
    color: #878787;
    font-weight: normal;
}

#tourCategoryPage footer .company-info li:nth-child(1) {
    text-align: right !important;
}

#tourCategoryPage .breadcrumbs .page-name {
    font-size: 19px !important;
}

#tourCategoryPageinput [type="checkbox"] {
    accent-color: var(--purple-800);
}

#tourCategoryPage .tour__image-container {
    width: 340px;
}

#tourCategoryPage .tour-image {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 11/8;
}

#tourCategoryPage .tour-element {
    color: inherit;
}

#tourCategoryPage .tour-element:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

#tourCategoryPage .tour-element .btn {
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-font-size: 0.9rem;
    --bs-btn-font-weight: 600;
}

#tourCategoryPage .tour-element .btn-primary {
    --bs-btn-hover-bg: var(--blue-800);
    --bs-btn-hover-border-color: var(--blue-800);
    --bs-btn-bg: var(--btn-yellow);
    --bs-btn-border-color: var(--btn-yellow)
}

#tourCategoryPage .tour-element .badge {
    --bs-badge-padding-y: 0.75rem;
    --bs-badge-font-size: 0.9em;
    --bs-badge-font-weight: 400;
    --bs-badge-color: inherit;
}

#tourCategoryPage .tour-element .badge.bg-secondary {
    background-color: var(--gray-300) !important;
}

#tourCategoryPage .btn-container {
    flex-basis: 120px;
}

#tourCategoryPage .tour__info {
    flex-grow: 1;
    color: var(--black-800);
}

#tourCategoryPage .tours__main {
    color: var(--black-800);
}

#tourCategoryPage .tour__long,
.tour__time,
.tour__rest {
    color: var(--blue-900);
}

#tourCategoryPage .tour__price {
    font-weight: 700;
    color: inherit;
    font-size: 1.15rem;
}

#tourCategoryPage .sidebar__search input,
#tourCategoryPage .sidebar__search input::placeholder {
    color: #b9b9b9;
}

#tourCategoryPage .sidebar__search i {
    font-size: 1.5rem;
    left: 10px;
    padding: 0.6rem;
    background-color: var(--purple-800);
    cursor: pointer;
}

#tourCategoryPage .sidebar__search input:focus {
    box-shadow: 0 0 5px var(--gray-700);
}

#tourCategoryPage .sidebar__social>span:nth-child(2) {
    color: var(--blue-800);
    font-weight: 700;
    font-size: 1.1rem;
}

#tourCategoryPage .sidebar__social i {
    font-size: 1.1rem;
}

#tourCategoryPage .social-icons a {
    padding: 0.8rem;
}

#tourCategoryPage .instagram {
    background-color: var(--purple-800);
    box-shadow: 0 0 10px var(--purple-800);
}

#tourCategoryPage .telegram {
    background-color: var(--blue-800);
    box-shadow: 0 0 10px var(--blue-800);
}

#tourCategoryPage .aparat {
    background-color: var(--social-red);
    box-shadow: 0 0 10px var(--social-red);
}

#tourCategoryPage .sidebar__rel-locations span {
    font-size: 1.1rem;
}

#tourCategoryPage .sidebar__rel-locations span::before {
    content: "";
    border-radius: 100%;
    background-color: var(--purple-800);
    position: absolute;
    right: -14px;
    top: 10px;
    width: 10px;
    height: 10px;
}

#tourCategoryPage .location-options input {
    display: none;
}

#tourCategoryPage .location-options a {
    background-color: #f9f9f9;
    color: var(--gray-900);
    font-size: 0.9rem;
    cursor: pointer;
    width: 40%;
    text-align: center;
}

#tourCategoryPage .worldmap-img {
    aspect-ratio: 5/2;
}

#tourCategoryPage .breadcrumb-item+.breadcrumb-item::before {
    float: right;
    font-size: 1.2rem;
    color: var(--white-900);
}

#tourCategoryPage .breadcrumbs {
    background-color: var(--blue-800);
}

#tourCategoryPage .description__head::after,
#tourCategoryPage .description__head::before {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 2px solid var(--gray-700);
    width: 80px;
}

#tourCategoryPage .description__head::before {
    top: 50%;
    right: -85px;
}

#tourCategoryPage .description__head::after {
    top: 50%;
    left: -85px;
}

#tourCategoryPage .description__context {
    color: var(--black-800);
}

#tourCategoryPage .page-about {
    margin-top: 4rem;
}

#tourCategoryPage .page-name {
    font-weight: 700;
    font-size: 1.5rem
}

@media screen and (max-width: 695px) {
    #tourCategoryPage .location-options {
        flex-direction: column !important;
    }

    #tourCategoryPage .location-options a {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    #tourCategoryPage .tour-element>div {
        width: 100% !important;
    }

    #tourCategoryPage .tour__info {
        text-align: center !important;
    }

    #tourCategoryPage .btn-container {
        flex-basis: unset;
    }

    #tourCategoryPage .tour-image {
        width: 100%;
    }

    #tourCategoryPage .worldmap-img {
        aspect-ratio: 5/3;
    }
}

@media screen and (max-width: 1010px) {
    #tourCategoryPage .tours__main {
        width: 65% !important;
    }

    #tourCategoryPage .tours__sidebar {
        width: 35% !important;
    }
}

@media screen and (max-width: 576px) {

    #tourCategoryPage .tours__main,
    #tourCategoryPage .tours__sidebar {
        width: 90% !important;
    }
}

@media screen and (max-width:820px) {
    #tourCategoryPage #search-input {
        font-size: 0.75rem;
    }
}

/* breadcrumb */
#tourCategoryPage .breadcrumb-item+.breadcrumb-item::before {
    float: right;
    font-size: 1.2rem;
    margin-top: 0.2rem;
    content: url("../assets/images/عکس های ویزا/visaPost/chevron-double-left.svg") !important;
    width: 20px;
    height: 20px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}


#tourCategoryPage .tours__main>a.btn {
    --bs-btn-bg: var(--blue-800);
    --bs-btn-border-color: var(--blue-800);
    --bs-btn-hover-bg: var(--blue-900);
    --bs-btn-hover-border-color: var(--blue-900);
}

#tourCategoryPage h5.tour__name {
    font-weight: 700;
    color: var(--black-800) !important;
}

#tourCategoryPage .tour-element .btn {
    --bs-btn-padding-x: 0.56rem;
    --bs-btn-padding-y: 0.6rem;
    --bs-btn-font-size: 0.8rem;
    --bs-btn-font-weight: 600;
}

#tourCategoryPage .tour-element:hover .btn-primary {
    --bs-btn-bg: var(--blue-800);
    --bs-btn-border-color: var(--blue-800);
}

#tourCategoryPage .tour__image-container {
    width: 505px;
}

@media screen and (max-width: 890px) {
    #tourCategoryPage .tour-element {
        flex-direction: column !important;
    }

    #tourCategoryPage .tour-element>div {
        width: 100% !important;
        text-align: center !important;
    }

    #tourCategoryPage .btn-container {
        flex-direction: row !important;
        flex-basis: unset;
    }
}

#tourCategoryPage .sort-part .h5 {
    font-size: 1.1rem !important;
}

#tourCategoryPage .sidebar__sort label {
    color: #878787;
    font-weight: normal;
}

#tourCategoryPage footer .company-info li:nth-child(1) {
    text-align: right !important;
}

#tourCategoryPage .breadcrumbs .page-name {
    font-size: 19px !important;
}

/* =========================== */
/* !======= end tour cat ========= */
/* ================================= */


/* =========================== */
/* !=======  tour details  ========= */
/* ================================= */
#tourDetailsPageinput {
    background-color: var(--white-800);
    color: var(--black-800);
}

#tourDetailsPageinput [type="checkbox"] {
    accent-color: var(--purple-800);
}

#tourDetailsPage .page-about {
    margin-top: 3.8rem;
}

#tourDetailsPage .worldmap-img {
    aspect-ratio: 5/2;
    filter: contrast(0.25);
    opacity: 0.4;
}

#tourDetailsPage .breadcrumb-item+.breadcrumb-item::before {
    float: right;
    font-size: 1.2rem;
    color: var(--white-900);
}

#tourDetailsPage .breadcrumbs {
    background-color: var(--blue-900);
}

#tourDetailsPage .page-name {
    font-weight: 700;
    font-size: 1.5rem;
}

@media screen and (max-width: 760px) {
    #tourDetailsPage .worldmap-img {
        aspect-ratio: 5/3 !important;
    }
}

@media screen and (max-width:420px) {
    #tourDetailsPage .breadcrumb {
        font-size: 0.75rem;
    }

    #tourDetailsPage .breadcrumb-item::before {
        font-size: 0.8rem !important;
    }
}

#tourDetailsPage .about__images {
    display: grid;
    grid-template-areas:
        'item1 item2 item3'
        'item4 item2 item5'
    ;
    gap: 10px;
    grid-template-rows: repeat(2, 160px);
    grid-template-columns: 1fr 2fr 1fr;
}

#tourDetailsPage .about-img-container img {
    aspect-ratio: 16/9;
    height: 100%;
}

#tourDetailsPage .about-img-container:nth-child(1) {
    grid-area: item1;
}

#tourDetailsPage .about-img-container:nth-child(2) {
    grid-area: item2;
}

#tourDetailsPage .about-img-container:nth-child(3) {
    grid-area: item3;
}

#tourDetailsPage .about-img-container:nth-child(4) {
    grid-area: item4;
}

#tourDetailsPage .about-img-container:nth-child(5) {
    grid-area: item5;
}

@media screen and (max-width: 650px) {
    #tourDetailsPage .about__images {
        grid-template-areas:
            'item1'
            'item2'
            'item3'
            'item4'
            'item5'
        ;
        grid-template-rows: repeat(5, 1fr);
        grid-template-columns: 1fr;
        justify-content: center;
    }
}

#tourDetailsPage .about-img-hover {
    background-color: #00BDEF30;
}

#tourDetailsPage .about-img-hover a {
    color: var(--blue-800);
    font-size: 0.9rem;
}

#tourDetailsPage .about-img-container:hover>.about-img-hover {
    opacity: 1 !important;
}

@media screen and (max-width: 525px) {
    #tourDetailsPage .about-img-hover {
        opacity: 1 !important;
    }
}



#tourDetailsPage .side-price span:first-child,
#tourDetailsPage .side-tour-details>span:first-child {
    background-color: var(--blue-900);
}

#tourDetailsPage .side-price span:last-child {
    font-weight: 700;
}

#tourDetailsPage .side-download-tour {
    background-color: var(--blue-800);
}

#tourDetailsPage .fa-plane {
    transform: rotateZ(-30deg);
}

#tourDetailsPage .details-body>span {
    color: var(--gray-900);
    font-size: 0.9rem;
}

#tourDetailsPage .details-body span span {
    color: var(--black-800);
    font-weight: 700;
}

#tourDetailsPage .get-info span:first-child,
#tourDetailsPage .side-call-us span:first-child {
    background-color: var(--blue-900);
    font-size: 1.3rem;
    border-radius: 100%;
}

#tourDetailsPage .side-call-us span:first-child {
    background-color: var(--purple-800) !important;
    font-size: 1.1rem;
    padding: 8px;
}

#tourDetailsPage .get-info span:nth-child(2),
#tourDetailsPage .side-call-us span:nth-child(2) {
    font-size: 0.85rem;
}

#tourDetailsPage .side-call-us span:nth-child(3) {
    background-color: var(--purple-800);
    padding-top: 2px;
}

#tourDetailsPage .get-info input {
    font-size: 0.8rem;
    background-color: transparent;
}

#tourDetailsPage .get-info input[type='button'] {
    background-color: var(--blue-900);
    color: var(--white-900);
    left: 5px;
    top: 4px;
    font-size: 0.9rem;
    height: 79%;
}

@media screen and (max-width: 1010px) {
    #tourDetailsPage .tours__main {
        width: 70% !important;
    }

    #tourDetailsPage .tours__sidebar {
        width: 30% !important;
    }
}

@media screen and (max-width: 678px) {
    #tourDetailsPage .tours {
        flex-direction: column-reverse !important;
        align-items: center !important;
    }

    #tourDetailsPage .tours__main,
    #tourDetailsPage .tours__sidebar {
        width: 100% !important;
    }
}

#tourDetailsPage .prices-ch {
    background-color: var(--gray-300);
    font-size: 0.9rem;
    text-align: center;
}

#tourDetailsPage .prices-ch i {
    color: var(--blue-900);
    font-size: 1.2rem;
}

#tourDetailsPage .tours__main table thead th:not(:last-child)::before {
    content: '';
    height: 44%;
    width: 1px;
    position: absolute;
    top: 27%;
    left: 0;
    background-color: var(--white-900);
}

#tourDetailsPage .tours__main table thead {
    vertical-align: middle !important;
}

#tourDetailsPage .tours__main table thead th {
    background-color: var(--blue-900) !important;
    color: var(--white-900);
    position: relative;
}

#tourDetailsPage .tours__main table tbody tr:nth-child(odd) td {
    background-color: #EFF2F5 !important;
}

#tourDetailsPage .tours__main table td {
    color: var(--black-800);
}

#tourDetailsPage .tours__main table td,
#tourDetailsPage .tours__main table th {
    font-size: 0.9rem;
}

#tourDetailsPage .table-stars i {
    color: #B9B9B9;
}

#tourDetailsPage .table-stars i.active {
    color: var(--btn-yellow);
}

#tourDetailsPage #more-rows {
    cursor: pointer;
}

#tourDetailsPage .tour-required span {
    color: var(--blue-900);
    font-weight: 700;
}

#tourDetailsPage .tour-required span i {
    font-size: 1.3rem;
}

#tourDetailsPage .tour-required p {
    font-size: 0.9rem;
}

#tourDetailsPage .daily-paragraph::before {
    content: attr(data-number);
    width: 30px;
    height: 30px;
    color: var(--white-900);
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: var(--blue-900);
    position: absolute;
    top: -15px;
}

@media screen and (max-width: 780px) {
    #tourDetailsPage .prices-ch {
        flex-direction: column;
    }

    #tourDetailsPage .prices-ch i {
        font-size: 1.4rem !important;
    }

    #tourDetailsPage .tours__main table th,
    #tourDetailsPage .tours__main table td,
    #tourDetailsPage .prices-ch span {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 450px) {

    #tourDetailsPage .tours__main table th,
    #tourDetailsPage .tours__main table td {
        font-size: 0.6rem;
    }
}

@media screen and (max-width: 360px) {

    #tourDetailsPage .tours__main table th,
    #tourDetailsPage .tours__main table td {
        font-size: 0.5rem;
    }
}

#tourDetailsPage .breadcrumb-item+.breadcrumb-item::before {
    float: right;
    font-size: 1.2rem;
    margin-top: 0.2rem;
    content: url("../assets/images/عکس های ویزا/visaPost/chevron-double-left.svg") !important;
    width: 20px;
    height: 20px;
    -webkit-filter: invert(100%);
    filter: invert(100%);

}

#tourDetailsPage footer .company-info li:nth-child(1) {
    text-align: right !important;
}

#tourDetailsPage .breadcrumbs .page-name {
    font-size: 19px !important;
}

/* =========================== */
/* !=======  end of tour details  ========= */
/* ================================= */

/* =========================== */
/* !=======  tour home  ========= */
/* ================================= */
#tourHomePage {
    background-color: var(--white-800);
}

#tourHomePage input[type="checkbox"] {
    accent-color: var(--purple-800);
}

#tourHomePage .tour__image-container {
    width: 505px;
}

#tourHomePage .tour__name {
    font-weight: 700;
}

#tourHomePage .sidebar__ads img {
    aspect-ratio: 4/6;
}

#tourHomePage .tour-image {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 11/8;
    height: 100%;
}

#tourHomePage .tour-element {
    color: inherit;
}

#tourHomePage .tour-element:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

#tourHomePage .tour-element .btn {
    --bs-btn-padding-x: 0.56rem;
    --bs-btn-padding-y: 0.6rem;
    --bs-btn-font-size: 0.8rem;
    --bs-btn-font-weight: 600;
}

#tourHomePage .tour-element:hover .btn-primary {
    --bs-btn-bg: var(--blue-800);
    --bs-btn-border-color: var(--blue-800);
}

#tourHomePage .tour-element .btn-primary {
    --bs-btn-hover-bg: var(--blue-800);
    --bs-btn-hover-border-color: var(--blue-800);
    --bs-btn-bg: var(--btn-yellow);
    --bs-btn-border-color: var(--btn-yellow);
}

#tourHomePage .tour-element .badge {
    --bs-badge-padding-y: 0.75rem;
    --bs-badge-font-size: 0.9em;
    --bs-badge-font-weight: 400;
    --bs-badge-color: inherit;
}

#tourHomePage .tour-element .badge.bg-secondary {
    background-color: var(--gray-300) !important;
}

#tourHomePage .btn-container {
    flex-basis: 120px;
}

#tourHomePage .tour__info {
    flex-grow: 1;
    color: var(--black-800);
}

#tourHomePage .tours__main {
    color: var(--black-800);
}

#tourHomePage .tours__main>.btn-primary {
    --bs-btn-bg: var(--blue-800);
    --bs-btn-border-color: var(--blue-800);
    --bs-btn-hover-bg: var(--blue-900);
    --bs-btn-hover-border-color: var(--blue-900);
}

#tourHomePage .tour__long,
.tour__time,
.tour__rest {
    color: var(--blue-900);
}

#tourHomePage .tour__price {
    font-weight: 700;
    color: inherit;
    font-size: 1.15rem;
}

#tourHomePage .sort-part .h5 {
    font-size: 1.1rem !important;
}

#tourHomePage .sidebar__sort label {
    color: #878787;
    font-weight: normal;
}

#tourHomePage .sidebar__search i {
    font-size: 1.5rem;
    left: 10px;
    padding: 0.6rem;
    background-color: var(--purple-800);
    cursor: pointer;
}

#tourHomePage .sidebar__search input:focus {
    box-shadow: 0 0 5px var(--gray-700);
}

#tourHomePage .sidebar__search input,
.sidebar__search input::placeholder {
    color: #b9b9b9;
}

#tourHomePage .sidebar__social>span:nth-child(2) {
    color: var(--blue-800);
    font-weight: 900;
    font-size: 1.1rem !important;
}

#tourHomePage .sidebar__social i {
    font-size: 1.1rem;
}

#tourHomePage .social-icons a {
    padding: 0.8rem;
}

#tourHomePage .instagram {
    background-color: var(--purple-800);
    box-shadow: 0 0 10px var(--purple-800);
}

#tourHomePage .telegram {
    background-color: var(--blue-800);
    box-shadow: 0 0 10px var(--blue-800);
}

#tourHomePage .aparat {
    background-color: var(--social-red);
    box-shadow: 0 0 10px var(--social-red);
}

#tourHomePage .sidebar__ads {
    height: 350px !important;
    color: inherit;
}

#tourHomePage .worldmap-img {
    aspect-ratio: 5/2;
}

#tourHomePage .breadcrumb-item+.breadcrumb-item::before {
    float: right;
    font-size: 1.2rem;
    color: var(--white-900);
}

#tourHomePage .breadcrumbs {
    background-color: var(--blue-800);
}

#tourHomePage .page-name {
    font-weight: 700;
    font-size: 1.5rem;
}

#tourHomePage .description__head::after,
#tourHomePage .description__head::before {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 2px solid var(--gray-700);
    width: 80px;
}

#tourHomePage .description__head::before {
    top: 50%;
    right: -85px;
}

#tourHomePage .description__head::after {
    top: 50%;
    left: -85px;
}

#tourHomePage .description__context {
    color: var(--black-800);
}

#tourHomePage .page-about {
    margin-top: 4rem;
}

@media screen and (max-width:768px) {
    #tourHomePage .tour-element>div {
        width: 100% !important;
    }

    #tourHomePage .tour__info {
        text-align: center !important;
    }

    #tourHomePage .btn-container {
        flex-basis: unset;
    }

    #tourHomePage .tour-image {
        width: 100%;
    }

    #tourHomePage .worldmap-img {
        aspect-ratio: 5/3;
    }
}

@media screen and (max-width: 1010px) {
    #tourHomePage .tours__main {
        width: 65% !important;
    }

    #tourHomePage .tours__sidebar {
        width: 35% !important;
    }
}

@media screen and (max-width: 576px) {

    #tourHomePage .tours__main,
    #tourHomePage .tours__sidebar {
        width: 90% !important;
    }
}

@media screen and (max-width:820px) {
    #tourHomePage #search-input {
        font-size: 0.75rem;
    }
}


/* map circles */
/* circles */
#tourHomePage .image-container .circles,
#tourCategoryPage .image-container .circles {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70% auto;
    transition: all .5s ease;
    cursor: pointer;
}

#tourHomePage .circles.bg-purple,
#tourCategoryPage .circles.bg-purple {
    opacity: 0;
    background-color: #7D5AB7;
    box-shadow: 0 0 0 0px rgba(125, 90, 183, 0.1), 0 0 0 4px rgba(125, 90, 183, 0.4), 0 0 0 8px rgba(125, 90, 183, 0.2);
}

#tourHomePage .circles.bg-yellow,
#tourCategoryPage .circles.bg-yellow {
    opacity: 0;
    background-color: #FCC72C;
    box-shadow: 0 0 0 0px rgba(252, 199, 44, 0.1), 0 0 0 4px rgba(252, 199, 44, 0.4), 0 0 0 8px rgba(252, 199, 44, 0.2);
}

#tourHomePage .circles.bg-blue ,
#tourCategoryPage .circles.bg-blue {
    opacity: 0;
    background-color: #00BDEF;
    box-shadow: 0 0 0 0px rgba(0, 189, 239, 0.1), 0 0 0 4px rgba(0, 189, 239, 0.4), 0 0 0 8px rgba(0, 189, 239, 0.2);
}

#tourHomePage .circles.active ,
#tourCategoryPage  .circles.active {
    opacity: 1;
}

#tourHomePage .circle-1  ,
 #tourCategoryPage .circle-1{
    top: 23%;
    left: 23%;
}

#tourHomePage .circle-2 ,
#tourCategoryPage .circle-2 {
    top: 13%;
    left: 12%;
}

#tourHomePage .circle-3  ,
 #tourCategoryPage .circle-3{
    top: 62%;
    left: 29%;
}

#tourHomePage .circle-4 ,
#tourCategoryPage .circle-4 {
    top: 77%;
    left: 26%;
}

#tourHomePage .circle-5  ,
 #tourCategoryPage .circle-5{
    top: 28%;
    left: 43%;
}

#tourHomePage .circle-6  ,
 #tourCategoryPage .circle-6{
    top: 45%;
    left: 40%;
}

#tourHomePage .circle-7,
#tourCategoryPage .circle-7 {
    top: 70%;
    left: 52%;
}

#tourHomePage .circle-8,
#tourCategoryPage .circle-8{
    top: 43%;
    left: 61%;
}

#tourHomePage .circle-9 ,
#tourCategoryPage .circle-9{
    top: 18%;
    left: 55%;
}

#tourHomePage .circle-10,
#tourCategoryPage .circle-10 {
    top: 40%;
    left: 71%;
}

#tourHomePage .circle-11,
#tourCategoryPage .circle-11{
    top: 26%;
    left: 78%;
}

#tourHomePage .circle-12,
#tourCategoryPage .circle-12 {
    top: 78%;
    left: 83%;
}

/* breadcrumbs */
#tourHomePage .breadcrumb-item+.breadcrumb-item::before {
    float: right;
    font-size: 1.2rem;
    margin-top: 0.2rem;
    content: url("../assets/images/عکس های ویزا/visaPost/chevron-double-left.svg") !important;
    width: 20px;
    height: 20px;
    -webkit-filter: invert(100%);
    filter: invert(100%);

}


@media screen and (max-width: 880px) {
    #tourHomePage .tour-element {
        flex-direction: column !important;
    }

    #tourHomePage .tour-element>div {
        width: 100% !important;
        text-align: center !important;
    }

    #tourHomePage .btn-container {
        flex-direction: row !important;
        flex-basis: unset;
    }
}

#tourHomePage footer .company-info li:nth-child(1) {
    text-align: right !important;
}

#tourHomePage .breadcrumbs .page-name {
    font-size: 19px !important;
}

/* =========================== */
/* !=======  end of tour home  ========= */
/* ================================= */

/* =========================== */
/* !======= visa details ========= */
/* ================================= */
#visaDetailsPage .visa-details-main-row {
    padding: 0;
}

#visaDetailsPage .visa-details-main-tittle-row {
    padding: 0 3%;
}

#visaDetailsPage .visa-details-header-img {
    aspect-ratio: 2/1;

    border-radius: 20px;
    height: 100%;
    width: 100%;
}

#visaDetailsPage .visa-details-article {
    background-color: var(--blue-300);
    border-radius: 20px;
}

#visaDetailsPage .visa-details-article .article-text {
    color: var(--black-800);
    text-align: justify;
}

#visaDetailsPage .badge-wrapper span.badge {
    background-color: #eeeeee;
    color: #585858;
    font-size: 14px;
}

#visaDetailsPage .badge-wrapper span.badge:hover {
    background-color: #00BDEF;
    color: #fff;
}

#visaDetailsPage .badge-wrapper span:nth-child(1) {
    color: #0089D1;
    font-weight: 500;
    font-size: 15px;
}

#visaDetailsPage .get-visa-form-wrapper .get-visa-form-items label {
    color: #484848;
    font-weight: 500;
}

#visaDetailsPage .get-visa-form-wrapper .get-visa-form-items input {
    background-color: #eeeeee;
    border: 0;
    outline: 0;
    height: 47px;
    padding-right: 10px;
    border-radius: 5px;
}

#visaDetailsPage .get-visa-form-wrapper form {
    padding: 0;
}

#visaDetailsPage .file-inputs {
    padding: 0.3rem;
}

#visaDetailsPage .get-visa-form-wrapper .get-visa-form-row {
    padding: 2% 1%;
    background-color: #fff;
    box-shadow: 0px 0px 6px #00000033;
    border-radius: 7px;
}

#visaDetailsPage .get-visa-form-wrapper .get-visa-form-row .dropdown-toggle {
    width: 98%;
    background-color: #eeee;
    border: 0;
    height: 47px;
}

#visaDetailsPage .get-visa-form-wrapper .get-visa-form-row .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-right: 2px solid #484848;
    border-bottom: 2px solid #484848;
    border-top: 0;
    border-left: 0;
    padding: 3px;
    transform: rotate(45deg);
    margin-right: 90%;
}

#visaDetailsPage .get-visa-form-wrapper .get-visa-form-row ul.dropdown-menu {
    width: 100%;
    background-color: #eee;
    color: #484848;
    text-align: right;
}

#visaDetailsPage .get-visa-form-wrapper .get-visa-form-row ul.dropdown-menu .dropdown-item:focus,
#visaDetailsPage .dropdown-item:hover {
    background-color: unset !important;
    color: #484848 !important;
}

#visaDetailsPage .get-visa-form-wrapper .get-visa-form-items label span {

    color: #0089D1;
}

#visaDetailsPage .get-visa-form-wrapper .get-visa-form-items label.pas-label span {
    color: #00BDEF;
}

#visaDetailsPage .get-visa-form-wrapper .get-visa-form-items .File-Registration-button {
    background-color: #0089D1;
    color: #fff;
    border: 0;
    outline: 0;
    width: 250px;
    height: 42px;
    border-radius: 4px;
}

#visaDetailsPage .get-visa-form-wrapper .table tr td:nth-child(2),
#visaDetailsPage .get-visa-form-wrapper .table tr th:nth-child(2) {
    width: 40%;
    max-width: 100px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

#visaDetailsPage .get-visa-form-wrapper .table tr td:nth-child(3),
#visaDetailsPage .get-visa-form-wrapper .table tr th:nth-child(3) {
    width: 40%;
    max-width: 100px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

#visaDetailsPage .get-visa-form-wrapper .table thead tr {

    border-radius: 20px;
}

#visaDetailsPage .get-visa-form-wrapper .table th {
    background-color: #0089D1;
    color: #fff;
    border-left: 1px solid #fff;
}

#visaDetailsPage .get-visa-form-wrapper .table {

    --bs-table-bg: #EEEEEE !important;
}

#visaDetailsPage .get-visa-form-wrapper #select-item-1,
#visaDetailsPage #select-item-2 {
    background-color: #eeeeee;
    background-position: left .75rem center;
    height: 47px;
}

#visaDetailsPage #select-item-1 option,
#visaDetailsPage #select-item-2 option {
    background-color: #eeeeee;
    font-family: 'vazir' !important;
}

#visaDetailsPage option-tag:hover,
#visaDetailsPage option-tag:hover {
    background-color: #eeeeee !important;
    color: #00BDEF !important;
}


#visaDetailsPage .get-visa-form-select .form-select:focus {
    box-shadow: none !important;
    border: 0 !important;
}

#visaDetailsPage #hidden-pic3-4-input {
    padding-right: 4rem;
    padding-top: 0.5rem;
}




#visaDetailsPage .file-input-container .form-group {
    background-color: #eee;
}

#visaDetailsPage .file-input-container .form-group button {
    background-color: #00BDEF;
    color: #fff;
}

#visaDetailsPage .file-input-container .form-group input.form-control {
    color: #A8A8A8 !important;
    font-size: 14px;
    padding-right: 10%;
}

#visaDetailsPage .file-input-container .form-control:focus {
    box-shadow: unset !important;
}

#visaDetailsPage .other-files-tittle {
    color: #7D5AB7;
}

#visaDetailsPage .textarea-wrapper label {
    color: #484848;
}

#visaDetailsPage .textarea-wrapper textarea {
    background-color: #EEEEEE;
    resize: none;
}

#visaDetailsPage .payment-section {
    margin-top: 38px;
}

#visaDetailsPage .payment-section .price-section p {
    color: #373435;
    font-weight: 700;

}

#visaDetailsPage .payment-section .price-section {
    padding-right: 2%;
}

#visaDetailsPage .payment-section .price-section span {
    color: #FF0000;
    font-weight: 800;
    font-size: 18px;
    margin-right: 5px;
}

#visaDetailsPage .payment-section .price-section .pay-btn {
    background-color: #FF0000;
    color: #fff;
    width: max-content;
}

#visaDetailsPage .payment-img-section {
    padding-left: 0.3%;
}

#visaDetailsPage .payment-img-wrapper {
    max-width: 100px;
    margin-right: 10px;
    box-shadow: 0px 0px 6px #00000033;
    height: 91px;
}

@media screen and (max-width:992px) {
    #visaDetailsPage .payment-img-wrapper {
        height: 84px;
    }
}

#visaDetailsPage .payment-img-wrapper img {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
}

#visaDetailsPage .payment-img-wrapper .mellat-pay-img {
    transform: scale(1.5);
    margin-top: 10px;
}

#visaDetailsPage .payment-img-wrapper .saman-pay-img {
    transform: scale(0.8);
    margin-top: -12%;
}

#visaDetailsPage .payment-img-wrapper .parsian-pay-img {
    transform: scale(1.3);
    margin-top: 10px;
}

@media screen and (max-width:500px) {
    #visaDetailsPage .get-visa-form-wrapper form {
        padding: 0 9%;
    }

    #visaDetailsPage .file-input-container .form-group input.form-control {
        padding-right: 3%;
        font-size: 12px;
    }

    #visaDetailsPage .visa-details-main-row {
        padding: 0 2%;
    }

    #visaDetailsPage .file-input-container .form-group button {
        font-size: 11px;
    }

}

@media screen and (max-width:430px) {

    #visaDetailsPage .pas-label,
    #visaDetailsPage .photo-label {
        font-size: 11px;
    }
}

#visaDetailsPage footer .company-info li:nth-child(1) {
    text-align: right !important;
}

#visaDetailsPage .breadcrumbs .page-name {
    font-size: 19px !important;
}

#visaDetailsPage .choose-img .custom-file-input {
    position: relative;
    display: flex;
    overflow: hidden;
    height: 50px;
    /* تعیین عرض مطلوب */
    background-color: #eeeeee;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    /* تفاوت بین فیلدها */
}

#visaDetailsPage .choose-img .file-input {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
}

#visaDetailsPage .choose-img .custom-label {
    display: flex;
    background-color: #00BDEF;
    color: white !important;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

    cursor: pointer;
    align-items: center;
}

#visaDetailsPage .choose-img .file-name {
    margin-top: 5px;
    margin-right: 4%;
    color: #A8A8A8;
}

@media screen and (max-width:370px) {
    #visaDetailsPage .choose-img .custom-label {
        font-size: 12px;
        padding: 0;
        width: 37%;
        justify-content: center;
    }
}

/* =========================== */
/* !======= end of visa details ========= */
/* ================================= */

/* =========================== */
/* !======= visa home ========= */
/* ================================= */
/* visa map */
#visaHomePage .visa-map {
    margin-top: 5.5%;
}

#visaHomePage .visa-home-map-row {
    margin-top: 4rem;
    padding: 0 2%;
}

#visaHomePage .visa-map .map-img-wrapper .map-img {
    filter: contrast(0.25);
    opacity: 0.4;
    aspect-ratio: 2/1;
}





/* ================ end of visa map ==================== */

/* circles */
#visaHomePage .image-container .circles {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70% auto;
    transition: all .5s ease;
    cursor: pointer;
}

#visaHomePage .circles.bg-purple {
    opacity: 0;
    background-color: #7D5AB7;
    box-shadow: 0 0 0 0px rgba(125, 90, 183, 0.1), 0 0 0 4px rgba(125, 90, 183, 0.4), 0 0 0 8px rgba(125, 90, 183, 0.2);
}

#visaHomePage .circles.bg-yellow {
    opacity: 0;
    background-color: #FCC72C;
    box-shadow: 0 0 0 0px rgba(252, 199, 44, 0.1), 0 0 0 4px rgba(252, 199, 44, 0.4), 0 0 0 8px rgba(252, 199, 44, 0.2);
}

#visaHomePage .circles.bg-blue {
    opacity: 0;
    background-color: #00BDEF;
    box-shadow: 0 0 0 0px rgba(0, 189, 239, 0.1), 0 0 0 4px rgba(0, 189, 239, 0.4), 0 0 0 8px rgba(0, 189, 239, 0.2);
}

#visaHomePage .circles.active {
    opacity: 1;
}

#visaHomePage .circle-1 {
    top: 23%;
    left: 23%;
}

#visaHomePage .circle-2 {
    top: 13%;
    left: 12%;
}

#visaHomePage .circle-3 {
    top: 62%;
    left: 29%;
}

#visaHomePage .circle-4 {
    top: 77%;
    left: 26%;
}

#visaHomePage .circle-5 {
    top: 28%;
    left: 43%;
}

#visaHomePage .circle-6 {
    top: 45%;
    left: 40%;
}

#visaHomePage .circle-7 {
    top: 70%;
    left: 52%;
}

#visaHomePage .circle-8 {
    top: 43%;
    left: 61%;
}

#visaHomePage .circle-9 {
    top: 18%;
    left: 55%;
}

#visaHomePage .circle-10 {
    top: 40%;
    left: 71%;
}

#visaHomePage .circle-11 {
    top: 26%;
    left: 78%;
}

#visaHomePage .circle-12 {
    top: 78%;
    left: 83%;
}



/* ================ start visa-section ================= */
#visaHomePage .visa-section .visa-row {
    padding: 1% 0%;
}

#visaHomePage .visa-section {

    background-color: var(--blue-300);
}

#visaHomePage .visa-section .visa-img {
    aspect-ratio: 2/1.3;
    height: 150px;
    border-radius: 10px;
}

#visaHomePage .visa-section .visa-name-btn {
    background-color: var(--white-900);
    color: var(--black-800);
    text-align: right;
    padding-right: 10px;
    width: 100%;
}

#visaHomePage .visa-section .visa-name-btn .arrow-icon {
    background-color: var(--blue-300);
    color: var(--gray-800);
    border-radius: 50%;
    padding: 4px;
    top: 27%;
    left: 8%;
    font-size: 11px;
}

#visaHomePage .visa-section .visa-see-more-btn {
    background-color: #00bdef;
    width: max-content;
    color: var(--white-900);
    padding: 6px 19px;
}

#visaHomePage .visa-section .visa-see-more-btn:hover {
    background-color: var(--blue-900);
}

#visaHomePage .visa-section .visa-card:hover .visa-name-btn,
#visaHomePage .visa-card:hover .arrow-icon {
    color: var(--blue-800);
}

#visaHomePage .visa-section .visa-name-btn {
    width: 100%;
}

@media (min-width: 1200px) {
    #visaHomePage .visa-section .col-xl-2 {
        flex: 0 0 auto;
        width: 20%;
        padding: 7px;
    }
}

/* ============= end of visa section ==========*/

/* ============= get visa ========= */

#visaHomePage .get-visa .get-visa-desc {
    padding-right: 3.75rem;
}

#visaHomePage .get-visa .get-visa-card {
    background-color: var(--white-900);
    box-shadow: 0px 0px 6px #0000001A;
    /* height: 220px; */
    overflow: hidden;
}

#visaHomePage .get-visa .get-visa-card .get-visa-tittle {
    color: var(--black-800);
    padding-bottom: 8px;
    border-bottom: 2px solid var(--btn-yellow);
    font-size: 20px;
    font-weight: 800;
    padding-left: 16px;
}

#visaHomePage .get-visa .get-visa-card .get-visa-text {
    color: var(--black-800);
    font-weight: 400;
    opacity: .9;
}

#visaHomePage .get-visa .get-visa-card .get-visa-btn {
    background-color: var(--btn-yellow);
    color: var(--black-800);
    padding: 2px 22px;
    font-size: 12px;
    font-weight: 600;
}

#visaHomePage .get-visa .get-visa-card .get-visa-img-wrapper {
    overflow: hidden;
}

#visaHomePage .get-visa .get-visa-card .get-visa-img {
    aspect-ratio: 2/1;
    height: 100%;
    border-radius: 10px 0px 0px 10px;
    transform: scale(1.1);
}

@media screen and (max-width:500px) {
    #visaHomePage .get-visa .get-visa-card .get-visa-tittle {
        font-size: 14px;
    }

    #visaHomePage .get-visa .get-visa-card .get-visa-text {
        font-size: 12px;
    }
}

@media screen and (min-width:990px) {
    #visaHomePage .get-visa .get-visa-card .get-visa-text {
        font-size: 12px;
    }

    #visaHomePage .get-visa .get-visa-card .get-visa-tittle {
        font-size: 16px;
    }
}

@media screen and (min-width:1200px) {
    #visaHomePage .get-visa .get-visa-card .get-visa-text {
        font-size: 14px;
    }

    #visaHomePage .get-visa .get-visa-card .get-visa-tittle {
        font-size: 18px;
    }
}

@media screen and (max-width:992px) {
    #visaHomePage .get-visa .get-visa-desc {
        padding-right: 0;
    }
}

@media screen and (min-width:992px) {
    #visaHomePage .get-visa .get-visa-desc {
        padding-right: 2.75rem;
    }
}

@media screen and (min-width:1200px) {
    #visaHomePage .get-visa .get-visa-desc {
        padding-right: 3rem;
    }
}

/* ======================== end of get visa =============== */

/* breadcrumbs */
#visaHomePage .page-about {
    margin-top: 3.8rem;
}

#visaHomePage .worldmap-img {
    aspect-ratio: 5/2;
    filter: contrast(0.25);
    opacity: 0.4;
}

#tourCategoryPage .worldmap-img {
    filter: contrast(0.25);
    opacity: 0.4;
}

#visaHomePage .breadcrumb-item+.breadcrumb-item::before {
    float: right;

    font-size: 1.2rem;
    margin-top: 0.2rem;
    content: url("../assets/images/عکس های ویزا/visaPost/chevron-double-left.svg") !important;
    width: 20px;
    height: 20px;
    -webkit-filter: invert(100%);
    filter: invert(100%);

}

#visaHomePage .breadcrumbs {
    background-color: var(--blue-800);
}

#visaHomePage .page-name {
    font-weight: 700;
    font-size: 1.5rem;
}

@media screen and (max-width: 760px) {
    #visaHomePage .worldmap-img {
        aspect-ratio: 5/3 !important;
    }
}

#visaHomePage footer .company-info li:nth-child(1) {
    text-align: right !important;
}

#visaHomePage .breadcrumbs .page-name {
    font-size: 19px !important;
}


/* =========================== */
/* !======= end of visa home ========= */
/* ================================= */

/* =========================== */
/* !======= visa post ========= */
/* ================================= */
/* visa map */
#visaPostPage .visa-page-main-tittle .visa-page-main-tittle-row {
    padding: 0 6.5%;
}

#visaPostPage .visa-page-main-tittle .breadcrumb-wrapper {
    background-color: var(--blue-800);
}

#visaPostPage .pl-5px {
    padding-left: 5px;
}


#visaPostPage .visa-page-main-tittle .breadcrumb-wrapper .breadcrumb-item+.breadcrumb-item::before,
#visaDetailsPage .breadcrumb-wrapper .breadcrumb-item+.breadcrumb-item::before,
#aboutUsPage .breadcrumb-wrapper .breadcrumb-item+.breadcrumb-item::before {
    color: var(--white-900);
}

#visaPostPage .visa-page-main-tittle .map-img-wrapper .map-img {
    filter: contrast(0.25);
    opacity: 0.4;
    aspect-ratio: 2/1;
}

#visaPostPage .breadcrumb-item a,
#visaDetailsPage .breadcrumb-item a,
#aboutUsPage .breadcrumb-item a {
    font-weight: 400;
}

@media screen and (max-width:780px) {
    #visaPostPage .visa-page-main-tittle h1 {
        font-size: 16px;
    }
}

@media screen and (max-width:780px) {
    #visaPostPage .visa-page-main-tittle h1 {
        font-size: 16px;
    }
}

@media screen and (max-width:550px) {
    #visaPostPage .visa-page-main-tittle {
        margin-top: 26.5%;
    }
}

@media screen and (min-width:620px) {
    #visaPostPage .visa-page-main-tittle {
        margin-top: 18.5%;
    }
}

@media screen and (min-width:750px) {
    #visaPostPage .visa-page-main-tittle {
        margin-top: 12.5%;
    }
}

@media screen and (min-width:1100px) {
    #visaPostPage .visa-page-main-tittle {
        margin-top: 7.5%;
    }
}

@media screen and (min-width:1200px) {
    #visaPostPage .visa-page-main-tittle {
        margin-top: 5.5%;
    }
}

/* =============== end of visa map ==================== */



#visaPostPage .visa-item-img {
    aspect-ratio: 2.3/1.3;
    height: 100%;
    border-radius: 15px;
    box-shadow: 0px 0px 6px #00000026;
    object-fit: cover;
    width: 100%;
}

#visaPostPage .visa-item-desc {
    color: var(--gray-900);
    font-size: 13px;
    padding-right: 10px;
    text-align: justify;
    line-height: 23px;
}

#visaPostPage .visa-item-tittle {
    align-self: flex-start;
    padding-right: 10px;
    text-align: justify;
    color: var(--black-800);
    font-size: 17px;
    font-weight: 800;
}

#visaPostPage .visa-items-wrapper:hover .visa-item-tittle {
    color: var(--blue-800);

}

#visaPostPage .other-content .other-content-img,
#visaDetailsPage .other-content .other-content-img {
    aspect-ratio: 6/1.8;
    height: 100%;
    width: 100%;
    object-fit: cover;

}

#visaPostPage .other-content .other-content-tittle,
#visaDetailsPage .other-content .other-content-tittle {
    color: var(--purple-800);
    font-size: 16px;
    font-weight: 600;
}

#visaPostPage .other-content:hover .other-content-tittle,
#visaDetailsPage .other-content:hover .other-content-tittle {
    color: var(--blue-800);
}

#visaPostPage .visa-item-btn-wrapper .visa-item-btn {
    background-color: var(--blue-800);
    color: var(--white-900);
    padding: 5px 18px;

}

#visaPostPage .visa-item-btn-wrapper .visa-item-btn:hover {
    background-color: var(--blue-900);
}

#visaPostPage .aside-tittle i,
#visaDetailsPage .aside-tittle i {
    margin-top: 8px;
    margin-left: 10px;
}

#visaPostPage aside {
    border-right: 2px solid #00bbef50;
    height: max-content;
}

#visaDetailsPage aside {
    height: max-content;
    border-right: 2px solid #00bbef50;
}

#visaPostPage .border-container,
#visaDetailsPage .border-container {
    border-left: 2px solid #00bbef50;
}

#visaPostPage .aside-tittle>p,
i.fa-comment-dots,
#visaDetailsPage .aside-tittle>p,
#visaDetailsPage i.fa-comment-dots {
    color: var(--black-800);
}

#visaPostPage .get-dobey-visa,
#visaDetailsPage .get-dobey-visa {
    background-color: var(--white-900);
    overflow: hidden;
    box-shadow: 0px 0px 6px #0000001A;
    margin-top: 11%;
}

#visaPostPage .get-dobey-visa .get-visa-custom-border,
#visaDetailsPage .get-dobey-visa .get-visa-custom-border {
    width: 111%;
    height: 95px;
    position: absolute;
    background-color: var(--blue-800);
    clip-path: ellipse(79.13% 129.89% at 22.62% -29.05%);

}

#visaPostPage .get-dobey-visa-tittle,
#visaDetailsPage .get-dobey-visa-tittle {
    color: var(--black-800);
    padding-bottom: 10px;
    border-bottom: 2px solid #FCC72C;
    font-weight: 800;
    font-size: 16px;
    margin-top: 20px;
}

#visaPostPage .get-dobey-visa-text,
#visaDetailsPage .get-dobey-visa-text {
    color: var(--gray-900);
    font-weight: 400;
}

#visaPostPage .get-dobey-visa-img,
#visaDetailsPage .get-dobey-visa-img {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
}

#visaPostPage .get-dobey-visa-button,
#visaDetailsPage .get-dobey-visa-button {
    background-color: #FCC72C;
    padding: 2px 23px;
    border-radius: 6px;
    color: #484848;
    font-weight: 600;
}

#visaPostPage .get-dobey-visa-subtext,
#visaDetailsPage .get-dobey-visa-subtext {
    color: var(--gray-900);
    font-weight: 400;
    margin-top: -15px;
}



@media screen and (max-width:600px) {
    #visaPostPage .visa-item-tittle {
        font-size: 16px;
    }

    #visaPostPage .visa-item-desc {
        font-size: 13px;
        text-align: justify;
    }


}

@media screen and (max-width:760px) {

    #visaPostPage .get-dobey-visa-img,
    #visaDetailsPage .get-dobey-visa-img {
        height: 444px;
    }
}



/* ================ start visa-section ======== */
#visaPostPage .visa-section .visa-row {
    padding: 0 6%;
    background-color: var(--blue-300);
}

#visaPostPage .visa-section .visa-img {
    aspect-ratio: 2/1;
    height: 150px;
    border-radius: 10px;
}

#visaPostPage .visa-section .visa-name-btn {
    background-color: var(--white-900);
    color: var(--black-800);
    text-align: right;
    padding-right: 10px;
    width: 100%;
}

#visaPostPage .visa-section .visa-name-btn .arrow-icon {
    background-color: var(--blue-300);
    color: var(--gray-800);
    /* padding: 5px; */
    border-radius: 50%;
    padding: 4px;
    top: 27%;
    left: 8%;
    font-size: 11px;
}

#visaPostPage .visa-section .visa-see-more-btn {
    background-color: #00bdef;
    width: max-content;
    color: var(--white-900);
    padding: 10px 25px;
}

@media screen and (max-width:400px) {
    #visaPostPage .visa-section .visa-name-btn {
        width: 95%;
    }
}

@media screen and (min-width:450px) {
    #visaPostPage .visa-section .visa-name-btn {
        width: 80%;
    }
}

@media screen and (min-width:575px) {
    #visaPostPage .visa-section .visa-name-btn {
        width: 100%;
    }
}

@media screen and (min-width:770px) {
    #visaPostPage .visa-section .visa-name-btn {
        width: 85%;
    }
}

@media screen and (min-width:850px) {
    #visaPostPage .visa-section .visa-name-btn {
        width: 70%;
    }
}

@media screen and (min-width:1200px) {
    #visaPostPage .visa-section .visa-name-btn {
        width: 100%;
    }
}

/* end of visa section*/

#visaPostPage .page-about,
#visaDetailsPage .page-about {
    margin-top: 3.8rem;
}


#visaPostPage .worldmap-img {
    aspect-ratio: 5/2;
    filter: contrast(0.25);
    opacity: 0.4;
}

#visaPostPage .breadcrumb-item+.breadcrumb-item::before,
#visaDetailsPage .breadcrumb-item+.breadcrumb-item::before,
#aboutUsPage .breadcrumb-item+.breadcrumb-item::before {
    float: right;
    font-size: 1.2rem;
    margin-top: 0.2rem;
    content: url("../assets/images/عکس های ویزا/visaPost/chevron-double-left.svg") !important;
    width: 20px;
    height: 20px;
    -webkit-filter: invert(100%);
    filter: invert(100%);

}

#visaPostPage .breadcrumbs,
#visaDetailsPage .breadcrumbs,
#aboutUsPage .breadcrumbs {
    background-color: var(--blue-800);
}

#visaPostPage .page-name,
#aboutUsPage .page-name {
    font-weight: 700;
    font-size: 1.5rem;
}

@media screen and (max-width: 760px) {
    #visaPostPage .worldmap-img {
        aspect-ratio: 5/3 !important;
    }
}

#visaPostPage footer .company-info li:nth-child(1) {
    text-align: right !important;
}

#visaPostPage .breadcrumbs .page-name,
#visaDetailsPage .breadcrumbs .page-name,
#aboutUsPage .breadcrumbs .page-name {
    font-size: 19px !important;
}

/* =========================== */
/* !======= end of visa post ========= */
/* ================================= */

/* =========================== */
/* !======= home page  ========= */
/* ================================= */


#homePage .swiper-pagination-bullet {
    background-color: var(--white-900) !important;
    opacity: 1;
    width: 10px;
    height: 10px;
}

#homePage .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 5px;
}

#homePage .swiper-pagination {
    height: 0;
}

#homePage .flexDiv {
    display: flex;
}

* {
    list-style: none;
}

#homePage {
    font-family: vazir !important;
    direction: rtl;
    background-color: var(--white-800);
}

#homePage #tour-classification {
    height: auto;
    /* padding: 11px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#homePage .tour-classification-gallery {
    display: grid;
    grid-template-areas:
        'one two four'
        'one three four';
    grid-template-rows: repeat(2, 180px);
    grid-template-columns: 1fr 1.1fr 1fr;
    margin-top: 50px;
    overflow-x: hidden;
    gap: 10px;
}

#homePage .tour-classification-gallery .img-1 {
    grid-area: one;
}

#homePage .tour-classification-gallery .img-2 {
    grid-area: two;
}

#homePage .tour-classification-gallery .img-3 {
    grid-area: three;
}

#homePage .tour-classification-gallery .img-4 {
    grid-area: four;
}

#homePage .tour-classification-gallery .img {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

#homePage .tour-classification-gallery .img img {
    position: relative;
    width: 100%;
    object-fit: cover;
    height: 100%;
    aspect-ratio: 1/1;
}

#homePage .tour-classification-gallery .img:hover .text_hover {
    visibility: visible;
    opacity: 1;
}

#homePage .text_hover span {
    display: inline;
    background: var(--white-800);
    padding: 4px 12px;
    border-radius: 40px;
}

#homePage .tour-classification-gallery .img .text_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--black-800);
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.2s linear;
    z-index: 10;
}

/*the container must be positioned relative:*/
#homePage .custom-select {
    position: relative;
}

#homePage .custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

#homePage .select-selected {
    background-color: #fff;
}

/*style the arrow inside the select element:*/
#homePage .select-selected:after {
    position: absolute;
    content: "";
    top: 39%;
    left: 10%;
    width: 0;
    height: 0;

    transition: all 0.3s;
    transform: rotate(314deg);
    padding: 3px;

    border-left: 2px solid black;
    border-bottom: 2px solid black;
}

/*point the arrow upwards when the select box is open (active):*/
#homePage .select-selected.select-arrow-active:after {
    transform: rotate(135deg);
    top: 39%;
    left: 10%;

}

/*style the items (options), including the selected item:*/
#homePage .select-items div,
#homePage .select-selected {
    color: #373435;
    padding: 5px 15px;
    cursor: pointer;
    user-select: none;

}

#homePage .select-selected {
    border: 1px solid black;
    border-radius: 10px;
    font-weight: 500;
}

/*style items (options):*/
#homePage .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid black;
    border-radius: 10px;
}

/*hide the items when the select box is closed:*/
#homePage .select-hide {
    display: none;
}

#homePage .select-items div:hover,
#homePage .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

#homePage .input-container.passengers-wrapper input {
    margin-bottom: -40px;
}

#homePage .input-container.passengers-wrapper .dropdown {
    width: 103%;
}

@media screen and (max-width: 524px) {
    #homePage .tour-classification-gallery p {
        visibility: visible !important;
        opacity: 1 !important;
    }
}

/* responsive part  */


@media (max-width: 930px) {
    #homePage .tour-classification-gallery {
        grid-template-areas:
            'one two'
            'three four';
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 550px) {
    #homePage .tour-classification-gallery {
        display: flex;
        flex-direction: column;
        width: 300px;
        margin-top: 30px;
    }

    #homePage .tour-classification-gallery .img-1 p,
    #homePage .tour-classification-gallery .img-4 p {
        position: absolute;
        top: 40%;
        left: 34%;
    }

    #homePage .tour-classification-gallery .img-3 p {
        position: absolute;
        top: 20%;
        left: 27%;
    }

    #homePage .tour-classification-gallery .img-2 p {
        position: absolute;
        top: 20%;
        left: 34%;
    }
}

@media (max-width: 480px) {
    #homePage .tour-classification-title h1 {
        font-size: 17px;
    }

    #homePage .tour-classification-title h1::before,
    #homePage .tour-classification-title h1::after {
        width: 50px;
    }

    #homePage .tour-classification-title h1::before {
        margin-left: -58px;
    }

    #homePage .tour-classification-title p {
        font-size: 13px;
    }


}

/* part 2  */


#homePage #suggested-destinations {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}


#homePage .slider {
    width: 100%;
    height: auto;
    background: var(--blue-800);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 7px 0;

}

#homePage .dots {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

#homePage .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--white-800);
    margin: 5px;
}

#homePage .slideshow-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 800px;
    overflow: hidden;
    position: relative;
}

#homePage .slideshow-container::-webkit-scrollbar {
    display: none;
}

#homePage .swiper-slide-img-container {
    overflow: hidden;
    border-radius: 10px;
}

#homePage .swiper-slide-img-container img {
    /* transition: transform .5s ease; */
    border-radius: 10px;
}

#homePage .swiper-slide-img-container:hover img {
    transform: scale(1.1) !important;
    border-radius: 20px;
}

#homePage .myslides {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    align-items: end;
}

/* .myslides:hover img {
	transform: scale(1.01);
	overflow: hidden;
} */

#homePage .myslides img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    aspect-ratio: 1/1;
}

#homePage .myslides-text {
    display: flex;
    width: 100%;
}


#homePage .myslides-text i {
    color: var(--white-900);
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 7px;
}

#homePage .myslides-text p {
    color: var(--white-800);
}

@media (max-width: 930px) {
    #homePage .slideshow-container {
        width: 700px
    }
}

@media (max-width: 700px) {
    #homePage .slideshow-container {
        width: 100%;
        overflow: scroll;
    }
}

/* newsletter  */

#homePage #newsletter {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#homePage #newsletter button {
    color: var(--white-900);
    margin-top: 8px;
}

#homePage .newsletter-card {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 20px; */
    margin-top: 70px;

    background: var(--white-900);
    border-radius: 12px;
    box-shadow: 0px 0px 6px #0000001A;
}

#homePage .newsletter-card-text {
    width: 40%;
    direction: rtl;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    margin-right: 7%;
}

#homePage .newsletter-card-text h2 {
    font-size: 25px;
    color: var(--black-800);
    font-weight: 800;
}

#homePage .newsletter-card-text p {
    margin-top: -7px;
    font-size: 17px;
    /* width: 360px; */
    word-spacing: 1px;
    color: var(--gray-800);
}

#homePage .email-bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
}

#homePage .email-bar input {
    position: relative;
    padding: 9px;
    border: none;
    outline: none;
    width: 348px;
    box-shadow: 0px 10px 35px 0px rgba(128, 128, 128, 0.277);
    border-radius: 10px;
}

#homePage .email-bar input::placeholder {
    font-size: 14px;
    opacity: calc(60%);
    color: var(--black-800);
}

#homePage .email-bar button {
    position: absolute;
    width: 35px;
    height: 76%;
    left: 8px;
    font-size: 16px;
    background: var(--purple-800);
    color: var(--white-800);
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    outline: none;
    border: none;
    margin-top: 7px;
}

#homePage .newsletter-card-img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1.6/1.1;
    border-radius: 16px 0 0 16px;
}

@media (max-width: 800px) {
    #homePage .newsletter-card {
        padding: 20px;
    }

    #homePage .newsletter-card-text h1 {
        font-size: 15px;
    }

    #homePage .newsletter-card-text p {
        width: 250px;
        font-size: 13px;
    }
}

@media (max-width: 688px) {


    #homePage .newsletter-card {
        width: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }

    #homePage .newsletter-card-text {
        width: 300px;
        /* padding: 30px 0; */
    }

    #homePage .newsletter-card-img img {
        border-radius: 20px;
    }

    #homePage .email-bar input {
        width: 280px;
    }
}

@media screen and (min-width:690px) {
    #homePage .newsletter-card-text {
        padding: 0;
    }
}

@media screen and (min-width:1400px) {
    #homePage .newsletter-card-text {
        padding: 30px;
    }
}

/* ========================================================= */
#homePage .featurs .featurs-items-container {
    /* padding: 0px 7%; */
    gap: 1.5rem;
}

@media screen and (max-width: 768px) {
    #homePage .featurs-items-container {
        justify-content: center !important;
    }
}

#homePage .featurs .featurs-item {
    background-color: var(--blue-300);
    border-radius: 12px;
    box-shadow: 0px 0px 6px #0000001A;
}

#homePage .featurs .featurs-item img {
    width: 90px;
}

#homePage .featurs-img {
    width: 110px;
    height: 110px;
}

#homePage .featurs .featurs-item .featurs-tittle {
    color: var(--black-800);
    font-weight: 600;
}

#homePage .featurs .featurs-item .feauturs-desc {
    color: var(--gray-800);
}

@media screen and (max-width:1150px) {
    #homePage .featurs .featurs-item .featurs-tittle {
        font-size: 14px;
    }

    #homePage .featurs .featurs-item .feauturs-desc {
        font-size: 12px;
    }
}

/* end featurs */


/* ======= tourism-magazine ====================*/
#homePage .tourism-magazine .tourism-magazine-tittle h3,
#homePage .faq .faq-tittle h3,
#homePage .tour-classification-title h3,
#homePage .suggested-destinations-title h3,
#homePage .featurs-title h3 {
    padding: 20px;
    font-size: 19px;
    font-weight: 700;
    color: var(--black-800);
}

#homePage .tourism-magazine .tourism-magazine-tittle h3::after,
#homePage .faq .faq-tittle h3::after,
#homePage .tour-classification-title h3::after,
#homePage .suggested-destinations-title::after,
#homePage .featurs-title h3::after {
    content: "";
    width: 90px;
    height: 1px;
    background-color: var(--purple-800);
    position: absolute;
    top: 32px;
    left: -64px;

}

#homePage .tourism-magazine .tourism-magazine-tittle h3::before,
#homePage .faq .faq-tittle h3::before,
#homePage .tour-classification-title h3::before,
#homePage .suggested-destinations-title h3::before,
#homePage .featurs-title h3::before {
    content: "";
    height: 1px;
    background-color: var(--purple-800);
    position: absolute;
    width: 90px;
    top: 32px;
    right: -64px;

}

#homePage .tourism-magazine .tourism-magazine-tittle .sub-tittle,
#homePage .faq .faq-tittle .sub-tittle,
#homePage .tour-classification-title .sub-tittle,
#homePage .suggested-destinations-title .sub-tittle,
#homePage .featurs-title .sub-tittle {
    margin-top: -10px;
    color: var(--gray-800);
}

#homePage .tourism-magazine .nav-pills .nav-link.active,
#homePage .nav-pills button {
    color: var(--black-800);
    font-weight: 500;
    border-radius: 0;
    padding: 0;
}

#homePage .tourism-magazine .nav-pills .nav-link.active,
#homePage .nav-pills .show>.nav-link button {
    background-color: white;
    color: var(--blue-900);
    border-bottom: 3px solid var(--blue-900);
}



#homePage .tourism-magazine .tab-content-row {
    padding: 0 10%;
}

#homePage .tourism-magazine .travel-items {
    padding-right: 0;
}

#homePage .tourism-magazine .travel-items .travel-desciption {
    color: var(--gray-800);
    margin-top: 15px;
    padding-left: 50px;
}

#homePage .tourism-magazine .travel-items .img-wrapper {
    display: inline-block;
    overflow: hidden;
}

#homePage .tourism-magazine .travel-items .travel-img {
    transition: all 0.4s ease-in-out;
    transition-delay: 100ms;
    vertical-align: middle;
    aspect-ratio: 1/0.7;
}

#homePage .tourism-magazine .travel-items:hover .travel-img {
    transform: scale(1.03);
    border-radius: 20px;
}

#homePage .tourism-magazine .travel-items .travel-header {
    font-size: 17px;
    font-weight: 600;
    margin-top: 15px;
    color: var(--black-800);
    word-spacing: -1px;
}

#homePage .tourism-magazine .tab-content-row .seemore button {
    background-color: var(--purple-800);
    border-radius: 25px;
    color: var(--white-900);
    font-size: 14px;
    margin-right: 2%;
    border: 0;
    padding: 5px 20px;
}

@media screen and (max-width:1300px) {
    #homePage .tourism-magazine .travel-items .travel-desciption {
        padding-left: 0;
    }
}

@media screen and (max-width:380px) {
    #homePage .tourism-magazine .nav-link {
        font-size: 0.8rem;
        margin-left: 15px !important;
    }
}

@media screen and(max-width:700px) {
    #homePage .travel-items {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width:1185px) {
    #homePage .tourism-magazine .tab-content-row {
        padding: 0 2%;
    }
}

@media screen and (min-width:1532px) {
    #homePage .tourism-magazine .tab-content-row {
        padding: 0 1.5%;
    }
}

/* ======= end of tourism-magazine ====================*/

/* ======= start faq section       =================== */

#homePage .accordion-header {
    padding: 10px 0;
    box-shadow: 0px 0px 6px #0000001A;
    border-radius: 15px;
}

#homePage .accordion-button {
    font-size: 18px;
}

#homePage .accordion-button::before {
    content: "?";
    background-color: var(--blue-900);
    color: var(--white-800);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding-top: 2px;
    text-align: center;
    margin-left: 7px;
}

#homePage .accordion-button::after {
    margin-right: auto;
    margin-left: 0;
}

#homePage .accordion-body {
    background-color: var(--gray-500);
    border-radius: 0 0 15px 15px;
    overflow: hidden;
}

#homePage .accordion-body p {
    margin-bottom: 0;
    animation: faq-move 0.3s ease;
}

@keyframes faq-move {
    0% {
        transform: translateX(-150px);
    }

    100% {
        transform: translateX(0px);

    }
}

#homePage .accordion-button:not(.collapsed)::after,
#homePage .accordion-button::after {
    background-image: url(../assets/images/downloaded/chevron-down-solid.svg);
}

#homePage .accordion-button:focus,
#homePage .accordion-button:focus-visible,
#homePage .accordion-button:focus-within {
    outline: 0;
    border: 0;
}

#homePage .accordion-header.active {
    border-radius: 15px 15px 0px 0px;
}

#homePage .accordion {
    --bs-accordion-border-color: unset;
    --bs-accordion-border-width: unset;
    --bs-accordion-inner-border-radius: unset;
    --bs-accordion-btn-focus-border-color: unset;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-active-color: unset;
    --bs-accordion-active-bg: unset;
    --bs-accordion-btn-bg: unset;
    --bs-accordion-btn-icon: url('./images/chervon.png');

}

@media screen and (max-width:770px) {
    #homePage .accordion-button {
        font-size: 15px;
    }
}

/* ======= end of faq section   =================== */
#homePage figure {
    display: inline-block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

#homePage figure img.hoverly {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    vertical-align: middle;
}

#homePage figure img.hoverly:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

#homePage .fromToContainer {
    display: flex;
    gap: 0.5rem;
    height: 50px;
    justify-content: flex-start;
}

#homePage .backgroundSwiper {
    width: 100%;
    height: 100%;
}

#homePage .search-box {
    height: 850px;
    position: relative;
    justify-content: center;
    align-items: flex-end;
}

#homePage .search-box-container {
    /* width: 81.6%; */
    width: 100%;
    background-color: var(--white-900);
    border-radius: 15px;
    margin: 0 0 4.2rem;
    color: var(--black-800);
    z-index: 2;
}

#homePage .search-box__top {
    color: var(--black-800);
    width: 100%;
    display: flex;
    justify-content: space-around;
    /* box-shadow: 0px 0px 10px #00000040; */
    border-bottom: 1px solid #00000015;
    padding: 0 0.5rem;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#homePage .top-icon {
    aspect-ratio: 1/1;
    width: 25px;
}

#homePage .travelType {
    flex: 1;
    text-align: center;
    padding: 1rem 0;
    cursor: pointer;
}

#homePage .fromToContainer .input-container:first-child {
    position: relative;
}

#homePage .fromToContainer .input-container {
    width: 50%;
}

#homePage .search-box-ul {
    position: absolute;
    top: 70px;
    left: -5px;
    display: none !important;
    z-index: 2;
    min-width: 200px;
}

@media screen and (max-width:418px) {
    #homePage .origin-search-ul {
        right: 0px;
    }
}

#homePage .box-ul-passengers:hover,
#homePage #class-cabin-list:focus+.search-box-ul {
    display: inline-block !important;
}

#homePage .fromToContainer .input-container input:focus~.search-box-ul {
    display: inline-block !important;
}

#homePage .search-box-ul {
    width: 200px;
    box-shadow: 0px 0px 6px #00000033;
    border-radius: 5px;
    background-color: #fff;
}

#homePage .search-box-ul li:nth-child(1) {
    font-size: 13px;
}

#homePage .search-box-ul .city-section span:nth-child(2),
#homePage .search-box-ul .city-section span:nth-child(3),
#homePage .search-box-ul .passengers-section span {
    color: #b8b8b8;
    padding-right: 2%;
    font-size: 13px;
}

#homePage .search-box-ul li:last-child p {
    margin: 0;
}

#homePage .input-container .search-box-ul li:last-child input {
    border: 1px solid var(--gray-900);
    border-radius: 10px;
    padding: 0.2rem 0.3rem;
}

#homePage .dropdown button {
    border-radius: 15px;
    border: 1px solid #707070;
}

#homePage .dropdown ul.dropdown-menu {
    border-radius: 15px;
    border: 1px solid #707070;
    /* overflow: hidden; */
}

#homePage .input-container .dropdown ul.dropdown-menu:not(.kabin-dropdown-menu) {
    min-width: 175px;
    right: -7px !important;

}

#homePage .dropdown-toggle:hover {
    border: 1px solid #707070;
}

#homePage .dropdown-toggle:focus::after {
    transform: rotate(137deg);
}

#homePage .dropdown-toggle::after {
    position: absolute;
    left: 5%;
    top: 33%;
    border-top: unset;
    border-right: unset;
    padding: -8px;
    width: 4px;
    height: 4px;
    border-bottom: 2px solid black;
    border-left: 2px solid black;
    transform: rotate(318deg);
    padding: 3px;
}

#homePage .dropdown {
    padding: 1rem 0 0.3rem;
}

#homePage .airport-section:hover,
#homePage .city-section:hover {
    background-color: #b8b8b84a;
}

#homePage .airport-section i {
    color: #b8b8b8;
    padding-left: 12px;
    padding-right: 16px;
}

#homePage .airport-section span {
    color: #b8b8b8;
}


#homePage .city-text {
    font-weight: 800;
}

#homePage .airport-name {
    margin-right: -16%;
    font-weight: 800;
    font-size: 10px;
}

@media screen and(max-width:500px) {
    #homePage .airport-name {
        font-weight: 600;
        font-size: 10px;
    }

}

@media screen and (max-width:370px) {
    #homePage .travelType span {
        font-size: 0.75rem !important;
    }
}

#homePage .travelType:hover span {
    color: var(--purple-800);
}

#homePage .travelType span::after {
    content: "";
    display: block;
    height: 55%;
    border-bottom: 2px solid transparent;
}

#homePage .travelType:hover span::after {
    border-bottom: 2px solid var(--purple-800);
}

#homePage .travelType.head_clicked span::after {
    border-bottom: 2px solid var(--purple-800);
}

#homePage .back-div,
#homePage .back-div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
    filter: brightness(0.8);
    z-index: -999;
    overflow-x: hidden;
}

#homePage .backSwiperBtns {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
}

#homePage .backSwiperBtns span i {
    color: var(--white-900);
    font-size: 1.3rem;
    cursor: pointer;
}

#homePage .search-box__radio {
    padding: 1rem;
    margin-top: 1rem;
}

#homePage .search-box__radio input {
    display: none;
}

#homePage .search-box__radio label {
    padding: 0 0.9rem;
    border: 1px solid var(--purple-800);
    border-radius: 12px;
    cursor: pointer;
    border-color: #7D5AB750;
}

#homePage .search-box__radio input:checked+label {
    border: 1px solid var(--purple-800);
    background-color: var(--purple-800);
    color: var(--white-900);
}

#homePage .search-box__infos {
    flex-wrap: wrap;
    gap: 0.3rem;
    padding: 1rem;
    row-gap: 1rem;
    justify-content: center;
}

#homePage .input-container {
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #37343596;
    padding: 0 0.5rem;
    border-radius: 12px;
    position: relative;
}

#homePage .fa-search {
    margin-left: 3px;
    vertical-align: middle;
}

#homePage .fromToContainer {
    flex-grow: 1;
}

#homePage .input-container>span {
    font-size: 0.8rem;
    line-height: 25px;
    font-weight: 700;
    position: absolute;
}

#homePage .input-container input {
    border: none;
    outline: none;
    background-color: transparent;
    flex: 1;
    width: 100%;
    z-index: 10;
    margin-bottom: -23px;
    color: var(--gray-900);
    line-height: 0;
    font-size: 0.9rem;
}

#homePage .input-container>input {
    padding-bottom: 0.2rem;
}

#homePage .fromToContainer:nth-child(1)>.input-container:nth-child(2) {
    padding-right: 0.8rem;
}

#homePage #changeValue-search {
    right: -16px;
    top: 27%;
    position: absolute;
    background-color: var(--purple-800);
    color: var(--white-900);
    padding: 0.4rem;
    border-radius: 30%;
    cursor: pointer;
}

#homePage .search-box__infos>.input-container:last-child {
    border: none;
    padding: 0;
}

#homePage .input-container .searchSubmit {
    background-color: var(--purple-800);
    color: var(--white-900);
    outline: none;
    border: none;
    width: 130px;
    height: 100%;
    min-height: 50px;
    border-radius: 10px;
}

/* popular tours */
#homePage .pop-tours__title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#homePage .pop-tours__title h2 {
    position: relative;
    text-align: center;
    width: auto;
    color: var(--black-800);
    font-size: 1.6rem;
    margin-bottom: 1.1rem;
}

#homePage .pop-tours__title span {
    font-size: 1.1rem;
    color: var(--gray-800);
}

#homePage .pop-tours__title h2::before,
#homePage .pop-tours__title h2::after {
    content: "";
    width: 100px;
    border-bottom: 1px solid var(--purple-800);
    position: absolute;
    top: 50%;
}

#homePage .pop-tours__title h2::before {
    right: -105px;
}

#homePage .pop-tours__title h2::after {
    left: -105px;
}

#homePage .pop-tours__slides {
    width: 100%;
    height: 300px;
}

#homePage .pop-tours__slide {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    padding: 0.5rem;
}

@media screen and (max-width:620px) {
    #homePage .pop-tours__slide {

        padding: 1.5rem;
    }
}

#homePage .pop-tours__slide img {
    aspect-ratio: 8/9.5;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}

#homePage .pop-tours__slide img:hover {
    transform: scale(1.05);
}

#homePage .imgZoom {
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}

#homePage .tour-title {
    color: var(--black-800);
    font-weight: 700;
}

#homePage .tour-time,
#homePage .tour-price {
    color: var(--gray-900);
}

#homePage .price {
    color: var(--blue-900);
    font-weight: 700;
}

#homePage .pop-tours-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    column-gap: 2rem;
}

#homePage .prevTour {
    order: 1;
    top: 39%;
    left: 8%;
}

#homePage .nextTour {
    top: 39%;
    right: 8%;
}

#homePage .prevTour,
#homePage .nextTour {
    font-size: 1.5rem;
    justify-self: center;
    color: var(--gray-700);
}

#homePage .prevTour:hover,
#homePage .nextTour:hover {
    color: var(--blue-800);
}

#homePage .swiperTours {
    width: 81.6%;
    margin-top: 2rem;
    overflow: hidden;
    direction: rtl;
    transition: none !important;
}

#homePage .swiperTours .swiper-slide {
    display: flex;
    justify-content: center;
    transition: none !important;
}

#homePage .pop-tours .know-more {
    text-decoration: none;
    color: var(--white-900);
    padding: 0.05rem 0.9rem;
    background-color: var(--purple-800);
    border-radius: 2rem;
    cursor: pointer;
    margin: 0 auto;
}

#homePage .justcenter {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

#homePage .pop-tours {
    margin: 3rem auto;
}

@media screen and (max-width: 1200px) {
    #homePage #changeValue-search {
        right: -15px;
    }
}

@media screen and (max-width: 754px) {
    #homePage .fromToContainer {
        width: 100%;
    }
}

@media screen and (max-width:629px) {
    #homePage .pop-tours-body {
        column-gap: 0;
        padding: 0 2rem;
    }
}

@media screen and (max-width: 600px) {
    #homePage .travelType span {
        font-size: 0.9rem;
    }

    #homePage .travelType img {
        width: 18px;
    }
}

@media screen and (max-width:560px) {
    #homePage .openedMenu .header-tours {
        width: 100%;
    }

    #homePage .openedMenu .header-tours li:last-child {
        display: none;
    }
}

@media screen and (max-width:450px) {
    #homePage .travelType img {
        display: none;
    }

    #homePage .openedMenu li {
        width: 30%;
        text-align: center;
    }

    #homePage .openedMenu {
        justify-content: center;
    }

    #homePage .navLogoMain {
        width: 80%;
    }

    #homePage .nav-links {
        justify-content: center;
    }

    #homePage .pop-tours-body {
        padding: 0 1rem;
        column-gap: 1rem;
    }

    #homePage .tourism-magazine .tourism-magazine-tittle h3::after,
    #homePage .faq .faq-tittle h3::after,
    #homePage .tour-classification-title h3::after,
    #homePage .suggested-destinations-title::after,
    #homePage .featurs-title h3::after {
        content: "";
        width: 50px;
        height: 1px;
        background-color: var(--purple-800);
        position: absolute;
        top: 32px;
        left: -24px;

    }

    #homePage .tourism-magazine .tourism-magazine-tittle h3::before,
    #homePage .faq .faq-tittle h3::before,
    #homePage .tour-classification-title h3::before,
    #homePage .suggested-destinations-title h3::before,
    #homePage .featurs-title h3::before {
        content: "";
        height: 1px;
        background-color: var(--purple-800);
        position: absolute;
        width: 50px;
        top: 32px;
        right: -24px;

    }

    #homePage .pop-tours__title h2::before,
    #homePage .pop-tours__title h2::after {
        width: 60px;
    }

    #homePage .pop-tours__title h2::before {
        right: -65px;
    }

    #homePage .pop-tours__title h2::after {
        left: -65px;
    }
}

@media screen and (max-width: 345px) {
    #homePage .pop-tours-body {
        padding: 0 !important;
    }
}

@media screen and (max-width: 720px) {
    #homePage .nav-links ul {
        display: none;
    }

    #homePage .nav-links .openMenu {
        display: flex;
    }

    #homePage .openedMenu.menuISopen {
        display: flex;
    }

}

/* edited */
#homePage .dropdown-menu {
    box-shadow: 0px 0px 6px #00000033;
}

#homePage .passenger-input-wrapper input {
    height: 100%;
    padding-top: 1px;
}

#homePage .passenger-count input {
    padding-right: 45%;
    color: var(--black-900);
    font-weight: 800;
    font-size: 18px;
}

#homePage .passenger-count input::placeholder {
    color: var(--black-900);
}

#homePage .passenger-count input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: var(--black-900);
}

#homePage .passenger-count input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: var(--black-900);
    opacity: 1;
}

#homePage .passenger-count input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: var(--black-900);
    opacity: 1;
}

#homePage .passenger-count input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--black-900);
}

#homePage .passenger-count input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--black-900);
}

#homePage .passenger-count input::placeholder {
    /* Most modern browsers support this now. */
    color: var(--black-900);
}

#homePage .passengers-plus-btn i,
#homePage .passengers-subtraction-btn i {
    font-size: 0.9rem;
}

#homePage .passengers-wrapper::after {
    display: none;
}

#homePage .main-drop {
    display: block;
}

@media screen and (max-width:495px) {
    #homePage .passenger-count {
        width: 80%;
    }
}

@media screen and (max-width:900px) {
    #homePage .passenger-count {
        width: 70%;
    }
}

@media screen and (min-width:900px) {
    #homePage .passenger-count {
        width: 60%;
    }
}

#homePage .passengers-wrapper.show .passengers-main-ul[data-popper-placement="bottom-start"] {
    top: 100% !important;
    right: -7px !important;
}

#homePage .passengers-wrapper.show .passengers-main-ul[data-popper-placement="top-start"] {
    bottom: 317% !important;
    right: -7px !important;
}

@media screen and (max-width:380px) {
    #homePage .passengers-wrapper.show .passengers-main-ul[data-popper-placement="bottom-start"] {
        right: -36px !important;
    }

    #homePage .passengers-wrapper.show .passengers-main-ul[data-popper-placement="top-start"] {
        right: -36px !important;
    }
}

#homePage .passengers-main-ul {
    transform: unset !important;
    width: 103% !important;
    /* this line */
    top: 100%;
    background-color: var(--white-900) !important;
}

#homePage .passengers-main-ul .dropdown .dropdown-menu li .dropdown-item:hover {
    background-color: unset !important;
    color: unset !important;
}

#homePage .search-box .dropdown .dropdown-menu li .dropdown-item:hover {
    background-color: unset !important;

}

#homePage .search-box .dropdown li {
    text-align: right;
}

#homePage .passenger-count {
    width: 60%;
    background-color: #EFF2F5;
    height: 36px;
}

#homePage .passenger-count span {
    color: var(--white-900);
    padding: 2px;
    border-radius: 3px;

    font-size: 20px;
    padding: 0px 6px;
    display: inline-flex;
}

#homePage .passenger-count .passengers-plus-btn {
    background-color: var(--purple-800);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 5px;
}

#homePage .passenger-count .passengers-subtraction-btn {
    background-color: var(--gray-700);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 5px;
}

#homePage .passenger-count input {
    color: var(--black-900);
    font-weight: normal;
    text-align: center;
    padding-right: 0 !important;
}

#homePage .passenger-count input::placeholder {
    color: var(--black-900);
}

#homePage .passengers-section span {
    color: var(--gray-900);
}

#homePage .passengers-wrapper .passenger-count button::after {
    content: unset;
}

#homePage .passengers-wrapper .dropdown-toggle:hover {
    border: 0;
}


#homePage #data-input-container {
    width: 55%;
}

@media screen and (max-width:760px) {
    #homePage #data-input-container {
        width: 50%;
    }
}

#homePage .kabin-custom-dropdown-toggle {
    border: 1px solid black;
}

#homePage .kabin-custom-dropdown-toggle::after {
    position: absolute;
    left: 7%;
    top: 37%;
}

#homePage .kabin-custom-dropdown-toggle:hover {
    border: 1px solid black !important;

}

#homePage .kabin-custom-dropdown-toggle:active {
    color: unset !important;
    background-color: unset !important;
}

#homePage .kabin-dropdown-menu {
    inset: unset !important;
    overflow: unset !important;
    transform: none !important;
    margin-top: 10px !important;
    right: 0% !important;
}

/* ======================== */
#homePage .featurs .featurs-item {
    background-color: var(--blue-300);
    border-radius: 12px;
    box-shadow: 0px 0px 6px #0000001A;
    height: 308px;
}

#homePage .featurs .featurs-item img {
    width: 90px;
    box-shadow: 0px 0px 6px #00000026;
}

#homePage .featurs .sub-tittle {
    font-weight: 400;
}

#homePage .featurs .featurs-title h3 {
    font-weight: 700;
}

#homePage .featurs-img {
    width: 110px;
    height: 110px;
}

#homePage .featurs .featurs-item .featurs-tittle {
    color: var(--black-800);
    font-weight: 600;
}

#homePage .featurs .featurs-item .feauturs-desc {
    color: var(--gray-800);
}

@media screen and (max-width:1150px) {
    #homePage .featurs .featurs-item .featurs-tittle {
        font-size: 14px;
    }

    #homePage .featurs .featurs-item .feauturs-desc {
        font-size: 12px;
    }
}

/* end featurs */

#homePage .search-box-ul .city-section span:nth-child(2),
#homePage .search-box-ul .city-section span:nth-child(3),
#homePage .search-box-ul .passengers-section span {
    color: #b8b8b8;
    font-size: 13px;
    margin-right: 3%;
    font-weight: 500;
}

#homePage .airport-section i {
    color: #b8b8b8;
    padding: 0;
}

#homePage .airport-name {
    margin-right: 6%;
    font-weight: 900;
    font-size: 13px;
}

@media screen and (max-width:500px) {
    #homePage .airport-name {

        font-size: 10px;
    }

}

#homePage .swiper-slide-img-container {
    width: 100%;
}

#homePage .myslides-text {
    padding-right: 4%;
    margin-top: 11px;
}

@media screen and (max-width:500px) {
    #homePage .tour-classification-gallery .img .text_hover {
        visibility: visible;
        opacity: 1;
    }

    #homePage .newsletter-card-text {
        margin-right: 0;
    }

    #homePage .newsletter-card-text p {
        text-align: center;
    }
}

#homePage footer .company-info li:nth-child(1) {
    text-align: right !important;
}

#homePage .breadcrumbs .page-name {
    font-size: 19px !important;
}

#homePage .custom-dropdown-layer {
    position: fixed;
    inset: 0;
    z-index: 1000;
    cursor: default;
}

/* =========================== */
/* !======= end of home page  ========= */
/* ================================= */

/* =========================== */
/* !======= hotel list ========= */
/* ================================= */
#hotelListPage {
    background-color: var(--white-800);
}

@media (max-width: 450px) {

    #hotelListPage .header-bg-text {
        width: 80%;
        height: 145px;
    }

    #hotelListPage .page-links {
        display: flex;
        align-items: center;
        padding: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    #hotelListPage .header-bg-text h3 {
        color: var(--white-800);
        padding: 10px;
        margin-top: -10px;
    }
}


#hotelListPage .hotel-list-section {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding: 10px;
    margin-bottom: 30px;
}

#hotelListPage .hotel-list-text {
    position: relative;
    /* border: 1px solid var(--btn-yellow); */
    /* flex-basis: 270px; */
    height: auto;
    display: flex;
    flex-direction: column;
}

#hotelListPage .hotel-list-text-input {
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 0px 0px 6px #00000026;
    border-radius: 10px;
}

#hotelListPage .hotel-list-text-input input {
    width: 100%;
    outline: none;
    border: none;
}

#hotelListPage .hotel-list-text-input input::placeholder {
    color: var(--gray-900);
    font-size: 13px;
    padding: 0 10px;
    user-select: none;
}

#hotelListPage .hotel-list-text-input button {
    position: absolute;
    left: 5px;
    border: none;
    outline: none;
    background: var(--purple-800);
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;

}

#hotelListPage .hotel-list-text-input button i {
    font-size: 17px;
    color: var(--white-800);
    margin-top: 4px;
}

#hotelListPage .hotel-list-text-Ordering {
    width: 100%;
    background: var(--white-900);
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 6px #00000026;
    border-radius: 10px;
    margin-top: 20px;
    padding: 10px;
}

#hotelListPage .hotel-list-text-ordering-part {
    display: flex;
    flex-direction: column;
    align-items: start;
    border-bottom: 1px solid #48484871;
}

#hotelListPage .hotel-list-text-ordering-part-title {
    display: flex;
    align-items: center;
}

#hotelListPage .hotel-list-text-ordering-part-title i {
    font-size: 18px;
    margin-right: 7px;
}

#hotelListPage .hotel-list-text-ordering-part-title h6 {
    font-size: 15px;
    margin-right: 7px;
}

#hotelListPage .ordering-part-row {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    margin-bottom: 9px;
}

#hotelListPage .ordering-part-row-1 {
    display: flex;
    align-items: baseline;
}

#hotelListPage .ordering-part-row-1 input {
    accent-color: var(--purple-800);
    transform: translateY(3px);
}

#hotelListPage .ordering-part-row-1 p {
    margin: 0 8px;
    font-size: 13px;
    color: var(--gray-900);
}

#hotelListPage .hotel-list-text-hotel-rank {
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #48484871;
}

#hotelListPage .ordering-part-row-1 .stars {
    margin-right: 8px;
}

#hotelListPage .ordering-part-row-1 .stars i {
    color: var(--btn-yellow);
}

#hotelListPage .hotel-list-text-residence-part {
    margin-bottom: 15px;
    border-bottom: 1px solid #48484871;
}


#hotelListPage .hotel-list-text-banner {
    position: relative;
    margin-top: 2rem;
}

#hotelListPage .hotel-list-text-banner img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    border-radius: 10px;
    position: relative;
}

#hotelListPage .hotel-list-text-banner-text {
    position: absolute;
    top: 60px;
    left: 20px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

#hotelListPage .hotel-list-text-banner-text p {
    color: #fad24f;
}

#hotelListPage .hotel-list-text-banner-text h4 {
    color: var(--white-800);
    margin-top: -20px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
}







#hotelListPage .hotel-list-pics {
    /* flex-basis: 730px; */
    height: auto;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 7px;
}

#hotelListPage .hotel-album-parts {
    background: #fff;
    position: relative;
    width: 294px;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px 0px 6px #00000026;
    overflow: hidden;
}

#hotelListPage .hotel-album-part-pic {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#hotelListPage .hotel-album-part-pic img {
    position: relative;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    aspect-ratio: 2/1.2;
    transition: all 0.5s;
}

#hotelListPage .hotel-album-part-pic img:hover {
    object-fit: cover;
}

#hotelListPage .hotel-album-parts:hover .pic-overlay {
    opacity: 1;
}

#hotelListPage .hotel-album-parts:hover img {

    transform: scale(1.1);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#hotelListPage .pic-overlay {
    opacity: 0;
}

#hotelListPage .hotel-album-part-pic a {
    position: absolute;
    text-decoration: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--white-800);
    color: var(--black-900);
    padding: 3px 9px;
    border-radius: 10px;
}

#hotelListPage .hotel-album-part-text {
    display: flex;
    justify-content: space-between;
    width: 94%;
    margin-top: 10px;
    margin-right: 6px;
}

#hotelListPage .hotel-album-part-text-1 a {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    color: var(--black-800);
}

#hotelListPage .hotel-album-part-text-1 p {
    font-size: 12px;
    color: var(--black-800);
    margin-bottom: 5px;
}


#hotelListPage .hotel-album-part-text-stars {
    display: flex;
    margin-top: -6px;
}

#hotelListPage .hotel-album-part-text-stars i {
    color: var(--btn-yellow);
}


#hotelListPage .hotel-list-pics button {
    background: var(--blue-800);
    color: var(--white-800);
    width: 70px;
    height: 33px;
    transform: translateX(-245px);
    margin: 30px 0;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 7px;
}

#hotelListPage .hotel-list-pics button:hover {
    background: var(--blue-900);
}




#hotelListPage .hotel-description {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#hotelListPage .hotel-description-title h3 {
    position: relative;
    padding: 20px;
    font-size: 19px;
    font-weight: 750;
    color: var(--black-800);
}

#hotelListPage .hotel-description-title h3::after {
    content: "";
    width: 90px;
    height: 2px;
    background-color: var(--purple-800);
    position: absolute;
    top: 32px;
    opacity: 0.5;
    left: -80px;
}

#hotelListPage .hotel-description-title h3::before {
    content: "";
    opacity: 0.5;
    height: 2px;
    background-color: var(--purple-800);
    position: absolute;
    width: 90px;
    top: 32px;
    right: -80px;
}


#hotelListPage .hotel-description-box {
    width: 80%;
    height: auto;
    margin-top: 20px;
    padding: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.31);
}

#hotelListPage .hotel-description-box p {
    margin: 0;
    color: var(--black-900);
    font-weight: normal;
}



@media (max-width: 1040px) {
    #hotelListPage .hotel-list-pics {
        /* flex-basis: 514px; */
        height: auto;
        display: grid;
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 12px;
        justify-items: center;
        margin-top: 2rem;
    }

    #hotelListPage .hotel-album-parts {
        background: #fff;
        position: relative;
        width: 251px;
        border-radius: 15px;
        height: 233px;
        -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.31);
        -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.31);
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.31);
    }

    #hotelListPage .hotel-list-pics button {
        transform: translateX(-205px);
    }
}

@media (max-width: 792px) {
    #hotelListPage .hotel-list-pics {
        /* flex-basis: 250px; */
        height: auto;
        display: grid;
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(1, 1fr);
        gap: 16px 12px;
        justify-items: center;
        margin-top: 2rem;
    }
}

@media (max-width: 765px) {


    #hotelListPage .hotel-list-pics button {
        transform: translateX(-75px);
    }

    #hotelListPage .hotel-list-text {
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    #hotelListPage .hotel-list-section {
        width: 100%;
        height: auto;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 30px;
        padding: 10px;
        margin-bottom: 30px;
    }



    #hotelListPage .hotel-album-parts {
        width: 100%;
        height: 362px;
    }

    #hotelListPage .hotel-list-pics {
        margin-right: 0;
    }

    #hotelListPage .hotel-list-pics button {
        transform: none !important;
    }
}

@media (max-width: 460px) {
    #hotelListPage .hotel-album-parts {
        width: 100%;
        height: 325px;
    }
}

@media (max-width: 430px) {
    #hotelListPage .hotel-album-parts {
        width: 100%;
        height: 317px;
    }
}


@media (max-width: 406px) {

    #hotelListPage .hotel-list-pics button {
        transform: translateX(-136px);
    }

    #hotelListPage .hotel-album-parts {
        width: 100%;
        height: 300px;
    }
}



@media (max-width: 380px) {
    #hotelListPage .hotel-list-pics button {
        transform: translateX(-133px);
    }

    #hotelListPage .hotel-album-parts {
        width: 100%;
        height: 271px;
    }

}

@media (max-width: 340px) {
    #hotelListPage ol.breadcrumb {
        font-size: 11px;
    }
}

@media (max-width: 330px) {
    #hotelListPage .hotel-album-parts {
        width: 100%;
        height: 254px;
    }


}

@media (max-width: 305px) {
    #hotelListPage .hotel-album-parts {
        width: 100%;
        height: 259px;
    }

    #hotelListPage .hotel-list-pics button {
        transform: translateX(-105px);
    }
}

@media (max-width: 300px) {
    #hotelListPage .hotel-album-parts {
        width: 100%;
        height: 244px;
    }
}

@media screen and (min-width:1040px) {
    #hotelListPage .hotel-album-parts {

        width: 200px;
    }
}

@media screen and (min-width:1046px) {
    #hotelListPage .hotel-album-part-text-stars i {
        font-size: 11px;
    }
}

@media screen and (min-width:1200px) {
    #hotelListPage .hotel-album-parts {

        width: 258px;
    }

    #hotelListPage .hotel-album-part-text-stars i {
        font-size: 14px;
    }
}

@media screen and (min-width:1400px) {
    #hotelListPage .hotel-album-parts {

        width: 287px;
    }
}

#hotelListPage .hotel-list-main-container img {
    filter: none;
    opacity: 1;
    aspect-ratio: 5/1.3;
}

/* side bar */
#hotelListPage .sidebar__search i {
    font-size: 1.5rem;
    left: 10px;
    padding: 0.6rem;
    background-color: var(--purple-800);
    cursor: pointer;
}

#hotelListPage .sidebar__search input:focus {
    box-shadow: 0 0 5px var(--gray-700);
}

#hotelListPage .sidebar__sort label {
    color: #878787;
}

#hotelListPage .sort-part .h5 {
    font-size: 1.1rem !important;
}

#hotelListPage .sort-part i.fa-star-half-stroke {
    margin-right: -2px;
}

#hotelListPage .sort-part i.fa-hotel {
    margin-right: -1px;
}

#hotelListPage .sort-part i.fa-location-dot {
    margin-right: 1px;
}

#hotelListPage .star-container i {
    color: #B9B9B9;
}

#hotelListPage .star-container i.active {
    color: var(--btn-yellow);
}

#hotelListPage input[type="checkbox"] {
    accent-color: var(--purple-800);
}

#hotelListPage footer .company-info li:nth-child(1) {
    text-align: right !important;
}

#hotelListPage .breadcrumbs .page-name {
    font-size: 19px !important;
}

/* =========================== */
/* !======= end of hotel list ========= */
/* ================================= */

.breadcrumbs {
    border-radius: 0 0 10px 10px;
}

#hotelHomePage .breadcrumbs,
#hotelListPage .breadcrumbs {
    border-radius: 10px;
}

.breadcrumbs div[aria-label="breadcrumb"] {
    --bs-breadcrumb-divider: '>>'
}

.breadcrumbs li:nth-child(1) a {
    margin-left: 0.5rem;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1200px;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}