#footerMob {
  margin-top: 0 !important;
}

.cover {
  height: 100vh;
  min-height: 440px;
  max-height: 440px;
  width: 100%;
  position: relative;
}
.cover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  min-height: 440px;
  max-height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(88%);
}
.cover .content {
  z-index: 100;
  position: relative;
  padding-top: 140px;
  padding-inline: 20px;
}
.cover .content .text {
  text-align: center;
  position: relative;
}
.cover .content .text h1 {
  color: white;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1em;
  margin-top: 15px;
}
.cover .content .text p {
  color: white;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 22px;
  opacity: 0.9;
}
.cover .content .text .button {
  background: white;
  width: 190px;
  height: 55px;
  border-radius: 30px;
  color: #1F1F1F;
  margin-top: 30px;
  text-decoration: none;
}
.cover .content .text .button.secondary {
  background: rgba(112, 112, 112, 0.6);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.514);
}
.cover .content .text .button:hover {
  background: #0467aa;
  color: white;
}

.contact-section {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 75px;
}
.contact-section .content {
  padding-inline: 20px;
}
.contact-section .content .text {
  position: relative;
}
.contact-section .content .text .headingp {
  color: #0467aa;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.contact-section .content .text h2 {
  color: #1F1F1F;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 16px;
  margin-top: 8px;
}
.contact-section .content .text p {
  color: #1F1F1F;
  opacity: 0.9;
  font-size: 16px;
}
.contact-section .content .text .contact-options {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding-top: 15px;
}
.contact-section .content .text .contact-options i {
  color: #0467aa;
  font-size: 32px;
}
.contact-section .content .text .contact-options a {
  color: #1F1F1F;
  font-size: 16px;
  margin-block: 8px;
}
.contact-section .content .text .contact-options a i {
  font-size: 20px;
  margin-right: 10px;
}
.contact-section .content iframe {
  border-radius: 8px;
  width: 100%;
  height: 450px;
  margin-top: 35px;
}

.our-services {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 75px;
}
.our-services .content {
  padding-inline: 20px;
}
.our-services .content .text {
  position: relative;
}
.our-services .content .text.mobile {
  display: block;
}
.our-services .content .text.desktop {
  display: none;
}
.our-services .content .text .headingp {
  color: #0467aa;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.our-services .content .text h2 {
  color: #1F1F1F;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 16px;
  margin-top: 8px;
}
.our-services .content .text p {
  color: #1F1F1F;
  opacity: 0.9;
  font-size: 16px;
}
.our-services .content .cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 45px;
}
.our-services .content .cards .card {
  background: white;
  border-radius: 18px;
  padding: 30px 20px;
  border: none;
}
.our-services .content .cards .card img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 60px;
  height: auto;
}
.our-services .content .cards .card i {
  font-size: 42px;
  margin-bottom: 6px;
  color: #0467aa;
}
.our-services .content .cards .card .title {
  font-size: 30px;
  color: #1F1F1F;
  font-weight: 500;
  margin-top: 18px;
}
.our-services .content .cards .card .card-text {
  opacity: 0.9;
  color: #1F1F1F;
  font-size: 16px;
}
.our-services .content .cards .card .button {
  width: 120px;
  height: 47px;
  background: transparent;
  color: #0467aa;
  border: 1px solid lightgray;
  border-radius: 30px;
  margin-top: 25px;
  text-decoration: none;
}
.our-services .content .cards .card .button:hover {
  border-color: #0467aa;
  color: white;
  background: #0467aa;
}
.our-services .content .button {
  width: 180px;
  height: 55px;
  background: #0467aa;
  color: white;
  border-radius: 30px;
  margin-top: 40px;
}

.reviews {
  position: relative;
  padding-top: 80px;
  width: 100%;
  height: auto;
  padding-inline: 20px;
}
.reviews .content {
  background: white;
  border-radius: 18px;
  padding: 20px;
  padding-block: 65px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.reviews .content .text {
  text-align: center;
}
.reviews .content .text .headingp {
  color: #0467aa;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.reviews .content .text h2 {
  color: #1F1F1F;
  font-size: 30px;
  font-weight: 500;
}
.reviews .content .text p {
  color: #1F1F1F;
  opacity: 0.9;
  font-size: 16px;
}
.reviews .content .cards {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.reviews .content .cards .card {
  padding: 20px;
  padding-block: 50px;
  background: #f6f7ff;
  border-radius: 18px;
  width: 100%;
  height: auto;
  border: none;
  text-align: left;
}
.reviews .content .cards .card h2 {
  color: #1F1F1F;
  font-size: 26px;
  font-weight: 400;
}
.reviews .content .cards .card p {
  color: #1F1F1F;
  opacity: 0.9;
  font-size: 16px;
  margin-top: 6px;
}
.reviews .content .cards .card .review-user {
  display: flex;
  background: white;
  border-radius: 50px;
  padding: 15px;
  margin-top: 15px;
  align-items: center;
  gap: 30px;
  position: relative;
}
.reviews .content .cards .card .review-user img {
  width: 55px;
  height: 55px;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews .content .cards .card .review-user .review-user-name {
  color: #1F1F1F;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 7px;
}
.reviews .content .cards .card .review-user .stars i {
  color: rgb(233, 198, 0);
}

.book-time {
  position: relative;
  width: 100%;
  height: 540px;
  padding-top: 75px;
  margin-top: 75px;
}
.book-time img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 540px;
  width: 100%;
  filter: brightness(70%);
  position: absolute;
  top: 0;
}
.book-time .content {
  height: 100%;
  padding-inline: 20px;
  padding-block: 60px;
  padding-top: 30px;
  position: relative;
}
.book-time .content .text h2 {
  font-size: 44px;
  color: white;
}
.book-time .content .text p {
  margin-top: 15px;
  color: white;
  opacity: 0.8;
  font-size: 16px;
}
.book-time .content .text .button {
  background: white;
  width: 190px;
  height: 55px;
  border-radius: 30px;
  color: #1F1F1F;
  margin-top: 30px;
  text-decoration: none;
}
.book-time .content .text .button.secondary {
  background: rgba(112, 112, 112, 0.6);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.514);
}
.book-time .content .text .button:hover {
  background: #0467aa;
  color: white;
}

.contact {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 65px;
  padding-bottom: 60px;
}
.contact .content {
  padding-inline: 20px;
}
.contact .content form {
  background: #0467aa;
  border-radius: 18px;
  width: 100%;
  height: 600px;
  padding: 22px;
  padding-block: 55px;
  padding-bottom: 0;
  text-align: center;
  position: relative;
}
.contact .content form img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0.05;
}
.contact .content form h2 {
  color: white;
  font-size: 30px;
  margin-bottom: 16px;
}
.contact .content form p {
  font-size: 16px;
  color: white;
  opacity: 0.9;
}
.contact .content form .form-content {
  background: white;
  border-radius: 18px;
  padding: 17px;
  padding-block: 28px;
  text-align: left;
  transform: translateY(35px);
}
.contact .content form .form-content p {
  color: #1F1F1F;
  margin-bottom: 22px;
}
.contact .content form .form-content p a {
  color: #1F1F1F;
  text-decoration: underline;
}
.contact .content form .form-content input {
  margin-bottom: 15px;
  width: 100%;
  height: 56px;
  border: 1px solid lightgray;
  border-radius: 6px;
  padding: 15px;
  color: #0467aa;
}
.contact .content form .form-content input:active, .contact .content form .form-content input:focus {
  border: 1px solid #0467aa;
}
.contact .content form .form-content .flex {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.contact .content form .form-content button {
  background: #0467aa;
  height: 56px;
  width: 75px;
  border: none;
  outline: none;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}
.contact .content form .form-content button:hover {
  background: white;
}
.contact .content form .form-content button:hover i {
  color: #0467aa;
}
.contact .content form .form-content button i {
  color: white;
  font-size: 19px;
}

@media only screen and (min-device-width: 1140px) {
  .cover {
    height: 560px;
    min-height: 560px;
    max-height: 560px;
    width: 100%;
    position: relative;
  }
  .cover video, .cover img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 560px;
    min-height: 560px;
    max-height: 560px;
    -o-object-fit: cover;
       object-fit: cover;
    filter: brightness(50%);
  }
  .cover .content {
    z-index: 100;
    position: relative;
    padding-top: 170px;
    padding-inline: 50px;
    max-width: 1560px;
    margin-inline: auto;
  }
  .cover .content .text {
    text-align: center;
    position: relative;
    max-width: 700px;
    margin-inline: auto;
  }
  .cover .content .text h1 {
    color: white;
    font-size: 70px;
    font-weight: 500;
    line-height: 1.1em;
    margin-top: 15px;
  }
  .cover .content .text p {
    color: white;
    font-size: 18px;
    margin-bottom: 0;
    opacity: 0.9;
    margin-top: 25px;
  }
  .cover .content .text .cover-buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .cover .content .text .button {
    background: white;
    width: 190px;
    height: 55px;
    border-radius: 30px;
    color: #1F1F1F;
    margin-top: 0;
    text-decoration: none;
  }
  .cover .content .text .button.secondary {
    background: rgba(112, 112, 112, 0.6);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.514);
  }
  .cover .content .text .button:hover {
    background: #0467aa;
    color: white;
  }
  .contact-section {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 75px;
  }
  .contact-section .content {
    padding-inline: 50px;
    max-width: 1500px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
  }
  .contact-section .content .text {
    position: relative;
    max-width: 700px;
  }
  .contact-section .content .text .headingp {
    color: #0467aa;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .contact-section .content .text h2 {
    color: #1F1F1F;
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 8px;
  }
  .contact-section .content .text p {
    color: #1F1F1F;
    opacity: 0.9;
    font-size: 16px;
  }
  .contact-section .content .text .contact-options {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding-top: 15px;
  }
  .contact-section .content .text .contact-options i {
    color: #0467aa;
    font-size: 32px;
  }
  .contact-section .content .text .contact-options a {
    color: #1F1F1F;
    font-size: 16px;
    margin-block: 8px;
  }
  .contact-section .content .text .contact-options a i {
    font-size: 20px;
    margin-right: 10px;
  }
  .contact-section .content iframe {
    border-radius: 8px;
    width: 100%;
    height: 600px;
    margin-top: 0;
  }
  .our-services {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 0;
    margin-top: 165px;
  }
  .our-services .content {
    padding-inline: 50px;
    max-width: 1560px;
    margin-inline: auto;
  }
  .our-services .content .text {
    position: relative;
  }
  .our-services .content .text.mobile {
    display: none;
  }
  .our-services .content .text.desktop {
    display: flex;
    justify-content: space-between;
  }
  .our-services .content .text.desktop .headingp {
    margin-bottom: auto;
    width: 22%;
  }
  .our-services .content .text.desktop h2 {
    margin: 0;
  }
  .our-services .content .text .headingp {
    color: #0467aa;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .our-services .content .text h2 {
    color: #1F1F1F;
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 8px;
    max-width: 540px;
  }
  .our-services .content .text p {
    color: #1F1F1F;
    opacity: 0.9;
    font-size: 16px;
  }
  .our-services .content .cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 65px;
  }
  .our-services .content .cards .card {
    background: white;
    border-radius: 18px;
    padding: 40px 30px;
    border: none;
    width: calc(34% - 30px);
    min-width: calc(34% - 30px);
    max-width: calc(34% - 30px);
    cursor: pointer;
  }
  .our-services .content .cards .card:hover .button {
    border-color: #0467aa;
    color: white;
    background: #0467aa;
  }
  .our-services .content .cards .card i {
    color: #0467aa;
    font-size: 38px;
  }
  .our-services .content .cards .card .title {
    font-size: 30px;
    color: #1F1F1F;
    font-weight: 500;
    margin-top: 18px;
  }
  .our-services .content .cards .card .card-text {
    opacity: 0.9;
    color: #1F1F1F;
    font-size: 16px;
    margin-bottom: 35px;
  }
  .our-services .content .cards .card .button {
    width: 120px;
    height: 47px;
    background: transparent;
    color: #0467aa;
    border: 1px solid lightgray;
    border-radius: 30px;
    margin-top: 25px;
    text-decoration: none;
    margin-top: auto;
  }
  .our-services .content .cards .card .button:hover {
    border-color: #0467aa;
    color: white;
    background: #0467aa;
  }
  .our-services .content .button {
    width: 180px;
    height: 55px;
    background: #0467aa;
    color: white;
    border-radius: 30px;
    margin-top: 40px;
    text-decoration: none;
  }
  .our-services .content .button:hover {
    background: white;
    color: #0467aa;
    border: 1px solid lightgrey;
  }
  .our-services .content .button.mobile {
    display: none;
  }
  .our-services .content .button.desktop {
    margin-top: auto;
  }
  .reviews {
    position: relative;
    padding-top: 85px;
    width: 100%;
    height: auto;
    padding-inline: 50px;
  }
  .reviews .content {
    background: white;
    border-radius: 18px;
    padding: 30px;
    padding-block: 65px;
    padding-bottom: 120px;
    display: flex;
    flex-direction: column;
    gap: 45px;
    max-width: 1560px;
    margin-inline: auto;
  }
  .reviews .content .text {
    text-align: center;
  }
  .reviews .content .text .headingp {
    color: #0467aa;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .reviews .content .text h2 {
    color: #1F1F1F;
    font-size: 44px;
    font-weight: 500;
  }
  .reviews .content .text p {
    color: #1F1F1F;
    opacity: 0.9;
    font-size: 16px;
  }
  .reviews .content .cards {
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin-top: 50px;
  }
  .reviews .content .cards .card {
    padding: 20px;
    padding-block: 50px;
    background: #f0f2ff;
    border-radius: 18px;
    width: 33%;
    height: auto;
    border: none;
    text-align: left;
    display: flex;
    flex-direction: column;
  }
  .reviews .content .cards .card h2 {
    color: #1F1F1F;
    font-size: 26px;
    font-weight: 400;
  }
  .reviews .content .cards .card p {
    color: #1F1F1F;
    opacity: 0.9;
    font-size: 16px;
    margin-top: 6px;
  }
  .reviews .content .cards .card .review-user {
    display: flex;
    background: white;
    border-radius: 50px;
    padding: 10px;
    margin-top: 15px;
    align-items: center;
    gap: 30px;
    position: relative;
    width: -moz-max-content;
    width: max-content;
    padding-right: 60px;
  }
  .reviews .content .cards .card .review-user.left {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    margin-top: auto;
    transform: translateY(90px) translateX(20px);
  }
  .reviews .content .cards .card .review-user.middle {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: -60px;
    right: 10px;
  }
  .reviews .content .cards .card .review-user img {
    width: 55px;
    height: 55px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .reviews .content .cards .card .review-user .review-user-name {
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7px;
  }
  .reviews .content .cards .card .review-user .stars i {
    color: rgb(233, 198, 0);
  }
  .book-time {
    position: relative;
    width: 100%;
    height: 540px;
    padding-top: 75px;
    margin-top: 89px;
  }
  .book-time img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 540px;
    width: 100%;
    filter: brightness(70%);
    position: absolute;
    top: 0;
  }
  .book-time .content {
    height: 100%;
    padding-inline: 50px;
    padding-block: 60px;
    padding-top: 0;
    position: relative;
    max-width: 1560px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .book-time .content .text {
    text-align: left;
  }
  .book-time .content .text h2 {
    font-size: 64px;
    color: white;
  }
  .book-time .content .text p {
    margin-top: 15px;
    color: white;
    opacity: 0.8;
    font-size: 16px;
    max-width: 700px;
  }
  .book-time .content .text .button {
    background: white;
    width: 190px;
    height: 55px;
    border-radius: 30px;
    color: #1F1F1F;
    margin-top: 30px;
    text-decoration: none;
  }
  .book-time .content .text .button.secondary {
    background: rgba(112, 112, 112, 0.6);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.514);
  }
  .book-time .content .text .button:hover {
    background: #0467aa;
    color: white;
  }
  .contact {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 125px;
    overflow: hidden;
  }
  .contact .content {
    max-width: 1560px;
    margin-inline: auto;
    padding-inline: 50px;
  }
  .contact .content form {
    background: #0467aa;
    border-radius: 18px;
    width: 100%;
    height: 390px;
    padding: 34px;
    padding-block: 75px;
    padding-bottom: 0;
    text-align: center;
    position: relative;
  }
  .contact .content form img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0.05;
  }
  .contact .content form h2 {
    color: white;
    font-size: 44px;
    margin-bottom: 24px;
    max-width: 600px;
    margin-inline: auto;
  }
  .contact .content form p {
    font-size: 16px;
    color: white;
    opacity: 0.9;
    max-width: 600px;
    margin-inline: auto;
  }
  .contact .content form .form-content {
    background: white;
    border-radius: 18px;
    padding: 34px;
    padding-block: 28px;
    text-align: left;
    transform: translateY(45px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    width: 88%;
    margin-inline: auto;
  }
  .contact .content form .form-content p {
    color: #1F1F1F;
    margin: 0;
    margin-bottom: 35px;
  }
  .contact .content form .form-content p a {
    color: #1F1F1F;
    text-decoration: underline;
  }
  .contact .content form .form-content .inputs-flex {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .contact .content form .form-content input {
    margin-bottom: 0;
    width: 33%;
    height: 56px;
    border: 1px solid lightgray;
    border-radius: 6px;
    padding: 15px;
    color: #0467aa;
  }
  .contact .content form .form-content input:active, .contact .content form .form-content input:focus {
    border: 1px solid #0467aa;
  }
  .contact .content form .form-content .flex {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 33%;
  }
  .contact .content form .form-content .flex input {
    width: 100%;
  }
  .contact .content form .form-content button {
    background: #0467aa;
    height: 56px;
    width: 75px;
    border: none;
    outline: none;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
  }
  .contact .content form .form-content button:hover {
    background: white;
  }
  .contact .content form .form-content button:hover i {
    color: #0467aa;
  }
  .contact .content form .form-content button i {
    color: white;
    font-size: 19px;
  }
}/*# sourceMappingURL=contact.css.map */