/*!
Theme Name: A Sleeky Theme
Author: Sleeky
Author URI: https://sleeky.co.uk
Description: Just another Sleeky theme.
Version: 1.0
License: (c) Copyright of Sleeky. All Rights Reserved.
Text Domain: sleeky
*/
/* Mixin used to quickly and efficienly use responsive code in SCSS */
/* Mixin saves 3 lines of code every time we use ::before or ::after */
/* Mixin used to make a container inside a fixed width a full-width element */
/* Mixin used to create an plus */
/* Mixin used to create an arrow */
/*

  Font Related Variables - $fnt-
  Color Related Variables - $clr-
  Background Related Variables - $bgr-

*/
/* Main Colors used in the theme */
/* Main Fonts used in the theme */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: "stolzl", sans-serif;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin:0.67em 0 0.40em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  font-family: "stolzl", sans-serif;
text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

ol,
ul {
  list-style: none;
}

ul, p {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
  color: #282660; 
  font-size: 21px;
  line-height: 135%;
  font-weight: 300;
      letter-spacing: -0.58px;
}
html {
  font-size: 10px;
  font-size: 62.55%;
}

html :where(.wp-block) {
  max-width: 100%;
  margin: 0;
}

body {
  font-size: 1.6rem;
  overflow-x: hidden;
  font-family: "stolzl", sans-serif;
}

main {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header {
  top: 60px;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.navigation {
  padding: 20px 20px;
    background-color: #fff;
  border-radius: 100px;
    max-width: 1410px;
    margin: auto;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.navigation .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navigation__logo {
      position: relative;
    width: 290px;
    z-index: 2;
    display: flex;
  margin-left: 20px;
}
.navigation__logo a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.navigation__logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.navigation__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navigation__menu--mobile {
  display: none;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  width: 40px;
  cursor: pointer;
  z-index: 3;
}
.navigation__menu--mobile span {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #282660;
  border-radius: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navigation__menu--mobile span:nth-child(2) {
  width: 70%;
  margin-left: 30%;
}
.navigation__menu--mobile.active {
  height: 30px;
}
.navigation__menu--mobile.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-9px, 9px);
          transform: rotate(-45deg) translate(-9px, 9px);
}
.navigation__menu--mobile.active span:nth-child(2) {
  width: 0%;
  margin-left: 0%;
}
.navigation__menu--mobile.active span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
          transform: rotate(45deg) translate(-6px, -6px);
}
@media (max-width: 1200px) {
  .navigation__menu--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.navigation__menu--links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 90px;
  z-index: 3;
  
}

.navigation__menu--links li {
  position: relative;
}
.navigation__menu--links a {
  color: #282660;
  padding: 7px 0;
  font-weight: 700;
    font-size: 18px;
  text-decoration: none;
  transition: 0.3s;
}
.navigation__menu--links a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.navigation__menu--links.mobile, .navigation__menu--links.mobile li, .navigation__menu--links.mobile li a {
    display: none;
}
@media (max-width: 1200px) {
  
  .navigation__menu--links.desktop {
    display: none !important;
  }
  .navigation__menu--links.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 50%;
    left: 50%;
    margin-top: 25vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 3;
  }
  .navigation__menu--links.mobile, .navigation__menu--links.mobile li, .navigation__menu--links.mobile li a  {
    display: none;
}
   .navigation__menu--links.mobile.active,  .navigation__menu--links.mobile.active li, .navigation__menu--links.mobile.active li a {  
    display: flex;
  }
  
.header-button {
  margin-top: 4px;
}
}

.navigation__menu--background {
  position: fixed;
  width: 0%;
  height: 0vh;
  top: 0;
  left: 0;
  z-index: 2;
}
.navigation__menu--background::before {
  content: "";
  display: block;
  position: absolute;
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: #DDDDDE;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.navigation__menu--background.active {
  width: 100%;
  height: 100vh;
}
.navigation__menu--background.active::before {
  width: 200vw;
  height: 200vh;
  right: -50vw;
  top: -50vh;
}
/*footer -------------------------------------------------------------*/
.footer {
  padding: 144px 0 127px 0;
    color: #fff;
    background-color: #282660;
}
.footer-cols {
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  gap: 40px;
}
.col4 {
  display: flex;
    flex-direction: column;
    justify-content: space-between;
  gap: 30px;
}
.footer-bottom p, .footer-bottom a {
  font-size: 14px !important;
  letter-spacing: 0.2px;
  font-weight: 100;
  color: #d8d8d8;
}
footer p {
  font-weight: 200;
    line-height: 170%;
  color: white;
}
footer a {
  color: white;
  font-size: 18px;
  transition: 0.3s;
}
footer a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
footer .col4 a {
  font-weight: 200;
}
footer .col2 p {
  font-size: 15px;
  font-weight: 200;
    line-height: 200%;
    color: #ebebeb;
}
footer .col4 a {
  font-size: 20px;
}
.col3 li {
  padding-bottom: 33px;
}
.col3 li:nth-child(4) {
  padding-bottom: 0px;
}
.socials {
  display: flex;
    gap: 15px;
}
.col4 a {
  display: flex;
    gap: 8px;
    align-items: center;
}

@media screen and (max-width: 1600px) {
  footer a {
  font-size: 16px;
}
}

@media screen and (max-width: 1200px) {
  .footer-bottom {
  padding-top: 30px;
}
.footer {
  padding: 110px 0 110px 0;
  }
  #text_speechbubble .right {
    text-align: center;
  }
}

@media screen and (max-width: 1100px) {
footer .col1 {
    width: 100%;
  text-align: center;
}
  .footer-bottom {
    padding-top: 50px;
}
  .footer {
  padding: 80px 0 60px 0;
  }
}
@media screen and (min-width: 1101px){
	.footer-cols .col{
		flex: 1 1 calc(20% - 40px);
	}
}
@media screen and (max-width: 755px) {
footer .col2 {
    width: 100%;
      text-align: center;
}
}
@media screen and (max-width: 520px) {
footer .col3, footer .col4 {
    width: 100%;
      text-align: center;
}
  .footer-bottom {
    text-align: center;
  }
.socials, .col4 a {
    justify-content: center;
  }
}
/*--------------------------------------------------------------------*/
.container {
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 30px;
}
header .container {
  padding: 0 0px;
}
.header-button {
  margin-left: 90px;
}
@media screen and (max-width: 1470px) {
  .navigation {
    margin: 0px 30px;
  }
  .navigation__menu--links {
    gap: 60px;
  }
  .header-button {
    margin-left: 60px;
}
}
@media screen and (max-width: 1300px) {
  .navigation__menu--links {
    gap: 30px;
  }
  .header-button {
    margin-left: 30px;
}
}
@media screen and (max-width: 660px) {
  .navigation__menu--links {
    gap: 20px;
  }
  .header-button {
   display: none;
}
  .navigation__logo {
  margin-left: 10px;
    margin-right: 30px;
}
}
/*general ----------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "stolzl", sans-serif;
}
.btn {
  color: white;
  padding: 18px 35px 18px 35px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
}
.btn-blue {
  background-color: #282660;
  transition: 0.3s;
}
.btn-blue:hover {
  background-color: #00ADEE;
  transition: 0.3s;
}
.btn-white {
  background-color: white;
  color: #282660 !important;
  transition: 0.3s;
}
.btn-white:hover {
  background-color: #00ADEE;
  transition: 0.3s;
}
/*hero -------------------------------------------------------------------*/
#hero {
  background-color: #282660;
  padding-top: 225px;
}
#hero .inner {
  padding: 0px 10%;
}
#hero h1 {
  color: white;
  font-weight: 500;
  font-size: 72px;
}
#hero p {
  color: white;
  font-size: 36px;
  font-family: "stolzl", sans-serif;
  font-weight: 300;
  font-style: normal;
  max-width: 500px;
  line-height: 130%;
}
#hero .hero-form {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin-top: 60px;
}
#hero .hero-form p {
  font-size: 30px;
  font-weight: 500;
}
.wrap {
  display: flex;
}
#hero .text, #hero .image {
  width: 50%;
}
#hero .image {
  text-align: end;
  position: relative;
}
#eye {
  position: absolute;
    width: 465px;
    height: 465px;
    left: 100px;
}
.eye {
  width: 18px;
  height: 18px;
}
.hero-bg {
  width: 100%;
}
.submit-btn {
  position: relative;
}
#hero .btn-container {
      height: 40px;
}
#hero .btn {
    padding: 17px 20px;
}
.hero-btn-container {
  margin-top: 20px;
}
.hero-btns-wrap {
  margin-top: 10px;
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.submit-btn img {
  position: absolute;
  left: 0;
    z-index: 0;
}

.form-div {
  display: flex;
    gap: 15px;
      align-items: end;
}
.form-div #btnmenu1 {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
    width: 34px;
    height: 34px;
  z-index: 2;
  position: relative;
}
.form-div select {
  background-color: transparent;
    color: white;
    border: 1px solid white;
  font-size: 30px;
    font-weight: 500;
  border-radius: 5px;
    padding: 4px 18px 4px 8px;
}
.form-div select:focus {
  outline: none;
}
.form-div option {
  background-color: transparent;
    color: #282660;
  font-size: 30px;
    font-weight: 500;
    padding: 4px 8px 4px 8px;
}
@media screen and (max-width: 1385px) {
  #hero .inner {
    padding: 0px 5%;
}
  #hero {
    padding-bottom: 60px;
}
}

@media screen and (max-width: 1220px) {
  #hero {
    padding-top: 200px;
  }
  #hero .wrap {
    flex-direction: column;
    gap: 60px;
    align-items: center;
  }
  #hero .text, #hero .image {
    width: 100%;
    text-align: center !important;
  }
  #hero p {
    max-width: 100%;
  }
  #hero .hero-form {
    justify-content: center;
  }
  .hero-btns-wrap {
    justify-content: center;
  }
}

@media screen and (max-width: 1180px) {
#hero h1 {
    font-size: 68px;
}
#hero p {
    font-size: 32px;
  }
}
@media screen and (max-width: 1120px) {
#hero h1 {
    font-size: 60px;
}
#hero p {
    font-size: 26px;
  }
}
@media screen and (max-width: 1000px) {
#hero h1 {
    font-size: 54px;
}
#hero p {
    font-size: 22px;
  }
  #hero .hero-form p {
    font-size: 26px;
  }
.form-div select {
    font-size: 26px;
  }
  .form-div option {
  font-size: 26px;
}
  #hero .image img {
    width: 100%;
    height: auto;
    max-width: 465px;
}
  }

@media screen and (max-width: 630px) {
  #hero {
    padding-top: 160px;
}
#hero .hero-form {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
  #hero h1 {
    font-size: 48px;
}
#hero p {
    font-size: 18px;
  }
  #hero .hero-form p {
    font-size: 20px;
  }
.form-div select {
    font-size: 20px;
  }
  .form-div option {
  font-size: 20px;
}
  #hero .hero-form {
    gap: 10px;
    margin-top: 40px;
}
  #hero .inner {
    padding: 0px 0%;
}
  .form-div {
    align-items: flex-start;
}
}
@media screen and (max-width: 480px) {
  #hero h1 {
    font-size: 40px;
}
}
@media screen and (max-width: 350px) {
  #hero h1 {
    font-size: 34px;
}
}
/*text speechbubble -----------------------------------------------------*/
.half {
  width: 50%;
}
#text_speechbubble .wrap {
  gap: 120px;
}
#text_speechbubble {
  padding: 80px 0 80px 0;
}
#text_speechbubble p {
  font-weight: 300;
    font-size: 21px;
}
h2 {
  font-size: 60px;
  font-weight: 500;
  color: #282660;
}
.underline {
  border-bottom: 8px solid #00ADEE;
}
.quest strong {
  position: relative;
  z-index: 1;
}
.underline-thin:after {
  content: '';
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 2px;
    z-index: -1;
    background-color: #00ADEE;
    position: absolute;
}
.half.left {
  text-align: center;
}
.bubble {
  position: relative;
}
.bubble-text {
  position: absolute;
    top: 55px;
      width: 100%;
}
#text_speechbubble .bubble-title {
  color: #00ADEE;
  font-weight: 300;
  font-size: 36px;
  letter-spacing: 2px;
}
.bubble h3 {
  font-size: 36px;
  font-weight: 500;
  color: #282660;
    max-width: 450px;
  margin: auto;
    padding: 30px 0px;
}
.btn-container {
  margin-top: 30px;
}
.bubble img {
      width: 100%;
    height: auto;
  min-width: 570px;
}
@media screen and (max-width: 1600px) {
  h2 {
  font-size: 54px;
  }
}
@media screen and (max-width: 1425px) {
  h2 {
  font-size: 48px;
  }
#text_speechbubble p {
    font-size: 18px;
  }
#text_speechbubble .wrap {
    gap: 80px;
}
}
@media screen and (max-width: 1365px) {
.bubble h3 {
    font-size: 32px;
}
.half.left {
    text-align: center;
    min-width: 570px;
}
.btn-container {
    margin-top: 20px;
}
}
.fox-img {
  width: 100%;
    height: auto;
    max-width: 260px;
}
@media screen and (max-width: 1250px) {
  h2 {
    font-size: 40px;
}
#text_speechbubble p {
    font-size: 16px;
}
}
@media screen and (max-width: 1200px) {
#text_speechbubble .wrap {
    gap: 30px;
    flex-direction: column;
  align-items: center;
}
#text_speechbubble {
    padding: 80px 0 80px 0;
}
}

@media screen and (max-width: 1000px) {
.half {
    width: 100%;
}
.half.left {
    min-width: 570px;
    max-width: 560px;
}
}

@media screen and (max-width: 660px) {
.bubble img {
    min-width: 400px;
}
.bubble h3 {
    font-size: 26px;
}
.half.left {
    min-width: 0;
  }
}
@media screen and (max-width: 560px) {
.bubble h3 {
    font-size: 22px;
    padding: 20px;
}
#text_speechbubble .bubble-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 550px) {
h2 {
    font-size: 32px;
}
  .bubble img {
    display: none;
  }
.bubble-text {
    position: relative;
    top: 0;
    width: 100%;
    background-color: #E5F7FD;
    padding: 30px 10px;
    border-radius: 30%;
    margin-bottom: 30px;
  }
.bubble-text:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 34px solid transparent;
  border-top-color: #E5F7FD;
  border-bottom: 0;
  border-left: 0;
  margin-left: -12px;
  margin-bottom: -34px;
}
}
/*FAQ ------------------------------------------------------*/
#faq {
  padding: 100px 0px 10px 0px;
}
.number {
  width: fit-content;
    border-radius: 100%;
    background-color: #00ADEE;
    padding: 5px 17px;
}

.single-faq:nth-child(1) .number {
    padding: 5px 20px;
}
.number p {
  font-size: 30px !important;
    color: white;
}
.quest p {
  font-size: 40px;
  color: #282660;
}
.question {
  display: flex;
    align-items: center;
    gap: 10px;
}
.answer .myles {
  color: #00ADEE;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.answer p {
  color: #282660;
  font-weight: 300;
  font-size: 21px;
  line-height: 140%;
  letter-spacing: -0.58px;
}
.grey {
  background-color: #F5F5F5;
}
.answer {
  background-color: white;
    padding: 45px;
    border-radius: 15px;
  margin: 30px 0 40px 0;
  z-index: 1;
  position: relative;
}
.single-faq {
  margin-bottom: 60px;
  display: flex;
    align-items: center;
    gap: 20px;
  position: relative;
}
.bubble-edge {
  position: absolute;
  bottom: 20%;
    left: 85px;
  z-index: 0;
}
.single-faq .right {
  max-width: 830px;
}
.single-faq:nth-child(even) {
    margin-left: 30%;
}
#faq .title {
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .quest p {
    font-size: 34px;
  }
  .answer .myles {
    font-size: 26px;
  }
.answer p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1050px) {
.single-faq:nth-child(even) {
    margin-left: 0%;
}
}
@media screen and (max-width: 850px) {
  .quest p {
    font-size: 26px;
  }
  .answer .myles {
    font-size: 22px;
  }
.answer p {
    font-size: 16px;
  }
  .answer {
    padding: 25px;
    margin: 15px 0 40px 0;
}
  .single-faq .left img {
    max-width: 80px;
  }
}

@media screen and (max-width: 500px) {
  .single-faq .left {
    display: none;
  }
  .quest p {
    font-size: 20px;
}
  #faq {
    padding: 80px 0px 10px 0px;
}
  #faq .title {
    margin-bottom: 60px;
}
}
/*three tiles -------------------------------------------*/
#three_tiles {
  padding: 50px 0 100px 0px;
}
#three_tiles p {
  font-size: 20px;
  line-height: 140%;
  font-weight: 300;
}
.page-template-housekeeping_page .three_tiles{
	grid-template-columns: auto;
	
}
.three_tiles {
  display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 30px;
    text-align: center;
    grid-row-gap: 40px;
    padding-top: 30px;
}
.three_tiles img {
  width: 100%;
    height: auto;
  max-width: 488px;
  max-height: 46.2px;
}
.single-tile {
  max-width: 600px;
  margin: auto;
}
.single-tile .image {
  margin-bottom: 20px;
  border-radius: 40px;
    padding: 25px 20px 20px 20px;
    min-height: 115px;
    display: flex;
    align-items: center;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.single-tile:nth-child(1) .image {
  background-color: #00ADEE;
}
.single-tile:nth-child(2) .image {
  background-color: #6BE517;
}
.single-tile:nth-child(3) .image {
  background-color: #A064FF;
}
@media screen and (max-width: 1450px) {
  #three_tiles p {
  font-size: 16px;
  }
}


@media screen and (max-width: 900px) {
.three_tiles {
    grid-template-columns: 1fr;
  }
}
/*text image -----------------------------------------------*/
#text_image {
  padding: 100px 0px;
  background-image: url('images/tail_bg.jpg');
  background-size: cover;
  background-position: center;
}
#text_image .wrap {
  align-items: center;
  gap: 60px;
}
#text_image .btn-container {
  height: 35px;
    margin-top: 60px;
}
#text_image .fox-img {
    max-width: 400px;
}
.half.left2 {
  text-align: center;
}
#text_image h2 {
  margin-top: 0px;
}
@media screen and (max-width: 950px) {
  #text_image .wrap {
  align-items: center;
  gap: 40px;
  flex-direction: column-reverse;
}
  p {
    font-size: 18px;
  }
}
/*scrolling banner ---------------------------------------------*/
#scrolling_banner {
  background-color: rgba(0, 173, 238, 0.1);
  padding: 55px 0px;
}
.scroll-inner h3 {
  color: #282660;
  font-size: 84px;
  font-weight: 400;
  margin: 0 80px;
  letter-spacing: -4.28px;
}
.scroll-inner p {
  font-size: 26px;
  font-weight: 200;
  margin: 0 80px;
  letter-spacing: -1.28px;
}
.scroll-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
    align-items: center;
    border-left: 1px solid #282660;
}
#scroll-container {
  min-height: 273px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}


#scroll-text {
  display: flex;
  padding: 60px 0px;
    white-space: nowrap;
  width: 200%;
  position: absolute;
  animation: marquee 12s linear infinite;
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

@media screen and (max-width: 550px) {
.scroll-inner h3 {
    font-size: 54px;
  margin: 0 20px;
}
.scroll-inner p {
    font-size: 22px;
  margin: 0 20px;
  }
  #scroll-text {
  animation: marquee 10s linear infinite;
}
}

.scroll-container {
  position: relative;
  width: 100vw;
  overflow: hidden;
}

.scrolling-text {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
  will-change: transform;
  backface-visibility: hidden;
}

.scrolling-text .scrolling-text-content {
  white-space: nowrap;
  transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
display: flex;
}

#scroll-container {
  display: none;
}
@media screen and (max-width: 650px) {
.scroll-container {
  display: none;
}
  #scroll-container {
  display: block;
}
  #scrolling_banner {
    padding: 0px 0px;
}
}
/*testimonials---------------------------------------------------*/
#testimonials {
  padding: 100px 0px;
}
#testimonials .wrap {
    gap: 10%;
}
.testimonials {
  max-width: 690px;
}
.testimonials-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
#testimonials .btn-container {
  margin-left: 70px;
}
.left-arrow {
  transform: rotate(180deg);
}
.slick-arrow {
  cursor: pointer;
}
.slick-disabled img { 
    filter: grayscale(1);
}
.single-testimonials {
  background-color: #F5F5F5;
  padding: 45px;
  margin-bottom: 30px;
  border-radius: 10px;
  position: relative;
}
/*.single-testimonials::after {
      content: '';
    background-image: url(images/bubble-edge-grey.png);
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px;
    bottom: -60px;
    display: block;
    position: absolute;
    right: 40px;
}*/
.testimonials-outer {
  position: relative;
}
.test-bottom {
  position: absolute;
  right: 80px;
    bottom: -10px;
  z-index: -1;
}
.name {
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
}
.testimonials .btn-container {
    margin-top: 60px;
}

@media screen and (max-width: 1300px) {
#testimonials .wrap {
    gap: 30px;
}
}
@media screen and (max-width: 1160px) {
#testimonials .wrap {
    gap: 30px;
  flex-direction: column;
}
  .testimonials {
    max-width: 86%;
}
}

@media screen and (max-width: 1040px) {
.testimonials {
    max-width: 83%;
}
}
@media screen and (max-width: 930px) {
.testimonials {
    max-width: 82%;
}
}
@media screen and (max-width: 850px) {
.testimonials {
    max-width: 90%;
}
}
@media screen and (max-width: 850px) {
.slick-arrow img {
  width: 35px;
}
  .testimonials-wrap {
    gap: 5px;
}
  #testimonials .wrap {
    gap: 0px;
  }
  #testimonials .btn-container {
    margin-left: 20px;
}
  #testimonials p {
    font-size: 15px;
}
  .single-testimonials {
    padding: 20px;
}
}
@media screen and (max-width: 750px) {
  .testimonials-wrap {
position: relative;
    left: -15px;
}
}
@media screen and (max-width: 550px) {
.btn {
    padding: 18px 15px
}
}
@media screen and (max-width: 400px) {
  .testimonials-wrap {
    gap: 2px;
  }
}
/*team ----------------------------------------------------*/
#team {
  padding: 80px 0px 180px 0px;
}
#team .wrap {
  gap: 20px;
  justify-content: space-between;
}
#team .text {
  width: 38%;
}
#team .team {
  max-width: 760px;
}
#team .btn-container {
  margin-top: 60px;
}
#team .btn {
  padding: 18px 25px 18px 25px;
}
.team img {
  max-width: 340px;
    max-height: 340px;
    background-color: #282660;
    border-radius: 100%;
  width: 100%;
    height: auto;
}
.team {
      display: grid;
    grid-template-columns: 1fr 1fr;
        grid-column-gap: 40px;
    grid-row-gap: 50px;
}
.team-single {
  position: relative;
  max-width: 340px;
}
.team-linkedin {
  position: absolute;
    left: 0;
    bottom: 10%;
  transition: 0.3s;
}
.team-linkedin:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.team-single:nth-child(1), .team-single:nth-child(3) {
  position: relative;
  top: 110px;
}
.team-single:nth-child(2), .team-single:nth-child(4) {
  position: relative;
  top: -30px;
}

@media screen and (max-width: 1200px) {
  #team .wrap {
    flex-direction: column;
  }
  #team .text {
    width: 100%;
}
  #team .team {
    margin: auto;
}
}

@media screen and (max-width: 530px) {
.team {
    grid-template-columns: 1fr;
}
  .team-single:nth-child(1), .team-single:nth-child(3) {
  top: 0px;
}
.team-single:nth-child(2), .team-single:nth-child(4) {
  top: 0px;
}
  #team {
  padding: 60px 0px 60px 0px;
}
  #team .wrap {
    gap: 60px;
  }
}


@media screen and (max-width: 380px) {
.bubble h3 {
    font-size: 18px;
}
}
/*typing animation*/
.css-typing {
  width: fit-content;
    margin: auto;
    padding: 30px 0px;
}
.css-typing h3 {
  border-right: .15em solid #282660;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: -1.3px;
  margin: 0;
  padding: 0;
}
.css-typing.my-animation h3:nth-child(1) {
 width: 12em;
  opacity: 0;
  -webkit-animation: type2 2s steps(40, end);
  animation: type2 2s steps(40, end);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing.my-animation h3:nth-child(2) {
  width: 12em;
  opacity: 0;
  -webkit-animation: type2 2s steps(40, end);
  animation: type2 2s steps(40, end);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing.my-animation h3:nth-child(3) {
 width: 12em;
  opacity: 0;
  -webkit-animation: type2 2s steps(40, end);
  animation: type2 2s steps(40, end);
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    border: none;
  }
}

@-webkit-keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .15em solid #282660;
  }
  100% {
    border: none;
  }
}

@keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em solid #282660;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@-webkit-keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em solid #282660;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    border-color: tranparent;
  }
}

@media screen and (max-width: 1485px) {
  #eye {
    display: none;
}
}
@media screen and (max-width: 600px) {
  #testimonials {
    padding: 60px 0px 100px 0px;
}
#text_image {
    padding: 60px 0px 60px 0px;
  }
  #testimonials {
    padding: 60px 0px 80px 0px;
}
  #faq {
    padding: 60px 0px 10px 0px;
}
}
.question strong {
  font-weight: bold;
}
#faq .btn {
    padding: 18px 25px;
}
.error404 #hero p {
    font-size: 30px;
}
.error404 #hero p a {
  color: white;
    text-decoration: underline;
  transition: 0.3s;
}
.error404 #hero p a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
/*amends ------------------------------*/
#btnmenu1 {
  background-image: url(images/hero-arrow.svg);
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: center;
  transition: 0.1s;
}
.form-div #btnmenu1:hover {
  background-size: 100%;
  transition: 0.1s;
}
.single-testimonials p {
  font-size: 21px;
    letter-spacing: -0.8px;
}
.hide-link {
  display: none;
}

@media screen and (max-width: 1200px) {
  .hide-link {
  display: block;
}
  .underline {
    border-bottom: 4px solid #00ADEE;
}
footer .col4 a {
    font-size: 17px;
}
}
.fox-images {
  position: relative;
  width: 260px;
    margin: auto;
}
.icons {
  position: relative;
  width: 104px;
    margin: auto;
}
.fox-img {
  z-index: 1;
  position: relative;
}
.fox-image-2 {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.fox-image-2.animated {
  -webkit-animation-name: fadeinout;
-webkit-animation-duration: 0.5s;
-webkit-animation-delay: 5s;
-webkit-animation-fill-mode: forwards;
}

@keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}

#faq .fox-image-2 {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#faq .fox-image-2.animated {
  -webkit-animation-name: fadeinout;
-webkit-animation-duration: 0.5s;
-webkit-animation-delay: 1s;
-webkit-animation-fill-mode: forwards;
}
/*contact form ------------------------------------------------*/
.contact_form {
  height: 100vh;
  
}
.contact_form .container {
  height: 100%;
  padding: 0px;
}
.contact_form .wrap {
  height: 100%;
  align-items: center;
}
.contact_form .half {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 30px 30px 30px;
  }
  .contact_form .half.left2 {
    background-color: #282660;
  }
  .contact_form .fox-img {
    width: 100%;
    height: auto;
    max-width: 400px;
  }
  .contact_form h2 {
    font-size: 50px;
    margin: 25px 0px;
  }
.contact_form p {
    padding-bottom: 20px;
  }
.wpcf7-list-item {
    padding: 15px;
    display: flex !important;
    padding: 10px;
    margin: 10px 0px !important;
    width: 300px;
    background-color: #282660;
    color: white;
    border-radius: 20px;
    justify-content: center;
  }
.wpcf7-list-item-label {
  margin-right: 10px;
}
.cf7mls_next.action-button {
    background-color: #00ADEE !important;
    border-radius: 30px !important;
    font-size: 18px;
    transition: 0.3s;
    }
    .cf7mls_next.action-button:hover {
    background-color: #282660 !important;
    transition: 0.3s;
    }
    .cf7mls_back.action-button {
      border-radius: 30px !important;
      font-size: 18px;
    transition: 0.3s;
    }
    .contact_form input[type='tel'], .contact_form input[type='email'], .contact_form input[type='text'], .contact_form textarea {
      padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 30px;
    border: 2px solid #282660;
    color: #A064FF;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    }
    .contact_form textarea {
      height: 150px;
    resize: none;
    }
    form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    border-radius: 30px !important;
  }
  .contact_form input[type='tel']::placeholder, .contact_form input[type='email']::placeholder, .contact_form input[type='text']::placeholder, .contact_form textarea::placeholder {
color: #282660;
}

@media screen and (max-width: 1600px) {
  .contact_form h2 {
    font-size: 44px;
  }
  .contact_form .fox-img {
    max-width: 350px;
  }
}
@media screen and (max-width: 950px) {
  .contact_form {
    height: 100%;
}
.contact_form .wrap {
    flex-direction: column-reverse;
    }
    .contact_form .half {
    width: 100%;
  }
  .contact_form .half.left2 {
    padding: 140px 30px 30px 30px;
  }
  .contact_form .half.right {
    padding: 30px 30px 30px 30px;
  }
  }
@media screen and (max-width: 550px) {
  .contact_form h2 {
    font-size: 36px;
}
.contact_form input[type='tel'], .contact_form input[type='email'], .contact_form input[type='text'], .contact_form textarea {
    font-size: 17px;
    }
}

#text_image {
  display: none;
}
p a {
  color: #282660;
}
.footer-bottom {
  margin-top: 40px;
}
#textbox {
  padding: 80px 0px;
}
#textbox ul {
  list-style-type: disc;
  margin-left: 20px;
}
#textbox ul li {
  color: #282660;
  font-size: 21px;
}
#textbox b, #textbox strong {
    font-weight: bold;
}
footer p a {
  color: #fff;
}
footer col2 a {
  font-size: 15px;
}
footer .col4 .socials img {
  max-height: 33px
}
/*MYLES HOUSEKEEPING ----------------------------------------------*/
.footer-housekeeping-logo {
  max-width: 259px;
  width: 100%;
  height: auto;
}
.btn-purple {
  background-color: #A064FF;
transition: 0.3s;
}
.btn-purple:hover {
  background-color: #cbadfc;
  transition: 0.3s;
}
.page-template-housekeeping_page #hero {
    background-color: #dfc9ff;
}
.page-template-housekeeping_page .navigation__menu--links a {
    color: #A064FF;
  }
.page-template-housekeeping_page  .underline {
    border-bottom: 8px solid #A064FF;
}
.page-template-housekeeping_page .btn-white:hover {
  background-color: #cbadfc;
}
.page-template-housekeeping_page .btn-blue {
  background-color: #A064FF;
}
.page-template-housekeeping_page .btn-blue:hover {
  background-color: #cbadfc;
}
.page-template-housekeeping_page #text_speechbubble .bubble-title {
    color: #A064FF;
  }
  .page-template-housekeeping_page .footer {
    background-color: #A064FF;
}
.page-template-housekeeping_page .navigation__menu--mobile span {
    background-color: #A064FF;
  }
  .page-template-housekeeping_page .navigation__logo img {
max-width: 281px;
    width: 100%;
    height: auto;
}
.page-template-housekeeping_page #text_image {
    display: block;
}
.page-template-housekeeping_page .answer .myles {
    color: #A064FF;
  }
  .page-template-housekeeping_page .number {
    background-color: #A064FF;
  }
  .page-template-housekeeping_page form input[type="submit"] {
    border: none;
    outline: none;
  }
  .page-template-housekeeping_page .contact_form .half.left2 {
    background-color: #dfc9ff;
  }
  .faq .icons img {
  max-width: 105px;
  max-height: 102px;
}
  @media screen and (max-width: 550px) {
.page-template-housekeeping_page  .bubble-text {
    background-color: #a064ff66;
  }
}
#hero .image img {
  max-width: 465px;
    max-height: 465px;
}
.text-halfs {
      display: flex;
    align-items: center;
    gap: 80px;
    padding-top: 40px;
}
@media screen and (max-width: 850px) {
  .text-halfs {
      flex-direction: column;
    gap: 40px;
    padding-top: 40px;
}
 h3 {
  font-size: 20px;
    color: #282660;
}
}
@media screen and (max-width: 1300px) {
p {
    font-size: 18px;
  }
  #text_image .half.right p {
    max-width: 75%;
  }
  h3 {
  font-size: 22px;
    color: #282660;
}
}
@media screen and (max-width: 1000px) {
  #text_image .half.right p {
    max-width: 100%;
  }
}
h3 {
  font-size: 30px;
    color: #282660;
    margin-top: 0;
}

.page-template-housekeeping_page .contact_form .half {
  flex-direction: column;
}