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

li {
  list-style: none;
}

body {
  font-family: "Lato";
}
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;
}

.events-container {
  max-width: 960px;
  margin: 0 auto;
}

.events-subtitle {
  /* Our events */
  text-align: center;

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

  margin-bottom: 5px;
}

.events-title {
  /* Lectures, workshops & master-classes */
  text-align: center;
  margin-bottom: 15px;

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

.eventslitletext {
  /* Event category */

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

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

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

.events-filters {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  align-items: center;
}

.filter-category,
.filter-sort,
.filter-count,
.filter-search {
  /* all themes */
  width: 100px;
  height: 21px;

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

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

.filter-search {
  flex-grow: 2;
}

.filter-icons {
  display: flex;
  gap: 10px;
  font-size: 20px;
  cursor: pointer;
}

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

.event-card {
  display: flex;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
  align-items: center;
  justify-content: space-between;
  transition: box-shadow 0.2s ease;
}

.event-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.event-date {
  width: 150px;
  text-align: center;
  margin-right: 20px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-direction: row;
}

.event-day {
  /* 05 */

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


  /* 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-info {
  flex: 1;
}

.event-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.event-time {
  font-size: 14px;
  color: #777;
}
.event_title {
  /* events per page */

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

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

  /* Inside auto layout */
}

.event-action {
}

.event-button {
  padding: 8px 14px;
  background-color: #ffffff;
  color: #e64a19;
  border: 1px solid red;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;

  font-family: "Lato";
}

.event-button:hover {
  background-color: #e64a19;
  color: #ddd;
  transition: background 0.2s ease;
}

.event-button:active {
  background-color: #ff3c00;
  color: #ddd;
  transition: background 0.2s ease;
}

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