@charset "UTF-8";
/* custom styles loaded after bootstrap */
html {
  scroll-padding-top: calc(4.5rem - 1px);
}

body {
  container-type: scroll-state;
  letter-spacing: 0.0625em;
}

/* ############################# General Theme ############################## */
:root {
  --EDC-Orange:#cc6223;
  --EDC-Orange-rgba:rgba(204, 98, 35, 0.9);
  --EDC-Orange-Gradient:linear-gradient(
                                        180deg,
                                        rgba(204, 98, 35, 0.9),
                                        rgba(204, 98, 35, 0)
                                       );
  --EDC-Orange-Darken25:#99491a;
  --EDC-Orange-Darken30:#8f4518;
  --EDC-Orange-Lighten50:#ebae8a;
  --EDC-Orange-Lighten50-rgb:235, 175, 139;
  --EDC-Dark:#191919;
}
.bg-EDC-Orange {
  background-color: var(--EDC-Orange);
}
.bg-EDC-Black {
  background-color: #343232;
}
.text-EDC-Orange {
  color: var(--EDC-Orange);
}
.text-EDC-Orange-Lighten50 {
  color: var(--EDC-Orange-Lighten50);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--EDC-Orange);
  --bs-btn-border-color: var(--EDC-Orange);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--EDC-Orange-Darken25);
  --bs-btn-hover-border-color: var(--EDC-Orange-Darken30);
  --bs-btn-focus-shadow-rgb: var(--EDC-Orange-Lighten50-rgb);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--EDC-Orange-Darken30);
  --bs-btn-active-border-color: var(--EDC-Orange-Darken30);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--EDC-Orange);
  --bs-btn-disabled-border-color: var(--EDC-Orange);
}

.text-white-70 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.7);
}

.text-white-90 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.9);
}
/* ############################# General Theme #############################/ */

/* ################################ Main nav ################################ */

#mainNav {
  /* font-weight: 300; */
  min-height: 1.5rem;
  /* background-color: rgba(0,0,0,0.5); */
  background-color: var(--EDC-Orange);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.70), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: background-color 0.5s ease-in-out, padding 0.5s ease-in-out;
}
#mainNav .navbar-toggler {
  font-size: 150%;
  padding: 0rem;
  color: #fff;
  border: none;
}
#mainNav .navbar-toggler:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
#mainNav .navbar-brand {
  /* display:none; */
  color: transparent;
  font-weight: 500;
  letter-spacing: -0.03rem;
  width:10rem;
  padding: 0rem 0;
  transition: color 0.5s ease-in-out;
}
#mainNav .nav-link {
  transition: font-size 0.1s ease-out;
  margin-left: 0.4rem;
  padding: 0.4rem 1.4rem;
  color: #ede8e5;
  border-left: 0.25rem solid transparent;
}
#mainNav.navbar-shrink {
  background-color: var(--EDC-Orange);
  transition: background-color 0.5s ease-in-out, padding 0.5s ease-in-out;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
#mainNav .nav-link:hover {
  font-size: 130%;
  color: #fff;
}
#mainNav .nav-link.active {
  color: #fff;
  outline: none;
  border-left: 0.25rem solid #fff;
}
#mainNav.navbar-shrink .navbar-brand {
  color: #fff;
  transition: color 0.5s ease-in-out;
  width:10rem;
}
#mainNav .nav-btn-join {
  margin-left: 2rem;
  margin-top: .4rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding-left: 1rem;
  padding-right: 1rem;

  --bs-btn-color: var(--EDC-Orange-Darken30);
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--EDC-Orange-Darken25);
  --bs-btn-hover-border-color: var(--EDC-Orange-Darken30);
  --bs-btn-focus-shadow-rgb: var(--EDC-Orange-Lighten50-rgb);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--EDC-Orange-Darken30);
  --bs-btn-active-border-color: var(--EDC-Orange-Darken30);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--EDC-Orange);
  --bs-btn-disabled-border-color: var(--EDC-Orange);
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
}

@media (min-width: 768px) {
  .unded {
    border-radius: var(--bs-border-radius)
  }
}


@media (min-width: 992px) {
  #mainNav {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: none;
    background-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.70), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: background-color 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: 0.3rem 0;
    font-weight: 600;
    letter-spacing: 0.00rem;
    width:auto;
    color: transparent;

    transition: color 0.5s ease-in-out;
  }
  #mainNav .nav-link {
    transition: none;
    padding: 0rem 1.5rem;
    color: #fff;
  }

    #mainNav .nav-link:hover {
      color: var(--EDC-Orange);
      font-size: 100%;
    }
    #mainNav .nav-link:active {
      color: #fff;
    }

    #mainNav.navbar-shrink {
      background-color: var(--EDC-Orange);
      transition: background-color 0.5s ease-in-out, padding 0.5s ease-in-out;
      padding-top: 0px;
      padding-bottom: 0px;
    }
    #mainNav.navbar-shrink .navbar-brand {
      color: #fff;
      font-weight: 600;
      letter-spacing: 0.0rem;
      width:auto;
      transition: color 0.5s ease-in-out;
    }
    #mainNav.navbar-shrink .nav-link {
      color: #ede8e5;
      padding: 1.5rem 1.5rem 1.25rem;
      border-bottom: 0.25rem solid transparent;
    }
    #mainNav.navbar-shrink .nav-link:hover {
      font-size: 100%;
      color: #fff;
    }
    #mainNav.navbar-shrink .nav-link.active {
      color: #fff;
      outline: none;
      border-left:none;
      border-bottom: 0.25rem solid #fff;
    }
    #mainNav .nav-btn-join {
      margin-left: 2rem;
      margin-top: .4rem;
      margin-bottom: 0rem;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      padding-left: 1rem;
      padding-right: 1rem;

      --bs-btn-color: #fff;
      --bs-btn-bg: var(--EDC-Orange);
      --bs-btn-border-color: var(--EDC-Orange);
      --bs-btn-hover-color: #fff;
      --bs-btn-hover-bg: var(--EDC-Orange-Darken25);
      --bs-btn-hover-border-color: var(--EDC-Orange-Darken30);
      --bs-btn-focus-shadow-rgb: var(--EDC-Orange-Lighten50-rgb);
      --bs-btn-active-color: #fff;
      --bs-btn-active-bg: var(--EDC-Orange-Darken30);
      --bs-btn-active-border-color: var(--EDC-Orange-Darken30);
      --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      --bs-btn-disabled-color: #fff;
      --bs-btn-disabled-bg: var(--EDC-Orange);
      --bs-btn-disabled-border-color: var(--EDC-Orange);
      transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;;
    }
    #mainNav.navbar-shrink .nav-btn-join {
      margin-left: 2rem;
      margin-top: .4rem;
      margin-bottom: 0rem;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      padding-left: 1rem;
      padding-right: 1rem;

      --bs-btn-color: var(--EDC-Orange-Darken30);
      --bs-btn-bg: #fff;
      --bs-btn-border-color: #fff;
      --bs-btn-hover-color: #fff;
      --bs-btn-hover-bg: var(--EDC-Orange-Darken25);
      --bs-btn-hover-border-color: var(--EDC-Orange-Darken30);
      --bs-btn-focus-shadow-rgb: var(--EDC-Orange-Lighten50-rgb);
      --bs-btn-active-color: #fff;
      --bs-btn-active-bg: var(--EDC-Orange-Darken30);
      --bs-btn-active-border-color: var(--EDC-Orange-Darken30);
      --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      --bs-btn-disabled-color: #fff;
      --bs-btn-disabled-bg: var(--EDC-Orange);
      --bs-btn-disabled-border-color: var(--EDC-Orange);
      transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
    }
  }
/* ################################ Main nav ###############################/ */

/* ################################ Masthead ################################ */
.masthead {
  /* position: relative; */
  width: 100%;
  height: 100vh;
  /* min-height: 100vh; */
  padding: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.8) 75%, #000 100%), url("../assets/img/dojo_BW_Small.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.masthead h1, .masthead .h1 {
  font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  -webkit-text-fill-color: rgba(255,255,255,0.5);
  /* -webkit-text-fill-color: transparent; */
  -webkit-background-clip: text;
          background-clip: text;
}
.masthead h2, .masthead .h2 {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.7);
  max-width: 20rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .masthead h1, .masthead .h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }
  .masthead h1, .masthead .h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
  }
  .masthead h2, .masthead .h2 {
    max-width: 30rem;
    font-size: 1.25rem;
  }
}
/* ################################ Masthead ###############################/ */

/* ################################# About ################################## */
.about-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  /* min-height: 70vh; */
/* with mats bg*/
  /* background: linear-gradient(to bottom, rgba(0,0,0,0.90) 0%, rgba(0, 0, 0, 0.95) 100%), url("../assets/img/gloves2.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover; */
/* with rafi wrestling bg */
  /* background: radial-gradient(farthest-side at 100% 100%, rgba(255,255,255,0.5), #fff), url("../assets/img/wrestling_BW_detour.webp"), #fff;
  background-size: contain, 60rem;
  background-position: center, bottom right;
  background-repeat: no-repeat; */
/* orange transparent bg */
  /* background: linear-gradient(to bottom, rgba(204, 98, 35, 1) 0%, rgba(204, 98, 35, 0.1) 100%), url('../assets/img/dojo_BW_dark.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover; */
/* orange dark bg */
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0, 0, 0, 0.9) 100%), #fff;
  /* background: radial-gradient(farthest-side at 100% 100%, #1e1e1e, #0e0e0e); */
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.about-section h1, .about-section .h1 {
  font-weight:700;
  font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.3rem;
  color:rgba(255,255,255,0.8);
  /* color:var(--EDC-Dark); */
}

.about-card {
  /* with rafi wrestling bg */
    background: radial-gradient(farthest-side at 100% 100%, rgba(255,255,255,0.5), #fff), url("../assets/img/wrestling_BW_detour.webp"), #fff;
    background-size: contain, 20rem;
    background-position: center, bottom right;
    background-repeat: no-repeat;
}

.about-rafi {
    background-color: #d4550b;
}

/* ################################# About #################################/ */

/* ################################ Schedule ################################ */
  .schedule-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    /* min-height:100vh; */

  /* with mats bg*/
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(0, 0, 0, 0.8) 100%), url("../assets/img/gloves2.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover; */


    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%,rgba(0,0,0,1) 100%), #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;

    /* background: linear-gradient(rgba(0,0,0,0.8)), linear-gradient(to bottom, rgba(204, 98, 35, 0.5) 0%, rgba(204, 98, 35, 0.3) 100%), url('../assets/img/gloves2.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover; */

  /* orange transparent bg */
    /* background: linear-gradient(to bottom, rgba(204, 98, 35, 1) 0%, rgba(204, 98, 35, 0.1) 100%), url('../assets/img/dojo_BW_dark.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover; */
  }

  .schedule-section h1, .schedule-section .h1 {
    font-weight:700;
    font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: 0.3rem;
    /* color:var(--EDC-Dark); */
    color:rgba(255,255,255,0.8);
  }
/* ################################ Schedule ###############################/ */

/* ################################ Pricing ################################# */
  .pricing-section {
    padding-top: 5rem;
    /* min-height:100vh; */

    background: linear-gradient(to bottom, rgba(0,0,0, 1) 0%, rgba(0,0,0, 0.5) 100%), url('../assets/img/gloves.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
  .pricing-section h1, .pricing-section .h1 {
    font-weight:700;
    font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: 0.3rem;
    /* color:#fff; */
    color:rgba(255,255,255,0.8);
  }
  .pricing-section .card-body {
    min-height: 30rem;
  }

  .image-price1 {
    background:linear-gradient(to bottom, rgba(204, 98, 35, 1) 0%, rgba(204, 98, 35, 0.4) 100%), url("../assets/img/gloves3.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .image-price2 {
    background:linear-gradient(to bottom, rgba(204, 98, 35, 1) 0%, rgba(204, 98, 35, 0.4) 100%), url("../assets/img/cage.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .image-price3 {
    background:linear-gradient(to bottom, rgba(204, 98, 35, 1) 0%, rgba(204, 98, 35, 0.4) 100%), url("../assets/img/bandage.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
/* ################################ Pricing ################################/ */

/* ################################ Contact ################################# */
  .contact-section {
    padding-top: 5rem;
    padding-bottom: 0rem;
    /* min-height:100vh; */

    background: linear-gradient(to bottom, rgba(204, 98, 35, 1) 0%, rgba(204, 98, 35, 0.1) 100%), url('../assets/img/dojo_BW_dark.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
  .contact-section h1, .contact-section .h1 {
    font-weight:700;
    font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: 0.3rem;
    color:#fff;
  }
  /* For the contact */
  .card {
      font-weight: 400;
      border: 0;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
  }

  .card[class*="border"] {
      border: 1px solid #9e9e9e;
      box-shadow: none
  }

  .card .card-body h1,
  .card .card-body h2,
  .card .card-body h3,
  .card .card-body h4,
  .card .card-body h5,
  .card .card-body h6 {
      font-weight: 400
  }

  .card .card-body .card-title a {
      transition: 0.2s ease-in-out
  }

  .card .card-body .card-title a:hover {
      transition: 0.2s ease-in-out
  }

  .card .card-body .card-text {
      font-size: .9rem;
      font-weight: 400;
      color: #747373
  }

  .card .md-form label {
      font-weight: 300
  }

  .form-floating input.form-control,
  .form-floating textarea.form-control {
    font-size: 1rem;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    border-width: 1px;
  }
  .form-floating input.form-control:focus,
  .form-floating textarea.form-control:focus {
    box-shadow: none;
  }
  .form-floating label {
    font-size: 1rem;
    color: #6c757d;
  }

  /* for the map */
  #map {
    height:20rem;
    background-color: #fff;
  }

  /* For the successful copy of address */
  .custom-popover-success {
    --bs-popover-max-width: 200px;
    --bs-popover-border-color: transparent;
    --bs-popover-header-bg: var(--bs-success);
    --bs-popover-header-color: var(--bs-white);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
  }


/* ################################ Contact ################################/ */

/* ############################### Portfolio ################################ */
  .portfolio-item {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 530px;
    margin: auto auto 1rem;
  }
  .portfolio-item .caption {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: rgba(33, 37, 41, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    /* background-color: rgba(0,0,0,0.5); */
  }
  .portfolio-item .caption .caption-content {
    color: #fff;
    margin-top: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    /* background-color: black; */
  }
  .portfolio-item .caption .caption-content h2, .portfolio-item .caption .caption-content .h2 {
    font-size: 0.8rem;
    text-transform: uppercase;
  }
  .portfolio-item .caption .caption-content p {
    font-weight: 300;
    font-size: 1.2rem;
  }
  @media (min-width: 992px) {
    .portfolio-item {
      max-width: none;
      margin: 0;
    }
    .portfolio-item .caption {
      transition: background-color 0.7s, -webkit-clip-path 0.25s ease-out;
      transition: clip-path 0.25s ease-out, background-color 0.7s;
      transition: clip-path 0.25s ease-out, background-color 0.7s, -webkit-clip-path 0.25s ease-out;
      -webkit-clip-path: inset(0px);
              clip-path: inset(0px);
    }
    .portfolio-item .caption .caption-content {
      transition: opacity 0.25s;
      margin-left: 2.3rem;
      margin-right: 1rem;
      margin-bottom: 2rem;
    }
    .portfolio-item img {
      transition: -webkit-clip-path 0.25s ease-out;
      transition: clip-path 0.25s ease-out;
      transition: clip-path 0.25s ease-out, -webkit-clip-path 0.25s ease-out;
      -webkit-clip-path: inset(-1px);
              clip-path: inset(-1px);
    }
    .portfolio-item:hover img {
      /* transform: scale(1.25) */
      -webkit-clip-path: inset(1rem);
              clip-path: inset(1rem);
    }
    .portfolio-item4:hover .caption {
      /* transform: scale(1.25); */
      background-color: var(--EDC-Orange-rgba);
      -webkit-clip-path: inset(1rem);
              clip-path: inset(1rem);
    }
    .portfolio-item3:hover .caption {
      /* transform: scale(1.25); */
      background-color: rgb(120, 81, 40);
      -webkit-clip-path: inset(1rem);
              clip-path: inset(1rem);
    }
    .portfolio-item2:hover .caption {
      /* transform: scale(1.25); */
      background-color: rgb(120, 40, 40);
      -webkit-clip-path: inset(1rem);
              clip-path: inset(1rem);
    }
    .portfolio-item1:hover .caption {
      /* transform: scale(1.25); */
      background-color: rgb(40, 67, 120);
      -webkit-clip-path: inset(1rem);
              clip-path: inset(1rem);
    }
    .portfolio-item5:hover .caption {
      /* transform: scale(1.25); */
      background-color: rgb(0,0,0);
      -webkit-clip-path: inset(1rem);
              clip-path: inset(1rem);
    }
    .portfolio-item6:hover .caption {
      /* transform: scale(1.25); */
      background-color: rgb(40, 120, 58);
      -webkit-clip-path: inset(1rem);
              clip-path: inset(1rem);
    }


  }

/* ############################### Portfolio ###############################/ */

/* ################################ Schedule ################################ */
.timetable {
  display: grid;
  grid-template-areas:
    "nu week"
    "time content";
  grid-template-columns: 80px 1fr;
  grid-template-rows: 40px 1fr;
  width: 100%;
  height: 100%;
  background: #fff;
}

.timetable .accent-EDC-Black-gradient {
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 80%;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #000, rgb(108, 108, 108));
  transition: .2s ease box-shadow, .2s ease transform;
}
.timetable .accent-EDC-Black-gradient:hover {
  box-shadow: 0 20px 30px 0 rgba(238, 142, 188, 0.3);
  transform: scale(1.15);
}

.timetable .accent-EDC-Green-gradient {
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 80%;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgb(40, 120, 58), rgb(137, 198, 151));
  transition: .2s ease box-shadow, .2s ease transform;
}
.timetable .accent-EDC-Green-gradient:hover {
  box-shadow: 0 20px 30px 0 rgba(238, 142, 188, 0.3);
  transform: scale(1.15);
}

.timetable .accent-EDC-Brown-gradient {
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 80%;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgb(120, 81, 40), rgb(195, 136, 74));
  transition: .2s ease box-shadow, .2s ease transform;
}
.timetable .accent-EDC-Brown-gradient:hover {
  box-shadow: 0 20px 30px 0 rgba(238, 142, 188, 0.3);
  transform: scale(1.15);
}

.s1Highlited {
  box-shadow: 0 20px 30px 0 rgba(238, 142, 188, 0.3);
  transform: scale(1.15);
}

.timetable .accent-EDC-Red-gradient {
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 80%;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgb(120, 40, 40), rgb(235, 87, 87));
  transition: .2s ease box-shadow, .2s ease transform;
}
.timetable .accent-EDC-Red-gradient:hover {
  box-shadow: 0 20px 30px 0 rgba(238, 142, 188, 0.3);
  transform: scale(1.15);
}

.timetable .accent-EDC-Blue-gradient {
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 80%;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgb(40, 67, 120), rgb(72, 125, 228));
  transition: .2s ease box-shadow, .2s ease transform;
}
.timetable .accent-EDC-Blue-gradient:hover {
  box-shadow: 0 20px 30px 0 rgba(238, 142, 188, 0.3);
  transform: scale(1.15);
}

.timetable .accent-EDC-Orange-gradient {
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 80%;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--EDC-Orange), var(--EDC-Orange-Lighten50));
  transition: .2s ease box-shadow, .2s ease transform;
}
.timetable .accent-EDC-Orange-gradient:hover {
  box-shadow: 0 20px 30px 0 rgba(238, 142, 188, 0.3);
  transform: scale(1.15);
}

.timetable .weekend {
  background: #dddde3;
  color: #87a1ad;
}
.timetable .week-names {
  background:var(--EDC-Orange-Darken30);
  color: #fff;
  grid-area: week;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-transform: uppercase;
  font-size: 12px;
}
.timetable .nu {
  background:var(--EDC-Orange-Darken30);
  color: #fff;
  grid-area: nu;
  grid-template-columns: 1fr;
}
.timetable .week-names > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-shadow: inset 1px 0 0 #ECEFF1;
}
.timetable .time-interval {
  grid-area: time;
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  font-size: 14px;
}
.timetable .time-interval > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 1px 0 0 #ECEFF1;
}
.timetable .content {
  grid-area: content;
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  grid-template-columns: repeat(7, 1fr);
}
.timetable .content > div {
  display: flex;
  box-shadow: inset 1px 0 0 #ECEFF1, inset 0 1px 0 0 #ECEFF1;
}
/* ################################ Schedule ###############################/ */

/* ################################# Divider ################################ */
.divider-custom {
  margin: 1.25rem 0 1.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.divider-custom .divider-custom-line {
  width: 100%;
  max-width: 7rem;
  height: 0.25rem;
  background-color: #191919;
  border-radius: 1rem;
  border-color: #191919;
}
.divider-custom .divider-custom-line:first-child {
  margin-right: 1rem;
}
.divider-custom .divider-custom-line:last-child {
  margin-left: 1rem;
}
.divider-custom .divider-custom-icon {
  color: #191919;
  font-size: 2rem;
}
.divider-custom.divider-light .divider-custom-line {
  background-color: #fff;
}
.divider-custom.divider-light .divider-custom-icon {
  color: #fff;
}

.divider-custom.divider-top .divider-custom-line {
  background-color: #b7b7b7;
}
.divider-custom.divider-top .divider-custom-icon {
  color: #b7b7b7;
}
/* ################################# Divider ###############################/ */
/* ################################# Footer ################################# */
.footer {
    background: var(--EDC-Dark);
}
/* ################################# Footer ################################/ */

/* ################################## Rafi ################################## */
.user {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border:solid;
  border-color:var(--EDC-Orange-Lighten50);
  /* border-color: var(--EDC-Orange-Darken30); */
  /* border-color: black; */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.one {
  /* background: url('../assets/img/Rafi_Happy1.webp'), linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(204, 98, 35, 0.8) 100%); */
  background: url('../assets/img/Rafi_Happy1.webp'), linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0,0,0, 0.5) 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain
}

.two {
  background-image: url('../assets/img/Rafi_Happy1_GrayScale.webp'), linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain
}

.three {
  background-image: url('../assets/img/Rafi_Happy2_NoBG.webp'), linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7) 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain
}

.four {
  background-image: url('../assets/img/Rafi_Happy2_NoBG_GrayScale.webp'), linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7) 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain
}
/* ################################## Rafi #################################/ */

/* ################################## TEST ################################## */

.box {
  border: 2px dotted rgb(96 139 168);
  height: 300px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
}
.box > * {
  border: 2px solid rgb(96 139 168);
  border-radius: 5px;
  background-color: rgb(96 139 168 / 0.2);
  flex: 1 1 100px;
}

/* ################################## TEST #################################/ */
