/* Fonts Section */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 9, 2024 */
@font-face {
  font-family: 'montserratblack';
  src: url('./../fonts/montserrat-black.woff2') format('woff2'),
       url('./../fonts/montserrat-black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'montserratbold';
  src: url('./../fonts/montserrat-bold.woff2') format('woff2'),
       url('./../fonts/montserrat-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal
  font-display: swap;
}
@font-face {
  font-family: 'montserratextralight';
  src: url('./../fonts/montserrat-extralight.woff2') format('woff2'),
       url('./../fonts/montserrat-extralight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'montserratlight';
  src: url('./../fonts/montserrat-light.woff2') format('woff2'),
       url('./../fonts/montserrat-light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'montserratmedium';
  src: url('./../fonts/montserrat-medium.woff2') format('woff2'),
       url('./../fonts/montserrat-medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'montserratregular';
  src: url('./../fonts/montserrat-regular.woff2') format('woff2'),
       url('./../fonts/montserrat-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'montserratsemibold';
  src: url('./../fonts/montserrat-semibold.woff2') format('woff2'),
       url('./../fonts/montserrat-semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Text Styles */
html,
body {
  font-family: 'montserratregular', Arial, Verdana;
  background: #000;
}
.textjustify {
  text-align: justify;
}
.fontlight {
  font-family: 'montserratlight';
}
.fontextralight {
  font-family: 'montserratextralight';
}
.redtext {
color: #dc3545;
}
/* Sections Styles */
section > .row > .col {
  max-width: 1400px;
  margin: auto;
  z-index: 10;
}
section {
  content:'';
  position: relative;
  top:0px;
  left: 0px;
  width:100%;
  height: inherit;
  z-index:0;
  opacity: 1; /* Here is your opacity */
}
#header {
  height: 800px;
  background: #000;
  &:before  {
      content:'';
      background: url('./../img/banner-03.webp') no-repeat top center;
      position: absolute;
      top:0px;
      left: 0px;
      width:100%;
      height: inherit;
      z-index:0;
      opacity: 1; /* Here is your opacity */
  }
}
.darktopbar {
  height: 230px;
  &:before{
      content: "";
      background: #000;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: inherit;
      opacity: .85;
      z-index: 0;
  }
}
.redtopbar {
  color: #fff;
  max-height: 65px;
  & a,
    a:hover {
    color: #fff;
    text-decoration: none;
  }
  & .col {
      font-family: 'montserratlight', Arial, Helvetica, sans-serif;
      padding: 18px 35px 0px 35px
  }
  &  p {
      margin-right: 10px;
      font-size: 1.2em;
      display: inline-block;
  }
  & .col > a > img {
      display: inline-block;
      width: 23px;
      height: auto;
      vertical-align: top;
      margin-right: 8px;
      filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(246deg) brightness(102%) contrast(200%);
  }
  & .topicon {
      display: inline-block;
      width: 23px;
      height: auto;
      vertical-align: top;
      margin-right: 8px;
      filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(246deg) brightness(102%) contrast(200%);
  }
  & .slider img {
      
  }
}
img.quotes {
width: 3em;
filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(246deg) brightness(40%) contrast(200%);
}
.menubar {
  margin: 25px 0 0;
  & .logoheader {
      width: 100%;
      margin-left: 10px;
      max-width: 225px;
  }
  & ul li {
      display: inline-block;
      padding: 0px 10px;
      text-transform: uppercase;
  }
  & button {
      text-transform: uppercase;
      padding: 6px 20px;
  }
}
.slider {
  height: 100%;
  max-height: 500px;
  & img {
      border-radius: 50%;
      width: 100%;
      border: #dc3545 7px solid;
      max-width: 325px;
      height: auto;
  }
  & h1 {
      color: #fff;
      font-weight: bolder;
      text-shadow: 4px 5px 3px black;
      font-size: 3.2em;
      text-align: center;
  }
  & h3{
      color: #fff;
      font-weight: bolder;
      text-shadow: 2px 5px 1px black;
      font-size: 2.2em;
      text-align: center;
      margin: 25px 0;
  }
}
#about {
      background: url('./../img/about/back-about.webp') no-repeat top center;
  & .card {
      margin: auto;
      width: 26rem;
      border-width: thick;
      border-radius: 5%;
      background: none;
  }
  & .card img {
      border-radius: 5% 5% 0 0;
  }
  & .card-footer  {
      border-radius: 0px 0px 10px 10px;
  }
}
#who {
  background: url('./../img/who/back-who.webp') repeat top center;
  & .img01 {
      border-radius: 50%;
      border: .7em red solid;
  }
  & img {
    witdh: 350px;
    height: auto;
  }
  & .img02 {
      border-radius: 50%;
      border: .7em #38383A solid;
      position: relative;
      margin-top: -13em;
      margin-left: 13em;
  }
  & .img03 {
      border-radius: 50%;
      border: .7em white solid;
      position: relative;
      margin-top: -17em;
  }
  & p {
      line-height: 2.4rem;
      font-weight: 200;
      font-size: 1.3rem;
  }
}
#book {
  background: url('./../img/book/back-book.webp') repeat top center;
  & p {
      line-height: 2.4rem;
      font-weight: 200;
      font-size: 1.3rem;
  }
}
#contact {
  background: url('./../img/contact/contact-back.webp') repeat top center;
  background-size: cover;
}
#testimonials {
background: url('./../img/testimonials/back-testimonials.webp') repeat top center;
background-size: cover;
& .carousel-item > .row > .col {
  width: 100%;
  max-width: 1000px;
}
& .carousel-item h3 {
    margin-top: 2.5em;
}
& .avatar {
  border-radius: 50%;
  margin: auto;
  width: 132px;
  height: auto;
  margin-bottom: 1.5em;
}
& .carousel-indicators {
  bottom: -3.5rem;
}
}
#doghappy {
/*    animation: bounceRotate 3s infinite;*/
  animation: bounceRotate 4s ease-in-out infinite;
}
#footer {
}
/* Single Objects Styles */
.bubbly-button{
display: inline-block;
font-size: 1em;
-webkit-appearance: none;
appearance: none;
border-radius: 4px;
border: none;
cursor: pointer;
position: relative;
padding: 10px 35px;
transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
box-shadow: 0 2px 25px rgba(255, 0, 130, 0.5);

&:focus {
  outline: 0;
}

&:before, &:after{
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}

&:before{
  display: none;
  top: -75%;
  background-image:  
    radial-gradient(circle, #ff0081 20%, transparent 20%),
  radial-gradient(circle,  transparent 20%, #ff0081 20%, transparent 30%),
  radial-gradient(circle, #ff0081 20%, transparent 20%), 
  radial-gradient(circle, #ff0081 20%, transparent 20%),
  radial-gradient(circle,  transparent 10%, #ff0081 15%, transparent 20%),
  radial-gradient(circle, #ff0081 20%, transparent 20%),
  radial-gradient(circle, #ff0081 20%, transparent 20%),
  radial-gradient(circle, #ff0081 20%, transparent 20%),
  radial-gradient(circle, #ff0081 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

&:after{
  display: none;
  bottom: -75%;
  background-image:  
  radial-gradient(circle, #ff0081 20%, transparent 20%), 
  radial-gradient(circle, #ff0081 20%, transparent 20%),
  radial-gradient(circle,  transparent 10%, #ff0081 15%, transparent 20%),
  radial-gradient(circle, #ff0081 20%, transparent 20%),
  radial-gradient(circle, #ff0081 20%, transparent 20%),
  radial-gradient(circle, #ff0081 20%, transparent 20%),
  radial-gradient(circle, #ff0081 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

&:active{
  transform: scale(0.9);
  background-color: darken(#ff0081, 5%);
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}

&.animate{
  &:before{
    display: block;
    animation: topBubbles ease-in-out 0.75s forwards;
  }
  &:after{
    display: block;
    animation: bottomBubbles ease-in-out 0.75s forwards;
  }
}
}
.radius25 {
border-radius: 25px;
}
.logofooter {
width: 100%;
max-width: 43px;
margin: auto;
}
.onlymobile {
display: none;
}
/* Css Animations */
@keyframes bounceRotate {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-20px) rotate(-15deg);
  }
  50% {
    transform: translateY(0) rotate(0deg);
  }
  75% {
    transform: translateY(-20px) rotate(15deg);
  }
}
@keyframes topBubbles {
0% { background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;} 
50% { background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;}
100% {background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
      background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;}
}

@keyframes bottomBubbles {
0%{ background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%; }
50% { background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;}
100% { background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
       background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%; }
}
/* Responsive Styles */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {
.hidemobile {
  display: none !important;
}
.onlymobile {
  display: block;
}
.darktopbar {
  height: 170px;
}
#doghappy {
  margin-bottom: 2em;
}
#who {
  & .row  .col  {
      width: 100%;
      flex: 1 0 100%;
  }
  & img {
    width: 65%;
    max-width: 250px;
    height: auto;
  }
  & .img02 {
      margin-top: -30%;
      margin-left: 30%;
  }
  & .img03 {
      margin-top: -30%;
  }
}
#about {
  & .card {
      width: 23rem;
      margin-bottom: 3rem;
  }
}
#header > .row > .col {
  margin-top: 0;
}
.redtopbar {
  & .col {
    padding: 18px 0px 18px 15px;
  }
}
.slider .row .col {
  width: 100%;
  position: relative;
  & img {
    max-width: 200px;
    margin: auto;
  }
  & h1 {
    font-size: 2.2em;
  }
}
#form {
  padding: 0 !important;
  & .col {
    width: 100%;
  }
  & .row .col:nth-child(2) {
    margin-top: 2rem;
  }
}
.carousel-control-next, .carousel-control-prev {
  top: 16rem;
}
.logo-col {
  width: 40%;
  float: left;
}
.nav-col {
  width: 59%;
}
.nav-col .navbar {
  float: right;
}
#footer-container .col {
  width: 100%;
  margin-bottom: 14px;
}
#footer-container {
  display: flex; flex-direction: column;
}
#navbarNav {
  margin: auto;
}
.footnav {order: 1; text-align: center !important;}
.footlogo {order: 3;}
.footcopy {order: 2; text-align: center !important;}
.navbar-collapse {
  background: #000;
  color: #fff;
}
.slider {
  display: block;
  min-height: 630px;
}
}
@media only screen and (min-Width: 450px) and (max-width: 768px){
  .slider {
      & img {
          height: auto;
      }
      & img {
          width: 58%;
          max-width: 250px;
          height: auto;
      }
      & .img02 {
          margin-top: -20% !important;
          margin-left: 45% !important;
      }
      & .img03 {
          margin-top: -20% !important;
      }
  }
  #who {
      & img {
          width: 58%;
          max-width: 250px;
          height: auto;
      }
      & .img02 {
          margin-top: -20% !important;
          margin-left: 45% !important;
      }
      & .img03 {
          margin-top: -20% !important;
      }
  }
  .centermobile {
    text-align: center;
  }
}
@media only screen and (min-width: 601px) {
  #who {
      & img {
          witdh: 350px !important;
      }
  }
}
@media only screen and (min-Width: 769px) and (max-width: 1140px){
  #who {
      & img {
          witdh: 350px !important;
          width: 70%;
      }
      & .img02 {
          margin-top: -30%;
          margin-left: 35%;
      }
      & .img03 {
          margin-top: -45%;
      }
  }    
}