@charset "UTF-8";
/* CSS Document */

/**
 * Header
 */
header {
    padding: 0;
    min-height: 70px;
    z-index: 1000 !important;
}

#logo_home h1 {
    margin: 0;
}

a#access_link {
    font-size: 16px;
}

#logo_home h1 a,
header.sticky #logo_home h1 a,
header#plain #logo_home h1 a,
header#colored #logo_home h1 a {
    background-size: contain;
    height: 60px;
}

nav, .sticky nav {
    position: initial;
}

.main-menu > ul > li > a {
    padding-bottom: 0px;
    font-size: 16px;
}

.main-menu > ul > li > a:hover {
    color: #e05068;
}

.cmn-toggle-switch {
    top: 31px;
}

.sticky .cmn-toggle-switch {
    top: 33px;
}

.sticky #top_tools {
    margin-top: 0px;
}

#top_tools {
    margin-top: 10px;
}

#top_tools .username {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
    vertical-align: middle;
}

#top_tools .user-menu {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
}

.sticky #top_tools .user-menu,
#plain #top_tools .user-menu {
    color: #000;
}

#top_tools .user-menu:hover {
    color: #e05068 !important;
}

#top_tools .user-menu i {
    font-size: 20px
}

#top_tools .user-menu-options {
    border-radius: 0px;
    border-top: 2px solid rgb(224, 79, 103);
}

#top_tools .user-menu-options a:hover {
    color: #e05068;
}

/**
 * Tours
 */

.tour-container {
    background-color: #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	margin: 0;
	margin-bottom: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

.tour-container .tour-header {
    position: relative;
    overflow: hidden;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tour-container .tour-header .tour-featured {
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    z-index: 8;
    border-radius: 0 3px 3px 0;
    padding: 6px 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    background: linear-gradient(#f14f3f 0%, #cb4335 100%);
}

.tour-container .tour-header .tour-promotion {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    z-index: 8;
    padding: 6px 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    background: linear-gradient(#f14f3f 0%, #cb4335 100%);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
}

.tour-container .tour-header a img {
    width: 500px;
    height: 333px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-backface-visibility: hidden;
}

.tour-container .tour-header a:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.tour-container .tour-header .tour-location {
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
    width: 100%;
    padding: 10px 10px 8px 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}

.tour-container .tour-header .tour-location {
    display: flex;
    justify-content: space-between;
}

.tour-container .tour-header .tour-location i {
    font-size: 18px;
}

.tour-container .tour-header .tour-location .tour-favorite {
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
    cursor: pointer;
}

.tour-container .tour-header .tour-location .tour-favorite:hover {
    -webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.tour-container .tour-header .tour-location .tour-favorite .icon-heart {
    color: red;
}

.tour-container .tour-content {
    padding: 15px 15px 10px 15px;
}

.tour-container .tour-content .tour-title {
    display: flex;
    gap: 5px;
    justify-content: space-between;
}

.tour-container .tour-content .tour-title h3 {
    font-size: 16px;
    margin: 0;
    line-height: unset;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tour-container .tour-content .tour-title .tour-rating {
    display: flex;
    color: #F90;
}

.tour-container .tour-content .tour-short-description p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.tour-container .tour-provider h4 {
    font-size: 13px;
    margin: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tour-container .tour-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px 10px 15px;
}

.tour-container .tour-footer .tour-durarion i::before {
    margin-left: 0 !important;
}

.provider-location-link {
    color: #FFF;
    text-decoration: underline;
}

.provider-location-link:hover {
    color: #f14f3f;
}

/**
 * Whatsapp Button
 */

.whatsapp-plug-icon {
    position: fixed;
    z-index: 1000;
    right: 30px;
    bottom: 30px;
    left: auto;
    width: 30px;
    height: 31px;
    -webkit-border-radius: 50%;
    cursor: pointer;
    background-color: #0ba360;
    transition: .3s;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('https://www.skoobtur.com/whatsplug.svg');
    background-size: 50% auto;
}

.whatsapp-plug-icon::after,
.whatsapp-plug-icon::before {
    content: '';
    position: absolute;
    opacity: 0;
    border: 4px solid #0ba360;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    -webkit-border-radius: 50%;
    animation: WaveWhatsApp 1.5s ease infinite;
}

.whatsapp-plug-icon::after {
    animation-delay: .5s;
}

.whatsapp-plug-icon:hover {
    background-color: #15cc74;
}

.whatsapp-plug-icon:hover::after {
    border: 4px solid #15cc74;
}

.whatsapp-plug-icon:hover::before {
    border: 4px solid #15cc74;
}

@keyframes WaveWhatsApp {
    0% {
        transform: scale(0.5);
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

/**
 * Others
 */

 .popover-header {
    margin-top: 0 !important;
 }

/**
 * Utils
 */
.fw-600 {
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    /**
     * Header
     */
    #header_menu {
        padding: 10px 0 10px 0;
    }

    #top_tools {
        margin: 15px 70px 0 0;
    }

    #top_tools .username {
        display: none;
    }

    #top_tools .user-menu i {
        font-size: 30px
    }

    .sticky #top_tools .user-menu {
        color: #000;
    }

    .sticky #top_tools .user-menu:hover {
        color: #e05068;
    }

    a#access_link {
        position: relative;
        text-indent: -999px;
        width: 20px;
        height: 20px;
        display: block;
        font-size: 25px;
    }

    #access_link:before {
        text-indent: 0px;
        font-size: 25px;
    }

    typebot-bubble::part(button) {
        bottom: 100px;
    }

    typebot-bubble::part(preview-message) {
        bottom: 180px;
    }

    typebot-bubble::part(bot) {
        bottom: 180px;
        height: calc(100% - 180px)
    }
}


@media only screen and (max-width: 420px) {
    typebot-bubble::part(bot) {
        max-width: calc(100% - 30px)
    }
}
