input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.tour-block-1-cont{

    /* background-image: url('../imgs/search-image.jpg'); */
    min-height: 35vh;
    height: 35vh;
    max-height: 40vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    z-index:-1;
}
.tour-block-1{
    color: var(--white);
    min-height: 35vh;
    max-height: 35vh;
}
.mfwiftc-text-shadow{
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
/* .mfwiftc-buttons-cont{
 
} */
.tour-block-2{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
}
.tb2r-item{
    background-color: var(--white);
    padding : 32px;
    border-radius: 20px;
}
.tb2ripc-item{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 0 0 16px 0;
    padding: 0 0 16px 0;
    border-bottom: 1px solid var(--gray-line);
}

.tb2_i-price{
    font-size: 20px;
    font-weight: 600;
    color: var(--pangea-blue);
}

.tb2_i-price-txt{
    font-size: 14px;
    font-weight: 500;
    color: var(--pangea-blue-50);
}
.tb2r-profile-link{
    display: flex;
    align-items: center;
    margin: 16px 0 0 0;
    padding: 8px;
    border-radius: 20px;
    cursor: pointer;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); */
    /* background-color: var(--white); */
}
.tb2r-profile-link:hover{
    /* border: 1px solid var(--white);  */

    background-color: rgba(255, 255, 255, 0.4);
    opacity: 0.8;
}
.tb2r-profile-link > img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.tb2r-profile-link > div{
    font-size: 16px;
    font-weight: 600;
    color: var(--pangea-blue);
    display: flex;
    flex-direction: column;
    margin: 0 0 0 8px;
}

.tb2r-profile-link > div > span{
    font-size: 14px;
    font-weight: 500;
    color: var(--pangea-blue-50);
}
#tb2-r{
    position: sticky;
    position: -webkit-sticky;
    top: 50px; /* required */
}
.tb_dc-select-cont,.tb_dc-people-cont{
    background-color: var(--background-gray-block);
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin: 0 0 16px 0;
}
.tb_dc-select-cont > select{
    background-color: var(--background-gray-block);
    border-radius: 8px;
    /* background: black; */
    width: 100%;
    font-family: 'Inter',sans-serif;
    padding: 16px 0 16px 16px;
    margin: 0 16px 0 0 ;
    font-size: 16px;
    font-weight: 500;
    border: none;
    outline: none;
    color: var(--pangea-blue);
}
.tb_dc-select-cont > svg,.tb_dc-people-cont > svg {
    /* background-color: var(--gray-line); */
    width: 24px;
    height: 24px;
    padding: 16px 0 16px 16px;
}
.tdpc-txt{
    padding: 16px ;
    font-size: 16px;
    font-weight: 500;
    color: var(--pangea-blue);
}
.tdpc-cont{
    display: flex;
    align-items: center;
    margin: 0 16px 0 auto;
}
.tdpcc-btn{
    background-color: var(--white);
    width: 24px;
    height: 24px;
    border-radius: 2px;
    cursor: pointer;
}
.tdpcc-btn:hover{
    opacity: 0.8;
}
.tdpcc-amount{
    font-size: 16px;
    color: var(--black);
    font-weight: 500;
    width: 40px;
    margin: 0 ;
    padding: 0;
    text-align: center;
    display: flex;
    align-self: center;
    justify-content: center;
    background-color: transparent;
    outline: none;
    border: none;
}
.tb_dc-req-btn{
    padding: 16px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: var(--white);
    background-color: var(--orange-button);
    border-radius: 8px;
    cursor: pointer;
    display: block;
}
.tb_dc-req-btn-btn{
    width: 100%;
}
.tb_dc-req-btn-set{
    background-color: var(--blue);
    color: var(--white);
    cursor: default;
}
.tb_dc-req-btn:hover{
    opacity: 0.8;
}
.tb_dc-req-btn-set:hover{
    opacity: 1;
}

.tb2m-top{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
}
.tbm2t-item-cont{
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}
.tbm2t-item{
    background-color: var(--white);
    padding: 20px;
    border-radius: 12px;
}
.tbm2ti-header{
    font-size: 14px;
    font-weight: 500;
    color: var(--pangea-blue-50);
    margin: 0 0 8px 0;
}
.tbm2ti-body{
    word-break: break-word;
    font-size: 16;
    font-weight: 500;
    color: var(--black);
}
.tbm2ti-body-hashs{
    /* font-style: italic; */
    line-height: 1.7;
    font-weight: 600;
    color: var(--blue);
}

.tb2m-header{
    font-size: 28px;
    font-weight: 600;
    color: var(--black);
    margin: 64px 0 32px 0;
}
.tb2m-description{
    font-size: 18px;
    font-weight: 400;
    color: var(--black);
    white-space: pre-wrap;
    margin: 0 10% 0 0 ;
    word-break: break-word;
}
.tb2m-cont-white{
    background-color: var(--white);
    padding: 24px;
    border-radius: 12px;
    margin: 0 10% 0 0 ;
}
.tb2m-cont-white-incl{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.t_cw-i_header{
    font-size: 20px;
    font-weight: 600;
    color: var(--pangea-blue);
    margin: 0 0 16px 0;
}
.tb2m-cont-white > hr{
    margin: 32px 0;
    background-color: var(--gray-line);
    height: 1px;
    border: none;
}
.t_cw-text{
    font-size: 16px;
    font-weight: 400;
    white-space: pre-wrap;
    line-height: 1.6;
    word-break: break-word;
}
.t_cw-text-incl{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    word-break: break-word;
    display: flex;
    align-items: center;
    gap: 16px;
}


.tb2m-gallery{
    margin: 0 10% 0 0 ;
}
.tbm2g-cont{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 12px;
}
.tbm2g-cont > img{
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    max-height: 200px;
    border-radius: 8px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); */
    border: 2px solid var(--gray-line);
    cursor: pointer;
}
.tb2m-gallery > img{
    width: 100%;
    height: 450px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); */
    border: 2px solid var(--gray-line);
    margin:  0 0 12px;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
}
.tb2m-gallery > img:hover,

.tbm2g-cont > img:hover{
    opacity: 0.9;
}

@media (max-width: 1200px){
    .tours-cont-grid-4{
        grid-template-columns: 1fr 1fr;
    }
}


@media (max-width: 1000px){

    .about-block-1{
        min-height: 0;
    }
.mfwif-txt-cont{
    display: flex;
    flex-direction: column-reverse;

}
.tour-block-2{
    grid-template-columns: 1fr;
    gap: 20px;
}


}
@media (max-width: 800px){
    .mfwiftc-text{
        font-size: 40px;
    }
    .tb2m-top{
        grid-template-columns: 1fr;
    }

}
@media (max-width: 690px){
    .mfwif-txt-cont{
        margin: 30px 0 0 0;
    }
.main-full-width-item{
    padding: 20px;
}
.tb2m-gallery,.tb2m-cont-white{
    margin: 0;
}
.tours-cont-grid-4{
    grid-template-columns: 1fr;
}
.mfwiftc-text{
    font-size: 30px;
}
}