/* Font Family ***********************************************************************/
@font-face {
  font-family: "Afacad-Regular";
  src: url("../fonts/Afacad/Afacad-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Afacad-Medium";
  src: url("../fonts/Afacad/Afacad-Medium.ttf");
  font-display: swap;
}
@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: "BakbakOne-Regular";
  src: url("../fonts/Bakbak-One/BakbakOne-Regular.ttf");
  font-display: swap;
}

body {
  font-family: "Afacad-SemiBold";
  background-color: var(--blue-031f66);
}

:root {
  --white: #FFFFFF;
  --blue: #01A4FA;
  --blue-0083EF: #0083EF;
  --blue-019EF8: #019EF8;
  --blue-031f66: #031f66;
}

* { 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: 98vh;
  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;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.home-inner {
  height: 98vh;
  padding: 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.head-title {
  width: 100%;
}
.logo-box img {
  max-width: 40%;
  margin-bottom: 6px;
}
.head-title h1 {
  font-size: 32px;
  color: var(--blue);
  margin-bottom: 8px;
  font-family: "Afacad-Bold";
}
h2 {
  font-size: 20px;
  color: var(--white);
  position: relative;
  font-family: "Afacad-Medium";
}
h2.semi-bold {
  font-family: "Afacad-SemiBold";
  margin-bottom: 6px;
}
.super6-image-box img {
  max-width: 77%;
  margin: 0 auto;
}
.download-app-bx-main .title-bx p {
  font-size: 18px;
  color: var(--white);
  font-family: "Afacad-SemiBold";
  margin-bottom: 5px;
}
.download-app-bx {
  display: flex;
  align-items: center;
  column-gap: 16px;
  justify-content: center;
}
.store-bx {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 6px 0;
  border: 2px solid var(--blue-019EF8);
  max-width: 130px;
  justify-content: center;
}
.store-bx .icon-bx {
  width: 30%;
}
.store-bx .icon-bx img {
  max-width: 65%;
}
.store-bx .x-small {
  font-size: 9px;
  color: var(--white);
  line-height: 10px;
}
.store-bx .text-bx {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  font-family: "BakbakOne-Regular";
}
.store-bx span {
  color: var(--white);
  font-size: 15px;
  line-height: 17px;
}
.social-links {
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
  margin-top: 12px;
}
.social-links .title-box span {
  font-size: 16px;
  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-0083EF);
  padding: 6px 6px;
  width: 100%;
  margin-top: 10px;
}
.footer p {
  font-size: 12px;
  color: var(--white);
  font-family: "Afacad-Regular";
}

/* Responsive ******************************/
@media (max-width:320px) {
  .head-title h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 18px;
  }
  .super6-image-box img {
    max-width: 73%;
  }
  .download-app-bx-main .title-bx p {
    font-size: 16px;
  }
  .store-bx {
    max-width: 120px;
  }
  .store-bx span {
    font-size: 13px;
  }
  .social-links .title-box span {
    font-size: 14px;
  }
  .footer p {
    font-size: 10px;
  }
}
