@charset "UTF-8";
/* CSS Document */
.tour_box_link a{
	width: 100%;
    display: block;
}

.tour_box_link{
	width:50%;
}
.tour_box_menu.dynamic{
    display:flex;
}

.tour_box.dynamic{
    float: none;
	position: relative;
    display: flex;
    flex-direction: column;
	height:auto;
	width:100%;
}

.result_card_content{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.result_card_image{
    height: 200px;
    overflow: hidden;
    min-height: 200px;
    max-height: 200px;
	border-radius: 6px;
    display:flex;
    align-items:center;
    justify-content: center;
    margin-bottom:10px;
}
.result_card_image img.tour_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-bottom: 0;
}

.tour_desc{
    flex-grow:1;
    margin-bottom:12px;
}

.result_card_table, .sub_result_card_table{
    display:grid;
	
    column-gap: 12px;
}
.result_card_table.no_result{
    display: flex;
    align-items: center;
    flex-direction: column;
    color:white;
}

.sub_result{
    grid-column: span 3 !important;
    /* padding: 2% 0; */
}
.sub_nav{
    grid-column: span 3 !important;
    padding: 2% 0 0 0;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    /* border: 2px solid red; */
    text-align: center;
}
.sub_nav div{
    /* flex: 1; */
    width: max-content;
    display: inline-block;
    margin:0 2%;
    cursor: pointer;
    /* border: 2px solid red; */
}
.sub_nav a{
    color: inherit;
    text-decoration: none;
    /* border-bottom: 2px solid #cb3d3b; */
    /* box-shadow:
    inset 0 -0.075em white,
    inset 0 -0.1em #cb3d3b,
    inset 0 -0.15em white,
    inset 0 -0.175em #cb3d3b; */
    box-shadow:
    inset 0 -0.02em white,
    inset 0 -0.1em #cb3d3b,
    inset 0 -0.15em white,
    inset 0 -0.04em #cb3d3b;
}

html {
  scroll-behavior: smooth;
}

.sub_result_title{
    color: #cb3d3b;
    /* text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff; */
    /* text-shadow: #fff 1px 0 10px; */
    text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
    /* -webkit-text-stroke: 1px #fff; */
    font-weight: bold !important;
}
.sub_result_card_table{
    padding-top: 2%;
}

.sub_result_card_table.no_result{
    display: block !important;
}
.sub_result_card_table.no_result div{
    color: white;
    margin: 0 auto;
}

.campaign.no_result{
    display:flex;
    align-items: center;
    flex-direction: column;
    color:black;
    height:200px;
    justify-content: center;;
}
.tour_box_link.no_result {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    width:30%;
}

.btn_main_menu {
    /* pointer-events: none; */
    /* user-select: none;
    -webkit-user-drag:none;
    touch-action:manipulation; */
    /* width: 20%; */
    /* width: 14.2%; */
    width: 28.5%;
}

.btn_main_menu_2 {
    /* width: 28.5% !important; */
    width: 57% !important;
}

.result_card_image{
    position: relative;
}

.discount {
	position: absolute;
    z-index: 1;
    width: 50%;
    /* left: 230px; */
    /* top: 102.5px; */
    /* left: 62%;
    top: 23%; */
    left: 0%;
    top: 0%;
}

.discount img{
	display: block;
    width: 100%;
}

.cruise_extra_text{
    font-size: 1.2rem!important;
    font-weight: 500;
    color: rgba(79, 79, 79, 1);
    margin-bottom: 2%;
}


@media (min-width: 768px) {
	.result_card_table, .sub_result_card_table{
        grid-template-columns: 1fr 1fr;
    }

    .btn_main_menu {
        width: 14.2%;
    }

    .btn_main_menu_2 {
        width: 28.5% !important;
    }

    
}
@media (min-width: 992px) {
	.result_card_table, .sub_result_card_table{
        grid-template-columns: 1fr 1fr 1fr;
    }
}
