@font-face {
  font-family: "klavika-medium_4";
  src: url("../fonts/klavika-medium_4.otf");
}

@font-face {
  font-family: "HighVoltage_Rough";
  src: url("../fonts/HighVoltage_Rough.ttf");
}

@font-face {
  font-family: "klavika-bold";
  src: url("../fonts/klavika-bold.otf");
}

@font-face {
  font-family: "Klavika-Regular";
  src: url("../fonts/Klavika-Regular.otf");
}

p {
  font-family: "Klavika-Regular";
}

h1,
h2,
h3,
h4,
h6 {
  font-family: "Klavika-Regular";
}

b {
  font-family: "klavika-bold";
}

body {
  font-family: "Klavika-Regular";
}

.header_top img {
  width: 100%;
}

.main_logos {
  text-align: center;
  margin-top: -8px;
}

.main_logos img {
  width: 60%;
}

.main_web {
  background-image: url(../images/bg_main.jpg);
  background-size: cover;
  position: relative;
}

.main_logos_2 {
  text-align: center;
  padding: 10px 0 20px 0;
}

.main_logos_2 img {
  width: 70%;
}

.making_des {
  text-align: center;
}

.making_desh2 b {
  color: #0c90ce;
}

.main_form {
  background-color: #0c90ce;
  width: 100%;
  padding: 20px 20px;
}

.main_form .input_area input,
.main_form .input_area input:focus {
  position: relative;
  border-radius: 8px;
  border: 0;
  font-family: "klavika-medium_4";
  font-size: 18px;
}

.ss_icon img {
  height: 38px;
}

.gap_8 {
  gap: 8px;
}

.main_form .input_area input::placeholder {
  font-size: 18px;
  color: #000000;
}

.main_input_cell {
  width: 100%;
}

.main_check .form-group {
  display: block;
  margin-bottom: 0px;
}

.main_check .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.main_check .form-group label {
  position: relative;
  cursor: pointer;
  padding-left: 35px;
}

.main_check .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 2px;
}


.main_check .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.main_check label {
  font-family: "Klavika-Regular";
  font-size: 18px;
}

.making_des h2 {
  font-size: 24px;
  padding: 8px 0;
}

.main_check {
  padding: 16px 0;
}

.sub_check_main {
  background-image: linear-gradient(
    to right,
    #e72c8c,
    #c554b9,
    #9271d4,
    #5884da,
    #1e90ce
  );
  padding: 10px 0;
}

.sub_check_main .form-group {
  display: block;
  margin-bottom: 0px;
  display: inline-block;
}

.sub_check_main .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.sub_check_main .form-group label {
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  font-family: "klavika-medium_4";
}

.sub_check_main .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 5px;
}

.sub_check_main .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.sub_check_main label {
  font-family: "Klavika-Regular";
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  font-family: "klavika-medium_4";
}

.sub_check_main h2 {
  color: #fff;
  font-size: 18px;
}

.submit_button {
  text-align: center;
  position: relative;
}

.submit_button button {
  text-align: center;
  display: inline-block;
  border: 0;
  background: none;
  padding: 0px;
}

.submit_button button img {
  height: 60px;
}

.footer_img {
  text-align: left;
  padding: 26px 0 40px 0;
}

.footer_img img {
  height: 50px;
}

.ss_ab {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  z-index: 5656633;
}

.po_rel {
  position: relative;
}

.ss_second_header p {
  color: #fff;
  font-family: "klavika-medium_4";
  margin-bottom: 0;
  position: relative;
  padding-left: 16px;
  display: inline-block;
}

.ss_second_header p::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  height: 9px;
  width: 9px;
  border-radius: 15px;
  background-color: #1e90cf;
  border: 2px solid #fff;
  display: inline-block;
}

.file_upload {
  padding: 20px 0;
}

.file_upload_box {
  padding: 30px;
  border: 2px solid #ed2988;
  border-radius: 16px;
  background-color: #fff;
  margin-top: 15px;
}

.file_upload_box button img {
 width: 100%;
}

.file_upload_box button {
  background-color: transparent;
  padding: 0;
  border: 0;
}

.file_upload_box .line_images img {
  width: 10px;
}

.file_upload_box {
  text-align: center;
}

.submit-btn {
  background-color: #ed2988 !important;
  color: #fff;
  font-family: "klavika-bold";
  text-transform: uppercase;
  padding: 8px 30px !important;
  border-radius: 8px;
  font-size: 20px;
  margin-top: 20px;
}

.making_3 h2 {
  display: inline-block;
  font-size: 40px;
  padding: 8px 16px;
  position: relative;
}

.making_3 h2:before {
  content: "";
  width:100%;
  height:10px;
  
}

.h1_main {
  color: #ed2788;
  font-size: 100px;
  font-family: "klavika-bold";
  text-align: center;
}

.images_bot {
  width: 80%;
  padding: 20px 0;
}

img.shadow_img {
    width: 70%;
}

.click_images_cur{
    height:55px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .main_logos img {
    width: 100%;
    padding: 40px 0 20px 0;
  }
  
  img.shadow_img {
    width: 96%;
}

  .main_logos_2 img {
    width: 95%;
  }

  .making_des h2 {
    font-size: 16px;
    padding: 8px 0;
  }

  .main_input_cell:nth-child(1),
  .main_input_cell:nth-child(2) {
    margin-bottom: 15px;
  }

  .main_check label {
    font-family: "Klavika-Regular";
    font-size: 14px;
  }

  .making_3 h2 {
    font-size: 20px;
    width:90%;
  }

  .submit-btn {
    font-size: 18px;
  }

  .sub_check_main label {
    font-size: 14px;
  }

  .sub_check_main h2 {
    font-size: 16px;
  }

  .ss_ab {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 5656633;
    padding: 20px 0;
  }

  .h1_main {
    color: #ed2788;
    font-size: 50px;
  }

  .images_bot {
    width: 95%;
    padding: 20px 0;
  }

  .file_upload {
    padding: 10px 0;
  }

  .file_upload_box {
    padding: 15px;
    border: 2px solid #ed2988;
    border-radius: 16px;
    background-color: #fff;
    margin-top: 10px;
  }

  .file_upload_box button img {
    width: 100%;
  }

  .mobile_margin{
    margin-bottom: 0!important;
  }

  .sub_check_main .text-center {
    text-align: left !important;
}
}

.ss_submit_btn{
  background-color: #ED2788;
  border: 3px solid #fff;
  text-transform: capitalize;
  font-family: "klavika-bold";
  display: inline-block;
  padding: 10px 24px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  color: #fff;
  border-radius: 16px;
}


.main_web:before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 8px;
  background-color: #0c90ce;
}