
  @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');




@import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@400;500;600;700&family=Roboto:wght@400;500;700;900&display=swap");



@font-face {
    font-family: Restora;
    src: url("../fonts/Restora.otf") format("opentype"); 
}
@font-face {
    font-family: RestoraBold;
    src: url("../fonts/RestoraBold.otf") format("opentype");
}

body{
	overflow-x: hidden !important;
	font-family: Restora;
	background-color: #fff;
}
*{
	box-sizing: border-box;
	margin:0px;
	padding:0px;
}
img{
	max-width: 100%;
	display: block;
}

a{
	text-decoration: none !important;
	outline:none;
}

h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
}


/*header css*/


header {
    background: transparent;
    padding: 10px 0px;
}

.hedaer__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.hedaer__menu ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
}

.hedaer__menu ul li {
    margin-right: 38px;
}

.hedaer__menu ul li a {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    display: block;
}

.hedaer__menu ul li:last-child {
    margin-right: 0px;
}

.logo {
    margin: 0px 38px;
}

li.contact__btn a {
    background: linear-gradient(0deg, #0b60f4, #4FADFE);
    /* padding: 10px 30px; */
    position: relative;
    height: 45px;
    width: 120px;
    text-align: center;
    line-height: 41px;
}

li.contact__btn a:before {
    content: '';
    position: absolute;
    width: 90%;
    height: 78%;
    border: 1px solid white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.toggle__menu {
    cursor: pointer;
    width: 30px;
}

.toggle__menu img {
    filter: invert(1);
}

.mobile__header {
    display: none;
    justify-content: space-between;
    align-items: center;
}

.menu__list .hedaer__menu ul {
    flex-direction: column;
}

.menu__list .hedaer__menu ul li {
    margin: 0px;
    margin-bottom: 10px;
}

.menu__list {
    position: absolute;
    top: 100%;
    background: #060465;
    width: 100%;
    left: 0px;
    display: none;
}

header {
    position: relative;
    z-index: 999;
}


/*header css*/


/*hero css*/

section.hero__section {
    position: relative;
}

.booking__block {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    background: rgba(0 0 0/75%);
    padding: 30px;
    text-align: center;
}

.booking__block h2 {
    color: #EE8A5D;
    font-size: 44px;
    font-family: Restora;
}

.booking__block p {
    color: #FFFFFF;
    font-weight: 300;
}

.booking__block h3 {
    color: #FFFFFF;
    font-size: 42px;
    font-weight: 600;
}

.booking__block ul {
    list-style: none;
    margin: 0px;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.booking__block ul li {
    margin-right: 15px;
}

.booking__block ul li:last-child {
    margin-right: 0px;
}

.booking__block ul li a {
    display: block;
    background: linear-gradient(0deg, #0b60f4, #4FADFE);
    position: relative;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    width: 163px;
    font-size: 13px;
}

.booking__block ul li a:before {
        content: '';
    position: absolute;
    width: 90%;
    height: 78%;
    border: 1px solid white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*hero css*/


/*section css*/

section.section__bg {
    background-image: url(../image/setion-bg.png);
    background-size: cover;
    background-position: center;
    padding:50px 0px;
}

img.image__center {
    margin: 0 auto;
    width: 45%;
}

img.title__image {
    margin: 0 auto;
    width: 85%;
}

.akshar__water {
    color: #fff;
    margin: 50px 0px;
    font-family: Restora;
    font-weight: 400;
}

.image__block {
    margin-bottom: 30px;
    padding: 0px 5%;
}

.row.pd__block {
    padding: 0px 100px;
}

section.section__bg .col-md-4 .image__block {
    padding: 0px 10px;
}


.contnet__center {
    color: #fff;
}

.contnet__center h2 {
    font-family: Restora;
    font-size: 25px;
    margin-bottom: 20px;
}

.btn__cruies a {
    display: inline-block;
    background: linear-gradient(0deg, #0b60f4, #4FADFE);
    position: relative;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    padding: 0px 30px;
    font-weight: 300;
}

.btn__cruies a:before {
    content: '';
    position: absolute;
    width: 95%;
    height: 78%;
    border: 1px solid white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn__cruies {
    margin-bottom: 17px;
}

.contnet__center p {
    font-size: 13px;
    font-weight: 300;
}

.contnet__center p a {
    color: #4FADFE;
    font-size: 18px !important;
    font-weight: 600;
}

.contnet__center ul {
    list-style: none;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.contnet__center ul li {
    margin-right: 15px;
}

.contnet__center ul li a img {
    height: 21px;
    margin-right: 6px;
}

.contnet__center ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    display: flex;
    align-items: center;
}

.text-center.qrcode p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 10px;
}

.text-center.qrcode img {
    width: 55%;
    margin: 0 auto;
}


/*section css*/


/*book section css*/


.book__block {
    position: relative;
}

.booking__inner {
    position: absolute;
    background: rgba(0 0 0/75%);
    top: 50%;
    transform: translateY(-50%);
    padding: 30px;
    width: 435px;
    color: #fff;
    left: 7%;
}

.booking__inner h2 {
    color: #EE8A5D;
    font-family: Restora;
    font-size: 36px;
}

.booking__inner h5 {
    font-weight: 300;
    font-size: 14px;
    margin: 9px 0px;
}

.booking__inner p {
    color: #BFBFBF;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 23px;
}

.booking__inner .btn__cruies a {
    height: 43px;
    line-height: 40px;
    font-size: 13px;
}


.book__slider .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 15px;
}

.book__slider .owl-dots button {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid white !important;
    margin-right: 5px;
}

.book__slider .owl-dots button:last-child {
    margin-right: 0px;
}

.book__slider .owl-dots button.active {
    background: #fff;
}

/*book section css*/

/*program section css*/


section.program__section {
    background-image: url(../image/program-bg.png);
    padding: 50px 0px;
    background-size: cover;
}

.prigram__block {
    color: #fff;
}

.prigram__block h2 {
    font-family: Restora;
}

.prigram__block ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 15px;
}

.prigram__block ul li {
    font-size: 14px;
    margin-bottom: 13px;
    padding-left: 15px;
    position: relative;
    font-weight: 300;
}

.prigram__block ul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4FADFE;
    left: 0px;
    top: 6px;
}


/*program section css*/


/*routing css*/

section.routing__section {
    background: #00002E;
    padding: 50px 0px;
}

.routing____block h2 {
    font-family: Restora;
    color: #fff;
}

/*routing css*/

/*gallery css*/

.gallery__section{
	background-color: #010126;
}

section.gallery__section {
    padding-top: 50px;
}

section.gallery__section h2 {
    margin-bottom: 50px;
}

section.gallery__section ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin:0px;
}

.image__bottom {
    display: flex;
}

.image__bottom img {
    width: 50%;
}

/*gallery css*/

/*footer css*/

footer {
    background: #010126;
    padding: 45px 0px;
}

section.copyright {
    background: #060465;
    padding: 10px 0px;
}

section.copyright p {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    margin: 0px;
}

.footer__link ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer__link ul li {
    margin-right: 17px;
}

.footer__link ul li:last-child {
    margin-right: 0px;
}

.footer__link ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.footer__link {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #484848;
}

.footer__content {
    text-align: center;
    padding-right: 30px;
    color: #fff;
}

.footer__row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.social__icon ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}

.social__icon ul li {
    margin-right: 12px;
}

.social__icon ul li:last-child {
    margin-right: 0px;
}

.social__icon ul li img {
    height: 30px;
}

.footer__content h2 {
    font-family: Restora;
}

.footer__content p {
    font-weight: 300;
}

/*footer css*/



/*policy css*/


section.policy__section {
    padding: 50px 0px;
}

section.policy__section {
    color: #fff;
}

section.policy__section h1 {
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 30px;
}

section.policy__section p {
    margin-bottom: 15px;
    font-weight: 300;
}

/*policy css*/



/*booking css*/


.nav__tab ul {
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    position: relative;
    margin-bottom:0px;
}

.nav__tab ul li {
    margin-right: 35px;
}

.nav__tab ul li a {
    display: block;
    padding: 10px 15px;
    font-size: 18px;
    color: #000;
    background: #fff;
}

.nav__tab ul li a {
    display: block;
    padding: 10px 15px;
    font-size: 18px;
    color: #000;
    background: #fff;
}

.nav__tab ul li.active a {
    background: #D7AA5F 0% 0% no-repeat padding-box;
    color: #fff;
}

.badge-light {
    color: #212529;
    background-color: #D7AA5F;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.content__block.active {
    display: block;
}

.content__block {
    display: none;
}

.content__block {
    padding: 20px;
    background: #fff;
    margin-bottom: 50px;
}

.submitbox input, #check_coupon {
    background: #fd7e00;
    padding: 10px 35px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    transition: 0.5s;
    border: none !important;
    cursor: pointer;
}

a.orange__color {
    color: #fd7e00;
}

.submitbox input:hover, #check_coupon:hover{
    background: #061645;
}

.ui-widget-header{
    background:#fd7e00 0% 0% no-repeat padding-box !important;
}

.available {
    font-size: 17px;
}

.Paye label, .Paye02 label, .Testicat label, .Bookingfrm label {
    color: #000C2E;
    font-size: 16px;
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
    font-weight:600;
    font-family: Restora;
}

.Paye label, .Paye02 label, .Testicat label, .Bookingfrm label {
    color: #000C2E;
}

.wt__100 label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 7px;
    color: #000;
}

.wt__100 input, .wt__100 select {
    width: 100% !important;
    height: 40px !important;
    border-radius: 0px;
}

.input01 {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 8px 5px;
}

.badge-light {
    color: #212529;
    background-color: #D7AA5F;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.innerTitle {
    margin-top: 50px;
    margin-bottom: 50px;
}

.innerTitle h2 {
    color: #000C2E;
    font-size: 26px !important;
    font-weight: 800;
    font-family: Restora;
    text-align: center;
}

.date__input i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.date__input {
    position: relative;
}


.date__input input {
    padding-left: 30px;
}

.wt__100 input, .wt__100 select {
    width: 100% !important;
    height: 40px !important;
    border-radius: 0px;
}

section.copyright__section {
    background: #fff;
}

.input01 {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 8px 5px;
}


.col-md-6.wt__100.d-flex {
    align-items: center;
}

.col-md-6.wt__100.d-flex .serial-no {
    width: 59px;
}

.Bookingfrm .serial-no {
    padding-top: 21px;
}

.serial-no {
    float: left;
    margin-right: 10px;
    line-height: 40px;
}

.wt__100 .serial-name .input01 {
    width: 100% !important;
}

.wt__100 {
    width: 100% !important;
    margin-bottom: 20px;
}

.wt__100 input, .wt__100 select {
    width: 100% !important;
    height: 40px !important;
    border-radius: 0px;
}

.input_Contact {
    border: 1px solid #d4d4d4;
    margin: 5px 0 0 0px;
    width: 100%;
    border-radius: 10px;
    padding-left: 5px;
}

.wt__100 input, .wt__100 select {
    width: 100% !important;
    height: 40px !important;
    border-radius: 0px;
}

.Bookingfrm .input_Contact {
    border-radius: 0;
    font-size: 13px;
    height: 40px;
    padding: 6px 13px;
}

.Guest {
    overflow: hidden;
    border-bottom: #ddd solid 1px;
    font-size: 12px;
    padding: 5px;
}

.Guest.Head {
    background: #fd7e00 0% 0% no-repeat padding-box;
    color: #fff;
    /*line-height: 12px !important;*/
    /* height: 30px; */
    display: flex;
    align-items: center;
    font-size: 15px;
}


.Guest div {
    float: left;
    margin-right: 5px;
    width: 80px;
    text-align: center;
}

.Guest div.G1 {
    text-align: center;
    width: 80px;
    line-height: 32px;
}

.Guest.Head div.G1 {
    line-height: 20px;
}


.Testicat {
    border: #ddd solid 1px;
    background: #ddd;
    padding: 10px;
    border-radius: 10px
}

.Guest {
    overflow: hidden;
    border-bottom: #ddd solid 1px;
    font-size: 12px;
    padding: 5px;
}

.Guest label {
    float: left;
    width: 50%;
}

.Guest .Vlue {
    float: right;
    font-weight: bold;
}

.Guest.Head label {
    color: #fff;
    font-weight: 600;
}

.fa-calendar:before {
    content: "\f073" !important;
}

/*booking css*/



/*faq css*/

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: #fff;
    position: absolute;
    right: 22px;
    top: 13px;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

.card-header {
    background: #060465;
}

.card-title {
    display: block;
    color: #fff;
    margin: 0px;
    cursor: pointer;
}

.accordion>.card>.card-header:hover{
	background-color: #000;
}

.accordion>.card>.card-header:hover a{
	color:#fff;
}

.card-body p{
	color:#000;
}

.card-body {
    color: #000;
    font-weight: 300;
}

.card-header {
    position: relative;
}

.card{
	border:1px solid #000;
	border-radius: 5px;
}

button.btn.btn-primary {
    background: #060465;
    border: honeydew;
    outline: none;
    text-transform: uppercase;
    padding: 0px 30px;
    border-radius: 0px;
    line-height: 45px;
}

button.btn.btn-primary:hover {
    background: #fff;
    color: #060465;
}

input.form-control {
    border-radius: 0px;
}

textarea.form-control {
    border-radius: 0px;
    height: 100px;
}

/*faq css*/


.guest__details {
    margin-top: 20px;
}

label.label__guest {
    font-size: 20px;
}


@media(max-width:800px){
    section.hero-section-new.booking__form__section {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .nav__tab ul {margin: 0px !important;padding: 0px;}

    .nav__tab ul li {margin: 0px !important;margin-bottom: 10px !important;width: 100%;}
    
    div#tabs {
        padding: 0px;
    }
    
    .nav__tab ul li a {
        text-align: center;
    }
    
}



div#ui-datepicker-div .ui-widget-header a {
    border: 1px solid white;
}

/*div#ui-datepicker-div .ui-widget-header a span.ui-icon {*/
/*    font-size: 0px;*/
/*    margin: 0px;*/
/*    position: relative;*/
/*    transform: translate(-50%, -50%);*/
/*}*/

/*.ui-corner-all {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

div#ui-datepicker-div .ui-widget-header a span.ui-icon:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    font-size: 14px !important;
    position: absolute;
}

a.ui-datepicker-next.ui-corner-all:before {
    content: '\f0da' !important;
    position: absolute;
    font-family: 'FontAwesome' !IMPORTANT;
    left: 50%;
    transform: translateX(-50%);
}

a.ui-datepicker-prev.ui-corner-all:before {
    content: '\f0d9' !important;
    position: absolute;
    font-family: 'FontAwesome' !important;
    left: 50%;
    transform: translateX(-50%);
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
    top: 4px;
}

a.ui-datepicker-next.ui-corner-all {
    top: 4px;
}

.content__block {
    margin-bottom: 0px;
}

/*26-11-2024 css*/

.featuredOffers.offers.Bookingfrm ul#myTab {
    justify-content: center;
    border: none !IMPORTANT;
}

.featuredOffers.offers.Bookingfrm ul#myTab button.nav-link.active {
    background: #d7aa5f;
    color: #fff;
    border: none !IMPORTANT;
}

.featuredOffers.offers.Bookingfrm ul#myTab button.nav-link {
    background: #fff;
    color: #000;
    border-radius: 0px;
    border: none !IMPORTANT;
    margin-right: 20px;
        padding: 12px 30px;
    border-radius: 10px 10px 0px 0px;
}

.featuredOffers .tab-pane {
    border: 2px solid #d7aa5f ! IMPORTANT;
    padding: 45px;
    border-radius: 20px;
    background: #141414;
}

.featuredOffers.offers.Bookingfrm ul#myTab li:last-child button.nav-link {
    margin-right: 0px;
}


@media(max-width:510px){
    .featuredOffers .tab-pane{
        padding: 20px;
    }
    
    .featuredOffers.offers.Bookingfrm ul#myTab button.nav-link{
            margin-right: 7px;
            padding: 8px 15px;
    }
}

