.travel-banner {
    background: url('../img/travels/travel-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
    overflow: visible;
}
.travel-search-container {
    position: absolute;
    bottom: -225px;
    left: 0;
    z-index: 99;
    width: 100%;
    display: flex;
    justify-content: center;
}
.travel-search-container .container {
    max-width: 1090px;
    width: 90%;
    margin: 0;
    float: none;
    padding: 0 !important;
}
.travel-search-container .container .overlay-bg {
    border-radius: 25px;
    background: rgba(7, 7, 7, 0.50);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 100%;
    padding: 40px 80px;
    flex-direction: column;
}
.travel-icon-wrap {
    width: 100%;
    border-radius: 15px;
    border: 1px solid #6DAD32;
    background: #FFF;
    padding: 20px;
    margin-bottom: 20px;
}
.travel-icon-wrap .flex-wrap .icon-name p {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0;;
}
.travel-icon-wrap .flex-wrap {
    justify-content: space-between;
    gap: 10px;
}
.travel-icon-wrap .flex-wrap .flex-each {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.travel-icon-wrap .flex-wrap .flex-each .icon-wrap {
    border-radius: 10px;
    background: #E4E4E4;
    padding: 10px;
    max-width: 62px;
    min-width: 62px;
    min-height: 55px;
    max-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.travel-icon-wrap .flex-wrap .flex-each .icon-wrap img {
    max-width: 48px;
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: contain;
}
.travel-icon-wrap .flex-wrap .flex-each .icon-name {
    margin-top: 10px;
}
.travel-icon-wrap .flex-wrap .flex-each:hover .icon-wrap {
    background: #CDE1BC;
}
.search-destination-wrap {
    position: relative;
    margin-bottom: 20px;
}
.search-destination-wrap img {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.search-destination-wrap input#destination-search  {
    width: 100%;
    height: 70px;
    border-radius: 15px;
    border: 1px solid #6DAD32;
    background: #FFF;
    padding-left: 77px;
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.search-details-wrap {
    margin-left: -30px;
    width: calc(100% + 30px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.search-details-wrap .flex-each {
    width: calc(50% - 30px);
    margin-left: 30px;
}
.search-details-wrap .check-in-out-field {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search-details-wrap .check-in-out-field .ts-each input {
    height: 70px;
    border: none;
}
.search-details-wrap .check-in-out-field:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 28px;
    background: #000;
}
.search-details-wrap .check-in-out-field {
    position: relative;
    margin-bottom: 20px;
    border-radius: 15px;
    border: 1px solid #6DAD32;
    background: #FFF;
}
input#destination_check_out {
    text-align: right;
}
.search-details-wrap .check-in-out-field .ts-each input {
    color: #000;
    font-family: Roboto;
    font-size: 16px;   
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.search-details-wrap .check-in-out-field .ts-each:last-child input {
    text-align: right;
}
.adults-field.flex-each {
    position: relative;
    margin-bottom: 20px;
    border-radius: 15px;
    border: 1px solid #6DAD32;
    background: #FFF;
}
.adults-field.flex-each #travel-adult {
    height: 70px;
    border: none;
    padding-left: 60px;
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.adults-field.flex-each img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.search-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-btn-wrap a.btn {
    width: 375px;
    padding: 15px;
}
.travel-search-container .ts-each-link:hover, .travel-search-container .ts-each-link a:hover {
    box-shadow: none;
}
.lp-travel-discover-tour  {
    padding-top: 18rem !important;
}
.lp-travel-discover-tour .flex-wrap {
    justify-content: center;
}
.lp-travel-discover-tour .flex-wrap .flex-each {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lp-travel-discover-tour .flex-wrap h3.text-white {
    position: absolute;
    bottom: 20px;
    left: 30px;
    line-height: 120%;
}
.lp-travel-discover-tour .container {
    max-width: 1180px;
}
.accommodations .flex-wrap .flex-each:last-child {
    padding-left: 60px;
}
.accommodations .flex-wrap .flex-each:first-child img {
    width: 100%;
    max-width: 661px;
}
.beach-destinations .blur-shadow-image img {
    width: 100%;
}
.east-asia-travel .img-wrap img {
    width: 100%;
    max-width: 994px;
    aspect-ratio: 16/9;
    object-fit: initial;
}
.author {
    justify-content: flex-end;
    width: 100%;
}
#hp-east-asia .img-count {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    bottom: 0;
    border-radius: 0 0 12px 12px;
}
#hp-east-asia .img-wrap {
    position: relative;
}
#hp-east-asia .img-count p {
    font-size: clamp(1.5rem, 1.3725rem + 0.5229vw, 2rem);
    color: #fff;
    margin-right: 45px;
    margin-bottom: 0;
}
.family-vacation .flex-wrap .flex-each {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.family-vacation .flex-wrap .flex-each .vacation-content-wrap {
    padding: 15px;
}
.family-vacation .flex-wrap .flex-each .vacation-content-wrap .star-rate {
    position: relative;
    margin-bottom: 10px;
}
.family-vacation  .vacation-price {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}
.star-rate {
    position: relative;
}
.top-hotel-rating-wrap {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-top: 50px;
}
.top-hotel-rating-wrap a {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}
.popular-hotels .flex-wrap {
    justify-content: center;
    gap: 30px;
}
.popular-hotels .flex-wrap .flex-each .img-wrap img {
    width: 100%;
}
.popular-hotels .flex-wrap .flex-each .popular-hotel-content-wrap {
    padding: 20px;
    border: 1px solid #AFAFAF;
}
.popular-hotels .flex-wrap .flex-each .popular-hotel-content-wrap .vacation-price {
    text-align: right;
    margin-top: 10px;
    font-weight: 700;
    line-height: 21px;
}
.next-destination-travel .row .flex-each {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.next-destination-travel .flex-wrap .img-wrap {
    height: 100%;
}
.next-destination-travel .row .flex-each .img-wrap img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: initial;
    border-radius: 0 10px 10px 0;
    height: 100%;
}
.next-destination-travel .row .flex-each:first-child {
    padding: 20px 80px;
    border-radius: 10px 0 0 10px;
}
.favorite-places .row .flex-wrap {
    justify-content: center;
    margin-bottom: 30px;
}
.favorite-places .row .flex-wrap .flex-each {
    display: flex;
    flex-direction: column;
    position: relative;
}
.favorite-places .row .flex-wrap .flex-each .img-wrap img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.favorite-places .img-count {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    bottom: 0;
}
.favorite-places .img-count p {
    font-size: clamp(1.5rem, 1.3725rem + 0.5229vw, 2rem);
    color: #fff;
    margin-right: 45px;
    margin-left: 45px;
    margin-bottom: 0;
}
.favorite-places .row .flex-wrap {
    margin-left: -30px;
    width: calc(100% + 30px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.favorite-places .row .flex-wrap:first-child .flex-each {
    width: calc(33.33% - 30px);
    margin-left: 30px;
}
.favorite-places .row .flex-wrap:last-child .flex-each {
    width: calc(50% - 30px);
    margin-left: 30px;
}

/** RESPONSIVENESS **/
@media (min-width: 1600px) {
    .travel-search-container {
        bottom: -150px;
    }
}
@media (max-width: 1024px) {
    .family-vacation .flex-wrap .flex-each {
        flex-direction: column;
    }
    .family-vacation .flex-wrap .flex-each .vacation-img-wrap, .family-vacation .flex-wrap .flex-each .vacation-img-wrap img {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .travel-icon-wrap .flex-wrap {
        justify-content: center;
    }
    .search-details-wrap .flex-each {
        width: calc(100% - 30px);
    }
    .favorite-places .row .flex-wrap .flex-each {
        width: calc(100% - 30px) !important;
        margin-bottom: 30px;
    }
    .favorite-places .img-count {
        height: 65px;
    }
}
@media (max-width: 767px) {
    .lp-travel-discover-tour .flex-wrap h3.text-white {
        left: 70px;
    }
}
@media (max-width: 500px) {
    .search-btn-wrap a.btn {
        width: max-content;
    }
    .travel-search-container .container .overlay-bg {
        padding: 20px;
    }
    .travel-icon-wrap .flex-wrap {
        justify-content: space-around;
    }
    .lp-travel-discover-tour {
        padding-top: 36rem !important;
    }
    .accommodations .flex-wrap .flex-each:last-child {
        padding-left: 0;
        padding-top: 20px;
    }
    .next-destination-travel .row .flex-each:first-child {
        padding: 20px;
        text-align: center;
    }
    .favorite-places .row .flex-wrap {
        margin-left: -10px;
    }
    .favorite-places .img-count p {
        margin-right: 0;
        margin-left: 0;
    }
    .favorite-places .img-count {
        padding: 0 20px;
    }
}