/*!
Theme Name: Project 
Theme URI: 
Author: Strive Enterprise
Author URI: https://striveenterprise.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: project
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Project is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
  --color-primary: #09236d;
  --color-secondary: #ff002a;
  --color-tertiary: #2d77dc;
  --color-secondary-light: #fa8a61;
  --color-secondary-dark: #f4d790;
  --color-primary-10: #16110b;
  --color-text: #16110b;
  --color-text-light: #6b6b6b;
  --color-text-light2: #616265;
  --color-text-light3: #909da2;
  --fs-title-extra-large: 60px;
  --fs-title-larger: 50px;
  --fs-title: 40px;
  --fs-title-smaller: 48px;
  --fs-title-small: 44px;
  --fs-title-smallest: 40px;
  --fs-title-extra-small: 25px;

  --fs-subtitle: 20px;
  --fs-subtitle-large: 22px;
  --fs-subtitle-small: 18px;

  --fs-content: 17px;
  --fs-content-small: 16px;
  --fs-content-smaller: 15px;
  --fs-content-extra-small: 14px;
  --fs-content-extra-smallest: 12px;
  --fs-content-larger: 19px;
  --fs-content-extra-large: 24px;

  --fs-button: 30px;

  --ff-poppins: "Poppins", sans-serif;
  --ff-oxygen: "Oxygen", sans-serif;
  --ff-inter: "Inter Tight", sans-serif;
  --ff-archivo: "Archivo", sans-serif;
  --ff-titi: "Titillium Web", sans-serif;
  --ff-league: "League Spartan", sans-serif;
}

@media (width<1400px) {
  :root {
    --fs-title-small: 40px;
    --fs-title-extra-small: 25px;
    --fs-subtitle: 18px;
    --fs-subtitle-small: 18px;
    --fs-content: 16px;
    --fs-content-large: 18px;
  }
}

@media (width<768px) {
  :root {
    --fs-title-extra-large: 28px;
    --fs-title-larger: 20px;
    --fs-title: 20px;
    --fs-title-smaller: 28px;
    --fs-title-small: 23px;
    --fs-title-smallest: 30px;
    --fs-title-extra-small: 22px;
    --fs-subtitle: 18px;
  }
}

#modal-booking,
#modal-booking-services {
  /* .am-employee-select {
        display: none !important;
    } */
}

.fs-content,
.fs-content-large,
.fs-content-extra-large {
  line-height: 1.7;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--color-primary) #fff;
}

.modal {
  .modal-header {
    background: var(--color-primary);

    .logo-modal {
      /* filter: brightness(0) invert(1); */
      width: 42%;
      height: auto;
    }

    button {
      filter: brightness(0) invert(1);
    }
  }
}

html,
body {
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
  color: var(--color-primary);
  transition: 400ms;
}

a:hover {
  color: #000;
  transition: 400ms;
}

p,
ul li {
  color: var(--color-text);
  font-size: var(--fs-content);
  font-family: var(--ff-poppins);
  line-height: 1.7;
}

div {
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-text);
  font-family: var(--ff-poppins);
}

.fs-title span {
  color: var(--color-secondary);
  font-style: normal;
}

.page-width {
  margin-inline: auto;
  max-width: 1600px;
  padding-inline: 1rem;

  @media (width>=768px) {
    padding-inline: 4rem;
  }
}

.text-title {
  font-size: var(--fs-title);
  font-family: var(--ff-poppins);
  color: #fff;
  font-weight: 400;
}

.text-title-small {
  font-size: var(--fs-title-small);
  font-family: var(--ff-poppins);
  color: #fff;
  font-weight: 400;
}

.text-title-black {
  font-size: var(--fs-title);
  font-family: var(--ff-poppins);
  color: var(--color-text);
  font-weight: 400;
}

.text-title-small-black {
  font-size: var(--fs-title-small);
  font-family: var(--ff-poppins);
  color: var(--color-text);
  font-weight: 400;
}

.text-subtitle-black {
  font-size: var(--fs-subtitle);
  font-family: var(--ff-poppins);
  color: var(--color-text);
  font-weight: 400;
}

.text-subtitle-small {
  font-family: var(--ff-poppins);
  font-size: var(--fs-subtitle-small);
  color: #fff;
  font-weight: 400;
}

.text-subtitle-extra-small {
  font-size: var(--fs-subtitle-extra-small);
  font-family: var(--ff-poppins);
  color: #fff;
}

.text-subtitle-extra-small-black {
  font-size: var(--fs-subtitle-extra-small);
  font-family: var(--ff-poppins);
  color: var(--color-text);
}

.text-content-large {
  font-family: var(--ff-poppins);
  font-size: var(--fs-content-large);
  font-weight: 500;
  color: var(--color-text);
}

.text-content-extra-large {
  font-family: var(--ff-poppins);
  font-size: var(--fs-content-extra-large);
  font-weight: 500;
  color: var(--color-text);
}

.text-content {
  font-size: var(--fs-content);
  font-family: var(--ff-poppins);
  color: var(--color-text);
}

.text-content-small {
  font-size: 16px;
  font-family: var(--ff-poppins);
  color: #fff;
}

.text-footer-title {
  font-size: var(--fs-subtitle-large);
  font-family: var(--ff-poppins);
  font-weight: 700;
  color: var(--color-text);
}

html,
body {
}

.ff-poppins {
  font-family: var(--ff-poppins);
}

.ff-oxygen {
  font-family: var(--ff-oxygen);
}

.ff-inter {
  font-family: var(--ff-inter);
}

.ff-archivo {
  font-family: var(--ff-archivo);
}

.ff-titi {
  font-family: var(--ff-titi);
}

.ff-league {
  font-family: var(--ff-league);
}

.fs-title-extra-large {
  font-size: var(--fs-title-extra-large);
}

.fs-title-larger {
  font-size: var(--fs-title-larger);
}

.fs-title {
  font-size: var(--fs-title);
}

.fs-title-small {
  font-size: var(--fs-title-small);
}

.fs-title-smaller {
  font-size: var(--fs-title-smaller);
}

.fs-title-smallest {
  font-size: var(--fs-title-smallest);
}

.fs-title-extra-small {
  font-size: var(--fs-title-extra-small);
}

.fs-subtitle {
  font-size: var(--fs-subtitle);
}

.fs-subtitle-small {
  font-size: var(--fs-subtitle-small);
}

.fs-subtitle-large {
  font-size: var(--fs-subtitle-large);
}

.fs-content {
  font-size: var(--fs-content);
}

.fs-content-small {
  font-size: var(--fs-content-small);
}

.fs-content-extra-small {
  font-size: var(--fs-content-extra-small);
}

.fs-content-large {
  font-size: var(--fs-subtitle-small);
}

.fs-content-extra-large {
  font-size: var(--fs-content-extra-large);
}

.color-primary {
  color: var(--color-primary);
}

.color-secondary {
  color: var(--color-secondary);
}

.color-tertiary {
  color: var(--color-tertiary);
}

.color-primary-10 {
  color: var(--color-secondary-10);
}

.color-text {
  color: var(--color-text);
}

.color-text-light {
  color: var(--color-text-light);
}

.color-text-light2 {
  color: var(--color-text-light2);
}

.dbg-primary {
  background: var(--color-primary);
}

.dbg-secondary {
  background: var(--color-secondary);
}

.btn-primary {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  background: var(--color-secondary);
  font-family: var(--ff-poppins);
  font-weight: 600;
  font-size: var(--text-content);
  overflow: hidden;
  padding: 0px 30px;
  height: 50px;
  max-width: 215px;
  text-transform: capitalize;
  border: 1px solid transparent;
  transition: 400ms;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;

  & br {
    display: none;
  }

  & span {
    z-index: 2;
    transition: 200ms;
  }

  &:before {
    z-index: 1;
    transition: 400ms;
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid white;
    transform: translateX(-100%);
  }

  &:hover {
    & span {
      color: var(--color-secondary);
    }
    &:before {
      transform: translateX(0);
    }
  }
}

.btn-secondary {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  background: var(--color-tertiary);
  font-family: var(--ff-poppins);
  font-weight: 600;
  font-size: var(--text-content);
  overflow: hidden;
  padding: 0px 30px;
  height: 50px;
  text-transform: capitalize;
  border: 1px solid transparent;
  transition: 400ms;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;

  & span {
    z-index: 2;
    transition: 200ms;
  }

  &:before {
    z-index: 1;
    transition: 400ms;
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid white;
    transform: translateX(-100%);
  }

  &:hover {
    & span {
      color: var(--color-tertiary);
    }
    &:before {
      transform: translateX(0);
    }
  }
}

.wpcf7-list-item {
  margin: 0;
}

input {
  outline: none;
}

.contact-form {
  input,
  textarea,
  select {
    box-shadow: none !important;
    outline: none !important;
    width: 100%;
    border: 1px solid #ddd !important;
    border-radius: 50rem;
    padding: 10px 15px;
    overflow: hidden;
  }

  .btn-primary {
    br {
      display: none !important;
    }
  }

  .btn-close:focus,
  .btn-menu-offcanvas:focus {
    box-shadow: none;
  }

  textarea {
    border-radius: 15px;
    height: 130px;
  }

  .check-policies {
    p {
      width: 100%;
    }

    a {
      position: absolute;
      transition: 0.4s;
      width: fit-content;
      color: var(--color-text);
      font-weight: 600 !important;

      &:hover {
        color: var(--color-primary);
      }
    }

    .wpcf7-not-valid-tip {
      position: absolute;
      width: 220px;
      left: 15px;
      top: 17px;
    }
  }

  .check-policies input {
    width: auto;
  }
}

/* tooltip */
.tooltip-inner {
  background-color: var(--color-secondary);
  color: #fff;

  /* Mobile */
  @media (width<=768px) {
    display: none;
  }
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: var(--color-secondary);

  /* Mobile */
  @media (width<=768px) {
    display: none;
  }
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: var(--color-secondary);

  /* Mobile */
  @media (width<=768px) {
    display: none;
  }
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: var(--color-secondary);

  /* Mobile */
  @media (width<=768px) {
    display: none;
  }
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: var(--color-secondary);

  /* Mobile */
  @media (width<=768px) {
    display: none;
  }
}

@media (width<=768px) {
  .titlebr br {
    display: none;
  }
}

html {
  scroll-padding-top: 100px; /* height of your header*/
}
