/* @media print {
  #ham-list {
    display: none !important;
    visibility: hidden !important;
  }
} */

html {
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .paragraf {
    font-size: 22px !important;
  }

  .sec-2-text {
    align-items: center;
    padding: 0 88px 88px;
  }

  .sec-2-h {
    text-align: center !important;
  }

  .sec-2-p {
    text-align: center !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .sec-7-logo-column {
    padding-left: 50px !important;
  }

  .sec-7-logo {
    width: 200px;
  }

  .sec-2>div {
    padding: 60px;
  }
}

@media (max-width: 768px) {
  .hero-h {
    font-size: 60px !important;
  }
  #searchInput{
    width: 350px !important;
    height: 35px !important;
  }

  .hero-p {
    font-size: 24px !important;
  }

  .header {
    font-size: 36px !important;
  }

  .paragraf {
    font-size: 18px !important;
  }

  .nav-logo img {
    width: 90% !important;
  }

  .vertical-menu ul, .vertical-menu-search ul {
    width: 250px !important;
  }

  .vertical-menu li a, .vertical-menu-search li a {
    font-size: 20px !important;
  }

  .sec-2>div {
    padding: 30px;
  }

  .sec-3>.header {
    padding-top: 50px;
  }

  .mySlides img {
    margin: 50px auto 12px !important;
  }

  .slideshow-container {
    height: 570px !important;
  }

  .sec-7-column {
    text-align: center !important;
    padding: 40px !important;
  }

  .sec-7-logo {
    width: 350px;
    max-width: 80%;
  }

  .sec-7-social {
    padding-right: 15% !important;
    padding-left: 15% !important;
  }
}
@media (max-width: 568px) {
  .button-width {
    max-width: 90% !important;
  }
}

@media (max-width: 480px) {
  .hero-h {
    font-size: 48px !important;
  }
  #searchInput{
    width: 250px !important;
    height: 30px !important;
  }

  .hero-p {
    font-size: 18px !important;
  }

  .header {
    font-size: 30px !important;
  }

  .paragraf {
    font-size: 15px !important;
  }

  .vertical-menu ul, .vertical-menu-search ul {
    width: 190px !important;
  }

  .vertical-menu li a, .vertical-menu-search li a {
    font-size: 16px !important;
  }
  .ham-btn {
    right: 15% !important;
  }
  
  .vertical-menu #ham-checkbox, .vertical-menu-search #ham-checkbox-2 {
    right: 15% !important;
  }

  .sec-2-p {
    font-size: 14px !important;
  }

  .mySlides img {
    margin: 30px auto 12px !important;
  }

  .slideshow-container .txt div:first-child {
    max-height: 340px !important;
  }

  .slideshow-container {
    height: 500px !important;
  }
}
@media (max-width:320px) {
  #searchInput{
    width: 150px !important;
    height: 30px !important;
  }
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  /* overflow-x: hidden; */
  width: 100vw !important;
  position: relative;
}

.header {
  /* font-family: "Reckless Neue"; */
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 30px 0;
  text-align: center;
}

.paragraf {
  /* font-family: "CircularXXTT"; */
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.25px;
  text-align: center;
  margin: 32px auto;
}


/* navbar */
.navbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 8%;
}

.nav-logo {
  width: 85%;
}
.nav-logo img {
  width: 300px;
  margin: 0;
  object-fit: contain;
  margin: 50px 0;
}

/* hamurger menu */
.vertical-menu, .vertical-menu-search {
  width: 100%;
  position: relative;
  transition: all 0.5s ease-out;
}

/* ham-button */
.ham-btn {
  height: 33px;
  width: 35px;
  padding: 4px 9px;
  margin: 0;
  position: absolute;
  top: 55px;
  right: 10%;
  background-color: transparent;
  border-radius: 7px;
  transition: background-color 0.3s ease-out;
}

.vertical-menu #ham-checkbox, .vertical-menu-search #ham-checkbox-2 {
  display: block;
  height: 30px;
  width: 37px;
  position: absolute;
  top: 55px;
  right: 10%;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

.ham-checkbox-close, .ham-checkbox-close2 {
  z-index: 0 !important;
}

.vertical-menu .show, .vertical-menu-search .show2 {
  opacity: 1;
  right: 0;
}
.vertical-menu .ham-btn-hidden, .vertical-menu-search .ham-btn-hidden {
  visibility: hidden;
}

/* .vertical-menu #ham-checkbox:checked~ul {
  opacity: 1;
  right: 0;
} */

/* .vertical-menu #ham-checkbox:checked {
  top: 815px;
  right: 230px;
  width: 83px;
  height: 35px;
} */

/* .vertical-menu #ham-checkbox:checked~.fade {
  background-color: #000;
  opacity: 0.6;
} */

/* .ham-checkbox-close {
  top: 815px !important;
  right: 230px;
  width: 83px !important;
  height: 35px !important;
} */

#ham-checkbox:hover~.ham-btn, #ham-checkbox-2:hover~.ham-btn {
  background-color: rgba(0, 0, 0, 0.2);
}

/* .vertical-menu #ham-checkbox:hover~ul>button {
  background-color: #eee;
} */


.ham-list {
  position: absolute;
  opacity: 0;
  right: -350px;
  top: 0;
  background-color: #fff;
  color: #2E3033;
  margin: 0;
  overflow: hidden;
  height: 880px;
  width: 350px;
  transition: all 0.5s ease-out;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  z-index: 100;
  padding: 200px 0 0;
}

.ham-list-2 {
  position: fixed;
  opacity: 0;
  right: -350px;
  top: 0;
  background-color: #fff;
  color: #2E3033;
  margin: 0;
  overflow: hidden;
  height: 100vh;
  width: 350px;
  transition: all 0.5s ease-out;
  padding: 200px 0 0;
  display: block;
  z-index: 100;
}

.vertical-menu li, .vertical-menu-search li  {
  /* font-family: "CircularXXTT"; */
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  height: 48px;
  margin-bottom: 16px;
  display: flex;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.vertical-menu li a, .vertical-menu-search li a {
  padding: 8px 32px 0;
  height: 48px;
  text-decoration: none;
  color: #2E3033;
  /* font-family: "CircularXXTT"; */
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  transition: all 0.4s ease-out;
}

.menu-hover {
  width: 7px;
  height: 100%;
  /* background-color: #D7847B; */
  opacity: 0;
  transition: all 0.4s ease-out;
}

.vertical-menu li:hover, .vertical-menu-search li:hover {
  background-color: #E7E9EC;
}

.vertical-menu li:hover .menu-hover, .vertical-menu-search li:hover .menu-hover {
  opacity: 1;
}

/* .vertical-menu li:hover a {
  font-family: "CircularXXTT-Bold";
} */

.vertical-menu .close-button, .vertical-menu-search .close-button {
  position: absolute;
  top: 55px;
  right: 15%;
  border: none;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px 10px 9px;
  line-height: 0.8;
  transition: all 0.3s ease-out;
}

.vertical-menu .close-button:hover, .vertical-menu-search .close-button:hover {
  background-color: #eee;
}

.vertical-menu .fade {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 880px;
  background-color: transparent;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s ease-out;
}
.vertical-menu-search .fade {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s ease-out;
}

.fade-active, .fade-active2 {
  background-color: #000 !important;
  opacity: 0.6 !important;
  z-index: 0 !important;
}

/* hero section */
.hero-sec {
  background-color: #305974;
  /* background-image: url(../images/hero-image.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 880px;
  width: 100vw;
  overflow: hidden;
}

.hero-text {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 200px auto 0;
  padding: 30px 50px;
  /* background-color: rgba(0, 0, 0, 0.2); */
  background-image:  radial-gradient(closest-side, rgba(0, 0, 0, 0.2) 0%,rgba(0, 0, 0, 0.1) 80%, transparent);
}

.hero-h {
  /* font-family: "Reckless Neue"; */
  font-size: 96px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0px;
  text-align: center;
  margin: 0;
  text-transform: capitalize;
}

.hero-p {
  /* font-family: "CircularXXTT"; */
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: center;
  margin: 0;
}

/* section 2 */
.sec-2-img {
  padding: 88px;
}

.sec-2-img img {
  width: 100%;
  box-sizing: border-box;
  object-fit: cover;
}

.sec-2-text {
  padding: 88px 88px 88px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}

.sec-2-h {
  text-align: left;
  margin: 16px 0;
}

.sec-2-p {
  /* font-family: "CircularXXTT"; */
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: left;
  margin: 16px 0;
}

/* section 4 agent state */
.sec-4 {
  padding: 70px 20px;
}

.sec-4-title {
  text-align: center;
  padding: 0 20px;
}

.sec-4-column {
  padding: 0 20px 30px;
}

.sec-4-p {
  /* font-family: "CircularXXTT"; */
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.25px;
  text-align: center;
  margin: 32px auto;
}

.sec-4-small-p {
  font-size: 16px;
  max-width: 300px;
  margin: 28px auto;
}

/* section 5 work with me */
.sec-5 {
  /* background-image: url(../images/pic-2.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  text-align: center;
}

.sec-5-column {
  margin: 136px auto 124px;
  width: fit-content;
  padding: 30px;
  background-image:  radial-gradient(closest-side, rgba(0, 0, 0, 0.2) 0%,rgba(0, 0, 0, 0.1) 80%, transparent);
}

.sec-5-h {
  color: #fff;
}

.sec-5-p {
  max-width: 490px;
  color: #fff;
}

.sec-5-button {
  max-width: 154px;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 28px;
  padding: 18px 32px;
  text-decoration: none;
}

/* section 6 listing */
.sec-6 {
  width: 100vw;
  padding: 100px 0;
}
.sec-6-title{
  padding: 0 5%;
}

.sec-6 .header,
.sec-6 .paragraf {
  text-align: left;
}

/* section 7 footer */
.sec-7 {
  background-color: #000;
  color: #fff;
  text-align: left;
}

.sec-7-logo {
  width: 244px;
  margin: 0;
}

.sec-7-column {
  padding: 70px 0 0 98px;
}

.sec-7-p {
  /* font-family: "CircularXXTT"; */
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin: 32px auto;
}

.sec-7-social {
  display: flex;
  justify-content: flex-start;
  padding-right: 20%;
  flex-wrap: wrap;
}

.sec-7-social a {
  height: 30px;
  max-width: 15%;
  margin-right: 10px;
  margin-bottom: 10px;
}

.sec-7-social img {
  max-height: 20px;
  max-width: 100%;
  object-fit: contain;
}

.sec-7-footer {
  text-align: center;
  padding: 100px 20px 50px;
}

.rechat-logo {
  width: 63px;
  margin-left: 2px;
}

.footer {
  font-family: "CircularXXTT";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto;
}
#searchInput{
  width: 500px;
  height: 40px;
  border-radius: 30px;
  border: none;
  padding: 10px 20px 10px 45px;
  color: #000;
  margin-top: 25px;
  box-sizing: border-box;
  background-image: url('../images/search-icon.png');
  background-position: 10px center;
  background-size: contain;
  background-repeat: no-repeat;
}



.agent-light,
.agent-light * {
  box-sizing: border-box;
}
.agent-light {
  padding: 64px 20px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  justify-content: flex-end;
  max-width: 2400px;
  position: relative;
  width: 100%;
}
.frame-2085664017 {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  /* width: 1280px; */
  max-width: 1280px;
  position: relative;
}
.listing-title {
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 1600px;
  position: relative;
}
.get-in-touch {
  text-align: left;
  font-size: 64px;
  letter-spacing: -3px;
  font-weight: 500;
  position: relative;
  align-self: stretch;
}
.frame-2085664016 {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  flex-wrap: wrap;
}
.frame-2085664027 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.slider3 {
  flex-shrink: 0;
  width: 396px;
  height: 500px;
  position: relative;
  object-fit: cover;
}
.frame-1171275523 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  letter-spacing: normal;
}
.name-designation {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-2085664023 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.team-name {
  text-align: left;
  font-size: 24px;
  letter-spacing: -0.5px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.sarah-sanders {
  text-align: left;
  font-size: 42px;
  letter-spacing: -2.5px;
  font-weight: 400;
  position: relative;
}
.sales-representative {
  text-align: left;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-2085664024 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.frame-1171275508 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-2085664019 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.phone {
  text-align: left;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  opacity: 0.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
._555-867-5309 {
  color: inherit;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-2085664020 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.emailEmail {
  text-align: left;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  opacity: 0.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sarah-adler-associates-com {
  color: inherit;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-2085664025 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.license {
  text-align: left;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  opacity: 0.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
._01234567 {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-2085664022 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.vector-148 {
  align-self: stretch;
  flex-shrink: 0;
  height: 1px;
  position: relative;
  overflow: visible;
}
.office {
  text-align: left;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  opacity: 0.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
._555-367-2389 {
  color: inherit;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-2085664026 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.address {
  text-align: left;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  opacity: 0.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
._1234-maplewood-lane-springfield-ca-90210 {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-20856640262 {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.instagram-line {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.tiktok-fill {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.facebook-circle-fill {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.twitter-x-fill {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.linkedin-fill {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.youtube-fill {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}


@media (max-width: 480px) {
    .slider3 {
        width: 300px;
        height: 350px;
    }
    .get-in-touch {
        font-size: 54px;
        text-align: center;
    }

    .frame-1171275523 {
        max-width: 90%;
    }
    .frame-20856640262 {
        gap: 15px;
    }

    .vector-148 {
        width: 280px;
    }
}

@media print {
    .agent-light {
        page-break-inside: avoid !important;
        padding: 0;
    }

    .slider3 {
        height: 350px;
        width: 300px;
    }

    .frame-20856640262 {
        display: none;
    }

    .get-in-touch {
        text-align: center;
    }

    .frame-2085664016 {
        flex-direction: column;
        align-items: center;
    }
}


