/**
* Template Name: Moderna
* Template URL: https://bootstrapmade.com/free-bootstrap-template-corporate-moderna/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #444;
  }

  a {
    color: #4fa6d5;
    text-decoration: none;
  }

  a:hover {
    color: #45beff;
    text-decoration: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .font-primary {
    font-family: "Roboto", sans-serif;
  }

  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #68A4C4;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
  }

  .back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
  }

  .back-to-top:hover {
    background: #85b6cf;
    color: #fff;
  }

  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }

  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: #1e4356;
  }

  #header.header-transparent {
    background: none;
  }

  #header.header-scrolled {
    background: rgba(30, 67, 86, 0.8);
    height: 60px;
  }

  #header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 4px 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
  }

  #header .logo h1 a,
  #header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
  }

  #header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
  }

  #main {
    margin-top: 80px;
  }

  /*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
  #hero {
    width: 100%;
    height: 80vh;

  }

  #hero::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;

    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }

  #hero::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;

    background: #ffffff;
    opacity: 0.3;
    z-index: 1;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(18px) rotate(2deg);
  }

  #hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  #hero h2 {
    color: #000000;
    margin-bottom: 5px;
    font-size: 48px;
    font-weight: 700;
  }

  #hero p {
    width: 80%;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #000000;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 10%;
  }

  #hero .carousel-control-next-icon,
  #hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
  }

  #hero .btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #0a0a0a;
    animation-delay: 0.8s;
    border: 2px solid #68A4C4;
  }

  #hero .btn-get-started:hover {
    background: #ffffff;
    color: #111010;
    text-decoration: none;
  }

  @media (min-width: 1024px) {
    #hero p {
      width: 60%;
    }

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
      width: 5%;
    }
  }

  @media (max-width: 768px) {
    #hero::after {
      width: 180%;

      border-radius: 0 0 50% 50%;
      transform: translateX(-50%) rotate(0deg);
    }

    #hero::before {
      top: 0;
      width: 180%;
      border-radius: 0 0 50% 50%;
      transform: translateX(-50%) translateY(20px) rotate(4deg);
    }
}

  @media (max-width: 575px) {
    #hero h2 {
      font-size: 30px;
    }

    #hero::after {
      left: 40%;
      top: 0;
      width: 100%;

      border-radius: 0 0 50% 50%;
      transform: translateX(-50%) rotate(0deg);
    }

    #hero::before {
      left: 50%;
      top: 0;
      width: 100%;

      border-radius: 0 0 50% 50%;
      transform: translateX(-50%) translateY(20px) rotate(4deg);
    }
  }

  /*--------------------------------------------------------------
  # Hero No Slider Section
  --------------------------------------------------------------*/
  #hero-no-slider {
    width: 100%;

    position: relative;
    text-align: center;
  }

  #hero-no-slider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }

  #hero-no-slider h2 {
    color: #080808;
    font-size: 48px;
    font-weight: 700;
  }

  #hero-no-slider p {
    color: #0c0c0c;
  }

  #hero-no-slider .btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #0e0d0d;
    animation-delay: 0.8s;
    border: 2px solid #68A4C4;
  }

  #hero-no-slider .btn-get-started:hover {
    background: #ffffff;
    color: #000000;
    text-decoration: none;
  }

  @media (max-width: 575px) {
    #hero-no-slider h2 {
      font-size: 30px;
    }
  }
/*event style*/

.event .tab-class .nav-item a.active {
    background: var(--bs-secondary) !important;
}

.event .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

.event .event-categorie .event-name {
    line-height: 40px;
}

.event .event-categorie .event-name a {
    transition: 0.5s;
}

.event .event-categorie .event-name a:hover {
    color: var(--bs-secondary);
}

.event .event-item {
    height: 100%;
    transition: 0.5s;
}
.event .event-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.event .event-item .event-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
}

.event .event-item .event-img img {
    transition: 0.5s;
}

.event .event-item .event-img img:hover {
    transform: scale(1.3);
}
