
/* about */
.about_image {
    height: 420px;
    border-radius: 4px;
    overflow: hidden;
}
.about_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_wrap button {
    margin-top: 30px;
}
.about_wrap {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 50px;
}

/* pricing */
.price__wrapper {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    transition: all .5s linear;
    border: 1px solid #04BE57;
}
.price__wrapper:hover .bg_image{
    opacity: 1;
    transition: all .9s linear;
    transform: scale(1.05);
}
.price__wrapper:hover img{
    transform: scale(1.02);
    transition: all .5s linear;
}
.bg_image {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: all .5s linear;
}
.price_details {
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    transition: all .5s linear;
    padding: 15px;
}
.btn_centre {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricing {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pricing span {
    color: #4F4F4F;
    font-size: 16px;
    font-weight: 400;
}
.total_cost h6 {
    color: #242725;
    font-size: 28px;
    font-weight: 500;
}
.total_cost{
    text-align: center;
    margin: 15px 0px;
}
.total_cost h6 span {
    font-size: 16px !important;
}

/* sf style */

.sf__wrap {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    height: 380px;
}
.sf__wrap:hover .sf__title{
    transition: all .5s linear;
}
.sf_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    background: #04bc56;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 20px;
    border-radius: 50px;
    z-index: 9;
    text-decoration: none;
}
.sf_btn:hover{
   color: #fff; 
}
.sf__image {
    height: 100%;
}
.sf__title {
    background: #04BE571A;
    /* text-align: center; */
    padding: 10px;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
    height: 40%;
    padding: 20px;
    transition: all .5s linear;
}
.sf__title span {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
}
.sf__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(2px);
}
#site_floor .nav {
    justify-content: center;
    margin-bottom: 30px !important;
}
#site_floor_slide .owl-nav button {
    background: #04BE57!important;
    color: #fff !important;
    font-size: 26px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: all .5s linear;
}
#site_floor_slide .owl-nav button:hover{
    opacity: 1;
    transition: all .5s linear;
}
#site_floor_slide .owl-nav {
    position: absolute;
    display: flex;
    align-items: center;
    width: 90%;
    justify-content: space-between;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#site_floor .nav-link {
    color: #24272599;
    border-radius: 50px;
    font-size: 20px;
    padding: 10px 25px;
}
#site_floor .active{
    background: #E6FBEE;
    color: #242725;
    font-weight: 500;
}
.get_quote_form {
    background: #04BE57;
    padding: 50px 40px;
    position: relative;
    border-radius: 4px;
    margin-top: 65px;
}
.input_style {
    background: transparent;
    width: 100%;
    border: 1px solid #ffffffb8;
    padding: 12px;
    margin-bottom: 22px;
    outline: none;
    box-shadow: none;
    color: #fff;
}
.input_style::placeholder{
    font-size: 14px;
    color: #F1F1F1;
}
.form_wrap {
    position: relative;
    z-index: 9;
}
.get_quote_form h4 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    /* text-align: center; */
    position: relative;
    z-index: 9;
}
.site_floor_slider {
    padding-right: 20px;
}
.gallery_image {
    height: 400px;
}
.gallery_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.screenshot_slider .owl-nav button {
    background: #04BE57!important;
    color: #fff !important;
    font-size: 26px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: all .5s linear;
    margin: 0 10px;
}
.screenshot_slider .owl-nav{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.location_wrap {
    background: #04BE57;
    margin-top: 30px;
}
.location_map {
    height: 420px;
}
.location_map iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.location_details {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 50px;
}
.location_details h6 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.location_details h6 img{
    margin-right: 20px;
}
.location_details ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.location_details ul li{
    color: #F1F1F1;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding-left: 25px;
    position: relative;
}
.location_details ul li::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/bullet.svg);
    left: 0;
    top: 6px;
}
.video_thumb {
    height: 320px;
    border-radius: 4px;
    overflow: hidden;
    margin-left: 50px;
    position: relative;
    cursor: pointer;
}
.video_thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vst_left {
    height: 100%;
    display: flex;
    align-items: center;
}
.video_detail {
    background: #00000033;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.video_detail span {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #E5E5E5;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.video_detail span img{
    width: 30px;
    margin-right: 10px;
}

/* footer */
footer {
    background: #04BE57;
    padding: 40px 0px 30px;
}
.ftr_text {
    text-align: center;
    width: 94%;
    margin: auto;
}
.ftr_text h4 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
}
.ftr_text h5 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0px;
}
.ftr_text h6 {
    color: #242725;
    font-size: 14px;
    font-weight: 600;
}
.ftr_text p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}
.video_detail h6 {
    font-size: 32px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}
.video_detail button {
    border: 0;
    background: transparent;
    color: #FFFFFF;
    font-size: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-animation 2s infinite;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
    }
    100% {
      box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
  }
.project-page-main {
	margin-left: 70px;
}

.amenities_slider {
    width: 50%;
}
.amenities_left {
    width: 35%;
    float: left;
    padding-left: 75px;
}
.amenities_slider {
    width: 50%;
    float: right;
}
#amenities {
    display: inline-block;
    width: 100%;
}
.amenities_wrap {
    height: 300px;
    position: relative;
    transition: all .5s linear;
    overflow: hidden;
}
.amenities_wrap:hover img{
    transform: scale(1.05);
    transition: all .5s linear;
}
.amenities_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s linear;
}
.amenities_wrap {
    height: 350px;
    position: relative;
}
.amenities_title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    z-index: 9;
    background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 45%);
    display: flex;
    align-items: end;
    text-transform: capitalize;
}
#amenities_slider .owl-nav {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    justify-content: space-between;
    transform: translate(-50%, -50%);
}
#amenities_slider .owl-nav button {
    background: #04BE57 !important;
    color: #fff !important;
    font-size: 26px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: all .5s linear;
    margin: 0 10px;
}
.owl-nav .disabled {
    opacity: .8;
}
.mob_btn {
    justify-content: center;
    display: none;
    margin-top: 20px;
}
.form_wrap .input_common_btn {
    background: #fff;
    color: #000;
    animation: none;
}

/* sidebar form */
.sidebar-contact {
    position: fixed;
    top: 65%;
    right: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 30px 30px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 999;
}
  .sidebar-contact.active{
    right:0;
  }
  .sidebar-contact h2 {
    font-size: 26px;
    font-weight: 400;
    color: #04be57;
    margin-bottom: 3px;
    text-transform: capitalize;
}
  .sidebar-contact p {
    color: #7D7D7D;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
  .toggle {
    position: absolute;
    height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
    background: #e2b432;
    top: 0;
    left: -48px;
    line-height: 48px;
}
.toggle:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14.17 20.89c4.184-.277 7.516-3.657 7.79-7.9c.053-.83.053-1.69 0-2.52c-.274-4.242-3.606-7.62-7.79-7.899a33 33 0 0 0-4.34 0c-4.184.278-7.516 3.657-7.79 7.9a20 20 0 0 0 0 2.52c.1 1.545.783 2.976 1.588 4.184c.467.845.159 1.9-.328 2.823c-.35.665-.526.997-.385 1.237c.14.24.455.248 1.084.263c1.245.03 2.084-.322 2.75-.813c.377-.279.566-.418.696-.434s.387.09.899.3c.46.19.995.307 1.485.34c1.425.094 2.914.094 4.342 0M11.995 12h.01m3.986 0H16m-8 0h.009' color='white'/%3E%3C/svg%3E");
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  .toggle.active:before{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='white' d='M16 2C8.2 2 2 8.2 2 16s6.2 14 14 14s14-6.2 14-14S23.8 2 16 2m5.4 21L16 17.6L10.6 23L9 21.4l5.4-5.4L9 10.6L10.6 9l5.4 5.4L21.4 9l1.6 1.6l-5.4 5.4l5.4 5.4z'/%3E%3C/svg%3E");
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  
}
.scrolling {
    margin-top: 20px;
}
  @media(max-width:768px)
  {
    .sidebar-contact {
        width: 100%;
        height: 100%;
        right: -100%;
    }
    .sidebar-contact .toggle{
      top:50%;
      transform:translateY(-50%);
      transition:0.5s;
    }
    .sidebar-contact.active .toggle
    {
      top:0;
      right:0;
      transform:translateY(0);
      
    }
    .sidebar-contact.active{
        width: 85%;
    }
    .content{
      padding:50px 50px;
    }
  }
  
  input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}