* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: Muli;
  src: url(fonts/muli/Muli.ttf);
}
a {
  text-decoration: none;
  color: inherit;
}


header {
  width: 100%;
  height: 80px;
  background: #9A835E;
  padding: 5px 60px;
  display: flex;
  justify-content: space-between;
}
header .logo_area img{
  height: 100%;
}
.header_card {
  text-align: center;
  color: white;
  font-family: 'Mulish',sans-serif;
}
.header_card_head {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
}
.header_card_info {
  font-size: 10px;
}
.header_card h3 {
  font-size: 24px;
  font-family: 'Tai Heritage Pro', serif;
  line-height: 24px;
  margin: 5px 0;
  color: #312049;
}




.first {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 80px 100px;
  background-image: url('../img/headerbg.png');
  font-family: 'Mulish',sans-serif;
  color: white;
  background-size: cover;
  text-align: center;
}
.first img {
  width: 250px;
}
.first h1 {
  font-size: 45px;
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: 800;
}
.first p {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}

.first button {
  padding: 20px 50px;
  font-weight: 600;
  color: white;
  border-radius: 50px;
  border: none;
  background: #9A835E;
}











.second {
  padding: 40px 60px;
  background: #49275D;
  font-family: 'Mulish',sans-serif;
  display: grid;
  grid-template-columns: 55% 45%;
}
.second_1 h3 {
  font-weight: 800;
  color: #9A835E;
  margin-bottom: 30px;
}
.second_1_head {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  color: white;
  margin-bottom: 20px;
}
.second_1_info {
  font-size: 18px;
  color: white;
  line-height: 25px;
  opacity: 0.8;
}
.second_2 {
  padding-top: 50px;
  padding-left: 50px;
}
.second_2 img {
  width: 100%;

}








.fourth {
  width: 100%;
  padding: 40px 60px;
  display: flex;
  background: #49275D;
}
.fourth_1 img {
  width: 100%;
  max-width: 300px;
}
.fourth_2 {
  padding-left: 60px;
  font-family: 'Mulish',sans-serif;
}
.fourth_2 h3 {
  font-size: 45px;
  color: white;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.fourth_2_1 {
  display: flex;
}
.fourth_2_1_1 {
  flex: 0 0 50%;
}
.fourth_2_1_1 p {
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  opacity: 0.85;
  margin-bottom: 15px;
}
.fourth_2_1_1 span {
  opacity: 0.85;
  color: white;
  line-height: 24px;
}
.fourth_2_form {
  padding-left: 40px;
}
.fourth_2_form form {
  display: flex;
  flex-wrap: wrap;
  gap:15px;
}
.fourth_2_form form input {
  flex: 0 0 47%;
  padding: 15px 25px;
  border-radius: 25px;
  border: none;
  background: #9D74AF;
  flex-grow: 1;
}
#email {
  flex: 0 0 70%;
}
#reward-btn {
  background: #BE9D64;
  color: white;
  border: none;
  flex-grow: 1;
  border-radius: 25px;
}
.fourth_2_form form input::placeholder {
  color: white;
  font-size: 12px;
  letter-spacing: 2px;
}


.fifth {
  margin-top: 40px;
  font-family: 'Mulish',sans-serif;
}
.main_head1 {
  font-size: 40px;
  text-align: center;
  font-weight: 800;
  line-height: 60px;
  font-family: 'Mulish',sans-serif;
}
.main_head1::after{
  content: "";
  display: block;
  width: 100px;
  margin: 0 auto;
  background: #BE9D64;
  height: 5px;
}
.fifth_container {
  display: flex;
  justify-content: space-between;
  padding: 60px 120px;
}
.fifth_card {
  padding: 15px;
  position: relative;
}
.fifth_card img {
  width: 100%;
}
.fifth_card_info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px;
}
.fifth_card_info h2 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 50%;
}
.fifth_card_info p {
  line-height: 24px;
}




.vector_area img {
  width: 100%;
}
.sixth {
  width: 100%;
  display: grid;
  grid-template-columns: 40% 60%;
  background: #4D1D63;
  padding: 30px 80px;
  margin-top: -15px;
  padding-bottom: 70px;
  font-family: 'Mulish',sans-serif;
}
.sixth_1 img {
  width: 100%;
}
.sixth_2 {
  padding-top: 50px;
  padding-left: 60px;
}





.seventh {
  width: 100%;
  padding: 60px;
  font-family: 'Mulish',sans-serif;
}
.testimonial_container {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 60px;
}
.testimonial_header {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}
.testimonial_header button {
  background: none;
  border: none;
}
.testimonial_header h3 {
  margin-bottom: 5px;
  color: #252B42;
}
.testimonial_info p {
  text-align: center;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-top: 40px;
  color: #374754;
}
.testimonial_dot {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.testimonial_dot div {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #C3C2C1;
  margin: 0 5px;
}
.active_testimonial {
  background: #502062 !important;
}





.eight {
  width: 100%;
  display: grid;
  grid-template-columns: 40% 60%;
  padding: 40px 60px;
  background: #933993;
  font-family: 'Mulish',sans-serif;
}
.eight_1 img {
  width: 100%;
}
.eight_2 {
  padding: 40px;
  padding-left: 60px;
}
.eight_2 h4 {
  font-size: 42px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 20px;
}
.eight_2 span {
  color: white;
  font-size: 14px;
  letter-spacing: 1px;
}
.eight_2 span span {
  margin: 0 20px;
}
.eight_2 form {

  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 7%;
  gap:15px;
}
.eight_2 form input {
  flex: 0 0 45%;
  flex-grow: 1;
  padding:15px 10px;
  padding-left: 20px;
  background: #C596D1;
  border: none;
  border-radius: 30px;
}
.eight_2 form input::placeholder {
  font-family: 'Mulish',sans-serif;
  color: white;
  letter-spacing: 2px;
}
.eight_2 form button {
  flex: 0 0 50%;
  padding: 15px 20px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 30px;
  background: #BE9D64;
  color: white;
  border:none;
}
.eight_2 p {
  font-size: 12px;
  color: white;
  text-align: center;
  margin-top: 25px;
}














.ninth {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding:60px 0;
  font-family: 'Mulish',sans-serif;
}
.ninth_card {
  flex: 0 0 30%;
  flex-grow: 1;
  margin: 15px;
}
.ninth_card img {
  width: 100%;
}
.ninth_card span {
  font-size: 32px;
}
.ninth_card h3 {
  font-size: 48px;
  color: #49275D;
}
.ninth_text {
  position: relative;
  right: 60px;
}






.tenth {
  max-width: 1320px;
  margin: 60px auto;
  background: rgba(0, 0, 0, 0.15);
  height: 600px;
  border-radius: 10px;
}



.eleventh {
  background: #FBFBFB;
  padding: 60px 0;
}

.eleventh_main {
  padding: 60px;
  width: 100%;
  display: grid;
  grid-template-columns: 45% 10% 45%;
  font-family: 'Mulish',sans-serif;
}
.eleventh_1 p {
  font-size: 18px;
  margin-bottom: 30px;
}
.form_group {
  display: flex;
  gap:20px;
  margin-bottom: 20px;
}
.form_group input {
  padding: 13px 20px;
  flex-grow: 1;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.form_group textarea{
  padding: 13px 20px;
  flex-grow: 1;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.form_group input::placeholder {
  color: black;
  font-family: 'Mulish',sans-serif;
}
.form_group textarea::placeholder {
  color: black;
  font-family: 'Mulish',sans-serif;
}
.eleventh_2 button {
  padding: 13px 40px;
  font-family: 'Mulish',sans-serif;
  color: white;
  border: none;
  border-radius: 30px;
  font-weight: 700;
  background: #49275D;
  font-size: 16px;
}




.footer_1 {
  padding: 60px;
  background: #BD9C63;
  display: flex;
  justify-content: space-between;
}
.footer_1_card {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  text-align: center;
  flex: 0 0 25%;
}
.footer_1_card span {
  font-size: 28px;
  color: white;
}
.footer_1_card h4 {
  margin: 18px 0;
  font-size: 28px;
  font-weight: bold;
  color: #312049;
}
.footer_1_card p {
  color: white;
  font-family: 'Mulish',sans-serif;
  font-size: 10px;
  opacity: 0.8;
}
.footer_1_card:nth-child(3) {
  flex-grow: 1;
}
.footer_1_card2 {
  text-align: center;
  color: white;
  font-family: 'Mulish',sans-serif;
  padding-left: 30px;
}
.footer_1_card2 p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
.footer_1_card2 a {
  display: block;
  background: #312049;
  border-radius: 15px;
  padding: 5px 0;
}
.footer_2 {
  padding: 15px 60px;
  background: #4D1D63;
  font-family: 'Mulish',sans-serif;
  color: white;
}
.footer_2_1 {
  display: flex;
  justify-content: center;
  margin: 25px 0;
}
.footer_2_1 a,span {
  font-size: 14px;
}
.footer_2_1 a::after{
  content: "|";
  color: white;
  margin: 0 10px;
}
.footer_2_1 span {
  margin: 0 1.5%;
}
