* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Satoshi", sans-serif;
}
html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: white;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #050609;
}
.main_container {
  width: 100%;
  padding: 20px 70px;
  max-width: 1300px;
}

header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  font-size: 32px;
  font-weight: 400;
}
.header_right {
  display: flex;
  gap: 36px;
  align-items: center;
}
header .header_right .header_right_btn {
  font-size: 24px;
  font-weight: 500;
}

/* Home styles */
.home {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0 100px 0;
  /* flex-wrap: wrap;
     */
}

.home_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
}
.home_left_btn {
  color: #cbd4c2;
  display: flex;
  align-items: center;
  /* min-height: 76px; */
  /* min-width: 327px; */

  justify-content: center;
  padding: 12px 30px;
  background-color: #231c07cc;
  gap: 12px;
  border-radius: 40px;
  cursor: pointer;
}
.home_left h3 {
  font-size: 80px;
  color: white;
  font-weight: 500;
}
.home_right img {
  max-height: 600px;
  max-width: 640px;
}

/* Our apps */
.ourApps {
}
.heading_ {
  width: 100%;
  height: 2px;
  background-color: #decbb7;
  position: relative;
}
.heading_ span {
  color: #baff29;
  position: absolute;
  top: -40px;
  left: 50%;
  font-size: 48px;
  font-weight: 500;
  background-color: black;
  padding: 0 12px;
  transform: translate(-50%, 0);
}
.ourApps_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
  height: 400px;
  overflow: hidden;
  border-radius: 12px;
}
.ourApps_top .top_img {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.ourApps_top .top_img img {
  width: 100%;
  height: 100%;
}

.top_content {
  padding: 42px 24px;
  background-color: #231c07;
  height: 100%;
}
.top_content span {
  background-color: #decbb7;
  color: black;
  padding: 8px 20px;
  border-radius: 24px;
  font-size: 20px;
  font-weight: 700;
}
.top_content h4,
.bottom_first_card h4 {
  font-size: 50px;
  font-weight: 500;
  color: white;
  margin: 12px 0;
}
.top_content p,
.bottom_first_card p {
  font-size: 24px;
  font-weight: 500;
  color: #decbb7;
}
.top_content a {
  display: flex;
  max-width: 168px;
  gap: 12px;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  background-color: white;
  max-height: 48px;
  justify-content: center;
  border-radius: 28px;
  margin: 40px 0 40px 0;
  padding: 12px 0;
}
.ourApp_bottom {
  /* height: 400px; */
  margin-top: 12px;
  overflow: hidden;
  display: flex;
  gap: 20px;
}
.ourApp_bottom .bottom_first_card {
  display: flex;
  flex-direction: column;
  width: 640px;
  border-radius: 20px;
  overflow: hidden;
}
.bottom_first_card span {
  background-color: #832161;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0px;
  border-radius: 24px;
  font-size: 20px;
  font-weight: 700;
  min-width: 250px;
  max-width: 300px;
}
.bottom_first_card img {
  /* width: 100%; */
  /* height: 70%; */
  /* width: 640px; */
  height: 300px;
  /* object-fit: ; */
}
.first_card_content {
  background-color: #231c07;
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.bottom_first_card .downloadIcon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.first_card_content .downloadIcon a {
  width: 80px;
  height: 46px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20.33px;
}

/* coming soon */
.comingsoon,
.readyToExplore,
.contactForm {
  width: 100%;
  height: 400px;
  /* background-color: #CBD4C2; */
  margin: 20px 0 100px 0;

  display: flex;
  align-items: center;
  justify-content: center;
}
.comingsoon_content {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(
      rgba(203, 212, 194, 0.7),
      rgba(203, 212, 194, 0.7)
    ),
    url("./images/green_bg_spring.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.comingsoon_content h1 {
  font-size: 64px;
  font-weight: 700;
}
.comingsoon_content h3 {
  font-size: 32px;
  font-weight: 700;
  color: rgba(131, 33, 97, 1);
  font-family: "Satoshi", sans-serif;
}

/* About us */
.aboutUs_content {
}
.aboutUs_content p {
  font-size: 32px;
  font-weight: 400;
  color: rgba(203, 212, 194, 1);
  margin: 40px 0px;
}
.readyToExplore_content {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(rgba(35, 28, 7, 0.7), rgba(35, 28, 7, 0.7)),
    url("./images/green_bg_spring.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.readyToExplore_content h1 {
  font-size: 64px;
  font-weight: 700;
  color: white;
}
.readyToExplore_content h3 {
  font-size: 32px;
  font-weight: 700;
  color: rgba(203, 212, 194, 1);
}

.stote_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 40px 0 30px 0;
}
.store_btn {
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 8px;
}
.store_btn img {
  width: 40px;
  object-fit: contain;
}
.store_btn div h6 {
  font-size: 12px;
  font-weight: 700;
  color: white;
}
.store_btn h3 {
  font-size: 22px;
  font-weight: 700;
  color: white;
}

/* Contacts us */
.contactForm {
  margin: 50px 0;
}
.contactForm_content {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(203, 212, 194, 1);
}

form {
  width: 100%;
  margin: 0 auto;
  padding: 50px;
}
.form_first_row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.form_first_row div {
  display: flex;
  flex: 1;
  flex-direction: column;
}

label {
  font-size: 24px;
  font-weight: 700;
  color: rgba(5, 6, 9, 1);
}

form input[type="text"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  outline: none;
  border-radius: 20px;
  border: 1px solid rgba(5, 6, 9, 1);
  background-color: rgba(203, 212, 194, 1);
}

form input[type="submit"] {
  background-color: rgba(35, 28, 7, 0.8);
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 400px;
  height: 56px;
  color: white;
  font-size: 24px;
  font-weight: 500;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

input[type="submit"]:hover {
  background-color: rgba(35, 28, 7, 0.6);
}

/* Footer */
.footer {
  position: relative;
  overflow: hidden;
}
.footer_content {
  width: 100%;
  height: 500px;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: rgba(20, 21, 23, 0.9);
  position: relative;
  z-index: 2;
  padding: 40px 70px;
  gap: 50px;
  flex-wrap: wrap;
}
.circle_spring {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.text_2024_ {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
  color: white;
  z-index: 4;
}

.footer_first_left {
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, 1);
  gap: 80px;
}
.footer_first_left h4 {
  font-size: 32px;
  font-weight: 400;
}
.footer_first_left p {
  font-size: 16px;
  font-weight: 500;
}
.email_input {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.email_input label {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 500;
}

.email_input .input_with_btn {
  position: relative;
  min-width: 330px;
  height: 46px;
}

.input_with_btn input {
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
  background-color: rgba(203, 212, 194, 1);
  border-radius: 25px;
  padding: 0 12px;
}
.submit_email {
  position: absolute;
  right: 12px;
  top: 50%;
  background-color: rgba(255, 255, 255, 1);
  transform: translate(0, -50%);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  cursor: pointer;
}

.footer_second_row {
  display: flex;
  width: 100%;
  flex: 1;
  justify-content: space-between;
  /* gap: 60px; */
}
.footer_second_row .links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer_second_row .links a {
  font-size: 16px;
  font-weight: 500;
}

.footer_second_row .companyInfo {
  color: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.companyInfo h5 {
  font-weight: 500;
  font-size: 16px;
}
.companyInfo p {
  font-weight: 400;
  font-size: 16px;
  max-width: 220px;
}
.companyInfo a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

/* Media  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

@media (max-width : 600px) {
  .main_container {
    width: 100%;
    padding: 20px 20px;
    max-width: 1300px;
    
  }
  /* header */
  header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .logo {
    font-size: 22px;
    font-weight: 400;
  }
  .header_right {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  header .header_right .header_right_btn {
    font-size: 16px;
    font-weight: 500;
  }


/* Home */
  .home {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 100px 0;
    flex-wrap: wrap;
    gap: 20px;
  }

  .home_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
  }
  .home_left_btn {
    color: #cbd4c2;
    display: flex;
    align-items: center;
    /* min-height: 76px; */
    /* min-width: 327px; */

    justify-content: center;
    padding: 12px 15px;
    background-color: #231c07cc;
    gap: 12px;
    border-radius: 40px;
    cursor: pointer;
  }
  .home_left h3 {
    font-size: 50px;
    color: white;
    font-weight: 500;
  }
  .home_right img {
    max-height: 400px;
    max-width: 500px;
  }
  
  /* Our apps */
.ourApps {
}
.heading_ {
  width: 100%;
  height: 2px;
  background-color: #decbb7;
  position: relative;
}
.heading_ span {
  color: #baff29;
  position: absolute;
  top: -20px;
  left: 50%;
  font-size: 28px;
  font-weight: 500;
  background-color: black;
  padding: 0 12px;
  transform: translate(-50%, 0);
}
.ourApps_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
  height: auto;
  border-radius: 12px;
  flex-wrap: wrap;
}
.ourApps_top .top_img {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.ourApps_top .top_img img {
  width: 100%;
  height: 100%;
}

.top_content {
  padding: 42px 24px;
  background-color: #231c07;
  height: 100%;
}
.top_content span {
  background-color: #decbb7;
  color: black;
  padding: 8px 20px;
  border-radius: 24px;
  font-size: 20px;
  font-weight: 700;
}
.top_content h4,
.bottom_first_card h4 {
  font-size: 50px;
  font-weight: 500;
  color: white;
  margin: 12px 0;
}
.top_content p,
.bottom_first_card p {
  font-size: 24px;
  font-weight: 500;
  color: #decbb7;
}
.top_content a {
  display: flex;
  max-width: 168px;
  gap: 12px;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  background-color: white;
  max-height: 48px;
  justify-content: center;
  border-radius: 28px;
  margin: 40px 0 40px 0;
  padding: 12px 0;
}
.ourApp_bottom {
  /* height: 400px; */
  margin-top: 12px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.ourApp_bottom .bottom_first_card {
  display: flex;
  flex-direction: column;
  width: 640px;
  border-radius: 20px;
  overflow: hidden;
}
.bottom_first_card span {
  background-color: #832161;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0px;
  border-radius: 24px;
  font-size: 20px;
  font-weight: 700;
  min-width: 250px;
  max-width: 300px;
}
.bottom_first_card img {
  /* width: 100%; */
  /* height: 70%; */
  /* width: 640px; */
  height: 300px;
  /* object-fit: ; */
}
.first_card_content {
  background-color: #231c07;
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.bottom_first_card .downloadIcon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.first_card_content .downloadIcon a {
  width: 80px;
  height: 46px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20.33px;
}
.comingsoon,
.readyToExplore,
.contactForm {
  width: 100%;
  height: 300px;
  /* background-color: #CBD4C2; */
  margin: 20px 0 100px 0;

  display: flex;
  align-items: center;
  justify-content: center;
}
.comingsoon_content {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(
      rgba(203, 212, 194, 0.7),
      rgba(203, 212, 194, 0.7)
    ),
    url("./images/green_bg_spring.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.comingsoon_content h1 {
  font-size: 32px;
  font-weight: 700;
}
.comingsoon_content h3 {
  font-size: 22px;
  font-weight: 700;
  color: rgba(131, 33, 97, 1);
  font-family: "Satoshi", sans-serif;
}
.readyToExplore_content {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(rgba(35, 28, 7, 0.7), rgba(35, 28, 7, 0.7)),
    url("./images/green_bg_spring.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.readyToExplore_content h1 {
  font-size: 32px;
  font-weight: 700;
  color: white;
}
.readyToExplore_content h3 {
  font-size: 22px;
  font-weight: 700;
  color: rgba(203, 212, 194, 1);
}
.stote_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 20px 0 20px 0;
}
.store_btn {
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 8px;
}
.store_btn img {
  width: 20px;
  object-fit: contain;
}
.store_btn div h6 {
  font-size: 12px;
  font-weight: 700;
  color: white;
}
.store_btn h3 {
  font-size: 14px;
  font-weight: 700;
  color: white;
}

/* contacts us */

.contactForm {
  margin: 50px 0;
}
.contactForm_content {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(203, 212, 194, 1);
}

form {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.form_first_row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 20px;
}
.form_first_row div {
  display: flex;
  flex: 1;
  flex-direction: column;
}

label {
  font-size: 16px;
  font-weight: 700;
  color: rgba(5, 6, 9, 1);
}

form input[type="text"] {
  width: 100%;
  padding: 12px 16px;
  margin: 8px 0;
  box-sizing: border-box;
  outline: none;
  border-radius: 20px;
  border: 1px solid rgba(5, 6, 9, 1);
  background-color: rgba(203, 212, 194, 1);
}

form input[type="submit"] {
  background-color: rgba(35, 28, 7, 0.8);
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 400px;
  height: 56px;
  color: white;
  font-size: 24px;
  font-weight: 500;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

input[type="submit"]:hover {
  background-color: rgba(35, 28, 7, 0.6);
}

/* About us */
.aboutUs_content {
}
.aboutUs_content p {
  font-size: 22px;
  font-weight: 400;
  color: rgba(203, 212, 194, 1);
  margin: 40px 0px;
}

/* Footer */
.footer {
  position: relative;
  overflow: hidden;
}
.footer_content {
  width: 100%;
  height: 500px;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: rgba(20, 21, 23, 0.9);
  position: relative;
  z-index: 2;
  padding: 20px 20px;
  gap: 0px !important;
  flex-wrap: wrap;
}
.circle_spring {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.text_2024_ {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
  color: white;
  z-index: 4;
}

.footer_first_left {
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, 1);
  gap: 30px;
}
.footer_first_left h4 {
  font-size: 32px;
  font-weight: 400;
}
.footer_first_left p {
  font-size: 16px;
  font-weight: 500;
}
.email_input {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.email_input label {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
}

.email_input .input_with_btn {
  position: relative;
  min-width: 240px;
  height: 46px;
}

.input_with_btn input {
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
  background-color: rgba(203, 212, 194, 1);
  border-radius: 25px;
  padding: 0 12px;
}
.submit_email {
  position: absolute;
  right: 12px;
  top: 50%;
  background-color: rgba(255, 255, 255, 1);
  transform: translate(0, -50%);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  cursor: pointer;
}

.footer_second_row {
  display: flex;
  width: 100%;
  flex: 1;
  justify-content: space-between;
  /* gap: 60px; */
}
.footer_second_row .links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer_second_row .links a {
  font-size: 14px;
  font-weight: 500;
}

.footer_second_row .companyInfo {
  color: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.companyInfo h5 {
  font-weight: 500;
  font-size: 14px;
}
.companyInfo p {
  font-weight: 400;
  font-size: 14px;
  max-width: 220px;
}
.companyInfo a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}


}
