@font-face {
  font-family: "Eurostile", sans-serif;
  src: url("./eurostile_extended_black.ttf");
}
@font-face {
  font-family: "EuroStile-regular";
  src: url("./EurostileBQ-Regular.otf");
}

:root {
  --primary-font: "Eurostile", sans-serif;
  --paragraph-font--: "EuroStile-regular";
  ---paragraph-weight--: 500;
}
.contactDiv-left h4 {
  /* font-family: "Oswald"; */
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-size: 15px;
  color: #ffffff;
  margin-top: 30px;
}
.contactDiv-left h1 {
  /* font-family: "Poppins"; */
  font-family: var(--primary-font);
  font-size: 2.8rem;
  font-weight: 600;
}
.contact-text1 {
  color: var(--primary-color);
}
.contact-text2 {
  color: rgb(255, 255, 255);
}
.contactDiv-left h1 {
  /* font-family: "Poppins"; */
  font-family: var(--primary-font);
  font-size: 2.8rem;
  font-weight: 600;
}
.contactDiv-left p {
  /* font-family: "Poppins"; */
  font-family: var(--paragraph-font--);
  font-weight: var(---paragraph-weight--);
  color: #ffffff;
  font-size: 16px;
  word-spacing: 2px;
}
.contact-details i {
  background-color: var(--primary-color);
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  color: rgb(255, 255, 255);
}
.contact-details a {
  /* font-family: "Poppins"; */
  font-family: var(--paragraph-font--);
  color: rgb(253, 247, 247);
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}
.fa-solid {
  line-height: 2;
}
.contactDiv-right label {
  /* font-family: "Oswald"; */
  font-family: var(--primary-font);
  color: var(--primary-color);
  font-size: 14px;
}
.contactDiv-right input {
  font-family: var(--paragraph-font--);
  border-radius: 8px;
  border: none;
  background-color: rgba(252, 252, 252, 0.975);
  padding: 10px 10px;
  /* font-size: 14px; */
}
.contactDiv-right input::placeholder {
  font-family: var(--paragraph-font--);
  font-weight: var(---paragraph-weight--);
}
.contactDiv-right textarea {
  border-radius: 8px;
  height: 130px;
  background-color: rgba(255, 255, 255, 0.975);
  padding: 5px 10px;
}
.contactDiv-right textarea::placeholder {
  font-family: var(--paragraph-font--);
  font-weight: var(---paragraph-weight--);
}
.contactDiv-right::placeholder {
  font-size: 8px;
}
.contactDiv-right input,
.contactDiv-right textarea {
  width: 100%;
}
.sectionDiv {
  padding: 0px 7vw;
}
.submit-btn {
  margin-top: 6px;
}
.submit-btn input {
  background-color: var(--primary-color);
  border: 2px solid black;
  color: white;
  padding: 8px 13px;
  width: fit-content;

  transition: all 0.2s ease-in-out;
}
.submit-btn input:hover {
  border-radius: 20px;
}
.contactDiv {
  position: relative;
  background: linear-gradient(rgba(19, 19, 19, 0.445), rgba(19, 19, 19, 0.445)),
    url(../image/contactimage/v748-toon-131.jpg);
  padding: 13% 0px 5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.social-media h2 {
  /* font-family: "Roboto Slab"; */
  font-family: var(--primary-font);
  text-align: center;
  margin-bottom: 20px;
}
.icons i {
  font-size: 45px;
  transition: transform 0.2s ease-in-out;
}
.insta {
  color: #c0008a;
  margin-bottom: 5px;
}
.fb {
  color: #0862f7;
  margin-bottom: 5px;
}
.youtube {
  color: #f70000;
  margin-bottom: 5px;
}
.insta:hover {
  transform: scale(1.2);
}
.fb:hover {
  transform: scale(1.2);
}
.youtube:hover {
  transform: scale(1.2);
}
.icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.7rem;
}
.social-media {
  margin-top: 3.5rem;
  padding-bottom: 3.5rem;
}

/*  */
.invaild-msg {
  top: unset !important;
  font-size: 12px !important;
}
.contact-a-link {
  margin-top: 80px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-a-link a {
  color: white;
  background-color: #fdb52b;
  padding: 10px 20px;
  transition: 0.3s ease-in-out;
}
.contact-a-link a:hover {
  border-radius: 20px;
}
@media screen and (max-width: 800px) {
  .contactDiv-left h1 {
    font-size: 2.3rem;
    font-weight: 400;
  }
  .contactDiv-left {
    padding-top: 40px;
  }
  .contactDiv-left h4 {
    font-size: 15px;
  }
  .contactDiv-left p {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .contactDiv-left h1 {
    font-size: 1.8rem;
    font-weight: 400;
  }
  .contactDiv-left {
    padding-top: 40px;
  }
  .contactDiv-left h4 {
    font-size: 12px;
  }
  .contactDiv-left p {
    font-size: 14px;
  }
  .contact-details a {
    font-size: 18px;
  }
}
