h3.tour-h {
    font-family: 'Lack';
    font-size: 40px;
    font-weight: 300;
    color: #EEE3C7;
}
a.tour-btn {
    background-color: #EEE3C7;
    padding: 20px 35px 15px;
    text-transform: uppercase;
    color: #33302A;
    text-decoration: none;
    display: inline-block;
}
a.tour-btn.dark {
    background-color: #33302A;
    padding: 20px 35px 15px;
    text-transform: uppercase;
    color: #EEE3C7;
    border: 1px solid #EEE3C7;
    text-decoration: none;
    display: inline-block;
}
.btn-cover {
    width: 100%;
    text-align: center;
    padding-top: 70px;
}

.tour-detail-gallery-cover {
    display: flex;
    gap: 20px;
}
.tour-detail-gallery-cover > a {
    flex: 2;
}
.tour-detail-gallery {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.tour-detail-gallery > a {
    flex: 1;
    display: inline-block;
    position: relative;
}
.tour-detail-gallery-cover > a > img, .tour-detail-gallery > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tour-detail-gallery > a span.more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
    z-index: 10;
}
.tour-detail-gallery:last-child > a:last-child:after {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
}

.tour-head-cover {
    padding-top: 50px;
    display: flex;
    gap: 150px;
}
.tour-head-cover .tour-head-left {
    flex: 1;
}
.tour-head-cover .tour-head-left .tour-menu {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.tour-head-cover .tour-head-left .tour-menu a {
    color: #EEE3C7;
    padding: 15px 25px 12px;
    background-color: #4D483F;
    text-decoration: none;
    display: inline-block;
}
.tour-head-cover .tour-head-left .tour-menu a.active, .tour-head-cover .tour-head-left .tour-menu a:hover {
    background-color: #EEE3C7;
    color: #33302A;
}
.tour-head-cover .tour-head-left .tour-props {
    padding: 30px 0px;
    border-top: 1px solid #534F49;
    border-bottom: 1px solid #534F49;
    margin: 35px 0px 20px;
    display: grid;
    grid-template-columns: 2fr 2fr 3fr;
}
.tour-head-cover .tour-head-left .tour-props span {
    color: #fff;
    line-height: 50px;
    padding-left: 34px;
    background-position: left center;
    background-repeat: no-repeat;
}
.tour-head-cover .tour-head-left .tour-props span.car {
    background-image: url(icon_car.png);
}
.tour-head-cover .tour-head-left .tour-props span.children {
    background-image: url(icon_child.png);
}
.tour-head-cover .tour-head-left .tour-props span.days {
    background-image: url(icon_day.png);
}
.tour-head-cover .tour-head-left .tour-props span.mini {
    background-image: url(icon_group.png);
}
.tour-head-cover .tour-head-left .tour-props span.people {
    background-image: url(icon_people.png);
}
.tour-head-cover .tour-head-left .tour-props span.ticket {
    background-image: url(icon_phone.png);
}

.tour-head-cover .tour-head-right {
    background-color: #fff;
    border: 1px solid #EEE3C7;
    padding: 35px;
}
.tour-head-cover .tour-head-right p {
    font-size: 16px;
    color: #707070;
}
.tour-head-cover .tour-head-right p > span {
    font-size: 32px;
}
.tour-head-cover .tour-head-right p.price, .tour-head-cover .tour-head-right p.days {
    font-size: 18px;
    color: #000;
    padding: 15px 0px 20px;
}
.tour-head-cover .tour-head-right p.price {
    padding: 15px 0px 20px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 20px;
}
.tour-description {
    padding-top: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 150%;
    font-weight: 300;
}
.tour-description > div {
    display: flex;
    gap: 20px;
    padding-top: 50px;
}
.tour-description > div > div {
    flex: 1;
    border: 1px solid #4D483F;
    padding: 20px 50px;
}
.tour-include h4 {
    font-size: 32px;
    font-weight: 400;
    padding-left: 40px;
    background: url(icon_check.png) left center no-repeat;
    line-height: 40px;
    margin-bottom: 40px;
    margin-left: 12px;
}
.tour-exclude h4 {
    font-size: 32px;
    font-weight: 400;
    padding-left: 40px;
    background: url(icon_cross.png) left center no-repeat;
    line-height: 40px;
    margin-bottom: 40px;
    margin-left: 12px;
}

.tour-program-cover {
    padding-top: 50px;
}
.tour-program-item {
    background-color: #4D483F;
    padding: 20px 20px 20px 100px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
}
.tour-program-title {
    padding: 20px 0px;
    position: relative;
    cursor: pointer;
}
.tour-program-title > span {
    background-color: #EEE3C7;
    color: #33302A;
    padding: 8px 25px 7px;
    margin-right: 20px;
    font-size: 16px;
}
.tour-program-title a.title-arr {
    position: absolute;
    top: 50%;
    right: 30px;
    display: inline-block;
    width: 15px;
    height: 10px;
    background: url(icon-arr.png) center no-repeat;
    transform: translate(0, -50%) rotate(180deg);
}
.tour-program-body {
    display: none;
    gap: 100px;
    padding-top: 30px;
    grid-template-columns: 3fr 2fr;
    transition: all 1s;
}
.tour-program-item.active a.title-arr {
    transform: translate(0, -50%) rotate(0deg);
}
.tour-program-item.active .tour-program-body {
    display: grid;
}
.tour-program-body > img {
    width: 100%;
}
.tour-program-body > div p.program-title {
    color: #EEE3C7;
}
.tour-program-body > div ul {
    margin: 20px 0px;
    padding: 0;
    padding-left: 20px;
}
.tour-program-body > div  li, .tour-program-body > div  p {
    margin: 0;
    padding: 10px 0px;
}

.tour-program-item:not(:last-child):after {
    content: "";
    height: calc(100% + 20px);
    width: 1px;
    background-color: #EEE3C7;
    position: absolute;
    top: 55px;
    left: 50px;
    z-index: 10;
}
.tour-program-item:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid #EEE3C7;
    background-color: #4D483F;
    position: absolute;
    top: 43px;
    left: 44px;
}
.tour-program-item.active:before {
    background-color: #EEE3C7;
}
.tour-why-cover {
    padding-top: 50px;
}
.tour-why-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.tour-why {
    background-color: #4D483F;
    color: #fff;
    padding: 20px 30px 30px 20px;
    line-height: 150%;
}
.tour-why span.why-icon {
    display: inline-block;
    width: 100%;
    height: 100px;
    background-position: left top;
    background-repeat: no-repeat;
}
.why-icon-1 {
    background-image: url(icon-why-1.png);
}
.why-icon-2 {
    background-image: url(icon-why-2.png);
}
.why-icon-3 {
    background-image: url(icon-why-3.png);
}
.why-icon-4 {
    background-image: url(icon-why-4.png);
}
.why-icon-5 {
    background-image: url(icon-why-5.png);
}
.why-icon-6 {
    background-image: url(icon-why-6.png);
}
.why-icon-7 {
    background-image: url(icon-why-7.png);
}
.tour-why.premium {
    background-color: #EEE3C7;
    color: #45413A;
    padding: 20px 0 30px;
}
.tour-why.premium > p {
    font-size: 26px;
    text-align: center;
    padding: 30px;
    background: url(icon-why-quote.png) center top no-repeat;
}
.tour-why.premium > span {
    display: inline-block;
    text-align: center;
    line-height: 55px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative;
    background: url(bg-premium.png) center bottom no-repeat;
}
.tour-why.premium > span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 35px;
    height: 1px;
    background-color: #000;
    transform: translate(-50%, 0);
}

.tour-contact {
    background-color: #4D483F;
    padding: 30px 50px;
    margin-top: 100px;
    display: flex;
    gap: 100px;
}
.tour-contact > div:first-child {
    flex: 1;
}
.tour-contact h3.tour-h {
    margin: 0;
}
.tour-contact p {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 10px;
}
.tour-contact a.tour-btn {
    padding: 25px 50px 20px;
    height: fit-content;
    margin: auto 0;
    font-size: 18px;
}

section.content {
    background-image: url(/tour/bg-premium.png);
    background-position: center bottom 70px;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .tour-detail-gallery-cover > a {
        flex: auto;
        width: 100%;
    }
    .tour-detail-gallery-cover {
        flex-wrap: wrap;
    }
    .tour-head-cover .tour-head-left .tour-menu a {
        padding: 12px 15px 10px;
        font-size: 12px;
    }
    .tour-head-cover {
        gap: 30px;
        flex-direction: column;
    }
    .tour-head-cover .tour-head-left .tour-props {
        grid-template-columns: 1fr 1fr;
    }
    .tour-head-cover .tour-head-left .tour-props span {
        font-size: 14px;
    }
    h3.tour-h {
        font-size: 28px;
    }
    .tour-description > div {
        flex-direction: column;
    }
    .tour-description > div > div {
        padding: 0 15px 10px 10px;
    }
    .tour-include h4, .tour-exclude h4 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .tour-program-item {
        padding: 10px;
    }
    .tour-program-item:before, .tour-program-item:after {
        display: none;
    }
    .tour-program-title {
        padding-bottom: 50px;
    }
    .tour-program-title > span {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-right: 0;
    }
    .tour-program-title a.title-arr {
        top: auto;
        bottom: 8px;
        right: 10px;
        filter: brightness(0);
    }
    .tour-program-item.active .tour-program-body {
        display: flex;
        flex-direction: column-reverse;
        gap: 10px;
    }
    .tour-program-body > div ul {
        margin-top: 0;
    }
    .tour-why-list {
        grid-template-columns: 1fr;
    }
    .tour-why {
        padding-left: 85px;
        position: relative;
    }
    .tour-why span.why-icon {
        position: absolute;
        top: 20px;
        left: 15px;
    }
    .tour-contact {
        padding: 15px;
        gap: 10px;
        flex-direction: column;
    }
}