* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

header {
  width: 100%;

  display: block;
  background-color: rgba(32, 32, 32);
  /* background-color: rgb(63 68 70); */

  margin: 0 auto;

  /* padding: 1.5em; */
  /* border-bottom: 1px solid rgba(172, 172, 172, 0.146); */

  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  z-index: 1;
}

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%;
  margin: 0 auto;
}

.firstSection {
  background-color: rgb(32, 32, 32);

  width: 100%;
  /* height: 100vh; */

  margin: 0 auto;
  padding: 2em 0em;
  padding-bottom: 9em;
}

.innerFirstSection {
  width: 76%;
  /* height: 1000px; */
  margin: 0 auto;
  display: flex;
  flex-direction: row;

  justify-content: space-around;
  align-items: center;
  gap: 2em;

  padding-top: 0em;
  /* padding-bottom: 10em; */

  /* background-color: aquamarine; */

  position: relative;
  /* top: 2em; */
}

.innerSection1 {
  padding-left: 1em;
}

.headText {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 3.7vw, 4rem);
  font-weight: 400;
  line-height: 3.1rem;
  color: rgb(207, 207, 207);
}

.subHeadText {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 400;
  color: rgb(170, 170, 170);

  margin-top: 1em;
}

.gotoDownloandImages {
  /* background-color: #fff; */

  height: 50px;
  margin-top: 1.5em;

  display: flex;
  flex-direction: row;

  justify-content: flex-start;
  align-items: flex-end;

  gap: 1.1em;
}

#google {
  width: 150px;
}

#apple {
  width: 128px;
}

::selection {
  background: rgb(94, 138, 94);
  color: none;
  text-shadow: none;
}

.bigImage {
  width: 600px;
  height: 750px;
  /* position: relative; */
}

.secondSection {
  width: 100%;
  height: 700px;
  margin: 0 auto;

  background-image: url(../img/pexels-rachel-claire-4577179.jpg);

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  object-fit: cover;

  position: relative;
  top: -7em;

  border-top: 1px solid rgb(60, 60, 60);

  /* transition-delay: 1000ms; */
}

.innerSecondSection {
  width: 100%;
  height: 700px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.395);

  display: flex;
  flex-direction: column;

  justify-content: center;
  align-items: flex-start;
  padding: 0 10em;
}

.feature {
  /* background-color: #fff; */
  display: flex;
  flex-direction: row;

  justify-content: center;
  align-items: center;
}

.feature p {
  font-family: "Raleway", sans-serif;
  color: #fff;
}

.feature2 {
  /* background-color: #fff; */
  display: flex;
  flex-direction: row-reverse;

  justify-content: center;
  align-items: center;
}

.feature2 p {
  font-family: "Raleway", sans-serif;
  color: #fff;
}

.features {
  font-family: "Raleway", sans-serif;
  font-size: clamp(1rem, 5vw, 5rem);
  font-weight: 500;
  color: rgb(216, 216, 216);
  /* font-style: italic; */
}

.text {
  display: flex;
  flex-direction: column;

  justify-content: center;
  align-items: flex-end;

  margin-top: 1em;
}

.text h1 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 800;
  color: #fff;
}

.text p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  font-weight: 300;
}

.thirdSection {
  width: 100%;
  height: 700px;
  margin: 0 auto;

  background-image: url(../img/pexels-gillian-harrison-8258938.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  object-fit: cover;

  position: relative;
  top: -7em;

  border-top: 1px solid rgb(60, 60, 60);
}

.innerThirdSection {
  width: 100%;
  height: 700px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.395);

  display: flex;
  flex-direction: column;

  justify-content: center;
  align-items: flex-end;
  padding: 0 10em;
}

.secondText {
  display: flex;
  flex-direction: column;

  justify-content: center;
  align-items: flex-start;

  margin-top: 1em;
}

.secondText h1 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 800;
  color: #fff;
}

.secondText p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  font-weight: 300;
}

.fourthSection {
  width: 100%;
  height: 700px;
  margin: 0 auto;

  background-image: url(../img/pexels-hussein-altameemi-8468732.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  object-fit: cover;

  position: relative;
  top: -7em;

  border-top: 1px solid rgb(60, 60, 60);
}

.innerFourthSection {
  width: 100%;
  height: 700px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.395);

  display: flex;
  flex-direction: column;

  justify-content: center;
  align-items: flex-end;
  padding-right: 10em;
}

.fourthText {
  /* width: 50%; */

  display: flex;
  flex-direction: column;

  justify-content: center;
  align-items: flex-end;

  margin-top: 1em;
}

.fourthText h1 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 800;
  color: #fff;
}

.fourthText p {
  /* background-color: aqua; */
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  font-weight: 300;
}

.eventWrapper {
  width: 100%;
  margin: 0 auto;
  margin-top: -7em;

  background-color: rgb(32, 32, 32);
}

.innerEventWrapper {
  width: 90%;
  margin: 0 auto;
  padding-top: 7em;

  /* background-color: azure; */

  display: flex;
  flex-direction: column;

  justify-content: center;
  align-items: center;

  padding-bottom: 7em;
}

.eventText {
  margin-inline-end: auto;
  padding-left: 3em;
}

.eventText h1 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 3.5vw, 3.5rem);
  font-weight: 400;
  color: #fff;
}

.eventText p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  color: #fff;
  font-weight: 400;
}

.eventPicture {
  width: 100%;

  margin: 0 auto;
  margin-top: 2em;
  /* background-color: aqua; */

  display: flex;
  flex-direction: row;

  justify-content: space-between;
  align-items: center;
}

.image {
  width: 32%;
  height: 250px;

  background-color: gray;
  background-image: url(../img//image1.png);
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  position: relative;
}

.arrowRight {
  position: absolute;
  bottom: 2em;
  right: 3em;
}

.innerImage {
  width: 100%;
  height: 250px;

  background-color: rgba(93, 93, 93, 0.366);
  cursor: pointer;
}

.innerImage:hover {
  width: 100%;
  height: 250px;

  background-color: rgba(56, 56, 56, 0.733);
  transition-duration: 500ms;
  cursor: pointer;
}

.image2 {
  width: 32%;
  height: 250px;

  background-color: gray;
  background-image: url(../img//image2.png);
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  position: relative;
}

.image3 {
  width: 32%;
  height: 250px;

  background-color: gray;
  background-image: url(../img/pexels-august-de-richelieu-4262411.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  position: relative;
}

@media (max-width: 1002px) {
  .innerFirstSection {
    width: 76%;

    margin: 0 auto;
    display: flex;
    flex-direction: column;

    justify-content: space-around;
    align-items: center;
    gap: 2em;

    padding-top: 7em;

    /* background-color: aquamarine; */

    position: relative;
    top: -3em;
  }

  .innerSection1 {
    padding-left: 1em;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    /* background-color: aqua; */
  }

  .headText {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(2rem, 3.7vw, 4rem);
    font-weight: 400;
    line-height: 2.5rem;
    color: rgb(28, 233, 124);

    text-align: center;
  }

  .subHeadText {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1rem, 2.2vw, 2rem);
    font-weight: 400;
    color: rgb(170, 170, 170);

    margin-top: 1em;

    text-align: center;
  }

  .gotoDownloandImages {
    /* background-color: #fff; */

    height: 50px;
    margin-top: 1.5em;

    display: flex;
    flex-direction: row;

    justify-content: flex-start;
    align-items: flex-end;

    gap: 1.1em;
  }

  .innerSecondSection {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.395);

    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;
    padding: 0 2em;
  }

  .features {
    width: 100%;
    font-family: "Raleway", sans-serif;
    font-size: clamp(1rem, 5vw, 5rem);
    font-weight: 600;
    color: rgb(28, 233, 124);

    text-align: center;
    /* font-style: italic; */
  }

  .text {
    /* width: 100%; */
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    margin-top: 1em;

    /* background-color: aqua; */
  }

  .text h1 {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-weight: 800;
    color: #fff;

    text-align: center;
  }

  .text p {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    font-weight: 300;

    text-align: center;
  }

  .innerThirdSection {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.395);

    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;
    padding: 0 2em;
  }

  .secondText {
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    margin-top: 1em;
  }

  .secondText h1 {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-weight: 800;
    color: #fff;

    text-align: center;
  }

  .secondText p {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    font-weight: 300;
    text-align: center;
  }

  .innerFourthSection {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.395);

    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;
    padding: 0 2em;
  }

  .fourthText {
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    margin-top: 1em;
  }

  .fourthText h1 {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-weight: 800;
    color: #fff;

    text-align: center;
  }

  .fourthText p {
    /* background-color: aqua; */
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    font-weight: 300;

    text-align: center;
  }

  .eventText {
    margin-inline-end: 10%;
    padding-left: 3em;
  }

  .eventText h1 {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(2rem, 3.5vw, 3.5rem);
    font-weight: 400;
    color: #fff;

    text-align: center;
  }

  .eventText p {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.1rem, 1.5vw, 1.5rem);
    color: #fff;
    font-weight: 400;

    text-align: center;
  }

  .eventPicture {
    width: 100%;

    margin: 0 auto;
    margin-top: 2em;
    /* background-color: aqua; */

    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    gap: 1em;
  }

  .image {
    width: 100%;
    height: 250px;

    background-color: gray;
    background-image: url(../img//image1.png);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    position: relative;
  }

  .image2 {
    width: 100%;
    height: 250px;

    background-color: gray;
    background-image: url(../img//image2.png);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    position: relative;
  }

  .image3 {
    width: 100%;
    height: 250px;

    background-color: gray;
    background-image: url(../img/pexels-august-de-richelieu-4262411.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    position: relative;
  }
}

@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;
  }
}
