.contact-section{
    background-color: #121212;
    /*height: 1000px;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 238.5px 0px 96.5px 0px;
    z-index:1;
}

.img2-background {
    position: absolute;
    top: 0px;
    right: 0px;
    /*bottom: 0px;*/
    width: auto;
    height: 100%;
    margin: auto;
    z-index:-1;
  }

.img1-background {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: auto;
    height: auto;
    margin: auto;
  }

.contact_sec{
  border-radius: 8px;
border: 1px solid var(--Grayscale-700, #656565);
background: var(--Grayscale-Near-Black, #0E0E0E);
display: inline-flex;
padding: 40px;
flex-direction: column;
align-items: flex-start;
gap: 24px;
width: 772px;

}
.contactpage{
  margin-left: auto;
margin-right: auto;

}

.contact-title{
  color: #F1F1F1;
font-family: Cambay;
font-size: 45px;
font-style: normal;
font-weight: 400;
line-height: 52px; 
}
.contact-subtitle{
  color: #F1F1F1;
font-family: Cambay;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
letter-spacing: 0.5px;
margin: 0px;
}
.contact-form{
    display: flex;
    flex-direction: column;
    gap: 24px;
    z-index:1;
    }

.contact-button{
  border-radius: 32px;
  border: 1px solid #021C35;
  background: var(--Grayscale-400, #F4F4F4);
  display: flex;
padding: 11px 20px 8px 20px;
justify-content: center;
align-items: center;
gap: 10px;
color: #021C35;
font-family: Cambay;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
align-self: flex-end;
}
.contact-button:hover{
  border-radius: 32px;
  border: 1px solid #021C35;
  background: var(--Grayscale-400,	#FF7518);
  display: flex;
padding: 11px 20px 8px 20px;
justify-content: center;
align-items: center;
gap: 10px;
color: #fff;
font-family: Cambay;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
align-self: flex-end;
}



.text-field{
  display: flex;
align-items: flex-start;
gap: 24px;
align-self: stretch;
}

.input-field,.input-field:focus{
  border-radius: 8px;
border: 1px solid var(--Grayscale-700, #656565);
background: linear-gradient(101deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
backdrop-filter: blur(22px);
display: flex;
padding: 12px 16px;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 24px;
color: #F1F1F1;
font-family: Cambay;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
letter-spacing: 0.5px;
}

.input-field::placeholder{
  color: #F1F1F1;
font-family: Cambay;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
letter-spacing: 0.5px;

}

.contact-container{
  display: flex;
  align-items: center;
}

.contact-top{
  display: flex;
flex-direction: column;
align-items: flex-start;
gap: 24px;
}

/*checkbox*/
.check-box{
  display: flex;
align-items: center;
gap: 8px;
margin-left:31px;
}

.checkbox{
  display: flex;
/*width: 375px;*/
align-items: flex-start;
gap: 16px;
}

.captcha_section{
  display: flex;
justify-content: space-between;
align-items: flex-start;
align-self: stretch;
}



.c-checkboxF input[type='checkbox']:checked~label:after,
.c-checkboxF input[type='checkbox']:checked~.label:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.c-checkboxF>.c-divF>label:before,
.c-checkboxF>.c-divF>.label:before {
  content: "";
  /*position: absolute;*/
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #fff;
  /*border: 1.9px solid #D0221A;*/
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 4px;
  /*top: 4px;
  left: 0px;*/
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

.c-checkboxF input[type='checkbox'] {
  display: none;
}

.c-checkboxF input[type='checkbox']~label:after,
.c-checkboxF input[type='checkbox']~.label:after {
  content: '✔';
  display: block;
  position: absolute;
  color: #0E0E0E !important;
  border-radius: 0px;
  border: 0;
  font-family: "Cambay";
  font-size: 17px;
  text-align: center;
  line-height: 12px;
  height: 1px;
  width: 1px;
  left: 2px;
  top: 4px;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transition: all .15s ease;
  -ms-transition: all .15s ease;
  transition: all .15s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.c-checkboxF {
  position: relative;
}

.terms_sec{
  color: #F1F1F1;
font-family: Cambay;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.5px;
margin: 0px;
}

.terms_sec a:hover{
  color: #F1F1F1;
  cursor: pointer;
}


.captcha-field{
  display: flex;
gap: 24px;
align-self: stretch;

}
.captcha_mob{
  display: none;
}


/*terms-condition page*/
.terms-section{
    background-color: #121212;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 222px 0px 80px 0px;
}

.legal-top{
position: absolute;
top: 0;
right: 0;
height: auto;
}
.legal-mid{
  position: absolute;
  left: 0;
  top: 27.8rem;
  /*bottom: 0;*/
  /*height: 100%;*/
  width: 590px;
}

/*
.terms-section{
  background-image: url(../webatrex_img/terms-conditionbg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  padding: 222px 0px 80px 0px;
}*/
.terms-title{
  color: #FFF;
font-family: Cambay;
font-size: 65px;
font-style: normal;
font-weight: 400;
line-height: 70px; /* 107.692% */
letter-spacing: -0.25px;
text-transform: capitalize;
margin-bottom: 24px;
}
.terms-subtitle{
  color: #F4F4F4;
font-family: Comfortaa;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 155.9%; /* 23.385px */
margin: 0px;
max-width: 711px;
margin-bottom: 80px;
}

.termspage{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1073px;
  z-index:1;
}

.terms-txt{
  color: var(--Grayscale-500, #D0D0D0);
font-family: Cambay;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
letter-spacing: 0.5px;
margin: 0px;
}
.terms-mobtitle{
  color: #FFF;
text-align: center;
font-family: Cambay;
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 44px; /* 122.222% */
}
.terms-mobtitle{
  display: none;
}
.terms-top{
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 24px;
}

.error_button {
  border-radius: 100px;
  background: var(--Secondary-Brown, #732F1A);
  display: flex;
  height: 56px;
  padding: 0px 40px;
  justify-content: center;
  align-items: center;
  color: var(--Primary-Beige, #F1E5CD);
  text-align: center;
  font-family: Gotham;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 155%;
  text-transform: capitalize;
    
}


/*-----------------------------responsive-------------------------------------*/

@media only screen and (max-width: 600px) {
    /*.contact-section img{
        display: none;

    }*/


    .contact-section{
        background:none;
        background-image: url(../webatrex_img/contactbgmob.png);
        height: auto;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 108px 27px 40px 27px;
    }
    
    .img2-background {
       display: none;
      }
    
    .img1-background {
      display: none;
      }

      .mobile_none{
        display: none;
      }
      
      .check-box{
          margin-left:0px;
      }
    
    .contact_sec{
      border-radius: 0px;
    border: none;
    background: none;
    display: inline-flex;
    padding: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: auto;
    }
    .contactpage{
      margin-left: auto;
    margin-right: auto;
    }
    .contact-top{
        display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
      }
    .contact-title{
      color: #F1F1F1;
    font-family: Cambay;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin:0px;
    }
    .contact-subtitle{
      color: #F1F1F1;
    font-family: Cambay;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
    max-width: 260px;
    margin: 0px;
    }
    .contact-form{
    display: flex;
    flex-direction: column;
    gap: 24px;
    }
    .contact-button{
      border-radius: 32px;
      border: 1px solid #021C35;
      background: var(--Grayscale-400, #F4F4F4);
      display: flex;
    padding: 11px 20px 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #021C35;
    font-family: Cambay;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    }
    .contact-button:hover{
      border-radius: 32px;
      border: 1px solid #021C35;
      background: var(--Grayscale-400, #FF7518);
      display: flex;
    padding: 11px 20px 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: Cambay;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    }
    .text-field{
      display: flex;
      flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    }
    
    .input-field{
      border-radius: 8px;
    border: 1px solid var(--Grayscale-700, #656565);
    background: linear-gradient(101deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
    backdrop-filter: blur(22px);
    display: flex;
    padding: 12px 16px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    }
    
    .input::placeholder{
      color: #F1F1F1;
    font-family: Cambay;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
    
    }
    .contact-container{
      display: flex;
      align-items: center;
    }
    
    .captcha_mob{
      display: block;
    }
    .captcha-field{
      flex-direction: column;
    }
    .terms-mobtitle{
      display: block;
    }
    .terms-title{
      display: none;
    }

    /*terms and conditions & privacy policy*/
    .terms-section{
      background-color: #121212;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      /*padding: 102px 0px 40px 0px;*/
      padding: 108px 0px 15px 0px;
  }
  
  .legal-top{
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  display: none;
  }
  .legal-mid{
    position: absolute;
    left: 0;
    top: 27.8rem;
    /*bottom: 0;*/
    /*height: 100%;*/
    width: 590px;
    display: none;
  }
  
  /*
  .terms-section{
    background-image: url(../webatrex_img/terms-conditionbg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    padding: 222px 0px 80px 0px;
  }*/
  
  .terms-subtitle{
    color: #F4F4F4;
    text-align: center;
    font-family: Comfortaa;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 155.9%; /* 23.385px */
    margin-bottom: 40px;

  }
  
  .termspage{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 327px;
  }
  
  
  .terms-txt{
    color: var(--Grayscale-500, #D0D0D0);
  font-family: Cambay;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.5px;
  margin: 0px;
  }
  .terms-mobtitle{
    color: #FFF;
  text-align: center;
  font-family: Cambay;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 122.222% */
  margin-bottom: 16px;
  }
  .terms-mobtitle{
    display: block;
  }

  .terms-title{
    display: none;
  }
 .page-link {
        font-family: 'Cambay';
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }
    .active-ars {
        border-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border: 1px solid #656565 !important;
        background: linear-gradient(101deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
        backdrop-filter: blur(22px);
        padding: 2px 11px 8px !important;
        color: #FFF !important;
        height: 30px !important;
    }
    .page-link {
        padding: 0px 7px !important;
    }
    
}

@media only screen and (min-width: 1200px) and (max-width:1348px) {
  .legal-top{
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    width: 294px;
    }
    .legal-mid{
      position: absolute;
      left: 0;
      top: 27.8rem;
      /*bottom: 0;*/
      /*height: 100%;*/
      width: 175px;
    }
    /*contact-page images*/
    .img1-background{
        width:725px;
    }
}

@media only screen and (min-width: 1349px) and (max-width:1439px) {
  .legal-top{
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    width: 315px;
    }
    .legal-mid{
      position: absolute;
      left: 0;
      top: 27.8rem;
      /*bottom: 0;*/
      /*height: 100%;*/
      width: 230px;
    }
    /*contact-page images*/
    .img1-background{
        width:765px;
    }

}

@media only screen and (min-width: 1440px) and (max-width:1499px) {
  .legal-top{
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    width: 360px;
    }
    .legal-mid{
      position: absolute;
      left: 0;
      top: 27.8rem;
      /*bottom: 0;*/
      /*height: 100%;*/
      width: 308px;
    }
    /*contact-page images*/
    .img1-background{
        width:805px;
    }
}

@media only screen and (min-width: 1500px) and (max-width:1599px) {
  .legal-top{
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    width: 294px;
    }
    .legal-mid{
      position: absolute;
      left: 0;
      top: 27.8rem;
      /*bottom: 0;*/
      /*height: 100%;*/
      width: 364px;
    }
    /*contact-page images*/
    .img1-background{
        width:830px;
    }
}

@media only screen and (min-width: 1600px) and (max-width:1699px) {
  .legal-top{
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    width: 360px;
    }
    .legal-mid{
      position: absolute;
      left: 0;
      top: 27.8rem;
      /*bottom: 0;*/
      /*height: 100%;*/
      width: 446px;
    }
    /*contact-page images*/
    .img1-background{
        width:891px;
    }
}

@media only screen and (min-width: 1700px) and (max-width:1799px) {
  .legal-top{
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    width: 360px;
    }
    .legal-mid{
      position: absolute;
      left: 0;
      top: 27.8rem;
      /*bottom: 0;*/
      /*height: 100%;*/
      width: 530px;
    }
    /*contact-page images*/
    .img1-background{
        width:965px;
    }
}

@media only screen and (min-width: 1800px) and (max-width:1919px) {
    /*contact-page images*/
    .img1-background{
        width:1015px;
    }
   
}
@media only screen and (min-width: 1080px) and (max-width:1100px){
    .legal-top{
      display: none;
    }
    .legal-mid{
      display: none;
    }
    /*contact-page images*/
    .img1-background{
        width:725px;
    }
}
@media only screen and (min-width: 1079px) and (max-width:1219px){
  .legal-top{
    display: none;
  }
  .legal-mid{
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width:1079px){
  .legal-top{
    display: none;
  }
  .legal-mid{
    display: none;
  }
}
@media only screen and (min-width: 786px) and (max-width: 991px){
  .legal-top{
    display: none;
  }
  .legal-mid{
    display: none;
  }
}
