/****************************************************************************
 * Spaquito Marketing Template v1.2.1
 * Copyright 2023 | Spaquito | https://spaquito.ca
 *
 * This template integrates components from the following projects
 * 
 *
 *
 *  Font Awesome 4.7.0 by @davegandy | fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 *  Open Sans by Steve Matteson | Apache License 2.0
 *  jQuery v3.1.1 | (c) jQuery Foundation | jquery.org/license
 *  Bootstrap v3.3.7 | Copyright 2011-2016 Twitter, Inc. | MIT License
 *  Bootstrap Modalizer v1.0.0 | (c) 2016 Jonathan Nessier, Neoflow | MIT License
 *  Menu Icon v1.0 | (c) Neoflow | MIT License
 *  Hammer.JS v2.0.8 | Copyright (c) 2016 Jorik Tangelder | MIT License
 *
 ****************************************************************************/

/****************************************************************************
 * Global
 ****************************************************************************/

/******* Global - FONTs *********/
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald/Oswald-Regular.ttf");
}

@font-face {
  font-family: "Bagel-Fat";
  src: url("../fonts/Bagel-Fat/BagelFat-Fat.otf");
}

/******* Global - COLORs *********/
:root {
  --offWhite: #f0f0f5;
  --darkInk: #111120;
  --darkLine: rgba(255,255,255,0.07);
  --customColor: #f5c518;
  --customColor2: #e63946;

  --customButtonHover: #c9a10e;
  --custom2ButtonHover: #b52c37;

  --customLinkColor: #f5c518;
  --customLinkHover: #c9a10e;

  --customLink2Color: #8b8ba7;
  --customLink2Hover: #f5c518;

  --button-custom-yes: #3fbc69;
  --button-custom-yes-hover: #30a558;

  --button-custom-no: #e63946;
  --button-custom-no-hover: #b52c37;
}

.darkInk {
  color:  var(--darkInk) !important;
 }
 .custom-color {
  color:  var(--customColor) !important;
 }

.brand-name {
  font-family: "Bagel-Fat";
  color: var(--offWhite);
  font-size: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald";
}

.bg-off-white {
  background-color: var(--surface, #111120);
}

.bg-dark-custom {
  background-color: var(--night-sky, #08080f);
}

/******* Global - Buttons *********/
.btn-custom {
  color: white;
  font-weight: bold;
  background-color: var(--customColor);
  border-color: var(--customColor);
}

.btn-custom:hover {
  color: white;
  background-color: var(--customButtonHover);
  border-color: var(--customButtonHover);
}

.btn-custom-yes {
  color: white;
  font-weight: bold;
  background-color: var(--button-custom-yes);
  border-color: var(--button-custom-yes);
}

.btn-custom-yes:hover {
  color: white;
  background-color: var(--button-custom-yes-hover);
  border-color: var(----button-custom-yes-hover);
}

.btn-custom-no {
  color: white;
  font-weight: bold;
  background-color: var(--button-custom-no);
  border-color: var(--button-custom-no);
}

.btn-custom-no:hover {
  color: white;
  background-color: var(--button-custom-no-hover);
  border-color: var(----button-custom-no-hover);
}

.btn-custom2:hover {
  color: white;
  background-color: var(--custom2ButtonHover);
  border-color: var(--custom2ButtonHover);
}


/******* Global - Links *********/
.custom-link {
  text-decoration: none;
  color: var(--customColor);
}

.custom-link:hover {
  text-decoration: none;
  color: var(--customLinkHover);
}

.custom-link-2 {
  text-decoration: none;
  color: var(--customLink2Color);
}

.custom-link-2:hover {
  text-decoration: none;
  color: var(--customLink2Hover);
}

.custom-link-contact {
  text-decoration: none;
  color: var(--customLink2Color);
}

.custom-link-contact:hover {
  text-decoration: none;
  color: var(--customColor2);
}

/* Global - Social Icons */
ul.social-icons {
  list-style: none;
}

ul.social-icons li a {
  color: var(--customColor);
}

ul.social-icons li a:hover {
  color: var(--offWhite);
}

/******* Global - icons *********/
.custom-icon {
  color: var(--customColor);
}

/****************************************************************************
 * Login
 ****************************************************************************/
 .login-bg-image {
  background-image: url("../images/carousel/two.jpg");
  background-repeat: no-repeat;

}

/****************************************************************************
 * business-hours
 ****************************************************************************/
/* get css from hours.css */

/****************************************************************************
 * info-strip
 ****************************************************************************/
.bg-info-strip {
  background-color: var(--darkInk);
}

/****************************************************************************
 * top-nav
 ****************************************************************************/
 .nav-link {
  color: var(--offWhite);
 }

 .nav-link:hover {
  color: var(--customButtonHover) !important;
 }

 .nav-link.active {
  color: var(--customColor) !important;
}

/****************************************************************************
 *  carousel
 ****************************************************************************/
 .carousel-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
}

.caption-custom-title {
  margin-top: 2em;
  font-size: 2vw; /* Adjust the value as needed */
  font-family: "Anton", sans-serif;
  font-style: italic;
  text-transform: uppercase;
}

.caption-custom-message {
  font-size: 3vw; /* Adjust the value as needed */
  font-family: "Anton", sans-serif;
  font-style: italic;
  text-transform: uppercase;
}

.caption-custom-info {
  font-size: 1.5vw; /* Adjust the value as needed */
  font-family: "Anton", sans-serif;
  margin-bottom: 2em;
}

/****************************************************************************
 *  products
 ****************************************************************************/

.corner-banner {
  position: absolute;
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  top: 50px;
  left: -10px;
  width: 180px;
  height: 40px;
  background:  var(--customColor);
  border-radius: 20px 20px 20px 20px;
}

.corner-banner-cs {
  position: absolute;
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  top: 50px;
  left: -10px;
  width: 180px;
  height: 40px;
  background: var(--customColor2);
  border-radius: 20px 20px 20px 20px;
}

.corner-banner-text {
  -webkit-transform: rotate(-1.2eg);
  -moz-transform: rotate(-1.2deg);
  -o-transform: rotate(-1.2deg);
  -ms-transform: rotate(-1.2deg);
  transform: rotate(-1.2deg);
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color:white;
}

/****************************************************************************
 * create-testimonial
 ****************************************************************************/
 .testimonial-create-bg-image {
  width: 100%;
  background-position: center right;
  color: whitesmoke;
  background-image: url("../images/testimonialCreateBg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.create-testimonial-bg-image {
  background-image: url("../images/createTestimonialBg.png");
  background-repeat: no-repeat;

}

/****************************************************************************
 * partner-strip
 ****************************************************************************/
 .partner-strip-bg-image {
  width: 100%;
  height: 500px;
  color: whitesmoke;
  background-image: url("../images/partnerStripBg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/****************************************************************************
 * content
 ****************************************************************************/

/****************************************************************************
 * footer
 ****************************************************************************/
.custom-footer {
  background-color: var(--darkInk) !important;
  color: var(--offWhite);
}

.footer-details {
  border-right: 1px solid var(--darkLine);
}

.footer-message {
  border-right: 1px solid var(--darkLine);
}

/****************************************************************************
 * spaquito-strip
 ****************************************************************************/

.footer-spaquito-link {
  text-decoration: none;
  color: var(--infoDark);
}

.footer-spaquito-link:hover {
  text-decoration: none;
  color: var(--spaquitoBlue);
}

.footer-terms {
  text-decoration: none;
  color: var(--infoDark);
}

.footer-terms:hover {
  text-decoration: none;
  color: var(--spaquitoBlue);
}

/****************************************************************************
 * About
 ****************************************************************************/

/****************************************************************************
 * testimonials
 ****************************************************************************/

 /****************************************************************************
 * testimonials
 ****************************************************************************/

/****************************************************************************
 * our-team
 ****************************************************************************/
 .team-name {
  color: var(--customColor);
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
}

.team-title {
  color: #414141;
}

.custom-team-border {
  border: 5px solid var(--customColor);
}

/****************************************************************************
 * CLient Dashboard
 ****************************************************************************/



/****************************************************************************
 * Contact Us
 ****************************************************************************/
 .custom-title {
  margin-top: 2em;
  font-size: 2vw; /* Adjust the value as needed */
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
}

/****************************************************************************
 * sort-out
 ****************************************************************************/
