@import "normalize.css";
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro:400');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');

html {font-size: 100%;} /*16px*/

body {
  background: white;
  font-family: 'Source Code Pro', monospace;
  font-weight: 400;
  line-height: 1.75;
  color: #000000;
  box-sizing: border-box;
}

p {margin-bottom: 1rem;}

h1, h2, h3, h4, h5 {
  margin: 3rem 0 1.38rem;
  font-family: 'Source Code Pro', monospace;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  margin-top: 0;
  font-size: 3.052rem;
}

h2 {font-size: 2.441rem;}

h3 {font-size: 1.953rem;}

h4 {font-size: 1.563rem;}

h5 {font-size: 1.25rem;}

small, .text_small {font-size: 0.8rem;}

:root {
    --header-height: 70px;
}

body {
    background-image: url("components/background-nonfi.svg");
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

.master-header {
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0px 45px;
    position: sticky;
    top: 0;
    z-index: 20;
}

.header-nav ul{
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding: 0;
}

.header-nav ul li{
    list-style: none;
    margin: 0px;

}

.header-signup {
    height: 60%;
    border: solid 2px black;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    border-radius: 8px;
}

.master-hero{
    width: 100%;
    height: calc(100vh - var(--header-height));
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.6vw;
    position: relative;
    overflow: hidden;
}

.hero-container {
    margin-top: 550px;
    width: 55%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.hero-container img{
    width: 100%;
    padding: 0px 30px 0px 0px;
}
 .hero-container p{
    margin: 0;
 }

 .hero-nonfi-right {
    position: absolute;
    top: -50px;
    right: 0;
    transform: translateX(100%);
    transition: 0.5s ease;
    transition-delay: 0.4s;
 }

 .nonfi-right-active {
    transform: translateX(0%);
 }

 .hero-nonfi-left {
    position: absolute;
    top: -50px;
    left: 0;
    transform: translateX(-100%);
    transition: 0.5s ease;
    transition-delay: 0.4s;
 }

 .nonfi-left-active {
    transform: translateX(0%);
 }

 .rx7-section {
    display: flex;
    width: 100%;
    height: 40vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    overflow: hidden;
 }

 .rx7 {
    width: 100%;
    display: flex;
    justify-content: center;
    
 }

 .rx7 img{
    width: 40%;
 }

.ground {
    width: 100%;
    display: flex;
    justify-content: center;
}

 .ground img {
    width: 75%;
 }

 .checkit {
    width: 100%;
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 2%;
 }
.checkitmid {
    display: flex;
    width: 95%;
    justify-content: center;
    overflow: hidden;
}

.checkitmid img{
    width: 100%;

 }


 .master-gallerywindow {
    display: flex;
    width: 100%;
    height: 900px;
    align-items: center;
    justify-content: center;
 }

 .gallerywindow {
    height: 100%;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url("components/gallerywindow.svg");
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}


.img-box{
   width: 75%;
   display: flex;
   justify-content: center;
   padding-top: 5%;
   translate: 0 3%;
  
}

.img-box img{
    width: 100%;
    border-radius: 10px;
}

.button-box{
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    translate: 0 -100%;
}

 .button{
	border:none;
	outline:none;
	background:#CFD9E3;
	padding:10px 30px;
	font-size: 20px;
	color:#152536;
	cursor: pointer;
	margin:10px auto;
    border-radius: 5px;			 
}

.button:hover{
	background:#F55E7A ;
    color:#E0E7ED ;
}

.funny{
    width: 90%;
    text-align: right;
    color: #F55E7A;
    font-size: 12px;
}

.bigabout{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 60vh;
    padding: 0 4% 0 4%;
 }
    
.about { 
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: flex-start;
    width: 45%;
}


.readmetxt{
    display: flex;
    justify-content: center;
    align-items: center;
}
.readmetxt img{
    width: 80%;
}

.readmetxt {
    position: relative;
  }
  
.text {
    justify-content: center;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    color: #152536;
    position: absolute;
    top: 35%;
    left: 15%;
    right: 12%;
    bottom: 1%;
    font-size:0.8vw;
    line-height: 1.3em;
  }

.text p{
    margin-top: 0;
}

.arrow{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.arrow img{
    width: 80%;
}


 .sticker-group{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 55%;
    padding-right: 0%;
    padding-top: 4%;
 }

 .sticker-group img{
    width: 100%;
 }

 .sticker-row1{
    display: flex;
    gap: 15%;
    flex-direction: row-reverse;
    height: 33%;
    align-items: flex-start;
    width: 100%;
    padding-right: 33%;
 }

 .sticker-row2{
    display: flex;
    gap: 10%;
    flex-direction: row;
    height: 33%;
    align-items: center;
    width: 100%;
 }

 .sticker-row3{
    display: flex;
    gap: 30%;
    flex-direction: row-reverse;
    height: 33%;
    align-items: flex-end;
 }

 .chilly{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 30vh;
    padding: 3% 4% 2% 4%;
 }
.chills{
    display: flex;
    width: 55%;
}

.chills img{
    width: 100%;
}
 .inertia{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-right: 10%;
    width: 55%;
 }

 .inertia img{
    width: 60%;
 }

.fastaf{
    display: flex;
}
.star{
    display: flex;

}

.largerx7lol{
    display: flex;
    justify-content: flex-end;
    width: 100%;
     
}

.bigcar img{
    width: 140%;
}

.customerwords{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 3%;
}

.customerwords img{
    width: 96%;
}

.review-grid-box{
    display: flex;
    justify-content: center;
    align-items: flex-start ;
    width: 100%;
}

.rev-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 2%;
    padding-right: 2%;
    
}

.rev-grid img{
    width: 100%;
}

.rev { 
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 30%;
}
    
.comment {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    color: #152536;
    position: absolute;
    top: 20%;
    left: 5%;
    right: 5%;
    bottom: 0%;
    font-size: 0.9vw;
  }

  .empty-space{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10vh;
    margin-top: 6vh;
    margin-bottom: 6vh;
  }

  .empty-space-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8%;
  }

  .empty-space-logo img{
    width: 100%;
  }


.hire-section{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    height: 50vh;   
    padding-left: 8%;
    padding-right: 8%;
    gap: 10%;
}

.sticker-window-box{
    display: flex;
    flex-direction: column;
    width: 30%;
}

.stickerwindow{
    display: flex;
    width: 100%;
}

.stickerwindow img{
    width: 100%;
}

.buttonforsticker{
    width: 60%;
	border:none;
	outline:none;
	background:#152536;
	padding:10px 30px;
	color:#152536;
	cursor: pointer;
	margin:10px auto;
    border-radius: 5px;
    translate: 0% -170%;
}

.buttonforsticker:hover{
	background:#F55E7A;
}

.buttonforsticker img{
    width: 100%;
}

/* bruh */

.hire-window-box{
    display: flex;
    flex-direction: column;
    width: 60%;
}

.hirewindow{
    display: flex;
    width: 100%;
}

.hirewindow img{
    width: 100%;
}

.buttonforhire{
    width: 40%;
	border:none;
	outline:none;
	background:#F55E7A;
	padding:10px 30px;
	cursor: pointer;
	margin:10px auto;
    border-radius: 5px;
    translate: 0% -370%;
}

.buttonforhire:hover{
	background:#152536;
}

.buttonforhire img{
    width: 100%;
}

.master-footer{
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0px 45px;
    bottom: 0;
}

.header-nav ul{
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding: 0;
}

.header-nav ul li{
    list-style: none;
    margin: 0px;

}