/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Outfit:wght@100..900&display=swap');

@import url("../css/header_footer.css");

html {
  scroll-behavior: smooth;
}
body{
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background: #FFF;
  overflow-x: hidden;
}
a:hover{
  color: #014040;
}
a, a:hover{
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
main{
  padding: 140px 0 0;
}
.banner{
  background: url(../images/banner.png)no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: auto;
  padding: 235px 0;
  position: relative;
}
.banner::before{
  content: '';
  background: #00000080;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  z-index: 0;
}
.bnr_txt{
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  position: relative;
}
.bnr_txt span{
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
  color: #fff;
}
.bnr_txt h1{
  font-family: "Crimson Text", serif;
  font-weight: 700;
  font-size: 80px;
  color: #fff;
  margin-bottom: 6px;
}
.bnr_txt p{
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  margin-bottom: 30px;
}
.download_btn{
  display: flex;
  align-items: center;
  grid-gap: 10px;
  border: 4px solid #FFAF1B;
  background: #FFFFFF1A;
  padding: 16px 30px;
  color: #FFAF1B;
  font-weight: 500;
  font-size: 25px;
  border-radius: 8px;
  width: fit-content;
  margin: 0 auto;
}
.download_btn:hover{
  background: #FFAF1B;
  color: #fff;
}
.download_btn:hover svg path{
  fill: #fff;
}
.download_btn span{
  margin: 0;
}
.social_flx{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}
.social_flx h3{
  color: #3E3E3F;
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 0;
}
.social_flx ul{
  display: flex;
  align-items: center;
  grid-gap: 40px;
}
.social_flx ul li a{
  display: block;
}
/* ---------------Form [ START ]------------------ */
.form_bnr{
  background: url(../images/form-bg.png)no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 60px 0;
}
.form_bnr::before{
  content: '';
  background: #00000080;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  z-index: 0;
}
.form_bnr h3{
  font-weight: 500;
  font-size: 35px;
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
  z-index: 1;
  position: relative;
}
.form_flx{
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.form_bnr .form-group{
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.form_bnr .form-group label{
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  display: block;
  margin-bottom: 8px;
}
.form_bnr .form-group label b{
  color: red;
  font-weight: normal;
}
.form_bnr .form-control{
  background: #FFFFFF;
  border: 1px solid #000E271A;
  padding: 12px 18px;
  border-radius: 10px;
  font-weight: 300;
  font-size: 16px;
  color: #000E27;
}
.form_bnr select {
  -moz-appearance: window;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background:#FFFFFF url(../images/dropdown.png) no-repeat 98% center !important;
  color: rgb(0 14 39 / 50%);
}

.form_bnr .form-control::placeholder{
  color: rgb(0 14 39 / 50%);
}
.error{
  color: red;
  font-size: 12px;
  display: block;
  margin: 5px 0 0;
  display: none;
}
.cust-checkbox{
  display: flex;
  align-items: center;
  grid-gap: 30px;
}
.custom-checkbox > [type="checkbox"], .custom-checkbox label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox > [type="checkbox"]:not(:checked), .custom-checkbox > [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label, .custom-checkbox > [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  margin-bottom: 0;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 5px;
}
.custom-checkbox > [type="checkbox"]:checked + label:before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: #0088FF;
  border-radius: 5px;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:after, .custom-checkbox > [type="checkbox"]:checked + label:after {
  font-family:"Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00c';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 4px;
  color: #fff;
  font-size: 11px;
  transition: all 0.2s;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.custom-checkbox > [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.submit_btn{
  background: #916C60;
  border: 2px solid #916C60;
  padding: 12px 30px;
  border-radius: 14px;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: #fff;
  display: block;
  width: fit-content;
  margin: 50px auto 0;
  z-index: 1;
  position: relative;
}
.submit_btn:hover{
  background-color: transparent;
  color: #916C60;
}
.form-control:focus{
  box-shadow: 0 0 0 .06rem rgb(145 108 96);
}
/* ---------------Form [ END ]-------------------- */