@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

* {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
}

.join-ad{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.join-ad .content{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.join-ad .content img{
  height: 200px;
}

.join-contents{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: grays;
}

.join-contents .content{
  width: 1500px;
  display: flex;

  /* background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../images/dehofoo/banner4.jpg'); */
  background-image: url('https://images.unsplash.com/photo-1478144592103-25e218a04891?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1075&q=80');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.join-contents .content .box-item{
  width: 500px;
  height: 100%;
  background-color: rgb(255, 255, 255);
  /* border-left: 10px solid rgb(255, 0, 51); */

  margin: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  color: rgb(0, 0, 0);
  border-radius: 10px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  
}

/* .join-contents .content .box-item:nth-of-type(1){ */
  /* background-color: rgb(255, 227, 233); */
/* } */
/*  */
/* .join-contents .content .box-item:nth-of-type(2){ */
  /* background-color: rgb(227, 236, 255); */
/* } */
/*  */
/* .join-contents .content .box-item:nth-of-type(3){ */
  /* background-color: rgb(227, 255, 255); */
/* } */
/*  */
/* .join-contents .content .box-item:nth-of-type(4){ */
  /* background-color: rgb(232, 255, 227); */
/* } */
/*  */
/* .join-contents .content .box-item:nth-of-type(5){ */
  /* background-color: rgb(255, 255, 227); */
/* } */

.join-contents .content .box-item .info{
  width: 100%;
 
  border-radius: 10px;

  color: rgb(0, 31, 56);
  /* border: 2px solid rgb(236, 236, 236); */

}

.join-contents .content .box-item .info ul{
  background-color: rgb(255, 226, 226);
  padding: 20px;
  border-radius: 7px;
}


.join-contents .content .box-item .info li{

  list-style-type: disc;
  margin: 10px 0px;
}

.join-contents .content .box-item h4{
  font-weight: 700;
  font-size: 18px;
  color: black;
  font-family:sans-serif ;
}


.join-box-line{
  width: 100px;
  height: 3px;
  background-image: linear-gradient(120deg,cyan 50%,crimson 50%);

}

.join-contents .content .box-item img{
  width: 100px;
  height: 100px;
  /* background-color: rgb(255, 0, 51); */

}

.join-contents .content .box-item .info p{
  text-align: left;
  margin: 5px 0px;
}

.join-homepage {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
} 

.join-homepage .content {
  width: 1300px;
  height: 830px;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='756' viewBox='0 0 1440 756' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1440' height='756' fill='white'/%3E%3Cpath d='M518 254.006C518 337.401 382.156 310.006 296 310.006C209.844 310.006 180 289.395 180 206C180 122.605 249.844 55 336 55C422.156 55 518 170.611 518 254.006Z' fill='%23FFF4D6'/%3E%3Cpath d='M1006.7 681.903C915.828 660.914 978.421 526.052 999.187 436.145C1019.95 346.238 1049.6 320.282 1140.48 341.271C1231.35 362.26 1288.18 452.159 1267.41 542.066C1246.65 631.973 1097.57 702.892 1006.7 681.903Z' fill='%23FFF3D6'/%3E%3Ccircle cx='735.5' cy='114.5' r='15.5' fill='%23FF8A00'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.join-homepage .content .info{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info .content {
  display: flex;
  flex-direction: column;
}

.info h1{
  font-size: 60px;
  font-weight: 800;
  color: black;
  width: 500px;
}

.info h1 span{
  color: crimson;
}

.info .content p{
  font-size: 15px;
  width: 500px;
}

.form-layout{
  width: 50%;
} 

.form-layout p{
  color: gray;
}

.form-layout input{
  width: 500px;
  height: 40px;
  border: none;
  outline: none;
  border-bottom: 1px solid rgb(0, 0, 0);
  background-color: transparent;
}

.form-layout select{
  width: 500px;
  height: 40px;
  border: 1px solid rgb(0, 0, 0);
  outline: none;
  /* border-bottom: 1px solid rgb(0, 0, 0); */
  background-color: transparent;
}


.btn-submit{
  width: 150px;
  height: 45px;
  cursor: pointer;
  color: white;
  outline: none;
  border: none;
  background-color: black;

} 


@media only screen and (min-width: 320px) and (max-width: 480px){
  .join-contents .content{
    background-image: linear-gradient(#e7e7e7 50%,rgb(189, 189, 189) 50%);
  }
  .join-homepage .content{
    
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .join-homepage .content .info{
    margin: 20px 0px;
    width: 100%;
    padding: 10px;
  }

  .join-contents .content .box-item{
    width: 100%;
  }

  .info h1{
    width: 100%;
    font-size: 30px;
  }

  .info .content p{
    width: 100%;
    font-size: 14px;

  }

  .form-layout input,.form-layout select{
    width: 90%;
    height: 50px;
  }

  .form-layout {
    width: 90%;
  }


}

@media only screen and (min-width: 481px) and (max-width: 767px){
  .join-homepage .content{
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .join-homepage .content .info{
    margin: 20px 0px;
    width: 100%;
    padding: 10px;
  }

  .join-contents .content .box-item{
    width: 100%;
  }

  .info h1{
    width: 100%;
    font-size: 35px;
  }

  .info .content p{
    width: 100%;
    font-size: 13px;

  }

  .form-layout input,.form-layout select{
    width: 90%;
    height: 30px;
  }

  .form-layout {
    width: 90%;
  }

}


@media only screen and (min-width: 768px) and (max-width: 1024px){
  .join-homepage .content{
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .join-homepage .content .info{
    width: 100%;
    padding: 10px;
  }

  .join-contents .content .box-item{
    width: 300px;
  }

  .info h1{
    width: 100%;
    font-size: 35px;
  }

  .info .content p{
    width: 100%;
    font-size: 13px;

  }

  .form-layout input,.form-layout select{
    width: 90%;
    height: 30px;
  }

  .form-layout {
    width: 90%;
  }

}

@media only screen and (min-width: 1024px) and (max-width: 1500px){
  .join-homepage .content{
    width: 100%;
    display: flex;
    height: 100%;
  }

  .join-homepage .content .info{
    width: 50%;
    padding: 10px;
  }

  .join-contents .content .box-item{
    width: 300px;
  }

  .info h1{
    width: 100%;
    font-size: 35px;
  }

  .info .content p{
    width: 100%;
    font-size: 13px;

  }

  .form-layout input,.form-layout select{
    width: 90%;
    height: 30px;
  }

  .form-layout {
    width: 50%;
  }
}

@media only screen and (min-device-width: 1500px) and (max-device-width: 1824px) {
	.footer {
	  width: 100%;
	  flex-direction: column;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	.footer .content {
	  width: 1500px;
	}
	.copyright {
	  width: 100%;
	}
  }


