/* Font Family ***********************************************************************/
@font-face {
  font-family: "Afacad-SemiBold";
  src: url("../fonts/Afacad/Afacad-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Afacad-Bold";
  src: url("../fonts/Afacad/Afacad-Bold.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto/Roboto-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Roboto-ExtraBold";
  src: url("../fonts/Roboto/Roboto-ExtraBold.ttf");
  font-display: swap;
}

body {
  font-family: "Afacad-SemiBold";
  /* background-color: var(--blue-002370); */
  background-color: var(--blue-449EF4);
  height: 100svh;
}

:root {
  --white: #FFFFFF;
  --black: #000000;
  --blue:#010101;
  --blue-0083EF: #0083EF;
  --blue-019EF8: #019EF8;
  --blue-031f66: #031f66;
  --blue-002370: #002370;
  --blue-449EF4: #449EF4;
}

.white {
  color: var(--white) !important;
}

* { padding: 0; margin: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
*::before, *::after { box-sizing: border-box; }
h1, h2, h3, h4, h5, h6 { 
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  line-height: 1;
  color: var(--black);
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child { margin-bottom: 0; }
h1 { font-size: 40px; }
h2 { font-size: 30px; }
h3 { font-size: 36px; }
h4 { font-size: 28px; }
h5 { font-size: 24px; }
h6 { font-size: 21px; }
p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: var(--black);
  margin-bottom: 15px;
}
p:last-child { margin-bottom: 0; }
ul, ol { list-style-type: none; margin: 0; padding: 0; }
a {
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1.2;
  color: inherit;
  font-family: inherit;
}
span {
  display: inline-block;
}
img, video {
  max-width: 100%;
}
.btn-check:focus+.btn, .btn:focus {
  box-shadow: none;
}
:focus-visible { 
  outline: none;
}

/* Home Start *********************************************/
.home {
  width: 100%;
  /* min-height: 95vh; */
  background-color: var(--blue-031f66);
  background-image: url('../images/banner-bg.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 480px;
  /* padding: 15px 0 0; */
  margin: 0 auto;
  text-align: center;
  position: relative;
  height: inherit;
}
.home-inner {
  /* height: 85vh; */
  padding: 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 20px;
}

.home-inner .top-content-bx {
  max-width: 81%;
  width: 100%;
  margin: 0 auto;
}

.home-inner .btm-content-bx {
  max-width: 68%;
  width: 100%;
  margin: 0 auto;
}

.head-title {
  width: 100%;
}
.logo-box img {
  max-width: 37%;
  margin-bottom: 6px;
}
.head-title h1 {
  font-size: 34px;
  color: var(--blue);
  margin-bottom: 8px;
  font-family: "Afacad-Bold";
}
h2 {
  font-size: 26px;
  color: var(--white);
  position: relative;
  font-family: "Afacad-Bold";
}
h2.semi-bold {
  font-family: "Afacad-SemiBold";
  margin-bottom: 10px;
}
.super6-image-box img {
  max-width: 75%;
  margin: 0 auto;
}
.download-app-bx-main .title-bx p {
  font-size: 20px;
  color: var(--white);
  font-family: "Afacad-SemiBold";
  margin-bottom: 5px;
}
.download-app-bx {
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
}
.store-bx {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 6px 0;
  border: 0;
  border-radius: 8px;
  background-color: var(--white);
  max-width: 140px;
  justify-content: center;
  position: relative;
}

/* Coming Soon css ******************/
.store-bx .coming-soon {
  position: absolute;
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 8px;
}
.store-bx .coming-soon span {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  bottom: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  transform: translate(-50%,-50%);
  line-height: 20px;
}
/* Coming Soon css ******************/

.store-bx .icon-bx {
  width: 30%;
}
.store-bx .icon-bx img {
  max-width: 65%;
}
.store-bx .x-small {
  font-size: 12px;
  line-height: 14px;
  color: var(--black);
  font-family: "Roboto-Regular";
}
.store-bx .text-bx {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
}
.store-bx span {
  color: var(--black);
  font-size: 15px;
  line-height: 17px;
  font-family: "Roboto-ExtraBold";
}
.social-links {
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 10px;
}
.social-links .title-box span {
  font-size: 18px;
  color: var(--white);
  font-family: "Afacad-SemiBold";
}
.social-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 7px;
}
.social-links li a {
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btm-part {
  width: 100%;
}
.footer {
  background-color: var(--blue-002370);
  padding: 6px 6px;
  width: 100%;
  margin-top: 3px !important; 
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 480px;
}

.footer p {
  font-size: 12px;
  color: var(--white);
  font-family: "Afacad-SemiBold";
}

/* Responsive ******************************/

@media (max-width: 393px) {
  .super6-image-box img {
    max-width: 60%;
  }
  .head-title h1 {
    font-size: 32px;
    margin-bottom: 6px;
  }
  h2 {
    font-size: 24px;
  }
  .download-app-bx-main .title-bx p {
    font-size: 18px;
  }
  .social-links .title-box span {
    font-size: 16px;
  }
  .social-links li a img {
    max-width: 86%;
  }
  .home-inner {
    row-gap: 16px;
  }
  .social-links {
    margin-top: 10px;
  }

}

@media (max-width:320px) {
  .head-title h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 20px;
  }
  .download-app-bx-main .title-bx p {
    font-size: 16px;
  }
  .store-bx span {
    font-size: 13px;
  }
  .social-links .title-box span {
    font-size: 14px;
  }
  .footer p {
    font-size: 10px;
  }
  .home-inner {
    row-gap: 4px;
  }

}
