.tour-detail {
    min-height: calc(100vh - 86px);
    height: auto;
    background: url("../images/palm_trees.jpg");
    background-size: cover;
    padding: 40px 80px;
}

.tour-detail .tour-info {
    background: linear-gradient(
            to right,
            var(--accent-color-2-70per),
            var(--primary-color-70per),
            var(--accent-color-1-70per)
    );
    padding: 30px;
    border-radius: 30px;
}

.tour-detail .tour-info .tour-info-header {
    display: flex;
    justify-content: space-between;
}

.tour-detail .tour-info .tour-info-header .tour-info-header-links {
    display: flex;
    gap: 10px;
}

.tour-detail .tour-info .tour-info-header .tour-info-header-links .tour-contact-link {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    height: fit-content;
    width: 150px;
    min-width: fit-content;
    text-decoration: none;
    transition: 0.5s ease;
    text-align: center;
    color: var(--accent-color-2);
}

.tour-detail .tour-info .tour-info-header .tour-info-header-links .tour-contact-link:hover {
    background: var(--accent-color-2);
    color: #fff;
}

.tour-detail .tour-info .tour-info-header .tour-info-header-links .tour-link {
    margin-left: 30px;
    padding: 15px;
    background: var(--secondary-color);
    border-radius: 10px;
    height: fit-content;
    width: 150px;
    min-width: fit-content;
    text-decoration: none;
    color: #fff;
    transition: 0.5s ease;
    text-align: center;
}

.tour-detail .tour-info .tour-info-header .tour-info-header-links .tour-link:hover {
    transform: scale(1.05);
}

.tour-detail .tour-info .tour-info-header .tour-info-title {
    color: var(--primary-color);
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    width: fit-content;
}

.tour-detail .tour-info .tour-info-header .tour-info-title h2 {
    margin-bottom: 0;
}

.tour-detail .tour-info .tour-info-header .tour-info-title span {
    margin-right: 10px;
}

.tour-detail .tour-info .tour-info-header .tour-info-title span a {
    color: var(--secondary-color);
    text-decoration: none;
}

.tour-detail .tour-info .tour-information {
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.tour-detail .tour-info .tour-information p {
    text-align: justify;
    margin-top: 10px;
}

.tour-detail .tour-info .tour-information img {
    width: 500px;
    height: 300px;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    border: 5px solid #fff;
    border-radius: 20px;
}

.tour-contact {
    min-height: calc(100vh - 100px);
    height: auto;
    background: linear-gradient(to left, #fff, var(--primary-color-70per));
    padding: 40px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tour-contact h3 {
    text-align: center;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.tour-contact .tour-contact-container {
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tour-contact .tour-contact-container .tour-contact-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    width: 500px;
    height: 500px;
    max-width: 100%;
    min-height: fit-content;
    z-index: 2;
}

.tour-contact .tour-contact-container .tour-contact-details .tour-contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
    gap: 5px;
}

.tour-contact .tour-contact-container .tour-contact-details .tour-contact-info i {
    font-size: 30px;
    color: var(--primary-color);
}

.tour-contact .tour-contact-container .tour-contact-details .tour-contact-info span {
    font-size: 18px;
}

.tour-contact .tour-contact-container .tour-contact-details .tour-contact-info span a {
    text-decoration: none;
    color: #000;
}

.tour-contact .tour-contact-container .tour-contact-map {
    background: var(--secondary-color);
    border-radius: 20px;
    width: 450px;
    height: 450px;
    margin-right: -10rem;
    max-width: 100%;
    max-height: fit-content;
    z-index: 1;
}

.tour-contact .tour-contact-container .tour-contact-map iframe {
    height: 100%;
    width: 100%;
    border-radius: inherit;
}

@media screen and (max-width: 1160px) {
    .tour-detail .tour-info .tour-information {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 970px) {
    .tour-contact .tour-contact-container {
        flex-direction: column;
    }

    .tour-contact .tour-contact-container .tour-contact-details {
        width: 350px;
        min-height: 350px;
        height: fit-content;
    }

    .tour-contact .tour-contact-container .tour-contact-map {
        width: 300px;
        height: 300px;
        margin-right: 0;
        margin-top: -6rem;
    }
}

@media screen and (max-width: 760px) {
    .tour-detail .tour-info .tour-info-header {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .tour-detail .tour-info .tour-info-header .tour-link {
        margin-left: 0;
    }

    .tour-detail {
        padding: 40px 40px 40px 20px;
    }

    .tour-detail .tour-info .tour-information img {
        height: 250px;
    }

    .tour-contact {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 450px) {
    .tour-detail .tour-info .tour-info-header .tour-info-header-links {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .tour-detail .tour-info .tour-info-header .tour-info-header-links .tour-link {
        margin-left: 0;
    }

    .tour-contact .tour-contact-container .tour-contact-details {
        width: 300px !important;
        min-height: 300px !important;
    }

    .tour-contact .tour-contact-container .tour-contact-map {
        width: 250px !important;
        min-height: 250px !important;
        margin-top: -5rem;
    }
}
