body {
  font-family: Arial, sans-serif;
  color: white !important;
  text-align: center;
}

header {
  font-size: 2em;
}

.subheader {
  font-size: 1.5em;
}

.main-section {
  text-align: left;
  display: inline-block;
  margin: auto;
}

.features,
.roadmap,
.join {
  margin-bottom: 20px;
}

.navbar-toggler-icon {
  height: 30px;
  width: 35px;
}

.navbar-nav {
  align-items: center;
}

.navbar-nav li a {
  color: white !important;
  font-size: 16px;
}

.nav-link:hover {
  color: rgb(146, 146, 146) !important;
}

#profileImg {
  border-radius: 50%;
}

/*=======================================================*/
.main-header {
  background: #33bbff;
  color: white;
}

.container-fluid {
  display: flex;
}

.navbar {
  padding: 0 3rem;
}

.navbar-brand {
  font-size: 20px;
}

.navbar-collapse {
  flex: 1;
  flex-flow: row-reverse;
}

.nav-link {
  color: white;
}

.header-one-area {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  background: #33bbff;
  /*background-image: linear-gradient(to bottom, #0A234B, transparent);*/
  padding: 0;
  height: 8rem;
}

.noto-serif jp-regular {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

.header-one {
  height: 8rem;
  align-items: center;
}

.header-one-menu ul li .sub-menu {
  position: absolute;
  top: 80% !important;
}

section {
  background: transparent;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.pos-center {
  object-position: center center;
}

.margin-auto {
  margin: auto;
}

.text-left {
  text-align: left;
}

.full-width {
  width: 100%;
}

.mv-title {
  top: 17rem;
  left: 3rem;
  color: white;
}

.row {
  margin-right: 0;
}

.text-center {
  text-align: center;
}

.text-white {
  color: white;
}

.bb-gray {
  border-bottom: 1px solid #ebf1f8;
}

.bt-gray {
  border-top: 1px solid #ebf1f8;
}

.bg-white {
  background: white !important;
}

.bg-gray {
  background: #ebf1f8;
}

.bg-trans {
  background: transparent !important;
}

.bg-blue {
  background: #056dc1 !important;
}

.left-border {
  padding: 0 1rem;
  border-left: 3px solid #dbeafc;
}

.social-row1 {
  padding: 1rem 0;
  display: flex;
  justify-content: center;
}

.contact-social {
  align-content: right;
  width: fit-content;
}

.social-item {
  width: 40px;
  height: 40px;
  background: white;
}

.contact-social a img {
  border-radius: 50%;
}

.full-width {
  width: 100%;
}

.menu-div a {
  color: white !important;
  font-size: 1.2rem;
}

.footer-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-navbar {
  flex-direction: row;
  gap: 1rem;
}

.pl-1 {
  padding-left: 10px;
}

.pl-2 {
  padding-left: 20px;
}

.pl-3 {
  padding-left: 30px;
}

.ul-header {
  font-size: 28px;
}

.ul-content {
  font-size: 20px;
  padding-left: 30px;
}

.main-section ul li {
  list-style-type: none;
}

.bottom-btn {
  padding: 10px 40px;
  margin: 20px;
  border: 3px solid white;
  border-radius: 50px;
  background: rgba(0, 8, 38, 0.697);
  color: white;
}

.section {
  width: 100%;
  position: relative;
  line-height: 1.2;
  font-weight: 350;
}

.sectionbg {
  width: 100%;
}

.embossed-button {
  background-color: #f0f0f0;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) inset;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.get300 {
  background-color: #5C10E0;
  border-radius: 50px;
  padding: 0.25rem 2.5rem 0.25rem 2.5rem;
  position: absolute;
  width: 38%;
  bottom: 27%;
  left: 50%;
  transform: translate(-52%, 0%);
  font-size: 3.6vw;
}

.btnbuy {
  background-color: #3A26F5;
  border: none;
  color: white;
  position: absolute;
  left: 49%;
  bottom: 19%;
  transform: translate(-50%, -50%);
  width: 18%;
  border-radius: 40px;
  font-size: 2.6vw;
}

.social-position1{
  top:23% !important;
  left:32% !important
}

#section2 {
  height: 80vw;
  background-image: url("./image/img_2.png");
  background-position: center;
  background-size: cover;
}
.section2text {
  position: absolute;
  top: 53%;
  max-width: 35%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.8vw;
}

.section2text p {
  text-align: center;
}

.section2-1p{
  color: #52499F;
}

@media only screen and (max-width: 648px) {
 #section2 {
  height: 135vw;
 }
 
 .section2text{
  top: 53%;
  max-width: 75%;
  font-size:3.2vw
 }
 .section2text p{
  margin-bottom: 0.5rem;
  letter-spacing: -0.3px;

 }
 .section2text h2 {
  font-size: 5vw;
 }
}

.section2text h2 {
  font-size: 4vw;
}

.section3text {
  position: absolute;
  background-color: white;
  color: black;
  width: 100%;
  bottom: 0;
  height: 32%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 2vw;
  padding: 2% 10%;

}

.section3text h2 {
  font-size: 4vw;
}

@media only screen and (max-width: 648px) {
  .section3text {
    height: 47%;
    font-size: 3vw
  }
  .section3text p {
    text-align: center;
    margin-bottom: 0.3rem;
  }
}

#section4 {
  height: 80vw;
  background-image: url("./image/img_4.png");
  background-position: center;
  background-size: cover;
}

.section4title {
  position: absolute;
  left: 33%;
  top: 8%;
  font-size: 7vw;
}

.getitnow {
  background-color: #6210d6;
  border-radius: 25px;
  padding: 0.5rem 2rem 0.5rem 2rem;
  position: absolute;
  width: 30%;
  top: 22%;
  left: 50%;
  color: white;
  transform: translate(-50%, 0%);
  font-size: 2.2vw;
}

.section4body {
  position: absolute;
  left: 20%;
  top: 30%;
  width: 53%;
  font-size: 1.7vw;
  text-align: center;
}

.section4body h5{
  color: #5E35A2;
}

.BuyNEKO {
  background-color: #6210d6;
  border-radius: 25px;
  padding: 0.25rem 2.5rem 0.25rem 2.5rem;
  position: absolute;
  width: 30%;
  top: 77%;
  left: 50%;
  color: white;
  transform: translate(-50%, 0%);
  font-size: 2.2vw;
}

#section6 {
  height: 100vw;
  background-image: url("./image/img_6.png");
  background-position: center;
  background-size: cover;
}


@media only screen and (max-width: 648px) {
  #section4{
    height: 125vw;
  }
  .section4title{
    font-size: 9vw;
    left: 29%;
    top: 9%;
  }
  .getitnow{
    padding:0.1rem 0.2rem ;
    font-size:3vw; 
    width: 30%;
    top: 19%;
    left:50%;
  }
  .section4body h5{
    font-size: 4.5vw;
    color: #5E35A2;
  }
  .section4body{
    top:25%;
    font-size: 3vw;
    width: 73%;
    left:11%
  }
  
  .section4body  ol{
    margin-bottom: 0.5rem;
  }

  .section4body p{
    text-align: center;
    margin-bottom: 0.5rem;
  }

   .BuyNEKO {
    padding:0.1rem 0.2rem;
    font-size: 3.5vw;
    top:80%;
    width: 34%;
   }
}

.section5title {
  position: absolute;
  left: 24%;
  top: 31%;
  font-size: 4.5vw;
}

.section5text1 {
  position: absolute;
  top: 33%;
  left: 48%;
  transform: translate(-50%, 0);
  font-size: 2vw;
}

.section5text {
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(-50%, 0);
  justify-content: center;
  align-items: center;
  font-size: 2.4vw;
}

.social-link div a {
  text-decoration: none;
}


.itemcenter {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.section4text {
  position: absolute;
  top: 33%;
  width: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.8vw;
}

#section5{
  height: 100vw;
  background-image: url("./image/img_5.png");
  background-position: center;
  background-size: cover;
}

.section5text1 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}


.section5btn {
  background-color: #6210d6;
  border-radius: 20px;
  padding: 0.2rem 0.3rem;
  width: 30%;
  color: white;
  margin: 0 2rem ;
  text-decoration:none;
}

.contractgroups {
  padding: 0 1rem ;
  margin-bottom: 1rem !important;
  text-decoration: none;
}

.contract {
  color: white !important;
  background-color: #6210d6 !important;
  border-radius: 50px 0 0 50px !important;
  font-size: 2.5vw !important;
  /* height: 5vw; */
  padding: 0.1rem 0.5rem !important;
}

.input{
  height: 5vw !important;
  border-radius: 0 50px 50px 0 !important;
  font-size:1.8vw !important;
  
}

.section5-text{
  position: absolute;
  bottom:1%;
  left:35%;
  font-size: 2.4vw;
}

.section6{
  position: absolute;
  top: 81%;
  left: 30%;
  font-size: 2.5vw;
}

.social-list {
  position: absolute;
  top: 85%;
  max-width: 35%;
  display: flex;
  align-items: flex-end;
  gap: 17%;
  left: 32%;
  transform: translate(-50%, 0);
  font-size: 1.8vw;
}

.social-list div a {
  text-decoration: none;
  color: white;
}

@media only screen and (max-width: 700px){
  #section5 {
    height: 130vw;
  }
  .social-list{
    top:84% ;
    gap:28%;
    left: 25%;
    font-size:2.4vw;
  }

  .social-position1{
    gap:17% !important;
    top:18% !important;
  }

  .section5title{
    top:30%;
    font-size: 5vw;
    left:22%;
  }
  
  .section5text{
    top: 35%;
    font-size: 3.4vw;
    width: 80%;
  }

  .section5-text{
    font-size: 3.4vw;
    left:25%;
  }

  .section5text p {
    margin-bottom: 0.2rem;
  }

  .section6{
    
    top: 82%;
    left: 20%;
    font-size: 3.5vw;
    line-height: 0.4;
  }

  #section6 {
    height: 130vw;    
  }
  

  .itemcenter{
    margin-bottom: 0.2rem;
  }

  .contractgroups {
    margin-top: 0.1rem !important;
    padding: 0 1rem ;
    margin-bottom: 0.3rem !important;
    text-decoration: none;
  }
  .contractgroups .contract{ 
    font-size: 3.4vw !important;
    height: 6vw !important;
  }

  .contractgroups .input{ 
    font-size: 3.4vw !important;
    height: 6vw !important;
  }

  .itemcenter .section5btn{
     margin: 0 0.2rem;
  }

}

/* @media only screen and (min-width:440px) {
  .section6{
    
    bottom: 20%;
    left: 20%;
    font-size: 3.5vw;
    line-height: 0.4vw;
  }

} */

@media only screen and (max-width: 600px) {

  .get300 {
    background-color: #5C10E0;
    border-radius: 50px;
    padding: 0.1rem 0.2rem 0.1rem 0.2rem;
    position: absolute;
    width: 37%;
    bottom: 24.7%;
    left: 50%;
    transform: translate(-52%, 0%);
    font-size: 5vw;
  }

  .btnbuy {
    border: none;
    color: white;
    position: absolute;
    left: 49%;
    bottom: 17%;
    transform: translate(-50%, -50%);
    width: 23%;
    border-radius: 40px;
    font-size: 3.6vw;
  }
}
