/* ===================================
    Crafto - Real estate
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;700&display=swap');
/* variable */
:root {
    --alt-font: 'Urbanist', sans-serif;
    --primary-font: 'Atkinson Hyperlegible', sans-serif;
    --base-color: #121212; 
    --dark-gray:#01091a;
}
body{
    font-size: 17px;
    line-height: 32px;
}
/* reset */
.placeholder-light-gray::-webkit-input-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:0.6;
}
.placeholder-light-gray::-moz-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:0.6;
}
.placeholder-light-gray:-ms-input-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:0.6;
}
/* heading */
h1, h2, h3, h4, h5, h6 {word-spacing: -2px;}
h1 {
    line-height: 4.375rem;
}
h2 {
    line-height: 3.438rem;
}
h3 {
    line-height: 2.813rem;
}
h4 {
    line-height: 2.575rem;
}
h5 {
    line-height: 2rem;
}
h6 {
    line-height: 1.75rem;
}
/* header */
header .navbar-brand img {
    max-height: 39px;
}
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
}
header.sticky .navbar-nav .nav-link,
header.sticky .fixed-header .navbar-nav .nav-link,
header.sticky .disable-fixed .navbar-nav .nav-link{
    padding-top: 30px;
    padding-bottom: 30px;
}
header .left-nav .navbar-nav:before {
    background-color: var(--dark-gray);
    opacity: 0.2; 
    transform: translate(-28px, 0px);
    -webkit-transform: translate(-28px, 0px);
    transition: 0s;
}
header.sticky .left-nav .navbar-nav:before {
    transform: translate(-28px, 0px);
    -webkit-transform: translate(-28px, 0px);
}
header .btn.btn-small {
    padding: 10px 20px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    width: 420px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
    line-height: 22px;
    font-size: 14px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a img {
    width: 70px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
    font-size: 17px;
    line-height: 30px;
}
/* bg color */
.bg-raven-blue {
    background-color: #6c757d;
}
.bg-orange {
    background-color: #ffa800;
}
.bg-base-color-transparent {
    background-color: rgba(6, 175, 71,.15);
}
.bg-base-color-light {
    background-color: #ebebeb;
}
.border-radius-left-8px {
    border-radius: 8px 0 0 0;
}
.bg-gradient-gray-light-dark-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 35, 41, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(32, 35, 41, 1) 0%, transparent 80%);
}
/* text */
.text-orange {
    color: #ffa800;
}
.text-red {
    color: #ec5b54;
}
/* btn */
.btn {
    letter-spacing: normal;
    font-weight: 700;
}
.btn i { 
    margin-left: 5px;
}
.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 4px;
}
.btn.btn-hover-animation-switch:hover .btn-text {
    transform: translateX(21px);
}
.btn.btn-transparent-white-light:hover {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1);
    color: var(--white);
}
.btn.btn-dark-gray:not(.btn.submit):hover, .btn.btn-dark-gray:not(.btn.submit):active {
    background-color: var(--base-color);
    border-color: var(--base-color);
    color: var(--white);
}
.btn.btn-base-color:hover {
    background-color: rgb(255, 255, 255);
    border-color: rgb(0, 0, 0);
    color: var(--dark-gray);
font-weight: 600;
}
.btn.btn-light-base-color {
    background-color: #c7e9d4;
    border-color: #c7e9d4;
    color: var(--dark-gray);
}
.btn.btn-box-shadow.btn-base-color:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
}
.btn.btn-link {
    padding: 0 0 2px;
}
.btn.text-uppercase-inherit i {
    top: 1px;
}
/* top right bottom left */
.right-minus-250px {
    right: -250px;
}
.right-minus-170px {
    right: -170px;
}
.right-minus-155px {
    right: -155px;
}
.bottom-minus-85px {
    bottom: -85px;
}
/* page title */
.page-title-extra-small h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}
.page-title-extra-small h2 {
    font-size: 3.438rem;
    line-height: 3.438rem;
}
/* custom */
.icon-with-text-style-10:hover .feature-box-icon {
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* .contact-form-style-03 {
    margin-top: -100px;
} */
.process-step-style-05 .progress-step-separator {
    bottom: -10px;
    height: 100%;
    z-index: -1;
}
.social-icon-style-02 .small-icon li {
    margin: 0;
}
input, select, textarea, .form-control {
    font-size: 16px;
}
/* footer */
footer{
    font-size: 16px;
    line-height: 30px;
}
footer ul li {
    margin-bottom: 0;
}
footer .footer-logo img {
    max-height: 39px;
}
.footer-light a:hover {
    color: var(--dark-gray);
}
/* media query responsive */
@media (max-width: 1199px) {
    .newsletter-style-03 .btn {
        padding: 12px 18px 12px 18px;
    }
    .newsletter-style-03 input {
        padding-right: 145px !important;
        padding-left: 20px !important;
    }
    header .left-nav .navbar-nav:before {
        transform: translate(-9px, 0px);
        -webkit-transform: translate(-9px, 0px);
    }
    header .btn.btn-small {
        padding: 9px 15px;
    }
}
@media (max-width: 991px) {
    .contact-form-style-03 {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .newsletter-style-03 input {
        padding-right: 70px !important;
        padding-left: 20px !important;
    }
}
@media (max-width: 576px) {
    .extra-small-screen {
        height: 300px !important;
    }
}

.header-button .btn-header{
background: #ffff;
color: #121212;
}
/* 
header.sticky-active .header-button .btn-header{
background: #030303;
color: #ffffff;
} */


.slider-one-slide-next-1, .slider-one-slide-prev-1 {
    padding: 11px;
    background: black;
    opacity: 0.5;
}

.single-property-element:not(:last-child) {

    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ffffff;
}

.single-property-video .title {


    margin-bottom: 20px;
}

.single-property-video .img-video {

    position: relative;
    border-radius: 30px;
    overflow: hidden;
}


.single-property-video .img-video::before{
    content: "";
    inset: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}


.single-property-video .img-video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.single-property-video .img-video .btn-video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.single-property-video .img-video .btn-video::before{

    animation-delay: 0.9s;
}


.single-property-video .img-video .btn-video .icon{
    color: #000000;
    font-size: 14px;
    margin-left: 4px;

}


.single-property-video .img-video .btn-video::after{
    animation-delay: 0.5s;

}


.single-property-video .img-video .btn-video::after, .single-property-video .img-video .btn-video::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 9999px;
    animation: ripple 3s infinite;
}


/* Opacity */
.opacity-full-dark, .opacity-full, .opacity-medium, .opacity-extra-medium, .opacity-light, .opacity-very-light {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.opacity-very-light {
  opacity: 0.2;
}
.opacity-light {
  opacity: 0.3;
}
.opacity-extra-medium {
  opacity: 0.65;
}
.opacity-medium {
  opacity: 0.75;
}
.opacity-full {
  opacity: 0.8;
}
.opacity-full-dark {
  opacity: 0.9;
}




.rts-section-gap {
    padding: 120px 0;
}

.blog-single-post-listing.details {
    border-radius: 15px;
}

.blog-single-post-listing {
    margin-right: 30px;
    border: 1px solid #E6E9F0;
    margin-bottom: 50px;
}

.blog-single-post-listing.details .thumbnail {
    border-radius: 15px 15px 0 0;
}

.blog-single-post-listing .thumbnail {
    overflow: hidden;
}


.blog-single-post-listing .thumbnail img {
    transition: 0.3s;
    width: 100%;
}

.blog-single-post-listing .blog-listing-content {
    padding: 50px;
}

.blog-single-post-listing .blog-listing-content .user-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.blog-single-post-listing .blog-listing-content .user-info .single {
    margin-right: 30px;
    min-width: max-content;
}

.blog-single-post-listing .blog-listing-content .user-info .single i {
    margin-right: 10px;
    color: var(--color-primary);
}

.fa-clock:before {
    content: "\f017";
}

.blog-single-post-listing .blog-listing-content p.disc {
    font-size: 16px;
    line-height: 26px;
}















.rts-single-wized {
    background: #F6F6F6;
    border-radius: 15px;
    padding: 17px;
    margin-bottom: 40px;
}

.rts-single-wized .wized-body {
    margin-top: 30px;
}
.rts-single-wized .wized-header .title {
    margin-bottom: 10px;
}

.rts-single-wized .wized-body .rts-search-wrapper {
    position: relative;
}

.rts-single-wized .wized-body .rts-search-wrapper input {
    background: #fff;
    height: 55px;
    border-radius: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid transparent;
}

.rts-single-wized .wized-body .rts-search-wrapper button {
    position: absolute;
    max-width: max-content;
    height: 55px;
    width: 55px;
    border-radius: 5px;
    background: var(--color-primary);
    display: inline-block;
    padding: 0 19px;
    right: 0;
}

.rts-single-wized .wized-body .rts-search-wrapper button i {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

.rts-single-wized .wized-body .rts-search-wrapper button i {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

.rts-single-wized {
    background: #F6F6F6;
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 40px;
}

.rts-single-wized .single-categories:last-child {
    margin-bottom: 0;
}


.rts-single-wized {
    background: #F6F6F6;
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 40px;
}

.mt-75px{
margin-top:75px !important;
}



.rts-single-wized {
    background: #212529;
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 40px;
}

.rts-single-wized .wized-header .title {
    margin-bottom: 10px;
color:#fff;
}

.rts-single-wized .wized-body {
    margin-top: 30px;
}

.rts-single-wized .single-categories:last-child {
    margin-bottom: 0;
}

.rts-single-wized .single-categories li {
    list-style: none;
}


ul li {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #5D666F;
    list-style: none;
}

.rts-single-wized .single-categories li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    background: #fff;
    color: #000000;
    font-weight: 600;
    transition: 0.3s;
    border-radius: 5px;
font-size: 18px;
}

.rts-single-wized .recent-post-single {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.rts-single-wized .recent-post-single .thumbnail {
    margin-right: 20px;
    overflow: hidden;
    max-width: max-content;
    width: 100%;
    border-radius: 5px;
}


a {
    
    text-decoration: none;
    outline: none;
}


.rts-single-wized .recent-post-single .thumbnail img {
    min-width: 85px;
    height: auto;
    transition: 0.3s;
}

.rts-single-wized .recent-post-single .user span {
    margin-left: 9px;
}


.rts-single-wized .recent-post-single .user {
    display: flex;
    align-items: center;
}


.rts-single-wized .recent-post-single .post-title .title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #1C2539;
    line-height: 26px;
    margin-top: 5px;
    transition: 0.3s;
}



.rts-single-wized .single-categories li a:hover {
    background: #fff;
    transform: translateY(-5px) scale(1.03);
    color: black;
font-weight: 600;
text-decoration: underline !important;
}






/* Search Filter Styles */
.flat-control-search {
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    padding: 30px 0;
    border-radius: 15px;
    margin-top: -80px;
    position: relative;
    z-index: 100;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.flat-tab-form {
    width: 100%;
}

/* Tab Navigation */
.nav-tab-form.style-1 {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #333;
    padding-bottom: 15px;
}

.nav-tab-item {
    margin: 0 15px;
}

.nav-link-item {
    color: #fff !important;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    background: transparent;
    border: 2px solid #333;
}

.nav-link-item:hover,
.nav-link-item.active {
    background: #000;
    border-color: #fff;
    color: #fff !important;
    transform: translateY(-2px);
}

/* Form Styles */
.wd-find-select {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
}

.inner-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 25px;
}

.form-style {
    margin-bottom: 0;
}

.form-style label {
    display: block;
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
}

/* Select Box Styles */
.group-select {
    position: relative;
}

.nice-select {
    width: 100%;
    background: #000;
    border: 2px solid #333;
    border-radius: 8px;
    padding: 12px 15px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nice-select:hover {
    border-color: #fff;
}

.nice-select .current {
    color: #fff;
}

.nice-select .list {
    background: #000;
    border: 2px solid #333;
    border-radius: 8px;
    width: 100%;
    margin-top: 5px;
}

.nice-select .option {
    color: #fff;
    padding: 10px 15px;
    transition: all 0.3s ease;
}

.nice-select .option:hover,
.nice-select .option.selected {
    background: #333;
    color: #fff;
}

/* Input Styles */
.group-ip {
    position: relative;
}

.form-control {
    width: 100%;
    background: #000;
    border: 2px solid #333;
    border-radius: 8px;
    padding: 12px 15px;
    color: #fff;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.1);
    outline: none;
}

.form-control::placeholder {
    color: #666;
}

.icon-location {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-decoration: none;
}

/* Button Styles */
.box-btn-advanced {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.tf-btn {
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.tf-btn.btn-line {
    background: transparent;
    border: 2px solid #333;
    color: #fff;
}

.tf-btn.btn-line:hover {
    background: #000;
    border-color: #fff;
    color: #fff;
}

.tf-btn.primary {
    background: #000;
    color: #fff;
    border: 2px solid #fff;
}

.tf-btn.primary:hover {
    background: #fff;
    color: #000;
    transform: translateY(-2px);
}

/* Advanced Search Styles */
.wd-search-form {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 25px;
    margin-top: 20px;
    display: none;
}

.wd-search-form.active {
    display: block;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 25px;
}

.group-box {
    margin-bottom: 25px;
}

/* Widget Price Styles */
.widget-price {
    background: #000;
    padding: 20px;
    border-radius: 8px;
    border: 2px solid #333;
}

.box-title-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.title-price {
    color: #fff;
    font-weight: 600;
}

.caption-price span {
    color: #fff;
}

/* Slider Styles */
#slider-range,
#slider-range2 {
    height: 6px;
    background: #333;
    border-radius: 3px;
    margin-bottom: 15px;
}

.ui-slider-handle {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #000;
    cursor: pointer;
}

.ui-slider-range {
    background: #fff;
}

/* Checkbox Styles */
.group-checkbox {
    margin-top: 25px;
}

.text-1 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 16px;
}

.grid-6 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.box-amenities {
    background: #000;
    padding: 15px;
    border-radius: 8px;
    border: 2px solid #333;
}

.amenities-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.tf-checkbox.style-1 {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    accent-color: #000;
    border: 2px solid #333;
}

.text-cb-amenities {
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.mt-16 {
    margin-top: 16px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .inner-group {
        grid-template-columns: 1fr;
    }
    
    .grid-2 {
        grid-template-columns: 1fr;
    }
    
    .grid-6 {
        grid-template-columns: 1fr;
    }
    
    .box-btn-advanced {
        flex-direction: column;
    }
    
    .nav-tab-form.style-1 {
        flex-direction: column;
        align-items: center;
    }
    
    .nav-tab-item {
        margin: 5px 0;
    }
}

/* Animation */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wd-search-form.active {
    animation: slideDown 0.3s ease;
}

/* Hover Effects */
.form-group-1:hover .nice-select,
.form-group-2:hover .form-control,
.form-group-3:hover .form-control {
    border-color: #fff;
}

/* Focus States */
.nice-select:focus,
.form-control:focus {
    outline: none;
    border-color: #fff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

/* Custom Scrollbar */
.nice-select .list::-webkit-scrollbar {
    width: 8px;
}

.nice-select .list::-webkit-scrollbar-track {
    background: #1a1a1a;
}

.nice-select .list::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 4px;
}

.nice-select .list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.section-contact{
padding-top: 0px !important;
padding-bottom: 0px !important;
}



.swiper-slide img, .about-us-section img {
    border-radius: 16px;
    overflow: hidden;
border: #0000 solid 2px;
}