@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;
}

section.blog-head {
    padding: 30px 5px;
}
section.blog-head .row{
    margin-left: 0px;
    margin-right: 0px;
}
section.blog-head .container-fluid{
    padding: 0px;
}
section.blog-head .col-6, section.blog-head .col-3{
    padding-left: 5px;
    padding-right: 5px;
}
section.blog-head h3 a{
    color: #333;
    text-decoration: none;
}
section.blog-head h3{
    font-size: 20px;
    font-weight: 700;
    padding-left: 10px;
    margin-bottom: 15px;
    font-family: "Public Sans", sans-serif;
    border-left: 4px solid #0281c5;
}
section.blog-head .blog-content {
    width: 100%;
    height: 388px;
    overflow: hidden;
    position: relative;
}
section.blog-head img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    transform: scale(1.006);
    -webkit-transform: scale(1.006);
}
section.blog-head .blog-content:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}
section.blog-head .blog-overlay {
    background: linear-gradient(rgb(5 5 5 / 51%) 50%, rgb(0 0 0 / 94%));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
section.blog-head .blog-details {
    padding: 20px 20px 17px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
section.blog-head .tags a{
    background-color: var(--secondary-color);
    color: #fff;
    padding: 2px 6px;
    margin-bottom: 5px;
    border-radius: 2px;
    margin-right: 5px;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    font-family: "Public Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
section.blog-head h2{
    font-size: 28px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em;
    font-weight: 500;
    text-shadow: 0 0 1px rgb(0 0 0 / 60%);
    font-family: "Public Sans", sans-serif;
}
section.blog-head h2 a{
    color: #fff;
    text-decoration: none;
}
section.blog-head h2 a:hover{
    text-decoration: underline;
}
section.blog-head .editor-pick .blog-content{
    height: 188px;
    margin-bottom: 12px;
}
section.blog-head .editor-pick .blog-content:last-child{
    margin-bottom: 0px;
}
section.blog-head .editor-pick .blog-details {
    padding: 10px 10px 7px;
}
section.blog-head .editor-pick h2{
    font-size: 19px;
    margin-bottom: 2px;
}
section.blog-head button.owl-prev {
    width: 28px;
    height: 28px;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 1px rgb(0 0 0 / .1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
section.blog-head button.owl-next {
    width: 28px;
    height: 28px;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 1px rgb(0 0 0 / .1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
section.blog-head button.owl-prev i{
    font-size: 20px;
    color: #777;
}
section.blog-head button.owl-next i{
    font-size: 20px;
    color: #777;
}
section.blog-head button.owl-prev:hover i{
    color:#000
}
section.blog-head button.owl-next:hover i{
    color:#000
}
section.blog-head .owl-nav {
    display: inline-block;
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 1;
}
.search-bar{
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0px;
    padding: 15px 15px 15px 15px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.search-bar form{
    position: relative;
 margin: auto;
 justify-content: center;
 width: 95%;
 left: 0;
 right: 0;
 bottom: 0px;
 background: transparent;
 padding: 0 0;
 border-radius: 0px;
 z-index: 2;
 box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
}

.search-bar select{
 font-size: var(--f14);
 color: var(--white-color);
 line-height: 32px;
 font-weight: 400;
 border-radius: 0px;
 padding: 0 var(--p15) 0 var(--p10);
 background: transparent;
 text-indent: 0px;
 border: 0px solid #e0e0e0;
 height: 32px;
 width: 100%;
}
.search-bar select option{
    color: var(--black-color);
    padding: 10px;
}
.search-bar input{
 font-size: var(--f14);
 color: #fffdfd;
 line-height: 32px;
 font-weight: 400;
 border-radius: 0px;
 padding: 0;
 padding-left:var(--p10);
 background: transparent !important;
 border: 0px solid #e0e0e0;
}
.search-bar input#end_date {
 padding-left: 20px;
}

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

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

.search-bar .col-3{
position: relative;
 width: 20%;
 padding-left: var(--p10);
 padding-right: 0;
 padding-top: var(--p17);
 padding-bottom: var(--p17);
 border: 1px solid var(--white-color);
}
.search-bar .col-3:before{
 position: absolute;
 content: '';
 top: 24px;
 right: 0;
 width: 1px;
 height: 15px;
 background: #999;
 display: none;
}
.search-bar .check:before {
  position: absolute;
 content: '';
 top: 9px;
 right: 0;
 width: 1px;
 height: 15px;
 background: #999;
}
.search-bar .check i{
 top: 0.5rem;
}
.search-bar .col-3.guest:before, .search-bar .col-3.srch-btn:before{
 display:none;
}
.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;
 display: block !important;
 color: var(--white-color);
 background: var(--btn-color);

}
.search-bar button.main-btn:hover{
    box-shadow: inset 0 66px 0 0 var(--btn-hover);
}
.search-bar button.main-btn.close111 {
 height: 43px;
 padding: var(--p5) var(--p15);
 font-size: var(--f14);
 border: none;
}
.search-bar .datepicker-common-2 {
 padding: 0;
 width: 50%;
}
.search-bar .main-check{
 padding-left: var(--p10);
 padding-right: 0;
 padding-top: var(--p17);
 padding-bottom: var(--p17);
border: 1px solid var(--white-color);
}
.check.right.icns.mb-lg-0.position-relative.datepicker-common-2.check-out::before{
    display: none;
}
.search-bar .main-check .row{
 position:relative;
 justify-content: center;
}
div#guestsss {
 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; */
 background-color: #fff;
    border-radius: 0px;
   
}

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

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

#guestsss .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;
}

#guestsss 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;
}
#guestsss button.button11.button1 {
 margin-left: var(--m14);
}
.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;
                     }
.scroll .chevron {
position: absolute;
width: 28px;
height: 8px;
opacity: 0;
transform: scale3d(0.5, 0.5, 0.5);
animation: move 3s ease-out infinite;
}

.scroll .chevron:first-child {
animation: move 3s ease-out 1s infinite;
}

.scroll .chevron:nth-child(2) {
animation: move 3s ease-out 2s infinite;
}

.scroll .chevron:before,
.scroll .chevron:after {
content: ' ';
position: absolute;
top: 0;
height: 100%;
width: 51%;
background: var(--white-color);
}

.scroll .chevron:before {
left: 0;
transform: skew(0deg, 30deg);
}

.scroll .chevron:after {
right: 0;
width: 50%;
transform: skew(0deg, -30deg);
}

@keyframes move {
25% {
 opacity: 1;

}
33% {
 opacity: 1;
 transform: translateY(30px);
}
67% {
 opacity: 1;
 transform: translateY(40px);
}
100% {
 opacity: 0;
 transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
}
}

.scroll .text {
display: block;
margin-top: 75px;
margin-left: -30px;
font-family: var(--primary-font);
font-size: var(--f12);
color: var(--white-color);
text-transform: uppercase;
white-space: nowrap;
opacity: .25;
animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
to {
 opacity: 1;
}
}
.form-control:focus {
 background-color: transparent !important;
 border-color: var(--white-color) !important;
 box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}
.video-cont {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    background: rgba(0,0,0,0.4);
    padding-top: 0;
    flex-direction: column;
}
.video-cont .container{
    margin-bottom: 50px;
}
.video-cont .scroll{
    position: absolute;
    bottom: 10px;
    display: none;
}
.video-cont h1 {
      max-width: 100%;
      margin: auto;
      margin-bottom: 20px;
      color: #ffffff;
      text-shadow: 0px 0px 2px #000;
      /*text-transform: capitalize;*/
      font-size: var(--f50);
      letter-spacing: 2px;
      font-family: var(--secondary-font);
      font-weight: 600;
      text-align: center;
      position:relative;
      margin-top: 80px;
}
.video-cont h1:before {
    position: absolute;
    content: '';
    top: -90px;
    left: 50%;
    width: 1px;
    height: 60px;
    background-color: #be9a78;
    transform: translateX(-50%);
    display: none;
}
.video-cont p{
    max-width: 1266px;
    margin: auto;
    margin-bottom: var(--m20);
    color: var(--white-color);
    text-shadow: 1px 1px 4px #000;
    text-transform: capitalize;
    font-size: var(--f16);
    text-align: center;
    color: var(--secondary-color);
    margin-top: var(--m50);
}
.video-cont .features-video{
    display: flex;
    gap: 60px;
    display: none;
}
.video-cont .features-video li{
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}
.video-cont .features-video i{
    font-size: var(--f25);
    color: var(--white-color);
}
.video-cont .features-video span{
    color: var(--white-color);
    font-size: var(--f15);
}
.video-cont .features-video li .active-hotel{
    background: #297cbb;
    padding: var(--p13);
    border-radius: 50%;
}
section.video-banner{
    height: 90vh;
    padding: 0;
    position: relative;
    z-index: 3;
}
section.video-banner video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.video-banner button#play{
    display: none;
} 
section.video-banner button#pause{
    display: none;
}
section.video-banner .video-sec {
width: 100%;
height: 100%;
}



/*About company css*/
/* about eliza */

section.abt-eliza{
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    position: relative;
    /* z-index: ; */
}
section.abt-eliza .container-fluid{
    padding: 0;
}
section.abt-eliza .abt-ow h2 span{
    color: var(--secondary-color);
}
section.abt-eliza img{
    height: 620px;
    width: 100%;
    object-fit: cover;
}
section.abt-eliza .col-6{
    padding-left: 0;
}
section.abt-eliza .cont{
    max-height: 230px;
    overflow: hidden;
}
section.abt-eliza .abt-ow {
    padding: 40px;
    width: 85%;
    background: var(--lt-bg-color);
    position: relative;
    right: 100px;
}
section.abt-eliza .eliza{
    display: flex;
    align-items: center;
}
section.abt-eliza a.main-bttn{
    display: block;
    margin-top: var(--m30);
    width: 170px;
}
/*About cta css*/
/* cta start */
/* services section css */
.cta{
    background-image: url(./images/cta-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: var(--p90) var(--p40);
    text-align: center;
    border-radius: 10px;
}
.cta h2 {
    width: 60%;
    margin: auto;
    color: var(--white-color);
    line-height: 1.5;
    text-shadow: 1px 1px 4px #000000a8;
}
.cta a.main-btn {
    display: block;
    width: 180px;
    margin: auto;
    margin-top: var(--m40);
    border-radius: 4px;
}
/* about priticia css */

section.about-priticia .content-banner{
    background: url('../images/agent-accent.jpg');

    padding-left: 0;
    width: 90%;
}

section.about-priticia .content-banner .content-box{
    max-height: 365px;
    overflow: hidden;
}
section.about-priticia .main-btn{
position: relative;
top: 20px;
}
section.about-priticia .content-banner .content{
    padding: var(--p50);
    background: #122a42;
    position: relative;
    left: 75px;
    top: 20px;
    border: 1px solid var(--secondary-color);
    
}
section.about-priticia .content-banner p,h3{
    color: var(--white-color);
}

section.about-priticia .cont-sec{
    z-index: 1;
}
.priticia-img{
    height: 510px;
    position: relative;
    right: 35px;
    z-index: 0;
}
.priticia-img img{
    height: 510px;
    width: 90%;
    object-fit: cover;
}
/*properties section css*/
/*Properties css*/

section.home-list{
    padding: var(--p60) var(--p12);
    background: var(--lt-bg-color);
}
section.home-list .btn-area {
    text-align: center;
    margin-top: 30px;
    display: none;
}
section.home-list .btn-area a{
    display: block;
    width: 200px;
    text-align: center;
    margin: auto;
}
section.home-list .btn-area a i{
    color: var(--white-color);
}
section.home-list .btn-area a:hover i{
    color: var(--btn-color);
}
section.home-list .row{
    gap: 30px 2%;
    justify-content: center;
}
section.home-list .how-we-value-heading span{
    font-size: var(--f14);
    font-family: var(--secondary-font);
    font-weight: 600;
    color: var(--white-color);
    border-radius: 50px;
    padding: 4px 18px;
}
section.home-list .view {
    position: absolute;
    bottom: -25px;
    right: 8%;
    
}
section.home-list .view a{
    background: var(--white-color);
    padding: var(--p10);
    box-shadow: 2.5px 4.33px 18px 0px rgb(0 0 0 / 10%);
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    text-align: center;
}
section.home-list .view i{
    margin-right: 0;
}


section.home-list .col-4{
    width: 49%;
}
section.home-list .pro{
    display:flex;
    justify-content:center;
    margin-top: var(--m30);
}
section.home-list img.img-fluid {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 0px;
}
section.home-list .pro-img:hover img{
    transform: scale(1.14);
}
section.home-list .pro-img a::before{
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 15px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    width: calc(100% - 66px);
    left: 33px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
section.home-list .pro-img a::after{
    content: "";
    position: absolute;
    top: 8px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: calc(100% - 16px);
    left: 8px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


section.home-list .pro-img a{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 10px 10px 0 0;
    display: block;
    border-radius: 0px;
}
section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p30) var(--p25) var(--p25) var(--p25);
    background: var(--white-color);
    border-radius: 0px;
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
    margin-top: 0px;
}

section.home-list .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size:var(--f14);
}
section.home-list .rating i.checked {
    color: #FCAF3D;
}
section.home-list .rating{
    margin-bottom:var(--m15);
    display: none;
}
section.home-list h3.title {
    font-size: var(--f20);
    line-height: 30px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m11);
    height:30px;
    overflow:hidden;
}
section.home-list h3.title a{
    color: var(--heading-color);
}
section.home-list p.adr {
    font-size: var(--f14);
    font-weight: 400;
    color: var(--black-color);
    margin-bottom: var(--m15);
    line-height: 1.5;
    height: 21px;
    overflow: hidden;
}
section.home-list .amn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.home-list ul {
    margin: 0 0 0;
    padding: 0;
    /* background-color: #f2f2f2; */
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;

}
section.home-list ul.last{
    justify-content: end;
}
section.home-list i {
    margin-right: var(--m8);
    color: var(--primary-color);
}
section.home-list .featured i{
    color: var(--white-color);
    margin-right: 0;
    font-size: var(--f24);
}
section.home-list ul li{
    font-size: var(--f14);
    color: var(--black-color);
    font-weight: 500;
}
section.home-list ul.last li{
    color: var(--other-color);
}
section.home-list h5{
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    border-radius: 30px;
    left: 20px;
    z-index: 1;
    text-shadow: 0px 0px 3px #000;
    background-color: rgba(0, 0, 0, 0.3);
    padding: var(--p6) var(--p15);
}
section.home-list .pro-img {
    position: relative;
    height: 350px;
}
section.home-list h5 span{
    font-weight: 600;
    font-size: var(--f22);
    color: var(--white-color);
}

section.home-list .featured span {
  font-weight: 500;
    font-size: var(--f13);
    color: var(--white-color);
    background-color: var(--heading-color);
    padding: 4px 12px;
    display: inline-block;
    border-radius: 30px;
}
section.home-list .featured{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
section.home-list .how-we-value-heading p{
    font-size: 14px;
    color: white;
    background-color: #ef3f3e;
    text-transform: uppercase;
    padding: 4px 18px;
    line-height: 1.7;
    border-radius: 3px;
    font-family: Work Sans;
    font-weight: 600;
}
section.home-list .how-we-value-heading  h2 {
   padding-top: 15px;
   padding-bottom: 15px;
   color: var(--secondary-color);
   font-weight: 600;
   margin-bottom: 0px;
   text-align: center;
}
section.home-list .how-we-value-heading h6{line-height: 1.3;color: var(--primary-color);letter-spacing: 0.03em;font-size: var(--f17);font-weight: 600;margin-bottom: 0px;text-align: center;}
/*Location css start*/
section.location-list {
    background: var(--white-color);
}

section.location-list .how-we-value-heading{
text-align: center;
padding-bottom: var(--p40);
}

section.location-list h2{
    padding-bottom: 15px;
    color: var(--heading-color);
    font-weight: 600;
    margin-bottom: 0px;
}
section.location-list h6{
    line-height: 1.3;
    color: var(--secondary-color);
    letter-spacing: 0.03em;
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: 0px;
}
section.location-list .row {
    gap: 30px 2%;
}
section.location-list .col-4 {
    width: 32%;
}
section.location-list img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 25px;
    webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
section.location-list .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(231, 56, 39, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(231, 56, 39, 0) 100%);
}
section.location-list .image-sec {
    position: relative;
    overflow: hidden;
     border-radius: 25px;
}
section.location-list .content-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: var(--p20) var(--p30);
    position: absolute;
   bottom: 20px;
    padding-bottom: 0px;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
section.location-list a:hover .content-area{
    bottom: 34px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
section.location-list a{
    position: relative;
}
section.location-list h4 {
    margin-bottom: 0px;
    color: var(--white-color);
    font-weight: 500;
    text-shadow: 0px 0px 3px #000;
}
section.location-list .btn{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: var(--white-color);
    flex-shrink: 0;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    background: var(--btn-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}
section.location-list  i.fa-solid.fa-arrow-right {
    font-size: var(--f20);
}
section.location-list a:hover img {
    transform: scale(1.14);
}

/* events css */

section.events img{
    width: 50px;
    height: 50px;
}
section.events .col-3{
    width: 20%;
    padding: var(--p20);
    border-bottom: 1px solid #c2c2c278;
}
section.events .row{
    justify-content: center;
}
.col-3.bottom{
    border-bottom: 0 !important;
}
section.events .col-3 a{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}

section.events h2{
    color: var(--secondary-color);
     text-align: center;
     margin-bottom: var(--m10);
}
section.events .col-3 h4{
    font-size: var(--f17);
    margin-bottom: 0;
    color: #4c4c4c;
    font-weight: 600;
    font-family: var(--primary-font);
    transition: .3s ease-in-out;
}
section.events .col-3 h4:hover{
    color: var(--secondary-color);
    padding-left: var(--p15);
}
section.events .shape{
    width: auto;
    height: auto;
}
section.events .head-sec{
    text-align: center;
}
/* weather widget */

.catch-f {
    background-image: url(../images/bg1.jpe);
    background-size: cover;
    background-position: center 45%;
    background-repeat: no-repeat;
    position: relative;
    padding: 0;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.catch-f .row{
    width: 100%;
    padding: 0;
  margin: 0;
}
.catch-f .row .col-lg-6{
    padding: 0;
}
.catch-f .row .pro-sec-right {
   padding: 50px;
    padding-top: 50px;
    background: #002f6c7a;
    width: 500px;
    margin-right: auto;
    height: 350px;
    margin-top: -25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.catch-f .row .pro-sec-right p {
    margin-bottom: 1rem;
    font-size: 15px;
}
.catch-f .row .pro-sec-right p {
    margin-bottom: 1rem;
    font-size: 15px;
}
.catch-f .row .pro-sec-right p:nth-child(2), .catch-f .row .pro-sec-right p.location {
    margin-bottom: 5px;
}
.pro-sec-right a{
margin-top: 15px;
    padding: 10px 18px;
    color: #fff;
    padding: 10px 10px;
    width: 100%;
    background-color: var(--secondary-color);
    border-radius: 5px;
    border: 1px solid var(--secondary-color);
    color: var(--text-white);
    width: 150px;
    text-align: center;
   box-shadow: 0 1px 2px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 5%);
}

.pro-sec-right a:hover{
    background-color: var(--heading-color);
    border-color: var(--heading-color);
}
p.subhead {
    font-weight: bold;
}

.catch-f .row .pro-sec-right p.subhead{
    font-size: 27px;
    font-family: var(--heading-font);
}

.catch-f h3{
   font-size: 40px;
    font-family: var(--heading-font);
    line-height: 1.1;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    text-align:center;
}




/*Counter css*/
section.counter {
   background: #1E1D85;
}
section.counter .counter-box {
    text-align: center;
    padding: var(--p40);
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 15px;
}
section.counter img.img-fluid {
    width: 80px;
    margin-bottom: var(--m20);
}
section.counter h3 {
    font-size: var(--f48);
    color: var(--white-color);
    margin-bottom: var(--m5);
    line-height: 1.2;
}
section.counter h5 {
    font-size: var(--f18);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
}
section.counter .counter-box:hover{
    background:var(--btn-color);
}
/*Testimonial css*/
/*Counter css*/

section.counter {
    background: #1E1D85;
 }
 section.counter .counter-box {
     text-align: center;
     padding: var(--p40);
     -webkit-transition: 0.5s all;
     -ms-transition: 0.5s all;
     transition: 0.5s all;
     border-radius: 15px;
 }
 section.counter img.img-fluid {
     width: 80px;
     margin-bottom: var(--m20);
 }
 section.counter h3 {
     font-size: var(--f48);
     color: var(--white-color);
     margin-bottom: var(--m5);
     line-height: 1.2;
 }
 section.counter h5 {
     font-size: var(--f18);
     color: var(--white-color);
     font-weight: 500;
     margin-bottom: 0;
 }
 section.counter .counter-box:hover{
     background:var(--btn-color);
 }
 /*Testimonial css*/
  /*Testimonial css*/
section.testimonial {
    position: relative;
}
section.testimonial .owl-carousel .owl-item{
    padding: 5px;
}
section.testimonial .head-sec {
    text-align: center;
}
section.testimonial  .head-sec p{
    color: var(--white-color);
}
section.testimonial  .head-sec h2{
    margin-bottom: 40px;
    color: var(--text-black);
}
section.testimonial .icon{
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 10%;
        z-index: 1;
        top: 75%;
}
section.testimonial .owl-carousel .owl-item img {
margin: auto;
    margin-top: 0;
    width: 25px;
    object-fit: cover;
    margin-bottom: 20px;
}
section.testimonial .testy {
   width: 100%;
    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    background: transparent;
}
section.testimonial .item {
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding: 5px;
}
:root {
  --mon: "Montserrat", sans-serif;
  --blue: #8a6bff;
  --darkblue: #0a0a36;
}
.container {
  width: 100%;
  margin: auto;
  padding: 0 15px;
}
.sec-title {
  margin-bottom: 50px;
  padding-bottom: 15px;
  position: relative;
}
.sec-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background: #000;
}
.sec-title h2 {
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: var(--blue);
}
.sec-title p {
  font-size: 18px;
  line-height: 28px;
}
.section.testimonial  {
  background: var(--blue);
  position: relative;
  z-index: 2;
  padding: 50px 0;
}
section.testimonial  .owl-carousel {
  padding: 0px;
}

.single-testimonial {
  position: relative;
  z-index: 2;
  flex-direction: column;
  background: var(--white-color);
  border-radius: 10px;
  padding: 35px 30px;
  text-align: center;
  box-shadow: 0 0 10px #00000059;
  width: 32%;
  height: auto;
}
.single-testimonial p {
      color: #333;
    font-size: 15px;
    line-height: 24px;
}
.single-testimonial::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat;
  background-size: 60%;
  width: 126px;
  height: 100px;
  transform: rotate(180deg);
  background-position: 34px 15px;
  display: none;
}
.client-details h3{
    color: var(--black-color);
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}
section.testimonial p.testi-para {
    margin-bottom: 0px;
    margin-bottom: 5px;
    font-size: var(--f13);
    line-height: 1.4;
    color: #999999;
    height: auto;
}
section.testimonial p.testi-date {
    margin-bottom: 0px;
    font-size: var(--f13);
    line-height: 1.4;
    color: var(--primary-color);
    height: auto;
}
.single-testimonial::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat;
  background-size: 60%;
  width: 126px;
  height: 100px;
  background-position: 34px 19px;
  display: none;
}
.round {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.round-1::before {
  content: "";
  position: absolute;
  left: 88px;
  top: -7px;
  width: 50px;
  height: 7px;
  background: #fff;
  border-radius: 30px;
}
.round-1::after {
  content: "";
  position: absolute;
  left: -7px;
  top: 62px;
  width: 7px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
}
.round-2::before {
  content: "";
  position: absolute;
  right: 87px;
  bottom: -7px;
  width: 50px;
  height: 7px;
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.round-2::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: 62px;
  width: 7px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.client-video {
  padding-right: 15px;
}
.client-video h3{
    margin-bottom: 0;
}
.client-info {
  position: relative;
  z-index: 3;
}
.client-info a {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  font-size: 22px;
}
.client-info {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.client-info h6 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.client-info span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.sec-title.white-title h2 {
  color: #fff;
} 
 .owl-dots button {
  background: #fff !important;
  width: 10px;
  height: 10px;
  border-radius: 26px;
  margin: 0 5px;
  transition: 0.3s;
}
 .owl-dots {
  text-align: center;
  margin-top: 50px;
}
.owl-dot.active{
  width: 50px;
    background: #fff;
    border-radius: 10px;
    height: 12px;
}
.owl-dot.active span{
    width: 0 !important;
    background: #fff !important;
}
.owl-dots{
    display: flex;
    justify-content: center;
    align-items: center;
}
section.testimonial .owl-prev, section.testimonial .owl-next {
    border-radius: 100% !important;
    padding: 5px !important;
    border: 1px solid #000;
    left: auto;
    background: rgb(255 255 255 / 35%) !important;
    border-color: transparent;
    color: #000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 0 7px #00000033;
    width: 35px !important;
    height: 35px !important;
}
section.testimonial .overlay{
  background: transparent;
}
section.testimonial .owl-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
 /*About Owner*/
section.about-home .about-img{
  display:flex;
  justify-content:center;
  align-items:center;
  height:100%;
 
}
section.about-home .about-img .main-about-img{
     overflow:hidden;
     border-radius:10px;
}
section.about-home img{
   width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 460px;
    object-fit: cover;
    height:440px;
    transition: 0.5s all;
    border-radius:10px;
}
section.about-home img:hover{
    transform: scale(1.14);
}

section.about-home .col-7.md-12.sm-12 {
    /*background: var(--black-color);*/
    padding: 0 var(--p80);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.about-home .cont{
    margin-bottom: var(--m30);
    max-height: 240px;
    overflow: hidden;
}

section.about-home a.abt-btn.main-btn {
    width: 250px;
    text-align: center;
    padding: var(--p13) var(--p20);
}

section.about-home .head-sec p{
    text-align:left;
}
section.about-home .head-sec {
    text-align: left;
    margin-bottom: var(--m20);
}
section.about-home .col-7.md-12.sm-12 {
    padding: 0 var(--p80);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
section.about-home {
    background: var(--lt-bg-color);
}
/*Attraction css*/
/*Attraction css*/
section.how-we-value-wrapp{
    background: var(--lt-bg-color);
}
.attr-btn{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.how-we-value-wrapp h6{
    line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: 0px;
}
.how-we-value-wrapp .atrr{
   padding: var(--p8);
    position:relative;
}
.how-we-value-wrapp .atrr a{
    position:relative;
}
.how-we-value-wrapp img.img-fluid {
    border-radius: 0px;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.how-we-value-wrapp .row{
    gap: 30px 0;
        justify-content: center;
}
.how-we-value-wrapp .img-card {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.7s ease;
    position: relative;
    transform: translateY(0px);
}
.how-we-value-wrapp .img-card:hover{
    transform: translateY(-30px)
}
.how-we-value-wrapp .atr-cont{
   background: transparent;
    width: 100%;
}
.how-we-value-wrapp .atr-cont h4 {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: var(--f20);
     color: var(--black-color);
    font-family: var(--primary-font);
    padding: var(--p15) 0;
    text-align: center;
}

.how-we-value-wrapp .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0, 0);
    display: none;
}
.how-we-value-wrapp .atr-cont .arrow{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: var(--white-color);
    flex-shrink: 0;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    background: var(--heading-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 1px solid var(--heading-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.how-we-value-wrapp .arrow:hover{
    background: var(--white-color);
    color: var(--heading-color);
}
.how-we-value-wrapp a.main-btn {
    width: 180px;
    text-align: center;
    margin: auto;
    margin-top: var(--m10);
    border-radius: 4px;
}
.how-we-value-wrapp .pro-btn{
    text-align: center;
    margin-top: var(--m30);
}
.how-we-value-wrapp .attr:hover .atr-cont{
    background: var(--white-color);
    box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
}
.how-we-value-wrapp .atrr:hover .atr-cont h4{
    color: var(--heading-color);
    text-shadow: 0px 0px 0px #000;
}
.how-we-value-wrapp .atrr:hover .arrow{
    opacity: 1;
    visibility: visible;
}
.how-we-value-wrapp .attraction-btn{
    margin-top: var(--m30);
}
 /*Agent css*/
section.agent {
    background-color: #1E1D85;
    background-image: url(../images/agent.png), url(../images/agent-bg-01.png);
    background-repeat: no-repeat;
    background-position: right bottom, left bottom;
    background-size: contain;
    position: relative;
}
section.agent h2{
    color: var(--white-color);
}
section.agent p {
    color: #f2f2f2;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 0px;
}
section.agent .col-4.col-md-4.col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.agent a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}
/*faq css*/
section.faq{
    background:var(--white-color);
}
section.faq .how-we-value-heading h6{
    line-height: 1.3;
    color: var(--secondary-color);
    letter-spacing: 0.03em;
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: var(--m10);
}
section.faq .accordion-flush .accordion-item{
    border: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
    background: var(--white-color);
    margin-bottom: var(--m20);
    border-radius: 10px;
    border-left: 10px solid #122a42;
    border-right: 10px solid #122a42;
}
section.faq .accordion-flush .accordion-item .accordion-button, section.faq .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    padding: var(--p20);
    font-size: var(--f18);
    font-weight: 500;
    color: var(--heading-color);
}
section.faq .accordion-button:not(.collapsed){
    background: var(--white-color);
}
section.faq p {
    color: var(--primary-color);
    font-size: var(--f14);
    font-weight: 500;
}

.sec-line {
    position: relative;
    margin-bottom: var(--m15);
    line-height: 0;
}
section.faq img{
    border-radius: 10px;
}
section.faq .accordion-body {
    color: var(--primary-color);
    font-size: var(--f14);
}
section.faq a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    margin-top: var(--m10);
}
/*Newsletter css*/
section.news-letter {
    background: var(--lt-bg-color);
}

section.news-letter h2 {
    margin-bottom: var(--m20);
}
section.news-letter p {
    font-size: 18px;
    font-weight: 500;
    max-width: 480px;
    color: var(--primary-color);
    line-height: 1.5;
}
section.news-letter  input.form-control {
    padding: var(--p5) var(--p5);
    background: transparent;
    border: none;
    min-height: 41px;
    color: var(--primary-color);
    font-size: var(--f14);
}

section.news-letter form {
    background: var(--white-color);
    padding: var(--p15);
    border-radius: 10px;
    display: flex;
}

#model-form .modal-content {
    background-color: var(--secondary-color);
    border: 0px;
    border-radius: 0px;
}

#model-form .modal-header {
    flex-direction: column;
    padding-bottom: 0px;
    border-bottom: 0px;
}
#model-form img.logo {
    width: 220px;
    margin-bottom: var(--m10);
}
#model-form .modal-body {
    padding-top: 0px;
}
#model-form .captcha img{
    width: 150px;
    height: 39px;
}
#model-form .modal-header i{
    color: var(--white-color);
    font-size: var(--f19);
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 10px;
}
#model-form p.call-us, p.call-us a{
    color: var(--white-color);
    font-size: var(--f14);
    margin-bottom: var(--m10);
}
#model-form .modal-dialog{
    max-width:370px;
}
#model-form p.or {
    color: var(--white-color);
    margin-bottom: var(--m10);
}

#model-form .modal-header p{
    color: var(--white-color);
    line-height: 1.5;
    text-align: center;
    font-size: var(--f12);
}
#model-form .form-group {
    padding: 0px;
}
#model-form .form-control {
    border-radius: 0px;
    font-size: var(--f14);
    margin-bottom: var(--m15);
    padding: 8px 10px;
}
#model-form button.main-btn {
    padding: var(--p10) var(--p15);
    font-size: var(--f14);
    width: 100%;
}
#model-form  .form-control:focus {
    background-color: var(--white-color) !important;
}
#model-form .captcha-main {
    padding: 0px;
    display: flex;
    gap: 10px;
}
#model-form button#reload {
    height: 39px;
    border-radius: 0px;
}
#model-form .captcha {
    display: flex;
}

.mob-btn{
    display:none;
}


/* attractions */


.attractions .image-box{
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 5px;
}

.attractions .image-box img{
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.attractions .image-box:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 120%;
    left: -10%;
    height: 50px;
    background: #ffffff;
    border-top: 7px solid transparent;
    -ms-transform: rotate(-17deg);
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    z-index: 1;
}

.attractions .inner-box:hover .image-box:before{
    border-top-color: #d5ae82;
}

.attractions .lower-box{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin-left: 40px;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2px;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    z-index: 3;
}

.attractions .inner-box:hover .lower-box{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20);
}

.attractions .lower-content{
    position: relative;
    display: block;
    background: #ffffff;
    padding: var(--p20);
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0px 0px 3px 3px;
    z-index: 1;
}

.attractions .lower-content .icon-box{
    position: absolute;
    right: 30px;
    top: -45px;
    width: 90px;
    height: 90px;
    background: #061138;
    color: #d5ae82;
    text-align: center;
    font-size: 42px;
    line-height: 90px;
    border-radius: 50%;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    display: none;
}

.attractions .inner-box:hover .lower-content .icon-box{
    background: #d5ae82;
    color: #ffffff;
}

.attractions .lower-content .cat{
    position: relative;
    display: block;
    color: #7b8594;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.attractions .lower-content h4{
    position: relative;
    color: var(--heading-color);
    margin-bottom: 20px;
    height: 40px;
    overflow: hidden;
}

.attractions .lower-content h4 a{
    color: var(--other-color);
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.attractions .lower-content h4 a:hover{
    color: var(--secondary-color);
}

.attractions .inner-box:hover .link-box a{
    color: var(--secondary-color);
}
.attractions .col-4{
    position: relative;
    padding-right: 0;
    width: 32%;
margin-bottom: var(--m20);
}
.attractions .row{
    justify-content: space-between;
    position: relative;
    bottom: 50px;
}


.attractions .head{
    background: url(../images/attr-cta.jpg);
    padding: var(--p60);
    position: relative;
}
.attractions .head::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #122a42;
    opacity: 0.70;
}
.attractions{
    padding: 0;
    /* padding-top: 30px; */
    padding-bottom: 40px;
}
.attractions .how-we-value-heading{
    position: relative;
}
.attractions .how-we-value-heading h2,h6{
    color: var(--white-color);
}
#datepicker-demo17.datepicker{
    left:0;
}
/*Book Now css start*/
.book-now img{
    object-fit: cover;
    border-radius: 15px;
    width: 100%;
    height: 350px;
}
.book-now a.main-btn {
    display: block;
    /* border-radius: 7px; */
    width: 150px;
    text-align: center;
    /* margin: auto; */
    margin-top: var(--m10);
    /* text-decoration: none; */
    /* font-size: var(--f13); */
}
.book-now .col-5{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5%;
}
.book-now .col-5.guest-cont{
    padding-right: 5%;
    padding-left: 12px;
}
.left-guest-sec img{
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.right-guest-sec img{
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 15px;
}
.right-guest-sec img:last-child{
    height: 200px;
}
.book-now .show-less{
    height: 209px;
    overflow: hidden;
    margin-bottom: 10px;
}
.book-now a.show-more {
    cursor: pointer;
}
.book-now .col-7.guest-img{
    flex-direction: row;
    justify-content: space-between;
    display: flex;
}
.book-now .left-guest-sec, .book-now .right-guest-sec {
    display: flex;
    flex-direction: column;
    width: 48.5%;
    gap: 20px 0;
}
section#abt {
    background: #ffffff;
}
section.featured-pro .how-we-value-heading{
    margin-bottom: 40px;
}
section.featured-pro .prop-link {
    position: relative;
}
section.featured-pro .row{
    gap:20px 0;
    justify-content: center;
}
section.featured-pro .main-prop {
    position: relative;
    overflow: hidden;
}

section.featured-pro img.img-fluid {
    width: 100%;
    height: 450px;
    object-fit: cover;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
section.featured-pro .main-prop:hover img{
    transform: scale(1.14);
}
section.featured-pro .pro-img a:before{
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    z-index: 1;
}
section.featured-pro .pro-cont h4{
    color: var(--white-color);
}
section.featured-pro .pro-img a{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 10px 10px 0 0;
    display: block;
}
section.featured-pro .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p24);
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,.8));
    position: absolute;
    bottom: -20px;
    width: 100%;
    padding-bottom: var(--p34);
    z-index: 1;
    transition: all 0.7s;
}
section.featured-pro .pro-cont .view-more{
    color: var(--white-color);
    display: flex;
    gap: 5px;
    align-items: center;
}
section.featured-pro .pro-cont span i{
    color: var(--secondary-color);
}
section.featured-pro .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.6);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 10px 0;
}
section.featured-pro .main-prop:hover .line{
    width: 97%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
section.featured-pro a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

section.featured-pro .main-prop:nth-child(3){}
section.featured-pro .single ul{
justify-content: flex-start;
gap: 40px;
}
section.featured-pro .single .pro-img {
height: 550px;
}
section.featured-pro .single .pro-img img{
    height: 550px;   
}
section.featured-pro .single {
    margin-top: var(--m40);
}
section.featured-pro .single a{
    top: 27px;
}
section.featured-pro .single .pro-cont{
    width: 98%;
}
section.featured-pro .main-prop:hover .pro-cont {
bottom: 0;
}

section.featured-pro .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size:var(--f14);
}
section.featured-pro .rating i.checked {
    color: #FCAF3D;
}
section.featured-pro .rating{
    margin-bottom:var(--m15);
    display: none;
}
section.featured-pro h3.title {
    font-size: var(--f22);
    line-height: 1.2;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: var(--m11);
}
section.featured-pro h3.title a{
    color: var(--heading-color);
}
section.featured-pro p.adr {
    font-size: var(--f14);
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: var(--m20);
    line-height: 1.5;
    height:21px;
    overflow:hidden;
}
section.featured-pro ul {
    margin: 0 0 var(--m20);
    padding: var(--p20) var(--p20) var(--p15);
    padding-left: 0;
    padding-top: 3px;
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
}
section.featured-pro i {
    margin-right: var(--m8);
}
section.featured-pro ul li{
    font-size: var(--f14);
    color: var(--white-color);
}
section.featured-pro h5{
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
section.featured-pro .pro-img {
    position: relative;
    overflow: hidden;
    height: 200px;
}
section.featured-pro h5 span{
    font-weight: 600;
    font-size: var(--f24);
    color: var(--white-color);
}
section.featured-pro .featured i{
    margin-right: 0;
    cursor: pointer;
}
section.featured-pro .featured span {
    font-weight: 400;
    font-size: var(--f18);
    color: var(--white-color);
    background-color: transparent;
    padding: var(--p7) var(--p15);
    display: inline-block;
    border-radius: 5px;
    transform: rotate(-90deg);
    letter-spacing: .2em;
    border: 1px solid;
}
section.featured-pro .featured{
    position: absolute;
    top: 50px;
    right: -10px;
    z-index: 0;
}
.about_wrapper .upper-head {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 60px;
}
.about_wrapper .heading_sec{
margin-bottom: 0px;
text-align: left;
}

.about_wrapper a.main-btn{
    width: 150px;
    text-align: center;
    display: block;
}
.about_wrapper .upper-head h2{
    font-size: 40px;
    font-family: var(--heading-font);
    margin-bottom: 30px;
}
.about_wrapper .abt-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-img1{
    text-align: right;
}
.about-img1 img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}
.about-img2 img{
    position: absolute;
    left: 0px;
    width: 75%;
    bottom: -20px;
    /* border-radius: 30px; */
    border: 5px solid #fff;
    object-fit: cover;
    height: 250px !important;
}
.about_wrapper .col-lg-6.text-center.text-lg-start p{
    /*line-height: 30px;*/
    margin-bottom: 15px;
}
.about_wrapper .col-lg-6.text-center.text-lg-start{
    padding-right: 0%;
    width: 60%;
}

.about_wrapper .col-lg-6.mb-4.mb-lg-0.ps-lg-4.position-relative.text-center {
    width: 40%;
}

/*Blogs css start*/
section.blog-sec {
    padding: 20px 10px;
    background: var(--white-color);
    /* padding: var(--p90) var(--p12); */
    padding-top: 0;
}

section.blog-sec .head {
    text-align: center;
    margin-bottom: 40px;
}
section.blog-sec .col-lg-3.col-md-6.col-sm-12.col-xs-12.mt-4{
    margin-top:5px !important;
}
section.blog-sec p.subtitle {
    text-transform: uppercase;
    color: #FF7425;
    font-size: 14px;
    letter-spacing: 0.3em;
    font-weight: 700;
}
section.blog-sec .head h2{
    color: var(--block-color);
    text-transform: capitalize;
}
section.blog-sec .head h2 span{
    /* font-weight: 400; */
    /* -webkit-text-fill-color: transparent; */
    nt; */
    -webkit-text-stroke-width: 1px;
    /* -webkit-text-stroke-color: black; */
}
section.blog-sec .blog-image{width: 100%;height: 300px;overflow: hidden;border-radius: 0;margin-bottom: 10px;}
section.blog-sec .col-lg-4.col-md-6.col-sm-12.col-xs-12.mt-4{
    margin-top: 0px !important;
}
section.blog-sec .row{
    gap:30px 0;
}
section.how-we-value-wrapp .attr-btn{
    margin-top: 0px;
}
section.blog-sec .blog-image img{
    width: 100%;
    height: 300px;
    object-fit: contain;
    transition: all .5s ease-out;
    transform: scale(1);
}
section.blog-sec .blog-image img:hover{
     transform: scale(1.03);
}
section.blog-sec p.posted{
    font-size: 12px;
    letter-spacing: 0.2em;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}
section.blog-sec p.posted a{
    color: #FF7425;
}
section.blog-sec h4{
    font-size: 20px;
    margin-bottom: 18px;
}
section.blog-sec h4 a{
    color: var(--black-color);
}
section.blog-sec h4 a:hover{
    color: var(--secondary-color);
}
section.blog-sec .blog-author img{
    width: 40px;
    height: 40px;
    border-radius: 20px;
}
section.blog-sec .blog-author {
    display: flex;
    gap: 12px;
    align-items: center;
}
section.blog-sec .author-post span{
    font-size: 12px;
    color: var(--black-color);
    letter-spacing: 3px;
    letter-spacing: 0.2em;
    font-weight: 700;
}
section.blog-sec .author-post p{
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 1.6;
}
section.blog-sec .author-post p a{
    color: var(--black-color);
}

/*Blogs css start*/
section.blog-list {
    background: var(--white-color);
    /* padding: var(--p90) var(--p12); */
    padding-bottom: 0px;
}
section.blog-list h2{
    font-size: 30px;
}
section.blog-list .blog-side {
    padding-left: 20px;
    padding-right: 20px;
}
section.blog-list .blog-side h2{
    margin-bottom: 20px;
}
.blog-side .search-blog, .blog-side .recent-posts, .blog-side .categories, .blog-side .follow{
    margin-bottom: 50px;
}
.blog-side .recent-posts span{
    display:none;
}
.blog-side form {
    border-bottom: 1px solid #C8C8C8;
    position: relative;
}
.blog-side form input{
    border: 0px solid;
    width: 100%;
    font-size: 16px;
    width: 100%;
    padding: 4px 0;
    height: 40px;
}
.blog-side form button {
    width: 25px;
    height: 25px;
    background: transparent;
    border: 0px solid;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.blog-side form button i{
    font-size: 16px;
    color: #888;
}
.blog-side form button:hover i{
    color: #FF7425;
}
.blog-side .recent-images img{
    width: 85px;
    height: 85px;
    object-fit: cover;
}
.blog-side .recent-posts li{
    display: flex;
    gap: 0 20px;
    align-items: flex-start;
}
.blog-side .recent-content p {
    line-height: 1.6;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}
.blog-side .recent-content p a{
    color: var(--black-color);
}
.blog-side .recent-content p a:hover{
    color: var(--secondary-color);
}
.blog-side .recent-content span{
    font-size: 13px;
    color: #888;
}
.blog-side .recent-posts ul{
    display: flex;
    flex-direction: column;
    gap: 25px;
} 
.blog-side .categories li{
    font-size: 17px;
    font-weight: 600;
}
.blog-side .categories li a{
    color: var(--black-color);
    line-height: 1.6;
}
.blog-side .categories li a:hover{
    color: var(--secondary-color);
}
.blog-side .follow i{
    font-size: 22px;
}
.blog-side .follow ul{
    display: flex;
    align-items: center;
    gap: 20px;
}
.blog-side .follow a:hover i{
    color: #FF7425;
}
.blog-side .tags ul{
    display: flex;
    gap: 8px 8px;
    flex-wrap: wrap;
}
.blog-side .tags li{
    text-transform: capitalize;
    font-size: 17px;
}
.blog-side .tags a:hover{
color: #FF7425;
}
.blog-list-details .list-image img{
    width: 100%;
    height: 230px;
    /*object-fit: cover;*/
    object-fit: contain;
    transition: all .5s ease-out;
    transform: scale(1);
}
.blog-list-details .list-image img:hover{
     transform: scale(1.03);

}

.blog-list-details .list-image{
    position: relative;
    margin-bottom: 20px;
}
.blog-list-details .blog-list-sec {
    display: flex;
    gap: 30px 6%;
    flex-wrap: wrap;
}
.blog-list-details .dates-created p{
    padding: 12px 18px;
    background: var(--territiary-color);
    color: var(--white-color);
    display: inline-block;
    font-size: 15px;
    margin-bottom: 0px;
}
.blog-list-details .dates-created{
    position: absolute;
    right: 0;
    top: 0;
}
.blog-list-details .list-category a{
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.blog-list-details .list-category span.separator:after {
    content: ',';
    margin-right: 5px;
}
.blog-list-details .list-category {
    display: flex;
    gap: 24px;
    margin-bottom: 8px;
}
.blog-list-details .list-text h3{
    font-size: 25px;
    margin-bottom: 12px;
    height: 65px;
    overflow: hidden;
}
.blog-list-details .list-text h3 a:hover{
    color: var(--secondary-color);
}
.blog-list-details .list-details {
    width: 47%;
}
.list-btn a{
    font-weight: 600;
}
.list-btn a:hover{
    color: var(--secondary-color);
}
.banner.blog-details img{
    height: 280px;
    width: 100%;
    object-fit: cover;
}
.banner.blog-details {
    height: 280px;
    position: relative;
}
.banner.blog-details .overlay{
    width: 100%;
    height: 100%;
    background: #00000040;
    position: absolute;
    left: 0;
    top: 0;
}

section.blog-details {
    background: var(--white-color);
    padding: var(--p90) var(--p12);
}
section.blog-details h2{
    font-size: 36px;
}

section.blog-details .blog-side {
    padding-left: 20px;
    padding-right: 20px;
}
section.blog-details .blog-side h2{
    margin-bottom: 20px;
    font-size: 28px;
}
.blog-detail-image img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.blog-details-content {
    margin-top: 30px;
}
.upper-head {
    padding: 10px 0;
}
.upper-head span{
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 12px;
    position: relative;
}
.upper-head span::after{
    content: "|";
    margin-left: 10px;
    color: var(--primary-color);
    font-size: 14px;
}
.upper-head span.comments::after{
    display: none;
}
.blog-details-para p{
    margin-top: 26px;
    margin-bottom: 15px;
}
blockquote {
    padding: 45px 60px;
    margin: 30px 0 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    background: var(--black-color);
    border-left: 5px solid #FF7425;
    color: #fff;
    position: relative;
    z-index: 1;
}
blockquote p{
    color: #707070;
    margin-top: 10px;
    margin-bottom: 0;
}
.blog-details-para {
    margin-bottom: 50px;
}
.tag-share-wrap {
    padding-bottom: 60px;
}
.tag-share-wrap .post-tags {
    padding-left: 0px;
    padding-bottom: 20px;
}
.tag-share-wrap .post-tags a {
    display: inline-block;
    margin-bottom: 8px;
    padding: 5px 11px;
    font-size: 14px;
    line-height: 1.143;
    font-weight: 500;
    color: #000;
    transition: 0.4s;
    border-radius: 0;
    border: 2px solid #D9D9D9;
}
.tag-share-wrap .post-tags a:not(:last-child) {
    margin-right: 8px;
}
.tag-share-wrap .post-tags a:hover {
    border-color: #FF7425;
}
    .text-lg-end {
        text-align: right;
    }
    .social-share {
    display: inline-block;
}
.social-share a {
    width: 35px;
    height: 35px;
    line-height: 32px;
    display: inherit;
    border-radius: 50%;
    color: #000;
    transition: 0.4s;
    border: 2px solid #D9D9D9;
    text-align: center;
}
.social-share a:not(:last-child) {
    margin-right: 8px;
}
.social-share a:hover {
    border-color: #FF7425;
}
.footer-navigation {
    display: flex;
    gap: 2%;
}
.footer-navigation .previous-nav, .footer-navigation .next-nav{
    width: 49%;
}
.footer-navigation .next-nav{
    text-align: right;
}
.footer-navigation span.previous-text, .footer-navigation span.next-text {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.3px;
    color: #656565;
    padding-bottom: 10px;
}
.footer-navigation span.next-text{
    justify-content: flex-end;
}
.footer-navigation span.nav-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--black-color);
}
.comments-section {
    margin-top: 60px;
}
.comments-heading {
    font-size: 28px;
}
.comments-item-list li{
    margin-top: 30px;
}
.comments-item-list .author-image img{
    width: 80px;
    height: 80px;
}
.comments-item-list .author-image{
    width: 80px;
    height: 80px;
    float: left;
    overflow: hidden;
    margin-right: 30px;
    z-index: 1;
    position: relative;
}
.author-info span{
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.author-info h4{
    font-size: 19px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}
.author-comment{
    overflow: auto;
}
.comment-reply a{
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}
.comment-reply a:hover{
    color: #FF7425;
}
.children-comment {
    padding-left: 110px;
}
.comments-form {
    margin-top: 100px;
}
.comments-form h3{
    font-size: 28px;
    margin-bottom: 20px;
}
.comments-form p{
    margin-bottom: 40px;
}
.comments-form label{
    display: block;
    margin-bottom: 5px;
    color: #000;
}
.comments-form input, .comments-form textarea {
    background: transparent;
    margin-bottom: 20px;
    padding: 20px 30px;
    line-height: 1;
    font-size: 16px;
    color: #656565;
    border: 1px solid #ccc;
    width: 100%;
    display: block;
    border-radius: 4px;
}
.comments-form textarea {
    height: 200px;
    line-height: 1.3;
}
.comment-cookies label{
    color: #656565;
    margin-bottom: 0px;
}
.comment-cookies {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
}
.comment-cookies input{
    width: auto;
    margin-bottom: 0px;
}
.comments-form button.main-btn {
    padding: 20px 35px;
}
section.blog-category-section {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 60px;
}
section.adverisment {
    padding: 20px 10px;
    text-align: center;
    padding-bottom: 0;
}
section.adverisment h2{
    font-size: 14px;
    font-family: var(--primary-font);
    color: #8a8a8a;
    font-weight: 400;
    margin-bottom: 0px;   
}
section.blog-sec.first-ads .container-fluid{
    max-width:1244px;
}
}