@import "https://fonts.googleapis.com/css2?family=Cabin:wght@400..700&family=Italiana&family=Montserrat:ital,wght@0,400;1,400&display=swap";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css";
@import "//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.css";
@import "//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css";
@import "bootstrap.min.css";
html {
  scroll-behavior: smooth;
}
@media (max-width: 800px) {
  html {
    height: 100%;
    width: 100%;
  }
}

body {
  overflow-x: hidden;
  font-family: "Cabin", serif;
}

h1, h2, h3, h4, h5 {
  font-family: "Italiana", serif;
}

.thin {
  font-family: "Montserrat", serif;
}

.btn-rd {
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  padding: 5px 15px;
  display: inline-flex;
  align-items: center;
  font-size: 0.8em;
  font-family: "Montserrat", serif;
  text-decoration: none;
  color: #F0F0F0;
  transition: color 0.3s ease-in-out;
}
.btn-rd:hover {
  color: #F6EEDF;
}

.link {
  display: inline-flex;
  align-items: center;
  font-size: 0.8em;
  font-family: "Montserrat", serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #F0F0F0;
  transition: color 0.3s ease-in-out;
}
.link i {
  margin-left: 8px;
  transition: transform 0.3s ease-in-out;
}
.link:hover {
  color: #F6EEDF;
}
.link:hover i {
  transform: translateX(5px);
}

.whatsapp a {
  position: fixed;
  right: 5px;
  z-index: 9999999999999999;
  top: 72%;
  font-size: 20px;
  color: #25D366;
}

.phone a {
  position: fixed;
  right: 5px;
  z-index: 9999999999999999;
  top: 82%;
  font-size: 20px;
  color: #2d2d2d;
}

.ticker {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, black 6%, black 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, black 6%, black 94%, transparent 100%);
}

.slide {
  display: inline-block;
  white-space: nowrap;
  padding: 0 2rem;
}

.slick-track {
  display: flex !important;
  align-items: center;
}

.slick-slide {
  float: none !important;
  height: auto !important;
}
.slick-slide > div {
  display: inline-block;
}

.prehead {
  background: #2d2d2d;
  color: #F0F0F0;
  font-size: 0.8em;
  font-weight: lighter;
  text-transform: uppercase;
}

.header-gral {
  background: url("../images/4.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.site-header {
  background-color: transparent;
  position: relative;
  z-index: 1000;
}
.site-header .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .site-branding {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.site-header .site-branding img {
  max-width: 250px;
  height: auto;
}
@media (max-width: 800px) {
  .site-header .site-branding img {
    max-width: 190px;
  }
}
.site-header .site-branding .site-title {
  font-size: 1.5rem;
}
.site-header .social-icons {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.site-header .social-icons a {
  color: #F0F0F0;
  font-size: 1.3em;
  transition: color 0.3s ease-in-out;
}
.site-header .social-icons a:hover {
  color: #F0F0F0;
}
@media (max-width: 800px) {
  .site-header .social-icons a {
    font-size: 1em;
  }
}

.desktop-menu {
  text-align: center;
  margin-top: 10px;
  border-top: 1px solid #F0F0F0;
  padding-top: 11px;
}
.desktop-menu .container {
  display: flex;
  justify-content: center;
}
.desktop-menu .navbar-nav {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  margin: 0;
  flex-direction: initial;
}
.desktop-menu .navbar-nav li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.desktop-menu .navbar-nav li.menu-item-has-children {
  position: relative;
}
.desktop-menu .navbar-nav li a {
  color: #F0F0F0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
  transition: 0.3s;
}
.desktop-menu .navbar-nav li a:hover {
  color: #C13584;
}
.desktop-menu .navbar-nav .nav-item {
  display: inline-block;
  padding: 10px 15px;
}
.desktop-menu .navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: bold;
  color: #002855;
  transition: 0.3s;
  padding: 10px 15px;
}
.desktop-menu .navbar-nav .nav-link:hover {
  color: #C13584;
}
.desktop-menu .navbar-nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #F0F0F0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  min-width: 180px;
  padding: 10px 0;
  z-index: 1000;
}
.desktop-menu .navbar-nav .sub-menu li {
  display: block;
  text-align: left;
}
.desktop-menu .navbar-nav .sub-menu a {
  display: block;
  padding: 10px 15px;
  color: #002855;
  font-size: 0.9rem;
  text-transform: none;
  white-space: nowrap;
}
.desktop-menu .navbar-nav .sub-menu a:hover {
  background-color: #002855;
  color: #F0F0F0;
}
.desktop-menu .navbar-nav li:hover > .sub-menu {
  display: block;
}

@media (max-width: 992px) {
  .desktop-menu .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
}
.menu-container {
  position: fixed;
  top: 0;
  left: -100%;
  width: 250px;
  height: 100vh;
  background-color: #232323;
  color: #cdcdcd;
  padding: 20px;
  transition: left 0.3s ease-in-out;
  z-index: 1050;
}
.menu-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-container ul li {
  padding: 15px 0;
}
.menu-container ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s ease-in-out;
}
.menu-container ul li a:hover {
  color: #00C6A7;
}

.menu-toggle {
  border: none;
  background: none;
  font-size: 1.8rem;
  color: #333;
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
}

.close-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 2rem;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

.menu-container.open {
  left: 0;
}

.slide-home {
  margin-top: -143px;
  position: relative;
  width: 100vw;
  overflow: hidden;
}
@media (max-width: 800px) {
  .slide-home {
    height: 60vh;
  }
}
.slide-home .video-content {
  bottom: 0;
  position: relative;
  top: 0;
  height: 600px;
  width: 100%;
}
.slide-home .video-content img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  filter: brightness(0.6);
}
.slide-home .video-content img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}
@media (max-width: 800px) {
  .slide-home .video-content img {
    height: 60vh;
  }
}
.slide-home .video-content video {
  object-position: center;
  width: 100%;
}
.slide-home .caption {
  color: #F0F0F0;
  position: absolute;
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  width: 100%;
  text-align: center;
}
@media (max-width: 800px) {
  .slide-home .caption {
    top: 45%;
    left: 0%;
    width: 90%;
  }
}
.slide-home .caption h1 {
  font-size: 3em;
}
@media (max-width: 800px) {
  .slide-home .caption h1 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 5px;
  }
}
.slide-home .caption p {
  color: #F0F0F0;
  font-size: 1.2em;
}
@media (max-width: 800px) {
  .slide-home .caption p {
    font-size: 0.8em;
    line-height: normal;
  }
}
.slide-home .caption .btn {
  font-size: 1em;
}

.new-m .title-section {
  color: #002855;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
}
.new-m .title-section h2 {
  font-family: "Italiana", serif;
}
.new-m .mt-2 {
  font-size: 1.1em;
}
.new-m .link, .new-m a {
  color: #002855;
  text-decoration: none;
}
.new-m img {
  height: 500px;
  object-fit: cover;
}

.full-width-section {
  background-color: #F6EEDF;
}
.full-width-section .row {
  margin-left: 0;
  margin-right: 0;
}
.full-width-section .img-column {
  padding: 0;
}
.full-width-section .img-column img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.full-width-section .mt-2 {
  font-weight: 100;
}

.products-hm {
  background: #F0F0F0;
  padding: 50px 0;
}
.products-hm .products a {
  color: #2d2d2d;
}
.products-hm .add_to_cart_button {
  background-color: transparent !important;
  border: 1px solid #2d2d2d !important;
  border-radius: 0 !important;
  font-family: "Montserrat", serif;
  font-size: 0.7em !important;
  text-transform: uppercase;
  transition: 0.3s;
}
.products-hm .add_to_cart_button:hover {
  background-color: #2d2d2d !important;
  color: #F0F0F0 !important;
}
.products-hm .added_to_cart {
  font-family: "Montserrat", serif;
  font-size: 0.7em;
  font-weight: lighter;
  margin-left: 10px;
  text-decoration: underline !important;
  text-transform: uppercase;
}

.review {
  background: #F6EEDF;
  padding: 40px 0;
}
.review .rv {
  color: #F0F0F0;
  padding: 30px;
  margin-top: -20px;
}
.review .rv .fa-user {
  font-size: 2em;
  margin-bottom: 20px;
}
.review .rv .fa-star {
  margin: 10px 0 20px 0;
  color: #FFB71B;
}
.review img {
  width: 100%;
  object-fit: cover;
  height: 500px;
}
.review .slide-review img {
  object-fit: contain;
}

.hm-fm {
  background: url("../images/bgform.webp") no-repeat;
  background-size: cover;
}
.hm-fm h3 {
  color: #F0F0F0;
  padding: 50px 0;
}
.hm-fm .wpcf7-form {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .hm-fm .wpcf7-form {
    width: 90%;
  }
}

.contact-section {
  background: url("../images/4.jpg") no-repeat;
  background-size: cover;
}
.contact-section .bg-teal {
  background: #F0F0F0;
}
.contact-section .sqr {
  background: #2d2d2d;
  color: #F0F0F0;
  height: 250px;
  padding: 40px 20px;
}
.contact-section .sqr i {
  font-size: 2em;
  margin-bottom: 50px;
}
.contact-section .sqr a {
  color: #737373;
  text-decoration: none;
}
.contact-section .form-control {
  background: #737373;
  border-radius: 0;
}
.contact-section .btn-primary-lp {
  width: 100%;
}

.dis-hom {
  background: url("../images/3.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  color: #F0F0F0;
}
.dis-hom h5 {
  font-size: 2em;
}
.dis-hom a {
  color: #F0F0F0;
  text-decoration: none;
}

.us .nav-home {
  background: #002855;
  padding: 20px 0;
}
@media (max-width: 800px) {
  .us .nav-home {
    text-align: center;
  }
}
.us .nav-home ul {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .us .nav-home ul {
    margin: 0;
  }
}
@media (max-width: 800px) {
  .us .nav-home ul li {
    margin-bottom: 10px;
  }
}
.us .nav-home a {
  color: #F0F0F0;
  font-size: 0.8em;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .us .nav-home a {
    text-decoration: underline;
  }
}
.us .become-ab {
  background: #F0F0F0;
  padding: 200px 0 100px 0;
}
@media (max-width: 800px) {
  .us .become-ab {
    padding: 50px 0 100px 0;
  }
}
.us .become-ab h3 {
  font-size: 1.5em;
  font-weight: bold;
  color: #002855;
}
.us .become-ab .cal-sep {
  color: #002855;
  display: inline-block;
  height: 200px;
  position: relative;
  margin-top: -70px;
  padding: 50px;
}
@media (max-width: 800px) {
  .us .become-ab .cal-sep {
    margin-top: -20px;
  }
}
.us .become-ab .cal-sep:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 3px;
  height: 35%;
  background-color: #002855;
}
.us .become-ab .cal-sep:after {
  content: "";
  position: absolute;
  top: 8%;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #002855;
}
.us .become-ab h5 {
  font-size: 1.2em;
  font-weight: 100;
}
.us .list-ab {
  padding: 100px 0;
}
@media (max-width: 800px) {
  .us .list-ab {
    padding: 0;
  }
}
.us .list-ab h3, .us .list-ab small {
  font-weight: 100;
}
.us .list-ab ul {
  margin: 40px 0;
}
.us .list-ab ul i {
  color: #002855;
  margin-right: 20px;
}
.us .list-ab ul li {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 100;
  color: #002855;
}
.us .list-ab ul li p {
  padding-left: 50px;
}
.us .list-ab img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 800px) {
  .us .total-ab {
    padding: 100px 20px;
  }
}
.us .total-ab h3, .us .total-ab .light {
  font-weight: 100;
}
.us .tl-sep {
  display: inline-block;
  font-size: 1em;
  position: relative;
  padding-bottom: 10px;
  width: 100%;
}
.us .tl-sep:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 30%;
  height: 3px;
  background-color: #002855;
}
.us .tl-sep:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 30%;
  width: 70%;
  height: 1px;
  background-color: #002855;
}
.us .expert-ab .light {
  font-weight: 100;
}
.us .expert-ab .tl-sep {
  margin-bottom: 50px;
}
.us .expert-ab .tl-sep::after {
  width: 12%;
}
.us .expert-ab .tl-sep:before {
  left: 12%;
  width: 90%;
}
.us .expert-ab .btn {
  padding: 15px 20px;
}
.us .expert-ab h3 {
  font-weight: 100;
}
.us .expert-ab .team-bg {
  background: #F0F0F0;
  padding: 100px 0;
}
.us .expert-ab .team-bg .p-5 {
  padding-top: 10% !important;
}
.us .expert-ab .team {
  padding: 100px 0;
}
.us .expert-ab .team .p-5 {
  padding-top: 10% !important;
}
.us .video-ab {
  padding: 100px 0;
}
.us .video-ab ul {
  margin: 0 0 40px 0;
}

.contact .become-ab {
  padding: 100px 0;
}
.contact .become-ab a {
  color: #663fb5;
}
.contact .wpcf7-form input[type=text],
.contact .wpcf7-form input[type=email],
.contact .wpcf7-form input[type=url],
.contact .wpcf7-form input[type=password],
.contact .wpcf7-form input[type=search],
.contact .wpcf7-form input[type=number],
.contact .wpcf7-form input[type=tel],
.contact .wpcf7-form textarea {
  background: #F0F0F0;
}
.contact .wpcf7-form p label {
  color: #2d2d2d;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=url],
.wpcf7-form input[type=password],
.wpcf7-form input[type=search],
.wpcf7-form input[type=number],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
  color: #1f252b;
  width: 100%;
  padding: 12px 16px;
  border-radius: 0;
  border: 0;
}
.wpcf7-form p {
  margin: 0 0 10px 0;
  width: 100%;
}
.wpcf7-form p label {
  color: #F0F0F0;
  width: 100%;
}
.wpcf7-form .wpcf7-submit {
  background-color: #002855;
  border: 0;
  color: #fff;
  border-radius: 1px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  width: auto;
  padding: 20px 42px;
  letter-spacing: 2px;
  font-size: 14px;
}
.wpcf7-form .wpcf7-submit:hover {
  cursor: pointer;
  box-shadow: 0px 7px 16px -7px rgba(0, 0, 0, 0.4);
  border: 0;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
  outline: 1px solid rgba(84, 222, 197, 0.9);
  outline-offset: 0;
}

div.wpcf7-mail-sent-ok {
  border: 0;
  background: #5471de;
  color: #fff;
  padding: 18px;
}

div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
  border: 0;
  background: #f9443b;
  color: #fff;
  padding: 18px;
}

span.wpcf7-not-valid-tip {
  color: #f9443b;
}

.site-footer {
  background: #2d2d2d;
  color: #F0F0F0;
  padding: 40px 0 10px 0;
}
@media (max-width: 800px) {
  .site-footer {
    text-align: center;
  }
}
@media (max-width: 800px) {
  .site-footer img {
    width: 80%;
  }
}
.site-footer h6 {
  font-family: "Italiana", serif;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}
@media (max-width: 800px) {
  .site-footer ul {
    margin-left: 0;
  }
}
.site-footer i {
  font-size: 1.5em;
}
.site-footer li a {
  color: #F0F0F0;
}
.site-footer li a:hover {
  color: #2d2d2d;
}
.site-footer li i {
  font-size: 0.7em;
}

/*# sourceMappingURL=styles.css.map */
