*:not(.bi, img, input, textarea, span, br, td, th, hr, path, .divider, .hr):empty{
  display: none;
}
:root {
  font-size: 16px;
  scroll-behavior: smooth;
  --bs-primary: #c02e2e;
  --bs-primary-hover: #ed5252;
  --bs-primary-rgb: 192,46,46;
  --bs-warning-rgb: 79,79,79;
  --bs-font-sans-serif: 'Arial';
  --bs-font-monospace: 'Arial';
  --bs-font-heebo: 'Heebo';
  --bs-space: 50px;
  --bs-shadow: 0px 0px 60px black;
  --bs-border-radius: 0;
}
/*===== Start root =====*/
@media screen and (max-width: 1199px){
  :root {
    --bs-space: calc(30px + 1.5vw); 
  }
}

/*===== End root =====*/

/*===== Start css variables =====*/
.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-spinner {
    position: absolute;
}
.wpcf7-form-control.wpcf7-radio,
.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6em 1em;
    flex-direction: column;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.wpcf7-form-control label {
    display: block;
    margin: 0;
    font-weight: 500;
}
.btn{
    --bs-btn-font-weight: 600;
    --bs-btn-padding-x: 0.9rem;
    --bs-btn-padding-y: 0.4rem;
}
.btn-primary {
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-primary-hover);
    --bs-btn-hover-border-color: var(--bs-primary-hover);
    --bs-btn-focus-shadow-rgb: none;
    --bs-btn-active-bg: var(--bs-primary-hover);
    --bs-btn-active-border-color: var(--bs-primary-hover);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.bg-grey {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important;
}

/*===== End css variables =====*/

/*===== Start tag =====*/
h1, .h1 {
  font-family: var(--bs-font-heebo);
}
h2, .h2 {
  font-family: var(--bs-font-heebo);
}
h3, .h3 {
  font-family: var(--bs-font-heebo);
}
h4, .h4 {
  font-family: var(--bs-font-heebo);
}
h5, .h5 {
  font-family: var(--bs-font-heebo);
}
h6, .h6 {
  font-family: var(--bs-font-heebo);
}
.fs-1 {
  font-family: var(--bs-font-heebo);
}

.fs-2 {
  font-family: var(--bs-font-heebo);
}

.fs-3 {
  font-family: var(--bs-font-heebo);
}

.fs-4 {
  font-family: var(--bs-font-heebo);
}

.fs-5 {
  font-family: var(--bs-font-heebo);
}

.fs-6 {
  font-family: var(--bs-font-heebo);
}
/*===== End tag =====*/

/*===== Start text size =====*/
body {
    background-image: url(../images/body-bg.jpg);
    background-attachment: fixed;
    background-size: 100%;
}
a{
  display: inline-block;
  text-decoration: none;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity));
  transition: all 0.5s;
}
img{
  max-width: 100%;
  height: auto;
}
figure {
    margin: 0;
    line-height: 0;
}
figure a{
  display: block;
}
figure img,
a img{
  width: 100%;
}

ul li, ol li {
  margin-bottom: 0;
}
ul li:not(:last-child), ol li:not(:last-child) {
  margin-bottom: 0.5rem;
}
p, ul, ol {
  margin-bottom: 0;
}
p:not(:last-child), ul:not(:last-child), ol:not(:last-child) {
  margin-bottom: 0.8rem;
}
label {
    display: inline-block;
    margin-bottom: 0.5em;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.2;
}

input:not([type=submit],[type=radio],[type=checkbox]), select {
    font-size: 1em;
    padding: 0px 0.8em;
    line-height: 1;
    height: 2.5em;
    border-style: solid;
    outline: none;
    box-shadow: none;
    --bs-border-opacity: 1;
    border-width: 1px;
    border-color: rgba(var(--bs-black-rgb),var(--bs-border-opacity));
    width: 100%;
}

textarea{
  font-size: 1em;
  padding: 0.8em;
  line-height: 1.5;
  border-style: solid;
  outline: none;
  box-shadow: none;
  --bs-border-opacity: 1;
  border-width: 1px;
  border-color: rgba(var(--bs-black-rgb),var(--bs-border-opacity));
  width: 100%;
}
input[type="submit"] {
    border: 0;
    font-size: 1em;
    background-color: var(--bs-primary);
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity));
    box-shadow: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.7em 1em;
    line-height: 1;
    letter-spacing: 0.05em;
}
/*===== End text size =====*/

