section.property-video-section {
    height: 85vh;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.property-video-section, section.property-video-section .container-fluid{
    padding: 0;
}
section.property-video-section .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000006b;
    z-index: 0;
}
section.property-video-section .hero-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.property-video-section h1{
  text-align: center;
  letter-spacing: .2rem;
  font-size: 50px;
  font-weight: 400;
  line-height: .9;
  margin-bottom: 10px;
  text-shadow: 0 0 3px #00000085;
}
section.property-video-section p{
  color: #fefefe;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 0;
    text-shadow: 0 0 3px #00000085;
    font-weight: 500;
    text-align: center;
    letter-spacing: .45rem;
}
section.property-video-section .up-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
}
section.property-video-section .up-icon img{
  width:30px;
  height:30px;
}
.basecamp-info {
    text-align: center;
    margin: auto;
    /* width: 85%; */
}
.basecamp-info h4{
margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-family: var(--primary-font);
}
.basecamp-info p{
  margin: auto;
  display: block;
  text-align: center;
}
section.room-sec h2 {
    text-align: center;
    margin-bottom: 30px;
}
section.room-sec .container-fluid{
    padding: 0;
}
section.room-sec img{
  width:100%;
  height:525px;
  object-fit:cover;
  margin-bottom:32px;
  border-radius: 15px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
section.room-sec h4{
  font-family: var(--primary-font);
    font-weight: 600;
    font-size: 24px;
}
section.room-sec .room-btn {
    text-align: center;
    margin-top: 40px;
}
section.room-sec .room-info{
  position:relative;
}
section.room-sec .room-info a{
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
}
section.room-sec.sec-offer .room-info a{
  position:relative;
}
.home-adventures img{
 width:100%;
 height:850px;
 object-fit:cover;
 border-radius: 15px;
}
.adventures-content {
    max-width: 350px;
    text-align: center;
    margin: auto;
}
.home-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.adventures-content h2{
  line-height: 1;
    text-align: center;
    text-transform: uppercase;
}
.adventures-content hr{
  color: var(--heading-color);
    opacity: 1;
    width: 115px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
.adventures-content p{
 text-align:center;
  
}
section.room-sec .room-info a.main-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 13px;
    width: 120px;
    /* border-radius: 30px; */
}

section.room-sec{
  /* padding-top:0; */
}

section.studio-section {
    padding-top: 0;
    background: var(--bg-color);
}
section.studio-section .pro-btn{
    text-align:center;
}

section.studio-section .container-fluid{
    padding:0px;
}
section.studio-section .head-sec-left {
    width: 100%;
    text-align: center;
    max-width: 830px;
    margin: auto;
}
section.studio-section .head-sec-left p{
    text-align: center;
}
section.studio-section .head-sec-right {
    max-width: 645px;
}

section.studio-section .head-sec {
    margin-bottom: 50px;
    display: block;
    text-align: center;
    justify-content: space-between;
    align-items: flex-end;
}
section.studio-section .head-sec p{
    text-align:center;
}
section.studio-section .head-sec a.head-btn{
    font-size:22px;
}
.studio-details {
    overflow: hidden;
    border-radius: 6px;
}

section.studio-section .studio-image {
    width: 100%;
    height: 570px;
    border-radius: 6px;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/studio1.webp");
    transition: all .4s ease;
}

section.studio-section .studio-image:hover {
    background-size: cover;
    transform: scale(1.1);
}

section.studio-section .studio-content {
    padding: 30px 30px;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    border-radius: 6px;
    transition: all .4s ease;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

section.studio-section .studio-content:hover {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

section.studio-section .studio-content h5 {
    font-size: 24px;
    font-weight: 400;
    color: var(--white-color);
    font-family: var(--heading-font);
    height: 72px;
    overflow: hidden;
    line-height: 1.5;
    margin-bottom: 0px;
    text-shadow: 0 0 2px #000;
}

section.studio-section .studio-content h5 a {
    color: var(--white-color);
    font-family: var(--heading-font);
}

section.studio-section .pro-img .studio-list img {
    width: 30px;
    height: auto !important;
    transform: scale(1);
}

section.studio-section .studio-list p {
    font-size: 15px;
    color: var(--white-color);
    margin-bottom: 0px;
    line-height: 28px;
    text-shadow: 0 0 2px #000;
}

section.studio-section .studio-list {
    display: flex;
    align-items: center;
    gap: 10px;
}
section.studio-section .pro-para p{
    font-size:16px;
    margin-bottom: 15px;
}
section.studio-section .studio-info {
    /* display: flex; */
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
    justify-content: flex-start;
}

section.studio-section p.studio-price {
    /* font-size: 28px;
    font-family: var(--heading-font);
    line-height: 50px;
    margin-bottom: 0;
    margin-top: 15px;
    text-shadow: 0 0 2px #000;
    color: var(--white-color); */
    position: absolute;
    top: 20px;
    left: 20px;
    background: #c59643;
    padding: 8px 12px;
    /* margin: 20px; */
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: var(--white-color);
    border: 1px solid #c59643;
    z-index: 1;
}

section.studio-section .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 0 6px;
    background: #fff;
    opacity: 0.35;
    display: block;
    -webkit-backface-visibility: visible;
    transition: 0.2s;
    border-radius: 100%;
}
section.studio-section .owl-dots .owl-dot span:hover{
    opacity: 0.7;
}
section.studio-section .owl-dots .owl-dot.active span {
    opacity: 1;
}
section.studio-section .owl-dots .owl-dot.active span:hover {
    opacity: 1;
}
section.studio-section .owl-dots {
    margin-top: 0px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

section.studio-section .owl-nav .owl-next, section.studio-section .owl-nav .owl-prev {
    margin: 0;
    padding: 0;
    background: var(--white-color);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    top: 0;
    color: #111;
    font-size: 1.1rem;
    /* transform: translateY(-50%); */
    /* left: -23px; */
}
section.studio-section .owl-nav .owl-prev{
    left:60px;
}
section.studio-section .owl-nav .owl-next{
    right:60px;
}
section.studio-section .owl-nav {
    margin-top: 0px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-50%);
}
section.studio-section .owl-theme .owl-controls .owl-nav .owl-next {
    /* left: auto; */
    /* right: -23px; */
}
section.studio-section .other-btn{
    font-size:14px;
    color:var(--heading-color);
    margin-bottom: 5px;
    display: inline-block;
}
section.studio-section .other-btn i{
    font-size: 10px;
    position: absolute;
    top: 50%;
    right: -8px;
    -webkit-transform: translate(70%, -50%);
    -ms-transform: translate(70%, -50%);
    transform: translate(70%, -50%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.studio-section .other-btn:hover i{
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
}
section.our-studio-section {
    padding-top: 110px;
    background: var(--white-color);
}

section.our-studio-section .head-sec {
    text-align: center;
    margin-bottom: 50px;
}

section.our-studio-section .head-sec h2 {
    /* color: var(--white-color); */
}

section.our-studio-section .container-fluid {
    padding: 0px;
}

section.our-studio-section .col-6 {
    /* padding: 0px; */
}

.studio-collection-img img {
    width: 100%;
    height: 490px;
    object-fit: cover;
    transition: 0.35s ease-in-out;
}

section.our-studio-section .collection-info {
    position: relative;
}

section.our-studio-section .studio-collection-content {
    width: 100%;
    height: 490px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /* transition: opacity 0.3s; */
    /* background-color: #000000a3; */
}

section.our-studio-section .studio-collection-content .studio-view {
    max-width: 460px;
    margin: auto;
    text-align: center;
}

section.our-studio-section .studio-collection-content p.studio-info {
    font-size: 12px;
    color: var(--secondary-color);
    margin-bottom: 0px;
    margin-top: 0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
}

section.our-studio-section .studio-collection-content h3 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 48px;
    margin-bottom: 20px;
    color: var(--white-color);
}

section.our-studio-section .studio-collection-content p.studio-text {
    text-align: center;
    margin-bottom: 0px;
    font-size: 16px;
    color: #fff;
}

section.our-studio-section .studio-collection-content a.main-btn {
    margin-top: 30px;
}

section.our-studio-section .collection-overlay:hover {
    background-color: #000000bd;
}

section.our-studio-section .collection-info .collection-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--secondary-color);
    transform: translate(-10px, -10px);
    transition: all 0.3s;
    will-change: transform, width, height;
    z-index: 1;
}

section.our-studio-section .collection-info:hover .collection-border {
    -webkit-transform: translate(calc(0px - -10px), calc(0px - -10px));
    -ms-transform: translate(calc(0px - -10px), calc(0px - -10px));
    transform: translate(calc(0px - -10px), calc(0px - -10px));
    width: calc(100% + -10px* 2);
    height: calc(100% + -10px* 2);
}

section.our-studio-section .collection-info:hover .studio-collection-img img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

section.our-studio-section .collection-inner-img {
    overflow: hidden;
}

section.our-studio-section .collection-overlay {
    width: 100%;
    height: 490px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity 0.3s;
    background-color: #000000a3;
}


section.studio-section .pro-img {
    object-fit: cover;
    height: 450px;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 15px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    position: relative;
}


.pro-btn {
    text-align: center;
    padding-top: 30px;
}


section.studio-section .pro-content{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    border-radius: 15px;
    display:flex;
    flex-direction:column;
    /* background: #e0d8d84d; */
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px;
}
section.studio-section .pro-img a:hover .pro-content{
    background: #766957de;
}
section.studio-section h3{
    font-size: 24px;
    font-weight:400;
    text-align: center;
    margin-bottom:0px;
    color: var(--white-color);
    /* height: 72px; */
    max-width: 75%;
    /* overflow: hidden; */
    text-shadow: 0 0 9px #000;
}
section.studio-section h3 a{
    color:var(--heading-color);
    font-family:var(--heading-font);
}
section.studio-section h3 a:hover{
    opacity: 0.6;
}

section.studio-section h5{
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
    color: var(--white-color);
    /* height: 72px; */
    max-width: 75%;
    /* overflow: hidden; */
    text-shadow: 0 0 9px #000;
}
section.activities-section .head-sec {
    margin-bottom: 50px;
    display: block;
    text-align: center;
    justify-content: space-between;
    align-items: flex-end;
}
section.activities-section .head-sec p {
    width: 85%;
    display: block;
    text-align: center;
    /* max-width: 750px; */
    margin: auto;
}
section.activities-section .container-fluid{
 padding:0px; 
}
section.activities-section img{
  border-radius: 15px;
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin-bottom: 15px;
  cursor: default;
}
section.activities-section h4 a{
    font-family:var(--heading-font);
    font-weight:400;
    cursor: default;
}
.activities-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.activities-btn i{
  font-size: 30px;
}
.activities-para p {
    text-align: center;
}
.activities-btn .main-btn {
    /* width: 216px; */
    text-align: center;
}
section.studio-section .row{
    justify-content:center
}


section.activities-section {
    padding-top: 0;
}











