*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-weight: 700;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height: 20px;
}

.desktop-navbar1,
.desktop-navbar2 {
  display: none;
}

.mobile-menu {
  padding: 1rem;
  background: orangered;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.cross-container {
  position: absolute;
  top: 1rem;
  right: 2rem;
}

.cross {
  color: white;
  font-size: 2rem;
}

.mobile-menu-list {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.mobile-menu-item-a {
  color: white;
  font-size: 2rem;
  border-bottom: 2px solid white;
  padding-bottom: 0.1rem;
}

.ticket {
  border-bottom: none;
  border: 3px solid white;
  border-radius: 16px;
  padding: 1rem;
  color: orangered;
  background-color: white;
  font-size: 1.5rem;
  font-weight: 700;
}

.content-info {
  background-image: url(./images/white-circle-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 16px;
  position: relative;
}

.menu {
  position: fixed;
  background-color: azure;
  top: 1rem;
  right: 3rem;
  border-radius: 0.7rem;
  padding: 0.5rem;
  box-shadow: 2px 2px 2px 1px black;
  z-index: 9;
  font-size: 30px;
}

.fashion {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #ec5242;
  line-height: 20px;
  letter-spacing: 2px;
}

.heading-1 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 50px;
  background-image: linear-gradient(to top right, #272a31, #ec5242, #d3d3d3);
  -webkit-background-clip: text;
  color: transparent;
  text-transform: uppercase;
  margin-top: 0.7rem;
}

.paragraph1 {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 2.5rem;
  color: #515151;
}

.place {
  margin-top: 2.5rem;
}

.date {
  font-size: 1.7rem;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.6);
  text-shadow: 2px 2px 2px whitesmoke;
}

.venue {
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0.5rem;
  font-weight: 600;
  text-shadow: 2px 2px 2px whitesmoke;
}

.main-program {
  background-image: url(./images/main-program.jpg);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 0;
}

.program-heading {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  position: relative;
  padding-bottom: 1rem;
  color: #fff;
}

.program-heading::after {
  content: "";
  background-color: orangered;
  width: 4rem;
  height: 0.1rem;
  border-radius: 1rem;
  position: absolute;
  bottom: 0;
  left: 30%;
}

.program-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.program-list {
  background-color: rgba(255, 255, 255, 0.1);
  width: 92%;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 1rem;
  margin: 0.5rem 0;
}

.program-icon {
  flex: 1;
  width: 2rem;
  height: 2rem;
}

.program-title {
  flex: 1;
  color: orangered;
  margin: 0 0.5rem;
  font-weight: 900;
  font-size: 1.2rem;
  text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.756);
}

.program-paragraph {
  flex: 5;
  color: #fff;
}

.join-btn {
  width: 70%;
  padding: 2rem;
  margin-top: 2rem;
  background-color: orangered;
  color: white;
  border: none;
  font-size: 1rem;
  font-weight: 700;
}

.program-link {
  display: none;
}

.featured-designers {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 1rem;
  width: 100%;
}

.designers-heading {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  position: relative;
  padding-bottom: 1rem;
  color: rgba(0, 0, 0, 0.7);
}

.designers-heading::after {
  content: "";
  background-color: orangered;
  width: 4rem;
  height: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 30%;
}

.fashion-celebrities {
  display: flex;
  width: 100%;
  gap: 0.8rem;
  margin-top: 2rem;
}

.hide {
  display: none;
}

.fashion-images {
  position: relative;
  width: 40%;
  height: 10rem;
}

.fashion-bio {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 60%;
}

.chess-img {
  width: 40%;
  height: 40%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: 2;
}

.images {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
  object-fit: cover;
  object-position: top;
  width: 90%;
  height: 90%;
}

.name {
  font-weight: 700;
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.678);
}

.founder {
  color: orangered;
  font-size: 0.8rem;
}

.text {
  font-size: 0.8rem;
  line-height: 1rem;
}

.btn {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 10px 0;
  width: 100%;
  text-transform: uppercase;
}

.fa {
  color: orangered;
}

.celebrities {
  display: grid;
  grid-template-columns: 1fr;
}

.partners {
  display: none;
}

.footer {
  display: none;
}

.desktop-navbar1 {
  display: none;
}

.desktop-navbar2 {
  display: none;
}

.info {
  display: flex;
  justify-content: center;
}

.intro {
  flex-direction: column;
  text-align: center;
}

#paragraph {
  margin-top: 2rem;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 2px 2px 12px #fff;
}

.fashionova-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1.7rem;
}

.logo-header {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 20px;
  position: relative;
  padding-bottom: 1rem;
}

.logo-header::after {
  content: "";
  background-color: orangered;
  width: 4rem;
  height: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 30%;
  border-radius: 0.4rem;
}

.details {
  color: rgba(0, 0, 0, 0.76);
  line-height: 20px;
  font-size: 1rem;
  margin-top: 2rem;
  width: 100%;
}

.style {
  font-weight: 900;
  font-size: 3rem;
  line-height: 30px;
  background-image: linear-gradient(to top right, black, blue, purple, gold, black, violet);
  -webkit-background-clip: text;
  color: transparent;
  margin-top: 1rem;
  border: 2px solid rgba(0, 0, 0, 0.52);
  box-shadow: 2px 2px 4px #fff;
  padding: 3rem 8rem;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.past-fashion {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1.7rem;
}

.conference-header {
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 20px;
  position: relative;
  padding-bottom: 1rem;
}

.conference-header::after {
  content: "";
  background-color: orangered;
  width: 4rem;
  height: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 30%;
  border-radius: 0.4rem;
}

.para1 {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
  color: grey;
}

.past-fashion-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.past-fashion-item {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img {
  width: 100%;
  height: 100%;
}

.centered {
  position: absolute;
  color: white;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  background: rgba(235, 80, 80, 0.6);
  transition: all 0.3s linear;
}

.inner-span {
  display: block;
  font-size: 1rem;
}

.about-partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2rem 0;
}

.partner-header {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  position: relative;
  padding-bottom: 1rem;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0.8rem;
}

.about-partner-header {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  position: relative;
  padding-bottom: 1rem;
  color: white;
  margin-bottom: 0.8rem;
}

.partner-header::after {
  content: "";
  background-color: orangered;
  width: 2rem;
  height: 0.1rem;
  position: absolute;
  border-radius: 0.3rem;
  bottom: 0;
  left: 30%;
}

.about-partner-header::after {
  content: "";
  background-color: orangered;
  width: 2rem;
  height: 0.1rem;
  position: absolute;
  border-radius: 0.3rem;
  bottom: 0;
  left: 30%;
}

.partners-logo {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
  justify-content: center;
  align-items: center;
  width: 90%;
  flex-wrap: wrap;
}

.company-logo-a {
  height: 5rem;
  width: 5rem;
}

.company-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
  color: white;
}

.about-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
}

.about-footer .name-footer {
  font-weight: 900;
  font-size: 1.3rem;
  background-image: linear-gradient(to top right, black, blue, purple, gold, black, violet);
  -webkit-background-clip: text;
  color: transparent;
}

.about-name-footer {
  font-weight: 900;
  font-size: 1.3rem;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(to top right, white, grey, gold, purple);
  margin-left: 17%;
}

@media only screen and (max-width: 600px) {
  .fashion {
    font-weight: 400;
    font-size: 1rem;
    color: #ec5242;
    line-height: 10px;
    letter-spacing: 1px;
    margin-top: 1rem;
  }

  .heading-1 {
    font-weight: 700;
    font-size: 2rem;
    margin-top: 0.1rem;
  }

  .paragraph1 {
    margin-top: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  #icon {
    display: none;
  }

  .intro-fashion-box {
    width: 80%;
    margin: 0 auto;
  }

  .join-btn {
    display: none;
  }

  .about-paragraph1 {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.8);
    width: 60%;
    margin: 2.5rem auto;
    line-height: 2rem;
  }

  .program-link {
    display: block;
    color: #fff;
    text-decoration: underline;
    margin-top: 4rem;
  }

  .featured-designers {
    width: 90%;
    margin: 0 auto;
  }

  .hide {
    display: flex;
  }

  .celebrities {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }

  .btn {
    display: none;
  }

  .partners {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 2rem 0;
  }

  .partner-header {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
    color: white;
    margin-bottom: 0.8rem;
  }

  .partner-header::after {
    content: "";
    background-color: orangered;
    width: 2rem;
    height: 0.1rem;
    position: absolute;
    border-radius: 0.3rem;
    bottom: 0;
    left: 30%;
  }

  .partners-logo {
    display: flex;
    gap: 2rem;
    margin-top: 1rem;
    justify-content: center;
    align-items: center;
  }

  .company-logo-a {
    width: 6rem;
    height: 6rem;
  }

  .company-logo {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .footer {
    display: flex;
    padding: 5rem 5rem;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
  }

  .year-and-rights {
    display: flex;
    gap: 2rem;
    color: grey;
    flex-direction: row;
  }

  .main-program {
    padding: 7rem 7rem;
  }

  .program-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0.3rem;
    margin-top: 1rem;
  }

  .program-list {
    flex-direction: column;
    align-items: center;
    width: 200px;
    height: 231px;
    justify-content: space-around;
    transition: all 0.4s;
  }

  .program-list > * {
    flex: 1;
  }

  .program-list:hover {
    transform: scale(1.05);
    border: 1px solid #fff;
    cursor: pointer;
  }

  .program-title {
    margin-top: 0.3rem;
  }

  .program-paragraph {
    margin-top: 0.3rem;
    text-align: center;
  }

  .name-footer {
    background-image: linear-gradient(to top right, black, blue, purple, gold, black, violet);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 1.7rem;
    line-height: 20px;
  }

  .desktop-navbar1 {
    display: flex;
    justify-content: flex-end;
    background-color: rgba(0, 0, 0, 0.774);
    padding: 0.1rem 4rem;
    width: 100%;
  }

  .social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.2rem;
    width: 80%;
    margin: 0 auto;
  }

  .social-icon a {
    color: #fff;
  }

  .desktop-navbar2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
  }

  .networking {
    display: flex;
    align-items: center;
    padding: 2rem 2rem;
    gap: 1.2rem;
  }

  .get {
    padding: 0.4rem;
    border: 2px solid orangered;
  }

  .networking li a {
    color: blue;
  }

  .get a:hover {
    color: black;
  }

  .networking li a:hover {
    color: orangered;
  }

  .nova {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 2rem;
    line-height: 30px;
    background-image: linear-gradient(to top right, black, blue, purple, gold, black, violet);
    -webkit-background-clip: text;
    color: transparent;
    margin-left: 2rem;
  }

  .fashionova-logo {
    width: 70%;
    margin: 0 auto;
  }

  .style {
    width: 60%;
  }

  .past-fashion-container {
    flex-direction: row;
    margin-top: 2rem;
    width: 70%;
    height: 20%;
  }

  .centered:hover {
    background: rgba(235, 80, 80, 0);
    cursor: pointer;
  }

  .about-partners {
    display: none;
  }

  .about-footer {
    border: 1px solid;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 4rem;
    justify-content: flex-start;
    gap: 10rem;
  }

  .about-footer .name-footer {
    margin-left: 10rem;
  }
}
