* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::selection {
  background: rgb(57, 57, 57);
  color: none;
  text-shadow: none;
}

body {
  width: 100%;
  margin: 0 auto;

  background-color: #1e1e1e;
}

header {
  width: 100%;
  margin: 0 auto;
}

nav {
  width: 80%;
  height: 40px;
  margin: 0 auto;

  /* background-color: aqua; */

  padding: 1.8em 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  border-bottom: 1px solid #6b6b6b;
}

.logoWrapper img {
  width: 40px;
}

.myListWrapper {
  height: inherit;
  display: flex;
  flex-direction: row;

  justify-content: center;
  align-items: center;
  gap: 2em;

  /* background-color: red; */
}

.linkList {
  list-style: none;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  gap: 2em;
}

.linkList li {
  line-height: 0.5rem;
}

.linkList li a {
  font-family: "poppins", sans-serif;
  font-size: clamp(0.6rem, 0.9vw, 0.8rem);
  font-weight: 600;

  text-transform: uppercase;
  text-decoration: none;

  color: #6b6b6b;
}

.cirleRound {
  width: 12px;
  aspect-ratio: 1/1;

  background-color: #00611b;

  border-radius: 50px;
}

.mobile-nav-toggle {
  display: none;
}

main {
  width: 100%;
  /* height: 100vh; */

  margin: 0 auto;
}

.innerMain {
  width: 80%;

  margin: 0 auto;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  justify-content: space-between;
  align-items: center;

  /* gap: 0.2em; */

  margin-top: 4em;
  margin-bottom: 4em;
}

.card_one,
.card_two,
.card_three,
.card_four {
  /* width: 50%; */

  /* background-color: red; */
  margin-bottom: 4em;
}

.card_one img,
.card_two img,
.card_three img,
.card_four img {
  width: 38vw;

  border-radius: 3px;
  object-fit: cover;
}

.eventDescription {
  width: 38vw;

  /* background-color: aqua; */
}

.eventDescription .eventTitle {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.9rem, 2vw, 2rem);
  font-weight: 500;
  color: #fefefe;

  margin-top: 1em;
}

.eventDescription .eventSubtitle {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.5rem, 1.2vw, 1.2rem);
  font-weight: 400;
  margin-top: 0.3em;

  color: #ffffff;
}

.eventContacts {
  width: 38vw;

  display: flex;
  flex-direction: row;

  justify-content: space-between;
  align-items: center;

  margin-top: 1em;

  border-radius: 5px;

  gap: 0.5em;
}

.phoneNumber {
  /* background-color: #d3d3d3; */

  display: flex;
  flex-direction: row;

  justify-content: space-between;
  align-items: flex-start;

  gap: 0.7em;

  padding: 0.7em 0.5em;

  background-color: #ffffff;

  border-radius: 7px;
}

.phoneNumber #addIcon i {
  color: #000000;
}

.phoneNumber #mobNum {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.5rem, 1vw, 1rem);
  font-weight: 450;

  color: #000000;
}

.address {
  /* background-color: #d3d3d3; */

  display: flex;
  flex-direction: row;

  justify-content: space-between;
  align-items: flex-start;

  gap: 0.7em;

  padding: 0.7em 0.5em;

  background-color: #ffffff;

  border-radius: 7px;
}

.address #location i {
  color: #000000;
}

.address #addressText {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.5rem, 1vw, 1rem);
  font-weight: 450;

  color: #000000;
}

@media (max-width: 842px) {
  .myListWrapper {
    position: fixed;
    inset: 0 0 0 30%;
    height: 100vh;

    z-index: 100;

    flex-direction: column;
    align-items: flex-start;

    background: #161616;

    padding: min(2vh, 10rem) 4em;

    /* display: none; */

    transform: translateX(100%);
    transition: transform 350ms ease-out;
  }

  .myListWrapper[data-visible="true"] {
    transform: translateX(0%);
  }

  .linkList {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    gap: 1.1em;
  }

  .linkList li {
    line-height: 0.5rem;
  }

  .linkList li a {
    font-family: "Raleway", sans-serif;
    font-size: clamp(0.6rem, 1.8vw, 1.5rem);
    font-weight: 700;

    text-transform: uppercase;
    text-decoration: none;

    color: #6b6b6b;
  }

  .cirleRound {
    display: none;
  }

  .mobile-nav-toggle {
    display: flex;
    flex-direction: column;
    gap: 0.25em;

    background: none;
    border: none;

    position: absolute;
    top: 2em;
    right: min(5em, 9vw);

    z-index: 200;

    cursor: pointer;
  }

  .line {
    width: 30px;
    height: 1px;

    background-color: #6b6b6b;
  }

  .innerMain {
    width: 80%;

    margin: 0 auto;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;

    padding: 4em 0em;
    padding-bottom: 1em;
  }

  #partyCategory {
    font-family: "poppins", sans-serif;
    font-size: clamp(1.2rem, 5.5vw, 5.5rem);
    font-weight: 500;

    text-transform: uppercase;
    color: #9d9d9d;

    line-height: calc(1em + 1.1vw);
  }

  .eventDescription p {
    font-family: "poppins", sans-serif;
    font-size: clamp(0.5rem, 2.2vw, 1.1rem);
    font-weight: 500;

    text-transform: none;
    color: #9d9d9d;
  }

  .downloadLogos {
    width: 100%;
    margin-top: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    gap: 1.5em;
    position: absolute;
    bottom: -3em;

    margin: 0 auto;

    padding-bottom: 1em;
  }

  .downloadLogos a img {
    width: calc(100px + 1vw);
  }

  #appleStore {
    width: 100px;
  }

  .imageArea {
    width: 100%;
    /* height: 100%; */
    display: flex;
    flex-direction: row;

    justify-content: center;
    position: relative;
    left: 0em;
    margin: 0 auto;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .backColor {
    display: none;
  }

  .myImage {
    /* width: 350px;
      min-width: 350px;
      height: 500px; */

    width: 100vw;
    /* min-width: calc(550px); */
    /* min-width: 650px; */
    /* min-width: 20vw; */
    height: 35vw;

    background-color: #6b6b6b;
    background-image: url(../img/pexels-august-de-richelieu-4262411.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    left: 0em;

    /* margin: 0 1em; */
    transform: none;

    border-radius: 10px;
  }
}

@media (max-width: 790px) {
  .innerMain {
    width: 80%;

    margin: 0 auto;

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;

    justify-content: center;
    align-items: center;

    /* gap: 0.2em; */

    margin-top: 4em;
    margin-bottom: 4em;
  }

  .card_one,
  .card_two,
  .card_three,
  .card_four {
    /* width: 50%; */

    /* background-color: red; */
    margin-bottom: 4em;
  }

  .card_one img,
  .card_two img,
  .card_three img,
  .card_four img {
    width: 80vw;

    border-radius: 3px;
    object-fit: cover;
  }

  .eventDescription {
    width: 80vw;

    /* background-color: aqua; */
  }

  .eventDescription .eventTitle {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.3rem, 2vw, 2rem);
    font-weight: 500;
    color: #000000;

    margin-top: 1em;
  }

  .eventDescription .eventSubtitle {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(0.8rem, 1.2vw, 1.2rem);
    font-weight: 400;
    margin-top: 0.3em;

    color: #ffffff;
  }

  .eventContacts {
    width: 80vw;

    display: flex;
    flex-direction: row;

    justify-content: space-between;
    align-items: center;

    margin-top: 1em;

    border-radius: 5px;

    gap: 0.5em;
  }

  .phoneNumber {
    /* background-color: #d3d3d3; */

    display: flex;
    flex-direction: row;

    justify-content: space-between;
    align-items: flex-start;

    gap: 0.7em;

    padding: 0.7em 0.5em;

    background-color: #ffffff;

    border-radius: 7px;
  }

  .phoneNumber #addIcon i {
    color: #000000;
  }

  .phoneNumber #mobNum {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(0.8rem, 1vw, 1rem);
    font-weight: 450;

    color: #000000;
  }

  .address {
    /* background-color: #d3d3d3; */

    display: flex;
    flex-direction: row;

    justify-content: space-between;
    align-items: flex-start;

    gap: 0.7em;

    padding: 0.7em 0.5em;

    background-color: #ffffff;

    border-radius: 7px;
  }

  .address #location i {
    color: #000000;
  }

  .address #addressText {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(0.8rem, 1vw, 1rem);
    font-weight: 450;

    color: #000000;
  }
}

@media (max-width: 745px) {
  .eventContacts {
    width: 80vw;

    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    margin-top: 1em;

    border-radius: 5px;

    gap: 0.5em;
  }

  .phoneNumber {
    /* background-color: #d3d3d3; */
    width: 100%;
    display: flex;
    flex-direction: row;

    justify-content: space-between;
    align-items: flex-start;

    gap: 0.7em;

    padding: 0.7em 0.5em;

    background-color: #ffffff;

    border-radius: 7px;
  }

  .phoneNumber #addIcon i {
    color: #000000;
  }

  .phoneNumber #mobNum {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(0.8rem, 1vw, 1rem);
    font-weight: 450;

    color: #000000;
  }

  .address {
    /* background-color: #d3d3d3; */
    width: 100%;
    display: flex;
    flex-direction: row;

    justify-content: space-between;
    align-items: flex-start;

    gap: 0.7em;

    padding: 0.7em 0.5em;

    background-color: #ffffff;

    border-radius: 7px;
  }

  .address #location i {
    color: #000000;
  }

  .address #addressText {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(0.8rem, 1vw, 1rem);
    font-weight: 450;

    color: #000000;
  }
}
