body {
  font-family: 'Raleway';
}



p {
  color: var(--Black, #000);
  font-family: 'Raleway';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.new-hero-block-section {
  background: linear-gradient(180deg, #fff 55.8%, #f7f7f7 92.7%);
}

.new-container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}



.hero {
  position: relative;
}

.scroll-btn-custom {
  position: absolute;
  bottom: 150px;
  left: 4%;
  transform: translateX(-50%);
  border-radius: 9999px; /* Use a large value for rounded-full effect */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  width: 79px;
  height: 128px;
  z-index: 50;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.new-container img {
  height: 100%;
  width: 100%;
}

.scroll-btn-custom:hover {
  cursor: pointer;
}

.toggle-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
}

.toggle-button:hover {
  cursor: pointer;
}

.arrow-container {
  display: none;
}

.avatar-img {
  margin-top: 4px;
  position: absolute;
  bottom: -160px;
  left: 6px;
}


.ornament-left {
  position: absolute;
  top: -25px;
  right: -80px;
  z-index: 5;
  display: none;
  max-width: 202px;
  max-height: 102px;
}

.ornament-right {
  position: absolute;
  bottom: 32px;
  left: -80px;
  z-index: -1;
  margin-top: 6px;
  display: none;
  max-width: 129px;
  max-height: 50px;
}

.faq-block {
  margin-top: 100px;
  margin-bottom: 100px;
}

.review-box {
  position: relative;
}

.avatar-container {
  display: inline-block;
  background-color: #aa9c75;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid white; /* Assuming you want a ring effect */
}

@media (min-width: 300px) {
  h1 {
    color: #27292d;
    font-family: 'Raleway';
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }

  h2 {
    color: var(--Text-DarkGrey, #242424);
    font-family: 'Raleway';
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%; /* 72.8px */
    letter-spacing: -1.04px;
  }
  
  h3 {
    color: var(--Black, #000);
    font-family: 'Raleway';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px;
  }

  h4 {
    color: #212121;
    font-family: 'Raleway';
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }

  h5 {
    color: #212121;
    font-family: 'Raleway';
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
  
  h6 {
    color: var(--Black, #000);
    font-feature-settings: "clig" off, "liga" off;
    font-family: 'Raleway';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 130% */
  }

  .custom-btn-with-bg {
    border-radius: 6px;
    border: 1px solid #A159A2;
    background: linear-gradient(180deg, #A159A2 0%, #A159A2 100%);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.54) inset;
    display: inline-flex;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: var(--Generic-White, #fff);
    text-align: center;
    font-family: 'Raleway';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
  }
  
  .custom-btn-without-bg {
    border-radius: 6px;
    border: 2px solid #A159A2;
    display: inline-flex;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #A159A2;
    text-align: center;
    font-family: 'Raleway';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
  }

  .review-img {
    display: none;
  }

}

@media (min-width: 768px) {
  .review-box {
    width: 630px;
  }
  .review-img {
    display: block;
  }

  .arrow-container {
    display: block;
  }

  .ornament-right {
    display: block;
  }

  .ornament-left {
    display: block;
  }
  
  .review-img {
    display: block;
    position: absolute;
    left: 0;
    bottom: -80px;
    z-index: 40;
  }

  h1 {
    color: #27292d;
    font-family: 'Raleway';
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }

  h2 {
    color: var(--Text-DarkGrey, #242424);
    font-family: 'Raleway';
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%; /* 72.8px */
    letter-spacing: -1.04px;
  }
  
  h3 {
    color: var(--Black, #000);
    font-family: 'Raleway';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px;
  }

  h4 {
    color: #212121;
    font-family: 'Raleway';
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }

  h5 {
    color: #212121;
    font-family: 'Raleway';
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
  
  h6 {
    color: var(--Black, #000);
    font-feature-settings: "clig" off, "liga" off;
    font-family: 'Raleway';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 130% */
  }
 
  .new-container{
    max-width: 1024px;
  }
}

@media (min-width: 1080px) {

  .custom-btn-with-bg {
    border-radius: 6px;
    border: 1px solid #A159A2;
    background: linear-gradient(180deg, #A159A2 0%, #A159A2 100%);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.54) inset;
    display: inline-flex;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: var(--Generic-White, #fff);
    text-align: center;
    font-family: 'Raleway';
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
  }
  
  .custom-btn-without-bg {
    border-radius: 6px;
    border: 2px solid #A159A2;
    display: inline-flex;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #A159A2;
    text-align: center;
    font-family: 'Raleway';
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
  }

  h1 {
    color: #27292d;
    font-family: 'Raleway';
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }

  h2 {
    color: var(--Text-DarkGrey, #242424);
    font-family: 'Raleway';
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%; /* 72.8px */
    letter-spacing: -1.04px;
  }
  
  h3 {
    color: var(--Black, #000);
    font-family: 'Raleway';
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px;
  }

  h4 {
    color: #212121;
    font-family: 'Raleway';
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }

  h5 {
    color: #212121;
    font-family: 'Raleway';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  
  h6 {
    color: var(--Black, #000);
    font-feature-settings: "clig" off, "liga" off;
    font-family: 'Raleway';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 130% */
  }

 
  .new-container{
    max-width: 1024px;
  }

  .verticaly-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 1340px) {
  .new-container{
    max-width: 1340px;
  }
}

.small-margin-x {
  padding-left: 16px;
  padding-right: 16px;
}

.more-content {
  display: none;
  padding-top: 1rem;
}

.rotate-up {
  transform: rotate(180deg);
}

.close-menu,
.open-menu {
  position: absolute;
  cursor: pointer;
  display: none;
}

.open-menu {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.close-menu {
  top: 20px;
  right: 20px;
}

#check {
  display: none;
}

@media (max-width: 1100px) {
  .menu {
    flex-direction: column;
    align-items: start;
    width: 75%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 100;
    background-color: #000;
    color: #fff;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    font-size: 24px;
  }

  .menu a {
    margin-top: 40px;
    padding: 10px;
    display: block;
  }

  .close-menu,
  .open-menu {
    display: block;
  }

  #check:checked ~ .menu {
    right: 0;
  }
}

.tns-nav {
  text-align: center;
  margin-bottom: 132px;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}

.tns-nav > [aria-controls] {
  width: 29px;
  height: 29px;
  padding: 0;
  margin: 0 5px;
  border-radius: 80%;
  background: #ddd;
  border: 0;
}

@media (max-width: 600px) {
  .tns-nav > [aria-controls] {
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0 5px;
    border-radius: 80%;
    background: #ddd;
    border: 0;
  }
}

.tns-nav > [aria-controls].tns-nav-active {
  background: #f3b700;
}


@media (min-width: 1400px) {
  .faq-block {
    margin-top: 650px;
    margin-bottom: 100px;
  }
}
