/* 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;
  --blue-0954D5: #0954D5;
}

* {
  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: 5px;
}

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%;
  height: inherit;
  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;
}

.home-inner {
  /* height: 85vh; */
  padding: 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

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

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

.head-title {
  width: 100%;
}

.logo-box img {
  max-width: 37%;
  margin-bottom: 6px;
}

.head-title h1 {
  font-size: 30px;
  color: var(--white);
  margin-bottom: 15px;
  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: 80%;
  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;
  cursor: pointer;
}

.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(--blue-0954D5);
  font-family: "Roboto-Regular";
}

.store-bx .text-bx {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
}

.store-bx span {
  color: var(--blue-0954D5);
  font-size: 15px;
  line-height: 17px;
  font-family: "Roboto-ExtraBold";
}


/* 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;
  color: var(--white);
}

/* Coming Soon css ***************** */

.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-0954D5);
  padding: 6px 6px;
  width: 100%;
  /* margin-top: 15px; */

  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

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

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

@media (max-width: 393px) {
  .super6-image-box img {
    max-width: 60%;
}
  .home-inner .top-content-bx {
    max-width: 85%;
  }

  .head-title h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
}
}

@media (max-width: 375px) {


  h2 {
    font-size: 18px;
  }

  .download-app-bx-main .title-bx p {
    font-size: 20px;
  }



  .social-links .title-box span {
    font-size: 16px;
  }

  .social-links li a img {
    max-width: 86%;
  }

}

@media (max-width:320px) {
  .super6-image-box img {
    max-width: 50%;
}
  .head-title h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 18px;
  }

  .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.thankyou {
  height: 100%;
  align-items: center;
  justify-content: center;
}

.thankyou h6 {
  font-family: "Afacad-SemiBold";
  color: white;
  font-size: 32px;
}