@font-face {
  font-family: "Mixtape";
  font-weight: 400;
  font-style: normal;
  src: url("./fonts/mixtape-regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Mixtape";
  font-weight: 700;
  font-style: bold;
  src: url("./fonts/mixtape-bold.woff2") format("woff2");
  font-display: swap;
}

/* General Styles */
body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #f8f8f8;
  color: #333;
  line-height: 1.6;
  direction: rtl;
}

/* Hero Section */
#hero {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  color: white;
  flex-direction: column;
  margin: auto;
}

.hero-content {
  position: absolute;
  width: 79%;
}

.hero-image-container {
  width: 89%;
  margin: 3% 5%;
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.hero-image {
  width: 100%;
  display: block;
}

.hero-image-mobile {
  width: 100%;
  display: none;
}

.hero-sub-header {
  background: #ffffffa7;
  width: 80%;
  margin: 70px auto;
}

.intro-container {
  display: flex;
  align-items: stretch;
}

.intro-img {
  border: solid #ee3690;
  margin: 20px;
  padding: 20px;
  width: 70%;
}

.hero1-text {
  position: absolute;
  color: #ee3690;
  font-family: Mixtape;
  font-size: clamp(17px, 2.7vw, 40px);
  padding-top: 350px;
}

.about-kids-container {
  color: #ee3690;
  background-color: #eaeaea;
  padding: 40px;
  font-family: Mixtape;
  font-weight: 400;
  font-size: clamp(24px, 2.5vw, 29px);
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.about-kids-div1 {
  width: 60%;
}

.about-kids-div2 {
  width: 40%;
}

.about-kids-div3 {
  width: 45%;
}

.about-kids-div4 {
  width: 55%;
}

.about-kids-img1 {
  width: 90%;
  margin: 0 10%;
}

.about-kids-img2 {
  width: 80%;
  margin-left: 5%;
}

.about-example-img {
  padding: 25px;
  width: 30%;
}

.war-div1 {
  background-color: #eaeaea;
  color: #ee3690;
  width: 30%;
  margin: 0px auto 100px;
  padding: 10px;
}

.war-div2 {
  background-color: #eaeaea;
  color: #ee3690;
  width: 55%;
  margin: 160px auto 100px;
  padding: 10px;
}

.about-meeting-flex {
  color: #ee3690;
  background-color: #eaeaea;
  padding: 40px;
  font-family: Mixtape;
  font-weight: 400;
  font-size: clamp(25px, 2.5vw, 29px);
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: space-around;
}

.about-meeting-div1 {
  border: #ee3690 solid 3px;
  width: 35%;
  font-family: Noto Sans Hebrew;
  font-weight: 600;
  font-size: clamp(19px, 1.7vw, 32px);
}

.about-me-flex {
  background-color: #ee3690;
  color: #eaeaea;
  padding: 40px;
  font-family: Noto Sans Hebrew;
  font-weight: 300;
  font-size: clamp(22px, 1.5vw, 29px);
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
  justify-content: space-around;
  line-height: 1.2;
}

.contacts-flex {
  color: #ee3690;
  background-color: #eaeaea;
  padding: 40px;
  font-family: Noto Sans Hebrew;
  font-weight: 300;
  font-size: clamp(20px, 1.8vw, 29px);
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
  justify-content: space-around;
  line-height: 1.2;
}

.about-change-div2 {
  background-color: #eaeaea;
  color: #ee3690;
  width: 27%;
  margin: 50px auto;
  padding: 30px 15px;
}

@media only screen and (max-width: 640px) {
  .hero-sub-header {
    margin: 0px auto;
  }

  .intro-container {
    flex-direction: column;
  }
  .intro-img {
    width: auto;
  }

  .hero1-text {
    padding-top: 120px;
  }
  .about-kids-container {
    padding: 20px 0;
    flex-direction: column;
  }
  .about-kids-div1 {
    width: 80%;
    margin: 15px 0;
  }

  .about-kids-div2 {
    width: 80%;
  }

  .about-kids-div3 {
    width: 80%;
  }

  .about-kids-div4 {
    width: 80%;
    margin: 15px 0;
  }

  .about-kids-img1 {
    width: 100%;
    margin: 0;
  }

  .about-kids-img2 {
    width: 100%;
    margin: 0;
  }

  .about-example-img {
    width: 85%;
  }

  .war-div1 {
    width: 80%;
    margin: 0px auto;
    padding: 10px;
  }

  .war-div2 {
    background-color: #eaeaea;
    color: #ee3690;
    width: 95%;
    margin: 60px auto 100px;
    padding: 10px;
  }

  .about-meeting-flex {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: space-around;
  }

  .about-meeting-div1 {
    width: 100%;
  }

  .about-me-flex {
    flex-direction: column;
  }
  .contacts-flex {
    flex-direction: column;
  }
  .about-change-div2 {
    width: 80%;
    font-size: 1.4em;
  }
}

.btn {
  background-color: #4caf50;
  color: white;
  padding: 0.8rem 2rem;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  transition: background 0.3s;
}

.btn:hover {
  background-color: #45a049;
}

/* Section Styles */
section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

#how-it-works {
  background: linear-gradient(223deg, #669dc8, #fff);
}

#introduction {
  padding: 10px 74px;
  font-size: 2em;
  color: #033542;
  background-color: aliceblue;
}

.about-me {
  position: static;
  display: flex;
  height: auto;
  width: 100%;
  min-height: auto;
  justify-content: space-between;
  flex-direction: row;
  padding-top: 32px;
}

.about-me-img {
  width: 250px;
  height: 552px;
}

.plan {
  background-color: #ffffffad;
  width: 30%;
  text-align: center;
  height: 500px;
  border-radius: 20px;
  border-style: dotted;
  border-color: #ba6d6d;
}

.plan-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 60px 10px;
}

.plan-option {
  background-color: #979797cc;
  border: 1px solid #929292;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  position: static;
  width: 100px;
  height: 100px;
  font-size: 3em;
  font-weight: bold;
  margin: auto;
  margin-top: -50px;
  align-content: center;
}

.plan-hdr {
  font-size: 1.2em;
  font-weight: bold;
}

.plan-body {
  padding: 0px 40px;
  font-size: 1.1em;
}

#plans {
  background: radial-gradient(#657e91, #a3d4f8);
  /* padding: 10px 10px; */
}

#testimonial1 {
  background-color: #ffffff;
  padding: 15px;
  /* margin: 10px 0; */
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.testimonial1-content {
  position: static;
  display: flex;
  height: auto;
  width: 100%;
  min-height: auto;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-top: 32px;
}

.testimonial1-img {
  width: 394px;
  height: 552px;
  border-top-left-radius: 250px;
}

.testimonial1-text {
  font-family: tahoma, sans-serif;
  background-color: #ffffff60;
  margin: 0px 50px;
  text-align: right;
  padding: 10px 35px;
}

.social-icon {
  background-color: #ffffff00;
}

.social-icon:hover {
  background-color: #c9e0f2;
}

#consultant {
  background-color: #ffffff;
  padding: 15px;
  /*  margin: 10px 0; */
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#testimonials {
  background: linear-gradient(223deg, #669dc8, #fff);
  height: 550px;
  /* padding: 60px 100px; */
}

/* Consultant Section */
.consultant-photo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 20px 0;
}

/* How It Works Section */
.steps {
  list-style: none;
  padding: 0;
}

.steps li {
  margin: 10px 0;
}

/* CTA Section */
#cta {
  background-color: #4caf50;
  color: white;
  padding: 40px 20px;
}

/* Footer Styles */
footer {
  background-color: #333;
  color: white;
  padding: 10px;
  text-align: center;
}

.about-me-hdr {
  display: block;
}

.about-me-hdr-mobile {
  display: none;
}

.about-me-txt {
  font-family: tahoma, sans-serif;
  background-color: #ffffff60;
  margin: 0px 20px;
  text-align: right;
  padding: 10px 35px;
}

.faq {
  font-family: tahoma, sans-serif;
  background-color: #ffffff60;
  margin: 0px 50px;
  text-align: right;
  padding: 10px 80px;
}

.slider-wrap {
  height: 100%;
  width: 100%;
}
.slider-wrap .slider {
  position: absolute;
  width: 100%;
}

.slider-item {
  width: 700px;
  padding: 20px 0 25px 30px;
  border-radius: 10px;
  background-color: #fffbd3;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  opacity: 0;
  z-index: 0;
  box-shadow: 0 4px 9px #f1f1f4;
  position: absolute;
  left: 30px;
  top: 0;
}
.slider-item .animation-card_image {
  max-width: 60px;
  max-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 4px 9px rgba(241, 241, 244, 0.72);
  background-color: #ffffff;
}
.slider-item .animation-card_image img {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  object-fit: cover;
}
.slider-item .animation-card_content {
  width: 100%;
  max-width: 500px;
  margin-left: 26px;
  font-family: "Open Sans", sans-serif;
}
.slider-item .animation-card_content .animation-card_content_title {
  color: #4a4545;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.18px;
  line-height: 24px;
  margin: 0;
}
.slider-item .animation-card_content .animation-card_content_description {
  color: #696d74;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 24px;
  margin: 10px 0 0 0;
}
.slider-item .animation-card_content .animation-card_content_city {
  font-size: 11px;
  margin: 10px 0 0 0;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #696d74;
}

@media only screen and (max-width: 900px) {
  .plan {
    width: 95%;
    height: 300px;
    margin-bottom: 75px;
  }

  .plan-container {
    flex-direction: column;
  }

  .testimonial1-content {
    position: static;
    height: auto;
    width: 100%;
    min-height: auto;
    padding-top: 32px;
    display: block;
  }

  .testimonial1-img {
    width: 70%;
    height: 700px;
    border-top-left-radius: 250px;
  }

  .testimonial1-text {
    background-color: #ffffff90;
    text-align: right;
    padding: 52px 20px;
    margin: -700px 140px 0px 150px;
    position: absolute;
    z-index: 100;
  }
}

@media only screen and (max-width: 560px) {
  .plan {
    height: 400px;
  }
}

@media only screen and (max-width: 510px) {
  .hero-image {
    display: none;
  }

  .hero-image-mobile {
    display: block;
  }

  #introduction {
    padding: 10px 20px;
    font-size: 1.5em;
    color: #033542;
    background-color: aliceblue;
  }

  .faq {
    font-family: tahoma, sans-serif;
    background-color: #ffffff60;
    margin: 0px 0px;
    text-align: right;
    padding: 10px 15px;
  }

  .slider-item {
    width: 200px;
    padding: 18px 0 29px 30px;
    border-radius: 10px;
    background-color: #fffbd3;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    left: -30px;
    top: 0;
  }

  .noto-sans-hebrew-100 {
    font-family: "Noto Sans Hebrew", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "wdth" 100;
  }

  #testimonials {
    height: 850px;
  }
}

@media only screen and (max-width: 650px) {
  .about-me {
    position: static;
    display: flex;
    height: auto;
    width: 100%;
    min-height: auto;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 32px;
  }

  .about-me-img {
    width: 100%;
    height: auto;
  }

  .about-me-hdr {
    display: none;
  }

  .about-me-hdr-mobile {
    display: block;
  }

  .about-me-txt {
    font-family: tahoma, sans-serif;
    background-color: #ffffff60;
    margin: 0px 0px;
    text-align: right;
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 720px) {
  .testimonial1-content {
    position: static;
    height: auto;
    width: 100%;
    min-height: auto;
    padding-top: 32px;
    display: block;
  }

  .testimonial1-img {
    width: 100%;
    height: 700px;
    border-top-left-radius: 250px;
  }

  .testimonial1-text {
    background-color: #ffffff90;
    text-align: right;
    padding: 10px 20px;
    margin: -700px 5px 0px 5px;
    position: absolute;
    z-index: 100;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.carousel-container {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: white;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  padding: 40px 20px;
}

.carousel-track {
  display: flex;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  gap: 60px;
  will-change: transform;
}

.testimonial-card {
  width: 50%;
  min-width: 40%;
  flex-shrink: 0;
  background: #f8f9fa;
  border-radius: 20px;
  padding: 24px;
  border-left: 4px solid #ee3690;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.customer-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ee3690, #ff6b9d);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  margin-right: 12px;
}

.customer-info h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
  padding: 0 20px;
}

.customer-info .time {
  font-size: 12px;
  color: #888;
}

.message {
  background: white;
  border-radius: 16px;
  padding: 16px;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.message::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
}

.rating {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.stars {
  display: flex;
  margin-right: 8px;
}

.star {
  color: #ffc107;
  font-size: 16px;
}

.rating-text {
  font-size: 12px;
  color: #666;
}

.carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 20px;
}

.carousel-btn {
  background: #ee3690;
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(238, 54, 144, 0.3);
}

.carousel-btn:hover {
  background: #d12d7a;
  transform: scale(1.1);
}

.carousel-btn:disabled {
  background: #eaeaea;
  color: #999;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.carousel-dots {
  display: flex;
  gap: 8px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #eaeaea;
  cursor: pointer;
  transition: background 0.3s ease;
}

.dot.active {
  background: #ee3690;
}

.autoplay-toggle {
  background: #eaeaea;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  transition: all 0.3s ease;
}

.autoplay-toggle.active {
  background: #ee3690;
  color: white;
}

@media (max-width: 768px) {
  .testimonial-card {
    width: 60%;
  }

  .carousel-controls {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .testimonial-card {
    width: 78%;
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

.testimonial-card {
  animation: slideIn 0.6s ease-out;
}
