* {
  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%;
}

.wrappercource {
  width: 100%;
  background-color: #ffffff;
  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;
}



.header {
  text-align: center;
  padding: 40px 20px 20px;
  background-color: white;
}

.header-title {
  /* Enjoy your studying! */

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

.header-subtitle {
  /* 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;
}

.header-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 10px;
  border-radius: 20px;
  background-color: #ffffff;
  max-width: 800px;
  margin: 0 auto;
}

.nav-item {
  padding: 8px 10px;
  border-radius: 15px;
  text-decoration: none;
  color: #555;
  font-size: 14px;
  transition: background-color 0.3s;
  font-family: "Lato";
  color: #9a9ca5;
}

.nav-item:hover {
  color: #ff5722;
}
.nav-item:focus {
  outline: 2px solid #ff3f3a;
  outline-offset: 2px;
  border-radius: 3px;
}

.nav-item-active {
  padding: 8px 10px;
  border-radius: 15px;
  text-decoration: none;
  color: #555;
  font-size: 14px;
  transition: background-color 0.3s;
  font-family: "Lato";
  color: #9a9ca5;
}

.search-box {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 8px 10px;
  margin-left: 20px;
  font-family: "Lato";
}

.search-box input {
  border: none;
  outline: none;
  font-size: 14px;
  font-family: "Lato";
}

.search-box button {
  background-image: url("/Img/search.png");
  background-color: transparent;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

main {
  padding: 40px 20px;
}

.courses-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.course-card {
  background-color: #fff;
  width: 380px;

  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  padding: 0 15px 15px;
}

.image-container {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
  text-align: center;
}

.image-container img {
  width: 100%;
  height: auto;
  display: inline-block;
}

.info {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  font-family: "Lato";
}

.badge {
  align-self: flex-start;
  color: white;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 4px;
  font-weight: 600;
  user-select: none;
  margin-bottom: 6px;
  font-family: "Lato";
  background: #03cea4;
}

.course-card.management .badge {
  background-color: #5a87fc;
  font-family: "Lato";
}

.course-card.hr .badge {
  background-color: #f89828;
  font-family: "Lato";
}

.course-card.design .badge {
  background-color: #f52f6e;
  font-family: "Lato";
}

.course-card.development .badge {
  background-color: #7772f1;
  font-family: "Lato";
}

.title {
  /* The Ultimate Google Ads Training Course */

  width: 324px;

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

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

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

.price-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Lato";
  margin-left: 20px;
}

.price {
  color: #ff3f3f;
  font-weight: 700;
  margin: 0;
  font-family: "Lato";
}

.author {
  color: #888;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  font-family: "Lato";
}

.load-more-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  font-family: "Lato";
}


.load-more-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  font-size: 16px;
  color: #374151; 
  cursor: pointer;
  padding: 8px 12px;
  transition: opacity 0.2s ease;
}

.load-more-btn:hover {
  opacity: 0.7;
}

.load-more-btn .icon {
  width: 18px;
  height: 18px;
}




.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__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: 1400px;
  background-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;
}


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

.certificate-container {
  max-width: 1400px;
  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;
  line-height: 150%;
  /* 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;
  line-height: 130%;
  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;
  line-height: 160%;
  /* 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;
}




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