/* THIS CSS WAS COMPILED AND OPTIMIZED, USING THE WP COMPILER PLUGIN */
/* https://bytes.co */
/* Last Compiled: 2024-02-12 10:37:37 UTC */

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

html {
  box-sizing: border-box; }

*, ::before, ::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  font-size: 14px;
  color: #1d1d1c;
  background-color: #fff; }

.main-title {
  font-weight: 700;
  font-size: 45px; }

.main-button {
  background: #041e4f;
	border-radius:5px;
  cursor: pointer;
  padding: 9.6px 19.2px;
  font-weight: 600;
  font-size: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: capitalize;
  border: none;
  color: #fff;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;}
.main-button:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}

.main-button:hover {
    opacity: 0.8;
}


@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.wp-block-button__link {
	margin-bottom: 20px;
	background-color: #041e4f !important;
	border-radius:5px !important;
}

hr {
  height: 1px;
  width: 100%;
  background: #c2c1c6;
  border: none;
  margin: 0;
  margin-bottom: 20px; }

.dropdown-menu {
  margin: 0;
  padding: 0;
  width: fit-content;
  background: #fefefe;
  border-radius: 10px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  --bs-dropdown-link-hover-color: #8c0014; }
  .dropdown-menu:hover a {
    border-radius: 10px; }
  .dropdown-menu li {
    padding: 0; }
    .dropdown-menu li:not(:last-child) {
      border-bottom: 1px solid #ebebeb; }
  .dropdown-menu .dropdown-item:active {
    background-color: var(--bs-dropdown-link-hover-bg); }
  .dropdown-menu__link {
    padding: 18px 25px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.2s ease-in-out; }

/* .navbar>.container */
.header__buttons-box {
	flex-direction: column;
	background: #fff;
}
.header {
/*   box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); */
  background-color: #fafafa; }
.header__buttons-box {
    width: 100%;
	padding: 10px 0;
}
.header__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__line {
    background: #041e4f;
    width: 100%;
    padding: 5px 0;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
    gap: 15px;
}

.fixed-top {
  position: sticky; }

nav {
  font-size: 19px; }

.navbar {
  padding: 0 !important;
  flex-wrap: wrap !important;
  flex-direction: column;
}
  .navbar .navbar-collapse {
    justify-content: flex-end; }
  .navbar .dropdown:hover .dropdown-menu {
    display: block; }
.navbar__logo {
	margin: 0 !important;
	padding: 0 !important;
}

.navbar-toggler {
  flex-basis: auto;
  position: relative;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
  outline: none;
  background-color: transparent;
  line-height: 1;
  border: 1px solid transparent; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    border: none;
    text-decoration: none;
    box-shadow: none;
    background-color: transparent; }
  .navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 25px;
    height: 2px;
    background-color: #16002d; }
    .navbar-toggler .hamburger span:nth-child(1) {
      top: 0;
      transition: all 0.2s; }
    .navbar-toggler .hamburger span:nth-child(2) {
      top: 8px;
      transition: all 0.15s; }
    .navbar-toggler .hamburger span:nth-child(3) {
      top: 8px;
      transition: all 0.15s; }
    .navbar-toggler .hamburger span:nth-child(4) {
      top: 16px;
      transition: all 0.2s; }

.navbar-toggler.active .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s; }
  .navbar-toggler.active .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s; }
  .navbar-toggler.active .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s; }
  .navbar-toggler.active .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s; }

/* .navbar-buttons {
  text-align: center;
  min-width: 170px;
  margin: 9.6px; } */

.nav-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 30px;
  padding: 0;
  margin: 0 auto; }
  .nav-list__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.2s ease-in-out; }
    .nav-list__link:hover {
      filter: saturate(300%); }
.nav-link {
	padding: 0!important;
	font-size: 17px;
    color: #fff !important;
}
.nav-link:hover {
	opacity: 0.75;
}
@media (max-width: 992px) {
	.nav-link {
		padding-bottom: 10px !important;
	}
}

.logo__img {
  width: auto;
  height: 48px; }

.hero-block {
	width: 100%;
    height: 550px;
    position: relative;
    overflow: hidden;
/*   background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; */
/*   height: 450px;*/ }
  .hero-block__title {
	color: #111;
    margin-bottom: 20px; }
  .hero-block__text {
    margin-bottom: 35px;
    font-size: 19px; }
.hero-block__bg {
	width: 100%;
    height: 100%;
    position: absolute;
    animation: slide 30s infinite;
    pointer-events: none;
/*     filter: brightness(65%); */
	z-index: -1;
}
.hero-block__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	animation-delay: 0;
    animation: zoom1 30s infinite; }

@keyframes zoom1 {
  67% {
    transform: scale(1.3); } }

.hero-wrapper {
  margin: 0 auto;
  padding: 90px 0;
  text-align: left;
  }

.sticky-footer {
  opacity: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: -1;
  transition: all ease 0.3s; }

@media screen and (max-width: 768px) {
  .sticky-footer.active {
    z-index: 9;
    opacity: 1; } }

.sticky-footer .sticky-footer__wrapper {
  text-align: center;
  padding: 15px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px -2px 20px 0px; }

.sticky-footer .sticky-footer__button {
  background: #041e4f;
	border-radius:5px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  padding: 0.875rem 1.25rem;
  width: 100%;
  margin-bottom: 0;
  text-decoration: none; }

.rating-block {
    display: flex;
    align-items: center;
	justify-content: flex-start;
    gap: 15px;
}

.rating-block img {
	width: 6rem;
    height: auto;
}

.star {
    color: #ffb100;
    font-size: 32px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.content-block {
  padding: 50px 0; }
  .content-block h2 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 30px;
    text-align: center; }
  .content-block h3 {
    margin-bottom: 20px;
    font-size: 22px;
	color: #1b1d1c;
    font-weight: 600; }
  .content-block p {
    margin-bottom: 20px; }

.wp-block-media-text {
  margin-bottom: 50px;
  gap: 40px; }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0; }
    .wp-block-media-text .wp-block-media-text__content h2 {
      font-size: 22px;
      font-weight: 600;
      text-align: left; }

.wp-block-image {
  padding: 20px 0; }

.wp-block-quote {
  margin-bottom: 25px;
  background-color: #f1f1f1;
  padding: 20px 30px;
  border-left: 3px solid #c4a662; }
  .wp-block-quote p {
    margin-bottom: 10px; }
    .wp-block-quote p strong {
      margin-bottom: 0; }
  .wp-block-quote:last-of-type {
    margin-bottom: 80px; }

p strong {
  display: inline-block;
  margin-bottom: 10px; }
  p a {
    text-decoration: none;
    color: #1901d4; }

.wp-block-columns {
  margin-bottom: 30px; }
  .wp-block-columns .wp-block-column h2 {
    text-align: left; }

.section {
  padding: 50px 0; }
  .section h2 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 30px;
    text-align: center; }
  .section h3 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600; }
  .section p {
    margin-bottom: 20px; }
  .section .wp-block-quote p {
    margin-bottom: 10px;
    font-weight: 700; }

.breadcrumbs-section {
  padding: 30px 0;
  background: #1d1d1c;
  color: #fff; }
  .breadcrumbs-section h1 {
    font-size: 32px;
    font-weight: 600; }

.breadcrumb {
  margin: 0; }
  .breadcrumb span a {
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    color: #c4a662; }
    .breadcrumb span a:hover {
      filter: saturate(300%); }

.breadcrumb-block {
  margin: 0 0 30px 0; }
  .breadcrumb-block span a {
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    color: #0b0e62; }
    .breadcrumb-block span a:hover {
      filter: saturate(90%); }

.footer {
  padding: 0 0 25px 0;
  color: #fff;
  background-color: #041e4f; }
  .footer__info {
    margin-bottom: 25px; }
  .footer__logo {
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
}
.footer-wrapper {
	padding-top: 25px;
}
  .footer__col-1, .footer__col-2 {
    margin-bottom: 30px; }
  .footer__title {
    text-transform: uppercase;
	color: #fff;
    font-weight: 700;
    display: block;
    margin-bottom: 10px; }
  .footer__text {
    margin: 0;
    font-size: 16px;
	color: #fff;
    margin-bottom: 10px; }
    .footer__text--mb-32 {
      margin-bottom: 30px; }
  .footer__link {
    color: #fff;
    text-decoration: none;
    font-size: 16px; }
  .footer__menu {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0; }
  .footer__menu-item {
    margin-bottom: 10px; }
  .footer__copyright-text {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff; }
  .footer__address {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 2.1; }
  .footer__description {
	margin-top: 10px;
    margin-bottom: 0; }

.footer__infobox {
    display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
}
.footer__about {
    flex-basis: 50%;
}

@media (max-width: 991px) {
  .hero-block__title {
    font-size: 50px; }
	.footer__infobox {
		flex-direction: column;
	}
}

@media (max-width: 767px) {
  .hero-block__title {
    font-size: 35px; }

  .main-button {
    font-size: 15px; }

  .wp-block-media-text {
    gap: 30px; }

  .wp-block-heading {
    text-align: center; } }

@media (max-width: 575px) {
  .hero-block__title {
    font-size: 30px; }
    .hero-block__text {
      font-size: 15px; }

  .main-button {
    font-size: 13px; }

  .footer {
    padding: 0 0 20px 0; }
    .footer__col-1, .footer__col-2 {
      margin-bottom: 25px; }
    .footer__title {
      margin-bottom: 8px; }
    .footer__text {
      font-size: 14px; }
      .footer__text--mb-32 {
        margin-bottom: 20px; }
    .footer__link {
      font-size: 14px; }
    .footer__menu {
      margin: 0 0 30px 0; }
    .footer__copyright-text {
      font-size: 14px; }
    .footer__address {
      font-size: 14px;
      margin-bottom: 25px; } }

@media (min-width: 320px) and (max-width: 420px) {
  .nav-list {
    font-size: 17px; }

  .hero-block__title {
    font-size: 27px;
	margin-bottom: 0px;
    line-height: 1.7; }
    .hero-block__text {
      font-size: 15px; }
	.rating-block img {
    width: 3.5rem;}

  .main-button {
    font-size: 12px; }

  .content-block {
    padding: 30px 0; }

  .footer {
    padding: 0 0 20px 0; }
    .footer__col-1, .footer__col-2 {
      margin-bottom: 25px; }
    .footer__title {
      margin-bottom: 8px; }
    .footer__text {
      font-size: 14px; }
      .footer__text--mb-32 {
        margin-bottom: 20px; }
    .footer__link {
      font-size: 14px; }
    .footer__menu {
      margin: 0 0 30px 0; }
    .footer__copyright-text, .footer__description {
      font-size: 14px; }
    .footer__address {
      font-size: 14px;
      margin-bottom: 25px; } }

.footer__options {
	display: flex;
	border-bottom: 0.1px solid rgba(194, 193, 198, 0.25);
}
.footer__call, .footer__week, .footer__areas {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 20px;
    background: #1d1d1c;
    color: #fff;
    font-weight: 600;
    border-right: 0.1px solid rgba(194, 193, 198, 0.25);
	flex-grow: 1;
	flex-basis: 33%;
}
.footer__call {
	grid-area: call;
}
.footer__week {
	grid-area: week;
}
.footer__areas {
	border-right: none;
	grid-area: areas;
}
.footer__call a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}
.footer__week p, .footer__areas p {
	margin: 0 !important;
}
@media (max-width: 850px) {
	.footer__options {
		display: grid;
		grid-template-areas: 'call areas' 'week week';
	}
	.footer__week {
		border-top: 0.1px solid rgba(194, 193, 198, 0.25);
	}
	.footer__call a span {
		display: none;
	}
}


/*# sourceMappingURL= */