@import url('https://fonts.googleapis.com/css2?family=Protest+Guerrilla&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
}
.kanit-thin {
  font-family: "Kanit", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.kanit-extralight {
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.kanit-light {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.kanit-regular {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kanit-medium {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.kanit-semibold {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.kanit-bold {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.kanit-extrabold {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.kanit-black {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.kanit-thin-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.kanit-extralight-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.kanit-light-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.kanit-regular-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.kanit-medium-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.kanit-semibold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.kanit-bold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.kanit-extrabold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.kanit-black-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-style: italic;
}
.roboto-mono-space{
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.protest-guerrilla-regular {
  font-family: "Protest Guerrilla", sans-serif;
  font-weight: 400;
  font-style: normal;
}
::-webkit-scrollbar{
  width: 5px;
}

::-webkit-scrollbar-track{
  background: rgb(0, 0, 0); 
 
}

::-webkit-scrollbar-thumb{
  background: #950101;
  border-radius: 5px;

}
body {
    background-color:black;
  height: 100%;
}
body a{
  text-decoration: none;
  color: #950101;
}
header {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  z-index: 100;
  
  width: 100%;
  height: fit-content;
}
header .logo {
  margin-left: 35px;
  line-height: 1;
  text-transform: uppercase;
  color: #950101;
  font-family: "Neutral Face";
  font-size: 40px;
}
header .menu-items {
  display: flex;
  font-family: "Neutral Face";
  align-items: flex-end;
  margin-right: 35px;
}
header .menu-items .freelance-work {
  padding: 0px 60px;
  font-size: 15px;
}
.freelance-work p {
  text-decoration: none;
  color: #950101;
}
.menu-items .menu {
  font-size: 50px;
  line-height: 1;
  padding: 0px 15px;
  font-weight: bold;
  overflow: hidden;
  color: #950101;
}
.menu-items .menu span {
  display: block;
  position: relative;
}
.logo span {
  font-size: 30px;
}
#menuBtnDiv2 {
  position: absolute;
  color: #FAF3F0;
}
/* container  */
.homepage{
  background: url(img/img5.jpg) no-repeat 50% 50%;
  background-size: cover;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  color: white;
}
.homepage .container {
  display: flex;
  flex-direction: column;
  padding-left: 5%;
  height: 100vh;
  justify-content: center;
  
}
.homepage .container div {
  font-size: 250px;
  line-height: 0.8;
  font-family: "Gallient";
  font-weight: lighter;
  color: #950101;
}
.homepage .heading1 {
  margin-left: 11%;
}
.homepage .heading3 {
  margin-left: 3%;
}

/* menu container  */
.homepage .menu-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  font-family: "Neutral Face";
}
.homepage .menu-container .menu-container-1 {
  width: 60vw;
  background-color: #101010;
}
.homepage .menu-container-1 {
  display: flex;
  padding: 10vh 5vw;
  flex-direction: column;
  justify-content: space-between;
  color: #950101;
}
.homepage .menu-container-1 .menu-container-header li {
  font-size: 60px;
  margin: 10px 0px;
  font-weight: bold;
  overflow: hidden;
}
.homepage  .menu-container-1 .menu-container-footer li {
  font-size: 30px;
  font-weight: lighter;
  text-decoration: underline;
  margin: 5px 0px;
  overflow: hidden;
}
ul {
  list-style: none;
}
.homepage .menu-container .menu-container-2 {
  width: 40vw;
  background-color: #950101;
}
.homepage .menu-container-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10vh 5vw;
  color: #FAF3F0;
}
.homepage .menu-container-2 a{
  color: #FAF3F0;
}
.homepage .menu-container-2 .menu-container-footer li {
  font-size: 30px;
  font-weight: lighter;
  margin: 5px 0px;
  overflow: hidden;
  color: #FAF3F0;
}
.homepage .menu-container-2 .menu-container-footer li img{
  width: 150px;
}
#special-li {
  font-size: 20px;
  text-decoration: none;
  margin: 20px 2px;
}
.homepage .menu-container-header li span,
.menu-container-footer li span {
  display: block;
  position: relative;
}

.homepage .menu-container-header li:hover span,
.homepage .menu-container-footer li:hover span {
  animation: MoveDown 0.3s forwards, MoveUp 0.2s forwards 0.2s;
}
@keyframes MoveDown {
  to {
    transform: translate3d(0, 105%, 0);
  }
}
@keyframes MoveUp {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@media(max-width: 850px) {
  header {
      position: absolute;
      display: block;
      align-items: center;
      justify-content: space-between;
      padding: 20px 0px;
      z-index: 100;
      /* mix-blend-mode: difference; */
      width: 100%;
      height: fit-content;
  }
  .homepage{
      min-height: 100vh;
      display: flex;
      height: 100%;
      color: white;
      min-width: 363px;
  }
  .homepage .container div {
    font-size: 90px;
    font-weight: 400;
    line-height: 0.6;
    font-family: "Gallient";
    color: #950101;
   }
   .homepage .container {
          padding-top: 40%;
   }
   header .logo {
      margin-left: 85px;
      /* line-height: 1; */
      text-transform: uppercase;
      color: #FAF3F0;
      
      font-family: "Neutral Face";
      font-size: 25px;
  }
  .menu-items .menu {
      font-size: 40px;
      line-height: 1;
      padding: 15px 17px;
      font-weight: bold;
      overflow: hidden;
      color: #950101;
  }
  header .menu-items {
      display: flex;
      font-family: "Neutral Face";
      align-items: flex-end;
      margin-right: 35px;
      padding: 10px;
  }
  .homepage .menu-container-1 .menu-container-header li {
      font-size: 50px;
      margin: 3px 0px;
      font-weight: bold;
      overflow: hidden;
  }
  .homepage .menu-container .menu-container-2 {
      width: 50vw;
      background-color: #950101;
  }
  .homepage .menu-container-2 .menu-container-footer li {
      font-size: 30px;
      font-weight: lighter;
      margin: 12px 0px;
      overflow: hidden;
  }
}
.about{
  min-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  gap: 100px;
  color: #fff;
  height: 100%;
  min-height: 100vh;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_img{
  display: block;
  min-width: 350px;
  border-radius: 5px;
  margin-left: 80px;
  position: relative;
  border-radius: 20px;
  -webkit-box-shadow:0px 0px 101px 0px rgb(255, 255, 255);
-moz-box-shadow: 0px 0px 101px 0px rgb(255, 255, 255);
box-shadow: 0px 0px 101px 0px rgb(48, 1, 1);
border: 1px #950101 solid;
}

.about img{
  background-position: center;
  object-fit: cover;
  width: 450px;
}
.about_info{
  margin-left: 12px;
  margin-bottom: 50px;
}
.about_title{
  color: #FF0000;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: "Protest Guerrilla", sans-serif;
  margin-bottom: 50px;
  text-shadow: #3D0000 1px 0 10px;
  
}
.about_subtitle{
  padding: 10px 0 20px;
  font-family: "Roboto Mono", monospace;
  text-shadow: #FF0000 1px 0 10px;
}
.about_text{
  line-height: 28px;
  font-family: "Kanit", sans-serif;
  text-shadow: #FF0000 1px 0 10px;
}
@media(max-width: 850px) {
  .about{
    flex-wrap: wrap;
    min-width: 133px;
    padding: 35px 15px;
    margin: 0 auto;
    gap: 46px;
    color: #fff;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 125vh;
  }
  .about_img-body{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 850px) {
.about img {
    width: 100%;
    margin-right: 70px;
}

}
.tpage{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #fff;
}
video{
  width: 100vw;
  height: 100vh;
  z-index: 0;
  object-fit: cover;
  
}
@media(max-width: 850px) {
  video {
     min-width: 363px;
  }
  .tpage{
    font-size: 25px;
  }
}
.tpage h2{
  justify-content: center;
  align-items: center;
  z-index: 3;
  font-family: oswald;
  font-size: 50px;
  text-transform: uppercase;
  mix-blend-mode: difference;
  color: #fff;
  position: absolute;
}

.pricing{
  height: auto;
  width: 100%;
  min-height: 100vh;
  background-image: url(img/img3.jpg) ;
  background-size: cover;
}
@media(max-width: 1200px) {
  .pricing {
      min-width: 380px;
  }
}
.realprice{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2rem;
  padding-top: 170px;
  padding: 50px;
}
.card-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgb(255, 255, 255);
  justify-content: center;
  width: 320px;
  height: auto;
  background: linear-gradient(
    268deg,
    rgba(255, 171, 188, 0.1) 0%,
    rgba(164, 179, 255, 0.1) 97%
  );
  background-blend-mode:'' ;
  box-shadow:
    inset 0px 5px 5px 0px rgba(255, 255, 255, 0.1),
    inset 0px -5px 5px 0px rgba(164, 179, 255, 0.1);
   
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
  padding: 2rem;
  margin: 1rem;
  transition: all 0.5s ease;
}
.card-wrapper:hover{
  transform: scale(1.05);
  background-color: #000;
 
}
.card-header{
  margin: 2rem;
  text-align: center;
  font-family: "Protest Guerrilla", sans-serif;
  color: black;
}
.card-wrapper:hover .card-header >h2{
  transform: scale(1.1);
  color: #FF0000;
  letter-spacing: 1;
  transition: all 0.5s ease;
}
.card-header >img{
  width: 150px;
  display: block;
  margin: 0 auto;
}
.card-detail{
  width: 100%;
}
.card-detail p{
  padding: 1rem 1.5rem;
  margin: 1rem;
  font-size: 0.8rem;
  border-bottom: 1px rgb(51, 2, 2) solid;
  font-family: "Kanit", sans-serif;
}
.check{
  color: #950101;
}
.card-detail >p:hover{
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}
.card-price{
  display: flex;
  align-items: flex-start;
  margin: 1rem;
}
.card-price p {
  padding: 10px;
}
.card-price > p > sup,
.card-price > p > sub{
  font-size: 1rem;
  font-family: "Kanit", sans-serif;
}
.card-button{
  padding: 0.6rem 3rem;
  border: 2px solid #950101;
  border-radius: 20px;
  background-color: #950101;
  color: #FAF3F0;
  cursor:pointer;
  transition: all 0.5s ease;
}
.card-button2{
  padding: 0.6rem 3rem;
  border: 2px solid #950101;
  border-radius: 20px;
  background-color: #950101;
  color: #FAF3F0;
  cursor:pointer;
  transition: all 0.5s ease;
  margin-top: 130px;
}
.card-button:hover{
  border: 2px solid #ff0000;
  border-radius: 20px;
  transform: scale(1.1);
  background-color: transparent;
  color: #FAF3F0;  
}

.contact{
	min-height: 100vh;
}
@media(max-width: 850px) {
  .contact {
     min-width: 363px;
     background-color:black;
  }
}
.container3{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
  padding-top: 220px;
  border-radius: 10px;
  
}
.container3:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	background: url(img/img5.jpg) no-repeat center ;
	background-size: cover;
	filter: blur(5px);
	z-index: -1;
  border-radius: 10px;
}
.contact-box{
	max-width: 850px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #000;
	box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.19);
  color: #FF0000;
  text-transform: uppercase;
  font-family: "Roboto Mono", monospace;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}

.left{
	background: url(img/img4.jpg) no-repeat center;
	background-size: cover;
	height: 100%;
}

.right{
	padding: 25px 40px;
}

h2{
	position: relative;
	padding: 0 0 10px;
	margin-bottom: 10px;
}

h2:after{
	content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 4px;
    width: 50px;
    border-radius: 2px;
    background-color: #FF0000;
}

.field{
	width: 100%;
	border: 2px solid rgba(0, 0, 0, 0);
	outline: none;
	border-radius: 10px;
	padding: 0.5rem 1rem;
  margin-left: -13px;
	font-size: 1.1rem;
	margin-bottom: 22px;
	transition: .3s;
  background: #220101;
  font-family: "Roboto Mono", monospace;
  color: #FAF3F0;
}

.field:hover{
	background-color: rgba(0, 0, 0, 0.1);
}

textarea{
	min-height: 150px;
}

.btn{
	width: 100%;
	padding: 0.5rem 1rem;
	background-color: #950101;
  border-radius: 20px;
	color: #000;
	font-size: 1.1rem;
	border: none;
	outline: none;
	cursor: pointer;
	transition: all 0.5s ease;
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
}

.btn:hover{
  color: #FAF3F0;
}

.field:focus{
    border: 2px solid #3D0000;
    background-color: #000;
}

@media screen and (max-width: 880px){
	.contact-box{
		grid-template-columns: 1fr;
	}
	.left{
		height: 200px;
	}
}

.footer {
  display: flex;
  color: #fffefe;
  padding: 2rem 0;
  height: auto;
  justify-content: space-around;
  flex-wrap: wrap;
  background-color: #000000;
  font-family: "Roboto Mono", monospace;
}
@media(max-width: 850px) {
  .footer {
     min-width: 363px;
  }
}
.box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
}
.box img{
  width: 75px;
  color: white;
}
.footer .box a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto Mono", monospace;
  font-size: 24px;
  transition: all ease 0.5s;
}

.footer .box a:hover {
  color: #950101;
}
.footer .box a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #FF0000;
  transform: scaleX(0);
  transition: all 0.3s ease;
}
.footer .box a:hover::before {
  transform: scaleX(1);
}
.footer h2 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.links li {
  list-style: none;
  line-height: 30px;
  text-align: center;
  font-weight: 100;
}

.links li a {
  text-decoration: none;
  color: #fff;
}

.registration {
  display: flex;
  flex-direction: column;
}

.registration input {
  padding: 10px;
  font-weight: 100;
  border: none;
  outline: none;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  margin: 1rem 0;
}

button {
  border: none;
  padding: 12px 0;
  border-radius: 30px;
  cursor: pointer;
}

.address {
  text-align: center;
  margin-bottom: 10px;
}

.social {
  display: flex;
  list-style: none;
  
}
.social li {
  margin: 0 8px;
  cursor: pointer;
  font-size: 18px;
  transition: all ease 0.5s;
}
.social li:hover{
  color: #950101;
  transform: scale(1.1);
}