@font-face {
  font-family: Outfit-L;
  src: url('../fonts/Outfit-Light.otf');
}

@font-face {
  font-family: Outfit-M;
  src: url('../fonts/Outfit-Medium.otf');
}

@font-face {
  font-family: Outfit-EB;
  src: url('../fonts/Outfit-ExtraBold.otf');
}

body{
  overflow-x: hidden; 
}


.offer_form{
  position: relative;
  display: block;
  width: 250px;
  height: auto;
  left: 50%;
  top: 0px;
  margin-left: -125px;
  padding-bottom: 60px;
  margin-top: -60px;
}

.form_cap_sec{
  position: relative;
  height: auto;
  display: list-item;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  font-size: 18px;
  font-family: SanFrancisco-K;
  padding-top: 40px;
}

.form_item{
  position: relative;
  display: list-item;
  height: 55px;
  width: auto;
  top: 30px;
  margin-bottom: 10px;
}

.inp_cap{
  position: absolute;
  left: 50%;
  top: -5px;
  margin-left: -125px;
  display: list-item;
  height: 15px;
  font-size: 14px;
  font-family: SanFrancisco-L;
}

.fi_input{
  position: absolute;
  left: 50%;
  margin-left: -125px;
  top: 15px;
  width: 250px;
  height: 35px;
  border: 1px solid;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  font-family: SanFrancisco-M;
}


label{
  font-family: SanFrancisco-L;
  text-align: justify;
}

/* Customize the label (the container) */
.container {
  display: list-item;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: auto;
  top: 20px;
  margin-bottom: 25px;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#txtarea{
  height: 225px;
}

.txtarea{
  position: absolute;
  left: 50%;
  margin-left: -125px;
  top: 15px;
  width: 250px;
  height: 200px;
  border: 1px solid;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  font-family: SanFrancisco-M;
}

#sbmt{
  background-color: #1472ffff;
  color: white;
  border: none;
  height: 40px;
  cursor: pointer;
}

#su_wea{
  background-color: white;
  color: black;
  border: none;
  height: 20px;
  cursor: pointer;
}


.subtext{
  position: relative;
  width: 250px;
  height: auto;
  left: 50%;
  margin-left: -125px;
  font-size: 12px;
  font-family: SanFrancisco-T;
  color: gray;
  margin-bottom: 10px;
}


sup{
  font-size: 8px;
}






.confirm_cont{
  position: relative;
  width: 250px;
  height: auto;
  left: 50%;
  margin-left: -125px;
}

.confirm_item{
  position: relative;
  display: list-item;
  width: 250px;
  height: 60px;
  margin-bottom: 0px;
}

.confirm_item img{
  transform: scale(0.5);
}

.confirm_item p{
  position: absolute;
  left: 60px;
  top: 50%;
  height: auto;
  transform: translate(0%, -50%);
  font-size: 18px;
  font-family: SanFrancisco-L;
}

.fail_sub{
  position: absolute;
  font-size: 10px;
  color: red;
  width: 250px;
  text-align: center;
  height: auto;
  top: 55px;
}

.mex{
  top: 215px;
}







.kon_opt_cont{
  position: absolute;
  top: 220px;
  left: 50%;
  margin-left: -125px;
  background-color: none;
  width: 250px;
  height: auto;
}

.kon_opt_item{
  position: relative;
  display: list-item;
  height: 350px;
  width: 250px;
  background-color: #212121;
  border-radius: 22px;
  margin-bottom: 40px;
}

.kon_opt_item img{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 250px;
  height: 150px;
  border-radius: 22px 22px 0px 0px;
}

.kon_opt_cap{
  position: absolute;
  top: 170px;
  left: 20px;
  width: 210px;
  font-size: 25px;
  font-family: SanFrancisco-K;
  color: white;
  text-align: center;
}

.kon_opt_txt{
  position: absolute;
  top: 210px;
  left: 20px;
  width: 210px;
  font-size: 14px;
  font-family: SanFrancisco-L;
  color: white;
  text-align: left;
  opacity: 0.6;
}

.kon_opt_go_button{
  position: absolute;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  background-color: red;
  top: 295px;
  left: 50%;
  margin-left: -80px;
  background: rgb(31,165,255);
  background: linear-gradient(129deg, rgba(31,165,255,1) 0%, rgba(59,121,246,1) 100%);
}

.kon_opt_go_button img{
  position: absolute;
  width: 30px;
  height: auto;
  top: 50%;
  left: 140px;
  transform: translate(-50%,-50%);
}

.kon_opt_go_button p{
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 18px;
  font-family: SanFrancisco-M;
  color: white;
}
