/*!
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: #001b34;
  --color-secondary: #1facf8;
  --color-tertiary: rgb(1 70 133);

  --color-text: #000;

  --fs-title-hero: 54px;
  --fs-title: 42px;
  --fs-title-small: 35px;

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

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

  --fs-button: 16px;

  --ff-title: "League Spartan", sans-serif;
  --ff-content: "Montserrat", sans-serif;

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

@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);
    padding: 15px 30px;
    .modal-title {
      color: #fff;
    }
    .logo-modal {
      filter: brightness(0) invert(1); 
      width: auto;
      height: 40px;
    }

    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-content);
  line-height: 1.3;
}

div {
  line-height: 1.3;
}

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

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

.title-section {
	font-size: var(--fs-title);
	font-family: var(--ff-title);
	font-weight: 700;
  text-transform: uppercase;
	margin-bottom: 15px;
	color: var(--color-tertiary);
    text-wrap: balance;
}
.title-section b {
	color: var(--color-secondary)!important;
	font-weight: 700;
}
.subtitle-section {
	margin: auto auto 10px;
	background: var(--color-tertiary);
	font-size: var(--fs-subtitle-small);
	font-weight: 600;
	font-family: var(--ff-content);
	max-width: max-content;
	color: var(--color-tertiary);
	padding: 5px 30px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	gap: 15px;
  border: 1px solid rgba(140, 204, 241, 0.9);
  background: rgba(140, 204, 241, 0.74);
}
.subtitle-section i {
	font-size: 11px;
	color: #EF4444;
	animation: avatar-pulse 2s infinite;
	transition: background-color 0.5s;
	transition: 0.5s ease all;
	width: 12px;
	border-radius: 50px;
}


@keyframes avatar-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(239,68,68,0.4);
  }
  100% {
    box-shadow: 0 0 0 6px rgba(239,68,68,0);
  }
}
@media (max-width: 768px) {
  .subtitle-section {

    font-size: 16px;

  }
}
@media (max-width: 425px) {


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

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

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

/* Buttons  */

.btn-primary {
}

/* 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%;
    }
	input {
		width: 15px!important;
		height: 15px!important;
		accent-color: var(--color-secondary);
	}
    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: #fff;
  color: var(--color-primary);

  /* 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: #fff;

  /* 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;
 */  }
}




/**/
.btn {
    position: relative;
    display: inline-block;
    padding: 5px 25px;
    color: #fff;
    line-height: initial;
    border-radius: 1px;
    outline: none;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #6EC1E4, #146491ff) !important;
    background-size: 200% 200%;
    transition: background-position 0.6s ease;
    background-size: auto;
    background-size: 400%;
    display: flex;
    align-items: center;
    border-radius: 30px;
    transition: 400ms;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    font-weight: 500;
    display: flex;
    justify-content: center;
    filter: drop-shadow(0px 2px 5px #0000003d);
    min-height: 45px;
    font-weight: 600;
    overflow: hidden;
    min-width: 250px;
    text-transform: uppercase;
}

.btn:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    transition: all .6s ease-in;
    border-radius: 100%;
    background-color: var(--color-primary);
    left: -100%;
    top: 50%;
}
.btn:hover:after, .btn:hover:before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 60px;
    left: 0;
    top: -9px;
    transform: translateX(0);
    transition: all .5s ease;
}
.btn:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    transition: all .6s ease-in;
    border-radius: 100%;
    background-color: var(--color-primary);
    left: -100%;
    top: 50%;
}
.btn span {
	position: relative;
}
.btn:hover {
	color: #fff;
}

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