* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 25px;
}

a {
    text-decoration: none;
}

ul li {
    list-style: none;
}

p {
    line-height: 28px;
}

/*menu mobile*/
.menu__bar {
    display: none;
}

    .menu__bar i {
        font-size: 23px;
        color: #fff;
    }

.menu__mobile {
    position: fixed;
    top: 99px;
    left: 0;
    width: 100%;
    background-color: #fff;
    display: none;
    z-index: 20;
}

.main__menu__mobile {
    margin: auto;
    padding: 0 20px;
}

.dropdown__menu__mobile li a {
    font-size: 15px;
    color: #595959;
}

.dropdown__menu__mobile li {
    padding: 7px 30px;
    border-top: 1px solid #eee;
}

    .dropdown__menu__mobile li:last-child {
        padding-bottom: 0;
    }

    .dropdown__menu__mobile li:first-child {
        margin-top: 10px;
    }

.sub__menu__mobile {
    padding: 15px 0;
}

    .sub__menu__mobile:not(:last-child) {
        border-bottom: 1px solid #eee;
    }

.menu__title__mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #595959 !important;
    text-transform: uppercase;
}

    .menu__title__mobile i {
        margin-left: 5px;
        color: #DC8051;
    }

.sub__menu__mobile.show__dropdown .dropdown__menu__mobile {
    display: block;
}

.sub__menu__mobile.rotate__icons i::before {
    content: "\f068";
}
/*end menu mobile*/

/*header*/
header {
    position: fixed;
    width: 100%;
    height: 100px;
    left: 0;
    top: 36px;
    background-color: transparent;
    border-bottom: 1px solid #ccccc86b;
    z-index: 10;
    transition: all .2s;
}

    header.active {
        top: 0;
        border-bottom: none;
        background-color: rgba(0, 0, 0, .7);
        transition: all .2s;
    }

.header {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    margin: 0 auto;
}

.logo {
    display: flex;
    align-items: center;
}

    .logo img {
        width: auto;
        height: auto;
        object-fit: cover;
        display: block;
    }

.menu {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 50px;
}

.icon-search i {
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.nav__bar {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 0;
}

.sub__menu {
    height: 100%;
    padding: 0 10px;
    position: relative;
}

.sub__menu__title {
    height: 100%;
    line-height: 100px;
    font-size: 14px;
    color: #fff !important;
    font-weight: 500;
    display: block;
    text-decoration: none !important;
}

    .sub__menu__title:hover {
        color: #b39269 !important;
    }

header.other .sub__menu__title {
    color: #595959 !important;
    text-transform: uppercase;
}

header.other .icon-search i {
    color: #595959;
}

.dropdown__menu {
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 150px;
    transform: scaleY(0);
    opacity: 0;
    transform-origin: top center;
    z-index: 3;
    transition: all linear 0.2s;
}

.sub__menu:hover .dropdown__menu {
    opacity: 1;
    transform: scaleY(1);
    transition: all linear 0.2s;
}

.dropdown__menu li {
    padding: 10px;
}

    .dropdown__menu li a {
        font-size: 13px;
        color: #27314a;
        font-weight: 500;
        text-transform: uppercase;
        padding-left: 10px;
        display: block;
        transition: all .3s;
    }

    .dropdown__menu li:hover {
        background-color: #27314a;
        transition: all .3s;
    }

        .dropdown__menu li:hover a {
            color: #b39269;
            text-decoration: none;
        }

.btn__header a {
    display: inline-block;
    padding: 18px 50px;
    background-color: #b39269;
    font-size: 13px;
    font-weight: 500;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 100px;
}

.banner {
    position: relative;
}

.banner__home__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 625px;
    display: block;
}

.text__banner__home {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
}

    .text__banner__home h1 {
        font-family: 'Marcellus';
        font-size: 58px;
        color: #fff;
        font-weight: 500;
    }

.icon-search {
    height: 100%;
    position: relative;
}

    .icon-search > i {
        line-height: 100px;
        width: 16px;
    }

    .icon-search.show > i::before {
        content: '\e59b';
    }

.form-search {
    position: absolute;
    top: 110%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 6px -1px rgba(0, 0, 0, .3);
    transition: all .3s;
}

.icon-search.show .form-search {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all .3s;
}

.form-search input {
    padding: 15px 21px;
    font-size: 14px;
    color: #595959;
    border: none;
    outline: none;
    min-width: 200px;
}

.form-search button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 14px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

    .form-search button i {
        color: #000;
    }
/*end header*/

/*banner*/
.banner__img,
.list__image__banner {
    position: relative;
}

    .list__image__banner::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #00000080;
        z-index: 1;
    }

    .banner__img img {
        width: 100%;
        height: auto;
        max-height: 700px;
        object-fit: cover;
        display: block;
    }

.banner__txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    text-align: center;
    z-index: 3;
}

    .banner__txt h1 {
        font-size: 66px;
        color: #fff;
        font-weight: 600;
    }

    .banner__txt a {
        display: inline-block;
        font-size: 14px;
        color: #fff;
        font-weight: 600;
        line-height: 25px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

        .banner__txt a:hover {
            color: #DC8051;
            text-decoration: none;
            transition: all .2s;
        }
/*end banner*/


/*home*/
.search__destinations {
    padding: 0 30px;
}

.main__search {
    position: relative;
    background-color: #fff;
    transform: translateY(-50%);
    z-index: 3;
}

    .main__search::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        box-shadow: 0 20px 30px 10px gray;
        opacity: 0.15;
        z-index: -1;
    }

.form-search-destination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding: 50px;
}

.filter__destinations {
    width: 25%;
}

    .filter__destinations.btn-search {
        width: 15%;
    }

    .filter__destinations label {
        display: block;
        font-size: 18px;
        color: #2a2a2a;
        font-weight: 700;
        line-height: 24px;
        text-transform: uppercase;
    }

    .filter__destinations select {
        width: 100%;
        font-size: 18px;
        color: #aaaaaa;
        font-weight: 300;
        padding: 6px 15px;
        border: none;
        border-bottom: 1px solid #aaaaaa40;
    }

    .filter__destinations button {
        position: relative;
        width: 100%;
        padding: 16px 20px;
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        background-color: #DC8051;
        border: none;
        outline: none;
        cursor: pointer;
    }

        .filter__destinations button::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            border: 5px solid #DC8051;
        }

        .filter__destinations button:hover::before {
            animation: animateButton forwards 1s;
        }

@keyframes animateButton {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

.st__about__img {
    position: relative;
}

    .st__about__img img {
        width: 100%;
        height: auto;
        max-height: 500px;
        object-fit: cover;
        display: block;
    }

.video__intro {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 4px 15px 10px #8080801a;
    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none !important;
    padding: 25px;
}

.play i {
    font-size: 24px;
    width: 70px;
    height: 70px;
    color: #fff;
    background-color: #DC8051;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
}

.txt__play span {
    font-size: 14px;
    color: #2a2a2a;
    font-weight: 300;
    text-transform: uppercase;
}

.txt__play h4 {
    font-size: 24px;
    color: #2b2b2b;
    font-weight: 700;
}

.st__about__content h2 {
    position: relative;
    font-size: 48px;
    color: #2b2b2b;
    font-weight: 800;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

    .st__about__content h2::before {
        content: "";
        position: absolute;
        width: 100px;
        height: 2px;
        left: 0;
        bottom: 0;
        background-color: #DC8051;
    }

.st__about__content p {
    font-size: 16px;
    color: #595959;
    margin-bottom: 30px;
}

.st__about__content a {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #595959;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all .2s;
}

    .st__about__content a::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -4px;
        width: 0;
        height: 1px;
        background-color: #DC8051;
        transition: all .4s;
    }

    .st__about__content a:hover {
        color: #DC8051;
        transition: all .2s;
    }

        .st__about__content a:hover::before {
            width: 100%;
            transition: all .4s;
        }

.list__report h5 {
    font-size: 14px;
    color: #595959;
    font-weight: 800;
    line-height: 20px;
}

.list__report h1,
.list__report h1 strong,
.list__report h1 span {
    font-size: 72px;
    color: #DC8051;
    font-weight: 700;
}

.best__package {
    background-image: url('../images/bg-package.jpg');
    background-repeat: no-repeat;
    padding: 50px 0;
}

.package__title h2 {
    position: relative;
    font-size: 48px;
    color: #2b2b2b;
    font-weight: 800;
    line-height: 58px;
    padding-bottom: 30px;
}

    .package__title h2::before {
        content: "";
        position: absolute;
        width: 100px;
        height: 2px;
        background-color: #DC8051;
        left: 0;
        bottom: 0;
    }

.package__content p {
    font-size: 16px;
    color: #666666;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 0;
}

.package__img {
    position: relative;
}

    .package__img img {
        width: 100%;
        height: auto;
        min-height: 350px;
        object-fit: cover;
        display: block;
    }

.package__price {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #DC8051;
    padding: 6px 10px;
}

    .package__price p {
        color: #fff;
        font-weight: 600;
        margin-bottom: 0;
    }

.package__des {
    margin-top: 25px;
}

    .package__des h4 {
        font-size: 14px;
        color: #aaaaaa;
        font-size: 600;
        text-transform: uppercase;
    }

    .package__des a {
        display: inline-block;
        font-size: 24px;
        color: #2a2a2a;
        font-weight: 800;
        text-decoration: none !important;
        margin: 15px 0;
    }

        .package__des a:hover {
            color: #DC8051;
            transition: all .2s;
        }

    .package__des ul {
        display: flex;
        gap: 30px;
        margin-bottom: 0;
    }

        .package__des ul li {
            color: #333333;
        }

            .package__des ul li i {
                color: #DC8051;
            }

.title__top__destinations {
    margin-bottom: 40px;
}

    .title__top__destinations h2 {
        position: relative;
        font-size: 48px;
        color: #2a2a2a;
        font-weight: 800;
        padding-bottom: 30px;
    }

        .title__top__destinations h2::before {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            width: 100px;
            height: 2px;
            background-color: #DC8051;
        }

.pd-5 {
    padding: 0 5px !important;
}

.list__top__destinations {
    margin-bottom: 10px;
}

.top__destinations__img {
    position: relative;
}

    .top__destinations__img::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #00000070;
        transition: all .3s;
    }

    .top__destinations__img:hover::before {
        background-color: #00000096;
        transition: all .3s;
    }

    .top__destinations__img img {
        width: 100%;
        height: auto;
        object-fit: cover;
        max-height: 330px;
        display: block;
    }

.top__destinations__info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-bottom: 40px;
    text-align: center;
}

    .top__destinations__info span {
        display: block;
        font-size: 12px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
    }

    .top__destinations__info a {
        font-size: 18px;
        color: #fff;
        font-weight: 700;
    }

        .top__destinations__info a:hover {
            color: #DC8051;
            text-decoration: none;
            transition: all .2s;
        }

.more__destinations i {
    font-size: 18px;
    color: #DC8051;
    display: block;
}

.more__destinations a {
    font-size: 18px;
    color: #595959;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-block;
    margin-top: 20px;
}

    .more__destinations a:hover {
        color: #DC8051;
        transition: all .2s;
    }

.review__img {
    position: relative;
}

    .review__img img {
        width: 100%;
        height: auto;
        max-height: 600px;
        object-fit: cover;
        display: block;
    }

.review__content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    padding: 50px;
}

    .review__content p {
        font-size: 24px;
        color: #595959;
        line-height: 38px;
        font-style: italic;
        margin-bottom: 30px;
    }

    .review__content h4 {
        font-size: 18px;
        color: #222222;
        font-weight: 800;
    }

.list__news {
    margin-bottom: 30px;
}

.news__img {
    position: relative;
    display: block;
}

    .news__img > a::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #00000060;
        transition: all .3s;
    }

    .news__img > a:hover::before {
        background-color: #00000080;
        transition: all .3s;
    }

    .news__img img {
        width: 100%;
        height: auto;
        min-height: 450px;
        object-fit: cover;
        display: block;
    }

.news__title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 30px;
    z-index: 2;
}

    .news__title span {
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        display: inline-block
    }

.view-news {
    display: inline-block;
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    margin-top: 10px;
    padding-bottom: 10px;
}

.list__news:hover .view-news {
    color: #DC8051;
    text-decoration: none;
    transition: all .3s;
}

.view-news::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #DC8051;
    transition: all .3s;
}

.view-news::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    transition: all .3s;
}

.list__news:hover .view-news::after {
    width: 50px;
    transition: all .3s;
}

.img__partner img {
    width: auto;
    height: 37px;
    object-fit: contain;
    opacity: .3;
    display: block;
    transition: all .2s;
}

    .img__partner img:hover {
        opacity: 1;
        transition: all .2s;
    }
/*end home*/

/*tours*/
header.other {
    position: sticky;
    background-color: #fff;
    box-shadow: 0 5px 7px rgba(0, 0, 0, .03);
    transition: all .4s;
}

    header.other .menu__bar i {
        color: #595959;
    }

    header.other .header {
        padding: 0;
    }

header.active {
    /* position: sticky;
    animation: slideDown forwards .8s; */
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
        transition: all .4s;
    }

    100% {
        transform: translateY(0);
        transition: all .4s;
    }
}

.main__banner {
    position: relative;
}

    .main__banner::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #00000060;
    }

    .main__banner img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
    }

.path {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}

    .path h1 {
        font-size: 72px;
        color: #fff;
        font-weight: 800;
        text-transform: uppercase;
    }

    .path ul {
        display: flex;
        gap: 30px;
        margin-bottom: 0;
    }

        .path ul li {
            position: relative;
        }

            .path ul li:not(:first-child)::before {
                content: "//";
                position: absolute;
                bottom: 0;
                left: -18px;
                color: #fff;
            }

            .path ul li a {
                color: #fff;
                font-style: italic;
            }

.tours {
    background-color: #f5f5f5;
}

.sort {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .sort h4 {
        font-size: 14px;
        font-weight: 700;
        color: #595959;
        margin-bottom: 0;
    }

.choose__sort {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.list__sort select {
    padding: 6px 20px;
    color: #595959;
    border-color: #e3e3e3;
}

.list__tour {
    position: relative;
    margin-bottom: 30px;
}

.tour__image {
    position: relative;
    overflow: hidden;
}

    .tour__image a {
        position: relative;
    }

        .tour__image a::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0, #000 100%);
            opacity: 0;
            z-index: 1;
            transition: all .4s;
        }

    .tour__image:hover a::before {
        opacity: 1;
        transition: all .4s;
    }

    .tour__image:hover img {
        transform: scale(1.1);
        transition: all .4s;
    }

.sale {
    position: absolute;
    top: 30px;
    left: -13px;
    background-color: #f7941d;
    padding: 0px 15px;
    z-index: 3;
}

    .sale::before {
        content: "";
        position: absolute;
        left: 100%;
        top: 0;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #f7941d;
    }

    .sale::after {
        content: "";
        position: absolute;
        left: 100%;
        bottom: 0;
        border-top: 15px solid transparent;
        border-left: 15px solid #f7941d;
    }

    .sale span {
        position: relative;
        font-size: 13px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        display: inline-block;
    }

        .sale span::before {
            content: "";
            position: absolute;
            left: -15px;
            top: 100%;
            border-top: 13px solid #00000099;
            border-left: 13px solid transparent;
        }

.tour__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: all .4s;
}

.tour__des {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-top: none;
}

.tour__name a {
    font-size: 18px;
    color: #2a2a2a;
    font-weight: 700;
    text-transform: uppercase;
}

    .tour__name a:hover {
        color: #DC8051;
        text-decoration: none;
        transition: all .3s;
    }

.tour__name p {
    font-size: 10px;
    color: #595959;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

    .tour__name p i {
        font-size: 9px;
        color: #fdb714;
    }

.tour__rating {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}

.main__tour__rating ul {
    display: flex;
    margin-bottom: 0;
}

    .main__tour__rating ul li i {
        color: #fdb714;
    }

.main__tour__rating span {
    font-size: 10px;
    color: #9e9e9e;
    text-transform: uppercase;
}

.tour__price p {
    font-size: 10px;
    font-weight: 700;
    color: #595959;
    text-transform: uppercase;
    text-align: right;
    line-height: unset;
    margin-bottom: 0;
}

.tour__price h4 {
    font-size: 20px;
    color: #DC8051;
    font-weight: 700;
    margin-bottom: 0;
}

.tour__info li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #498ae71a;
    padding: 7px 0;
}

    .tour__info li p {
        font-size: 12px;
        color: #595959;
        line-height: 15px;
        margin-bottom: 0;
    }

    .tour__info li strong {
        font-size: 12px;
        color: #595959;
        font-weight: 700;
        line-height: 15px;
    }

.tour__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .tour__btn p {
        padding: 3px 10px;
        background-color: #bbcd77;
        font-size: 13px;
        color: #fff;
        margin-bottom: 0;
    }

        .tour__btn p i {
            font-size: 13px;
        }

    .tour__btn a {
        font-size: 12px;
        color: #fff;
        font-weight: 700;
        background-color: #e36252;
        text-decoration: none !important;
        display: inline-block;
        padding: 3px 15px;
        text-transform: uppercase;
    }

        .tour__btn a:hover {
            color: #fff;
        }

        .tour__btn a i {
            font-size: 12px;
        }

.sidebar__tour h5 {
    position: relative;
    font-size: 18px;
    color: #2a2a2a;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

    .sidebar__tour h5::before {
        content: "";
        position: absolute;
        width: 40px;
        height: 1px;
        left: 0;
        bottom: 0;
        background-color: #DC8051;
    }

#slider-range {
    border: none;
}

    #slider-range .ui-widget-header {
        background-color: #c2d284;
    }

    #slider-range .ui-slider-handle {
        border-radius: 50% !important;
        border-color: #fff;
        background-color: #fdb714;
    }

.filter__price {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

    .filter__price input {
        border: none;
        outline: none;
        width: 100px;
        background-color: transparent;
        font-size: 11px;
        color: #595959;
    }

#max {
    text-align: right;
}

.form-price button {
    padding: 3px 10px;
    background-color: #DC8051;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border: none;
    outline: none !important;
    cursor: pointer;
    margin-top: 30px;
}

.user__rating ul {
    display: flex;
    gap: 5px;
    margin-bottom: 0;
}

    .user__rating ul li i {
        color: #fdb714;
        font-size: 15px;
    }

.user__rating span {
    font-size: 11px;
    color: #595959;
}

.tour__category ul li {
    margin-bottom: 5px;
}

    .tour__category ul li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        color: #595959;
        border: 1px solid #003a0f1a;
        padding: 6px 15px;
        text-transform: uppercase;
    }

        .tour__category ul li a p {
            font-size: 11px;
            margin-bottom: 0;
        }

        .tour__category ul li a:hover {
            background-color: #DC8051;
            border-color: #DC8051;
            color: #fff;
            text-decoration: none;
            transition: all .3s;
        }

.sidebar-form-search label {
    color: #595959;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.sidebar-form-search input,
.sidebar-form-search select {
    width: 100%;
    padding: 3px 15px;
    border: 1px solid #003a0f1a;
    background-color: #fff;
    outline: none;
    font-size: 12px;
    color: #595959;
}

.sidebar-form-search select {
    padding: 6px 15px;
}

.sidebar-form-search button {
    color: #fff;
    font-weight: 700;
    background-color: #DC8051;
    padding: 5px 10px;
    text-transform: uppercase;
    border: none;
    outline: none !important;
    cursor: pointer;
}

.title__tour {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
}

    .title__tour h1 {
        font-size: 36px;
        color: #fff;
        font-weight: 800;
        text-transform: uppercase;
    }

    .title__tour ul {
        display: flex;
        margin-bottom: 0;
        padding-bottom: 44px;
    }

        .title__tour ul li i {
            color: #fdb714;
        }

.tab-content {
    display: none;
}

ul.tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    background-color: #f4f4f4;
    margin-bottom: 40px;
}

.list__tabs {
    position: relative;
    color: #595959;
    font-weight: 700;
    padding: 14px 25px;
    border-left: 1px solid #ddd;
    cursor: pointer;
}

    .list__tabs::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        bottom: -1px;
        background-color: #fff;
        opacity: 0;
    }

    .list__tabs:last-child {
        border-right: 1px solid #ddd;
    }

    .list__tabs.current {
        background-color: #fff;
    }

        .list__tabs.current::before {
            opacity: 1;
        }

.tab-content.current {
    display: block;
}

.tour-image-itinerary {
    width: 270px;
    float: right;
    border: 1px solid #ebebeb;
    padding: 5px;
}

    .tour-image-itinerary img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
    }

.tour__info__box {
    padding-right: 300px;
}

    .tour__info__box ul {
        display: flex;
        flex-wrap: wrap;
        padding: 17px 25px;
        background-color: #fafafa;
        border: 1px solid #eaeaea;
    }

        .tour__info__box ul li {
            width: 50%;
            margin-bottom: 8px;
            font-style: italic;
            color: #595959;
        }

            .tour__info__box ul li i {
                color: #DC8051;
                font-size: 18px;
                width: 20px;
                margin-right: 5px;
            }

.tour__des__content p {
    color: #595959;
}

.tour__des__content ul li {
    display: flex;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}

    .tour__des__content ul li strong {
        width: 40%;
        color: #333333;
        font-weight: 700;
    }

    .tour__des__content ul li p {
        margin-bottom: 0;
    }

.detail__info__tour {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
}

.list {
    width: 50%;
    color: #595959;
}

    .list i {
        color: #407ed3;
    }

    .list.not {
        width: 100%;
    }

        .list.not i {
            color: #fd1414;
        }

.title__itinerary {
    padding: 15px 20px;
    background-color: #f4f4f4;
    margin-bottom: 30px;
}

    .title__itinerary h5 {
        font-size: 14px;
        columns: #595959;
        font-weight: 700;
        margin-bottom: 0;
    }

.itinerary__content p,
.location p {
    color: #595959;
}

.itinerary__info {
    margin-bottom: 20px;
}

.location iframe {
    width: 100%;
    display: block;
}

.sidebar__tour__price {
    margin-top: -150px;
    position: relative;
    z-index: 2;
}

.heading__tour__price {
    padding: 9px 0;
    background-color: #DC8051;
}

    .heading__tour__price p {
        font-size: 14px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 0;
        text-align: center;
    }

.total__price__tour {
    padding: 20px 0;
    background-color: #f4d279;
    text-align: center;
}

    .total__price__tour h2,
    .total__price {
        font-size: 30px;
        color: #2a2a2a;
        font-weight: 800;
        margin-bottom: 0;
    }

    .total__price__tour p {
        font-size: 12px;
        color: #2a2a2a;
        margin-bottom: 0;
    }

.main__form {
    padding: 20px 15px;
    border: 1px solid #003a0f1a;
    box-shadow: 0 0 5px rgba(0, 0, 0, .03);
}

    .main__form label {
        display: block;
        color: #595959;
        font-weight: 700;
        text-transform: uppercase;
    }

    .main__form input {
        width: 100%;
        padding: 3px 15px;
        font-size: 12px;
        color: #595959;
        border: 1px solid #003a0f1a;
        outline: none;
        transition: all .3s;
    }

    .main__form textarea {
        resize: vertical;
        width: 100%;
        padding: 3px 15px;
        font-size: 12px;
        color: #595959;
        border: 1px solid #003a0f1a;
        outline: none;
        transition: all .3s;
    }

        .main__form input:hover,
        .main__form textarea:hover {
            border-color: #DC8051;
            box-shadow: 0 2px 7px rgba(70, 138, 231, .3);
            transition: all .3s;
        }

    .main__form p {
        color: #595959;
    }

.choose__number {
    display: flex;
    justify-content: space-between;
}

    .choose__number input {
        width: 55px;
        padding: 5px;
        text-align: center;
    }

.t__price {
    width: calc(100% - 80px);
    display: flex;
    gap: 20px;
    align-items: center;
}

    .t__price p {
        color: #595959;
        font-weight: 700;
        margin-bottom: 0;
    }

.unit-price,
.price-adults {
    position: relative;
}

    .unit-price::before {
        content: "x";
        position: absolute;
        left: -20px;
    }

    .price-adults::before {
        content: "=";
        position: absolute;
        left: -20px;
    }

.btn-booking-tour {
    margin-top: 30px;
}

    .btn-booking-tour .btn-book-tour {
        width: 100%;
        display: inline-block;
        text-align: center;
        text-decoration: none !important;
        padding: 12px 0;
        background-color: #e36252;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        border: none;
        outline: none !important;
        cursor: pointer;
    }

.or {
    position: relative;
    margin: 20px 0;
}

    .or span {
        position: relative;
        color: #cccccc;
        font-weight: 800;
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        background-color: #fff;
        padding: 0 5px;
    }

    .or::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: 1px;
        background-color: #f4f4f4;
    }

.btn-enquiry button {
    width: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    padding: 12px 0;
    background-color: #e36252;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    outline: none !important;
    cursor: pointer;
}

.other__tours__img,
.list__other__tour {
    position: relative;
}

.other__tours__img {
    display: block;
    overflow: hidden;
}

    .other__tours__img:hover img {
        transform: scale(1.1);
        transition: all .4s;
    }

    .other__tours__img::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, .71) 0, rgba(0, 0, 0, 0) 100%);
        z-index: 1;
    }

    .other__tours__img img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
        transition: all .4s;
    }

.other__tours__name {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    z-index: 2;
}

    .other__tours__name a {
        display: inline-block;
        font-size: 18px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
    }

        .other__tours__name a:hover {
            color: #fdb714;
            text-decoration: none;
            transition: all .3s;
        }

    .other__tours__name span {
        display: block;
        font-size: 10px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
    }

        .other__tours__name span i {
            color: #fdb714;
            font-size: 10px;
        }
/*end tour*/

/*destinations*/
.list__destinations {
    margin-bottom: 30px;
}

.destination__image {
    position: relative;
}

    .destination__image::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #00000060;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
    }

    .destination__image:hover::before {
        opacity: 1;
        visibility: visible;
        transition: all .3s;
    }

.icon__destination {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.destination__image:hover .icon__destination i {
    transform: rotate(0);
    opacity: 1;
    transition: all .3s;
}

.icon__destination i {
    font-size: 50px;
    transform: rotate(45deg);
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.destination__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.destinations__des {
    padding: 20px 30px;
    border-width: 1px 1px;
    border-style: dashed solid;
    border-color: #e1e1e1;
}

.destination__title {
    font-size: 18px;
    color: #2a2a2a;
    font-weight: 800;
}

    .destination__title:hover {
        text-decoration: none;
        color: #2a2a2a;
    }

    .destination__title span {
        font-size: 14px;
        color: #2a2a2a;
        font-weight: 300;
    }

.destinations__des p {
    font-size: 13px;
    color: #595959;
    line-height: 20px;
}

.btn-destinations {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rating__destinations ul {
    display: flex;
    margin-bottom: 0;
}

.rating__destinations span {
    font-size: 12px;
    color: #1b4628cc;
}

.rating__destinations ul li i {
    color: #fdb714;
}

.btn-destinations a {
    display: inline-block;
    padding: 3px 15px;
    background-color: #DC8051;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

    .btn-destinations a:hover {
        opacity: .9;
        color: #fff;
        text-decoration: none;
        transition: all .2s;
    }

.other__tours h1 {
    font-size: 30px;
    color: #2a2a2a;
    font-weight: 800;
    margin-bottom: 30px;
}

.list__other__tour {
    margin-bottom: 30px;
}

.banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.banner.banner__destinations img {
    max-height: 625px;
}

.banner__destinations .title__tour {
    bottom: 30px;
}

    .banner__destinations .title__tour p {
        font-size: 24px;
        color: #fff;
    }

        .banner__destinations .title__tour p i {
            color: #DC8051;
            font-size: 24px;
        }

.detail__destination__content strong {
    color: #595959;
    display: block;
    margin-bottom: 20px;
}

.des__img {
    margin-right: 20px;
    width: 270px;
    float: left;
}

    .des__img img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
    }

.detail__destination__content p {
    color: #595959;
    line-height: 24px;
}

.heading__other__destinations {
    position: relative;
    padding-top: 30px;
    margin-bottom: 30px;
}

    .heading__other__destinations::before {
        content: "";
        position: absolute;
        width: 90px;
        height: 1px;
        top: 0;
        left: 0;
        background-color: #DC8051;
        opacity: .3;
    }

    .heading__other__destinations h3 {
        font-size: 18px;
        color: #595959;
        font-weight: 800;
        text-transform: uppercase;
    }
/*end destinations*/

/*blog*/
.list__blog {
    margin-bottom: 30px;
}

.blog__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.blog__des {
    margin-top: 20px;
}

    .blog__des a {
        font-size: 18px;
        color: #2a2a2a;
        font-weight: 800;
        text-transform: uppercase;
    }

        .blog__des a:hover {
            color: #DC8051;
            text-decoration: none;
            transition: all .3s;
        }

    .blog__des p {
        color: #333333;
    }

    .blog__des ul {
        display: flex;
        gap: 10px;
        margin-bottom: 0;
    }

        .blog__des ul li {
            font-size: 12px;
            color: #595959;
        }

            .blog__des ul li i {
                font-size: 12px;
                color: #DC8051;
            }

.form-search-blog {
    position: relative;
}

    .form-search-blog input {
        width: 100%;
        padding: 8px 0;
        font-size: 12px;
        color: #595959;
        border: none;
        border-bottom: 1px solid #dc80514d;
        outline: none;
    }

    .form-search-blog button {
        position: absolute;
        padding: 8px;
        top: 0;
        right: 0;
        border: none;
        outline: none !important;
        background-color: #fff;
        cursor: pointer;
    }

.list__content__sidebar h3 {
    position: relative;
    font-size: 18px;
    color: #2a2a2a;
    font-weight: 800;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

    .list__content__sidebar h3::before {
        content: "";
        position: absolute;
        width: 40px;
        height: 1px;
        left: 0;
        bottom: 0;
        background-color: #dc80514d;
    }

.list__content__sidebar ul li a {
    color: #595959;
    display: inline-block;
    margin-bottom: 8px;
}

.list__popular__post {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.post__img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    display: block;
}

.post__des a {
    color: #2a2a2a;
    font-weight: 700;
}

    .post__des a:hover {
        color: #DC8051;
        text-decoration: none;
        transition: all .3s;
    }

.post__des ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

    .post__des ul li {
        font-size: 12px;
        color: #595959;
    }

        .post__des ul li i {
            font-size: 12px;
            color: #DC8051;
        }

.detail__blog__content img,
.article__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.list__article {
    margin-bottom: 30px;
}

.article__des {
    padding: 15px;
    border: 1px solid #003a0f1a;
}

    .article__des a {
        display: inline-block;
        color: #333333;
        font-weight: 800;
    }

        .article__des a:hover {
            color: #DC8051;
            text-decoration: none;
            transition: all .2s;
        }

    .article__des p {
        margin-bottom: 0;
    }
/*end blog*/

/*about*/
.heading__about h2 {
    font-size: 42px;
    color: #222222;
    font-weight: 800;
}

.heading__about p {
    columns: #595959;
}

.about__img {
    border: 1px solid #0000001a;
}

    .about__img img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border: 8px solid #fff;
        display: block;
    }

.about__des h3 {
    font-size: 21px;
    color: #595959;
    font-weight: 800;
    margin-bottom: 15px;
}

.about__des p,
.offer p,
.member__info p {
    color: #595959;
}

.skillbar {
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    background: #eee;
    height: 12px;
    transition: 0.4s linear;
}

.skillbar-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    font-weight: bold;
    font-size: 13px;
    color: #ffffff;
    background: #DC8051;
}

.skillbar-bar {
    position: relative;
    height: 12px;
    width: 0px;
    background: #DC8051;
    overflow: unset !important;
}

.skill-bar-percent {
    position: absolute;
    right: 0;
    top: -20px;
    line-height: 12px;
    color: #DC8051;
    font-weight: 700;
}

#skills p {
    color: #595959;
    font-weight: 700;
    margin-bottom: 0;
}

.bg {
    background-color: #fafafa;
    padding: 30px 0;
}

.offers__des ul li {
    color: #595959;
    margin-bottom: 10px;
}

    .offers__des ul li i {
        font-size: 12px;
        width: 22px;
        height: 22px;
        color: #fff;
        background-color: #DC8051;
        border-radius: 50%;
        text-align: center;
        line-height: 22px;
        margin-right: 5px;
    }

.member__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.member__info {
    margin-top: 15px;
}

    .member__info h3 {
        font-size: 21px;
        color: #595959;
        font-weight: 700;
    }

        .member__info h3 span {
            font-size: 12px;
            color: #929292;
            font-weight: 400;
        }

.our__partner__img {
    padding: 25px 40px;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}

    .our__partner__img img {
        max-width: 100%;
        height: 32px;
        object-fit: cover;
    }
/*end about*/

/*contact*/
.contact {
    background-color: #f5f5f5;
}

.map iframe {
    width: 100%;
    display: block;
}

.contact__location {
    padding: 25px 20px;
    background-color: #fff;
}

    .contact__location ul li {
        color: #595959;
        margin-bottom: 8px;
    }

        .contact__location ul li i {
            margin-right: 5px;
        }

.main__contact h3 {
    font-size: 30px;
    color: #222222;
    font-weight: 800;
}

.main__contact p {
    color: #595959;
}

.form-contact input {
    width: 100%;
    font-size: 12px;
    color: #b3b3b3;
    border: 1px solid #dfdfdf;
    padding: 4px 16px;
    outline: none;
}

.form-contact textarea {
    width: 100%;
    resize: vertical;
    font-size: 12px;
    color: #b3b3b3;
    border: 1px solid #dfdfdf;
    padding: 4px 16px;
    outline: none;
}

.btn-contact button {
    width: 100%;
    padding: 11px 16px;
    background-color: #DC8051;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    outline: none !important;
    cursor: pointer;
}
/*end contact*/

/*newsletter*/
.newsletter {
    background-color: #DC8051;
    padding: 35px 0;
}

.newsletter__des {
    display: flex;
    align-items: center;
    gap: 30px;
}

.news__icon i {
    font-size: 36px;
    color: #fff;
}

.newsletter__content h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
}

.newsletter__content p {
    color: #fff;
    margin-bottom: 0;
}

.form-newsletter {
    display: flex;
    gap: 10px;
}

    .form-newsletter input {
        width: 100%;
        padding: 12px 15px;
        color: #fff;
        border: none;
        outline: none;
        background-color: #0000004d;
        border-radius: 4px;
    }

        .form-newsletter input::placeholder {
            color: #fff;
        }

    .form-newsletter button {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px 15px;
        color: #2a2a2a;
        font-weight: 800;
        text-transform: uppercase;
        background-color: #f5e8c6;
        border: none;
        border-radius: 4px;
        outline: none !important;
        cursor: pointer;
    }
/*end newsletter*/

/*footer*/
footer {
    background-color: #232323;
}

.main__footer {
    padding: 50px;
}

.footer__links h3 {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    margin-bottom: 15px;
}

.footer__links ul li a,
.footer__news a,
.footer__links p {
    display: inline-block;
    color: #ababab;
    padding: 4px 0;
    transition: all .3s;
}

.footer__links ul li {
    color: #ababab;
    padding: 4px 0;
}

    .footer__links ul li a:hover,
    .footer__news a:hover {
        color: #DC8051;
        text-decoration: none;
        transition: all .3s;
    }

.copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.logo__footer img {
    width: auto;
    height: 32px;
    object-fit: cover;
    display: block;
}

.main__copyright {
    border-top: 1px solid #ffffff1a;
}

.copyright {
    padding: 35px 0;
}

    .copyright ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 0;
    }

    .copyright p {
        font-size: 12px;
        color: #ababab;
        margin-bottom: 0;
    }

    .copyright ul li a {
        display: inline-block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background-color: #fff;
    }

        .copyright ul li a i {
            color: #DC8051;
        }

        .copyright ul li a:hover {
            background-color: #DC8051;
            transition: all .2s;
        }

            .copyright ul li a:hover i {
                color: #fff;
                transition: all .2s;
            }
/*end footer*/

/*back to top*/
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 35px;
    height: 35px;
    background-color: #666666b3;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
    transition: all .6s;
}

    .back-to-top:hover {
        background-color: #202020;
        transition: all .3s;
    }

    .back-to-top.animate {
        opacity: 1;
        transition: all .6s;
    }

    .back-to-top span i {
        font-size: 15px;
        color: #fff;
    }
/*end back to top*/

@media only screen and (max-width: 1200px) {
    .header {
        padding: 0 15px;
    }

    .menu__bar {
        display: block;
    }

    .nav__bar {
        display: none;
    }

    .menu {
        gap: 20px;
    }

    .banner__txt h1 {
        font-size: 50px;
    }

    .main__search {
        transform: translateY(0);
    }

    .filter__destinations {
        width: 33.333%;
    }

        .filter__destinations.btn-search {
            width: 100%;
        }

    .search__destinations {
        padding: 0;
    }

    .st__about {
        margin-top: 40px;
    }

    .list__report h1, .list__report h1 strong, .list__report h1 span {
        font-size: 52px;
    }

    .st__about__content h2,
    .title__top__destinations h2,
    .package__title h2 {
        font-size: 33px;
    }

    .review__content {
        padding: 30px;
    }

        .review__content p {
            font-size: 14px;
        }

    .view-news {
        font-size: 20px;
    }
    /*end home*/

    /*tour*/
    .path h1 {
        font-size: 50px;
    }

    .sort {
        gap: 20px;
    }

    .tour__name a,
    .tour__price h4 {
        font-size: 14px;
    }

    .tour__info li strong,
    .tour__info li p {
        font-size: 11px;
    }

    .sidebar__tour h5 {
        font-size: 15px;
    }

    .tour__btn {
        flex-direction: column;
        gap: 15px;
    }

    .tour__info li p {
        width: 50%;
    }

    .newsletter__des {
        justify-content: center;
        margin-bottom: 30px;
    }

    .title__tour h1 {
        font-size: 24px;
    }

    .total__price__tour h2, .total__price {
        font-size: 20px;
    }

    .sidebar__tour__price {
        margin-top: -139px;
    }

    .tour-image-itinerary {
        width: 100%;
        margin-bottom: 30px;
    }

    .tour__info__box {
        padding-right: 0;
    }

        .tour__info__box ul li,
        .tour__des__content ul li strong,
        .tour__des__content ul li p,
        .main__form label {
            font-size: 12px;
        }

    .other__tours h1 {
        font-size: 20px;
    }
    /*end tour*/

    /*about*/
    .heading__about h2 {
        font-size: 36px;
    }
    /*end about*/
}

@media only screen and (max-width: 767.98px) {
    .banner__txt h1 {
        font-size: 25px;
    }

    .banner__img img {
        min-height: 400px;
    }

    .filter__destinations {
        width: 100%;
        margin-bottom: 30px;
    }

        .filter__destinations label {
            font-size: 14px;
        }

        .filter__destinations select,
        .filter__destinations button {
            font-size: 13px;
        }

    .video__intro {
        position: static;
        padding: 15px;
    }

    .play i {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .txt__play h4,
    .package__des a {
        font-size: 20px;
    }

    .st__about__img {
        margin-bottom: 40px;
    }

    .st__about__content h2, .title__top__destinations h2 {
        font-size: 30px;
    }

    .list__report {
        text-align: center;
    }

        .list__report h1, .list__report h1 strong, .list__report h1 span {
            font-size: 43px;
        }

    .package__title {
        margin-bottom: 30px;
    }

    .slide__package {
        width: 95% !important;
        margin: auto;
    }

    .top__destinations .row {
        margin-left: 0;
        margin-right: 0;
    }

    .review__content p {
        font-size: 12px;
        line-height: 24px;
    }

    .review__img img {
        min-height: 400px;
    }

    .review__content {
        width: 80%;
        transform: translate(-50%, -50%);
    }

    .main__footer {
        padding: 30px 15px;
    }

    .copyright {
        justify-content: center;
        gap: 30px;
    }
    /*end home*/

    /*tour*/
    .path h1 {
        font-size: 36px;
    }

    .tour__btn {
        flex-direction: row;
        gap: 0;
    }

    .sidebar__tour__price {
        margin-top: 0;
    }

    .title__tour h1 {
        font-size: 16px;
        margin-bottom: 0;
    }
    /*end tour*/

    /*destinations*/
    .destination__title {
        font-size: 16px;
    }

    .des__img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    /*end destinations*/

    /*about*/
    .heading__about h2 {
        font-size: 24px;
    }
    /*end about*/
}
