@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap");

#s-68 {
    color: #1c2d3a;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding: 90px 0;
}

#s-68::before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 450px;
}

#s-68 .bg-img {
    height: 235px;
    min-height: 235px;
    width: 100%;
}

#s-68 .btn {
    cursor: pointer;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 30px;
    background-color: transparent;
    border: 1px dashed #d2d2d2;
    color: #1c2d3a;
    padding: 9px 30px 8px;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    overflow: visible;
}

#s-68 .btn:hover {
    border-color: #ff8c41;
    color: #ff8c41;
}

#s-68 .btn:hover::after {
    background: #ff8c41;
}

#s-68 .btn:hover::after {
    opacity: 0.1;
}

#s-68 .btn::after {
    border-radius: 30px;
}

#s-68 .btn:hover::after {
    border-radius: 30px;
}

#s-68 .i-wr {
    margin-bottom: -50px;
}

#s-68 .i-wr > div {
    margin-bottom: 50px;
    padding: 0 25px;
}

#s-68 .font-roboto {
    font-family: Roboto, sans-serif;
}

#s-68 .label {
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 4px 15px 3px;
}

#s-68 .label-shadow {
    background-color: #f13439;
    -webkit-box-shadow: 0 0 9px 3px rgb(241 52 57 / 20%);
    box-shadow: 0 0 9px 3px rgb(241 52 57 / 20%);
}

#s-68 .nav-link {
    font-family: Montserrat, sans-serif;
    display: block;
    padding: 0.5rem 1rem;
    -webkit-transition: color 0.35s ease-in-out,
    background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
    -o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out,
    border-color 0.35s ease-in-out;
    transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out,
    border-color 0.35s ease-in-out;
    position: relative;
    background-image: none;
    border: 1px solid transparent;
    margin-bottom: -1px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    color: #fff;
    -webkit-filter: drop-shadow(3.346px 3.716px 25px rgba(0, 0, 0, 0.06));
    filter: drop-shadow(3.346px 3.716px 25px rgba(0, 0, 0, 0.06));
    font-weight: 600;
}

#s-68 .nav-link:focus {
    isolation: isolate;
}

#s-68 .property-box:hover .property-details > a {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ff5c41;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

#s-68 .property-btn span {
    color: #878787;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

#s-68 .property-btn {
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#s-68 .btn:hover {
    background-color: rgba(255, 92, 65, 0.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#s-68 h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

#s-68 .property-details p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

#s-68 .property-details ul {
    margin-bottom: 18px;
}

#s-68 .property-details > span {
    color: #959595;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
}

#s-68 .nav-tabs {
    -webkit-box-pack: center;
    border-bottom-color: initial;
    border-bottom-style: none;
    border-bottom-width: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}

#s-68 .nav-item {
    margin-bottom: 15px;
    display: inline-block;
    font-size: 14px;
}

#s-68 .nav-tabs .nav-item + .nav-item {
    margin-left: 30px;
}

#s-68 .nav-link.active {
    background-color: #fff;
    color: #ff5c41;
}

#s-68 .nav-link::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    bottom: -7px;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 0;
}

#s-68 .nav-link:focus {
    background-color: #fff;
    border-color: transparent;
    color: #ff5c41;
}

#s-68 .nav-link:focus::before {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#s-68 .nav-link:hover {
    background-color: #fff;
    color: #ff5c41;
    isolation: isolate;
}

#s-68 .property-box {
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / 7%);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / 7%);
    transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

#s-68 .property-details > a {
    -webkit-background-clip: text;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #1c2d3a),
            to(#1c2d3a)
    );
    background-image: -o-linear-gradient(left, #1c2d3a 0, #1c2d3a 100%);
    background-image: linear-gradient(to right, #1c2d3a 0, #1c2d3a 100%);
    color: transparent;
    display: block;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

#s-68 .property-details > span {
    display: block;
    margin-bottom: 5px;
    margin-top: -3px;
}

#s-68 .labels-left {
    left: 20px;
}

#s-68 .property-details {
    padding: 30px;
}

#s-68 .property-box {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

#s-68 h6 {
    color: #ff5c41;
    font-size: 17px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

#s-68 .property-image {
    position: relative;
}

#s-68 .labels-left {
    position: absolute;
    top: 20px;
}

#s-68 .labels-left .label {
    font-family: Roboto, sans-serif;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

#s-68 .property-box:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 15px 25px,
    rgba(0, 0, 0, 0.05) 0 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 15px 25px, rgba(0, 0, 0, 0.05) 0 5px 10px;
    transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

#s-68 .tab-content > .tab-pane {
    display: none;
}

#s-68 .tab-content > .active {
    display: block;
}

#s-68 .title-2 p {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    margin-bottom: 50px;
    text-align: center;
    color: #fff;
}

#s-68 .title-2 {
    position: relative;
    text-align: center;
    color: #fff !important;
}

#s-68 button,
#s-68 h2,
#s-68 h3 {
    font-family: Montserrat, sans-serif;
}

#s-68 button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

#s-68 button:focus:not (:focus-visible) {
    outline: 0;
}

#s-68 button:not (:disabled) {
    cursor: pointer;
}

#s-68 h2 {
    font-weight: 700;
    letter-spacing: 0.001em;
    text-transform: capitalize;
    -webkit-background-clip: text;
    margin-bottom: 16px;
    color: #fff;
}

#s-68 h3 {
    color: #1c2d3a;
    letter-spacing: 0.03em;
    line-height: 1.2;
}

#s-68 p {
    color: #647589;
}

#s-68 p.font-roboto {
    letter-spacing: 0.5px;
}

@media (max-width: 1460px) {
    #s-68 .property-details {
        padding: 25px !important;
    }

    #s-68 .property-btn .btn {
        padding-bottom: 7px;
        padding-top: 8px;
    }

    #s-68 .btn {
        padding: 9px 25px 8px;
    }

    #s-68 .i-wr > div {
        padding: 0 12px;
    }

    #s-68 h2 {
        margin-top: -1px;
    }

    #s-68 h2 {
        line-height: 1.08;
    }
}

@media (max-width: 1399px) {
    #s-68 h2 {
        margin-top: -3px;
    }

    #s-68 h2 {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    #s-68 {
        padding: 80px 0;
    }

    #s-68 .property-details {
        padding: 16px !important;
    }

    #s-68 .labels-left {
        left: 15px;
    }

    #s-68 .title-2 p {
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    #s-68 {
        padding: 70px 0;
    }

    #s-68 .i-wr {
        margin-bottom: -30px;
    }

    #s-68 .i-wr > div {
        padding: 0 15px;
    }

    #s-68 .i-wr > div,
    #s-68 .title-2 p {
        margin-bottom: 30px;
    }

    #s-68 .nav-tabs {
        margin-bottom: 15px;
    }

    #s-68 .nav-tabs .nav-item + .nav-item {
        margin-left: 20px;
    }

    #s-68 h2 {
        margin-top: -4px;
    }

    #s-68::before {
        height: 355px;
    }

    #s-68 h2 {
        margin-bottom: 10px;
    }

    #s-68 h2 {
        font-size: 26px;
        line-height: 1.2;
    }
}

@media (max-width: 767px) {
    #s-68 {
        padding: 50px 0;
    }

    #s-68 .btn {
        padding-bottom: 9px;
    }

    #s-68 .nav-link {
        background-color: rgba(255, 255, 255, 0.3);
    }

    #s-68 .nav-link.active {
        background-color: #fff;
    }

    #s-68 .btn {
        padding-bottom: 7px;
        padding-top: 8px;
    }

    #s-68 .btn {
        padding: 9px 18px 8px;
    }

    #s-68 .title-2 {
        margin-bottom: -5px;
    }

    #s-68 .title-2 {
        margin-bottom: -2px;
    }

    #s-68 p {
        line-height: 1.4;
    }
}

@media (max-width: 575px) {
    #s-68 {
        padding: 40px 5px;
    }

    #s-68 .i-wr {
        margin-bottom: -20px;
    }

    #s-68 .i-wr > div,
    #s-68 .title-2 p {
        margin-bottom: 20px;
    }

    #s-68 .label {
        padding: 3px 8px 2px;
    }

    #s-68 .title-2 {
        margin-bottom: -7px;
    }

    #s-68 h2 {
        margin-top: -3px;
    }

    #s-68 .title-2 {
        margin-bottom: -4px;
    }

    #s-68 h2 {
        margin-bottom: 5px;
    }

    #s-68 .title-2 p {
        line-height: 1.7;
    }

    #s-68 h2 {
        font-size: 24px;
    }

    #s-68 h3 {
        line-height: 1.4;
    }

    #s-68 h6,
    #s-68 p {
        line-height: 1.5;
    }
}

@media (max-width: 502px) {
    #s-68 .title-2 {
        margin-bottom: -4px;
    }
}

@media (max-width: 480px) {
    #s-68 h3 {
        margin-bottom: 6px;
    }

    #s-68 .property-details p,
    #s-68 .property-details ul {
        margin-bottom: 12px;
    }

    #s-68 .nav-tabs .nav-item + .nav-item {
        margin-left: 15px;
    }

    #s-68 .labels-left {
        left: -3px;
    }

    #s-68 .labels-left {
        top: 15px;
    }
}

@media (max-width: 420px) {
    #s-68 .ratio_55 .bg-size::before {
        padding-top: 60%;
    }

    #s-68 h2 {
        font-size: 22px;
    }
}

@media (max-width: 360px) {
    #s-68 .property-details {
        padding: 15px !important;
    }

    #s-68 h3 {
        margin-bottom: 3px;
    }

    #s-68 .labels-left .label {
        padding: 3px 8px 2px;
    }
}
