/*!
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: #CC1C43;
  --color-secondary: #142561;
  --color-tertiary: #E0F2FE;
  --color-fourth: #152766;

  --color-text: #152766;
  --color-text-dark: #0F172A;

  --fs-title-hero: 60px;
  --fs-title: 40px;
  --fs-title-small: 35px;

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

  --fs-content-larger: 19px;
  --fs-content: 17px;
  --fs-content-small: 14px;

  --fs-button: 16px;

  --ff-poppins: "Poppins", sans-serif;
  --ff-mulish: "Mulish", sans-serif;
  --ff-geologica: "Geologica", sans-serif;
  --ff-inter: "Inter", sans-serif;
  --ff-open: "Open Sans", sans-serif;
  --ff-league: "League Spartan", sans-serif;

  --vertical-padding: 3rem;
  --header-size: 164px;
}

@media (width<768px) {
  :root {
    --fs-title-hero: 22px;
    --fs-title: 30px;
    --fs-title-small: 20px;

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

    --fs-content-larger: 16px;
    --fs-content: 16px;
    --fs-content-small: 15px;

    --vertical-padding: 3rem;
    --header-size: 130.59px;
  }
}

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

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

.modal {
  .modal-header {
    background: var(--color-primary-10);
    padding: 15px 30px;

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

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

html,
body {
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
  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);
}

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

.text-wrap-balance {
  @media(width<=768px) {
    text-wrap: balance;
  }
}

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

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

.vertical-padding {
  padding-top: var(--vertical-padding);
  padding-bottom: var(--vertical-padding);
}

.text-title {
  font-size: var(--fs-title);
  font-family: var(--ff-mulish);
  font-weight: 800;
  color: var(--color-secondary);
  margin-bottom: 20px;
}

/* Font Families */
.ff-poppins {
  font-family: var(--ff-poppins);
}

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

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

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

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

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

/* Font sizes */

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

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

.fs-title-small {
  font-size: var(--fs-title-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-large {
  font-size: var(--fs-subtitle-large);
}

/* Colors */

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

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

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

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

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

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

/* Buttons  */

.btn-primary {
  background: var(--color-primary);
  
  background: #FE9B05;
  background: radial-gradient(circle, rgba(254, 155, 5, 1) 0%, rgba(250, 105, 15, 1) 100%);
  position: relative;
  display: inline-flex;
  padding: 0px 30px;
  overflow: hidden;
  width: fit-content;
  height: 50px;
  max-width: 215px;
  margin: 1rem 0px;
  text-transform: uppercase;
  transition: 500ms;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50px;

  & div {
    font-family: var(--ff-mulish);
    font-size: var(--fs-content);
    font-weight: 700;
    color: white;
    z-index: 1;
    transition: .3s all ease-in-out;
    text-transform: capitalize;
  }

  & span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--color-secondary);
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
  }

  &:hover {
    background-color: var(--color-secondary);

    & div {
      color: #fff;
    }

    & span {
      width: 225%;
      height: 562.5px;
    }

  }

}


.btn-secondary {
  background: transparent;
  position: relative;
  display: inline-flex;
  border: 1px solid var(--color-secondary);
  padding: 0px 30px;
  overflow: hidden;
  width: fit-content;
  height: 50px;
  max-width: 215px;
  margin: 1rem 0px;
  text-transform: uppercase;
  transition: 400ms;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50px;

  & div {
    font-family: var(--ff-mulish);
    font-size: var(--fs-content);
    font-weight: 700;
    color: var(--color-secondary);
    z-index: 1;
    transition: .3s all ease-in-out;
    text-transform: capitalize;

    & p {
      transition: all .3s ease-in-out;
    }

    & svg path {
      transition: all .3s ease-in-out;
    }
  }

  & span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--color-secondary);
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
  }

  &:hover {
    border: 1px solid transparent;
    

    & div {
      & p {
        color: white !important;
      }

      & svg path {
        fill: var(--color-secondary);
      }

      color: white;
    }

    & span {
      width: 225%;
      height: 562.5px;
    }

  }

  &:hover &:active {
    background-color: var(--color-secondary);
  }
}



.btn-light {
  background: transparent;
  position: relative;
  display: inline-flex;
  border: 1px solid white;
  padding: 0px 30px;
  overflow: hidden;
  width: fit-content;
  height: 50px;
  max-width: 215px;
  margin: 1rem 0px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
    transition: 500ms;

  text-align: center;
  border-radius: 50px;

  & div {
    font-family: var(--ff-mulish);
    font-size: var(--fs-content);
    font-weight: 700;
    color: white;
    z-index: 1;
    transition: .3s all ease-in-out;
    text-transform: capitalize;

    & p {
      transition: all .3s ease-in-out;
      width: 100%;
    }

    & svg path {
      transition: all .3s ease-in-out;
    }
  }

  & span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: white;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
  }

  &:hover {
    border: 1px solid transparent;
        background: white;

    

    & div {
      & p {
        color: var(--color-secondary) !important;
      }

      & svg path {
        fill: var(--color-secondary);
      }

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

    & span {
      width: 225%;
      height: 562.5px;
    }

  }

  &:hover &:active {
    background-color: white;
  }
}




/* Contact Form 7 */

.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-primary);
  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-primary);

  /* 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-primary);

  /* 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-primary);

  /* 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-primary);

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