* {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.wrapper2 {
  width: 100%;
  background-color: #fde1d9;
  padding: 40px 0px;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}

.container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  max-width: 1400px;
  width: 100%;
}

.navbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar__items {
  display: flex;
  align-items: center;
  gap: 40px;
}

.navbar__logo {
  width: 130px;
  height: 22px;
}

.navbar__list {
  display: flex;
  gap: 30px;
  align-items: center;
}

.navbar__link,
.navbar__link2 {
  font-size: 16px;
  font-family: "Lato";
  font-weight: 700;
  color: #424551;
  transition: color 0.3s ease-in-out;
}

.navbar__link2 {
  font-family: "Montserrat";
  font-weight: 600;
}

.navbar__link:hover,
.navbar__link2:hover {
  color: #fa4a0c;
}

.header-actions {
  color: #fde1d9;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: 50px;
}

.btn-consultation {
  background: linear-gradient(90deg, #ff5722, #ff7043);
  border: none;
  border-radius: 4px;
  color: #fff;
  padding: 8px 20px;
  cursor: pointer;
  font-family: "Lato";
  font-weight: 700;
  font-size: 16px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
  box-shadow: 0 3px 5px rgba(255, 87, 34, 0.4);
}

.btn-consultation:hover {
  background: linear-gradient(90deg, #ff7043, #ff5722);
}
.btn-consultation:active {
  background: linear-gradient(90deg, #f73a00, #ff3c00);
}

.login {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #444;
  cursor: pointer;
}

.login svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.header_span {
  font-family: "Lato";
  font-size: 14px;
  color: #444;
}

.navbar_subtitle {
  /* course */

  /* h6

subheading
*/
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 24px */
  letter-spacing: 1px;
  text-transform: uppercase;

  /* primary */
  color: #ff3f3a;
}

.navbar_title {
  width: 1020px;

  /* h1 */
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-size: 46px;
  line-height: 130%;
  /* or 60px */
  display: flex;
  align-items: center;
  text-align: center;

  /* gray/900 */
  color: #1e212c;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 0;
}

.course-description {
  flex: 1 1 60%;
  max-width: 100%;
  padding: 20px 0;
}

.course-description h2 {
  /* About the course */

  /* h1 */
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-size: 46px;
  line-height: 130%;
  /* identical to box height, or 60px */

  /* gray/900 */
  color: #1e212c;

  margin-bottom: 20px;
}
.course_title {
  width: 600px;
  height: 156px;

  /* base/regular

main body text
*/
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  /* or 26px */

  /* gray/800 */
  color: #424551;
}
.course-description h3 {
  margin-top: 30px;
  /* You will learn: */

  /* h3 */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  /* identical to box height, or 42px */

  /* gray/900 */
  color: #1e212c;
}

.features-list {
  margin-top: 10px;
  /* A fermentum in morbi pretium aliquam adipiscing donec tempus. */

  /* base/regular

main body text
*/
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  /* identical to box height, or 26px */

  /* gray/800 */
  color: #424551;

  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}

.features-list li {
  padding-left: 30px; /* место под иконку */
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
}

.icon-check {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  flex-shrink: 0;
  background-image: url("/Img/completed.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.course-info {
  flex: 1 1 30%;
  max-width: 340px;
  background-color: #fff;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}

.info-block {
  margin-bottom: 24px;
}

.info-title {
  /* Dates */

  width: 47px;
  height: 21px;

  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  /* identical to box height, or 21px */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 7px;

  /* gray/900 */
  color: #1e212c;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.highlight {
  /* Sept 7 – Nov 2 */

  /* h4 */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  /* or 31px */

  /* primary */
  color: #ff3f3a;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;

  margin-bottom: 4px;
}

.price {
  font-size: 18px;
}

.enroll-btn {
  background: linear-gradient(90deg, #ff5722, #ff7043);
  border: none;
  border-radius: 4px;
  width: 100%;
  color: #fff;
  padding: 8px 20px;
  cursor: pointer;
  font-family: "Lato";
  font-weight: 700;
  font-size: 16px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
  box-shadow: 0 3px 5px rgba(255, 87, 34, 0.4);
}

.enroll-btn:hover {
  background: linear-gradient(90deg, #ff7043, #ff5722);
  transition: background 0.3s;
}
.enroll-btn:active {
  background: linear-gradient(90deg, #f73a00, #ff3c00);
  transition: background 0.3s;
}

.course_title2 {
  /* Rhoncus pellentesque auctor auctor orci vulputate faucibus quis ut. */

  /* base/regular

main body text
*/
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  /* or 26px */

  /* gray/700 */
  color: #787a80;

  /* Inside auto layout */
}

.profile-container {
  display: flex;
  max-width: 1400px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: auto;
}

.image-section {
  flex: 1;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-image {
  width: 300px;
  max-width: 450px;
  border-radius: 10px;
  object-fit: cover;
  height: 340px;
}

.info-section {
  flex: 2;
  padding: 20px;
  max-width: 1400px;
}

.name {
  /* Cody Fisher */

  /* h1 */
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-size: 46px;
  line-height: 130%;
  /* identical to box height, or 60px */

  /* gray/900 */
  color: #1e212c;

  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}

.title {
  margin: 8px 0 16px;
  /* Senior UX designer in IT Product Company */

  /* lead/regular */
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  /* identical to box height, or 30px */

  /* gray/700 */
  color: #787a80;
}

.stats {
  display: block;

  margin-bottom: 20px;
}

.stat {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #333;
}

.icon {
  font-size: 18px;
}

.description2 {
  width: 400px;

  /* base/regular

main body text
*/
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  /* or 26px */

  /* gray/800 */
  color: #424551;
}

.social-icons {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}

.social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #ddd;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  color: #555;
  text-decoration: none;
  transition: background-color 0.3s;
}

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

.info_subtitle {
  /* Course curator */

  /* h6

subheading
*/
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 24px */
  letter-spacing: 1px;
  text-transform: uppercase;

  /* gray/900 */
  color: #1e212c;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.label {
  /* 4.9 rate */

  /* base/bold */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  /* identical to box height, or 26px */
  display: flex;
  align-items: center;

  /* gray/800 */
  color: #424551;

  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}

.social-icons {
  display: flex;
  gap: 40px;
}

.icon {
  width: 40px;
  height: 40px;
  fill: #777;
  transition: fill 0.3s;
  cursor: pointer;
  display: inline-block;
}

.icon.facebook:hover {
  fill: #ff0000;
}

.icon.behance:hover {
  fill: #ff0000;
}
.icon.behance {
  margin-top: 7px;
}

.icon.twitter:hover {
  fill: #ff0000;
}

.icon.linkedin:hover {
  fill: #f44336;
}

h2,
h3 {
  margin: 0;
}

.section1__div3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 200px;
}

.steps__toptext {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 24px */
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;

  /* gray/900 */
  color: #1e212c;
}

.steps__title {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-size: 46px;
  line-height: 130%;
  /* identical to box height, or 60px */
  text-align: center;

  /* gray/900 */
  color: #1e212c;
}

.steps__div {
  display: flex;
  gap: 30px;
}

.steps__icon {
  color: #d7dadd;
  display: flex;
  align-items: center;
  background-color: inherit;
}

.steps__iconnum {
  font-size: 46px;
  font-family: "Lato";
  height: 84px;
  width: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.steps__icondiv {
  width: 285px;
}

.steps__icondiv :hover {
  color: rgb(201, 3, 3);
}

.steps__iconnumdiv {
  padding: 10px;
}

.steps__iconnumdiv :hover {
  background-color: rgba(255, 0, 0, 0.233);
}

.steps__itemtitle {
  /* lead/bold */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  /* identical to box height, or 30px */
  display: flex;
  align-items: center;

  /* gray/900 */
  color: #1e212c;
  margin-bottom: 8px;
}

.steps__itemstext {
  /* base/regular

  main body text
  */
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  /* or 26px */

  /* gray/700 */
  color: #787a80;
  width: 285px;
}

.section1__div4 {
  padding: 48px 60px;
  background-color: #fde1d9;
  max-width: 1390px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;

  flex-direction: column;
  gap: 40px;
  border-radius: 5px;
}

.titlediv__div4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title__div4 {
  width: 518px;

  /* h2 */
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 130%;
  /* identical to box height, or 42px */
  display: flex;
  align-items: center;
  text-align: center;

  /* gray/900 */
  color: #1e212c;
}

.hour__div4 {
  display: flex;
  gap: 24px;
}

.mins__div4 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}

.num__div4 {
  /* 06 */
  /* 06 */

  width: 24px;
  height: 26px;

  /* h5 */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  /* identical to box height, or 26px */
  display: flex;
  align-items: center;

  /* gray/900 */
  color: #1e212c;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;

  /* h5 */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  /* identical to box height, or 26px */
  display: flex;
  align-items: center;

  /* gray/900 */
  color: #1e212c;
}

.date__div4 {
  /* Days */

  height: 18px;

  /* extrasmall/regular */
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  /* identical to box height, or 18px */
  display: flex;
  align-items: center;

  /* gray/900 */
  color: #1e212c;

  /* Inside auto layout */
}

.input__div4 {
  display: flex;
  gap: 38px;
  align-items: end;
  padding: 32px 0px;

  /* 20% d
  width: 418px;
  height: 42px;

  /* h2 */
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;

  /* identical to box height, or 42px */

  /* gray/900 */
  color: #1e212c;
}

.input__divdiv4 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
}

.subscribe__input {
  padding: 10px 0;
}

.study__button {
  background: linear-gradient(90deg, #ff5722, #ff7043);
  border: none;
  border-radius: 4px;
  color: #fff;
  padding: 8px 20px;
  cursor: pointer;
  font-family: "Lato";
  font-weight: 700;
  font-size: 16px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
  box-shadow: 0 3px 5px rgba(255, 87, 34, 0.4);
  margin-bottom: 25px;
  width: 200px;
}

.study__button:hover {
  background: linear-gradient(90deg, #ff7043, #ff5722);
}
.study__button:active {
  background: linear-gradient(90deg, #f73a00, #ff3c00);
}

section {
  padding: 60px 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  /* For whom? */

  /* h6

subheading
*/
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 24px */
  letter-spacing: 1px;
  text-transform: uppercase;

  /* gray/900 */
  color: #1e212c;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;

  margin-bottom: 10px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

.benefit__maintext {
  /* Who will benefit from the course: */

  width: 492px;
  height: 120px;

  /* h1 */
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-size: 46px;
  line-height: 130%;
  /* or 60px */

  /* gray/900 */
  color: #1e212c;

  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}

.benefits {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 800px;
  margin-left: 450px;
}

.benefits___main {
  margin-top: 200px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.benefit-item .icon {
  color: #ff5d5d;
  font-size: 18px;
  margin-top: 4px;
  line-height: 1;
}

.benefit-item p {
  margin: 0;
}

.course-program {
  margin-top: 60px;
  padding-top: 60px;
}
.who-benefits {
  display: flex;
  flex-direction: column;
}

.program-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.lessons {
  flex: 1 1 500px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.lessons p {
  /* Orci commodo, viverra orci mollis ut euismod. */

  /* lead/bold */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  /* identical to box height, or 30px */

  /* gray/900 */
  color: #1e212c;

  /* Inside auto layout */
  font-size: 16px;
}

.lessons p .plus {
  color: #e63946;
  margin-right: 6px;
  font-weight: bold;
}

.lessons p .bold {
  color: #000;
  font-weight: 600;
}

.lessons p.active {
  color: #000;
  font-weight: 600;
}

.description {
  font-size: 14px;
  color: #ff0000;
  margin-top: 8px;
}

.illustration {
  flex: 1 1 300px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.illustration img {
  max-width: 100%;
  height: auto;
}

.course-title {
  /* What will you learn */

  /* h1 */
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-size: 46px;
  line-height: 130%;
  /* identical to box height, or 60px */

  /* gray/900 */
  color: #1e212c;

  /* Inside auto layout */
  margin-bottom: 20px;
}

.testimonial__section {
  max-width: 1400px;
  margin: 80px auto;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f4f5f6;
}

/* Заголовок */
.testimonial__header {
  text-align: center;
  margin-bottom: 40px;
  background-color: #f4f5f6;
}

.testimonial__section {
  max-width: 1400px;
  margin: 80px auto;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f4f5f6;
}

/* Заголовок */
.testimonial__header {
  text-align: center;
  margin-bottom: 40px;
}

.testimonial__subtitle {
  /* TESTIMONIALS */

  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 24px */
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;

  /* gray/900 */
  color: #1e212c;

  /* Inside auto layout */
  order: 0;
  flex-grow: 0;
}

.testimonial__title {
  /* What our students say */

  /* h1 */
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-size: 46px;
  line-height: 130%;
  /* identical to box height, or 60px */
  text-align: center;

  /* gray/900 */
  color: #1e212c;

  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}

.testimonial__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 800px;
  color: #f4f5f6;
}

.testimonial__card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  padding: 40px;
  display: flex;
  gap: 25px;
  align-items: flex-start;
  flex: 1;
  margin: 0 10px;
}

.testimonial__image {
  margin-top: 170px;
  border-radius: 50%;

  flex-shrink: 0;
}

.testimonial__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.quote__text {
  /* Lorem ipsum dolor sit amet, consectetur adipiscing elit. Justo, amet lectus quam viverra mus lobortis fermentum amet, eu. Pulvinar eu sed purus facilisi. Vitae id turpis tempus ornare turpis quis non. Congue tortor in euismod vulputate etiam eros. Pulvinar neque pharetra arcu diam maecenas diam integer in. */
  width: 500px;

  /* lead/regular */
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  /* or 30px */

  /* gray/800 */
  color: #424551;

  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: center;
  flex-grow: 0;
}

.quote__icon {
  margin-right: 10px;
}

.testimonial__author {
  display: flex;
  flex-direction: column;
}

.author__name {
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}

.author__role {
  font-size: 14px;
  color: #777;
  margin: 0;
}

.testimonial__navigation {
  margin-top: 30px;
  display: flex;
  gap: 12px;
  justify-content: center;
  width: 160px;
}

.line {
  display: inline-block;
  height: 4px;
  width: 40px;
  background-color: #ccc;
  border-radius: 2px;
  cursor: pointer;
}

.line.active {
  background-color: #1a1a1a;
  width: 60px;
  border-radius: 4px;
}

.nav__arrow {
  background-color: #f4f5f6;
  border: none;
  color: rgb(0, 0, 0);
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}

.nav__arrow:hover {
  background-color: #d62828;
  transition: background-color 0.3s ease;
  color: white;
}

.nav__arrow:active {
  background-color: #f4f5f6;
  transition: background-color 0.3s ease;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  max-width: 1200px;
  margin: auto;
}

.left {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.illustration {
  max-width: 100%;
  height: auto;
}

.right {
  flex: 1;
  padding: 40px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.offer {
  /* Leave a request now and get 20% off! */

  margin-bottom: 5px;

  /* h6

subheading
*/
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;

  /* identical to box height, or 24px */
  letter-spacing: 1px;
  text-transform: uppercase;

  /* gray/900 */
  color: #1e212c;

  /* Inside auto layout */
}

.title2 {
  /* Register for the course */

  /* h1 */
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-size: 46px;
  line-height: 130%;
  /* identical to box height, or 60px */

  /* gray/900 */
  color: #1e212c;

  /* Inside auto layout */

  margin-bottom: 30px;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.input {
  padding: 15px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  outline: none;
}

.input:focus {
  border-color: #ff5c33;
}

.btn {
  padding: 15px;
  font-size: 16px;
  background: linear-gradient(to right, #ff512f, #f09819);
  color: white;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s ease;
  user-select: none;
}

.btn:hover {
  opacity: 0.9;
  background: linear-gradient(90deg, #ff7043, #ff5722);
  transition: background 0.3s;
}
.btn:active {
  background: linear-gradient(90deg, #f73a00, #ff3c00);
  transition: background 0.3s;
}

.right__title {
  /* label */

  /* base/regular

main body text
*/
  text-align: center;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  /* identical to box height, or 26px */

  /* gray/800 */
  color: #424551;
}

.recommendation-section {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.subheading {
  text-transform: uppercase;
  font-size: 12px;
  color: #777;
  letter-spacing: 0.5px;
  margin-left: 20px;
}

.heading {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-left: 20px;
}

.simple-arrows {
  font-size: 20px;
  color: #333;

  display: flex;
  gap: 10px;
}
.arrow {
  background-color: #fff;
  color: #000;
  font-weight: 900;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow:hover {
  opacity: 0.9;
  background: linear-gradient(90deg, #ec0606, #eb0c0c);
  transition: background 0.3s;
}
.arrow:active {
  background: linear-gradient(90deg, #f73a00, #ff3c00);
  transition: background 0.3s;
}

.cards-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.card {
  flex: 1;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  max-width: 500px;
}

.card-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.card-image img {
  max-height: 2000px;
}

.card-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}

.tag {
  display: inline-block;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  width: 70px;
  overflow: hidden;
  height: 20px;
}

.tag.green {
  background-color: #00c58e;
}

.tag.blue {
  background-color: #3b82f6;
}

.course-title {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  overflow: hidden;
  height: 70px;
}

.course-info {
  font-size: 14px;
  color: #666;
}

.price.red {
  color: #f44336;
  font-weight: bold;
}

.cta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  border-radius: 10px;
  margin-top: 20px;
}

.cta-text {
  /* Do you want more courses? */


  /* h3 */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  /* identical to box height, or 42px */
  display: flex;
  align-items: center;

  /* gray/900 */
  color: #1e212c;

  /* Inside auto layout */
}

.cta-button {
  background: linear-gradient(to right, #FF3F3A, #F75E05);
  padding: 12px 25px;
  color: white;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
  user-select: none;
}

.cta-button:hover {
  opacity: 0.9;
}
.cta-button:active {
  background: linear-gradient(90deg, #f73a00, #ff3c00);
  transition: background 0.3s;
}

.card__img {
  width: 100%;
  height: auto;
}



.footfooter {
  background-color: #222;
  color: #eee;
  font-family: "Lato";
  padding: 40px 20px;
}

.wrapper {
  width: 100%;
  padding: 40px 20px;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}

.item1 {
  background-color: #1e212c;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.item1div {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}

.logo {
  flex: 1 1 300px;
  max-width: 350px;
}

.logo img {
  max-width: 150px;
  margin-bottom: 20px;
}

.text {
  width: 279px;
  height: 90px;
  /* extrasmall/regular */
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  /* or 18px */

  /* white */
  color: #ffffff;
  opacity: 0.6;

  margin-bottom: 20px;
}

.icons svg {
  fill: white;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  cursor: pointer;
  transition: fill 0.3s;
  color: #ccc;
}

.icons svg:hover {
  fill: #444;
  color: white;
  transition: color 0.3s;
}

.listdiv {
  flex: 1 1 150px;
}

.listtitle {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  color: #fff;
  font-family: "lato";
}

.list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.items {
  margin-bottom: 10px;
}

.links {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  font-family: "lato";
}

.links:hover {
  color: #5e5b5b;
  transition: color 0.3s;
}

.contact-section {
  flex: 1 1 250px;
}

.contact {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.contact svg {
  margin-right: 10px;
  fill: #ccc;
}
.foot__links {
  width: 100%;
  height: 20px;
  background-color: #2a2d37;
  margin: auto;
  border: none;
}

.enter__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 250px;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid gray;
  background-color: #2a2d37;
  color: #ccc;
  font-family: "Lato";
}

.foot__emailtext {
  width: 286px;
  padding: 15px 0px;

  /* extraextrasmall/regular */
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  /* or 15px */
  display: flex;
  align-items: center;

  /* white */
  color: #ccc;
}

.foot__listtitle {
  width: 80px;

  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 24px */
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  text-transform: uppercase;

  /* white */
  color: #ccc;
  margin-bottom: 10px;
}

.foot__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #ccc;
}

.item2 {
  border-top: 1px solid #444;
  background-color: #252936;
  padding: 20px 0;
}

.item2div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #aaa;
  font-size: 13px;
}

.item2text {
  /* GO TO TOP */
  /* small/bold */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  /* identical to box height, or 21px */
  display: flex;
  margin-left: 300px;

  /* white */
  color: #ffffff;

  opacity: 0.6;
}
.item2text:hover {
  color: #5e5b5b;
  transition: color 0.3s;
}

.item2text a {
  /* copyright */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  padding: 0px;
  gap: 2px;
  color: #ffffff;
}

.item2text a:hover {
  color: #5e5b5b;
  transition: color 0.3s;
}
.item2text a:active {
  color: #ffffff;
  transition: color 0.3s;
}

.item2text:active {
  color: #ffffff;
  transition: color 0.3s;
}