@font-face {
    font-family: note_sans;
    src: url("./../font/Calibri/calibril.ttf");
}

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

:root {
    --color-white: white;
    --font-size-p: 1.6vw;
    --font-size-p-small: 1.2vw;
    --font-size-p-bag: 2vw;
    --font-size-p-footer: 1.34vw;
    --font-size-p-header: 3vw;
    --margin-left-cart: 4.5rem;
    --text-size-footer: 0.8rem;
    --margin-left-info_cart_footer: 4rem;
    --margin-top-info_cart_footer: 2rem;
    --margin-bottom-info_cart_footer: 10rem;
}

body {
    font-family: note_sans;
    margin: 0;
    overflow-x: hidden;
    line-height: 1.6;

}

header .nav {
    position: fixed;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 6px 6rem;
    align-items: center;
    z-index: 30000;
    background-color: #1B4752;
}

header .nav .logo img,
header .header_color_bg_white .logo img {
    width: 12rem;
}

header .nav ul,
.header_color_bg_white ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: rgb(222, 18, 18);
}

header .nav ul li,
.header_color_bg_white ul li {
    display: inline;
}

/* Slideshow container */
.slideshow-container {
    position: relative;
}

.active {
    background-color: #717171;
}

@-webkit-keyframes fade {
    from {
        margin-left: -45rem;
    }

    to {
        margin-left: 0;
    }
}

@keyframes fade {
    0% {
        margin-left: -8rem;
    }

    50% {
        margin-left: 0;
    }

    100% {
        margin-left: 0;

        /* توقف در حالت نهایی */
    }
}


/* Fading animation */
.fade {
    /* توقف در انتها */
    -webkit-animation-name: fade;
    -webkit-animation-duration: 10s;
    animation-name: fade;
    animation-duration: 10s;
    /* حرکت */
    animation-iteration-count: infinite;

    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.fade img {
    width: 80%;
    height: 80%;
    object-fit: cover;
}

header .nav ul li a,
.header_color_bg_white ul li a {
    padding: 1rem;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 19px;
}

.col4 a {
    padding: none;
}

.inp7 a {
    padding: none;
    color: rgb(2, 2, 92);
}

/* unvisited link */
header .nav ul li a:link,
.col4 a {
    color: var(--color-white);
}

/* visited link */
header .nav ul li a:visited .col4 a:visited {
    color: var(--color-white);
}

.inp7 a:visited {
    color: rgb(2, 2, 92);
}

/* mouse over link */
header .nav ul li a:hover,
.col4 a:hover {
    color: var(--color-white);
}

.inp7 a:hover {
    color: rgb(17, 17, 234);
}

/* selected link */
header .nav ul li a:active,
.col4 a:active {
    color: #ffffff;
}

.inp7 a:active {
    color: rgb(17, 17, 234);
}

.color_blue {
    --color-white: rgb(255, 255, 255);
}

.header_color_bg {
    background-color: rgba(51, 51, 204, 0.3);
}

.month_list h1 {
    font-size: var(--font-size-p-bag);
}

.month_list ul {
    list-style-type: none;
    margin-left: -2.4rem;
}

.month_list ul li {
    margin-top: 1rem;
}

.month_list ul li a {
    font-size: var(--font-size-p-small);
}

/* ------------ test -------------- */

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #1B4752;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 1000;
}

.overlay-content {
    position: relative;
    top: 20%;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 28px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 27px;
    color: white;
}

.phone_logo {
    position: absolute;
    top: 10%;
    display: flex;
    justify-content: center;
    width: 100%;
}

.phone_logo img {
    width: 14rem;
}

.btn_nav {
    display: none;
}

/* ------------------------ main -------------------- */
main {
    display: flex;
}

/* main .left{
    padding: 1rem;
} */
main .right {
    padding: 2rem;
}

main .left_size40 {
    width: 40%;
    background-image: url("./../image/masjid.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

main .right_size55 {
    width: 55%;
}

main .left .card {
    margin-top: -0.1rem;
    margin-left: 8rem;
    width: 15rem;
    border-radius: 0.8rem;
    padding: 2.5rem;
    background: rgb(3, 3, 126);
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.3) 38px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    line-height: 1.2;
}

main .left .card h3,
h4 {
    line-height: 0.1;
}

main .left .masjed-img img {
    width: 100%;
}

.pd-2 {
    /* padding: 2rem; */
    background-color: #f3f3f3;
}

.main_bg_img_about {
    background-image: url("./../image/bg_about.jpg");
}

main .main {
    width: 100%;
    ;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top right bottom left;
}

main .main .card {
    margin-top: 12rem;
    margin-left: 6rem;
    margin-bottom: -3rem;
    width: 32%;
    border-radius: 0.3rem;
    padding: 1rem;
    background: rgb(3, 3, 126);
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    font-size: var(--font-size-p-small);
}

/* --------------------- trip -------------------------- */
.more_trip_main {
    align-self: center;
    width: 80%;
    margin-bottom: 3rem;
}

.more_trip_main h1 {
    width: 98%;
    font-size: 2.1rem;
    text-align: left;
}

.more_trip_main .texts h2 {
    font-size: 1.1rem;
    margin-bottom: -0.8rem;
}

.more_trip_main .texts .cover_more_trip_img {
    width: 100%;
    height: 18rem;
    overflow: hidden;
}

.more_trip_main .texts .cover_more_trip_img img {
    /* width: 100%; */
    height: 100%;
}

.more_trip_main .texts a {
    text-decoration: none;
    border-radius: 0.5rem;
}

.main_bg_img_trip {
    background-image: url("./../image/trip_bg.jpg");
}

.trip_delails {
    display: flex;
    flex-direction: row;
}

.trip_delails a {
    text-decoration: none;
    color: #848484;
    margin-left: 1rem;
    margin-top: 0.8rem;
    line-height: 0.5;
    font-size: 1.1vw;
}

.trip_name {
    border-radius: 1rem;
    background-color: rgb(0, 187, 255);
    padding: 1rem;
    margin: 1rem;
    width: auto;
    height: auto;
    align-self: center;
}

.main_header {
    background-image: url("./../image/Texture.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: rgb(25, 25, 167);
    padding: 2rem 4.5rem;
    margin-top: -0.5rem;
    margin-bottom: 4rem;
}

.main_header p {
    font-size: 2.1rem;
    font-weight: bold;
    color: white;
    text-align: center;
}

.main_trip {
    display: flex;
    padding-left: 8rem;
    padding-right: 8rem;
    padding-top: 3rem;
}

.main_trip .pa1 {
    text-align: justify;
    overflow-wrap: break-word;
    /* برای اطمینان بیشتر از شکستن کلمات طولانی */
}

.home_trip_cart {
    padding: 0rem 8rem;
}

.m-t {
    margin-top: 6rem;
}

.text_align_center {
    font-size: var(--font-size-p-bag);
    color: rgb(7, 7, 111);
}

.main_trip .main_trip_left {
    width: 55%;
    padding-right: 2rem;
    text-align: justify;
}

.height_25 {
    height: auto;
    margin-bottom: 2rem;
}

.main_trip .main_trip_right {
    width: 45%;
    align-self: flex-start;
}

.main_trip .main_trip_left h1 {
    font-size: 1.3rem;
}

.main_trip .main_trip_left p {
    font-size: var(--font-size-p-small);
}

.main_link_btn {
    padding: 4rem 0;
}

.main_link_btn a {
    padding: 1rem;
    background-color: #1B4752;
    border-radius: 0.3rem;
    color: white;
    text-decoration: none;
    margin: 1rem;
}

.accordion_cover {
    margin-top: 1rem;
}

.accordion_cover h2 {
    color: rgb(25, 25, 167);
    font-size: 1.1rem;
}

.accordion {
    background-color: white;
    color: rgb(25, 25, 167);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    border-top: 1px solid rgb(25, 25, 167);
    font-size: 1.1vw;
    font-weight: bold;
    transition: 0.4s;
}

.active,
.accordion:hover {
    background-color: rgb(247, 247, 247);
}

.accordion:after {
    content: '\254B';
    font-size: 1vw;
    color: rgb(7, 201, 201);
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2500";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.main_trip_right .cover_main_trip_right {
    height: auto;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.main_trip_right .small_img {
    height: 15rem;
    width: 100%;
    overflow: hidden;
    margin-top: 1.1rem;
    /* padding: 1rem; */
    display: flex;
    border-radius: 1rem;
    justify-content: center;
}

.height_25 {
    margin-bottom: -1rem;
}

.main_trip_right .small_img img.left_margin_img {
    height: 100%;
    border-radius: 1rem;
    border: 1px solid green;
}

.sup_cover_main {
    height: 10rem;
    width: 80%;
    overflow: hidden;
    margin: 1rem 0;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
}

.sup_cover_main img {
    border-radius: 0.5rem;
    width: 80%;
}

.cart-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: medium;
}

.cart-group p i {
    font-size: 25px;
}

.btn_social {
    background-color: #1B4752;
    color: white;
    text-decoration: none;
    padding: 1px 1px;
    border-radius: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 6.5rem;
    box-shadow: 2px 3px 10px 1px gray;
    transition: all 300ms;
}

.btn_social.home_btn {
    width: 5rem;
    transition: all 300ms;
}

.btn_social.home_btn span {
    color: white;
    transition: all 300ms;

}

.btn_social.home_btn:hover i {
    transform: rotate(-30deg);
}

.btn_social:hover {
    transform: scale(1.03);
}

.btn_social i {
    background-color: white;
    color: #F78501;
    font-size: larger;
    border-radius: 50%;
    padding: 0.2rem;
}

.btn_social span {
    margin-left: 8px;
}

.faq_main {
    background-color: rgba(0, 0, 0, 0.4);
    /* backdrop-filter: blur(1px); */
    padding: 20px;
    /* position: absolute;
    top: 25vh;
    left: 10vw; */
    margin-top: -23rem;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    width: 80%;
    display: grid;
    justify-content: center;
    gap: 10px;
    grid-template-columns: 24% 24% 24% 24%;
}

.faq_main .cart_faq {
    background-color: white;
    padding: 10px;
    border-radius: 20px;
}


.faq_main .cart_faq h1 {
    /* border: 1px solid red; */
    font-size: large;
    margin-bottom: -15px;
}

.faq_main .cart_faq-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}

/* وقتی حالت expanded فعال شد */
.faq_main .cart_faq-content.expanded p {
    -webkit-line-clamp: unset;
    display: block;
    overflow: visible;
    text-overflow: unset;
}

.faq_main .cart_faq i {
    font-size: 20px;
    padding: 4px;
    height: 2rem;
    width: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #24606e;
    /* font-size: larger; */
    color: white;
}

/* ----------------------------modal--------------------  */
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 30rem;
    background-color: #f3f3f3;
    padding: 3rem 4rem;
    box-shadow: 0 4rem 6rem rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: all 0.5s;
    font-family: note_sans;
    font-weight: 300;
    line-height: 1.9;
}

.overlaymodal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 100;
    transition: all 0.5s;
}

.modal__header {
    font-size: 1.25rem;
    margin-bottom: 4.5rem;
    line-height: 1.5;
}

.modal__form {
    margin: 0 0.1rem;
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 1.5rem;
}

.modal__form label {
    font-size: 1.1rem;
    font-weight: 500;
}

.modal__form input {
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
}

.modal__form button {
    grid-column: 1 / span 2;
    justify-self: center;
    margin-top: 0.4rem;
}

.btn--close-modal {
    font-family: inherit;
    color: inherit;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    font-size: 2.4rem;
    cursor: pointer;
    border: none;
    background: none;
}

.hidden {
    visibility: hidden;
    opacity: 0;
}

/* COOKIE MESSAGE */
.cookie-message {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    background-color: white;
    color: #bbb;
    font-size: 1.5rem;
    font-weight: 400;
}

.highlight {
    position: relative;
}

.highlight::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.7;
    transform: scale(1.07, 1.05) skewX(-15deg);
    background-image: var(--gradient-primary);
}

.btn {
    display: inline-block;
    background-color: #1B4752;
    color: white;
    font-size: 1rem;
    font-family: inherit;
    font-weight: 500;
    border: none;
    padding: 0.6rem 2rem;
    border-radius: 10rem;
    box-shadow: 4px 4px 10px 1px black;
    cursor: pointer;
    transition: all 0.3s;
}

.btn:hover {
    background-color: #24606e;
}

/* ............................. home -..................... */
.main_bg_img_home {
    background-image: url("./../image/home_bg.jpg");
}

.info_header {
    height: 90vh;
    overflow: hidden;
}

.info_header_cover_img {
    position: relative;
    top: 5.5rem;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info_header_cover_img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    /* object-position: center center; */
    /* یا موقعیت دلخواه مثل `top`, `bottom` */
}

.info_header_cover_img .card_about {
    position: absolute;
    top: 25%;
    margin-left: 0;
    width: 50%;
    line-height: 1.2;
    border-radius: 0.3rem;
    padding-left: 6rem;
    background: rgba(3, 3, 126, 0.371);
    color: rgb(255, 255, 255);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    font-size: 4vw;
}

/* ------------------------  */
.info_header_cover_img .cart_about {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 60%;
    border-radius: 0.3rem;
    padding: 1rem;
    background: rgba(3, 3, 126, 0.8);
    backdrop-filter: blur(5px);
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    font-size: var(--font-size-p-small);
}

/* ------------------------  */

.info_header_cover_img .card_home {
    position: absolute;
    top: 25%;
    width: 80%;
    border-radius: 0.3rem;
    padding: 1rem;
    margin-left: var(--margin-left-cart);
    color: rgb(255, 255, 255);
}

.card_home p {
    font-size: var(--font-size-p-header);
    line-height: 1.2;
}

.card_home p:nth-child(1),
.card_home p:nth-child(1) b {
    font-size: 3.8rem;
    letter-spacing: 2px;
    text-align: left;
    margin-top: -1.5rem;
}

.card_home p:nth-child(2) {
    margin-top: -1.5rem;
}

.card_home p b {
    font-size: var(--font-size-p-header);
}

.card_home a,
.home_cart_footer a {
    background-color: #1B4752;
    color: white;
    padding: 0.4rem 1rem;
    border: none;
    border-radius: 0.8rem;
    font-size: large;
    text-decoration: none;
    cursor: pointer;
}

.main_trip .main_home_text {
    width: 100%;
    padding: 0 2.5rem;
    align-self: center;
}

.main_trip .main_home_text p {
    font-size: var(--font-size-p-small);
    text-align: justify;

}

.main_trip .main_home_text h1 {
    font-size: 1.4rem;
    margin-top: -0.4rem;
}

.main_trip .main_home_image {
    width: 40%;
    height: 18rem;
    overflow: hidden;
    border-radius: 1rem;
}

.main_trip .main_home_image img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
}

.show_main_phone {
    display: none;
}

.search_bar_hidden {
    display: none;
}

.home_carts {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mt {
    margin-top: 4rem;
    margin-bottom: 1rem;
}

.home_cart_header {
    text-align: center;
    padding: 1.5rem;
}

.home_cart_header p {
    font-size: large;
}

/* -------------------------------- card ---------------------------------- */
.wrapper {
    max-width: 1100px;
    width: 100%;
    position: relative;
}

.wrapper i {
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
}

.wrapper i:active {
    transform: translateY(-50%) scale(0.85);
}

.wrapper i:first-child {
    left: 1px;
}

.wrapper i:last-child {
    right: 1px;
}

.wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 12px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.wrapper .carousel .card {
    padding: 0.1rem 2rem;
    width: 16.5rem;
    height: 18rem;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 1rem;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel.no-transition {
    scroll-behavior: auto;
}

.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carousel.dragging .card {
    cursor: grab;
    user-select: none;
}

.carousel :where(.card, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel .card {
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    scroll-snap-align: center;
    list-style: none;
    background: #fff;
    cursor: pointer;
    flex-direction: column;
    border-radius: 8px;
    justify-content: flex-start;
}

.card:nth-child(2) {
    background-color: rgb(25, 25, 167);
    color: white;
}

.head_cart {
    align-self: flex-start;
    display: grid;
    grid-template-columns: 4rem auto;
    align-items: center;
    padding-top: 1rem;
    width: 100%;
}

.head_cart .cover_img_profile {
    width: 4rem;
    height: 4rem;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 10px 1px rgb(172, 172, 172);
}

.head_cart .cover_img_profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .card .command {
    margin-top: 0.5rem;
    padding: 0.5rem;
    overflow-y: auto;
    height: 100%;
}

.carousel .card .command::-webkit-scrollbar {
    width: 4px;
}

.carousel .card .command::-webkit-scrollbar-button {
    color: #717171;
}

/* Track */
.carousel .card .command::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.carousel .card .command::-webkit-scrollbar-thumb {
    background: rgb(0, 26, 255);
    border-radius: 10px;
}

.carousel .command a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: #1B4752;
    padding: 0 1.6rem;
    border-radius: 0.3rem;
}

.social_btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social_btn a {
    background-color: #24606e;
    width: 2rem;
    height: 2rem;
    font-size: larger;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
    text-decoration: none;
}

.carts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.carts .cart {
    background-color: white;
    margin: 3px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    cursor: pointer;
    display: grid;
    grid-template-columns: auto;
    justify-content: start;
    gap: 10px;
    align-items: start;
    align-content: start;
    line-height: 1;
    transition: all 250ms;
}

.carts .cart:hover {
    transform: scale(1.009);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.carts .cart .icone {
    height: 12rem;
    width: 100%;
    /* border: 1px solid red; */
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}

.carts .cart .icone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carts .cart .cart_main {
    padding: 1px 10px;
}

.carts .cart .cart_main a h1 {
    color: rgb(96, 96, 96);
    text-align: center;
    font-family: note_sans;
    font-optical-sizing: auto;
    font-size: 1.5rem;
}

.carts .cart .cart_main a {
    text-decoration: none;
    color: black;
}

.carts .cart .cart_main li {
    list-style-type: none;
}

.link_li {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    font-size: 0.8rem;
}

.trip_info {
    line-height: 1.5;
    text-align: justify;
    word-spacing: 0;

}

.links {
    color: blue;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 259ms;
    margin-top: 0.5rem;
}

a.links:hover {
    transform: scale(1.2);
}

.book_btn {
    position: sticky;
    bottom: 10px;
}

.right-cart {
    display: flex;
    column-gap: 1rem;
    justify-content: center;
    padding-bottom: 10px;
}

.right-cart {
    font-size: 1.2rem;
}

.detail_trip {
    width: 100%;
    background-color: #e9e9e9;
    padding: 4px 1px;
    border-radius: 10px;
    text-align: center;
    transition: all 250ms;
}


.detail_trip:hover {
    box-shadow: 2px 2px 10px 1px rgb(92, 92, 92);
}

/* -------------------------------- endcard ---------------------------------- */

.info_profile {
    margin-left: 1rem;
}

.info_profile h1 {
    font-size: 1rem;
}

.info_profile p {
    font-size: var(--font-size-p-small);
}

.home_cart_footer {
    padding: 3rem;
    background-image: url('./../image/Texture1.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
}

.home_cart_footer p {
    font-size: 1.5rem;
}

/* ............................. blog .................. */
main .left_size60 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 4rem;
    padding-left: 2rem;
    width: 70%;
}

main .right_size35 {
    padding-top: 4rem;
    width: 30%;
    background-image: url("./../image/masjid.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

main .left .cover_img_home {
    position: relative;
    width: 100%;
    height: 28rem;
    overflow: hidden;
    margin-top: 4rem;
    border-radius: 0.8rem;
}

main .left .cover_img_home span {
    width: 35%;
}

main .left .cover_img_home:nth-child(1n+4) span {
    width: 70%;
}

main .left .cover_img_home span,
main .left .cover_img_home:nth-child(1n+4) span {
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 2.5rem;
    left: 50px;
    bottom: 40px;
}

main .left .cover_img_home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
}

main .left .cover_img_home:nth-child(1n+4) {
    position: relative;
    width: 48%;
    height: 25rem;
    overflow: hidden;
    margin-top: 4rem;
    border-radius: 0.8rem;
}

main .left .cover_img_home:nth-child(1n+4) img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

main .left .cover_img_home:nth-child(1n+4) span {
    font-size: 1.4rem;


}

.cover_pagination {
    display: flex;
    width: 100%;
    justify-content: center;
}

.pagination {
    margin: 1rem;
    display: inline-block;
    text-align: center;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active_p {
    background-color: #1B4752;
    color: white;
    border-radius: 5px;
}

.pagination a:hover:not(.active_p) {
    background-color: #ddd;
    border-radius: 5px;
}

.search_bar input {
    background-image: url("./../image/icons/482631.png");
    background-size: 2rem;
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 93%;
    width: 100%;
    height: 4rem;
    background-color: #e7e7e7;
    border: none;
    font-size: var(--font-size-p-footer);
    font-weight: lighter;
    color: rgb(3, 3, 126);
    padding: 0rem 2rem 0rem 1rem;
    border-radius: 0.5rem;
    margin-top: 4rem;
}

.more_info_text {
    text-align: justify;
    padding: 0 1.5rem;
    line-height: 1.6;
}

.more_info_text h1 {
    font-size: var(--font-size-p-bag);
}

.img_cart {
    position: relative;
    width: 100%;
    height: 23rem;
    margin-top: 1rem;
    border-radius: 1rem;
    overflow: hidden;
}

.img_cart .bg-light {
    position: absolute;
    width: 100%;
    height: 99%;
    background-color: #1009e04f;
}

.img_cart .img_cart_text {
    position: absolute;
    bottom: 20%;
    margin-left: 10%;
}

.img_cart .img_cart_text span {
    color: white;
    font-size: 1.4rem;
}

.img_cart .img_cart_text a {
    text-decoration: none;
    background-color: white;
    padding: 0.6rem 0.8rem;
    border-radius: 0.5rem;
    font-weight: bold;
    font-size: 1.2rem;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    color: rgb(3, 3, 126);
    cursor: pointer;
}

.img_cart img {
    width: 100%;
    height: 100%;
}

.recently {
    margin-top: 2.5rem;
}

.recently,
.recently_head {
    font-size: 1.1rem;
    font-weight: bold;
}

.recently .recently_info {
    display: flex;
    flex-direction: row;
    margin-top: 1rem;
}

.recently .recently_info .recently_img_cover {
    width: 6rem;
    height: 6rem;
    border-radius: 1rem;
    overflow: hidden;
}

.recently .recently_info .recently_img_cover img {
    height: 6rem;
}

.recently .recently_para {
    width: 70%;
    margin-left: 1rem;
    text-wrap: wrap;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.recently .recently_para .date {
    font-weight: lighter;
    font-size: var(--font-size-p-small);
}

/* ---------------------- form ----------------------- */

.form {
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px;
    font-family: note_sans;
    margin-top: 10px;
}

.form .input {
    display: flex;
    flex-direction: column;
}

.form .input label {
    color: rgb(0, 0, 0);
    font-weight: bolder;
}

.profile_input {
    margin-top: -80px;
    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;
}

.profile_input label {
    width: 6rem;
    height: 6rem;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    margin: auto;
}

.profile_input label img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact_lable {
    color: white !important;
}

.form .input input,
textarea {
    padding: 10px;
    border-radius: 20px;
    border: none;
    box-shadow: 1px 1px 8px 0.1px #24606e;
}

.input input:focus,
.input textarea:focus {
    outline: 1px solid #F78501;
}

.social_media_link {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
}

.btn_submit {
    grid-column-start: 1;
    grid-column-end: 3;
}

.btn_submit input {
    background-color: #1B4752;
    color: white;
    padding: 8px;

}

.inp3 {
    grid-column-start: 1;
    grid-column-end: 3;
}

main .gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4rem;
    padding: 2rem;
    justify-content: center;
}

main .gallery .cover {
    margin: 1rem;
    color: rgb(0, 0, 82);
    width: 45%;
}

main .gallery .cover .cover_img {
    overflow: hidden;
    height: 20rem;
    width: 100%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

main .gallery .cover .cover_img img {
    width: 100%;
}

main .gallery .cover h4 {
    font-size: larger;
    font-weight: lighter;
}

.aminations {
    animation-name: example;
    animation-duration: 500ms;
}

.form-contact {
    /* position: absolute; */
    top: 20vh;
    left: 20vw;
    background-color: rgba(0, 0, 0, 0.4);
    width: 60%;
    padding: 20px;
    border-radius: 20px;
    z-index: 2000;
    margin: auto;
    margin-top: -65vh;
}

@keyframes example {
    from {
        width: 0rem;
        height: 0rem;
    }

    to {
        width: auto;
        height: auto;
    }
}

.date_period_home {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.date_period_home p {
    font-size: 12px;
    color: rgb(80, 80, 80);
}

.date_period_home .link_book {
    font-size: medium;
    background-color: #1B4752;
    color: white !important;
    padding: 4px 10px;
    border-radius: 10px;
}

/* ---------------------------- footer ------------------------------- */
footer {
    padding: 2rem 3rem 2rem 3rem;
    background-color: rgb(68, 68, 68);
    color: white;
}

footer .info {
    margin-top: var(--margin-top-info_cart_footer);
    padding-bottom: var(--margin-bottom-info_cart_footer);
    display: flex;
    justify-content: center;
    background-image: url("./../image/Texture.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    /* margin-top: -1rem; */
}

footer .info .info_img {
    width: 34%;
    height: 20rem;
    border-radius: 0.3rem;
    overflow: hidden;
}

footer .info .info_text {
    width: 38%;
    margin-left: var(--margin-left-info_cart_footer);
}

footer .info .info_text p {
    line-height: 1.6;
    font-size: var(--font-size-p-small);
}

footer .info .info_text .h_p {
    font-weight: bold;
}

footer .info .info_img img {
    width: 100%;
}

footer .footer {
    display: grid;
    grid-template-columns: auto 15% 15%;
    justify-content: space-evenly;
    background-image: url("./../image/bg-footer.png");
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: right bottom;
}

footer .footer .col1 {
    align-self: center;
}

footer .footer .col1 .logo_footer {
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

footer .footer .col1 .logo_footer img {
    width: 100%;
    font-size: var(--text-size-footer);
}

footer .footer .col2 {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-evenly;
    align-items: center;
    align-self: center;
    column-gap: 1px;
    line-height: 0.4;
}

footer .footer .col2 .item_icon {
    width: 2rem;
    margin-bottom: -0.41rem;
    font-size: var(--font-size-p-footer);
}

footer .footer .col2 .item_text {
    width: 100%;
}

footer .footer .col3 {
    line-height: 0.4;
    display: grid;
    justify-content: center;
}

footer .footer .col3 div {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 2rem;
    align-items: center;
    align-self: center;
    justify-content: space-evenly;
}

footer .footer .col3 p a {
    color: white;
    text-decoration: none;
}

footer .footer .col4 i {
    font-size: 1.8rem;
}

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: all 2s ease;
}

.reveal.actived {
    transform: translateY(0px);
    opacity: 1;
}

.main-nav {
    cursor: pointer;
    position: relative;
}

.sup-nav {
    background-color: #1B4752;
    backdrop-filter: blur(10px);
    padding: 20px;
    display: none;
    position: absolute;
    left: 0;
    top: 2rem;
    width: 12rem;
    border-radius: 10px;

}

.main-nav:hover .sup-nav {
    display: flex;
    flex-direction: column;
}

.review-cart {
    display: flex;
    margin-top: 3rem;
    padding-bottom: 20px;
    align-items: start;
    border-bottom: 1px solid rgb(232, 232, 232);
}

.cover_btn_social {
    display: flex;
    gap: 20px;
}

/* ----------------------------- home carts acordiain ------------------- */

.container {
    display: flex;
    padding: 0 3rem;
    margin: 20px 0;
    flex-wrap: wrap;
}

.content {
    flex: 2;
    padding-right: 20px;
    min-width: 300px;
}

.content p {
    color: #555;
    line-height: 1.6;
}

.highlight {
    color: #007bff;
    text-decoration: none;
}

.checklist {
    margin-top: 20px;
    padding-left: 0;
    list-style: none;
}

.checklist li {
    display: flex;
    align-items: center;
    color: #333;
    margin-bottom: 10px;
}

.checklist li::before {
    content: "✔";
    color: green;
    font-weight: bold;
    margin-right: 8px;
}

.symbol {
    font-weight: bold;
    color: #007bff;
    font-size: 20px;
}

/* طراحی واکنش‌گرا */

.cart-time {
    display: flex;
    align-items: center;
    gap: 5px;
}

.cart-time i {
    font-size: 20px;
}

.text-home {
    padding: 0rem 11rem;
    gap: 10px;
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: space-between;
}

.text-home div h1 {
    font-size: larger;
}

.text-period {
    padding: 0rem 11rem;
    display: grid;
    gap: 10px;
    grid-template-columns: 100%;
    justify-content: space-between;
}

.text-period div h1 {
    font-size: larger;
}

.text-period div p {
    font-size: var(--font-size-p-small);
}

.more_trip_header {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    position: relative;
}

.more_trip_header .more_trip_image {
    width: 100%;
    height: 30rem;
    border-radius: 20px;
    overflow: hidden;
}

.more_trip_header .more_trip_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.more_trip_header h1 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: auto;
    padding: 2px 10px;
    border-radius: 10px;
    color: white;
    background-color: rgba(white, white, white, 0.1);
    backdrop-filter: blur(1.5px);
    font-size: 60px;
}

.more_trip_h1 {
    position: absolute;
    bottom: 100px;
    left: 80px;
    width: auto;
    padding: 2px 10px;
    border-radius: 10px;
    color: white;
    background-color: rgba(white, white, white, 0.1);
    /* backdrop-filter: blur(1.5px); */
    font-size: 30px;
}


.departures_table {
    font-family: note_sans;
    border-collapse: collapse;
    width: 100%;
    margin: 2rem 0;
}

.departures_table a {
    color: black;
}

.departures_table td,
.departures_table th {
    border: 1px solid #ddd;
    padding: 8px;
}

.departures_table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.departures_table tr:hover {
    background-color: #ddd;
}

.departures_table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: gray;
    color: white;
}

.btn-booking {
    background-color: #1B4752;
    padding: 4px 10px;
    color: white !important;
    border-radius: 10px;
    box-shadow: 2px 3px 10px 1px gray;
    transition: all 250ms;
}

.btn-booking:hover {
    transform: rotate(10deg);
    box-shadow: 5px 5px 10px 1px gray;

}

.faq-container {
    max-width: 600px;
    margin: auto;
}

.faq-item {
    background: white;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease;
}

.faq-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.faq-question {
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    background-color: #f1f1f1;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: #e0e0e0;
}

.faq-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    transition: transform 0.4s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    background: #fff;
    transition: max-height 0.6s ease, padding 0.4s ease, opacity 0.6s ease;
    opacity: 0;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 15px;
    opacity: 1;
}

/* ------------------------------ faq contant ----------------------------- */
.cart_faq-content {
    max-height: 6em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    transition: all 300ms ease;
    cursor: pointer;
    position: relative;
}

.cart_faq-content.expanded {
    -webkit-line-clamp: unset;
    max-height: 1000px;
}

/* ------------------------------ End faq contant ----------------------------- */
/* ------------------------------- comment cart ------------------------------- */
.multi-slider-container {
    position: relative;
    max-width: 980px;
    /* عرض مناسب برای نمایش 3 کارت */
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 40px;
    /* فضای برای دکمه‌های ناوبری */
    /* border: 1px solid red; */
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    gap: 30px;
    width: auto;
    /* overflow: hidden; */
    justify-content: start;
}

.slider-card {
    flex: 0 0 calc(33.333% - 14px);
    /* عرض هر کارت برای نمایش 3 کارت در ردیف */
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    box-sizing: border-box;
    height: 270px;
    overflow: auto;
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 15px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
    font-size: 18px;

    height: 2.6rem;
    width: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prev {
    left: 0;

}

.next {
    right: 0;
}

/* استایل‌های موجود برای محتویات کارت */
.see-more-btn {
    color: #1B4752;
    font-size: 13px;
    cursor: pointer;
}

/* طراحی واکنش‌گرا */
@media (max-width: 992px) {
    .multi-slider-container {
        max-width: 100%;
        padding: 1px 4px;
    }

    .slider-card {
        flex: 0 0 calc(50% - 10px);
        /* در تبلت‌ها 2 کارت نمایش داده شود */
    }
}

@media (max-width: 576px) {
    .slider-card {
        flex: 0 0 100%;
        /* در موبایل 1 کارت نمایش داده شود */
    }
}

/* ------------------------------- end comment cart ------------------------------- */
/* ----------------------------- End home carts acordiain ------------------- */
@media screen and (max-width:1200px) {
    :root {
        --font-size-p: 18px;
        --font-size-p-small: 18px;
        --font-size-p-bag: 20px;
        --font-size-p-footer: 16px;
        --font-size-p-header: 10px;
        --margin-left-cart: 1rem;
        --text-size-footer: 10px;
        --margin-left-info_cart_footer: 0rem;
        --margin-top-info_cart_footer: 8rem;
        --margin-bottom-info_cart_footer: 1rem;

    }

    /* ------------------------- home --------------------------- */
    header .nav .logo img,
    header .header_color_bg_white .logo img {
        width: 14rem;
    }

    main .left .cover_img_home {
        height: 22rem;
    }

    main .left .cover_img_home span,
    main .left .cover_img_home:nth-child(1n+4) span {
        font-size: 2rem;
    }

    main .main .card {
        margin-top: 10rem;
        margin-left: 4rem;
        margin-bottom: -1rem;
        width: 50%;
        z-index: 100;
        font-size: var(--font-size-p);
    }

    .card_home {
        margin-top: 6rem;
        margin-left: var(--margin-left-cart);
        margin-bottom: 1rem;
        padding: 1rem;
    }

    .card_home p {
        line-height: 1;
    }

    .card_home a {
        font-size: 14px;
    }

    .main_header p {
        font-size: 1rem;
    }

    footer .footer .col1 img,
    footer .col1 p {
        width: 20rem;
    }

    footer .footer .col1 .logo_footer img {
        width: 45%;
    }

    footer .footer .col3 div {
        column-gap: 6rem;
    }
}

@media screen and (max-width: 900px) {
    .h_phone {
        height: 3.6rem;
    }

    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 9px);
    }


    .carts {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }

    .carts .cart {
        text-align: center;
        align-content: center;
        width: 100% !important;
        margin: 0 auto;
    }

    .carts .cart .icone {
        width: 100%;
    }

    .swiper {
        width: 100%;
    }

    .swiper-slide {
        width: 80% !important;
    }

    .link_li {
        line-height: 2;
        display: grid;
        grid-template-columns: 100%;
    }

    .right-cart {
        display: flex;
        column-gap: 1rem;
        justify-content: center;
    }

    .home_trip_cart {
        padding: 0rem 0rem;
        margin-bottom: 2rem;
    }

    .review-cart {
        display: flex;
        flex-direction: column;
    }

    .form-contact {
        margin-top: 10rem;
    }

    /* ---------------------------- cart ------------------------------ */
    .container {
        flex-direction: column;
        align-items: center;
        padding: 0 0;
        margin: 20px 0px;

    }

    .content {
        width: 90%;
        padding-right: 5;
        padding-left: 5;
        margin: 0;
    }

    .text-home {
        grid-template-columns: 100%;
        justify-content: start;
        padding: 0rem 10px;
    }

    .text-period {
        padding: 0 14px;
    }

    .cover_btn_social {
        display: flex;
        justify-content: space-evenly;
        gap: 5px;
    }

    .info_header_cover_img {
        top: 2.7rem;
    }

    .form {
        grid-template-columns: 100%;
    }

    .form-contact {
        margin-top: -20rem;
        margin: auto;
        width: auto;
        z-index: 200000;
        backdrop-filter: blur(1px);
    }

    .form-contact {
        position: static;
    }

    .faq_main {
        padding: 8px;
        position: static;
        margin-top: -10rem;
        width: auto;
        grid-template-columns: 98%;
        justify-content: center;
        align-items: center;
        /* border: 1px solid red; */
    }

    /* -------------------- end cart ------------------------------ */
}

@media screen and (max-width:768px) {

    /* ------------------------- home --------------------------- */
    body {
        font-size: 16px;
    }

    header {
        position: relative;
        width: 100%;
    }

    header .nav {
        display: none;
    }

    .btn_nav {
        position: fixed;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.6rem 2rem;
        right: 0;
        left: 0;
        font-size: 24px;
        font-weight: bolder;
        z-index: 500;
        cursor: pointer;
        background-color: #1B4752;
        color: white;
    }

    .recently {
        margin-bottom: 20rem;
    }

    header .nav .logo img,
    header .header_color_bg_white .logo img {
        display: none;
    }

    .info_header_about {
        height: 40rem;
    }

    .info_header_cover_img {
        position: relative;
        z-index: -1;
        height: 100%;
        top: 0;
    }

    .info_header_cover_img img {
        height: 100%;
    }

    .info_header_cover_img .cart_about {
        top: 0;
        left: 0;
        width: auto;
        text-align: justify;
        z-index: 900;
    }

    .info_header_cover_img .card_about {
        top: 5%;
        line-height: 1.5;
        width: 60%;
        padding-left: 2rem;
        font-size: 20px;
    }

    .info_header {
        height: 20rem;
    }

    .ma-top {
        margin-bottom: -9rem;
    }

    .card_home p:nth-child(1),
    .card_home p:nth-child(1) b {
        font-size: 1.5rem;
        margin-top: 1rem;
    }

    main {
        display: block;
    }

    main .left_size40 {
        width: 80%;
    }

    main .left .card {
        margin-left: 1.6rem;
        width: 82%;
        z-index: 100;
    }

    main .main .card {
        margin-top: 0rem;
        margin-left: 4rem;
        margin-bottom: -1rem;
        width: 60%;
        z-index: 100;
    }

    main .left_size60 {
        width: 90%;
        padding-top: 0rem;
        padding-left: 0rem;
        align-self: center;
    }

    main .left .cover_img_home {
        height: 20rem;
    }

    main .left .cover_img_home:nth-child(1n+4) span {
        font-size: 1.3rem;
    }

    .flex_main {
        display: flex;
        flex-direction: column;
    }

    main .right_size35 {
        padding: 0.8rem;
        padding-top: 0.5rem;
        width: 92%;
        order: 2;
    }

    main .left_size60 {
        order: 1;
    }

    /* main .left{
        padding: 0rem;
    } */
    .search_bar input {
        width: 98%;
        height: 3rem;
        font-size: var(--font-size-p-footer);
        margin-top: 1rem;
    }

    main .right_size55 {
        width: 80%;
    }

    main .gallery .cover {
        width: 100%;
    }

    main .gallery .cover .cover_img {
        height: 13rem;
        width: 100%;
    }

    main .gallery .cover .cover_img img {
        height: 100%;
    }

    .main_trip {
        display: block;
        padding: 1rem 0rem;
    }

    .m-b {
        margin-bottom: -1rem;
    }

    .main_trip .main_trip_left {
        width: 99%;
        padding-right: 0rem;
        display: flex;
        justify-content: center;
    }

    .more_trip_main {
        width: 92%;
        margin-bottom: 2rem;
        overflow: hidden;
        padding: 1rem;
    }

    .more_trip_main .texts .cover_more_trip_img {
        height: 10rem;
        margin: 1rem 0;
        overflow: hidden;
    }

    .more_trip_main .texts .cover_more_trip_img img {
        width: 100%;
    }

    .more_trip_main h1 {
        font-size: 1rem;
        left: 1;
        width: 80%;
    }

    .m-t {
        margin-top: 0rem;
    }


    .more_trip_main .texts h2 {
        font-size: 0.9rem;
    }

    .more_trip_main .texts p {
        font-size: 12px;
        width: 99%;
    }

    .sup_cover_main {
        height: 12rem;
        width: 100%;
        margin: 1rem 0;
    }

    .sup_cover_main img {
        width: 88%;
    }

    .row_home {
        display: flex;
        flex-direction: column;
    }

    .row_home div:first-child {
        order: 2;
    }

    .row_home div:last-child {
        margin-top: -2rem;
        order: 1;
        background-color: rgb(31, 46, 128);
        padding-top: 2rem;
    }

    .row_home div:last-child h1,
    .row_home div:last-child p {
        color: white;
        width: 100%;
    }

    .main_trip .main_home_text {
        width: 100%;
        padding: 0;
        margin-top: 1rem;
    }

    .show_main {
        display: none;
    }

    .search_bar_hidden {
        display: block;
        width: 100%;
    }

    .main_trip .main_trip_right {
        width: 98%;
        display: flex;
        justify-content: center;
    }

    .main_trip_right .small_img {
        width: 90%;
    }

    .main_trip .main_home_image {
        width: 100%;
        height: auto;
        border-radius: 0;
    }

    .main_trip .main_home_image img {
        border-radius: 0;
    }

    .month_list {
        width: 85%;
    }

    .m-t {
        margin-top: 0rem;
        font-weight: bolder;
    }

    div.text_phone_main {
        padding: 0 1rem;
        text-align: justify;
    }

    div.text_phone_main h1 {
        font-size: 1rem;
    }

    .form {
        gap: 10px;
    }

    .form .input.inp1,
    .input.inp2 {
        width: 100%;
    }

    .form .input.inp3,
    .input.inp4,
    .input.inp5 {
        grid-column: 1 / span 1;
    }

    .form .input.inp7 {
        grid-column: 1;
        text-align: center;
        width: 100%;
        grid-row: 2;
    }

    main .gallery {
        margin-top: 0rem;
        padding: 0;
    }

    .card_home {
        margin-top: -3rem;
        margin-left: 1rem;
        padding: 1rem;
    }

    .card_home p {
        line-height: 1.5;
    }

    .pa1 {
        padding: 0 1.4rem;
    }

    .pa1 h1 {
        text-align: left;
        font-size: smaller;
    }

    footer {
        padding: 1.8rem;
    }

    footer .info {
        margin-top: 0rem;
        padding-bottom: 0rem;
        display: block;
    }

    footer .info .info_img {
        width: 98%;
    }

    footer .info .info_text {
        width: 96%;
    }

    footer .footer {
        display: block;
        background-size: 90%;
        background-position: top;
    }

    footer .footer div:first-child {
        width: 100%;
    }

    footer .footer .col1 img,
    footer .col1 p {
        width: 100%;
        font-size: var(--font-size-p-small);
    }

    footer .footer .col2 {
        width: 100%;
    }

    footer .footer .col3 {
        line-height: 0.6;
    }

    footer .footer .col4 div {
        text-align: center;
    }

    footer .footer .col4 h3 {
        display: none;
    }

    .modal {
        max-width: 98%;
        padding: 1rem 1rem;
    }

    .modal__header {
        font-size: 16px;
        margin-bottom: 1.5rem;
    }

    .modal__form {
        grid-template-columns: 1fr 0fr;
        column-gap: 0rem;
        gap: 1rem;
    }

    .modal__form label {
        font-size: 12px;
        font-weight: 300;
    }

    .modal__form input {
        font-size: 12px;
    }

    .btn--close-modal {
        font-size: 1.5rem;
    }

    .btn {
        font-size: 16px;
        padding: 0.5rem 3rem;
    }

    .more_trip_h1 {

        bottom: 10px;
        left: 10px;
        padding: 2px 6px;

        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    .wrapper .carousel {
        grid-auto-columns: 100%;
        gap: 28px;
    }

    .wrapper i {
        font-size: medium;
        background-color: transparent;
        box-shadow: none;
        color: #717171;
    }

}

@media screen and (max-width:550px) {

    /* ------------------------- home --------------------------- */
    .header_color_bg_white {
        display: flex;
        justify-content: space-between;
        padding: 2rem;
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .recently {
        margin-bottom: 10rem;
    }

    main .left .cover_img_home {
        height: 14rem;
        width: 98%;
        margin-top: 1rem;
    }

    main .main .card {
        margin-left: 0.5rem;
        width: 80%;
    }

    main .left .cover_img_home span,
    main .left .cover_img_home:nth-child(1n+4) span {
        font-size: 1.5rem;
    }

    main .left .cover_img_home:nth-child(1n+4) {
        width: 98%;
        margin-top: 2rem;
    }
}

@media screen and (max-width:400px) {

    /* ------------------------- home --------------------------- */
    main .left .cover_img_home {
        height: 10rem;
        width: 98%;
        margin-top: 1rem;
    }

    main .left .cover_img_home span,
    main .left .cover_img_home:nth-child(1n+4) span {
        font-size: 1.5rem;
    }
}