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

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.wrapper2 {
  width: 100%;
  background-color: #fde1d9;
  padding: 40px 20px;
  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: 1200px;
  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;
}

.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;
}

.intro {
  background-color: #fde1d9;
  padding: 60px 0;
  width: 100%;
}

.intro__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.intro__text {
  max-width: 600px;
}

.intro__play {
  width: 40px;
  vertical-align: middle;
  width: 84px;
  height: 84px;
}

.intro__play-label {
  width: 88px;
  height: 21px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #1e212c;
}

.intro__title {
  color: #1e1e1e;
  margin: auto;
  margin-bottom: 30px;
  font-family: "Lato";
  width: 496px;
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 130%;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  color: #1e212c;
}

.intro__buttons {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}

.btn {
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  font-family: "Lato";
  display: inline-block;
}

.btn--outline {
  border: 1px solid #ff3f3a;
  color: #ff3f3a;
}
.btn--outline:hover {
  background-color: #ff3f3a;
  color: white;
}
.btn--outline:active {
  background-color: #e4592f;
  color: white;
}

.btn--filled {
  background: linear-gradient(90deg, #ff5722, #ff7043);
  color: white;
  border: none;
}

.btn--filled:hover {
  background: linear-gradient(90deg, #ff7043, #ff5722);
}

.btn--filled:active {
  background: linear-gradient(90deg, #c02e02, #c92f00);
}
.intro__stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.stat {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Lato";
  color: #1e212c;
}

.stat__number {
  font-size: 46px;
  font-weight: 900;
  
}

.stat__text {
  font-size: 14px;
  
  display: flex;
  align-items: center;
}

.stat__dot {
  width: 6px;
  height: 6px;
}

.intro__image {
  text-align: right;
}

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

.why-createx {
  padding: 80px 0;
  background-color: #fff;
}

.why-createx .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.why-createx__image img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.why-createx__content {
  max-width: 540px;
}

.why-createx__label {
  font-size: 12px;
  font-family: "Lato";
  font-weight: 700;
  color: #787a80;
  text-transform: uppercase;
  margin-bottom: 8px;
  width: 114px;
  height: 24px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1e212c;
  order: 0;
  flex-grow: 0;
}

.why-createx__title {
  font-size: 32px;
  font-weight: 700;
  font-family: "Lato";
  color: #1e212c;
  margin-bottom: 24px;
  /* Why Createx? */

  width: 298px;
  height: 60px;

  /* 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 */
  order: 1;
  flex-grow: 0;
}

.why-createx__list {
  list-style: none;
  padding: 0;
  margin-bottom: 32px;
}

.why-createx__list li {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  font-family: "Lato";
  color: #424551;
  margin-bottom: 12px;

  width: 358px;
  height: 52px;

  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;

  color: #424551;
}

.why-createx__list li img {
  margin-right: 12px;
  margin-top: 2px;
  width: 16px;
  height: 16px;
}

.btn--filled {
  display: inline-block;
  background-color: #ff3f3a;
  color: #fff;
  padding: 12px 24px;
  border-radius: 4px;
  font-family: "Lato";
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}

.btn--filled:hover {
  background-color: #d9362f;
}

.featured-courses {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.header {
  margin-bottom: 100px;
  padding: 60px 20px;
  font-family: "Lato";
  color: #1e212c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  gap: 20px;
  max-width: 1400px;
}

.header-left .subtitle {
  width: 153px;
  height: 24px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1e212c;

  order: 0;
  flex-grow: 0;
}

.header-left .title {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-size: 46px;
  line-height: 130%;
  color: #1e212c;

  order: 1;
  flex-grow: 0;
}

.btn-view {
  background: transparent;
  border: 1px solid #fa4a0c;
  color: #fa4a0c;
  padding: 8px 16px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 5px;
  font-family: "lato";
}

.courses-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.course-card {
  display: flex;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  width: 48%;
}

.course-image {
  background-color: #fcdc4d;
  width: 140px;
  height: 140px;
  border-radius: 8px 0 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.course-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px 0 0 8px;
}

.course-info {
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tag {
  font-size: 12px;
  font-weight: 400;
  padding: 3px 8px;
  border-radius: 12px;
  color: #fff;
  margin-bottom: 8px;
}

.marketing {
  /* badge */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1px 8px;
  gap: 10px;

  width: 80px;
  height: 23px;

  /* success */
  background: #03cea4;
  border-radius: 4px;

  /* Inside auto layout */

  order: 0;
  flex-grow: 0;
}

.management {
  /* badge */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1px 8px;
  gap: 10px;

  width: 98px;
  height: 23px;

  /* info */
  background: #5a87fc;
  border-radius: 4px;

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

.hr {
  /* badge */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1px 8px;
  gap: 10px;

  width: 111px;
  height: 23px;

  /* warning */
  background: #f89828;
  border-radius: 4px;

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

.design {
  /* badge */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1px 8px;
  gap: 10px;

  width: 59px;
  height: 23px;

  background: #f52f6e;
  border-radius: 4px;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}
.management2 {
  /* badge */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1px 8px;
  gap: 10px;

  width: 98px;
  height: 23px;

  /* info */
  background: #5a87fc;
  border-radius: 4px;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}
.course-title {
  /* The Ultimate Google Ads Training Course */

  width: 322px;
  height: 60px;

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

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

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

.course-price {
  color: #ff4242;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}

.course-price.red {
  /* price */

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

  /* danger */

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

.author {
  font-weight: 400;
  color: #666;
  margin-left: 5px;
}

.benefits-section {
  padding: 60px 20px;
  background-color: #fff;
  font-family: "Lato";
  color: #1e212c;
}

.container2 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.benefits-label {
  font-size: 12px;
  font-weight: 700;
  color: #787a80;
  text-transform: uppercase;
}

.benefits-title {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 32px;
}

.benefits-tabs {
  display: flex;
  gap: 24px;
  margin-bottom: 48px;
}

.benefits-tab {
  font-size: 14px;
  padding: 8px 20px;
  background: none;
  border: 1px solid #fa4a0c;
  border-radius: 4px;
  color: #fa4a0c;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.benefits-tab.active,
.benefits-tab:hover {
  background-color: #fa4a0c;
  color: #fff;
}

.benefits-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.benefits-text {
  flex: 1 1 400px;
  max-width: 540px;
}

.benefits-subtitle {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 12px;
}

.benefits-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #424551;
}

.benefits-image {
  max-width: 540px;
}

.benefits-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.events-section {
  background: #fdded6;
  padding: 60px 20px;
  font-family: "Lato";
  color: #1e212c;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  gap: 20px;
  max-width: 1400px;
  margin: 20px auto;
}

.container2 {
  margin: 0 auto;
}

.events-label {
  /* 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;
}

.events-title {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 24px;
}

.events-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.event-item {
  background: #fff;
  border-radius: 6px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: none;
  transition: box-shadow 0.3s ease;
}

.event-item.active {
  box-shadow: 0 10px 20px rgba(250, 74, 12, 0.2);
}

.event-date {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 80px;
  margin-right: 24px;
}

.event-day {
  /* 05 */

  width: 57px;
  height: 62px;

  /* display/4 */
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 130%;
  /* or 62px */
  letter-spacing: 1px;

  /* primary */
  color: #ff3f3a;

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

.event-month {
  /* August */

  width: 100px;
  height: 30px;

  /* 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 */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.event-time {
  /* 11:00 – 14:00 */

  width: 98px;
  height: 26px;

  /* 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/700 */
  color: #787a80;

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

.event-info {
  flex-grow: 1;
  margin-right: 24px;
}

.event-title {
  /* Formation of the organizational structure of the company in the face of uncertainty */

  width: 757px;
  height: 30px;

  /* 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 */
  flex: none;
  order: 0;
  align-self: center;
  flex-grow: 0;
}

.event-title strong {
  font-weight: 700;
}

.event-subtitle {
  /* Onine master-class */

  
  

  /* 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 */
  display: flex;
  align-items: center;

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

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

.event-btn {
  font-size: 15px;
  padding: 8px 16px;
  border: 1px solid #fa4a0c;
  background: none;
  color: #fa4a0c;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.event-btn.active,
.event-btn:hover {
  background-color: #fa4a0c;
  color: #fff;
  border-color: #fa4a0c;
}

.events-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  font-size: 14px;
}

.events-explore-btn {
  background-color: #fa4a0c;
  color: #fff;
  padding: 10px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
  transition: background-color 0.3s ease;
}

.events-explore-btn:hover {
  background-color: #d33a06;
}

.events-ask {
  /* Do you want more? */

  width: 241px;
  height: 42px;

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

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

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

.certificate-section {
  padding: 60px 20px;
  background-color: #fff;
  font-family: "Lato";
  color: #1e212c;
}

.certificate-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.certificate-text {
  max-width: 540px;
}

.certificate-label {
  /* Createx Certificate */

  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;
}

.certificate-title {
  /* Your expertise will be confirmed */

  width: 392px;

  /* h1 */
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-size: 46px;
  
  margin-bottom: 50px;
  /* or 60px */

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

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

.certificate-description {
  /* We are accredited by international professional organizations and institutes: */
  margin-bottom: 40px;
  width: 390px;
  height: 52px;

  /* base/regular

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

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

.certificate-logos {
  display: flex;
  gap: 20px;
  align-items: center;
}

.certificate-logos img {
  height: 24px;
  width: auto;
  display: block;
}

.certificate-image {
  max-width: 540px;
}

.certificate-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.team-section {
  gap: 1000px;
  padding: 20px;
  align-items: center;
  margin-right: 100px;
}

.team-controls {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0;
}

.team-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.subtitle {
  /* Best tutors are all here */

  

  /* h6

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

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

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

.title {
  /* Meet our team */

  

  /* 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 */
  order: 1;
  flex-grow: 0;
}

.navigation {
  display: flex;
  gap: 12px;
}

.navigation button {
  background-color: #e60023;
  color: white;
  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;
}

.navigation button:hover {
  background-color: #c2001b;
}

.team-members {
  display: flex;
  gap: 24px;
  margin: auto;
}

.team-member {
  background-color: white;
  border-radius: 10px;
  width: 220px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}

.team-member img {
  width: 100%;
  background-color: #ffc107;
  border-radius: 10px 10px 0 0;
  display: block;
}

.team-member-highlighted .image-wrapper {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.team-member-highlighted img {
  border-radius: 10px 10px 0 0;
}

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

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

.member-role {
  /* position */

  /* 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 */
  text-align: center;

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

.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;
}


.blog {
  padding: 120px 20px;
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Lato";
}

.blog-label {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1e212c;
}

.blog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.blog-title {
  font-weight: 900;
  font-size: 46px;
  line-height: 130%;
  color: #1e212c;
}

.blog-btn {
  background: linear-gradient(90deg, #ff3f3a, #f75e05);
  color: #fff;
  padding: 10px 24px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.blog-btn:hover {
  background: linear-gradient(90deg, #e63946, #d62828);
}
.blog-btn:active {
  background: linear-gradient(90deg, #ff3f3a, #f75e05);
}
.blog-cards {
  display: flex;
  gap: 32px;
  padding: 45px 0;
}

.blog-card {
  width: 372px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.blog-img {
  height: 300px;
  border-radius: 5px 5px 0 0;
  padding: 12px;
  display: flex;
  align-items: flex-start;
  background-size: cover;
  background-repeat: no-repeat;
}

.podcast {
  background-image: url("/Img/podcast.png");
}

.video {
  background-image: url("/Img/video.png");
}

.article {
  background-image: url("/Img/article.png");
}

.blog-type {
  background-color: white;
  padding: 4px 8px;
  border-radius: 5px;
}

.blog-type-text {
  font-size: 14px;
  color: #424551;
}

.blog-info {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blog-meta {
  display: flex;
  gap: 10px;
  font-weight: 700;
  font-size: 14px;
  color: #787a80;
}

.blog-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blog-heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #1e212c;
}

.blog-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #424551;
}

.blog-action {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 16px;
  color: #1e212c;
}

.blog-subscribe {
  background: #fcd6cc;
  padding: 40px 20px;
  max-width: 1400px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.side-image {
  width: 280px;
  height: 172px;
  margin-top: 100px;
}

.blog-subscribe-inner {
  max-width: 600px;
  width: 100%;
  text-align: center;
}

.blog-subtitle {
  /* Don’t miss anything */

  /* h6

subheading
*/
  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 */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.blog-subheading {
  /* Subscribe to the Createx School announcements */
  width: 600px;
  margin-bottom: 40px;
  /* h1 */
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-size: 46px;
  line-height: 130%;
  /* or 60px */
  text-align: center;

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

  /* Inside auto layout */
}

.blog-form {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.blog-input {
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 2px;
  min-width: 200px;
}

.blog-submit {
  background-color: #f04e23;
  border: none;
  color: white;
  padding: 10px 20px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 2px;
  transition: background-color 0.3s ease;
}

.blog-submit:hover {
  background-color: #d03e19;
}
.blog-submit:active {
  background-color: #f04e23;
  transition: color 0.2s;
}
.blog-submit:focus {
  outline: 2px solid #ff3f3a;
  outline-offset: 2px;

}

.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;
}