@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
}

.top_header {
  background-image: url('../images/black_bg.png');
  width: 100%;
}


.main_call_box {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ECECEC;
  border-radius: 50%;
}

.banner_section {
  background-image: url('../images/bg.svg');
  width: 100%;
  height: 100%;

}

.contact_section .input_box input {
  background-color: transparent;
  border-bottom: 1px solid #9E9E9E;
}

.contact_section .input_box input::placeholder {
  color: #6E6E6E;
  font-weight: 600;
  font-size: 14px;
}

.contact_section .submit_btn {
  background: linear-gradient(0deg, #DF2521, #DF2521),
    linear-gradient(136.37deg, #EF0068 1.14%, #DF2121 98.86%);

}