@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");

body {
  background-image: url("../assets/background-default.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: repeat;
  margin: 0;
  overflow: hidden;
  height: 100vh;
}
.wrapper {
  height: 100vh;
  width: 100vw;
  display: flex;
  position: relative;
  overflow-x: scroll;
  justify-self: center;
  align-items: center;
  scroll-snap-type: x mandatory;
  white-space: nowrap; /* Prevents wrapping */
  scroll-behavior: smooth; /* Enables smooth scrolling */
  -webkit-overflow-scrolling: touch;
}
.wrapper::-webkit-scrollbar {
  display: none;
}
.slide {
  display: block;
  width: inherit;
  height: 100vh;
  /* display: block; */
  scroll-snap-align: center;
  flex: none;
  background-image: url("../assets/background-default.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: repeat;
}
.slide:nth-child(1) {
  background-image: url("../assets/background\ -\ 1st\ page\ bagh\ app\ no\ mockup\ 1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.title {
  display: flex;
  flex-direction: column;
  margin: 80px 20px 0 20px;
}
.titleHead {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800 !important;
  font-size: 38px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin: 0;
  justify-content: center;
  display: flex;
}
.slide:nth-child(2) > .title > .titleHead {
  text-align: center;
  display: block;
  font-weight: 400 !important;
}
.slide:nth-child(3) > .title > .titleHead {
  text-align: center;
  display: block;
  font-weight: normal !important;
  font-size: 48px;
}
.slide:nth-child(3) > .title > .titleHead > span {
  font-size: 32px;
  font-weight: 600;
}
.slide:nth-child(3) > .title > p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  color: #ffffff;
  margin: 0;
}

.titleHead > span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 38px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(180deg, #f7941d 0%, #c43219 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sub-title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  margin: 0;
  justify-content: center;
  display: flex;
}
.bannerImage {
  width: 80vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.buttonWrapper {
  margin-top: -35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.downloadText {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 135.51%;
  text-align: center;
  text-transform: capitalize;
  color: #fbfbfb;
}
.featureContainer {
  margin-top: 108px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  gap: 35px 14px;
}
.slide:nth-child(3) > .featuresWrapper > .featureContainer {
  margin-top: 75px;
  gap: 22px 20px;
}
.buttons {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
  justify-content: center;
  display: flex;
  gap: 18px;
}
.navButton {
  width: 45px;
  border: 1.5px solid #ffffff;
  flex: none;
  order: 1;
  flex-grow: 0;
  border-radius: 10px;
  opacity: 0.3;
  cursor: pointer;
}
.active {
  opacity: 1;
  transition-duration: 1s;
}
.help {
  position: absolute;
  min-width: 380px;
  width: 430px;
  height: auto;
  bottom: -1000px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(181.64deg, #111217 1.39%, #2b2d3a 290.99%);
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 40px 40px 0px 0px;
  z-index: 2;
}
.animationTrigger {
  bottom: 0;
  transition: 0.6s ease-in-out;
  animation-name: modalAnimation;
  animation-duration: 0.7s;
}
.reverseAnimation {
  animation-name: reverseAnimations;
  animation-duration: 0.7s;
  opacity: 0;
  bottom: -1000px;
  transition: 0.6s ease-in-out;
}
@keyframes reverseAnimation {
  0% {
    bottom: 0;
    opacity: 1;
  }
  20% {
    bottom: 10px;
  }
  100% {
    bottom: -1000px;
    opacity: 0;
  }
}
@keyframes modalAnimation {
  0% {
    bottom: -1000px;
  }
  80% {
    bottom: 10px;
  }
  100% {
    bottom: 0;
  }
}
.helpButton {
  position: fixed;
  top: 120px;
}
.helpButton > button {
  background-image: url("../assets/helpButton.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left;
  background-color: transparent;
  border: none;
  /* border-top-right-radius: 3px; */
  width: 33px;
  height: 129px;
  cursor: pointer;
}
.helpInfoContainer {
  padding: 0px 41px;
  display: flex;
  flex-direction: column;
  gap: 20.5px;
}
.infoText {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  color: #f8f8f8;
  padding: 45px 13px 30px 13px;
  text-align: center;
}
.infoText > span {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #f7941d;
}
.infoCard:nth-child(1) {
  background-image: url("../assets/1.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.infoCard:nth-child(2) {
  background-image: url("../assets/2.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.infoCard:nth-child(3) {
  background-image: url("../assets/3.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
.modalExit {
  /* Vector */
  cursor: pointer;
  position: absolute;
  background-color: transparent;
  border: transparent;
  right: 15px;
  top: 20px;
}
@media screen and(min-width:768px) {
  .wrapper {
    max-width: 430px;
    width: 430px;
  }
}
