@font-face {
  font-family: "Berkshire-Swash";
  src: url("/wp-content/themes/flatsome-child/fonts/SVN-Berkshire-Swash.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* .section-title-main {
  font-family: "Berkshire-Swash", serif;
  font-weight: 400;
} */
:root {
  --white: #fff;
  --red: #a51117;
  --black: #000;
}
/*Header*/
#header .working-time {
  color: var(--white);
}
#header .working-time i {
  margin-right: 3px;
}
/*Footer*/
#footer .row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
}
#footer .row > .widget {
  max-width: 100%;
}
#footer .row div:first-child {
  margin-bottom: 0;
}
#footer .row div:first-child .textwidget {
  display: flex;
}
#footer .row div:first-child .textwidget > p {
  flex: 0 0 25%;
}
#footer .widget-title {
  font-size: 24px;
  font-weight: 200;
  text-transform: initial;
  display: inline-block;
  margin-bottom: 28px;
}
#footer .widget li,
#footer .widget p {
  font-size: 14px;
}
#footer form {
  display: flex;
}
#footer .row > div .is-divider,
#footer .wpcf7-spinner {
  display: none !important;
}
#footer .row div:nth-child(3) li img {
  height: 26px;
  width: auto;
  background-color: rgba(165, 17, 23, 0.4);
  padding: 6px;
  border-radius: 6px;
  margin-bottom: 0;
}
#footer .row div:first-child li:last-child,
#footer .row div:nth-child(3) li:last-child {
  margin-top: 30px;
}
#footer form input[type] {
  height: 50px;
  margin-bottom: 0;
}
#footer form input[type="email"] {
  padding: 0 20px;
  border-radius: 15px 0 0 15px;
  border-color: var(--red);
}
#footer form input[type="submit"] {
  margin-right: 0;
  border-radius: 0 15px 15px 0;
}
#footer .absolute-footer {
  display: none !important;
}
#footer .footer {
  padding: 100px 0;
}
footer .footer-2 {
  color: var(--red) !important;
      background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
/*Contact Page*/
.contact-map {
  padding: 0 !important;
  height: 400px;
}
.contact-map iframe {
  width: 100%;
  height: 410px;
  border: unset !important;
}
.contact-booking .contact-title .section-title,
.contact-booking .contact-title .section-title span {
  border-bottom: unset !important;
}
.contact-booking .section-title {
  font-size: 30px;
  color: var(--red);
  justify-content: center;
  flex-direction: column;
  margin-bottom: 0;
}
.contact-booking .section-title::after {
  content: "";
  display: block;
  width: 84px;
  height: 28px;
  background: url(../images/icon-bottom-title.svg) no-repeat center / 100%;
}
.contact-booking .box-info {
  text-align: center;
}
.contact-booking .box-info ul {
  list-style: none;
}
.contact-booking .title-bottom {
  margin-top: 40px;
}
.contact-booking input[type]:not(input[type="submit"]),
.contact-booking textarea {
  box-shadow: unset;
  border-color: var(--red);
  background-color: #b76f2c17 !important;
}
.contact-booking input[type] {
  padding: 0 30px;
  height: 60px;
}
.contact-booking textarea {
  padding: 16px 30px;
  height: 150px;
}
.contact-booking form input[type="submit"] {
  background: var(--red);
  color: var(--white);
  margin: 0;
}
.contact-booking .follow-link ul {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.contact-booking .follow-link ul li img {
  height: 60px;
  width: 100%;
  display: block;
  margin-bottom: 0 !important;
}
/*About*/
.about-client .banner {
  background: var(--white);
}
.about-client .banner .testimonial-company,
.about-client .banner .testimonial-name {
  color: var(--black);
}
.about-client .testimonial-box .icon-box-text {
  text-align: center;
}
.about-client .icon-box-text .star-rating {
  margin: 10px auto;
}
.about-title .section-title {
  justify-content: center;
  font-size: 36px;
  flex-direction: column;
  gap: 10px;
}
.about-title .section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 12px;
  background: url(../images/heading-separate.png) no-repeat center / 100%;
}
.about-title .section-title > b {
  display: none !important;
}
