  @font-face {
    font-family: '3MCircularTT-Light';
    src: url('../../_assets/fonts/3M Circular/3MCircularTT-Light.ttf');
  }
  
  @font-face {
    font-family: '3MCircularTT-Regular';
    src: url('../../_assets/fonts/3M Circular/3MCircularTT-Regular.ttf');
  }
  
  @font-face {
    font-family: '3MCircularTT-Bold';
    src: url('../../_assets/fonts/3M Circular/3MCircularTT-Bold.ttf');
  }
  
  @font-face {
    font-family: '3MCircularTT-Black';
    src: url('../../_assets/fonts/3M Circular/3MCircularTT-Black.ttf');
  }

  @font-face {
    font-family: 'DINPro-Light';
    src: url('../../_assets/fonts/FF DIN/DINPro-Light.otf');
  }

  @font-face {
    font-family: 'DINPro-Light';
    src: url('../../_assets/fonts/FF DIN/DINPro-Light.otf');
  }

  @font-face {
    font-family: 'DINPro-Regular';
    src: url('../../_assets/fonts/FF DIN/DINPro.otf');
  }

  @font-face {
    font-family: 'DINPro-Bold';
    src: url('../../_assets/fonts/FF DIN/DINPro-Bold.otf');
  }



  body {
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    font-family: '3MCircularTT-Regular';
    color: #000;
  }

  .logo-header{
    width: 100%;
    max-width: 175px;
    display: block;
  }

  .bg-navbar{
    background: #000 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
  }

  .burger-menu {
    border: none;
    padding: 0;
  }

  .burger-menu:focus {
    box-shadow: none;
  }

  .dropdown-item:focus, .dropdown-item:hover {
    background-color: #ECDBC1;
  }

  .poweredby{
    background: #000;
  }

  .header-desktop {
    display: none !important;
  }

  .btn-signin{
    font-size: 18px;
    color: #000;
    border: 1px solid #000000;
    border-radius: 50px;
    padding-left: 24px;
    padding-right: 24px;
    background: #fff;
  }

  .btn-signin:hover{
    background: #ECDBC1;
  }

  .btn-join{
    font-size: 18px;
    color: #fff;
    background: #b69167;
    border-radius: 50px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-join:hover{
    color: #fff;
    background: #B98A54;
    border-color: #B98A54;
  }

  .btn-red {
    background-color: #EC1F28;
    opacity: 0.85;
    color: #fff;
  }

  .btn-red:hover {
    background-color: #EC1F28;
    opacity: 1;
    color: #fff;
    border: 1px solid #EC1F28;
  }

  .nav-link {
    font-size: 18px;
    color: #fff;
  }

  .nav-link:hover {
    color: #B98A54;
  }

  .nav-link.show {
    color: #B98A54;
  }

  .home-greetings {
    padding: 0 12px;
  }

  .home-greetings p{
    font-family: 'DINPro-Regular';
    font-size: 1rem;
    text-align: center;
  }

  .home-greetings b {
    font-family: 'DINPro-Bold';
  }

  .home-greetings a {
    text-decoration: none;
    color: red;
  }

  .headings{
    margin-top: 30px;
    font-family: '3MCircularTT-Bold';
    font-size: 2rem;
    text-align: center;
  }

  .underline{
    margin: auto;
    border-bottom: 3px solid #B98A54;
    opacity: 1;
    width: 21%;
    margin-top: -5px;
    margin-bottom: 30px;
  }

  .home-upcoming {
    font-family: 'DINPro-Regular';
    font-size: 1rem;
    text-align: center;
    margin: auto;
  }

  .upcoming-carousel{
    margin-bottom: 100px !important;
  }
  
  .upcoming.card {
    background: #EFEFEF;
    border: none;
  }

  .upcoming.card-title{
    font-family: 'DINPro-Bold';
    font-size: 20px;
    font-weight: bold;
  }

  .upcoming.card .card-text {
    font-size: 1rem;
  }

  .upcoming.card .card-text {
    font-size: 1rem;
  }

  .upcoming-icons{
    width: auto !important;
    height: 16px;
    display: inline-block !important;
    margin-right: 6px;
    vertical-align: center;
  }

  .upcoming.card .proceed {
    font-size: 1.25rem;
    vertical-align: center;
    display: inline-block !important;
    color: #B98A54;
    font-family: '3MCircularTT-Bold';
  }

  .upcoming-arrow-right{
    color: #B98A54;
    font-size: 1.25rem;
  }

  .upcoming.card .card-footer {
    background: #efefef;
    border-top: none;
  }

  .badge {
    padding: 7px 14px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.5px;
  }

  .btn-main{
    color: #fff;
    background: #b69167;
    border-radius: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .btn-main:hover, .btn-main:focus{
    color: #fff;
    background: #B98A54;
  }
  
  .a-link {
    color: #B98A54 !important;
    font-weight: bold;
    text-decoration: none;
  }

  .see-more {
    width: 50%;
  }

  /* Footer */
  .social-media img{
    width: 25px;
  }

  .ul-learn{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .ul-learn li a {
    color: #000;
    padding: 0;
    text-decoration: none;
    font-weight: bold;
  }

  .ul-learn li a:hover {
    color: #B98A54;
  }

  .copyright{
    font-weight: 400;
    color: #707070;
    font-size: 1rem;
  }

  .poweredby-img{
    width: 100%;
    max-width: 200px;
  }

  /* PAGES */
  .font-1 {
    font-size: 1rem;
  }
  .font-2 {
    font-size: 1.2rem;
  }

  .form-control:focus, .form-select:focus{
    border-color: #B98A54;
    box-shadow: none;
  }

  .form-check-input:checked {
    background-color: #B98A54;
    border-color: #B98A54;
  }

  .color-required{
    color: #B98A54;
  }

  /* Article */

  .get-stars:disabled .fa-star {
    color: gray;
  }

  .get-stars:disabled {
    color: gray;
    opacity: 0.8;
  }

  .get-stars {
    display: block;
    border: none;
    background: #f1e8dd;
    margin: 0;
    text-decoration: none;
    padding: 0.8rem 1.3rem;
    border-radius: 12px;
  }

  /* PAGES */

  .accordion-button:not(.collapsed) {
    color: #fff !important;
    background: #b69167;
  }

  .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon) !important;
  }

  .accordion-button:focus {
    box-shadow: none;
  }


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  
    .logo-header{
      width: 100%;
      max-width: 350px;
      display: block;
    }

 }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .home-greetings {
      padding: 0 20px;
    }

    .home-greetings p{
      font-size: 1.1rem;
      text-align: center;
    }

    .headings{
      margin-top: 40px;
      font-size: 2.5rem;
    }

    .home-upcoming {
      font-size: 1.1rem;
    }

    /* Footer */
    .ul-learn li {
      float: left;
    }
  
    .ul-learn li a {
      color: #000;
      display: block;
      text-align: center;
      padding: 0 15px;
      border-right: 2px solid #010101;
    }
  
    .ul-learn li a:hover {
      color: #B98A54;
    }
  
    .ul-learn li:first-child a{
      padding-left: 0px;
    }
  
    .ul-learn li:last-child a{
      border-right: none;
    }

 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .header-desktop {
    display: flex !important;
  }

  .home-greetings {
    padding: 0 30px;
  }

  .home-greetings p{
    font-size: 1.3rem;
  }

  .headings{
    margin-top: 50px;
    font-size: 3rem;
  }

  .home-upcoming {
    font-size: 1.3rem;
    max-width: 800px;
  }

 }

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .headings{
      margin-top: 70px;
      font-size: 3.5rem;
    }

    .home-upcoming {
      font-size: 1.3rem;
      max-width: 800px;
    }

 }

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}

/* Owl Carousel */
.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-stage{
  margin: 0 auto;
}

.owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.owl-item{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}

/* Slick carousel */
.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important; 
}

.slick-dots li button:before {
  font-size: 10px !important;
}

.slick-dots {
  bottom: -35px !important;
}

.slick-prev:before, .slick-next:before{
  color:#B98A54;
  font-size: 40px;
}
