/* @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;700&display=swap');


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Assistant', sans-serif!important;
   
}


#divider {
    width: 100%;
    max-width: 500px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    border: 1px solid transparent;
}

p {
    font-size: 20px !important;
    font-weight: 400!important;
}

.text p,
.collapse a,
.collapse li a,
.text a,
.text h1,
.service-section,
.featured h2,
.featured .card-body h5,
.btn-group-flex a .btn:hover,
.hover-overlay .btn,
.form-button .btn,
.realtor h5,
.map-text p {
    color: #fff;
}

.container-figure h2, 
.info h3, 
.realtor h3,
.desc-1 h2,
.desc-2 h2,
.desc-3 h2  {
    color: #d11241;
    text-align: center;
}

.info h2,
.info-about h2,
.footer-text,
.social-text,
.map-information h2 {
    color:#d11241;
}



/* HEADER SECTION */

.navbar-nav {
    display: flex;
    align-items: flex-end;
}

.navbar-custom.scrolled {
    background-color: #fff;
}

.navbar-custom {
    background-color: transparent;
    transition: all 0.2s ease-in-out;
}

.nav-container.active {
    padding: 30px 0;
}

.nav-container {
    padding: 40px 0;
    width: 100%;
    max-width: 1500px;
    margin: auto;
    transition: all 0.2s ease-in-out;
}

    
.main-header {
    text-align: center;
}

.collapse ul {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.collapse li {
    list-style-type: none;
}
    
.collapse a {
    font-size: 25px;
    font-weight: 100;
}


.collapse.active a{
    color: #000;
}

.collapse li a,
.text a {
    --b: 0.1em;
    --c: #d11241;
    padding-block: var(--b);
    background:
        linear-gradient(var(--c) 50%, #000 0) 0% calc(100% - var(--_p, 0%))/100% 200%,
        linear-gradient(var(--c) 0 0) 0% var(--_p, 0%)/var(--_p, 0%) var(--b) no-repeat;
    -webkit-background-clip: text, padding-box;
    background-clip: text, padding-box;
    transition: .2s var(--_s, 0s) linear, background-size .2s calc(.2s - var(--_s, 0s));
}

.collapse li a:hover {
    --_p: 100%;
    --_s: .1s;
}

.navbar-brand img {
    width: 300px;
}

.text h1 {
    font-weight: 100;
    font-size: 3.5em;
    text-underline-offset: 2px;
}

.text {
    width: 100%;
    max-width: 900px;
    margin: auto;
    
}

.text .loaded {
    animation-duration: 3s;
    animation-name: movedown;
    transition: all 0.2s ease-in-out;
}

.text a {
    font-size: 22px;
    margin-top: 50px;
    padding: 15px 35px;
}


/* HEADER SECTION ENDS */


/* LISTING SECTION */

.card-title strong{
    color: #d11241!important;
}

.container-fluid .listing-desc p {
    width: 100%;
    max-width: 1200px;
    line-height: 1.8;
}

.more-listing-btn {
    text-align: center;
    margin-top: 50px;
}

.container-fluid.listings {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding-top: 100px;
}

.listings h2 {
    margin-bottom: 50px;
    color: #d11241;
    text-align: center;
}


/* LISTING SECTION ENDS HERE */


.container-fluid.container-figure {
    width: 100%;
    margin: auto;
    padding: 15px 0;
}



.container-figure .info {
    background-color: #ffffff;
    height: 100%;
}




.figure-para {
    width: 100%;
    max-width: 700px;
    color: #000;
}


.container-fluid .container-about {
   width: 100%;
}

.about-figure .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 100px;
    justify-content: space-around;
}

.container-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

.container-flex .realtor {
    background-color: #000000;
}
    
    
.col-xl.realtor {
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
}

.info {
    width: 100%;
}

.info-about {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    line-height: 1.8;
}



.realtor img {
    width: 100%;
    max-width: 500px;
    margin: auto;
    border-radius: 50%;
    padding-bottom: 10px;
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
    cursor: pointer;
}

.realtor:hover img {
    opacity: 0.3;
}
    


.info-about p {
    width: 100%;
    max-width: 700px;
    
}

.info p {
    width: 100%;
    max-width: 650px;
    margin: 0;
    margin-top: 40px;
    color: #000000;
}

.btn-group-flex {
    margin-top: 40px;
    display: flex;
    gap: 25px;
}
    

/* OUR SERVICES */

.featured {
    width: 100%;
    margin: auto;
    background-color: #d11241;
    text-align: center;
    padding: 50px 0 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-section{
    width: 100%;
    max-width: 1500px;
    margin: auto;
}

.featured h2 {
    text-align: center;
    padding-bottom: 50px;
}

.card-body .box {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: 5px;
}

.card-body h2 {
    color: #d11241;
}

.featured .card-body h5 {
    padding-top: 10px;
    text-align: center;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: transparent;
    backdrop-filter: blur(35px);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

.sidenav a {
    padding: 8px;
    text-decoration: none;
    font-size: 32px;
    color: #000000;
    font-weight: 500;
    display: block;
    transition: 0.2s;
}

.sidenav a:hover {
    color: #d11241;
}

.testimonials {
    height: 100%;
}

.reviews {
    width: 100%;
    max-width: 1500px;
    margin: auto;
}

.reviews h2 {
    color: #d11241;
    text-align: center;
    padding-bottom: 50px;
}

.sidenav .closebtn {
    position: absolute;
    top: 35px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.nav-links {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.nav-links li {
    list-style-type: none;
}






/* BUTTON HOVER EFFECTS */

.btn-group-flex a .btn {
    color: #d11241;
    transition: all 0.3s ease-in-out;
}


.btn-group-flex a .btn:hover {
    background-color: #000000;
}


.hover-overlay .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 16px;
    padding: 12px 24px;
    border: thin solid #d11241;
    cursor: pointer;
    border-radius: 5px;
    transition: opacity all 0.3s ease-in-out;
    opacity: 0;
}

.hover-overlay:hover .btn {
    opacity: 3;
    transition: opacity all 0.3s ease-in-out;
}

.hover-overlay .btn {
    transition: all 0.3s ease-in-out;
}

.hover-overlay .btn:hover {
    color: #d11241;
}

.more-listing-btn .btn {
    transition: all 0.3s ease-in-out;
    border: thin solid #d11241;
    color: #000;
    display: inline-block;
    position: relative;
}

.more-listing-btn .btn:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 9px;
    right: -20px;
    transition: 0.2s;
}

.more-listing-btn .btn:hover {
    background-color: #d11241 ;
    color: white;
}

.more-listing-btn .btn:hover:after {
    opacity: 1;
    right: 10px;
}


.text a:hover {
    background-color: #ffffff;
    color: #d11241;
}

.text a:hover:after {
    opacity: 1;
    right: 10px;
}

.form-button .btn {
    margin-top: 15px;
    background-color: #d11241;
    transition: all 0.3s ease-in-out;
}

.form-button .btn:hover {
    background-color: #fff;
    color: #d11241;
}

/* BUTTON HOVER EFFECTS ENDS HERE */




.realtor h5 {
    text-align: center;
}

.card {
    width: 100%;
    margin: auto;
    border-radius: 0px;
    padding-bottom: 50px;
}

.card-body {
    position: relative;
}

.card-body img {
    width: 50px;
}

.price {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    
}

.price h3 {
    font-weight: 700;
    
    color: #000;
}

.hover-overlay .ripple {
    position: relative;
}

.card img {
    border-radius: 0px;
}


.card .bg-image img {
    width: 100%;
}
    
.details{
    display: flex;
    flex-direction: row;
    gap: 25px;
    align-items: center;
}


/* SERVICES */

.design-blocks h2 {
    color: #d11241;
    text-align: center;
    padding-bottom: 50px;
}

.services {
    width: 100%;
}

.services-content {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: center;
}

.services-content img {
    box-shadow: 5px 5px 20px;
}


.desc-1,
.desc-2,
.desc-3 {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.desc-1 p,
.desc-2 p,
.desc-3 p {
    margin: auto;
    margin-top: -35px;
}


.social-container {
    padding-top: 20px;
    
}

.realtor:hover .social-center {
    opacity: 1;
}

.social-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}


/* MAP */

.form-image {
    width: 100%;
    max-width: 100px;
}

.information-form {
    height: 100%;
    max-height: 100vh;
}

.information-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}




.map-information {
    margin-top: 50px;
}

.map-section-content {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
}

.map-text strong {
    color: #d11241;
}

#map {
    width: 100%;
    max-width: 900px;
    height: 500px;
    z-index: 0;
    opacity: 0.7;
    transition: all 0.2s;
}

#map:hover {
    opacity: 1;
}

.map-information a {
    margin-top: 50px;
}

.map-information a:hover {
    background-color: #d11241;
    color: #fff;
}


.added-service-section {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    margin-top: -100px;
}

.added-service-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.added-services-para h4 {
    color: #d11241;
}

.added-service-text h2 {
    text-align: center;
    color: #d11241;
    padding-bottom: 25px;
}

/* CONTACT FORM */

.form-outline textarea {
    resize: none;
}

.col-xl .card,
.map-text-content {
    margin-top: 200px;
}
    
/* CONTACT FORM ENDING */

/* PAGE DOWN EFFECT */
#section07 a {
    /* padding-top: 80px; */
  }
#section07 a span {
    
    position: absolute;
    text-align: center;
    width: 24px;
    height: 24px;
    border-left: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    margin-top: 150px;
    
  }
  #section07 a span:nth-of-type(1) {
    bottom: 110px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  #section07 a span:nth-of-type(2) {
    bottom: 95px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
  }
  /* #section07 a span:nth-of-type(3) {
    
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
  } */
  @-webkit-keyframes sdb07 {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes sdb07 {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }


  /* SCROOL ANIMATIONS */

  @keyframes movedown {
    0% {
        opacity: 0;
        transform: translatey(100px);
    }

    80% {
        transform: translatey(-10px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}


/* FOOTER */
footer {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 
}

footer .row {
    display: flex;
    flex-direction: row;
}

footer img {
    margin-top: 25px;
    margin-bottom: 5px;
    width: 200px;
}

.copyright {
    padding-top: 10px;
    padding-bottom: 10px;
}



/* MEDIA QUERIES */

@media screen  and (max-width: 1540px) {
    
    .added-service-section {
        width: 100%;
        max-width: 1340px;
        margin: auto;
        
    }

    .nav-container {
        width: 100%;
        max-width: 1240px;
        margin: auto;
    }
}

@media screen and (max-width: 1476px) {
    .added-service-section {
        width: 100%;
        max-width: 1500px;
        margin: auto;
        margin-top: -50px;
    }
}

@media screen and (max-width: 1360px) {
    .added-service-section {
        width: 100%;
        max-width: 1500px;
        margin: auto;
    }

    .featured {
        padding: 50px 0;
    }

    .added-service-section {
        width: 100%;
        max-width: 1000px;
        margin: auto;
    }
}



@media screen and (max-width: 1260px) {
    .nav-container {
        width: 100%;
        max-width: 1000px;
        margin: auto;
    }

    .btn-group-flex {
        padding-top: 40px;
        display: flex;
        justify-content: center;
        gap: 25px;
    }

    .map-section-content {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
}


@media screen and (max-width: 1201px) {
    .info p {
        width: 100%;
        max-width: 600px;
        margin: auto;
    }

    .col-xl .card,
    .map-text-content {
    margin-top: 20px;
}

    .about-figure .row {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .social-center-about {
        display: none;
    }

    .added-service-text h2 {
        padding-top: 20px;
    }
}

   
@media screen and (max-width: 1024px) {
    .nav-container {
        width: 100%;
        max-width: 824px;
        margin: auto;
    }

    .services-content {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }

    .btn-group-flex {
        padding-top: 40px;
        display: flex;
        justify-content: center;
        gap: 25px;
    }

    .navbar-brand img {
        width: 175px;
    }

    .info p {
        width: 100%;
        max-width: 600px;
        margin: auto;
    }
}

@media screen and (max-width:834px) {
    .infomation-content {
        padding-top: 40px;
    }
}


@media screen and (max-width: 768px) {
    .nav-container {
        width: 100%;
        max-width: 668px;
        margin: auto;
    }
   
    #divider {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .container-flex .realtor .social-container {
        text-align: center;
    }

    .btn-group-flex {
        display: flex;
        justify-content: center;
    }

    header {
        width: 100%;
    }

    .infomation-content {
        padding: 10px 0;
    }

    .navbar-brand img {
        width: 150px;
    }

}


@media screen and (max-width: 576px) {

    .contact-container {
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
    }

    p {
    font-size: 16px!important;
    }

    .navbar-brand img {
        width: 140px;
    }

    .nav-container {
        width: 100%;
        max-width: 340px;
        margin: auto;
    }

    .bg-image {
        padding-bottom: 50px;
    }

    .card-body h2 {
        font-size: 18px;
    }

    h2 {
        font-size: 20px;
    }

    .information-content,
    .added-services-para {
        width: 100%;
        max-width: 340px;
        margin: auto;
    }

    .added-service-text h2, h4 {
        text-align: center;
    }

}

