* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Myriad Pro", sans-serif;
}

html,
body {
  width: 100vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow-x: hidden;
  background: #ffffff;
}
a {
  text-decoration: none;
  color: unset;
}
nav {
  width: 100%;
  max-width: 2300px;
  padding: 5px 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #ddd;
  overflow: hidden;
  z-index: 4;
}
nav .logo img {
  width: 130px;
}
nav .btns {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
nav .btns a {
  color: #0066c0;
  font-size: 18px;
  font-weight: 600;
  top: 0;
  padding: 8px 1rem ;
  border-radius: 5px;
  transition: 0.4s;
}
nav .btns a:hover {
  background: #f0eded;
}
nav .btns .country-select {
  position: absolute;
  right: -1rem;
  top: -3px;
}
nav .btns input {
  border: none;
  padding: 5px 0;
  border-left: 2px solid #ddd;
  font-size: 18px;
  outline: none;
  width: 165px;
}
nav .mobile-menu{
  position: absolute;
  width: 40px;
  height: 50px;
  right: 1rem;
  display: none;
}
nav .menu-close{
  position: absolute;
  right: 0;
  width: 35px;
  display: none;
}
.main-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.hero-section {
  width: 80%;
  max-width: 1300px;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.hero-section .wrapper {
  width: 1473px;
  height: 490px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section .wrapper img {
  background-size: cover;
  width: 1473px;
  height: 490px;
  position: absolute;
  z-index: 0;
  border-radius: 3px;
}
.hero-section .wrapper .bg-overlay {
  width: 1473px;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  border-radius: 3px;
  z-index: 2;
}
.hero-section .wrapper .content {
  width: 1473px;
  height: 490px;
  margin-top: 10rem;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  gap: 4rem;
}
.hero-section .wrapper .content h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}
.hero-section .wrapper .content button {
  width: 250px;
  height: 55px;
  border: none;
  background: #006e79;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.4s;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
.hero-section .wrapper .content button:hover {
  opacity: 0.9;
}
.estate-intro-section {
  width: 80%;
  max-width: 1300px;
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
.estate-intro-section .wrapper .top {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.estate-intro-section .wrapper .top h3 {
  font-size: 35px;
  color: #151515;
  font-weight: 400;
}
.estate-intro-section .wrapper .top p {
  font-size: 16px;
  color: #151515;
  line-height: 22px;
}
.estate-intro-section .wrapper .bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4rem;
  margin-top: 4rem;
}
.estate-intro-section .wrapper .bottom .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.estate-intro-section .wrapper .bottom .box img {
  width: 80px;
  height: 80px;
}
.estate-intro-section .wrapper .bottom .box .text {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.estate-intro-section .wrapper .bottom .box .text p {
  font-size: 14px;
  color: #323232;
  line-height: 20px;
}
.estate-intro-section .wrapper .bottom .box .text .title {
  font-weight: bold;
  font-size: 16px;
}

.slider-section {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
.slider-section .carousel {
  width: 1473px;
  height: 520px;
  border-radius: 3px;
}
.slider-section .carousel input[name="carousel-css"] {
  position: relative;
  top: 2.5rem;
}
.slider-section .carousel .carousel-wrapper .carousel-slide img {
  width: 1473px;
  height: 520px;
  border-radius: 3px;
  z-index: 1;
}
.slider-section .carousel .carousel-wrapper .carousel-slide {
  text-align: left;
}
.slider-section .carousel .carousel-wrapper .carousel-slide .text {
  position: absolute;
  width: 400px;
  top: 2rem;
  left: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  z-index: 3;
}
.slider-section .carousel .carousel-wrapper .carousel-slide .overlay {
  position: absolute;
  width: 1473px;
  height: 520px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}
.slider-section .carousel .carousel-wrapper .carousel-slide .overlay-2 {
  position: absolute;
  width: 1473px;
  height: 520px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
}
.slider-section .carousel .carousel-wrapper .carousel-slide .text p{
  font-size: 16px;
  color: #fff;
  line-height: 22px;
}

.faq-section {
  width: 80%;
  max-width: 1300px;
  display: flex;
  justify-content: center;
  margin-top: 8rem;
}
.faq-section .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.faq-section .wrapper h3 {
  font-size: 35px;
  color: #151515;
  font-weight: 400;
  margin-bottom: 3rem;
}
.faq-section .wrapper .faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.faq-section .wrapper .faq .box {
  padding: 1.2rem 15px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  height: 250px;
}
.faq-section .wrapper .faq .box h4 {
  font-size: 16px;
  font-weight: 600;
  color: #323232;
  margin-bottom: 1.5rem;
}
.faq-section .wrapper .faq .box p {
  font-size: 14px;
  color: #323232;
  line-height: 20px;
}

.bottom-signup-section {
  width: 80%;
  max-width: 1300px;
  height: 250px;
  background: #fff9e9;
  display: flex;
  justify-content: center;
  margin-top: 6rem;
  border-radius: 3px;
}
.bottom-signup-section .wrapper {
  padding: 0 0 0 5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom-signup-section .wrapper .left img {
  width: 130px;
  cursor: pointer;
}
.bottom-signup-section .wrapper .right {
  padding: 15px 6rem 15px 4rem;
  border-left: 2px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bottom-signup-section .wrapper .right h3 {
  font-size: 35px;
  color: #000000;
  font-weight: 500;
  line-height: 45px;
}
.bottom-signup-section .wrapper .right button {
  width: 250px;
  height: 55px;
  border: none;
  background: #006e79;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.4s;
  border-radius: 5px;
  margin-top: 1.5rem;
}
.bottom-signup-section .wrapper .right button:hover {
  opacity: 0.9;
}

footer {
  width: 100%;
  max-width: 2300px;
  padding: 5px 1.5rem;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 3px solid #ddd;
  margin-top: 4rem;
}
footer .wrapper {
  text-align: center;
}
footer .wrapper .links {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}
footer .wrapper .links a {
  font-size: 16px;
  color: #0066c0;
}
footer .wrapper .links a:hover{
  opacity: 0.9;
}
footer .wrapper p {
  font-size: 16px;
  color: 4d4d4d;
  margin-top: 1.5rem;
}

@media screen and (max-width: 1600px) {
  nav .btns a {
    font-size: 16px;
  }
  nav .btns input {
    border: none;
    padding: 5px 0;
    border-left: 2px solid #ddd;
    font-size: 16px;
    outline: none;
    width: 165px;
  }

  .hero-section .wrapper {
    width: 1000px;
    height: 380px;
  }
  .hero-section .wrapper img {
    width: 1000px;
    height: 380px;
  }
  .hero-section .wrapper .bg-overlay {
    width: 1000px;
    height: 380px;
  }
  .hero-section .wrapper .content {
    width: 1000px;
    height: 380px;
  }
  .hero-section .wrapper .content h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
  }
  .hero-section .wrapper .content button {
    width: 200px;
    height: 50px;
    font-size: 16px;
  }
  .estate-intro-section .wrapper .top h3 {
   font-size: 28px;
  }
  .faq-section .wrapper h3 {
   font-size: 28px;
  }
  .bottom-signup-section .wrapper .right h3 {
    font-size: 28px;
  }
  .slider-section .carousel {
    width: 1000px;
    height: 420px;
  }
  .slider-section .carousel .carousel-wrapper .carousel-slide img {
    width: 1000px;
    height: 420px;
  }
  .bottom-signup-section .wrapper .right button {
    width: 200px;
    height: 50px;
    font-size: 16px;
  }
  .bottom-signup-section {
    height: 230px;
  }

}
@media screen and (max-width: 1275px) {
  .bottom-signup-section {
    height: unset;
  }
  .bottom-signup-section .wrapper {
   flex-direction: column;
   padding: 3rem;
   text-align: center;
  }
  .bottom-signup-section .wrapper .right {
    padding-top:   3.5rem;
    border-left: 0;
    align-items: center;
    border-top: 2px solid #ddd;
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 980px) {
  .hero-section .wrapper {
    width: 700px;
    height: 260px;
  }
  .hero-section .wrapper img {
    width: 700px;
    height: 260px;
  }
  .hero-section .wrapper .bg-overlay {
    width: 700px;
    height: 260px;
  }
  .hero-section .wrapper .content {
    width: 700px;
    height: 260px;
  }
  .hero-section .wrapper .content h2 {
    font-size: 28px;
  }
  .hero-section .wrapper .content {
    margin-top: 6rem;
    gap: 2rem;
  }
  .hero-section .wrapper .content button {
    width: 150px;
    height: 40px;
    font-size: 16px;
  }
  .bottom-signup-section .wrapper .right button {
    width: 150px;
    height: 40px;
    font-size: 16px;
  }

  .slider-section .carousel {
    width: 700px;
    height: 300px;
  }
  .slider-section .carousel .carousel-wrapper .carousel-slide img {
    width: 700px;
    height: 300px;
  }

  .faq-section .wrapper .faq {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .faq-section .wrapper .faq .box {
    height: 200px;
  }
}

@media screen and (max-width: 700px) {
  .estate-intro-section .wrapper .bottom {
    flex-direction: column;
  }
  .slider-section .carousel .carousel-wrapper .carousel-slide .text {
    top: unset;
    left: unset;
    gap: 1rem;
    top: 1.5rem;
    right: 3rem;
  }
  .slider-section .carousel .carousel-wrapper .carousel-slide .text p{
    font-size: 14px;
    line-height: 20px;
    width: 260px;
  }
  .faq-section .wrapper .faq .box {
    height: 250px;
  }
  .bottom-signup-section .wrapper {
    padding: 3rem 0;
   }
   .bottom-signup-section .wrapper .right {
    padding: 10px;
    padding-top:   3.5rem;
    border-left: 0;
    align-items: center;
    border-top: 2px solid #ddd;
    margin-top: 2.5rem;
  }
  .hero-section .wrapper .content h2 {
    font-size: 24px;
  }
  .estate-intro-section .wrapper .top h3 {
    font-size: 22px;
   }
   .faq-section .wrapper h3 {
    font-size: 22px;
   }
   .bottom-signup-section .wrapper .right h3 {
     font-size: 22px;
   }
   footer .wrapper .links a {
  font-size: 14px;
  }
  footer .wrapper p {
 font-size: 14px;
  }
}

@media screen and (max-width: 570px) {
  nav .btns {
    position: absolute;
    display: flex;
    justify-content: center;
    right: 0;
    height: 800px;
    width: 80vw;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: 0.4s;
    display: none;
    border-radius: 5px;
    z-index: 3;
    animation: fadeVisibility 0.5s;
  }
  nav .btns a {
    margin-top: 10rem;
  }
  nav .mobile-menu{
    display: block;
    cursor: pointer;
  }
  nav .menu-close{
    display: block;
    right: 1rem;
  }
  nav .btns a {
    background: #006e79;
    color: #fff;
    width: 130px;
    height: 35px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-section .wrapper .content h2 {
    font-size: 20px;
  }
  .hero-section .wrapper {
    width: 100%;
    height: 200px;
  }
  .hero-section .wrapper img {
    width: 100%;
    height: 200px;
  }
  .hero-section .wrapper .bg-overlay {
    width: 100%;
    height: 200px;
  }
  .hero-section {
    width: 100%;
    margin-top: 0;
  }
  .hero-section .wrapper .content {
    width: 100%;
    height: 200px;
  }
  nav{
    padding: 15px 1rem;
  }
  nav .logo img {
    width: 100px;
  }
  .hero-section .wrapper .content button {
    width: 130px;
    height: 35px;
    font-size: 14px;
  }
  .bottom-signup-section .wrapper .right button {
    width: 130px;
    height: 35px;
    font-size: 14px;
  }
  
  footer .wrapper{
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 500px) {
  .faq-section .wrapper .faq .box {
    height: 300px;
  }
  .estate-intro-section .wrapper .bottom .box img {
    width: 60px;
    height: 60px;
  }
  .estate-intro-section .wrapper .bottom .box .text {
    margin-top: 1.8rem;
    gap: 1.2rem;
  }
  
  .hero-section .wrapper {
    width: 100%;
    height: 200px;
  }
  .hero-section .wrapper img {
    width: 100%;
    height: 200px;
  }
  .hero-section .wrapper .bg-overlay {
    width: 100%;
    height: 200px;
  }
  .hero-section {
    width: 100%;
    margin-top: 0;
  }
  .hero-section .wrapper .content {
    width: 100%;
    height: 200px;
    gap: 1rem;
    margin-top: 3rem;
    padding: 0 1rem;
  }
  .hero-section .wrapper .content h2 {
    line-height: 30px;
  }
  .estate-intro-section {
   margin-top: 2rem;
  }
  .estate-intro-section .wrapper .top {
    gap: 1rem;
  }
  .faq-section {
    width: 90%;
  }
  .bottom-signup-section {
    margin-top: 2rem;
    width: 100vw;
    padding: 0 2rem;
  }
  .bottom-signup-section .wrapper .right {
   padding-top: 3rem;
  }
  .bottom-signup-section .wrapper .right h3 {
    line-height: 30px;
  }
  footer .wrapper .links a {
    font-size: 12px;
    }
    footer .wrapper p {
   font-size: 12px;
    }
    footer .wrapper .links {
      display: flex;
      gap: 10px;
      margin-top: 1rem;
    }
}

@media screen and (max-width: 360px) {
  .faq-section .wrapper .faq .box {
    height: 340px;
  }
}

@keyframes fadeVisibility {
  0% {
    opacity: 0;
  }
 


  100% {
    opacity: 1;
    transform: opacity linear;
  }
}