@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  /*max-width: 100%;*/
  overflow-x: hidden;
}

#home {
  background-image: url("../images/homebg.svg");
  height: 670px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header {
  padding: 20px 80px 20px 80px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #5536A8;
}

.logo {
  max-width: 300px;
}

.nav {
  width: 30%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.nav a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  color: #FFFFFF;
}

a:hover {
  color: #f15c2e !important;
}

.dropdown {
  display: none;
}

.home-content {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.home-title {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  color: #FFFFFF;
}

.ready-set {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 67px;
  line-height: 102%;
}
 
.launch {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 94px;
  line-height: 102%;
}

.home-title p {
  max-width: 410px;
  margin-top: 10px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  text-align: end;
  margin-bottom: 8px;
}

.home-title button {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-size: 21px;
  line-height: 102%;
  color: #5536A8;
  background: #FFFFFF;
  border: 6px solid #5536A8;
  border-radius: 32px;
  padding: 15px 30px;
}

.home-img {
  width: 55%;
}

.home-img img {
  max-width: 700px;
  width: fit-content;
}

.mob2 {
  display: none;
}
@media screen and (max-width: 600px) {
  .mob2 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 1275px) {
  .home-img img {
    height: 400px;
  }
  .home-img {
    width: 50%;
  }
  .home-title {
    width: 50%;;
  }
  .ready-set {
    font-size: 58px;
  }
  .launch {
    font-size: 81px;
  }
  .home-title p {
    font-size: 17px;
  }
  .home-title button {
    font-size: 18px;
  }
  .ttl {
    padding-top: 0px !important;
  }
  .download img {
    width: 140px;
  }
}

@media only screen and (max-width: 960px) {
  .home {
    height: 500px;
  }
  .home-img img {
    height: 300px;
  }
  .ready-set {
    font-size: 48px;
  }
  .launch {
    font-size: 67px;
  }
  .home-title p {
    font-size: 16px;
  }
  .home-title button {
    font-size: 18px;
  }
  .home-title {
    gap: 2px;
    margin-left: 2px;
  }
  .home-content {
    gap: 25px;
  }
  .nav {
    gap: 8px;
    flex-wrap: nowrap !important;
  }
  .logo {
    height: 60px;
  }
}

@media only screen and (max-width: 720px) {
  .header {
    padding: 20px 30px;
  }
  .mob1{
    display: none;
  }
  .mob2 {
    display: block;
  }
  .home-content {
    gap: 10px;
  }
  .home-title {
    width: fit-content;
  }
  .ready-set {
    font-size: 38px;
  }
  .launch {
    font-size: 53px;
  }
  .home-title p {
    font-size: 14px;
    width: 300px;
  }
  .home-title button {
    font-size: 16px;
    padding: 12px 20px;
  }
  .ttl {
    margin-bottom: 50px;
  }
  .apps-container {
  margin-top: 10px !important;
  flex-direction: column !important;
  align-items: center;  
  justify-content: space-around;
  gap: 20px;
  }
  .apps-container img {
    height: 240px;
    padding-bottom: 20px;
  }
  .app-description {
    width: 80% !important;
    align-items: center !important;
  }
  .download {
    justify-content: center !important;
    gap: 30px;
  }
  .download img {
    height: 70px;
  }
  .copyright {
    display: none !important;
  }
  .footer {
    padding: 20px 30px !important;
  }
  .address span {
    display: none;
  }
  .loc {
    display: block !important;
  }
  .address img {
    display: none;
  }
  .about {
    align-items: center !important;
  }
  .about a {
    font-size: 12px !important;
    line-height: 14px !important;
  }
}

@media only screen and (max-width: 720px) {
  .home-img {
    padding-right: 10px;
  }
  .home-title {
    padding-left: 10px;
  }
  .ready-set {
    font-size: 32px;
  }
  .launch {
    font-size: 44px;
  }
  .home-title p {
    font-size: 13px;
    width: 220px;
  }
  .home-title button {
    font-size: 14px;
    padding: 12px 20px;
  }
  .app-title {
    font-size: 32px !important;
  }
  .game-bar {
    width: 119px !important;
  }
  .game-bar2 {
    width: 230px !important;
  }
  .nav a {
    display: none;
  }
  .dropdown {
    display: block;
    border: none !important;
    padding: 0 !important;
  }
  .dropdown img {
    height: 50px;
  }
  .dropdown a {
    display: block;
  }
  .ttl2 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1130px) {
  .contact-us {
    max-width: 500px;
    width: 100%;
  }
}

@media only screen and (max-width: 970px) {
  .contact-us {
    display: none;
  }
  #form {
    align-items: center !important;
  }
  .btn {
    margin-left: 0px !important;
  }
}

.ttl {
  padding-top: 200px;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ttl2 {
  padding-top: 60px;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.game-bar {
  position: relative;
  background-color: #FFC7B6;
  width: 150px;
  height: 20px;
}

.game-bar2 {
  width: 100%;
  position: relative;
  background-color: #FFC7B6;
  width: 287px;
  height: 20px;
}

.app-title {
  position: absolute;
  bottom: 1px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #5536A8;
}

.apps-container {
  margin-top: 140px;
  margin-bottom: 140px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 100px;
  flex-direction: row;
}

.app-description {
  width: 35%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.app-ttl {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 29px;
  line-height: 35px;
  color: #181818;
}

.app-description p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #343434;
}

.download {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.footer {
  margin-top: auto;
  background: #FAF4FF;
  margin: 0 !important;
  padding: 20px 40px;
  border-top: 1px solid #B6A9D9;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 20px 40px;
}

.rights-reserved {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.copyright {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.copyright span {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.7);
}

.rights-reserved a img {
  width : 50px;
}

.about {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.loc {
  display: none;
}

.address {
  display: flex;
  align-items: center;
  gap: 8px;
}

.address span {
  max-width: 180px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.7);
}

.address img {
  width: 35px;
}

.contact {
  display: flex;
  justify-content: space-evenly; 
  margin-bottom: 40px;
  margin-left: 8px;
  margin-right: 8px;
}

#form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.contactform span {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 39px;
  color: #343434;
  margin-bottom: 12px;
}

#name {
  padding: 12px 28px;
  background: #E5E5E5;
  max-width: 430px;
  width: 100%;
  border-radius: 30px;
  min-height: 50px;
  border: 1px solid #5536A8 ;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #5536A8;}

#message {
  padding: 12px 28px;
  background: #E5E5E5;
  max-width: 430px;
  width: 100%;
  border-radius: 30px;
  min-height: 200px;
  border: 1px solid #5536A8 ;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #5536A8;
}

::placeholder {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #5536A8;
}

.btn {
  margin-left: 174px;
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  text-decoration: none !important;
  color: #FFFFFF !important;
  padding: 6px 18px !important;
  background:#956FFF !important;
  border-radius: 12px !important;
  border: 1px solid #956FFF !important;
  color: #FFFFFF !important;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #5536A8;
  min-width: 40px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.8s ease;
  padding: 12px;
  border-radius: 8px;
}

.dropbtn {
  border: 0;
  box-shadow: none;
  background: #5536A8;
}

.dropdown-content a {
  padding-top: 2px;
  color: #FFFFFF;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  color: #FFFFFF;
}

.show {
  display: block;
  opacity: 1;
}

.ccontainer {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container h1, .container h2 {
  font-family: 'Inter';
  font-style: normal;
  line-height: 102%;
  color: #f15c2e;
}

.container p, .container ul {
  color: #FFFFFF;
}
