@font-face {
    font-family: "Italianno";
    src: url(../font/Italianno-Regular.ttf);
}

.how-we-value-heading {
    text-align: center;
    margin-bottom: var(--m30);
}

html {
    overflow-x: hidden;
}

/* video */
.banner-wrapper {
    height: 90vh;
    position: relative;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-sec {
    height: 100%;
    overflow: hidden;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: #ae745a6b; */
    z-index: 0;
}

.hero-scetion .hero-content {
    height: 100%;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    position: relative;
}

.hero-scetion .hero-content {
    width: 90%;
    text-align: center;
    margin: auto;
    color: rgb(255, 255, 255);
}

.nst {
    font-size: 5rem;
}

.hero-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.h-big {
    font-family: var(--secondary-font);
    color: #fff;
    text-shadow: 0px 0px 4px #000;
    text-transform: capitalize;
    font-size: 60px;
    text-align: center;
    letter-spacing: 0px;
    max-width: 1140px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 20px;
}

.h-big span {
    font-size: 96px;
}

.h-li-big {
    color: #fff;
    font-size: 20px;
    text-shadow: 0px 0px 5px #000;
    letter-spacing: 0.05em;
    font-weight: 400;
}

.booking-area {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.search-bar form {
    position: relative;
    margin: auto;
    justify-content: center;
    /* width: 80%; */
    left: 0;
    right: 0;
    bottom: 0px;
    background: #fff;
    padding: 0 0;
    border-radius: 0px;
    z-index: 2;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    margin-top: 30px;
    border-radius: 40px;
    height: 66px;
}

.search-bar select {
    font-size: 14px;
    color: var(--other-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0 15px 0 10px;
    background: #fff;
    text-indent: 0px;
    border: 0px solid #e0e0e0;
    height: 32px;
    width: 100%;
}

.search-bar input {
    font-size: 14px !important;
    color: var(--other-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0;
    padding-left: 10px;
    background: #fff;
    border: 0px solid #e0e0e0;
}

.search-bar input#end_date {
    padding-left: 20px;
}

.search-bar input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--other-color);
    opacity: 1;
    /* Firefox */
}

.search-bar i {
    color: var(--other-color);
    position: absolute;
    top: 1.5rem;
    font-size: var(--f16);
    right: 20px;
}

.search-bar .col-3 {
    position: relative;
    width: 25%;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 17px;
    padding-bottom: 17px;
    height: 67px;
}

.search-bar .col-3:before {
    position: absolute;
    content: '';
    top: 24px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
}

.search-bar .check:before {
    position: absolute;
    content: '';
    top: 9px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
}

.search-bar .check i {
    top: 7px;
}

.search-bar .col-3.guest:before, .search-bar .col-3.srch-btn:before {
    display: none;
}


div#guestsss11 {
    width: 100%;
    min-width: 250px;
    background: var(--white-color);
    padding: var(--p20);
    position: absolute;
    z-index: 9;
    left: 0;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 0px 3px 0px #888888;
}

#guestsss11 .close12 {
    position: absolute;
    right: 10px;
    left: auto;
    top: 0.3rem;
    font-size: var(--f18);
    color: var(--secondary-color);
    cursor: pointer;
}

#guestsss11 .adult-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--m20);
}

#guestsss11 .adult-box p {
    letter-spacing: 0px;
    color: var(--black-color);
    text-shadow: 0px 0px 0px #000;
    font-size: var(--f14);
    text-align: left;
    margin: 0px;
}

#guestsss11 button.button1 {
    background: transparent;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: var(--f19);
    line-height: 30px;
    margin-left: 0;
    border: 1px solid var(--black-color);
    color: var(--black-color);
    transition: all .3s;
    cursor: pointer;
}

#guestsss11 button.button11.button1 {
    margin-left: var(--m14);
}

.search-bar .col-3.srch-btn {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.search-bar button.main-btn {
    width: 100%;
    height: 66px;
    letter-spacing: 2px;
    border-radius: 0 40px 40px 0;
    border: 1px solid #fff;
}

.search-bar button.main-btn.close111 {
    height: 43px;
    padding: 5px 15px;
    font-size: 14px !important;
    border: 1px solid var(--btn-color);
    border-radius: 20px;
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    color: #fff !important;
}

.search-bar .datepicker-common-2 {
    padding: 0;
    width: 50%;
}

.search-bar .main-check {
    padding-left: 10px;
    padding-right: 0;
    padding-top: 17px;
    padding-bottom: 17px;
    width: 40%;
    height: 67px;
}

.search-bar .main-check .row {
    position: relative;
    justify-content: space-around;
}

div#guestsss1 {
    width: 100%;
    min-width: 250px;
    background: #FFF;
    padding: 20px;
    position: absolute;
    z-index: 9;
    left: 0;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 0px 3px 0px #888888;
}

#guestsss1 .close12 {
    position: absolute;
    right: 10px;
    left: auto;
    top: 5px;
    font-size: 18px;
    color: var(--secondary-color);
    cursor: pointer;
}

#guestsss1 button.main-btn.close1112 {
    height: 43px;
    padding: 5px 15px;
    font-size: 14px !important;
    border: 1px solid var(--btn-color);
    border-radius: 0px;
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    color: #fff !important;
}

#guestsss1 button.main-btn.btn.close1112:hover {
    background: var(--other-color) !important;
    border-color: var(--other-color) !important;
}

#guestsss1 .adult-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

#guestsss1 .adult-box p {
    letter-spacing: 0px;
    color: #000;
    text-shadow: 0px 0px 0px #000;
    font-size: var(--f14);
    text-align: left;
    margin: 0px;
}

#guestsss1 button.button1 {
    background: transparent;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 19px;
    line-height: 30px;
    margin-left: 0;
    border: 1px solid #000;
    color: #000;
    transition: all .3s;
    cursor: pointer;
}

#guestsss1 button.button11.button1 {
    margin-left: 14px;
}

.datepicker-section {
    position: relative;
}

.datepicker-common-2 {
    padding: 0;
}

input#demo17 {
    position: absolute;
    left: 0px;
    top: 0px !important;
    width: 100% !important;
    opacity: 0;
    height: 32px !important;
    z-index: 9;
}


.search-bar .col-lg.md-3.icns.mb-lg-0.position-relative {
    padding-left: 10px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 0px;
}

.search-bar input#show-target-data1 {
    padding: 0px;
    padding-left: 10px;
    font-size: 16px;
    height: 32px;
    border: 0px solid transparent;
}

.search-bar .col-lg.md-4.md-lg-0.srch-btn {
    padding: 0px;
}

.search-bar .check:before {
    position: absolute;
    content: '';
    top: 8px;
    right: 1px;
    width: 1px;
    height: 15px;
    background: #999;
}

/* form section css */

.banner-form {
    background-color: #fff;
    border-radius: 40px;
    padding: 40px;
    max-width: 100%;
    margin: 40px auto;
}

.form-control,
.form-select {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 14px;
    font-size: 16px;
}

.form-label {
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
    color: #000;
}

.form-control::placeholder,
.form-select {
    color: #888;
    font-weight: 400;
}

.btn-book {
    background-color: #3f4954;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 14px;
    border: none;
    border-radius: 10px;
    width: 100%;
}

.btn-book:hover {
    background-color: #2e353d;
}




/* feature section css start */


section.feature-section {
    position: relative;
}

.owl-carousel {
    display: block !important;
    width: 100%;
    z-index: 1;
}

.feature-box .item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}



/* list your home section start  */


section.listyourhome {
    position: relative;
}

section.listyourhome .list-row {
    background-color: var(--btn-color);
    padding: var(--p22) var(--p30);
    border-radius: 35px 0;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.listcol-cont {
    padding: 0;
    margin: 0;
}

.listcol-cont h2 {
    text-transform: capitalize;
    color: var(--white-color);
    margin: 0;
}

.listcol-conct {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

a.listmail,
a.listphone {
    border: 2px solid var(--white-color);
    padding: 9px 40px;
    border-radius: 10px 0;
    background: var(--white-color);
    color: #272727;
    font-weight: 600;
    transition: all 0.5s ease;
}

a.listmail:hover,
a.listphone:hover {
    background-color: transparent;
    color: var(--white-color);
}


/* about us section css start */


section.about-us {
    position: relative;
}

p.abt-tag {
    margin-bottom: 8px;
    letter-spacing: 3px;
    line-height: 21px;
    text-transform: uppercase;
    font-size: var(--f14);
    color: #434e57;
}

p.abt-cont {
    padding-bottom: var(--p20);
    font-size: var(--f17);
}

.about-left h2 {
    font-size: var(--f55);
    padding-top: 10px;
}

img.abtleft-img.abtcmn-img {
    height: 390px;
}

img.abtright-img.abtcmn-img {
    height: 680px;
}

img.abtleft-img.abtcmn-img,
img.abtright-img.abtcmn-img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.about-right p {
    padding-top: 20px;
}

.abtrgt-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.read-morebtn {
    text-transform: capitalize;
}

.abt-lfticon a.read-morebtn img {
    max-width: 67px;
    height: 13px;
    margin-left: 6px;
}

.abt-rgticon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.abtrgtcall {
    display: flex;
    flex-direction: column;
}

span.call-us {
    font-size: var(--f14);
}


/* partner section css start */


section.partner {
    position: relative;
}

section.partner h2 {
    font-size: var(--f28);
}

section.partner img {
    width: 190px;
    height: 96px;
    object-fit: cover;
    object-position: center;
}


/* top travel platform section css start  */


section.toptravel {
    position: relative;
}

section.toptravel .head-sec {
    text-align: center;
}

section.toptravel .head-sec p {
    text-transform: uppercase;
    letter-spacing: 2px;
}

section.toptravel .head-sec h2 {
    font-size: 50px;
}

section.toptravel .head-sec {
    text-transform: capitalize;
    padding-bottom: 30px;
}

.toptravel-col2 {
    width: 20%;
}

.toptravel-col {
    text-align: center;
}

/* globally presence section css start */


section.globally-presence {
    position: relative;
}

section.globally-presence .container {
    background-color: var(--btn-color);
    padding: var(--p35);
    border-radius: 35px 0;
}

section.globally-presence h5 {
    color: var(--white-color);
    font-weight: normal;
    font-size: 20px;
}

section.globally-presence h5.glob-head {
    margin: 0 0 10px 0;
}

section.globally-presence h5 span {
    font-weight: bold;
}

.globally-presencecol {
    text-align: right;
}

.glbpres-img {
    display: inline-block;
    background: white;
    padding: 10px;
    border-radius: 15px 0;
}

.glbpres-img img {
    width: 40px;
}

/* experience secction css start */


section.experience {
    position: relative;
}

section.experience .head-sec {
    position: relative;
    text-align: center;
    padding-bottom: 30px;
}

section.experience .head-sec p {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
}

section.experience .head-sec h2 {
    text-transform: capitalize;
}

section.experience .exp-col {
    width: 20%;
    text-align: center;
}

.expimg-box {
    border: 1px dashed var(--btn-color);
    border-radius: 20px 0;
    text-align: center;
    padding: 25px 15px;
    width: 50%;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
}

.expimg-box img {
    width: 55%;
}

p.expitalic {
    margin-bottom: 5px;
    font-style: italic;
    font-family: var(--secondary-font);
    font-size: 22px;
}

.expcont-box h6 {
    font-weight: 400;
    margin-bottom: 10px;
}

h4.exptagline {
    text-align: center;
    font-weight: 400;
    padding-top: 30px;
}


/* why choose us section css start */


section.whychooseus {
    position: relative;
}

section.whychooseus .head-sec {
    text-align: center;
    padding-bottom: 30px;
}

section.whychooseus .card {
    border-radius: 0 50px;
}

section.whychooseus .card .card-body {
    padding: 20px 45px 35px;
}

.whchus-img {
    position: relative;
    overflow: hidden;
    border-radius: 0 50px;
}

.whchus-img img {
    display: block;
    width: 100%;
    transition: transform 0.4s ease-in-out;
    transform-origin: center center;
    border-radius: 0 50px;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.whchus-img:hover img {
    transform: scale(1.14);
}

ul.list-amenity {
    justify-content: space-between;
    display: flex;
}

ul.list-amenity li {
    flex-direction: column;
    gap: 5px;
}

ul.list-amenity li i {
    margin-right: 0;
    color: var(--black-color);
}