body {
  font-family: "Nunito Sans",sans-serif;
}
body, h1, h2, h3, p {
  margin: 0;
  padding: 0;
}
.logo-racetimer {
  width: 373px;
  height: 131px;
  flex-shrink: 0;
}

a.nav-link {
  color: #D83204 !important;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff !important;
}

li#account-home svg {
  width: 26.871px;
  height: 35.498px;
  flex-shrink: 0;
}

/*css style bloc home racetimer morocco*/
h2.racetimer.text-center.text-white {
  font-family: "Nunito Sans", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-weight: 900px;
}
input[type="text"]::placeholder {
  text-align: right;
}
p.text-description.text-white {
  font-Weight: 400px;
  line-height: 20px;
  text-align: left !important;
  font-size: 15px;
  color: #000000;
}

hr.hr_racetimer.text-center.w-50 {
  height: 2px;
  background: #000000;
  margin: 20px auto;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #D83204 !important;
}

/* css style index racetimer */

body {
  font-family: Montserrat;
}

div#bnt-login a.btn {
  background-color: #fff;
  border-color: #D83204;
  color: #000;
  border: 2px solid #D83204;
  border-radius: 25px;
  width: 100%;
  color: #D83204;
  font-size: 20px;
  font-weight: 600;
}

div#bnt-login a.btn:hover {
  background-color: #D83204;
  color: #fff;
}


span.phone-text {
  color: #D83204;
  font-size: 20px;
  font-weight: 600;
}

section.main-footer {
  background-color: rgba(0, 0, 0, 0.5);
}

/*.carousel-inner img {
            width: 100%;
            height: 100%;
          }
      */
a.nav-link {
  font-family: "Nunito Sans",sans-serif !important;
  font-weight: 600;
  font-size: 16px;
}

section.top-section, section.top-footer {
  background-color: #D83204
}

section.top-footer p {
  font-size: 14px;
  color: white;
}

/* Reset some default styles */
body,
h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
}

/*css style header menu*/
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.container-fluid.bottom-navbar {
  background-color: #D83204 !important;
  color: #fff;

}

/* Style for the main container */
.main.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Style for the description section */
.description {
  text-align: center;
  margin-bottom: 20px;
}

.description h1 {
  font-size: 25px !important;
  margin-bottom: 0px;
  font-weight: 900;
  color: rgba(0, 0, 0, 1);

}

.description p {
  font-size: 1.2em;
  color: #000;
}

/* Style for the Owl Carousel */
.owl-carousel {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.carousel-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
}

.carousel-card img {
  max-width: 100%;
  height: 200px;
  border-radius: 8px;
  object-fit: cover;
}

.carousel-card-description {
  margin-top: 10px;

}

.carousel-card-description .title {
  font-weight: bold;
  font-size: 1.2em;

}

.carousel-card-description .row {
  margin-top: 10px;
}

.carousel-card-description .col-md-6.price {
  font-weight: bold;

}

.carousel-card-description .btn-success-light {
  margin-top: 5px;
}

/* Style for the gallery section */
.gallery {
  text-align: center;
  margin: 20px 0;
}

.gallery h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
}

.image-gallery {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.title {
  font-weight: bold;
  font-size: 1.2em;
}

/* Style for the cards-with-image section */
.cards-with-image {
  margin: 20px 0;
}

.carddindex {
  margin-bottom: 20px;
  background-color: #D83204;
  color: #FFF;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.form-title {
  font-size: 25px;
  margin-bottom: 28px;
  color: #D83204;
}

.card-top {
  font-size: 17px;
}

.description-title {
  font-size: 1.5em;
  margin-bottom: 10px;
}

/* Style for the widgets section */
.widgets {
  margin: 20px 0;
}

.widget {
  margin-bottom: 20px;
}

.widget img {
  max-width: 100%;
  height: auto;
}

/* Style for the club widget */
.widget .card-body {
  background-color: #f0f0f0;
  padding: 20px;
  border-radius: 8px;
}

.widget .title {
  margin-bottom: 20px;
}

.widget .body {
  text-align: left;
}

.widget .text-bold {
  font-weight: bold;
}

.widget .feautred p {
  margin-bottom: 5px;
}

.widget .btn-success-light {
  margin-top: 10px;
}

.widget .text-footer {
  margin-top: 20px;
}

/* Style for the widget-left section */
.widget-left {
  text-align: center;
}

.widget-left img {
  border-radius: 8px;
  margin-bottom: 10px;
}

.widget-left button {
  margin-top: 10px;
}

.hr-left,
.hr-right {
  background: #D83204;
  height: 3px;

}

a.btn.btn-success.btn-success-light.float-right {
  background-color: #D83204;
  border-color: #D83204;
}

.top-section .col-md-4 {
  min-height: 100px;
  display: flex;
  align-items: center;
}

.menu-desktop {
  background-color: #D83204;
  padding: 10px 6%;
}

.menu-desktop ul{
  display: flex;
  flex-direction: row;
}
.menu-desktop ul li a{
  color: white !important;
  margin-right: 15px;
}
.menu-mobile {
  display: none;
  padding: 20px;
}
.menu-mobile .items-menu {
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: 999;
  padding: 80px 40px 40px;
}
.menu-mobile button.btn-close {
  position: absolute;
  border: none;
  font-size: 35px;
  background-color: white;
  top: 8px;
  right: 30px;
}
.menu-mobile .burger {
  text-align: right;
}
.menu-mobile .burger i{
  font-size: 30px;
  color: white;
}
.menu-mobile .items-menu.hide {
  display: none;
}
.top-section .col-md-4 i{
  margin-right: 10px;
}
.back-to-top {
  position: absolute;
  right: 15px;
}

/* Responsive styles */
@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
  a.btn-connexion {
    color: white;
    border: 1px solid white;
    border-radius: 10px;
    padding: 5px 10px;
  }
  .menu-mobile {
    display: flex;
    flex-direction: row-reverse;
    background-color: #D83204;
    justify-content: space-between;
    align-items: center;
  }
  .menu-desktop {
    display: none;
  }
  .owl-carousel {
    flex-wrap: wrap;
  }

  .carousel-card {
    width: 100%;
  }

  .widget-left {
    margin-top: 20px;
  }
  .carousel .carousel-item img {
    height: 350px !important;
  }
  .top-section .col-md-4{
    min-height: 90px;
    justify-content: center;
    flex-direction: column;
  }
  .top-section .col-md-4 i{
    font-size: 25px;
    margin-right: 0px;
  }
}

/*css style footer*/

/* Default styles for social links */

/*css style new carousel*/
.carousel-default {
  margin: 30px auto 60px;
  padding: 0 80px;
}

.carousel .carousel-item {
  text-align: center;
  overflow: hidden;
}

.carousel .carousel-item h4 {
  font-family: 'Varela Round', sans-serif;
}

.carousel .carousel-item img {
  max-width: 100%;
  display: inline-block;
  height: 600px;
  object-fit: cover;
  object-position: top;
}

.carousel .carousel-item .btn {
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  background: #a177ff;
  padding: 6px 15px;
  margin-top: 5px;
}

.carousel .carousel-item .btn:hover {
  background: #8c5bff;
}

.carousel .carousel-item .btn i {
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}

.carousel .thumb-wrapper {
  margin: 5px;
  text-align: left;
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.carousel .thumb-content {
  padding: 15px;
  font-size: 13px;
}

.prev-default,
.next-default {
  height: 44px;
  width: 44px;
  background: none;
  margin: auto 0;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.8);
}

.carousel-control-prev i,
.carousel-control-next i {
  font-size: 36px;
  position: absolute;
  top: 50%;
  display: inline-block;
  margin: -19px 0 0 0;
  z-index: 5;
  left: 0;
  right: 0;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: none;
  font-weight: bold;
}

.carousel-control-prev i {
  margin-left: -3px;
}

.carousel-control-next i {
  margin-right: -3px;
}

.carousel-indicators {
  bottom: -50px;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 4px;
  border: none;
}

.carousel-indicators li {
  background: #ababab;
}

.carousel-indicators li.active {
  background: #555;
}

.title-continent {
  color: #D83204;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

/* css style detail events */

.container-detail-event {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.top-events {
  flex-basis: 30%;
}

.event-container {
  text-align: center;
  margin: 20px 0;
}

.event-header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.event-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.event-details {
  font-size: 14px;
  margin-bottom: 10px;
}

.event-button {
  font-size: 16px;
  padding: 5px 10px;
}

.main-content {
  flex-basis: 60%;
}

a.btn.btn-primary.event-button {
  background-color: #D83204;
  border-color: #D83204;
  border-radius: 25px;
  border-color: #D83204;
  box-shadow: none;
}

/* css style block home categories */
.new-deal {
  width: 100%;
  padding: 15px 0;
}

.new-deal .item-slide {
  position: relative;
  overflow: hidden;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  margin: 15px 0;
  border-radius: 8px;
}

.new-deal .slide-hover {
  position: absolute;
  height: 100%;
  width: 100%;
  left: -100%;
  background: rgba(0, 0, 0, .5);
  top: 0;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.new-deal .item-slide:hover .slide-hover {
  left: 0px;
}

.new-deal img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.text-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  /* background: rgba(0, 0, 0, .5); */
  z-index: 999;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  background-color: rgba(230, 74, 11, 0.70);
}

.text-wrap h4 {
  padding: 0 5px;
}

.box-img {
  width: 100%;
  height: 291px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ccc;
}

.text-wrap .desc {
  width: 65%;
  float: left;
  padding: 0 5px;
}

.text-wrap p {
  padding: 15px;
  font-size: 15px;
  text-align: center;
  font-weight: normal;
  text-shadow: 2px 2px 3px #000;
}

.text-wrap .desc h4 {
  margin: 0px;
  font: 400 17px/21px "Roboto";
}

.text-wrap .desc h3 {
  margin: 0px;
  /* font: 400 32px/36px "Roboto"; */
}

.new-deal .item-slide:hover .text-wrap {
  background: none
}

.book-now-c {
  float: right;
  padding: 10px;
}

.book-now-c a {
  background: #D83204;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  margin-top: 0px;
  float: left;
  min-width: 101px;
  text-align: center;
  font-size: 16px;
}

.new-deal .item-slide:hover .box-img .text-wrap {
  bottom: -100%;
}

/* css style lsit event by category */
span.text-center.titleCat {
  color: #000;
  font-size: 25px;
  font-weight: 600;
}

/* css style checkout */
/* @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap'); */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

.showsubcat {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #eee
}

.navsubcat {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800
}

.navsubcat {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background-color: white
}

.order .card {
  position: relative;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  content: '';
  display: block;
  border: 5px solid red
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: red;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-transform: uppercase;
  text-align: center
}

.ribbon-top-right {
  top: -12px;
  right: -12px
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent
}

.ribbon-top-right::before {
  top: 0;
  left: 0
}

.ribbon-top-right::after {
  bottom: 0;
  right: 0
}

.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg)
}

small {
  font-size: 12px
}

.cart {
  line-height: 1
}

.icon {
  background-color: #eee;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%
}

.pic {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  object-fit: cover;
}

td {
  vertical-align: middle
}

.red {
  color: #fd1c1c;
  font-weight: 600
}

.b-bottom {
  border-bottom: 2px dotted black;
  padding-bottom: 20px
}

p {
  margin: 0px
}

/* table input{width: 40px;border: 1px solid #eee} */
input:focus {
  border: 1px solid #eee;
  outline: none
}

.round {
  background-color: #eee;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center
}

.payment-summary .unregistered {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  text-transform: uppercase;
  font-size: 14px
}

.payment-summary input {
  width: 100%;
  margin-right: 20px
}

.payment-summary .sale {
  width: 100%;
  background-color: #e9b3b3;
  text-transform: uppercase;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5PX 0
}

.red {
  color: #fd1c1c
}

.del {
  width: 35px;
  height: 35px;
  object-fit: cover
}

.delivery .card {
  padding: 10px 5px
}

.option {
  position: relative;
  top: 50%;
  display: block;
  cursor: pointer;
  color: #888
}

.option input {
  display: none
}

.checkmark {
  position: absolute;
  top: 40%;
  left: -25px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%
}

.option input:checked~.checkmark:after {
  display: block
}

.option .checkmark:after {
  content: "\2713";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 200ms ease-in-out 0s
}

.option:hover input[type="radio"]~.checkmark {
  background-color: #f4f4f4
}

.option input[type="radio"]:checked~.checkmark {
  background: #ac1f32;
  color: #fff;
  transition: 300ms ease-in-out 0s
}

.option input[type="radio"]:checked~.checkmark:after {
  transform: translate(-50%, -50%) scale(1);
  color: #fff
}

img.img-fluid.img-banner.w-100 {
  height: 400px;
}

h1.event-title.position-absolute.top-50.translate-midd.text-center {
  margin-left: 500px;
}

/* *, ::after, ::before {
  box-sizing: border-box;
  color: #D83204;
} */
div#priceContainer {
  font-size: 25px;
}

a.menu-footer.nav-link {
  font-size: 15px !important;
}

p.description-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 329px;
}

.col-md-6.price {
  font-size: 25px;
  font-weight: 900;
  color: #000;
}

h2.top-category.text-center.font-weight {
  font-size: 30px;
  font-weight: 900;
}

/* css style page detail event */
.container-fluid.page-header.py-5 {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/site/assets/img/course.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

ol.breadcrumb.justify-content-center.mb-0 {
  background-color: #5a593700;
}

a.btn.border.border-secondary.rounded-pill.px-4.py-2.mb-4.text-primary.buy-button {
  font-size: 25px;
  border-color: #d83204 !important;
  border: 1px solid #d83204 !important;
  color: #d83204;
}

a.btn.border.border-secondary.rounded-pill.px-4.py-2.mb-4.text-primary.buy-button {
  color: #d83204 !important;
}

a.btn.btn-primary.border-3.border-primary.rounded-circle.back-to-top {
  background-color: #000;
  border-color: #000 !important;
  font-size: 20px;
  border-radius: 50%;
}

a.btn.btn-primary.border-3.border-primary.rounded-circle.back-to-top:focus {
  background-color: #000;
  border-color: #000 !important;
  box-shadow: 0 0 0 0.2rem #000;

}

.d-flex.justify-content-between.fruite-name {
  padding: 10px;
  margin: 10px;

}

.d-flex.justify-content-between.fruite-name a {
  color: #000;

}

.d-flex.justify-content-between.fruite-name a i {
  color: #d83204;

}

h5.fw-bold.price-detial-event.mb-3 {
  font-size: 25px;
  font-weight: 900;

}

h4.fw-bold.name-event.mb-3 {
  font-size: 38px;
  font-weight: 500;
}

.bg-light {
  background-color: #f4f6f8 !important;
}

button#nav-about-tab {
  border: none !important;
  color: #d83204;
  font-size: 25px;
}

li.breadcrumb-item {
  color: #d83204 !important;
  font-size: 26px;
}

li.breadcrumb-item a {
  color: #fff !important;
  font-size: 26px;
}

img.logo-payement.rounded {
  height: 40px;
}

.text-white.bg-primary.px-3.py-1.rounded.position-absolute.name-top-related {
  background-color: #D83204 !important;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.border.border-primary.rounded.position-relative.vesitable-item.mr-5.card-related-event {
  border-color: #D83204 !important;
}

p.text-dark.d-flex.fs-5.fw-bold.price-related {
  font-size: 25px;
  font-weight: 900;
}

/* add css detail event */
a.router-link-active.router-link-exact-active.btn.border.border-danger.rounded-pill.px-3.py-1.mb-4.btn-detail-related {
  /* border-color: red; */
  box-shadow: none;
}



.page-item.active .page-link {
  background-color: #D83204 !important;
  border-color: #D83204 !important;
  color: #FFF !important;
}

.page-link {
  color: #D83204 !important;
}

.VuePagination__count.VuePagination__count {
  display: none;
}