.banner{
    display: none;
}

.breadcrumb-wrap{
    display: none;
}


.page-title{
    background-position: bottom center;
  background-attachment: fixed;
  height: 100vh;
}
.page-title .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
.page-title h1{
    display: block;
    top: 0;
    margin-top: 0px;
}
.page-title .auto-container{
    height: 100%;
    bottom: 0;
    align-items: center;
    justify-content: center;
}

section.events-sec .abt-para {
    width: 70%;
    text-align: center;
    margin: auto;
}
section.events-sec .abt-para p{
    text-align: center;
}
section.gallery_section {
    background: #fffce8;
    padding-left: 0;
    padding-right: 0;
}
section.gallery_section .container-fluid{
    padding-left: 0;
    padding-right: 0;
}
section.gallery_section .head-sec{
    margin-bottom: 40px;
}
.gallery-btn{
    text-align:center;
}
.gallery_section a.main-btn {
    width: 200px;
    margin-top: 30px;
    transition: .3s ease-in-out;
}
.gallery_section a.main-btn:hover{
    transform: translateY(-4px);
}
.gallery_section #more-slide img{
    width:100%;
    height:620px;
    object-fit:cover;
}
.gallery_section .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.gallery_section .owl-nav button.owl-prev {
  left: 7.5%;
}
.gallery_section .owl-nav button.owl-next {
  right: 11.4%;
  left: auto;
}

.gallery_section .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.gallery_section .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.gallery_section .owl-dots button.owl-dot.active {
  background-color: #000;
}
.gallery_section .owl-dots button.owl-dot:focus {
  outline: none;
}
.gallery_section .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 99px;
    box-shadow: 0 2px 40px -10px rgb(83 54 36 / 19%);
    width: 60px;
    height: 60px;
    background: var(--white-color) !important;
    color: #000 !important;
}
.gallery_section .owl-nav button:focus {
    outline: none;
}
.gallery_section .item {
    width: 100%;
}
section.loop-section {
    padding: 0;
    background: var(--white-color);
}
section.loop-section .loop-bg {
    background: #9f8d8d;
    background: url(../images/loop-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: var(--p90) var(--p12);
}
section.loop-section .loop-content {
    max-width: 920px;
    margin: auto;
    text-align: center;
}
section.loop-section .loop-content h2{
    color: var(--white-color);
    margin-bottom: 35px;
}
section.loop-section .loop-content p{
    color: var(--white-color);
    max-width: 80%;
    margin: auto;
    margin-bottom: 30px;
}

section.loop-section input, section.loop-section textarea, section.loop-section select{
    width: 100%;
    height: 55px;
    background: transparent;
    border: 0px solid;
    border-bottom: 1px solid var(--heading-color);
    color: var(--white-color);
    margin-bottom: 25px;
    font-size: 19px;
    padding: 0 10px;
    border-radius: 0;
}
section.loop-section input:focus, section.loop-section textarea:focus, section.loop-section select:focus{
    color: #fff !important;
    background-color: transparent !important;
    border-color: var(--heading-color) !important;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25) !important;
}
section.loop-section select option{
    color:#000;
}
section.loop-section input::placeholder, section.loop-section textarea::placeholder{
    color: var(--white-color);
}
section.loop-section textarea{
    height: 120px;
    padding-top: 10px;
}
.page-title{
    display: flex;
}


/* new css */


section.page-title .container {
    position: relative;
    height: 100%;
    top: 81px;
}

.row.pgtitl {
height: 100%;
}

.event-cont {
    text-align: left;
  align-self: center;
}

.event-cont span {
    color: white;
    background: var(--secondary-color);
    padding: 5px 30px;
    border-radius: 25px;
    font-weight: 600;
    letter-spacing: 1px;
}

.event-cont h1 {
    color: var(--btn-hover);
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    margin: 20px 0;
}

.event-cont h3 {
    color: var(--white-color);
    font-weight: 400;
    font-size: 32px;
    text-shadow: 0 0 15px #000000;
}


/* about us section start */

section.about-sec {
	position:relative;
  padding: var(--p100) var(--p12);
  margin-bottom:40px;
}

.row.abt-row {
    gap: 0 20px;
}

.abt-col {
    width: 49%;
    height: 480px;
    position: relative;
}

.abt-tpimg {
 position: absolute;
    top: 8%;
    left:8%;
    padding: 1.5em;
    background: var(--btn-hover);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.abt-tpimg i {font-size:45px;color: black;}

.cmncls img {
    width: 100%;
}
.abt-mnimg.cmncls {
      padding: 1em;
      border: 4px solid var(--btn-hover);
      border-radius: 18px;
}

.abt-mnimg.cmncls img {
    height: 400px;
    object-fit: cover;
  border-radius: 18px;
}

.abt-dnimg.cmncls {
  position: absolute;
      bottom: -9%;
    width: 50%;
    right: -10%;
  padding: 1em;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.abt-dnimg.cmncls img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
}

.abt-con {
    padding-left: 90px;
    align-self: center;
    height: 320px;
    overflow: hidden;
}

/* under about icon */

section.about-sec.abt-ion {
    padding: 0 var(--p12);
}

.abt-icon {
    justify-content: space-evenly;
}

.abt-icbx {
    box-shadow: rgba(0, 0, 0, 0.25) 2px 5px 15px;
    width: 32%;
  padding: 30px;
  border-radius: 15px;
}

.abt-iconrght i {
    background: var(--secondary-color);
    color: var(--bg-white);
    font-size: 30px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abt-iconrght i:hover {
background: var(--btn-hover);
}

.abt-icbx h3 {
    font-weight: 900;
    margin: 10px 0 0 0;
}

.abt-icbx p {
    line-height: 24px;
    width: 90%;
}

.abt-btn {
    text-align: center;
    padding: 50px 0 0;
}

.abt-btn a{
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 3px;
    font-size: var(--f18);
}


/* Gallery Section */


section.attractionlist {
  	background: url("/front/images/gallery-bg.webp");
  	position: relative;
  	text-align: center;
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center;
  	height: 80vh;
  	padding-top: 0px;
  	padding-bottom: 0px;
  	justify-content: center;
  	align-items: flex-end;
  	background-attachment: fixed;
}


section.attractionlist .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100vh;
}

section.attractionlist .container {
    position: relative;
  height: 100%;
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


section.attractionlist, section.attractionlist .container{
    padding-left: 0;
    padding-right: 0;
    /* background: #172423; */
}
section.attractionlist .pro-img img{
width: 100%;
height: 260px;
object-fit: cover;
margin-bottom: 10px;
  border-radius: 10px;
}
section.attractionlist .pro-content h4{
    font-size: 1.6em;
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: 10px;
}
section.attractionlist .pro-content p{
    margin-bottom: 0;
    color: var(--black-color);
}
section.attractionlist button.owl-next, section.attractionlist button.owl-prev{
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: .7;
    transition: opacity .3s;
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
}
section.attractionlist button.owl-next{
    left: auto;
    right: 6%;
}
section.attractionlist button.owl-next:hover, section.attractionlist button.owl-prev:hover{
    opacity: 1;
}
section.attractionlist button.owl-next i, section.attractionlist button.owl-prev i{
    color: var(--white-color);
    font-size: 25px;
}

select option{
background-color: #00000073 !important;
    color:white !important;
}

div#studio-slider {
    padding: 0 5%;
}

.btn-outline-danger {
    font-size: 50px;
    color: white;
     border-color:transparent; 
}

.btn-outline-danger:hover {
	border-color:transparent; 
  background: transparent ;
}

section.attractionlist .head-sec {
    padding-bottom: 50px;
}

section.attractionlist .head-sec h3 {
    color: white;
    letter-spacing: 4px;
    font-weight: 600;
}

section.attractionlist .head-sec h2 {
    color: var(--btn-hover);
    font-size: 60px;
}

section.attractionlist .head-sec p {
    color: white;
    width: 70%;
    margin: auto;
    font-size: 18px;
    line-height: 26px;
}

/* why choose us 2 section */

.row.pgtitl.pgtitl2 {
    height: 100%;
    justify-content: center;
	align-items:center;
}

section.bknow.wchst h1 {
    border-bottom: none;
    width: 100%;
    padding: 20px 0;
    margin: 0;
    margin-bottom: 10px;
  font-size:54px;
    text-align:center;
}

section.bknow.wchst p{
text-align:center;
  color:white;
}

.ychsto {
    text-align: center;
    margin-top: 30px;
}


/* why choose us section */

section.whychooseus {
	position:relative;
}

.whychsro {
    justify-content: center;
}

.whychslft {
    width: 48%;
  position: relative;
}

.ychsbrdr {
    border: 4px solid var(--btn-hover);
    width: 60%;
    height: 350px;
    border-radius: 10px;
    position: relative;
    left: -20%;
}

.ychsimg {
    width: 100%;
    position: absolute;
    top: 5%;
    left: -10%;
}

.ychsimg img {
    border-radius: 15px;
    width: 100%;
    height: 570px;
    object-fit: cover;
}

.ychsbtmcont {
    position: absolute;
    border-top: 5px solid var(--btn-hover);
    width: 70%;
    background: white;
    padding: 20px;
    right: 12%;
    bottom: 12%;
    border-radius: 10px;
}

.ychsbtmcont h5 {
    margin: 0;
}

.ychsbtmcont p {
    line-height: 22px;
}

.whychsrght h2 ,.whychsrght h5 {
    margin: 0;
}


/* booking section */


.bknow {
  	background: url("/front/images/top-view-lake-dock.webp");
    position: relative;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
        padding: 7em 0;
    justify-content: center;
    align-items: flex-end;
}


.bknow .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

section.bknow .container {
    position: relative;
  height: 100%;
}

section.bknow h1 {
    border-bottom: 4px solid var(--white-color);
    
    padding: 20px 0;
    margin: 0;
    margin-bottom: 40px;
}

section.bknow span {
    background: transparent;
    padding: 0;
    font-size: 18px;
}


.ychsbrdr.oneofwcusbrdr {
    left: 10%;
    width: 70%;
}

.ychsimg.oneofwcusimg {
    left: 15%;
}

whychooseus .whychsrght {
    height: 580px;
}

.whychsrght {
    height: 670px;
}


.ctacont {
width:80%;
  margin:auto;
  text-align:center;
  padding:25px;
  background:#f5f5f5;
  border-radius:20px;
}


section.about-sec .main-btn{
  margin-left: 90px;
    margin-top: 20px;
}
section.ready-form h2 {
    color: var(--black-color);
    /* font-size: 32px; */
    /* line-height: 1.3; */
    /* font-weight: 400; */
    font-family: var(--heading-font);
    margin-bottom: 25px;
    /* color: #000 !important; */
    color: var(--heading-color) !important;
}
section.ready-form form input, section.ready-form form select, section.ready-form form textarea{
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    font-size: 13px;
    color: #060606;
    line-height: 34px;
    font-weight: 400;
    border-radius: 0px;
    padding: 10px 10px 10px 10px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-top: 5px;
    margin-bottom: 15px;
}
section.ready-form form .form-group {
    padding: 0px;
}
section.ready-form form .col-lg-6{
width: 49%;
}
p.msg{
    padding:0;
}
section.ready-form form .row{
    justify-content: space-between;
}
section.ready-form form label{
    font-size: 15px;
    font-weight: bold;
    color: #000;
}
section.ready-form form .col-lg-3{
    width: 23.5%;
}
.budgets p, .events p{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}
section.ready-form form input[type="radio"]{
    display: inline;
    width: 19px;
    height: 19px;
    margin-top: 2px;
    margin-bottom: 0;
    float: left;
    margin-right: 5px;
}
section.ready-form form .budgets label, section.ready-form form .events label{
    margin-bottom: 10px;
}
.radio-list-group {
    display: flex;
    justify-content: space-between;
}
.budgets {
    width: 49%;
}
.events {
    width: 49%;
}
section.ready-form p.head-form {
    margin-bottom: 10px;
}
section.ready-form form textarea{
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
}
.form-ready .main-btn {
    width: 200px;
}