* {
  box-sizing: border-box;
  margin: 0;
}

body {
  height: 100%;
  width: 100vw;
}

body {
  display: flex;
  font-family: "Roboto", sans-serif;
  position: relative;
  color: #1a1033;

  @media only screen and (max-width: 901px) {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
}

.container {
  @media only screen and (max-width: 900px) {
    padding-top: 20px;
  }
}

.left-mob-nav {
  transition: 0.5s ease;
  width: 100%;
  height: 90vh;
  max-width: 350px;
  box-shadow: 5px 0px 50px rgba(0, 0, 0, 0.04);
  position: absolute;
  top: 80px;
  left: -270px;
  z-index: 200;
  opacity: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-left: -80px;
  padding-bottom: 15px;
  z-index: 10;
  background-color: white;
  overflow-y: scroll;
}
  .left-mob-nav li {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    padding: 15px 0 10px 45px;
    width: 100%;
  }
  .left-mob-nav li a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.43);
  }
  .left-mob-nav li a.active {
    font-weight: 700;
    color: black;
  }
  .left-mob-nav li:hover {
    background-color: rgba(196, 196, 196, 0.14);
    cursor: pointer;
  }

  @media only screen and (min-width: 901px) {
    .left-mob-nav {
      display: none;
    }
  }


.mob-nav {
  display: flex;
  flex-direction: column;
  padding: 20px 0 0 32px;
  height: 100%;
  min-height: 80px;
  width: 100vw;
  background-color: white;
  position: relative;
  z-index: 10;
}
  @media only screen and (min-width: 901px) {
    .mob-nav {
      display: none;
    }
  }

  @media only screen and (max-width: 900px) {
    .mob-nav {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
    }
  }

  .mob-nav a {
    text-decoration: none;
    color: black;
  }

  .mob-nav .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
    text-decoration: none;
    color: black;
    width: 100%;
  }

  .mob-nav .logo div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .mob-nav .logo div img {
    padding-right: 12px;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 2px;
  }

  .mob-nav .logo .mob-nav-hamb {
    width: 25px;
  }
  .mob-nav .logo p {
    font-weight: 900;
    font-size: 18px;
    min-width: 200px;
    letter-spacing: 0.02em;
  }
  


.active-menu {
  transition: 0.5s ease;
  left: 10px;
}

.left-nav {
  display: flex;
  flex-direction: column;
  padding: 35px 0 0 32px;
  box-shadow: 5px 0px 50px rgba(0, 0, 0, 0.04);
  height: 100%;
  width: 100%;
  min-width: 280px;
  max-width: 290px;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  .left-nav {
    display: none;
  }
}

.left-nav .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
  color: black;
}
.left-nav .logo img {
  padding-right: 12px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.left-nav .logo p {
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.02em;
}
.left-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin-left: -80px;
  padding-bottom: 15px;
}
.left-nav ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  padding: 15px 0 10px 45px;
  width: 100%;
}
.left-nav ul li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.43);
}
.left-nav ul li a.active {
  font-weight: 700;
  color: black;
}
.left-nav ul li:hover {
  background-color: rgba(196, 196, 196, 0.14);
  cursor: pointer;
}

.upper-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 95%;
  padding: 15px 0;
}
@media only screen and (max-width: 900px) {
  .upper-nav {
    display: none;
  }
}
.upper-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0;
  padding: 0;
  list-style: none;
}
.upper-nav ul li {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  width: 100%;
  min-width: 140px;
}
.upper-nav ul li a {
  cursor: pointer;
}
.upper-nav img {
  cursor: pointer;
}

.right-content {
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 100px;
  line-height: 26px;
  /* begin: change added 1/15/22 */
  /* end: 1/15/22 */
}
@media only screen and (max-width: 900px) {
  .right-content {
    padding-left: 30px;
  }
}
.right-content .a2a_default_style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 30px;
}
@media only screen and (max-width: 900px) {
  .right-content .a2a_default_style {
    margin-top: 15px;
  }
}

.right-content .rect {
  position: absolute;
  width: 700px;
  height: 1400px;
  left: 1250px;
  top: 150px;
  background: #b1aac5;
  -webkit-transform: rotate(50.81deg);
      -ms-transform: rotate(50.81deg);
          transform: rotate(50.81deg);
}
@media only screen and (max-width: 1700px) {
  .right-content .rect {
    left: 1000px;
  }
}
@media only screen and (max-width: 1300px) {
  .right-content .rect {
    width: 1000px;
    left: 800px;
  }
}

main {
  position: relative;
  padding-top: 75px;
}
  main .rect {
    position: absolute;
    width: 700px;
    height: 1400px;
    left: 1250px;
    top: 150px;
    background: #b1aac5;
    transform: rotate(50.81deg);
  }

  main .hero {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
  }
  main h1 {
      font-weight: bold;
      font-size: 48px;
      line-height: 56px;
      width: 100%;
      max-width: 610px;
      margin: 0 0 30px 0;
    }

 .directory-nav .active {
        border-bottom: 2px solid #b1aac5;
      }
 .directory-nav ul {
        display: flex;
        width: 100%;
        padding: 0;
      }
 .directory-nav ul  li {
          list-style: none;
          padding-right: 10px;
 }
 .directory-nav ul li a {
            text-decoration: none;
            color: #b1aac5;
            padding: 5px;
            transition: 0.2s;
 }
 .directory-nav ul li a:hover{
  color: white;
  background-color: #b1aac5;
 }
 .directory-nav ul li a:focus {
              color: white;
              background-color: #b1aac5;
            }

    
.hero-event__header {
  
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 280px;
    width: 100%;
}
.hero-event__header h1 {
      font-size: 32px;
      margin-bottom: 0;
    }

.hero-event__header p {
      margin-top: 10px;
      align-self: center;
    }


.hero-event__search {
    margin-top: 40px;
}
.hero-event__search form {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      max-width: 1200px;
}
.hero-event__search input {
        margin-top: 15px;
      }
    
