/**
* Template Name: Mentor
* Template URL: https://bootstrapmade.com/mentor-free-education-bootstrap-theme/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Open Sans",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Raleway",  sans-serif;
  --nav-font: "Poppins",  sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #37423b; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #68D44D; /* povodne 5fcf80 Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
  --red-color: #ff0000; /* cervena farba pisma napriklad pre formular */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #272828;  /* The default color of the main navmenu links */
  --nav-hover-color: #68D44D; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #272828; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #68D44D; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */




/*--------------------------------------------------------------
# CUSTOM CSS
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/

.section-title .koucing-cennik {
  color: #888;
  font-weight: 500;
  font-size: 18px;
}


.header {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo h1 span {
  font-weight: 700;
  font-size: 30px;
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--default-color);
}

  .navmenu a,
  .navmenu a:focus {
    font-weight: 600;
  }

  .txt-bold {
  font-weight: bold;
}

.page-title .breadcrumbs {
  padding: 20px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);

}

.scrolled .header {
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.3);
}

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: color-mix(in srgb, var(--background-color), transparent 95%);
}



/*--------------------------------------------------------------
# BLOG Section
--------------------------------------------------------------*/
.blog .blog-full-item {
  padding-bottom: 30px;
}

.blog .blog-item {
  background-color: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  border-radius: 5px;
}

.blog .blog-item:hover {
  background-color: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 0%);
  border-radius: 5px;
}

.blog .blog-content {
  padding: 15px;
}

.blog .blog-content h3 {
  font-weight: 700;
  font-size: 20px;
}

.blog .blog-content h3 a {
  color: var(--heading-color);
  transition: 0.3s;
  }

.blog .blog-content h3 a:hover {
  color: var(--accent-color);
}

.blog .blog-content .category {
  background: var(--accent-color);
  color: var(--contrast-color);
  font-size: 14px;
  padding: 6px 14px;
  margin: 0;
  border-radius: 5px;
}

.blog .blog-content .blog-info {
  background: var(--seda-color);
  color: var(--contrast-color);
  font-size: 14px;
  padding: 6px 14px;
  margin: 0;
  border-radius: 5px;
}

.blog-full-info {
  padding-bottom: 15px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.blog .blog-content .description {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog .trainer {
  padding-top: 15px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.blog .trainer .trainer-profile img {
  max-width: 40px;
  border-radius: 5px;
}

.blog .trainer .trainer-profile .trainer-link {
  padding-left: 10px;
  font-weight: 600;
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.blog .trainer .trainer-profile .trainer-link:hover {
  color: var(--accent-color);
}

.blog .trainer .trainer-rank {
  font-size: 18px;
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.blog .trainer .trainer-rank .user-icon {
  font-size: 22px;
}

p  {
text-align: justify;
}

.profile-photo {
  border-radius: 20px;
}


.pricing .pricing-item h4 {
  font-size: 36px;
  font-weight: 600;
  font-family: var(--heading-font);
}

.pricing .pricing-item h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .pricing-item h4 span {
  color: color-mix(in srgb, var(--default-color), transparent 0%);
  font-size: 16px;
  font-weight: 300;
}



.contact-2 {
  .info-card {
    background-color: var(--surface-color);
    padding: 30px;
    text-align: center;
    height: 100%;
    border-radius: 10px;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    transition: all 0.3s ease-in-out;

    &:hover {
      transform: translateY(-5px);
    }

    .icon-box {
      width: 56px;
      height: 56px;
      margin: 0 auto 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background-color: color-mix(in srgb, var(--accent-color), transparent 92%);

      i {
        font-size: 24px;
        color: var(--accent-color);
      }
    }

    h3 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 15px;
    }

    p {
      margin: 0;
      color: color-mix(in srgb, var(--default-color), transparent 20%);
      font-size: 15px;
      line-height: 1.6;
    }
  }

  .form-wrapper {

    .input-group {
      .input-group-text {
        color: var(--accent-color);
        background-color: color-mix(in srgb, var(--default-color), transparent 96%);
        border-color: color-mix(in srgb, var(--default-color), transparent 85%);
        border-radius: 8px 0 0 8px;
        padding: 12px 15px;
      }

      .form-control {
        color: var(--default-color);
        background-color: var(--surface-color);
        border-radius: 0 8px 8px 0;
        box-shadow: none;
        font-size: 14px;
        border-color: color-mix(in srgb, var(--default-color), transparent 85%);
        padding: 12px 15px;

        &:focus {
          border-color: var(--accent-color);
        }

        &::placeholder {
          color: color-mix(in srgb, var(--default-color), transparent 0%);
        }
      }
    }


 .form-control-hodnotenie {
        color: var(--accent-color);
    }

 option.form-control-hodnotenie {
        color: var(--accent-color);
    }

 .form-control-hodnotenie:hover {
        color: var(--accent-color);
    }


    select.form-control {
      appearance: none;
      color: var(--accent-color);
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-position: right 0.75rem center;
      background-size: 16px 12px;
      padding-right: 40px;
    }


    textarea.form-control {
      min-height: 160px;
    }

    button {
      background-color: var(--accent-color);
      border: 0;
      padding: 12px 40px;
      color: var(--contrast-color);
      border-radius: 10px;
      transition: 0.3s;
      font-size: 16px;
      font-weight: 500;

      &:hover {
        background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
      }
    }
  }
}



/*--------------------------------------------------------------
# CUSTOM CSS
# REFERENCIE
--------------------------------------------------------------*/
.referencie {

  .testimonial-item {
    background-color: var(--surface-color);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    padding: 30px;
    position: relative;
    height: 100%;

    .testimonial-img {
      width: 90px;
      border-radius: 50px;
      border: 6px solid var(--background-color);
      float: left;
      margin: 0 10px 0 0;
    }

    h3 {
      font-size: 18px;
      font-weight: bold;
      margin: 10px 0 5px 0;
    }

    h4 {
      font-size: 14px;
      color: color-mix(in srgb, var(--default-color), transparent 20%);
      margin:0;
    }

    .stars {
      margin: 10px 0;
      i {
        color: #ffc107;
        margin: 0 1px;
      }
    }

    .quote-icon-left, .quote-icon-right {
      color: color-mix(in srgb, var(--accent-color), transparent 50%);
      font-size: 26px;
      line-height: 0;
    }

    .quote-icon-left {
      display: inline-block;
      left: -5px;
      position: relative;
    }

    .quote-icon-right {
      display: inline-block;
      right: -5px;
      position: relative;
      top:10px;
      transform: scale(-1, -1);
    }

    p {
      font-style: italic;
      margin: 15px 0 0 0;
      padding: 0;
    }

  }
}





/*--------------------------------------------------------------
# Events Section vlastne
--------------------------------------------------------------*/
.events .card-body {
  z-index: 10;
  background: var(--surface-color);
  border-top: 4px solid var(--surface-color);
  padding: 15px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -40px;
  transition: 0.3s;
}

.events .card .card-body {
  border-color: var(--default-color);
  border-radius: 5px;
}

.events .card .card-body .centrovanie p {
  text-align: center;
}

.events .card-img {
  width: calc(100% + 20px);
  max-height: 100%;
  margin-left: -10px;
  overflow: hidden;
  z-index: 9;
  border-radius: 5px;
}

.events .card-img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}


/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  padding-bottom: 60px;
  position: relative;
  text-align: center;
}

.section-title h2 {
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  position: relative;
  text-align: center;
}

.section-title h2::before{
  content: "";
  width: 220px;
  height: 2px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px;
}

.section-title h2::after {
  content: "";
  width: 220px;
  height: 2px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px;
}

.section-title p {
  color: var(--heading-color);
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  font-family: var(--nav-font);
  text-transform: uppercase;
  text-align: center;
}