@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
  font-family: "Anton Regular";
  src: url("../fonts/Anton-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Clear Sans Regular";
  src: url("../fonts/ClearSans-Regular.ttf") format("truetype");
}

:root {
  --thm-font: "Clear Sans Regular", sans-serif;
  --heading-font: "Anton Regular", sans-serif;
  --thm-base: #96d4e7;
  --thm-primary: #f2b1a4;
  --thm-black: #242424;
  --thm-base-two: #525050;
  --thm-gray: #eceeef;
}

h1,
h2,
h3,
h4,
h5,
h5 {
  font-family: var(--heading-font) !important;
}

p,
div,
small,
ol,
ul,
span,
li,
a {
  font-family: var(--thm-font) !important;
}

body {
  font-family: var(--thm-font);
  color: #000000;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
}

.hidden {
  display: none;
}

.requiredspan {
  color: #b94a48;
}

.field-validation-error {
  color: #b94a48;
  font-weight: bold;
}

/*--------------------------------------------------------------
#  Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  overflow: hidden;
  padding: 105px 0 0px;
  background-size: cover;
}

.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
}

.page-header .container {
  position: relative;
  text-align: center;
}

.page-header h2 {
  font-family: var(--heading-font);
  color: #000;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 56px;
}

.thm-breadcrumb {
  display: -webkit-box;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

.thm-breadcrumb li a.shop_style {
  color: #ffffff;
  background: var(--thm-primary);
  border-top-left-radius: 0;
}

.thm-breadcrumb li a,
.thm-breadcrumb li span {
  font-size: 12px;
  color: #000;
  background: #ffffff;
  display: inline-block;
  padding: 8px 40px;
  border-top-left-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.thm-breadcrumb li span {
  background: var(--thm-base);
  color: #000000;
  border-top-right-radius: 5px;
  border-top-left-radius: 0;
  font-weight: 900;
}

.have_questions {
  position: relative;
  display: block;
  text-align: center;
}

.have_questions .image_box {
  margin-bottom: 50px;
}

.have_questions .image_box img {
  width: 100%;
  border-radius: 5px;
}

.have_questions .block-title {
  margin-bottom: 23px;
}

.have_questions_btn {
  margin-top: 42px;
}

.have_questions_btn .thm-btn {
  font-size: 16px;
  padding: 13px 40px;
}

.contact-one__form__wrap .block-title {
  margin-bottom: 55px;
}

.contact-one__form__wrap .block-title p {
  color: #ffffff;
}

.contact-one__form__wrap .block-title h3 {
  color: #ffffff;
}
