@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
 
@font-face {
    font-family: 'Proxima Nova Bl';
    src: url('../fonts/ProximaNova-Black.woff2') format('woff2'),
        url('../fonts/ProximaNova-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body{
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    padding: 0!important;
    font-weight: 400;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

/*  ================= Destination =============== */
.destination-inner {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden !important;
    object-fit: cover;
    background-image: url('../images/destination-bg.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.destination-inner:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36.1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}
.destination-inner .banner-content{
    position: relative;
    z-index: 1;
    width: 1500px;
    text-align: left;
}

.destination_tabs ul li a.nav-link{
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #CDCDCD;
    background: #EFEFEF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    transition: .2s all;
    height: 47px;
    padding: 8px 30px;
}
.destination_tabs ul li a.nav-link:hover{
    background-color: #fff;
    border-top-color: #CDCDCD;
}
.booking_tabs.destination_tabs ul.nav-pills{
    justify-content: start!important;
    border-bottom: 4px solid #5872ee;
}


.destination-details{
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.20);
    padding: 16px;
}
.img-rounded{
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
}
.destinationItem_tabs{
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: 0px 0px 24px -3px rgba(103, 151, 255, 0.11);
    margin-top: 66px;
    margin-bottom: 35px;
}
.destinationItem_tabs .nav-tabs{
    border-bottom: 0px;
}
.destinationItem_tabs .nav-tabs a.nav-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    opacity: 80%;
    padding: 25px 30px;
    border: 0;
    border-right: 1px solid #EEEEEE;
}
.destinationItem_tabs .nav-tabs a.nav-link.active{
    opacity: 100%;
    background: var(--Main-Gradient, radial-gradient(118.4% 37.04% at 50% 49.98%, #E01880 0%, #882977 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.destination_item{
    display: block;
    border: 1px solid #B7B7B7;
    border-radius: 12px;
    background: #fff;
    transition: .2s all;
    margin-bottom: 17px;
    overflow: hidden;
}
.destination_item:hover{
    background-color: #FFFBFB;
}
.destination_item .destination_img{
    width: 100%;
    border-radius: 12px 12px 0px 0px;
    overflow: hidden;
}
.destination_item .destination_img img{
    transition: .4s all;
}
.destination_item:hover .destination_img img{
    transform: scale(1.1);
    transition: .4s all;
}
.destination_item .destination_detail {
    padding: 20px 15px 15px 15px;
}
.destination_detail h5{
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  color: #000;
  font-weight: bold;
  margin: 0px 0px 15px 0px;
  font-size: 18px;
  transition: .2s all;
}
.destination_item:hover h5{
    background: var(--Main-Gradient, radial-gradient(118.4% 37.04% at 50% 49.98%, #E01880 0%, #882977 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.destination_detail .location {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #505050;
    font-size: 13px;
    font-weight: 300;
    padding-bottom: 11px;
    border-bottom: 1px solid #E3E3E3;
}
.destination_detail .night-detail{
    color: #000000!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom: 1px solid #E3E3E3;
}
.destination_detail .price-detail{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    color: #000000!important;
}

.destnation-btn, .prpl-btn {
    display: inline-block;
    background-color: #8C2B7A;
    transition: .2s all;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 400;
    padding: 8px 20px;
    border-radius: 8px;
    outline: none!important;
    font-size: 14px;
}
.destnation-btn:hover , .prpl-btn:hover{
    color: #fff;
    background-color: #E01880;
}
.prpl-btn {
    padding: 8px 13px;
    font-size: 14px;
    text-align: center;
}
.booking_tabs ul li a.nav-link.active {
    /* background: radial-gradient(319.61% 100% at 0% 49.98%, #E01880 0%, #882977 100%); */
    background: linear-gradient(319deg, #08118f .88%, #4b9efe 98.71%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    border: 1px solid #0a58ca;
    cursor: default;
}






