@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #ffffff;
}

.main {
    height: 70%;
    z-index: 0;
    background: left center;
    background-size: cover;
    background-repeat: no-repeat;
}

.nav {
    position: relative;
    display: flex;
    justify-content: space-around;
}

.nav li {
    list-style: none;
}

.nav li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 24;
    font-weight: 600;
}

.nav li a:hover {
    color: #2661c4;
}

.hotel_booking_table {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 50px 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.boking_table h2 {
    color: #808080;
    text-align: left;
    font-size: 36px;
    font-weight: 700;
}

.boking_table label {
    color: #808080;
    font-family: Poppins;
    font-size: 15px;
    font-weight: normal;
}

.form-select:focus {
    border-color: #808080;
    outline: 0;
}

.btn-group button {
    background-color: #ffffff;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    box-shadow: none !important;
}

.btn-group,
.form-select,
option {
    background-color: #ffffff;
    font-size: 15px;
    margin-bottom: -23px;
    font-weight: bold;
    color: #000000;
    border: 1.5px solid #808080;
    border-radius: 70px;
    box-shadow: none !important;
}

.btn .btn-group button {
    background-color: #ffffff;
    color: #000000;
    border: none;
    font-size: 15px;
    font-weight: bold;
}

.btn-group button:hover {
    background-color: #2661c4;
    color: #ffffff;
    border: none;
}

.btn-group button:focus {
    background-color: #2661c4;
    border: none;
    outline: none;
}

.btn-group button:active {
    background-color: #2661c4;
}

.btn-group button:visited {
    background-color: #2661c4;
}

.book_tabel_item {
    margin-top: -40px;
    margin-right: 15px;
}

.book_tabel_item p {
    color: #2661c4;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.book_tabel_item p:nth-child(1) {
    font-size: 40px;
    margin: 0;
}

.book_tabel_item button {
    width: 130px;
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
}

.book_tabel_item button {
    background-color: #2661c4;
    font-weight: 600;
    border-radius: 20px;
    width: 700px;
}
/*=========== Hero-tmg-area css =============*/

.readmore {
    display: none;
    text-decoration: none;
}

#readmorehidebtn1 {
    display: none;
}

#readmorehidebtn2 {
    display: none;
}

#texthide {
    display: inline;
}

#texthide1 {
    display: inline;
}

.section_gap {
    padding: 50px 0;
    margin-bottom: -25px;
}

.section_gap h3 {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
}

.main-cards {
    padding-left: 45px;
    padding-right: 45px;
}

.section_gap p {
    color: #000000;
    font-size: 24;
    font-weight: 600;
    line-height: 33px;
}

.section_gap span {
    display: flex;
    color: #000000;
    padding: 7px;
    font-size: 10;
    font-weight: 550;
}

.d_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.row_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.section_title {
    margin-bottom: 50px;
}

.section_title p {
    font-size: 15px;
    color: #b2b2b2;
    font-weight: 600;
    margin-bottom: 0px;
}

.flex-ordering {
    display: flex;
}

.title_color {
    font-size: 50;
    font-weight: 700;
    color: #000000;
}

.title_w {
    color: #fff;
}

.title {
    font-size: 28px;
    line-height: 45px;
    font-weight: 600;
}

.icon-area span {
    align-items: center;
}

#icon-area1 {
    margin-top: 42px;
}

#icon-area2 {
    margin-top: 92px;
}

.blogs {
    margin-bottom: 20px;
}

hr {
    background-color: #000000;
    border-top: 2px solid black;
}

.contact-container {
    height: auto;
    width: 92%;
    margin: 0px auto;
    background: center;
    background-position: cover cover;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.field-group {
    margin: 20px 0;
}

.field {
    margin-bottom: 20px;
}

.contac-main {
    color: #ffffff;
    margin: auto;
}

.bg-transparent {
    border-radius: 40px;
}

.contact-container h2 {
    font-weight: 700;
    color: #ffffff;
}

.contact-container p {
    font-weight: 600;
    font-size: 17px;
    color: #ffffff;
}

.controls .form-control {
    height: 60px;
    font-size: 22px;
}

footer {
    height: 500px;
    width: 100%;
    margin-top: 20px;
    background-color: #b2b2b2;
}

#dots,
#dots1,
#dots2 {
    display: none;
}

.card-icons {
    width: 30px;
}

/* ////////////////////////////////////////End of home page/////////////////////////////// */

.filet-slider-area {
    margin-left: 0px;
}

.filet-slider-area .col-lg-6 {
    padding-left: 12px;
    padding-right: 12px;
}

.slider-filter-card {
    margin-top: 50px;
}

.slider-image {
    position: relative;
}

.slider-title {
    position: absolute;
    top: 0;
}

.slider-title img {
    width: 40px;
}

.slider-image img {
    object-fit: fill;
}

.card-footer img {
    height: 31px;
    width: 23px;
}

.slider-filter-card .carousel-item img {
    width: 100%;
    object-fit: fill;
    height: 100px;
}

.slider-icons {
    position: absolute;
    top: 300px;
    display: flex;
    width: 30px;
    height: 50px;
}

.slider-icons img {
    margin-left: 20px;
    display: flex;
    justify-content: space-between;
    align-self: flex-start;
    width: 30px;
    height: 50px;
}

.slider-filter-card .card {
    border-radius: 20px;
    background-color: transparent;
}

.slider-filter-card .card-body {
    padding: 0;
}

.slider-filter-card .card-footer {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: transparent;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.slider-filter-card .card-footer div {
    padding: 10px;
    font-weight: 700;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-around;
}

.slider-filter-card .card-footer div span {
    display: flex;
    align-self: end;
}

.slider-filter-card .card-footer div:nth-child(1) {
    margin-left: 0px;
}

.slider-filter-card .card-footer img {
    display: block;
}

.slider-filter-card .card-header {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
}

.slider-filter-card .card-header h2 {
    font-weight: 700;
    font-size: 25px;
}

.slider-filter-card .card-header img {
    width: 30px;
}

.carousel-location {
    width: 100%;
    position: absolute;
    bottom: 0;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    display: flex;
    background-color: rgba(0, 0, 0, 0.6);
    align-content: center;
    color: white;
    justify-content: space-around;
    /* flex-wrap: wrap; */
}

.filter-discount {
    padding-top: 7px;
    margin-bottom: -15px;
    padding-left: 20px;
}

.filter-discount strong {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
}

.filter-discount img {
    width: 15px;
    margin-left: 5px;
}

.filter-discount p {
    font-weight: 200;
    font-size: 9px;
}

.yachat-filer-seach {
    margin-top: 15px;
}

.yachat-filer-seach span i {
    z-index: 3;
}

.yachat-filer-seach input {
    height: 50px;
    border-radius: 9px;
    border: 2px solid #b2b2b2;
}

.yachat-filer-seach input:focus {
    box-shadow: none;
    border: 1px solid #b2b2b2;
}

.filter-duration {
    border: 1px solid #b2b2b2;
    border-radius: 25px;
    padding: 2px;
    background-color: #ffffff;
}

.filter-duration .btn {
    font-size: 15px;
    font-weight: 400;
    color: #2661c4;
    border: none;
    background-color: white;
}

.filter-duration .btn-secondary:not([disabled]):not(.disabled).active,
.filter-duration .btn-secondary:not([disabled]):not(.disabled):active,
.filter-duration .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #2661c4;
    /* border-color: #666e76; */
}

.filter-duration button:hover {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    border: none;
}

.filter-duration button:focus {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    background-color: #2661c4;
    border: none;
}

.filter-duration button:active {
    background-color: #2661c4;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    border: none;
}

.btn-group button:active {
    background-color: #2661c4;
}

.filter-duration button:focus-visible {
    border: none;
    box-shadow: none;
}

.filter-sort {
    display: flex;
    justify-content: space-between;
}

.destination-area select,
input {
    height: 45px;
    font-size: 15px;
    font-weight: 700;
    color: black;
    border: 2px solid white;
}

.destination-area input {
    font-size: 17px;
    font-weight: 700;
    color: black;
    border-radius: 9px;
    text-align: center;
    padding-left: 10px;
}

.filter-checkbox {
    display: flex;
    margin-top: 55px;
    margin-left: -13px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    border-radius: 4px;
    margin-right: 2px;
    opacity: 0.6;
    filter: invert(0.8);
    font-weight: 70;
    font-size: 26px;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    border-radius: 4px;
    margin-right: 2px;
    opacity: 0.6;
    filter: invert(0.8);
    font-weight: 70;
    font-size: 35px;
}

.checkbox {
    width: 100%;
    margin: 15px auto;
    position: relative;
    display: block;
    margin-top: -3px;
    margin-left: 5px;
    font-weight: 600;
    font-size: 13px;
}

.checkbox input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.checkbox label {
    position: relative;
}

.checkbox label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 20px;
    height: 20px;
    /* transition: transform 0.28s ease; */
    border-radius: 3px;
    background-color: #b2b2b2b2;
}

.checkbox label:after {
    content: "";
    display: block;
    width: 13px;
    height: 7px;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    /* transition: transform ease 0.25s; */
    /* will-change: transform; */
    position: absolute;
    top: 8px;
    left: 8px;
}

.checkbox input[type="checkbox"]:checked ~ label::before {
    color: #7bbe72;
    background-color: #2661c4;
}

.checkbox input[type="checkbox"]:checked ~ label::after {
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.checkbox label {
    min-height: 30px;
    display: block;
    padding-left: 40px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    vertical-align: sub;
}

.checkbox label span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.destination-area select {
    border: 1px solid #b2b2b2;
}

.checkbox-offers {
    margin: 0;
    padding: 0;
}

.filter-btn {
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin: 10px auto;
    min-height: 42px;
    width: 130px;
    box-shadow: none !important;
    border-radius: 25px;
    background-color: #2661c4;
}

.filter-reset-btn .reset-btn {
    background-color: white;
    color: #b2b2b2;
    border: none;
}

.filter-reset-btn .reset-btn:hover {
    background-color: #2661c4;
    color: #ffffff;
    border: none;
}

.pagination-area ul li:not(:first-child) {
    margin-left: 10px;
}

.pagination-area ul li a {
    background-color: white;
    color: black;
    border: none;
}

.pagination-area ul li a:hover {
    background-color: #2661c4;
    color: white;
    border: none;
}

.pagination-area ul li a:active {
    background-color: #2661c4;
    color: white;
    border: none;
}

.pagination-area ul li a:focus {
    background-color: #2661c4;
    color: white;
    box-shadow: none;
    border: none;
}

.pagination-area ul li .nothover:hover {
    background-color: white;
}

.pagination-area ul li .nothover:active {
    background-color: white;
    color: white;
    border: none;
}

.pagination-area ul li .nothover:focus {
    background-color: white;
    color: white;
    box-shadow: none;
    border: none;
}

.form-select {
    border-radius: 9px;
}

/*////////////////////////////////////////// End filter page /////////////////////////////////////*/

.detail-hero-carousel {
    position: relative;
}

.carousel-inner img {
    height: 44vh !important;
    z-index: 0;
    background: left center;
    background-size: cover;
    background-repeat: no-repeat;
}

.detail-hero-carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.detail-hero-carousel .nav {
    position: absolute;
    top: 0;
    /* height: 154px; */
    width: 100%;
    background-color: #001839;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
}

.detail-hero-carousel .nav .logo img {
    cursor: pointer;
    width: 200px;
    display: flex;
    align-items: center;
}

.nav-center ul {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.nav-center ul li {
    cursor: pointer;
}

.nav-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-right .cell-no {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* margin-right: 2px; */
}

.nav-right .cell-no span {
    border-right: 2px solid #696969;
}

.nav-right .search-field {
    display: flex;
    align-items: center;
}

.nav-right .search-field input {
    background: transparent;
    font-size: 15px;
    color: white;
    border: 2px solid #696969;
}

.nav-right .search-field .expend-search {
    display: none;
}

.nav-right .search-field a {
    color: white;
    text-decoration: none;
}

.nav-right .search-field a i {
    /* background-color: white; */
    font-size: 25px;
}

.nav-right .search-field a:hover .nav-right .search-field .expend-search {
    /* display: block; */
    background-color: #7bbe72;
}

.carousel-btns {
    position: absolute;
    top: 90px;
    right: 30px;
    background-color: transparent;
}

.carousel-btns button {
    width: 90px;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 12px;
    background-color: transparent;
    border: 1px solid #b2b2b2;
    margin-right: 5px;
}

.carousel-btns button img {
    width: 15px;
    margin-right: 5px;
}

.carousel-btns button:hover {
    color: white;
    background-color: transparent;
    border: 1px solid #b2b2b2;
}

.carousel-btns button:focus {
    color: white;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #b2b2b2;
}

.btn-light:not([disabled]):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    background-color: transparent;
}

.carousel-btns button:active {
    color: white;
    box-shadow: none;
    border: 1px solid #b2b2b2;
}

.detail-area {
    width: 73%;
}

.detail-title .title_color {
    font-size: 28px;
    margin-top: 20px;
}

.outer-detail-icons-area {
    display: flex;
    flex-wrap: wrap;
}

.detail-icons {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.detail-icons div {
    margin-left: -80px;
    width: 100%;
    /* flex-basis: 100%; */
    font-weight: 700;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.detail-icons .break {
    width: 35%;
    height: 15px;
    /* content: '\A'; */
    /* display: contents; */
    /* white-space: pre; */
    /* align-self: flex-end; */
    /* flex: 1 0 100%; */
    /* flex-flow: column wrap; */
    /* width: 100%; */
    /* display: block; */
    /* flex-wrap: wrap; */
    /* line-break: strict; */
    /* flex-direction: column; */
    /* margin: 10px calc(50% - 175px); */
    flex-basis: 100%;
}

.detail-icons img {
    width: 110px;
    height: 40px;
    margin-bottom: 6px;
}

.detail-icons .detail-fleet {
    width: 50px;
    height: 40px;
}

.detail-icons span {
    font-size: 16px;
}

#navbar {
    width: 100%;
    background-color: #f2f2f2;
    font-weight: bold;
}

#navbar ul {
    width: 60%;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px 0;
}

li a {
    text-decoration: none;
    color: #808080;
    position: relative;
    transition: all ease-in-out 150ms;
}

.sub-nav li a::after {
    text-decoration: none;
    content: "";
    position: absolute;
    display: block;
    height: 0.3em;
    width: 0%;
    background-color: #2661c4;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    bottom: -16px;
    transition: all ease-in-out 150ms;
}

li a:hover::after {
    width: 100%;
}

li a:active::after {
    width: 100%;
}

li a:hover {
    text-decoration: none;
    color: #2661c4;
}

.tables-area .table-cap {
    display: inline-block;
    color: rgba(0, 0, 0, 1) !important;
    font-weight: 700;
    font-size: 17px;
    padding: 5px 20px;
    background-color: #f5f5f5;
    opacity: 0.7;
    text-align: center;
    border: 2px solid #696969;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.caption {
    color: black;
    z-index: 1000;
}

.tables-area table {
    /* padding-left: 50px; */
    border-top: 2px solid black;
    /* border-collapse: separate; */
    /* border-spacing: 5px; */
    /* border-spacing: 0 15px; */
}

.tables-area table tbody:nth-of-type(2) {
    padding-left: 50px;
}

.tables-area table tr:first-child {
    border-top: none;
}

.tables-area table tr:first-child td {
    padding-top: 45px;
}

.tables-area table tr:first-child th {
    padding-top: 45px;
}

.tables-area table tr td:nth-of-type(2) {
    /* padding-left: 50px; */
}

.tables-area tr {
    border-top: 2px solid #b3b3b3;
}

.tables-area td {
    color: #808080;
    /* text-align: right; */
    padding-left: 0px;
    padding-right: 0px;
    border: none;
    /* border-top: 2px solid #b3b3b3; */
}

.tables-area td:nth-of-type(4) {
    /* text-align: right; */
}

.tables-area td:nth-of-type(even) {
    /* background-color: red; */
    font-weight: bold;
    color: black;
    font-size: 16px;
}

.tables-area th {
    text-align: right;
    border: none;
    /* border-top: 2px solid #b3b3b3; */
    padding-right: 0px;
}

.table-detail ul {
    margin: 0;
    padding: 0;
}

.table-detail li {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: black;
}

.table-deatail-heading p {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
}

.card-detail-outer {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: absolute;
    top: -388px;
    border-radius: 20px;
}

.card-detail-outer > .card-body {
    border-radius: 20px;
    margin-left: 1px;
    background-color: white;
}

.card-detail-main > .card {
    border: none;
    background-color: transparent;
}

.card-detail-outer > .card-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #15326f;
}

.card-detail-outer .card-header h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 23px;
}

.card-icons-right {
    /* background-color: red; */
    display: flex;
    align-items: center;
}

.card-icons-right p {
    /* align-items: center; */
    font-size: 17px;
    color: white;
    padding-top: 10px;
    font-weight: 400;
}

.card-detail-inner .card-header {
    height: 50px;
    background: white;
    color: black;
    font-size: 25px;
    padding-top: 7px;
}

.card-detail-inner .card {
    margin-bottom: 20px;
    border-radius: 10px;
}

.card-detail-inner .card-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.card-detail-inner .hours-rate span {
    font-size: 16px;
    color: black;
    font-weight: 600;
}

.card-detail-inner .hours-rate span del {
    font-size: 20px;
    color: #808080;
    font-weight: 400;
    padding-left: 10px;
}

.card-detail-inner .hours-rate span b {
    font-size: 20px;
    padding-left: 10px;
    font-weight: 600;
}

.card-detail-inner .hours-rate p {
    font-size: 12px;
    color: #808080;
    font-weight: 400;
}

.card-detail-inner .hours-rate .weekly-rate {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    line-height: 1px;
}

.card-detail-inner .hours-rate .rate-terms {
    text-align: center;
}

.card-detail-inner .hours-rate .rate-terms span {
    font-size: 12px;
    font-weight: 400;
    color: #2661c4;
}

.footer-carousel-outer .card-footer div {
    margin-left: 16px;
}

.footer-carousel-outer .card-footer div:nth-child(1) {
    margin-left: -15px;
}

.footer-carousel-outer .carousel-item img {
    width: 500px;
    height: 150px;
}

.footer-carousel-outer .card-footer div {
    font-size: 11px;
}

.footer-carousel-outer .filter-discount strong {
    font-size: 10px;
}

.footer-carousel-outer .filter-discount p {
    font-size: 7px;
}

.footer-carousel-outer .filter-discount img {
    width: 13px;
    margin-left: 3px;
}

.cm-backtotop {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 25px;
    right: 12px;
    background: #478455;
    color: #7e7f7e;
    text-align: center;
    font-size: 22px;
    border-radius: 25px;
    display: none;
    z-index: -999;
    opacity: 0.75;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 40%);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition-property: line-height;
    transition-duration: 0.4s;
}

/* //////////////////////////////end detail page  //////////////////////////////*/

.text-area {
    height: 60vh;
    position: relative;
    top: 50%;
    transform: translateY(35%);
    color: white;
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* justify-content: space-around; */
}

.text-area .main-heading {
    margin-bottom: 30px;
}

.banner_text-area {
    width: 50%;
    margin: auto;
}

.text-area .main-heading h2 {
    font-size: 50px;
    font-weight: 700;
}

.text-area .text-block p {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.8;
}

.detail-baner {
    height: 70vh;
    z-index: 0;
    background: left center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.detail2-icons {
    display: flex;
    /* padding: 25px 45px 25px 57px; */
    padding: 25px 45px;
}

.detail2-icons {
    /* padding: 25px 0px; */
    /* width: 100%; */
    display: flex;
    /* justify-content: space-between; */
}

.detail2-icons .inner-icons:not(:first-child) {
    margin-left: 125px;
}

.detail2-icons .inner-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail2-icons img {
    height: 30px;
    width: 30px;
    /* background-color: red; */
    margin-right: 15px;
}

.detail2-icons span {
    color: black !important;
    font-size: 15px;
    font-weight: bold;
}

.yacht-rentals {
    margin-top: 26px;
}

.yacht-rentals .main-cards .title {
    font-size: 29px;
    line-height: 45px;
    font-weight: 700;
    padding-bottom: 7px;
}

.yacht-rentals-description {
    margin-top: 30px;
}

.yacht-rentals p {
    color: black !important;
    /* padding-top: 12px; */
    font-size: 15px;
}

.yacht-rentals ul {
    padding-left: 1rem;
    font-weight: bold;
    font-size: 14px;
    word-spacing: 2px;
    margin-bottom: 30px;
}

.detail-flex-area p {
    font-weight: 500;
    font-size: 20px;
    color: black;
}

.detail-flex-area span {
    font-weight: 500;
    font-size: 20px;
    color: black;
}

.detail2-carousel-area {
    background-color: #f5f5f5;
}

.muti-card-carousel {
    padding-bottom: 40px;
    margin: 30px 70px;
}

.muti-card-carousel .slider div {
    width: 100%;
}

.muti-card-carousel .slider img {
    /* width: 240px; */
    /* object-fit: contain; */
    border-radius: 5px;
    width: 95%;
    height: 280px;
}

.detail2-carousel-area .slider .slide {
    position: relative;
}

.detail2-carousel-area .slider .slide h2 {
    color: white;
    font-weight: 500;
    font-size: 30px;
    position: absolute;
    bottom: 15px;
}

.muti-card-carousel h2 {
    color: black;
    padding: 0 14px;
    padding-top: 25px;
}

.redd {
    background-color: red;
    /* z-index: 3; */
}

.slider {
    position: relative;
}

.slider .priv_arrow,
.next_arrow {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.slider .priv_arrow {
    display: block;
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}

.slider .next_arrow {
    display: block;
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.slider i {
    font-size: 25px;
}

.slider .priv_arrow i {
    color: #838383;
}

.inner-destination-area .main-cards {
    padding: 0px;
    padding-bottom: 6px;
}

.inner-destination-area .yacht-rentals {
    margin-top: 0px;
}

.main-cards .title {
    font-size: 29px;
    line-height: 45px;
    font-weight: 700;
    padding-bottom: 0px;
}

.detail-flex-area .main-cards .title {
    margin-bottom: -7px;
}

.detail-flex-area {
    padding: 28px 0;
    margin-bottom: -25px;
}

.inner-destination-area.yacht-rentals-description .text2 {
    font-weight: 300;
    font-size: 15px;
}

.inner-destination-area .slider .slide {
    position: relative;
}

.inner-destination-area .slider .slide h2 {
    color: white;
    font-weight: 500;
    font-size: 30px;
    position: absolute;
    bottom: 15px;
    /* text-align: center; */
    /* left: 20%; */
    /* transform: translateX(-50%); */
}

.inner-destination-area .slider .slick-list {
    padding: 0 20% 0 0 !important;
}

.inner-destination-area .slider .priv_arrow {
    display: block;
    position: absolute;
    z-index: 1000;
    top: 8%;
    left: -30px;
    transform: translateY(-50%);
}

.inner-destination-area .slider .next_arrow {
    display: block;
    position: absolute;
    right: 20px;
    top: 8%;
    transform: translateY(-50%);
    z-index: 1000;
}

.inner-destination-area .slick-list {
    /* padding: 0 20% 0 0 !important; */
    /* border: 2px solid red; */
}

.inner-destination-hero-area {
    width: 100%;
    height: 1010px;
    /* margin-top: 200px; */
    object-fit: contain;
    background-repeat: no-repeat;
    background: left center;
    background-size: cover;
}

.inner-destination-area .row {
    /* padding: 0px; */
    margin-left: 0px;
    margin-right: 0px;
    --bs-gutter-x: 0;
    /* padding-left: -5; */
}

.inner-destination-area .destination-text {
    position: absolute;
    bottom: -250px;
    left: 80px;
    color: white;
}

.inner-destination-area .destination-text h1 {
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
}

.inner-destination-area .destination-text p {
    font-weight: 600;
    font-size: 17px;
}

.inner-destination-area .yacht-rentals > *:not(:last-child) {
    padding: 0px 30px;
}

.inner-destination-area .detail2-icons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    margin: 0;
}

.inner-destination-area .detail2-icons .inner-icons {
    position: relative;
    padding: 0px;
    margin: 10px 0px;
}

.inner-destination-area .inner-readmore-btn button {
    cursor: pointer;
    border: 1px solid #2661c4;
    background-color: white;
    border-radius: 25px;
    width: 120px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    color: #2661c4;
    font-size: 13px;
    padding: 0px 5px;
    position: absolute;
    bottom: 115px;
    right: 0;
    margin-right: 70px;
    font-weight: 500;
}

.inner-destination-area .inner-readmore-btn button:hover {
    /* border: 1px solid #ffffff; */
    background-color: #2661c4;
    color: white;
    cursor: pointer;
}

.inner-destination-area .detail2-carousel-area {
    background-color: white;
    margin-top: 50px;
    width: 96%;
    margin-left: auto;
}

.inner-destination-area .muti-card-carousel {
    margin: 0px;
}

.inner-destination-area .muti-card-carousel .slider img {
    width: 94%;
    height: 400px;
}

.destination-baner {
    /* background-image: url("../img/destination-banner.png"); */
    position: relative;
    height: 140vh;
    z-index: 0;
    background: left center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: top; */
    /* transform: rotateZ(270deg); */
}

.destination-baner1 {
    /* vertical-align: bottom; */
    display: none;
}

.destination-baner .banner_text-area {
    padding-top: 50px;
    height: 70vh;
    width: 90%;
    margin-top: auto;
}

.destination-baner .banner_text-area .text-area {
    /* height: 120vh; */
    position: relative;
    top: 50%;
    /* transform: translateY(35%); */
    color: white;
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    justify-content: space-around;
}

.destination-baner .banner_text-area .container {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
}

.destination-baner .text-area .main-heading h2 {
    text-transform: uppercase;
    font-size: 58px;
    font-weight: 700;
}

.destination-baner .text-area p {
    margin-top: 18px;
    font-weight: 500;
    /* font-size: 21px; */
    line-height: 1.8;
}

.side-border-icon {
    text-align: center;
    width: 100%;
}

.side-border-icon::before,
.side-border-icon::after {
    width: 33%;
    height: 1px;
    border-top: 1px solid #ccc;
    display: inline-block;
    content: "";
    padding-top: 1.5em;
    margin-right: 5%;
}

@media (min-width: 1800px) {
    .container-fluid {
        width: 72%;
        margin: 0px auto;
    }
}

@media (max-width: 1200px) {
    .destination-baner {
        background: url("../img/rotated-destination-banner.png");
        position: relative;
        height: 160vh;
        z-index: 0;
        background: left center;
        background-size: cover;
        background-repeat: no-repeat;
        /* background-position: top; */
        /* transform: rotateZ(270deg); */
    }
    .destination-baner1 {
        display: block;
        position: relative;
        height: 200vh;
        z-index: 0;
        background: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .destination-baner1 .text-area {
        /*height: 70vh; */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .destination-baner1 .text-area .main-heading {
        /* margin-bottom: 100px; */
    }
    .destination-baner1 .banner_text-area {
        /* width: 50%; */
    }
    .destination-baner1 .text-area .main-heading {
        margin-top: 40px;
        margin-bottom: 280px;
    }
    .side-border-icon::before,
    .side-border-icon::after {
        /* Styles kept */
        width: 30%;
        height: 1px;
        /* Changed to border-top (instead of border) to simulate a line better */
        border-top: 1px solid #ccc;
        /* Styles added */
        display: inline-block;
        content: "";
        /* Use padding to vertical align the line */
        /* Use padding in em for a responsive icon height */
        padding-top: 1.5em;
        /* Use margins to give the lines some spacement around the icon */
        /* Use margins in % for a responsive spacement */
        margin-left: 5%;
        margin-right: 5%;
    }
    .destination-baner1 .text-area button {
        width: 200px;
        height: 50px;
        background: transparent;
        border: 1px solid white;
        border-radius: 40px;
        color: white;
        font-weight: 500;
        font-size: 18px;
        outline: none;
    }
    .destination-baner {
        display: none;
    }
    .destination-baner .banner_text-area .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media (max-width: 1024px) {
    .boking_table {
        margin-left: 23px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .form-select,
    option {
        font-size: 10px;
    }
    .btn-group .btn {
        font-size: 10px;
        padding: 6px 6px;
    }
    .book_tabel_item {
        margin-top: 0px;
    }
    .book_tabel_item p {
        font-size: 19px;
    }
    .book_tabel_item p:nth-child(1) {
        font-size: 20px;
        margin: 0;
    }
    .book_tabel_item p:nth-child(2) {
        font-size: 15px;
        margin: 0;
    }
    #icon-area2 {
        margin-top: 40px;
    }
    /*////////////////// end home page/////////////// */
    .detail-icons div {
        flex-wrap: wrap;
    }
}

@media (max-width: 766px) {
    .form-select {
        margin-bottom: 0px;
    }
    .boking_table {
        margin-bottom: 0px;
    }
    .btn-group,
    .form-select,
    option {
        margin-bottom: 0px;
    }
    .book_tabel_item {
        margin-top: 5px;
    }
    .book_tabel_filter {
        margin-top: 0px;
    }
    .book_tabel_filter h2 {
        transform: rotate(0deg);
        padding: 0px;
        margin: 0 auto;
        display: block;
        width: 50%;
        padding-top: 5px;
        border-radius: 4px;
    }
    /* ///////// End of home page///////////////// */
    .detail2-icons {
        display: flex;
        justify-content: space-between;
        padding: 25px 0px;
        font-size: 14px;
    }
    .detail2-icons .inner-icons:not(:first-child) {
        margin-left: 0px;
    }
    element.style {
    }
    .detail2-icons img {
        margin-right: 10px;
    }
    .slider .priv_arrow,
    .next_arrow {
        display: none;
    }
    .detail-area {
        width: 100%;
    }
    .outer-detail-icons-area {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-left: auto;
    }
    .card-detail-main {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .hotel_booking_table {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 30px 60px;
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .boking_table {
        margin-top: 60px;
        margin-left: 0px;
        margin-bottom: 0px;
    }
    .boking_table > * {
        padding-left: 0px;
        padding-right: 0px;
    }
    .row {
        --bs-gutter-x: 0.5rem;
    }
    .btn-group,
    .form-select,
    option {
        margin-bottom: 0px;
    }
    .book_tabel_item p:nth-child(1) {
        font-size: 15px;
    }
    .book_tabel_item p:nth-child(1) {
        font-size: 15px;
        margin: 0;
    }
    .book_tabel_item p:nth-child(2) {
        font-size: 10px;
        margin: 0;
    }
    .book_tabel_filter {
        margin-top: 0px;
    }
    .book_tabel_filter h2 {
        text-align: center;
        font-size: 18px;
        letter-spacing: 0px;
    }
    .boking_table h2 {
        font-size: 14px;
    }
    .form-select,
    option {
        font-size: 10px;
    }
    .btn-group .btn {
        font-size: 10px;
        margin: 0px;
        padding: 6px 6px;
    }
    .book_tabel_item p,
    button {
        font-size: 16px;
    }
    .book_tabel_item button {
        width: 100%;
    }
    .main-cards {
        padding-left: 10px;
        padding-right: 10px;
        height: auto;
        width: 100%;
        margin: 0px auto;
    }
    .section_title p {
        font-size: 14px;
    }
    .section_gap {
        padding: 26px 0;
        margin-bottom: 0px;
    }
    .section_gap h3 {
        font-size: 19px;
    }
    .title_color {
        text-align: center;
        font-size: 22px;
    }
    .about_history_area .readmore,
    .yacht-rentals .readmore {
        display: inline;
    }
    #dots,
    #dots1,
    #dots2,
    #dots3 {
        display: inline;
    }
    #texthide {
        display: none;
    }
    #texthide1 {
        display: none;
    }
    #texthide2 {
        display: none;
    }
    #texthide3 {
        display: none;
    }
    .flex-ordering {
        display: flex;
    }
    .flex-ordering div:nth-child(1) {
        order: 2;
    }
    .flex-ordering div:nth-child(2) {
        order: 1;
    }
    .text.show-more #texthide {
        display: inline;
    }
    .text.show-more .dots {
        display: none;
    }
    .text1.show-more1 #texthide1 {
        display: inline;
    }
    .text1.show-more1 .dots1 {
        display: none;
    }
    .text2.show-more2 #texthide2 {
        display: inline;
    }
    .text2.show-more2 .dots2 {
        display: none;
    }
    .text3.show-more3 #texthide3 {
        display: inline;
    }
    .text3.show-more3 .dots3 {
        display: none;
    }
    #order-change {
        flex-direction: column-reverse;
    }
    #icon-area1,
    #icon-area2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .contac-main {
        padding: 0px 30px;
    }
    .card-icons {
        width: 30px;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    /* ////////////////////End home page////////////// */
    .banner_text-area {
        width: 100%;
        /* overflow-y: scroll; */
    }
    .detail2-icons img {
        width: 22px;
        margin-right: 5px;
    }
    .detail2-icons span {
        font-size: 13px;
    }
    .cruiding-area .table td {
        /* display: block; */
        display: table-row;
    }

    /*end of detail page*/
    .destination-baner1 {
        height: 120vh;
    }
    .destination-baner1 .text-area {
        height: 60vh;
    }
    .destination-baner1 .text-area .main-heading h2 {
        font-size: 28px;
        font-weight: 600;
    }
    .side-border-icon::before,
    .side-border-icon::after {
        width: 26%;
        height: 1px;
        border-top: 1px solid #ccc;
        display: inline-block;
        content: "";
        padding-top: 0.7em;
        margin-left: 1%;
        margin-right: 1%;
    }
    .destination-baner1 .text-area p {
        font-size: 10px;
    }

    .destination-baner1 .text-area .main-heading {
        margin-top: 0px;
        margin-bottom: 200px;
    }
    .muti-card-carousel {
        padding-bottom: 40px;
        margin: 30px 20px;
    }
    .muti-card-carousel .slider .slick-list {
        padding: 0 20% 0 0 !important;
    }
    .inner-destination-area .inner-destination-col,
    .yacht-rentals-description {
        display: none;
    }
    .detail2-carousel-area .muti-card-carousel h2 {
        color: black;
        padding: 0px 0px;
        padding-top: 25px;
    }

    .muti-card-carousel .slider .slick-track {
        /*display: flex;*/
        /*flex-direction: column;*/
        /*z-index: 999;*/
        /* justify-content: space-between; */
    }
    .inner-destination-area .slider .priv_arrow {
        /*display: none;*/
    }
    .inner-destination-area .slider .next_arrow {
        /*display: none;*/
    }
}

@media (max-width: 320px) {
    .book_tabel_filter h2 {
        text-align: center;
        height: 70px;
        width: 61%;
        margin-left: 24%;
        padding-top: 13px;
        font-size: 18px;
        letter-spacing: 0px;
    }
}
