
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

.table-greendark {
  --bs-table-color: #fff;
  --bs-table-bg: #0b5345;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.bg-form{
    background: #0b5345;
}

hr gradient{
 margin: 20px 0;
 padding: 0;
 height: 6px;
 border: none;
 background: linear-gradient(45deg, #333, #ddd);
}



.bgvide00o {
  position: relative;

  z-index: -9999;
}

.layer1 {
    position: relative; /* Относительное позиционирование */
    background: #f0f0f0; /* Цвет фона */
    height: 200px; /* Высота блока */
   }
   
 a:hover {
    color: #525252;
    text-decoration: none;
}
/** BTN **/
.btn-sm {
    cursor: pointer;
    padding: 7px 12px;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
    border-radius: 2px;
    border: none;
    color: #fff;
}

.btn-sm:hover {
    color: #fff;
    text-decoration: none;
}

.btn-md {
    cursor: pointer;
    padding: 13px 26px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    transition: .5s;
    border-radius: 2px;
    border: none;
}

.btn-white {
    padding: 14px 40px 12px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    margin: 0!important;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.btn-md:hover {
    color: #fff;
}

button:focus {
    outline: 0 auto -webkit-focus-ring-color;
}
 
.listing-time {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 20;
    font-size: 14px;
    color: rgb(255, 255, 255);
    background: rgba(23, 23, 23, 0.298039);
    border-radius: 3px;
    padding: 6px 15px 4px;
    font-weight: 400;
}

.property-box:hover .property-photo {
    transform: scale(1.1);
	transition: 1s;
} 
.property-box .property-photo:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -9;
    background: linear-gradient(to top,rgb(35 35 37 / 0%) 0%,rgb(35 35 37 / 0%) 0%,rgb(22 22 23 / 0%) 6%,rgba(0,0,0,0) 100%);
    border-radius: 0;
    opacity: 1;
}
.property-box:hover .property-photo:before{
    background: linear-gradient(0,#0032c1,rgb(4 1 12 / 0%));
    opacity: .5;
}

/** Property box 4 start **/
.property-box-4 {
    position: relative;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    width: 100%!important;
    margin-bottom: 30px;
    overflow: hidden;
}

.property-box-4 .team-overflow {
    overflow: hidden;
}

.property-box-4 .property-photo {
    position: relative;
    transform: scale(1);
    transition: 1s;
}

.property-box-4:hover .property-photo {
    transform: scale(1.2);
}

.property-box-4 .property-photo:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to top,rgb(35 35 37 / 77%) 0%,rgb(35 35 37 / 39%) 35%,rgb(22 22 23 / 23%) 60%,rgba(0,0,0,0) 100%);
    border-radius: 0;
    opacity: 1;
}

.property-box-4:hover .property-photo:before{
    background: linear-gradient(0,#0032c1,rgb(4 1 12 / 0%));
    opacity: .8;
}

.property-box-4 h3 {
    -webkit-transition: .4s;
    transition: .4s;
    margin: 0 0 12px;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
}

.property-box-4 .ling-section {
    position: absolute;
    bottom: 25px;
    padding-right: 25px;
    padding-left: 25px;
    width: 100%;
}

.property-box-4 h3 a{
    color: #fff;
}

.property-box-4 h3 a:hover{
    color: #fff;
    opacity: 0.9;
}

.property-box-4 .read-more-btn {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 87px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6;
    transition: 0.6;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    padding: 9.5px 22px;
    border-radius: 3px;
    background: #fff;
}

.property-box-4 .read-more-btn::before {
    content: '';
    position: absolute;
    width: 0;
    -webkit-transition: .5s;
}

.property-box-4 .facilities-list {
    display: inline-block;
    -webkit-transition: .4s;
    transition: .4s;
}

.property-box-4 .facilities-list li {
    list-style: none;
    float: left;
    margin-right: 20px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

.property-box-4 .facilities-list li i{
    margin-right: 5px;
}

.property-box-4:hover .facilities-list li i{
    color: #fff;
}

.property-box-4 .facilities-list li strong{
    color: #fff;
    font-weight: 500;
}

.property-box-4 .facilities-list li:last-child{
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.property-box-4:hover .read-more-btn {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    text-align: left;
}

.property-box-4:hover .featured{
    background: #fff;
}

.property-box-4:hover .listing-time {
    background: #fff;
}

.property-box-4:hover h3 {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.property-box-4:hover .facilities-list {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

/** BLOG 2  STARTED **/
.blog-2 {
    border-radius: 0;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.blog-2 {
    background: #fff;
    margin: 0 1px;
}

.blog-2:hover{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.blog-2 .photo::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.blog-2 .photo img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 111;
}

.blog-2 .photo::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.blog-2:hover .photo::before, .blog-2:hover .photo::after {
    width: 100%;
    height: 100%;
    visibility: visible;
    background: rgb(12 62 185 / 51%);
    opacity: 0.5;
}

.blog-2 .photo {
    position: relative;
}

.blog-2 .photo img{
    width: 100%;
}

.blog-2 .photo .date-box {
    padding: 8px 16px;
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 3px;
    text-align: center;
    font-weight: 600;
    background: #fff;
    z-index: 99;
    transition: background-color .9s linear;
    display: inline-block;
    vertical-align: middle;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.blog-2:hover .photo .date-box {
    transform: rotateY(360deg);
}

.blog-2 .photo .date-box h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.blog-2 .detail {
    padding: 20px 40px 20px 40px;
}

.blog-2 .detail h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
}

.blog-2 .detail .post-meta {
    margin: 15px 0;
    font-size: 15px;
}

.blog-2 .detail .post-meta span {
    margin-right: 15px;
}

.blog-2 .detail .post-meta span a {
    color: #535353;
}

.blog-2 .detail .post-meta span a i {
    margin-right: 5px;
}

.bb2 .blog-2 .detail h3 {
    font-size: 22px;
}

.bb2 .blog-2 .detail{
    padding: 20px 30px;
}
