header{
    
    height: 90px;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.header_logo a{
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    

}
.header_logo img{
    width: 275px;
    position: absolute;
}

@media (max-width: 768px) {
    header{
        height: 70px;
    }
    .header_logo a{
    height: 70px;
    }

.header_logo img {
    width: 33%;
    
}
}

@media (max-width: 430px) {
        .header_logo img {
        width: 50%;
    }
}
@media (max-width: 375px) {
    header{
        height: 70px;
    }
    .header_logo img{
        width: 60%;
    }

}
/* -----header end */
.section_1{
    width: 100%;
    height: 60vh;
}
.main {
    width: 100%;
    height: 59vh;
    background-image: url(../img/sec_1_main.png);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sec_1_title{
    color: #fff;
    text-align: center;
}
.sec_1_title h2{
    font-size: 62px;
    padding-bottom: 10px;
}
.sec_1_title p{
    font-size: 22px;
}
@media (max-width: 1024px) {
    .section_1 {
    width: 100%;
    height: 60vh;
}
}
@media (max-width: 768px) {
    .section_1 {
    width: 100%;
    height: 60vh;
}
    .main {
        width: 100%;
        height: 60vh;
    background-image: url(../img/sec_1_main_2.png);
    background-size: cover;
    background-position: bottom;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;    
}
.sec_1_title h2{
    font-size: 48px;
}
.sec_1_title p{
    font-size: 18px;
}
}
@media (max-width: 420px) {
    .sec_1_title h2{
    font-size: 42px;
}
.sec_1_title p{
    font-size: 16px;
}

}

/* ---sec_1_end */
.section_2{
    padding-bottom: 42px;
}
.sec_2_text{
    text-align: center;
}

.sec_2_text p:nth-of-type(1){
    font-size: 38px;
    font-weight: 400;
    padding-bottom: 33px;
    line-height: 50px;

}
.sec_2_text p{
    font-size: 18px;
    line-height: 33px;
}
.sec_2_text_1 p:nth-of-type(2){
    padding-bottom: 55px;
}
.sec_2_text_1{
    padding: 53px;

}
.sec_2_text_2{
    width: 95%;
    background-color: #F7F7F7;
    padding: 53px;
    margin: 0 auto;

}


@media (max-width: 920px) {
    
    .sec_2_text p:nth-of-type(1) {
    font-size: 32px;
    padding-bottom: 25px;
    }
    .sec_2_text p {
    font-size: 18px;
    line-height: 30px;
}
}

@media (max-width: 768px) {
    .sec_2_text_1 {
    padding: 41px ;
    
}
.sec_2_text p:nth-of-type(1) {
        font-size: 28px;

    }
    .sec_2_text_1 p:nth-of-type(2) {
    padding-bottom: 20px;
}
}

@media (max-width: 540px) {
        .sec_2_text p {
        font-size: 16px;
    }
}
@media (max-width: 450px) {
        .sec_2_text_1 {
        padding: 20px;
    }
    .sec_2_text_2 {

    padding: 30px 20px 30px 20px;
    }
    .sec_2_text p:nth-of-type(1) {
    line-height: 35px;
    font-size: 24px;
    }
    
        .sec_2_text p {
        font-size: 14px;
    }

}
@media (max-width: 375px) {

    .sec_2_text_2 {
    width: 95%;
    background-color: #F7F7F7;
    padding: 30px ;
    margin: 0 auto;
}
    .sec_2_text p:nth-of-type(1) {
        font-size: 22px;
    }
}

/* --section_3 end */

.sec_3_bar{
    width: 95%;
    height: 3px;
    margin: 0 auto;
    background-color: #C6C6C6;
    
}
.sec_3_ba{
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background-color: #70707020;
}




form {
  display: flex;
  flex-direction: column;
  gap: 45px;
        padding: 50px 60px 141px 60px;
}

.form-group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.form-group.horizontal {
display: flex;
  flex-direction: row;
  align-items: center;
}
.radio-group {
  width: 300px;
  display: flex;
  gap: 16px;
  align-items: center;
  flex-direction: row; 
}

.radio-group label input[type="radio"] {
  position: static;
  top: 0;
  margin: 0;
  transform: scale(1);
  cursor: pointer;
}
.label-title {
  width: 120px;
  font-weight: 600;
  flex-shrink: 0;
}

.input-short {
  width: 200px;
  padding: 8px;
  border: 1px solid #81000030;
  border-radius: 4px;
}

.input-long {
  width: 100%;
  max-width: 400px;
  padding: 8px;
  border: 1px solid #81000030;
  border-radius: 4px;
  box-sizing: border-box;
}

textarea {
  width: 100%;
  max-width: 600px;
  padding: 10px;
  border: 1px solid #81000030;
  border-radius: 4px;
  resize: vertical;
  box-sizing: border-box;
}

.file-box {
  width: 100%;
  max-width: 600px;
  padding: 20px 20px 0px 20px;
  border: 1px solid #81000030;
  border-radius: 4px;
  box-sizing: border-box;
}
.form-group > .multi-input > input[name="phone"] {
  width: 110px;
}

.multi-input input {
  width: 70px;
  padding: 6px;
  margin-right: 8px;
  border: 1px solid #81000030;
  border-radius: 4px;
}

.radio-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 0;
  cursor: pointer;
  white-space: nowrap;
  flex-direction: row-reverse;
}

.file-box {
  width:600px;
  padding: 20px 20px 0px 20px;
  border: 1px solid #81000030;
  border-radius: 4px;
}

.file-box p {
  padding-bottom: 20px;
}

.custom-file {
  margin-bottom: 20px;
}

input[type="file"] {
  display: none; 
}

.custom-file-label {
  width: 90px;
  display: inline-block;
  background-color: #EFEFEF;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-align: center;
}

.custom-file-label:hover {
  background-color: #81000020;
}

.file-name {
  margin-left: 12px;
  font-size: 14px;
  color: #444;
}


.privacy-box {
  border: 1px solid #81000030;
  border-radius: 10px;
  padding: 25px;
  font-size: 14px;
  background: #fff;
  max-height: none;
  overflow: visible;
}
.privacy-box p{
    font-size: 18px;
}

.privacy-box ul {
      margin: 20px 0 35px 0;
  font-size: 16px;
  line-height: 25px;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 8px; 
      margin-top: -20px;
    margin-left: 10px;
}

.checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
}

.submit-btn {
    margin: 0 auto;
    width: 200px;
  color: #b40000;
  padding: 14px;
  font-size: 16px;
  border: 1px solid #b40000;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 10px;
  background-color: #fff;
}

.submit-btn:hover {
    color: #fff;
  background: #b40000;
}

.privacy-box::-webkit-scrollbar {
  width: 8px;
}

.privacy-box::-webkit-scrollbar-thumb {
  background-color: rgba(180, 0, 0, 0.3);
  border-radius: 4px;
}
@media (max-width: 860px) {
  .input-long,
  .form-group textarea,
  .file-box {
    width: 90vw;
  }
  .privacy-box {
    max-height: 250px;
    overflow-y: auto;
  }
}
@media (max-width: 644px) {
    .file-box p {
    font-size: 14px;
    }
    .privacy-box p {
    font-size: 16px;
}
.privacy-box ul {
    font-size: 14px;
}
}

@media (max-width: 540px) {
    .file-name {
    margin-left: 2px;
    font-size: 12px;
    }
    form {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 35px 20px 141px 20px;
}
 .radio-group {
    width: 100%;
    justify-content: center !important;
    gap: 12px;
  }

  .radio-group label {
    font-size: 14px;
    gap: 6px;
     
  }

  .radio-group input[type="radio"] {
    transform: scale(1);
    margin-right: 4px;
  }

}
@media (max-width: 445px) {
    .label-title {
    width: 90px;
    font-weight: 500;
    }
    .radio-group {
    width: 250px;
    gap: 0px;
    }
    .multi-input input {
    width: 50px;
    }
    .custom-file-label {
    width: 74px;
    font-size: 12px;
    }
        .privacy-box ul {
        font-size: 12px;
    }
    .checkbox {
    font-size: 14px;
    }
    .checkbox input[type="checkbox"] {
    margin-right: 5px;
}
.submit-btn {
    font-size: 14px;
}
}
/* ---sec_3_end */
footer{
    background-color: #1B1818;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer_logo{
    width: 275px;
    padding-top: 38px;
    padding-bottom: 27px;
}
.footer_text{
    color: #fff;
    text-align: center;
}
.footer_text{
    line-height: 45px;
    font-size: 16px;
    font-weight: 200;
    padding-bottom: 45px;
}
.foo_text p{
    color: #fff !important;
    user-select: text;
}
.copy_writer{
    height: 80px;
    border-top: 1px solid #8B8B8B;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #8B8B8B;
    font-size: 16px;
}

.footer_text,
.footer_text * {
  -webkit-touch-callout: none; 
  -webkit-user-select: text;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  color: #fff;
  pointer-events: none;        
}

@media (max-width: 700px){
.footer_text{
    font-size: 14px;
}
.footer_logo {
    width: 235px;
    padding-top: 18px;
    padding-bottom: 17px;
}
.footer_text {
    line-height: 40px;
    font-size: 16px;
    font-weight: 200;
    padding-bottom: 25px;
}
.copy_writer {
    font-size: 14px;
}

}

@media (max-width: 420px){
    .footer_text {
        line-height: 36px;
        font-size: 14px;
        padding-bottom: 20px;
    }
        .footer_logo {
        width: 195px;
        padding-top: 14px;
        padding-bottom: 11px;
        }
        .copy_writer {
        font-size: 12px;
            height: 60px;
    }
}