@import url('http://fonts.cdnfonts.com/css/lato');
@import url('http://fonts.cdnfonts.com/css/cocogoose');

/* ---CSS RESET---- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: rgb(253, 254, 255);
}

/** overlay button close **/
nav .nav.show {
  transform: translateX(0);
}

.nav-overlay {
  display: flex;
  flex-direction: column;
  align-content: center;
  height: 100%;
  width: 100%;
  margin-top: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #d3d3d3;
  overflow-y: hidden;
  transition: 0.5s;
  color: #000;
}

.nav-overlay img {
  display: none;
}

.nav-overlay .closebtn {
  font-size: 50px;
  top: 15px;
  right: 35px;
  color: #fff;
  float: right;
  margin-top: -16px;
}

.bottom-menu a {
  text-decoration: none;
  color: #fff;
  font-family: 'lato', sans-serif;
  font-size: 1.9rem;
}

.bottom-menu ul {
  flex-direction: column;
  align-items: center;
  background-color: #4756df;
  color: #fff;
  display: none;
  font-family: 'lato', sans-serif;
  list-style-type: none;
  gap: 2rem;
}

nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1;
}

nav .top-menu {
  display: none;
}

nav .bottom-menu {
  display: none;
  width: 100vw;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  font-family: 'lato', sans-serif;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.burger-button {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
}

nav .burger-menu {
  display: block;
  font-size: 2rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

/**  Welcome Section  **/
.welcome-section {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  height: 100%;
  background: url('../images/main_big.png') 100%;
  background-position: center;
  background-repeat: repeat;
  gap: 1rem;
}

.title {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  gap: 2rem;
}

.title .paragraph-1 {
  margin-left: 2rem;
  font-size: 1.5rem;
  color: #ef513c;
  font-family: 'lato', sans-serif;
}

.title .paragraph-2 {
  margin-left: 2rem;
  font-size: 2.1rem;
  color: #ef513c;
  font-family: 'lato', sans-serif;
  font-weight: 900;
  background: -webkit-linear-gradient(#ef513c, #333);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/**  About page styles  **/
.about-title {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  gap: 2rem;
}

.about-header {
  width: 50%;
  height: 40%;
  margin-left: 2rem;
  font-size: 4.5rem;
  color: #ef513c;
  font-family: 'lato', sans-serif;
  font-weight: 700;
  background: -webkit-linear-gradient(#ef513c, #333);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.message p {
  margin-left: 2rem;
  font-family: 'lato', sans-serif;
  color: rgb(51, 51, 51);
  font-size: 0.9rem;
  text-align: justify;
  width: 85%;
  height: 16vh;
  border: 4px solid #fff;
  background-color: rgb(247, 247, 248);
}

.location p {
  margin-left: 2rem;
  font-family: 'lato', sans-serif;
  color: rgb(51, 51, 51);
  font-weight: 900;
  letter-spacing: 0.1rem;
  font-size: 1.1rem;
}

.locate {
  margin-left: 2rem;
  margin-top: 0.002rem;
  font-family: 'lato', sans-serif;
  font-size: 1.115rem;
  color: rgb(51, 51, 51);
}

/**  program styles  **/
.main-program {
  display: flex;
  flex-direction: column;
  background-image: url('../images/pattern_bg.png');
  background-repeat: repeat;
  background-color: rgb(39, 42, 50);
  margin-top: 3rem;
  align-items: center;
  gap: 1rem;
}

.main-program h1 {
  color: #fff;
  margin-top: 4rem;
  font-family: 'lato', sans-serif;
}

.line-1 {
  width: 5%;
  border-bottom: 1px solid rgb(239, 81, 60);
  margin-top: 0.015rem;
}

.program-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-top: 2rem;
  justify-content: center;
  align-content: center;
}

.program-list a {
  display: none;
}

/* Main Program styles */
.conference {
  display: flex;
  gap: 0.5rem;
  flex-direction: row;
  justify-content: space-evenly;
  align-content: center;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0.6;
  padding: 1rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2rem;
}

.conference .text-1 {
  color: rgb(239, 81, 60);
  font-size: 1.115em;
  font-family: 'lato', sans-serif;
}

.conference .text-2 {
  color: rgb(255, 255, 255);
  font-size: 0.813em;
  font-family: 'lato', sans-serif;
}

.exhibition {
  display: flex;
  gap: 0.5rem;
  flex-direction: row;
  justify-content: space-evenly;
  align-content: center;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0.6;
  padding: 1rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2rem;
}

.exhibition .text-1 {
  color: rgb(239, 81, 60);
  font-size: 1.115em;
  font-family: 'lato', sans-serif;
}

.exhibition .text-2 {
  color: rgb(255, 255, 255);
  font-size: 0.813em;
  font-family: 'lato', sans-serif;
}

.forum {
  display: flex;
  gap: 0.5rem;
  flex-direction: row;
  justify-content: space-evenly;
  align-content: center;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0.6;
  padding: 1rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2rem;
}

.forum .text-1 {
  color: rgb(239, 81, 60);
  font-size: 1.115em;
  font-family: 'lato', sans-serif;
}

.forum .text-2 {
  color: rgb(255, 255, 255);
  font-size: 0.813em;
  font-family: 'lato', sans-serif;
}

.workshop {
  display: flex;
  gap: 0.5rem;
  flex-direction: row;
  justify-content: space-evenly;
  align-content: center;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0.6;
  padding: 1rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2rem;
}

.workshop .text-1 {
  color: rgb(239, 81, 60);
  font-size: 1.115em;
  font-family: 'lato', sans-serif;
}

.workshop .text-2 {
  color: rgb(255, 255, 255);
  font-size: 0.813em;
  font-family: 'lato', sans-serif;
}

.party {
  display: flex;
  gap: 0.5rem;
  flex-direction: row;
  justify-content: space-evenly;
  align-content: center;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0.6;
  padding: 1rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2rem;
}

.party .text-1 {
  color: rgb(239, 81, 60);
  font-size: 1.115em;
  font-family: 'lato', sans-serif;
}

.party .text-2 {
  color: rgb(255, 255, 255);
  font-size: 0.813em;
  font-family: 'lato', sans-serif;
}

.main-program a {
  display: none;
  margin-bottom: 2rem;
  text-decoration: none;
  font-size: 1.112em;
  font-family: 'lato', sans-serif;
  color: rgb(255, 255, 255);
}

/**  Speakers sectio styles  **/
.speakers {
  background-color: #fff;
  opacity: 0.9;
  filter: grayscale(1px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  color: #000;
  display: flex;
  flex-direction: column;
  align-content: center;
  text-align: center;
}

.speakers h2 {
  margin-top: 2rem;
}

.speakersContainer {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  padding: 1rem;
  margin-top: 1rem;
}

.speakerItem {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  margin-bottom: 2rem;
}

.speakerItem img {
  background-color: #fff;
}

.profile {
  text-align: left;
  margin-left: 0.5rem;
  width: 100%;
}

.profile img {
  width: 1rem;
  position: relative;
  top: -0.25rem;
}

.profile h2 {
  color: #000;
  margin-top: auto;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}

.profile h3 {
  color: #ec5242;
  margin-top: auto;
  font-style: italic;
  font-size: 0.8rem;
  font-weight: 400;
}

.profile p {
  text-align: left;
  font-size: 0.6rem;
  line-height: 0.8rem;
}

.moreBtn {
  display: block;
  width: 90%;
  border: 2px solid #d3d3d3;
  color: #000;
  padding: 14px 28px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

/***  Main speakers section styles */

.sponsor-section {
  display: none;
  flex-direction: column;
  background-color: #2e3139;
  background-repeat: repeat;
  width: 100vw;
  height: 25vh;

  /* background-color: rgb(39, 42, 50); */
  margin-top: 2rem;
  align-items: center;
  gap: 1rem;
}

.sponsor-section h1 {
  display: none;
  color: #fff;
  margin-top: 2rem;
  font-family: 'lato', sans-serif;
}

.sponsorList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100vw;
  height: 100vw;
  color: #fff;
}

.sponsorList ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style-type: none;
  gap: 2rem;
  font-family: 'lato', sans-serif;
}

.sponsorList ul img {
  width: 2.55rem;
  height: 2.55rem;
}

.footer-section {
  width: 100vw;
  height: 20vh;
  justify-content: center;
  align-items: center;
}

.footer ul {
  display: flex;
  flex-direction: row;
  margin-top: 3rem;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 0.115rem;
  font-size: 0.85rem;
  font-family: 'lato', sans-serif;
}

.footer ul img {
  max-width: 50%;
  max-height: 50%;
}

.up-arrow {
  width: 3rem;
  height: 3rem;
}

.summit-tab {
  display: flex;
  border: 1px solid rgb(239, 81, 60);
  background-color: rgb(239, 81, 60);
  justify-content: center;
  align-items: center;
  height: 10vh;
  color: #fff;
  font-family: 'lato', sans-serif;
}

/**  Mobile Pop up links  **/

ul .nav-links {
  color: #000;
}

/***  DEsktop Media Styles  ***/

@media only screen and (min-width: 768px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    display: flex;
    flex-direction: column;

    /* gap: 5rem; */
    width: 100%;
    height: 100%;
    background-color: rgb(253, 254, 255);
  }

  .burger-button {
    display: none;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
  }

  nav .top-menu {
    display: flex;
    width: 100vw;
    background-color: #3e3e3e;
    justify-content: space-between;
  }

  .top-menu ul {
    width: 90%;
    display: flex;
    gap: 1.8rem;
    margin-top: 0;
    list-style-type: none;
    justify-content: flex-end;
    opacity: 0.9;
    font-size: 0.8rem;
    font-family: 'lato', sans-serif;
  }

  .top-menu a {
    text-decoration: none;
    color: #fff;
    font-family: 'lato', sans-serif;
  }

  .bottom-menu {
    display: flex;
    width: 100vw;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    font-family: 'lato', sans-serif;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }

  .bottom-menu ul {
    all: unset;
    display: flex;
    gap: 4.9rem;
    width: 100%;
    list-style: none;
    background-color: #fff;
    padding: 1.6rem 3.5rem;
    align-items: center;
  }

  nav .bottom-menu {
    all: unset;
    display: flex;
    width: 100vw;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    font-family: 'lato', sans-serif;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }

  nav .bottom-menu img {
    all: unset;
    max-width: 50%;
    max-height: 50%;
  }

  .bottom-menu ul a {
    text-decoration: none;
    color: rgb(136, 136, 136);
    font-weight: 700;
    font-size: 0.938em;
  }

  .bottom-menu ul .presentation {
    text-decoration: none;
    border: 2px solid #ef513c;
    padding: 10px;
    color: rgb(136, 136, 136);
  }

  nav .burger-menu {
    display: none;
    font-size: 2rem;
    border: 0;
    background-color: transparent;
    cursor: pointer;
  }

  /**  Welcome Section  **/
  .welcome-section {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    height: 100%;
    background: url('../images/main_big.png');
    background-position: center;
    background-repeat: repeat;
    gap: 2rem;
  }

  .title {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    gap: 2rem;
  }

  .title .paragraph-1 {
    width: 40%;
    height: 30%;
    margin-left: 2rem;
    font-size: 2.5rem;
    color: #ef513c;
    font-family: 'lato', sans-serif;
  }

  .title .paragraph-2 {
    width: 50%;
    height: 40%;
    margin-left: 2rem;
    font-size: 4.5rem;
    color: #ef513c;
    font-family: 'cocogoose', sans-serif;
    font-weight: 700;
    background: -webkit-linear-gradient(#ef513c, #333);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  /**  About page styles  **/
  .about-title {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    gap: 2rem;
  }

  .about-header {
    width: 50%;
    height: 40%;
    margin-left: 2rem;
    font-size: 4.5rem;
    color: #ef513c;
    font-family: 'lato', sans-serif;
    font-weight: 700;
    background: -webkit-linear-gradient(#ef513c, #333);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .message p {
    margin-left: 2rem;
    font-family: 'lato', sans-serif;
    color: rgb(51, 51, 51);
    font-size: 1.115rem;
    text-align: justify;
    width: 60%;
    height: 13vh;
    border: 4px solid #fff;
    background-color: rgb(247, 247, 248);
    opacity: 0.9;
  }

  .location p {
    margin-left: 2rem;
    font-family: 'lato', sans-serif;
    color: rgb(51, 51, 51);
    font-weight: 900;
    letter-spacing: 0.1rem;
    font-size: 2rem;
  }

  .locate {
    margin-left: 2rem;
    margin-top: 0.002rem;
    font-family: 'lato', sans-serif;
    font-size: 1.115rem;
    color: rgb(51, 51, 51);
  }

  /**  program styles  **/
  .main-program {
    display: flex;
    flex-direction: column;
    background-image: url('../images/pattern_bg.png');
    background-repeat: repeat;
    width: 100vw;
    height: 60vh;
    background-color: rgb(39, 42, 50);
    margin-top: 2rem;
    align-items: center;
    gap: 1rem;
  }

  .main-program h1 {
    color: #fff;
    margin-top: 4rem;
    font-family: 'lato', sans-serif;
  }

  .line-1 {
    width: 5%;
    border-bottom: 1px solid rgb(239, 81, 60);
    margin-top: 0.015rem;
  }

  .program-list {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    margin-top: 2rem;
    justify-content: center;
    align-content: flex-start;
  }

  /* Main Program styles */
  .conference {
    display: flex;
    flex-direction: column;
    gap: 0.215rem;
    width: 15%;
    height: 75%;
    background: rgba(255, 255, 255, 0.1);
    align-items: center;
    margin-left: 2rem;
    padding: 0.215rem;
    font-family: 'lato', sans-serif;
  }

  .conference .text-1 {
    color: rgb(239, 81, 60);
    font-size: 1.115em;
    font-family: 'lato', sans-serif;
  }

  .conference .text-2 {
    color: rgb(255, 255, 255);
    font-size: 0.813em;
    font-family: 'lato', sans-serif;
  }

  .exhibition {
    display: flex;
    flex-direction: column;
    gap: 0.215rem;
    width: 15%;
    height: 75%;
    background: rgba(255, 255, 255, 0.1);
    align-items: center;
    margin-left: 2rem;
    padding: 0.215rem;
    font-family: 'lato', sans-serif;
  }

  .exhibition .text-1 {
    color: rgb(239, 81, 60);
    font-size: 1.115em;
    font-family: 'lato', sans-serif;
  }

  .exhibition .text-2 {
    color: rgb(255, 255, 255);
    font-size: 0.813em;
    font-family: 'lato', sans-serif;
  }

  .forum {
    display: flex;
    flex-direction: column;
    gap: 0.215rem;
    width: 15%;
    height: 75%;
    background: rgba(255, 255, 255, 0.1);
    align-items: center;
    margin-left: 2rem;
    padding: 0.215rem;
    font-family: 'lato', sans-serif;
  }

  .forum .text-1 {
    color: rgb(239, 81, 60);
    font-size: 1.115em;
    font-family: 'lato', sans-serif;
  }

  .forum .text-2 {
    color: rgb(255, 255, 255);
    font-size: 0.813em;
    font-family: 'lato', sans-serif;
  }

  .workshop {
    display: flex;
    flex-direction: column;
    gap: 0.215rem;
    width: 15%;
    height: 75%;
    background: rgba(255, 255, 255, 0.1);
    align-items: center;
    margin-left: 2rem;
    padding: 0.215rem;
    font-family: 'lato', sans-serif;
  }

  .workshop .text-1 {
    color: rgb(239, 81, 60);
    font-size: 1.115em;
    font-family: 'lato', sans-serif;
  }

  .workshop .text-2 {
    color: rgb(255, 255, 255);
    font-size: 0.813em;
    font-family: 'lato', sans-serif;
  }

  .party {
    display: flex;
    flex-direction: column;
    gap: 0.215rem;
    width: 15%;
    height: 75%;
    background: rgba(255, 255, 255, 0.1);
    align-items: center;
    margin-left: 2rem;
    padding: 0.215rem;
    font-family: 'lato', sans-serif;
  }

  .party .text-1 {
    color: rgb(239, 81, 60);
    font-size: 1.115em;
    font-family: 'lato', sans-serif;
  }

  .party .text-2 {
    color: rgb(255, 255, 255);
    font-size: 0.813em;
    font-family: 'lato', sans-serif;
  }

  .main-program a {
    display: block;
    margin-bottom: 2rem;
    text-decoration: none;
    font-size: 1.112em;
    font-family: 'lato', sans-serif;
    color: rgb(255, 255, 255);
  }

  /**  Speakers sectio styles  **/
  .speakers {
    background-color: #fff;
    opacity: 0.9;
    filter: grayscale(1px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    color: #000;
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
  }

  .speakers h2 {
    margin-top: 2rem;
  }

  .speakersContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 4rem;
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .speakerItem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 2rem;
  }

  .speakerItem img {
    background-color: #fff;
  }

  .profile {
    text-align: left;
    margin-left: 0.5rem;
    width: 100%;
  }

  .profile img {
    width: 1rem;
    position: relative;
    top: -0.25rem;
  }

  .profile h2 {
    color: #000;
    margin-top: auto;
    margin-bottom: 0.25rem;
    font-size: 1rem;
  }

  .profile h3 {
    color: #ec5242;
    margin-top: auto;
    font-style: italic;
    font-size: 0.8rem;
    font-weight: 400;
  }

  .profile p {
    text-align: left;
    font-size: 0.6rem;
    line-height: 0.8rem;
  }

  /***  Main speakers section styles */

  .sponsor-section {
    display: flex;
    flex-direction: column;
    background-color: #2e3139;
    background-repeat: repeat;
    width: 100vw;
    height: 25vh;

    /* background-color: rgb(39, 42, 50); */
    margin-top: 2rem;
    align-items: center;
    gap: 1rem;
  }

  .sponsor-section h1 {
    display: block;
    color: #fff;
    margin-top: 2rem;
    font-family: 'lato', sans-serif;
  }

  /* .line-1 {
    width: 5%;
    border-bottom: 1px solid rgb(239, 81, 60);
    margin-top: 0.015rem;
  } */

  .sponsorList {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100vw;
    height: 100vw;
    color: #fff;
  }

  .sponsorList ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style-type: none;
    gap: 2rem;
    font-family: 'lato', sans-serif;
  }

  .sponsorList ul img {
    width: 2.55rem;
    height: 2.55rem;
  }

  .footer-section {
    width: 100vw;
    height: 20vh;
    justify-content: center;
    align-items: center;

    /* margin-top: 6rem; */
  }

  .footer ul {
    display: flex;
    flex-direction: row;
    margin-top: 3rem;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 0.115rem;
    font-size: 0.85rem;
    font-family: 'lato', sans-serif;
  }

  .footer ul img {
    max-width: 50%;
    max-height: 50%;
  }

  .scroll-up {
    position: fixed;
    right: 0.5%;
    bottom: 3%;
    cursor: pointer;
  }

  .up-arrow {
    width: 3rem;
    height: 3rem;
  }

  .summit-tab {
    display: none;
  }

  .closebtn {
    display: none;
  }

  .nav-overlay {
    all: unset;
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin-top: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: #4756df;
    overflow-y: hidden;
    transition: 0.5s;
    opacity: 0.96;
    display: none;
  }

  /*  unset nav overlay  **/

  /* .nav-overlay {
    all: unset;
  } */
}
