/* ----------------------------------------------- */
/* ---------------- INITIAL SETUP ---------------- */
/* ----------------------------------------------- */

* {
    font-size: 14px;
    font-weight: 200;
}
a {
    text-decoration: none;
}

body {
    font-size: 18px;
}

main {
    color: #000000;
}
/* lined tabs */

.car-section-header {
    border: none;
    border-bottom: 1px solid transparent;
}

.car-section-header:hover {
    border: none;
    border-bottom: 1px solid transparent;
}

.car-section-header.active-header {
    background: none;
    color: #d2a74a;
    /*border-color: #D2A74A;*/
}

/*
Car Boxes
 */
/** Car box 2 start **/
.car-box-2 {
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.9s;
    overflow: hidden;
}

.car-box-2:hover{
    /*-webkit-transform: translateY(-5px);*/
    /*transform: translateY(-5px);*/
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.car-box-2:hover .price-box {
    color: #fff;
}

.car-box-2:hover .car-thumbnail:before {
    background-image: linear-gradient(358deg, #f0151f 8%, #f0151f4d 82%)!important;
    opacity: .5;
}

.car-box-2 .detail .title {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 800;
}
.title a
{
    font-size: 20px!important;
    /* margin-bottom: 10px; */
    font-weight: 400;
}

.car-box-2 .car-img img{
    max-width: 100%;
}

.car-box-2 .detail .title a {
    color: #000;
}
.car-box-2 .detail .title a:hover {
    color: #343a40;
}

.car-box-2 .detail .location {
    margin-bottom: 15px;
    font-family: 'Ubuntu', sans-serif;
}

.car-box-2 .detail .location a {
    color: #5f5e5e;
    font-size: 15px;
    font-weight: 400;
}

.car-box-2 .price-box {
    bottom: 10px;
    font-family: 'Ubuntu', sans-serif;
    opacity: 1;
}

.car-box-2 .tag{
    left: 30px;
}

.car-box-2 .listing-badges .featured {
    left: -51px;
}

.car-box-2 .listing-time {
    position: absolute;
    z-index: 9;
    top: 8px;
    left: 30px;
}

.car-box-2 .detail{
    padding: 0 20px 0 20px;
}

.facilities-list
{
    padding: 5px 0 5px 0;
}

.car-box-2 .facilities-list li {

    list-style: none;
    width: 50%;
    float: left;
    font-weight: 400;
    line-height: 35px;
    font-size: 15px;
}

.car-box-2 .facilities-list li i {
    font-size: 15px;
    font-weight: 500;
}

/** Car box 3 **/
.car-box-3 {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.9s;
}

.car-box-3:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.car-box-3 .price-box-2 {
    font-size: 32px;
    font-weight: 700;
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 999;
}

.car-box-3:hover .car-thumbnail:before {
    background-image: linear-gradient(358deg, #f0151f 8%, #f0151f4d 82%)!important;
    opacity: .5;
}

.car-box-3 .detail {
    padding: 30px 25px 20px;
}

.car-box-3 .detail .title {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

.car-box-3 .detail .title a:hover {
    color: #343a40;
}

.car-box-3 .facilities-list li {
    list-style: none;
    float: left;
    width: 33.33%;
    font-weight: 400;
    line-height: 35px;
    font-size: 15px;
}

.car-box-3 .facilities-list li i{
    font-weight: 500;
    font-size: 15px;
}

.car-box-3 .detail .location {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
}

.car-box-3 .detail .location a{
    color: #535353;
}

.car-box-3 .car-thumbnail:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 8;
    background: linear-gradient(to top,rgba(47, 45, 45, 0.2) 0%,rgba(0, 0, 0, 0.1) 35%,rgba(2, 2, 2, 0) 60%,rgba(0,0,0,0) 100%);
    border-radius: 0;
    opacity: 1;
}

.car-box-3 .car-thumbnail {
    position: relative;
    display: block;
    overflow: hidden;
}

/** Car box 4 **/
.car-box-4{
    margin-bottom: 0;
}

.car-box-4.category:hover .category-overlay:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(358deg, #080000 8%, #00000000 82%)!important;
    opacity: 0.5;
}

.car-box-4 .facilities-list li {
    list-style: none;
    float: left;
    margin-right: 20px;
    font-weight: 400;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    opacity: 0.9;
}

.car-box-4 .facilities-list li:last-child{
    margin-right: 0;
}

.car-box-4 .facilities-list li i{
    opacity: 1;
}

.car-box-4 h5{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: 'Ubuntu', sans-serif;
}

.car-box-4 h5 span{
    color: #fff;
    font-weight: 400;
    opacity: 0.9;
}

.car-box-4 h3 a{
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 500;
}

.car-box-4 .for {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 20;
    font-size: 12px;
    letter-spacing: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    padding: 6px 16px 4px;
    font-weight: 600;
    border-radius: 50px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

.car-box-4 .category_long_bg {
    height: 500px;
}

.car-box-4.category .category-overlay {
    border-radius: 3px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .15s linear;
    background: linear-gradient(to top,rgba(47, 45, 45, 0.2) 0%,rgba(0, 0, 0, 0.1) 35%,rgba(2, 2, 2, 0) 60%,rgba(0,0,0,0) 100%);
}

/** Car box 5 **/
.vs{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 75px;
    color: #fff;
    margin: 180px auto;
}

.search-compare{
    margin-bottom: 20px;
}

.search-compare h3{
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}
.badge-corner:empty {
    display: inline-block;
}
.badge-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 66px solid transparent;
    border-top-color: transparent;
    border-left: 66px solid transparent;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}
.badge-corner-l {
    position: absolute;
    top: -50px;
    left: 278px;
    width: 0;
    height: 0;
    border-top: 66px solid transparent;
    border-top-color: transparent;
    border-left: 66px solid transparent;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}
.badge-corner span {
    position: absolute;
    top: -52px;
    left: -48px;
    font-size: 16px;
    color: #fff;
}

.desc
{
    position: absolute;
    top: 72px;
    width: fit-content;
    left: 87%;
    font-size: 45px;
    font-weight: 800;
    margin-left: 16px;
}
.destination-img {
    height: 280px;
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.price:hover {
    background: #D2A74A;
    color: #fff;
}
.price {
    position: absolute;
    top: 175px;
    border: none;
    right: 2%;
    width: 150px;
    background: #000000;
    color: #fff;
    padding: 6px 14px;
    margin: 0;
    border-radius: 4px;
    /*border-bottom-right-radius: 35px;*/
}
.destination-img .price span {
    font-size: 18px;
    font-weight: 700;
}
.destination-img .price span small {
    font-size: 16px;
}
.desc h3{
    font-size: 0.8rem;
    margin-bottom: 5px;
}
.desc h3 a{
    color: #000;
    font-size: inherit;
}
.desc .place{
    color: #D2A74A;
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
}
.desc .star{
    margin-bottom: 10px;
    font-size: 12px;
    color: #D2A74A;
}
.desc .star span i{
    color: #D2A74A;
}
@media (max-width:320px)  {
    /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    .badge-corner-l {
     display: none;
    }
    .detail{
        height: 72px;
    }
    .facilities-list{
        display: none;
    }
    .location{
        display: none;
    }
    .desc {
        margin-left: 18px;
        position: absolute;
        top: 235px;
        left: 0;
    }
    body .car-box-2 .facilities-list li {
        list-style: none;
        width: 100%;
        float: left;
        font-weight: 400;
        line-height: 35px;
        font-size: 15px;
    }

    .price {
        position: absolute;
        top: 175px;
        border:none;
        /*left: 60%;*/
        width: fit-content;
        background: #000000;
        color: #fff;
        padding: 10px 14px;
        margin: 0;
        border-radius: 4px;
    }
}
@media (max-width:480px)  {
    /* smartphones, Android phones, landscape iPhone */
    .badge-corner-l {
      display: none;
    }
    .detail{
        height: 72px;
    }
    .facilities-list{
        display: none;
    }
    .location{
        display: none;
    }
    .desc {
        margin-left: 18px;
        position: absolute;
        top: 265px;
        left: 0;
    }
    body .car-box-2 .facilities-list li {
        list-style: none;
        width: 100%;
        float: left;
        font-weight: 400;
        line-height: 35px;
        font-size: 15px;
    }
    .price {
        position: absolute;
        top: 248px;
        border: none;
        /*left: 60%;*/
        width: fit-content;
        background: #000000;
        color: #fff;
        padding: 10px 14px;
        margin: 0;
        border-radius: 4px;
    }
}


/* ----------------------------------------------- */
/* -------------------- LAYOUT ------------------- */
/* ----------------------------------------------- */
.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    top: -128px;
    padding: 1.5rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col {
    padding: 5px;
    flex-wrap: nowrap;
}

.image-col {
    margin-right: 7%;
}

.image-col img {
    margin: 5px;
}

.small-image {
    height: 105px;
}

.large-image {
    height: 227px;
}

.side-by-side-container {
    display: flex;
}

.large-image-container {
    margin-right: 7px;
}

.stacked-image-container {
    display: flex;
    flex-direction: column;
    margin-top: 1px;
}

.col-3 {
    width: 33%;
    text-align: center;
}

.col-2 {
    margin: 0 20px 40px 0;
}

.center-lg {
    justify-content: center;
}

/* ----------------------------------------------- */
/* ---------------- HEADER SECTION --------------- */
/* ----------------------------------------------- */
.page-header-container {
    margin-bottom: 70px;
}

.page-header {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

hr {
	border-top: 1.5px solid #D2A74A;
	width: 104px;
	margin: 0.5rem auto 1rem;
}

.page-sub-header {
    text-align: center;
    letter-spacing: 0.01em;
    font-weight: 300;
    color: #3b331a;
}

/* ----------------------------------------------- */
/* ----------- SPECIAL OFFERS SECTION ------------ */
/* ----------------------------------------------- */
.special-offers {
    padding: 0 0 80px;
}

.offers-title {
    font-size: 165%;
    margin: 25px 0 15px;
}

.offers-sub-title {
    font-size: 74%;
    color: #3b331a;
    font-weight: 300;
    margin-bottom: 20px;
}

.offers-list {
    list-style: none;
    margin-bottom: 30px;
}

.offers-list li {
    margin: 12px 0;
}

.list-icon {
    height: 17px;
    vertical-align: middle;
    margin-right: 5px;
}

.list-text {
    display: inline-block;
    font-size: 69%;
}


.btn {
    border-radius: 3px;
    border: 1px solid #D4AF37;
    text-transform: uppercase;
    font-size: 55%;
    padding: 10px 18px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s;
    margin-right: 10px;
}

.btn-fill {
    background-color: #D4AF37;
    color: #fff;
}

.btn-fill:hover,
.btn-fill:active {
    background-color: #D2A74A;
    border: 1px solid #D2A74A;
}

.btn-ghost {
    color: #D4AF37;
    background-color: #fff;
}

.btn-ghost:hover,
.btn-ghost:active {
    background-color: #D4AF37;
    color: #fff;
}

.btn-large {
    font-size: 65%;
    padding: 9px 22px;
}

/* ----------------------------------------------- */
/* --------------- ROOMS SECTION ----------------- */
/* ----------------------------------------------- */
.cars-section {
    padding: 0 0 40px;
}

.car-section-header-container {
    margin-bottom: 0px;
}

.car-section-header {
    color: #ffffff;
    font-weight: 900;
    text-align: center;
    font-size: 100%;
    cursor: pointer;
}

.active-header {
    color: #000000;
}
.active-row {
   display: block;
}
.disabled-row {
    display: none;
}
.car-section-header::after {
    display: block;
    height: 5px;
    /*background-color: #bdbdbd;*/
    content: "";
    width: 100%;
    margin: 15px 0 0;
}
.active-header::after {
    display: block;
    height: 5px;
    background-color: #D4AF37;
    content: "";
    width: 100%;
    margin: 15px 0 0;
}

.room-title {
    font-size: 90%;
    font-weight: 600;
    margin: 15px 0 12px;
}

.room-text{
    font-size: 70%;
    font-weight: 300;
    margin-bottom: 7px;
    line-height: 132%;
}

.details-container {
    display: inline-block;
}

.details-container p {
    margin-right: 5px;
}

.details-container img {
    margin-right: 0;
}

.amount-text {
    font-size: 85%;
    margin-top: 15px;
    font-weight: 500;
}

.buttons-container {
    margin-top: 20px;
}

/* ----------------------------------------------- */
/* --------------- QUERIES SECTION --------------- */
/* ----------------------------------------------- */

@media only screen and (max-width: 1029px) {
    .center-md {
        justify-content: center;
    }
}
@media (max-width: 730px) {
    .container {
        max-width: 600px;
        margin: 0 auto;
        position: relative;
        top: -114px;
        padding: 0.5rem;
    }
}

@media (max-width: 425px) {

    .container {
        max-width: 380px;
        margin: 0 auto;
        position: relative;
        top: -114px;
        padding: 0.5rem;
    }
    .image-col {
        margin: 8px auto;
    }

    .image-col img {
        margin: 2px;
    }

    .small-image {
        height: 70px;
    }

    .large-image {
        height: 151px;
    }
    .side-by-side-container {
        display: flex;
    }

    .large-image-container {
        margin-right: 7px;
    }

    .stacked-image-container {
        display: flex;
        flex-direction: column;
        margin-top: 1px;
    }
    .cars {
        width: 350px;
    }
    .cars-img {
        width: 100%;
    }

}
@media (max-width: 375px) {
    .badge-corner-l {
        display: none;
    }
    .container {
        max-width: 355px;
        margin: 0 auto;
        padding: 0.5rem;
    }
    .image-col {
        margin: 8px auto;
    }

    .image-col img {
        margin: 2px;
    }

    .small-image {
        height: 70px;
    }

    .large-image {
        height: 151px;
    }
    .side-by-side-container {
        display: flex;
    }

    .large-image-container {
        margin-right: 7px;
    }

    .stacked-image-container {
        display: flex;
        flex-direction: column;
        margin-top: 1px;
    }
    .rooms {
        width: 350px;
    }
    .rooms-img {
        width: 100%;
    }
}

