.Hero-Home {
     background-image: url(../../images/home/hero.jpg);
     background-repeat: no-repeat;
     width: 100%;
     height: 100vh;
     display: flex;
     flex-direction: column;
     text-align: center;
     justify-content: space-between;
     background-position-y: center !important;
     background-size: cover !important;
     background-position-x: 35%;
     padding: 2vw 0vw !important;
     border-radius: 0px !important;
}

.galleryTabs-ul, .galleryTabs-ul li, .galleryTabs-ul li a {
     border: 0px !important;
}

.galleryTabs-ul {
     display: inline-block !important;
}

.galleryTabs-ul li {
     padding-right: 5rem;
     display: inline-block !important;
}

.galleryTabs-ul li a {
     color: black;
     font-size: 1.2rem !important;
     font-family: "Rossanova-Regular" !important;
}

.galleryTabs-ul li a.active {
     color: #926D39 !important;
     border-bottom: 2px solid #926D39 !important;
     border-radius: 0px !important;
}

.galleryTabs-ul li a:hover {
     color: #926D39 !important;
     border-radius: 0px !important;
}

.transparent-select {
     background-color: #926D39 !important;
     color: white;
     font-size: 0.9rem !important;
}

.transparent-select:focus {
     color: white !important;
     box-shadow: none !important;
     border: 0px !important;
}

.roomSuitesVillas-ul, .roomSuitesVillas-ul li, .roomSuitesVillas-ul li a {
     border: 0px !important;
}

.roomSuitesVillas-ul li {
     padding-right: 2vw !important;
}

.roomSuitesVillas-ul li a {
     font-size: 1.5vw !important;
     font-family: "Rossanova-Regular" !important;
     text-align: center;
     color: #707070 !important
}

.roomSuitesVillas-ul li a.active {
     color: #926D39 !important;
     border-bottom: 2px solid #926D39 !important;
}

.roomSuitesVillas-ul li a:hover {
     color: #926D39 !important;
}

.packageCarousel-para {
     padding: 5px 20px;
     background-color: #926D39 !important;
     color: white;
     display: inline-block;
     bottom: 9%;
     position: relative;
     left: 0;
}

.carousel-control-next-icon {
     background-image: url(../images/arrowRight.svg);
}

.carousel-control-prev-icon {
     background-image: url(../images/arrowLeft.svg);
}

.carousel-indicators .active {
     background-color: #926D39 !important;
}

.carousel-indicators li {
     border: 1px solid #926D39 !important;
     ;
}

.flavour-para {
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
}

.contactCard {
     box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
     border: 0px;
     position: absolute;
     bottom: -80px;
     right: 2%;
     width: 26%;
}

.gatheringCard {
     box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
     border: 0px;
}

.ellipse-para {
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
}