/****************************************
*  Fonts Montserrat & Poppins &  satoshi
*  Import Google fonts and local storage
****************************************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("../../fonts/satoshi/css/satoshi.css");
/****************************************
*  Fonts Awsome
****************************************/
@import url("../../vendor/fontawsome/all.min.css");
/****************************************
*  Bootstrap
****************************************/
@import url("../../vendor/bootstrap/bootstrap.min.css");
/****************************************
* Data table
****************************************/
@import url("https://cdn.datatables.net/1.13.6/css/dataTables.bootstrap5.min.css");

/****************************************
* MAin Custom SCSS
****************************************/
/**************************
* Border radius
***************************/
/**************************
* Transition Delay
***************************/
/**************************
* Text Transform
***************************/
/**************************
* Border T R B L
***************************/
/**************************
* Media Query
***************************/
/**************************
* Font-weight
***************************/
/**************************
* Main Fonts
***************************/
/**************************
* Main Colors
***************************/
/**************************
* shadow variables
***************************/
/**************************
* Float fixing
***************************/
/**************************
* Text Align
***************************/
/**************************
* Transition
***************************/
.transition,
.rj_info-right .notification_dropdown .cart-wrapper .cart-dropdown-form {
  -webkit-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
}

/**************************
* Button
***************************/
/**************************
* Box Shadow
***************************/
/**************************
* Box Sizing
***************************/
/**************************
* Padding
***************************/
.padding {
  padding: 30px 20px;
}

/**************************
* Boreder None
***************************/
/**************************
* Media Queries
***************************/
/**************************
*  Forms
***************************/
.form-control:focus,
.form-select:focus {
  box-shadow: none !important;
}

.form-select {
  color: #242424;
}

.form-control,
.form-select {
  height: 45px;
  border: 1px solid #efefef;
  background-color: #fafafc;
  border-radius: 5px;
}

.form-check {
  margin-bottom: 0.5rem;
}

.form-check-label,
.form-label {
  font-size: 15px;
  font-weight: 400;
  color: #7c7c7c;
}

.form-check-input:checked {
  background-color: var(--primary_color);
  border-color: var(--primary_color);
}

/**************************
*  Custom Class Margin & padding
***************************/
.mt-0 {
  margin-top: 0;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-60 {
  margin-top: 60px;
}

@media only screen and (max-width: 991px) {
  .mt-60 {
    margin-top: 30px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.p-20 {
  padding: 20px 20px;
}

/**************************
*
***************************/
.rj_title-line {
  font-size: 24px;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

.rj_title-line:after {
  content: "";
  background: var(--primary_color);
  height: 4px;
  display: block;
  position: absolute;
  bottom: -15px;
  border-radius: 10px;
  left: 0;
  width: 40px;
}

.text-green {
  color: var(--primary_color);
  font-weight: 600;
}

.text-success {
  color: var(--primary_color) !important;
}

/**************************
*  Social media List
***************************/
@media only screen and (max-width: 767px) {
  .rj_social-bottom {
    margin-bottom: 15px;
  }
}

.rj_social-bottom h5 {
  font-size: 15px;
}

.rj_social-bottom .rj_social-share {
  margin: 0;
}

.rj_social-bottom .rj_social-share li {
  margin-left: 10px;
  margin-right: 10px;
}

.rj_social-bottom .rj_social-share i {
  color: var(--primary_color);
}

/**************************
*  Card
***************************/
.rj_main-card {
  background-color: #ffffff;
  padding: 20px;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .rj_main-card {
    height: auto;
  }
}

/**************************
*  Card Title
***************************/
.rj_card-form-form-title h4 {
  border-bottom: 1px solid #efefef;
}

.rj_card-form-form-title ul li {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 400;
  color: #7c7c7c;
  margin-bottom: 15px;
}

.b-radius-10 {
  border-radius: 10px;
}

.btn {
  height: 45px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 35px;
  padding-left: 30px;
  padding-right: 30px;
}

.btn:hover,
.btn:focus,
.btn:active {
  outline: 0 !important;
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-primary:active:focus {
  box-shadow: none;
}

.btn-primary {
  background-color: var(--primary_color);
  border-color: var(--primary_color);
}

.btn-primary:hover {
  background-color: var(--primary_color);
  border-color: var(--primary_color);
}

.btn-outline-primary {
  border-color: var(--primary_color);
  color: var(--primary_color);
}

.btn-outline-primary:hover {
  background-color: var(--primary_color);
  border-color: var(--primary_color);
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: #ffffff;
  background-color: var(--primary_color);
  border-color: var(--primary_color);
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  background-color: var(--primary_color);
  border-color: var(--primary_color);
  box-shadow: none !important;
}

/**************************
* Badges
***************************/
.badge {
  padding: 10px 20px 10px 30px;
  font-family: "Satoshi-Bold";
  font-size: 16px;
  text-align: left;
  position: relative;
  width: 114px;
}

.badge:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 100px;
  position: absolute;
  top: 14px;
  left: 10px;
}

.badge.bg-success {
  background-color: #dcefdc !important;
  color: #2ba52c !important;
}

.badge.bg-success:after {
  background-color: #2ba52c;
}

.badge.bg-danger {
  background-color: #ffe6e6 !important;
  color: #fc1313 !important;
}

.badge.bg-danger:after {
  background-color: #fc1313;
}

.badge.badge-warning {
  background-color: #f8f8a4 !important;
  color: #bcb746 !important;
}

.badge.badge-warning:after {
  background-color: #bcb746 !important;
}

/**************************
* DropDown Menu Tables
***************************/
.btn-group-style-1 {
  position: absolute;
  right: 29px;
  top: 27px;
}

.btn-group-style-1 .btn-content {
  position: relative;
}

.btn-group-style-1 .btn {
  padding: 0;
  background: transparent;
  border: none;
}

.btn-group-style-1 .btn i:before {
  color: #59667a;
}

.btn-group-style-1 .dropdown-menu {
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1) !important;
  box-shadow: 0 0 20px rgba(89, 102, 122, 0.1) !important;
  border: 1px solid #ecf3fa;
  padding-top: 0;
  padding-bottom: 0;
}

.btn-group-style-1 .dropdown-menu .form-content a {
  padding: 15px 24px;
  font-size: 12px;
  color: #242424;
  display: inherit;
  font-weight: 400;
  line-height: 1.5;
  border-top: 1px solid #efefef;
  margin-left: 5px;
  margin-right: 5px;
  font-family: "Satoshi-Medium";
}

.btn-group-style-1 .dropdown-menu .form-content a span {
  color: #242424;
}

.btn-group-style-1 .dropdown-menu .form-content a:first-child {
  border-top: 0;
}

.btn-group-style-1 .dropdown-menu .form-content a:hover {
  background-color: #f8f8f8;
}

.btn-group-style-1 .dropdown-menu .form-content a:hover span {
  color: #7366ff;
}

.btn-group-style-1 .btn-action {
  cursor: pointer;
}

.btn-group-style-1 .dropdown-toggle::after {
  display: none;
}

@media (max-width: 450px) {
  .dropdown-menu {
    min-width: 280px !important;
  }
}

/**************************
* Main Logo
***************************/
.rj_navbar .navbar-brand {
  margin: 0;
  display: block;
  width: 160px;
  padding: 0;
}

@media only screen and (max-width: 414px) {
  .rj_navbar .navbar-brand {
    width: 100px;
  }
}

.rj_navbar .navbar-brand img {
  width: 100%;
}

/**************************
* Main Navbar Menu
***************************/
.rj_navbar .navbar {
  background-color: #ffffff;
  padding-top: 18px;
  padding-bottom: 18px;
}

@media only screen and (min-width: 992px) {
  .rj_navbar .navbar .navbar-collapse {
    justify-content: center;
  }
}

.rj_navbar .navbar .navbar-collapse .navbar-nav .nav-item {
  margin: 0 15px;
}

@media only screen and (max-width: 991px) {
  .rj_navbar .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0;
  }
}

.rj_navbar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  font-weight: 600;
  color: #242424;
}

.rj_navbar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: var(--primary_color);
}

.rj_fx-nav-mob .navbar-toggler {
  padding: 0;
  border: 0;
}

@media only screen and (max-width: 991px) {
  .rj_fx-nav-mob {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}

.rj_fx-nav-mob .rj_info-right {
  display: none;
}

@media only screen and (max-width: 991px) {
  .rj_fx-nav-mob .rj_info-right {
    display: initial;
  }
}

/**************************
* Info Right
***************************/
.rj_nav-container {
  width: 100%;
}

.rj_info-right {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .rj_info-right {
    display: none;
  }
}

.rj_info-right .rj_btn-search-pop {
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
}

.rj_info-right .rj_btn-search-pop i {
  color: #242424;
  font-size: 20px;
}

.rj_info-right .notification_dropdown {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .rj_info-right .notification_dropdown {
    position: static;
  }
}

.rj_info-right .notification_dropdown .cart-wrapper .cart-icon {
  position: relative;
  padding: 15px;
  line-height: 1;
  font-size: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 50px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .rj_info-right .notification_dropdown .cart-wrapper .cart-icon {
    padding: 0 !important;
    height: 40px;
    width: 40px;
    line-height: 40px !important;
    text-align: center;
    border-radius: 5px;
  }
}

.rj_info-right .notification_dropdown .cart-wrapper .cart-icon .cart-control i {
  font-size: 20px;
  color: #242424;
}

.rj_info-right .notification_dropdown .cart-wrapper .cart-icon .cart-control .pulse-css {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  background-color: var(--primary_color);
  right: 5px;
  top: 0.6rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
}

.rj_info-right .notification_dropdown .cart-wrapper .cart-icon .cart-control .pulse-css:after,
.rj_info-right .notification_dropdown .cart-wrapper .cart-icon .cart-control .pulse-css:before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -0.2rem;
  background-color: var(--primary_color);
  margin: auto;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: pulse-me 3s linear infinite;
  animation: pulse-me 3s linear infinite;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
}

.rj_info-right .notification_dropdown .cart-wrapper .cart-dropdown-form {
  position: absolute;
  top: 47px;
  right: 0;
  min-width: 310px;
  min-height: 100px;
  padding: 0 0px 16px 0px;
  z-index: 99999;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}

.rj_info-right .notification_dropdown .cart-wrapper .cart-dropdown-form:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 27px;
  bottom: 0;
  content: "";
  z-index: -1;
  display: block;
  background: #ffffff;
}

.rj_info-right .notification_dropdown .cart-wrapper .cart-dropdown-form .form-content {
  text-align: center;
  padding-top: 25px;
}

@media only screen and (max-width: 1199px) {
  .rj_info-right .notification_dropdown .cart-wrapper .cart-dropdown-form .form-content {
    padding-top: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .rj_info-right .notification_dropdown .cart-wrapper .cart-dropdown-form .form-content {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .rj_info-right .notification_dropdown .cart-wrapper .cart-dropdown-form {
    top: 58px;
  }
}

@media only screen and (max-width: 767px) {
  .rj_info-right .notification_dropdown .cart-wrapper .cart-dropdown-form {
    right: 0px !important;
    left: auto;
    top: 100% !important;
    margin-right: 0.938rem;
  }
}

@media only screen and (max-width: 320px) {
  .rj_info-right .notification_dropdown .cart-wrapper .cart-dropdown-form {
    margin-right: 0 !important;
  }
}

/**************************
* Main Scroll
***************************/
.main-scroll {
  position: relative;
  overflow-y: scroll;
  height: 380px;
  padding: 1rem !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  -webkit-box-shadow: 0 0 40px rgba(8, 21, 66, 0.05) !important;
  box-shadow: 0 0 40px rgba(8, 21, 66, 0.05) !important;
}

.widget-media::-webkit-scrollbar {
  width: 5px;
}

.widget-media::-webkit-scrollbar-track {
  background: #ffffff;
}

.widget-media::-webkit-scrollbar-thumb {
  background-color: #dae2f3;
  border: 1px solid #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/**************************
* Timeline
***************************/
.timeline {
  padding-left: 0 !important;
}

.timeline li:first-child {
  padding: 20px;
  background-color: #f8f8f8;
  text-align: left;
}

.timeline .timeline-panel {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ecf3fa;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 20px;
  margin-bottom: 0;
  text-align: left;
}

.timeline .timeline-panel .media {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  width: 45px;
  height: 45px;
  font-size: 18px;
  background: #f8f8f8;
  overflow: hidden;
  text-align: center;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 0.5rem !important;
}

.timeline .timeline-panel .media img {
  width: 50px;
}

.timeline .timeline-panel .media-body h6 {
  font-size: 14px;
  color: #242424;
  margin-bottom: 0.25rem !important;
  font-family: "Poppins", sans-serif;
}

.timeline .timeline-panel .media-body small {
  color: #7c7c7c;
  font-size: 13px;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
}

.timeline li:last-child .timeline-panel {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.all-notification.btn.btn-primary {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  background-color: var(--primary_color);
  padding: 0 10px;
}

/**************************
*   List Accounts
***************************/
.my-account-wrapper {
  background-color: #ffffff;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-right: 20px;
}

@media only screen and (max-width: 991px) {
  .my-account-wrapper {
    padding-right: 0;
  }
}

.my-account-wrapper .account-wrapper .account-control .header-profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.my-account-wrapper .account-wrapper .account-control .header-profile img {
  width: 50px;
  height: 50px;
  margin-right: 8px;
}

@media only screen and (max-width: 1199px) {
  .my-account-wrapper .account-wrapper .account-control .header-profile img {
    width: 39px;
    height: 39px;
  }
}

@media only screen and (max-width: 991px) {
  .my-account-wrapper .account-wrapper .account-control .header-profile img {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .my-account-wrapper .account-wrapper .account-control .header-profile .header-info {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .my-account-wrapper .account-wrapper .account-control .header-profile .header-info {
    display: none;
  }
}

.my-account-wrapper .account-wrapper .account-control .header-profile .header-info span {
  line-height: 24px;
  color: #242424;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

/**************************
*   List Accounts
***************************/
.my-account-wrapper .account-control .account-dropdown-form {
  position: absolute;
  top: 40px;
  right: 0;
  min-width: 10.8rem;
  min-height: 100px;
  padding: 15px 0;
  padding-top: 36px;
  padding-bottom: 0;
  z-index: 99999;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}

@media only screen and (max-width: 1199px) {
  .my-account-wrapper .account-control .account-dropdown-form {
    top: 33px;
  }
}

.my-account-wrapper .account-control .account-dropdown-form:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 18px;
  bottom: 0;
  z-index: -1;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.my-account-wrapper .account-control .account-dropdown-form .form-content {
  padding: 5px 0;
  padding-top: 8px;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.my-account-wrapper .account-control .account-dropdown-form .form-content a {
  padding: 8px 24px;
  color: #7e7e7e;
  display: inherit;
  border-top: 1px solid #ecf3fa;
  margin-left: 5px;
  margin-right: 5px;
}

.my-account-wrapper .account-control .account-dropdown-form .form-content a:hover {
  background-color: #f8f8f8;
}

.my-account-wrapper .account-control .account-dropdown-form .form-content a:hover span {
  color: var(--primary_color);
}

.my-account-wrapper .account-control .account-dropdown-form .form-content a i:before {
  margin-right: 10px;
  color: #2c323f;
}

.account-control:hover .account-dropdown-form {
  visibility: visible;
  opacity: 1;
  display: inherit;
  transform: translateY(0px);
}

.header-right>div {
  float: right;
  margin-left: 10px;
}

@media only screen and (max-width: 1199px) {
  .header-right>div {
    margin-left: 0.5rem;
  }
}

.notification_dropdown .cart-wrapper:hover .cart-dropdown-form {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.header-right>div {
  float: right;
  margin-left: 10px;
}

/*! CSS Used keyframes */
@-webkit-keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }

  50% {
    opacity: 0.1;
  }

  70% {
    opacity: 0.09;
  }

  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}

@keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }

  50% {
    opacity: 0.1;
  }

  70% {
    opacity: 0.09;
  }

  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}

/**************************
* Banners with Background Pub
***************************/
.rj_banner-pub .rj_banner-pub-txt {
  background-color: var(--primary_color);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  text-align: center;
  padding: 80px 0;
}

/**************************
*
***************************/
.rj_banner-with-img-bg .rj_banner-text {
  padding: 100px 50px;
}

.rj_banner-with-img-bg .rj_banner-text p {
  font-size: 25px;
  font-weight: 300;
}

.rj_banner-with-img-bg .rj_banner-text h2 {
  font-weight: bold;
  max-width: 33%;
}

@media only screen and (max-width: 991px) {
  .rj_banner-with-img-bg .rj_banner-text h2 {
    max-width: 100%;
  }
}

/**************************
*
***************************/
.rj_banner-with-swiper h2 {
  font-weight: bold;
}

.rj_banner-with-swiper .rj_banner-text {
  padding: 100px 0px;
  padding-bottom: 150px;
}

@media only screen and (max-width: 991px) {
  .rj_banner-with-swiper .rj_banner-text {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.rj_banner-with-swiper .rj_banner-text p {
  font-size: 25px;
  font-weight: 300;
}

.rj_banner-with-swiper .swiper-pagination {
  bottom: 15%;
}

@media only screen and (max-width: 991px) {
  .rj_banner-with-swiper .swiper-pagination {
    bottom: 3%;
  }
}

.rj_banner-with-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.rj_banner-with-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid #ffffff;
  opacity: 1;
}

/**************************
* rj_banner-raja-maana
***************************/
.rj_slogan-raja {
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .rj_slogan-raja img {
    width: 50% !important;
  }
}

.rj_banner-raja-maana .rj_banner-text {
  padding: 0px 50px;
}

@media only screen and (max-width: 991px) {
  .rj_banner-raja-maana .rj_banner-text {
    padding-top: 200px;
    padding-bottom: 50px;
  }
}

.rj_banner-raja-maana .rj_hashtag {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.rj_banner-raja-maana .rj_hashtag h2 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 19px;
  font-weight: bold;
}

.rj_banner-raja-maana .rj_hashtag .btn-primary {
  background-color: transparent;
  border: 1px solid #ffffff;
}

@media only screen and (max-width: 991px) {
  .rj_banner-raja-maana .row {
    flex-direction: column-reverse;
  }
}

/**************************
* Reservation
***************************/
.rj_reservation .rj_rsv-img {
  position: relative;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .rj_reservation .rj_rsv-img {
    margin-bottom: 5px;
  }
}

.rj_reservation .rj_rsv-img .swiper {
  padding-bottom: 69px;
}

.rj_reservation .rj_rsv-img .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.swiper-slide {
  /* display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;  */
}

/**************************
*  pagination
***************************/
.swiper-pagination-bullet {
  height: 11px !important;
  width: 11px !important;
  background-color: #ffffff;
  border: 2px solid var(--primary_color);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary_color);
}

.swiper-pagination-light .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  border: 2px solid #ffffff;
  background-color: transparent;
  opacity: 1;
}

.swiper-pagination-light .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
  border: 2px solid #ffffff;
}

/**************************
*  Reservtaion Tabs
***************************/
.rj_rsv-form {
  background-color: #ffffff;
  padding: 20px;
  height: 100%;
}

.rj_rsv-form .rj_rsv-form-title {
  margin-bottom: 40px;
  /* display: none;  */
}

@media only screen and (max-width: 991px) {
  .rj_rsv-form .rj_rsv-form-title {
    display: initial;
  }
}

.rj_rsv-form .rj_rsv-form-title h4 {
  font-size: 25px;
  font-weight: 600;
}

.rj_rsv-form .rj_rsv-form-title p {
  font-size: 14px;
  font-weight: 400;
  color: #7c7c7c;
}

.rj_rsv-form .nav-tabs {
  border-bottom: none;
}

.rj_rsv-form .nav-tabs .nav-item {
  font-weight: 500;
  width: 50%;
  padding-right: 10px;
  position: relative;
}

.rj_rsv-form .nav-tabs .nav-item .nav-link {
  color: #c7c7c7;
  margin-bottom: 0px;
  border: none;
  text-align: left;
  padding: 0;
  width: 100%;
  padding-left: 10px;
  padding-bottom: 15px;
}

.rj_rsv-form .nav-tabs .nav-item .nav-link.active {
  color: #242424;
}

.rj_rsv-form .nav-tabs .nav-item .nav-link.active:after {
  content: "";
  width: 94%;
  background: var(--primary_color);
  height: 6px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.rj_rsv-form .nav-tabs .nav-item .nav-link:after {
  content: "";
  width: 94%;
  background: #efefef;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-right-radius: 10px;
}

.rj_rsv-form .tab-content {
  padding: 40px 0 0;
}

@media only screen and (max-width: 991px) {
  .rj_rsv-form .tab-content {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .rj_rsv-form .tab-content .tab-pane .form-label {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .rj_rsv-form .tab-content .mb-3 {
    margin-bottom: 5px !important;
  }
}

.rj_rsv-form .tab-content .rj_order-total {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

@media only screen and (max-width: 320px) {
  .rj_rsv-form .nav-tabs .nav-item .nav-link {
    font-size: 16px;
  }
}

/**************************
*  Reservtaion Newsletters
***************************/
.rj_newsletters .rj_newsletters-banner img {
  width: 100%;
}

.rj_newsletters .rj_newsletters-form {
  max-width: 59%;
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .rj_newsletters .rj_newsletters-form {
    max-width: 100%;
  }
}

.rj_newsletters .rj_newsletters-form h4 {
  font-size: 53px;
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  .rj_newsletters .rj_newsletters-form h4 {
    font-size: 40px;
  }
}

.rj_newsletters .rj_newsletters-form form {
  display: flex;
}

.rj_newsletters .rj_newsletters-form form .form-control {
  background-color: #ffffff;
  margin-right: 10px;
  border: 1px solid #efefef;
}

.rj_newsletters .rj_newsletters-form form .btn {
  width: 50px;
  background-color: var(--primary_color);
  padding: 0;
}

.rj_newsletters .rj_newsletters-form form .btn i {
  color: #ffffff;
}

.rj_order-total ul {
  margin: 0;
}

.rj_order-total ul li {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
}

.rj_order-total ul li span {
  color: var(--primary_color);
  font-size: 15px;
}

@media only screen and (max-width: 991px) {
  .rj_paiement .rj_card-paiement {
    margin-bottom: 30px;
    height: auto;
  }
}

.rj_paiement .rj_card-paiement .rj_card-paiement-top {
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
}

.rj_paiement .rj_card-paiement .rj_card-paiement-top .rj_card-paiement-top-img {
  margin-bottom: 15px;
}

.rj_paiement .rj_card-paiement .rj_card-paiement-top .rj_card-paiement-top-img img {
  width: 100%;
}

.rj_paiement .rj_card-paiement .rj_card-paiement-top p {
  margin: 0;
}

.rj_paiement .rj_card-paiement .rj_card-paiement-btm {
  padding: 30px;
}

.rj_paiement .rj_card-paiement .rj_card-paiement-btm .paiement-total {
  border-top: 1px solid #efefef;
}

.rj_paiement .rj_card-paiement-form .rj_rj_card-form-form .rj_card-form-md-paiement {
  margin-top: 30px;
}

.rj_paiement .rj_card-paiement-form .rj_rj_card-form-form .rj_card-form-md-paiement h4 {
  margin-bottom: 15px;
}

.rj_paiement .rj_card-paiement-form .rj_rj_card-form-form .rj_card-form-md-paiement p {
  margin-top: 15px;
  margin-bottom: 15px;
  /* margin-left: -20px;  */
}

.rj_paiement .form-check p {
  margin: 0;
}

.pmt-layout h4 {
  margin: 0;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: bold;
}

.rj_ticket {
  margin-bottom: 58px;
}

.rj_ticket .rj_ticket-card .card {
  padding: 20px;
  border: 1px solid #efefef;
}

@media only screen and (max-width: 991px) {
  .rj_ticket .rj_ticket-card .card {
    padding: 10px;
  }
}

.rj_ticket .rj_ticket-card .card .card-body {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.rj_ticket .rj_ticket-card .card .card-body .card-title {
  color: #242424;
}

.rj_ticket .rj_ticket-card .card .card-body .card-text {
  font-weight: 700;
  color: #242424;
  margin-bottom: 30px;
  position: relative;
  padding-top: 30px;
  margin-top: 30px;
}

.rj_ticket .rj_ticket-card .card .card-body .card-text span {
  color: var(--primary_color);
}

.rj_ticket .rj_ticket-card .card .card-body .card-text::before {
  content: "";
  position: absolute;
  width: 30%;
  border: 1px solid #ccc;
  margin-left: auto;
  margin-right: auto;
  left: 35%;
  right: auto;
  top: 0;
}

.rj_list-ticket {
  margin: 0;
}

.rj_list-ticket li {
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
  padding-left: 20px;
  color: #7c7c7c;
}

@media only screen and (max-width: 375px) {
  .rj_list-ticket li {
    font-size: 10px;
  }
}

.rj_list-ticket li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border: 2px solid var(--primary_color);
  display: block;
  border-radius: 100px;
  position: absolute;
  top: 7px;
  left: 0;
}

.card-height-1 {
  height: calc(100% - 64px);
}

/**************************
*   Subscription block
***************************/
.rj_subscription .rj_subscription-video {
  position: relative;
}

.rj_subscription .rj_subscription-video img {
  width: 100%;
}

.rj_subscription .rj_subscription-video .btn-play-video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 41%;
}

.rj_subscription .rj_subscription-video .btn-play-video i {
  color: #ffffff;
  font-size: 100px;
}

/**************************
*   Sidebar archive
***************************/
.rj_sidebar-left .rj_title-widgets {
  font-family: "Satoshi-Bold";
  font-size: 20px;
  color: var(--primary_color);
  margin-bottom: 15px;
}

.rj_sidebar-left .rj_widgets {
  background: #ffffff;
}

.rj_sidebar-left .rj_widgets .rj_widget {
  padding: 20px;
  border-bottom: 1px solid #eee;
}

.rj_sidebar-left .rj_widgets .rj_widget h4 {
  font-family: "Satoshi-Bold";
  font-size: 18px;
  margin-bottom: 15px;
}

.rj_sidebar-left .rj_widgets .rj_widget .list-group {
  border-radius: 0;
  border: none;
}

.rj_sidebar-left .rj_widgets .rj_widget .list-group .list-group-item {
  border: none;
  padding-left: 0;
  font-family: "Satoshi-Medium";
  color: #7c7c7c;
  font-size: 15px;
}

.rj_sidebar-left .rj_widget.rj_reset span {
  color: #242424;
  font-family: "Satoshi-Bold";
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .rj_product-details .rj_single-product-thumbnail {
    margin-bottom: 30px;
  }
}

.rj_product-details .rj_single-product-thumbnail .rj_single-product-top {
  padding: 50px;
  border: 1px solid #efefef;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .rj_product-details .rj_single-product-thumbnail .rj_single-product-top {
    padding: 20px;
  }
}

.rj_product-details .rj_single-product-thumbnail .rj_single-product-top img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .rj_product-details .rj_single-product-thumbnail .rj_single-product-top img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .rj_product-details .rj_single-product-thumbnail .rj_single-product-top img {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .rj_product-details .rj_single-product-thumbnail .rj_single-product-btm {
    gap: 5px;
  }
}

.rj_product-details .rj_single-product-thumbnail .rj_single-product-btm .rj_single-product-items {
  padding: 20px 27px;
  border: 1px solid #efefef;
}

@media only screen and (max-width: 768px) {
  .rj_product-details .rj_single-product-thumbnail .rj_single-product-btm .rj_single-product-items {
    padding: 10px 15px;
  }
}

.rj_product-details .rj_single-product-text span {
  font-size: 20px;
}

.rj_product-details .rj_single-product-text .price {
  font-size: 25px;
}

@media only screen and (max-width: 991px) {
  .rj_product-details .rj_single-product-text span {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .rj_product-details .rj_single-product-text .price {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.rj_product-details .rj_single-product-text .product-title {
  font-family: "Satoshi-Black";
  font-size: 30px;
}

@media only screen and (max-width: 991px) {
  .rj_product-details .rj_single-product-text .product-title {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.rj_product-details .rj_single-product-text p {
  color: #242424;
}

@media only screen and (max-width: 991px) {
  .rj_product-details .rj_single-product-text p {
    margin-bottom: 15px;
    font-size: 13px;
  }
}

.rj_product-details .rj_single-product-text p span {
  color: var(--primary_color);
}

.rj_product-details .rj_single-product-text .rj_single-product-info {
  gap: 20px;
}

@media only screen and (max-width: 991px) {
  .rj_product-details .rj_single-product-text .rj_single-product-info {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 414px) {
  .rj_product-details .rj_single-product-text .rj_single-product-info {
    display: block;
    margin-bottom: 10px;
    display: flex;
  }
}

.rj_product-details .rj_single-product-text .rj_single-product-info .rj_quantity .qty .qty-form {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  border: 2px solid #efefef;
  padding: 10px;
}

.rj_product-details .rj_single-product-text .qty-form button,
.rj_product-details .rj_single-product-text .qty-form input {
  flex-grow: 1;
  width: 33%;
}

.rj_product-details .rj_single-product-text .rj_buttons {
  gap: 20px;
}

@media only screen and (max-width: 320px) {
  .rj_product-details .rj_single-product-text .rj_buttons {
    display: inline;
  }
}

.rj_product-details .rj_single-product-text .rj_buttons .rj_btn-buy,
.rj_product-details .rj_single-product-text .rj_buttons .rj_btn-add-to-card {
  width: 100%;
}

@media only screen and (max-width: 320px) {

  .rj_product-details .rj_single-product-text .rj_buttons .rj_btn-buy,
  .rj_product-details .rj_single-product-text .rj_buttons .rj_btn-add-to-card {
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .rj_product-details .rj_single-product-text .rj_buttons .rj_btn-add-to-card {
    margin-top: 10px;
  }
}

.rj_product-details .rj_single-product-text label {
  display: block;
}

.rj_product-details .rj_single-product-text .custom-select {
  padding: 10px 10px;
  color: #242424;
  width: 150px;
  height: 55px;
  border: 2px solid #efefef;
}

@media only screen and (max-width: 414px) {
  .rj_product-details .rj_single-product-text .custom-select {
    width: 100%;
  }
}

.rj_product-details .rj_single-product-text .custom-select:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.qty label {
  flex: 1 0 100%;
}

.qty input {
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border: none;
  font-size: 20px;
  padding-left: 7px;
}

.qty button {
  height: 2rem;
  line-height: 2rem;
  color: #242424;
  font-size: 26px;
  border: none;
  background-color: transparent;
}

.size,
.quantity {
  cursor: pointer;
}

.checkout.rj-checkout .checkout-review-order .checkout-review-order-card {
  margin-bottom: 15px;
}

.checkout.rj-checkout .checkout-review-order .checkout-review-order-card h4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 15px;
}

.checkout.rj-checkout .checkout-review-order .checkout-review-order-card h4 span {
  font-size: 15px;
  font-weight: 400;
  color: #7c7c7c;
}

.checkout.rj-checkout .checkout-review-order .checkout-review-order-card .rj_ticket-card-select-img {
  margin-bottom: 15px;
}

.checkout.rj-checkout .checkout-review-order .checkout-review-order-card .rj_ticket-card-select-img img {
  width: 100%;
}

.checkout.rj-checkout .checkout-review-order .rj_shipping {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.checkout.rj-checkout .checkout-review-order .rj_shipping .form-check {
  margin-bottom: 15px;
}

.checkout.rj-checkout .checkout-review-order .rj_shipping .form-check:last-child {
  margin-bottom: 0;
}

.checkout.rj-checkout .checkout-review-order .rj_shipping-price {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #efefef;
}

.checkout.rj-checkout .checkout-review-order .rj_shipping-price ul {
  margin: 0;
}

.checkout.rj-checkout .checkout-review-order .rj_shipping-price ul li {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}

.checkout.rj-checkout .checkout-review-order .rj_shipping-price ul li:last-child {
  margin-bottom: 0;
}

.checkout.rj-checkout .checkout-review-order .rj_order-total {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #efefef;
}

.checkout.rj-checkout .checkout-review-order .rj_checkout-payment .rj_payment_methods .rj_payment_method label {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
}

.checkout.rj-checkout .checkout-review-order .rj_checkout-payment .rj_payment_methods .rj_payment_method label img {
  width: 50%;
}

.checkout.rj-checkout .checkout-review-order .rj_checkout-payment .rj_payment_methods .rj_payment_method p {
  font-size: 12px;
  font-weight: 400;
  color: #707070;
}

.checkout.rj-checkout .checkout-review-order .rj_place-order .form-check {
  margin-bottom: 15px;
}

.rj_download-img {
  background-color: #fafafc;
  padding: 39px 30px;
}

.rj_download-img .rj_download-img-btn i {
  /* font-size: 70px;  */
}

.rj_download-img p {
  color: #c7c7c7;
  margin-bottom: 0px;
}

.rj_download-img p span {
  color: var(--primary_color);
  font-weight: bold;
}

.rj_download-img-info img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .rj_download-img-info img {
    width: auto;
    margin-bottom: 15px;
  }
}

.rj_list-img-info h4 {
  font-size: 15px;
  color: #c7c7c7;
  margin-bottom: 15px;
}

.rj_list-img-info ul li {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #7c7c7c;
}

.rj_list-img-info ul li:last-child {
  margin-bottom: 0;
}

.rj_connexion {
  height: 100vh;
}

.rj_connexion .rj_connexion-logo>div {
  /* width: 100px; */
  /* margin: 0 auto; */
  text-align: center;
}

.rj_connexion .rj_connexion-layout {
  width: 450px;
  padding: 40px;
}

.rj_connexion .rj_connexion-layout2 {
  width: 650px;
  padding: 40px;
}

.rj_connexion .rj_connexion-layout h4,
.rj_connexion .rj_connexion-layout2 h4 {
  font-weight: 700;
}

.rj_connexion .rj_connexion-layout a,
.rj_connexion .rj_connexion-layout2 a {
  font-size: 15px;
  color: #7c7c7c;
  display: block;
}

@media only screen and (max-width: 575px) {

  .rj_connexion .rj_connexion-layout,
  .rj_connexion .rj_connexion-layout2 {
    width: auto;
    padding: 20px;
  }
}

.show-input span {
  position: absolute;
  right: 9px;
  font-size: 20px;
  top: 45px;
  opacity: 0.5;
  cursor: pointer;
}

.show-input span:hover {
  opacity: 1;
}

.show-input2 span {
    position: absolute;
    right: 9px;
    font-size: 20px;
    top: 13px;
    opacity: 0.5;
    cursor: pointer;
}

.show-input2 span:hover {
    opacity: 1;
}

.rj_retour {
  margin-top: 10px;
  text-align: center;
  display: block;
  font-size: 15px;
}

/**************************
*  Page Profile
***************************/
.rj_prodile .rj_main-profile-picture>div {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 15px;
}

.rj_prodile .rj_main-profile-picture>div img {
  width: 100%;
}

.rj_prodile .rj_main-profile-picture>div>div {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffffff;
  height: 50px;
  width: 50px;
  border-radius: 100px;
  border: 1px solid var(--primary_color);
  line-height: 50px;
  text-align: center;
  -webkit-box-shadow: 0 0 40px rgba(8, 21, 66, 0.05) !important;
  box-shadow: 0 0 40px rgba(8, 21, 66, 0.05) !important;
}

.rj_prodile .rj_main-profile-picture h4 {
  font-size: 18px;
  font-weight: 500;
}

.rj_prodile .rj_main-profile-picture span {
  font-size: 15px;
  font-weight: 400;
  color: #7c7c7c;
}

.rj_profile-section .rj_main-card {
  padding-top: 30px;
}

/**************************
*  Tabs
***************************/
.rj_tabs-control .nav-tabs {
  border: none;
}

.rj_tabs-control .nav-tabs .nav-link {
  height: 50px;
  line-height: 50px;
  border: none;
  background: #fafafc;
  color: #242424;
  padding: 0 0 0 15px;
}

.rj_tabs-control .nav-tabs .nav-link i {
  margin-right: 10px;
}

.rj_tabs-control .nav-tabs .nav-item.show .nav-link,
.rj_tabs-control .nav-tabs .nav-link.active {
  background: #fafafc;
  border-color: #fafafc;
}

.rj_prodile textarea.form-control {
  min-height: 55px;
}

table.dataTable {
  font-size: 14px;
  border-collapse: collapse !important;
  margin-top: 0 !important;
  margin-bottom: 60px !important;
}

table.dataTable:not(.fixedHeader-locked):not(.fixedHeader-floating) {
  width: 100% !important;
}

table thead tr {
  background-color: #f7f7ff;
}

table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 0;
  border-top: 0;
  padding: 20px 10px;
}

table.dataTable thead th {
  color: #242424;
  font-size: 20px;
  font-family: "Satoshi-Bold";
  padding: 18px 10px;
}

table.dataTable tbody td {
  padding: 18px 10px;
  font-size: 18px;
  color: #242424;
  font-family: "Satoshi-Medium";
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-color: transparent;
  vertical-align: middle;
}

table td,
table th {
  color: #7e7e7e;
  vertical-align: top;
}

.dataTables_wrapper .dataTables_info {
  padding-bottom: 0.755em;
  float: left;
}

.dataTables_wrapper .dataTables_info {
  color: #7e7e7e;
  padding-top: 0.75em !important;
  padding-bottom: 0.75em;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}

.dataTables_wrapper .dataTables_paginate {
  color: #7e7e7e;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.dataTables_wrapper .dataTables_paginate {
  color: #7e7e7e;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 54px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
}

.pdf-download {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.pdf-download i {
  color: #9c9cce;
}

.pdf-download span {
  font-family: "Satoshi-Medium";
  font-size: 8px;
  margin-top: 5px;
  color: #7c7c7c;
}

table.dataTable.table-striped>tbody>tr.odd>* {
  box-shadow: none;
  background-color: transparent;
}

table.dataTable.table-striped>tbody>tr.even>* {
  box-shadow: none;
  background-color: #fafafc;
}

.paginate_button {
  margin-left: 10px;
  margin-right: 10px;
}

.paginate_button a {
  border-radius: 100px;
}

.page-item .page-link {
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #dee2e6;
  color: #6c757d;
}

.page-item .page-link {
  border-radius: 100px !important;
}

.page-item.active .page-link {
  color: #242424;
  background-color: transparent;
  border-color: #242424;
  font-family: 'Satoshi-Bold';
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.page-link:focus {
  color: inherit;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

tr {
  position: relative;
}

.modal .btn-close {
  background-color: var(--primary_color);
  opacity: 1;
  display: block;
  color: #ffffff;
  background: var(--primary_color) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/2em auto no-repeat;
  font-size: 6px;
  padding: 10px;
  border-radius: 100px;
}

.modal .btn-close:hover {
  opacity: 1;
}

.modal .modal-dialog .modal-content .modal-header {
  border: none;
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
  width: 100%;
  text-align: center;
  font-family: "Satoshi-Bold";
  font-size: 30px;
}

.modal .modal-dialog .modal-content .modal-header .btn-close {
  /* position: absolute;
    top: -21px;
    left: 0px;  */
}

.modal .modal-dialog .modal-content .modal-body {
  /* padding-top: 64px;  */
}

.modal .modal-dialog .modal-content .modal-body .container {
  padding-left: 0;
  padding-right: 0;
}

.modal .modal-dialog .modal-content .modal-body .rj_img-select-modal {
  width: 90px;
  position: relative;
  margin-bottom: 8px;
}

.modal .modal-dialog .modal-content .modal-body .rj_img-select-modal img {
  width: 100%;
}

.modal .modal-dialog .modal-content .modal-body .rj_download-img {
  margin-bottom: 15px;
  height: 212px;
  display: block;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background-color: #f7f9fd;
}

.modal .modal-dialog .modal-content .modal-body .rj_download-img .rj_download-img-btn {
  width: 30%;
}

.modal .modal-dialog .modal-content .modal-body .rj_download-img .rj_download-img-btn i {
  margin-bottom: 0;
}

.modal .modal-dialog .modal-content .modal-body .rj_download-img .rj_text-download {
  width: 70%;
  text-align: center;
}

.modal .modal-dialog .modal-content .modal-body .rj_download-img p {
  max-width: 50%;
  left: auto;
  right: auto;
  margin: 0 auto;
}

.modal .modal-dialog .modal-content .modal-body .btn-close {
  position: absolute;
  top: -16px;
  right: -14px;
  left: auto;
}

.modal .modal-dialog .modal-content .modal-footer {
  display: inline;
  text-align: center;
}

.modal .modal-dialog .modal-content .modal-footer p {
  font-family: "Satoshi-Light";
  font-size: 13px;
  color: #242424;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 770px;
  }
}

.rj_ticket-card.swiper-card-3-colmun {
  width: calc(min(1300px, 90%));
  margin: 0 auto;
  overflow: visible;
  overflow: hidden;
}

@media screen and (min-width: 500px) {
  .rj_ticket-card.swiper-card-3-colmun {
    display: grid;
  }
}

.rj_ticket-card.swiper-card-3-colmun .swiper-slide {
  width: 100%;
}

#rj_events .rj_subscription {
  margin-top: 0;
  margin-bottom: 90px;
}

#rj_events .rj_page-title {
  margin-top: 0;
  margin-bottom: 60px;
  text-align: center;
}

.rj_ticket-card .swiper-pagination {
  display: none;
}

@media only screen and (max-width: 991px) {
  .rj_ticket-card .swiper-pagination {
    display: block;
    position: initial;
  }
}

.rj_ticket-card .swiper-slide {
  position: relative;
}

.rj_ticket-card .swiper-button-next:hover:after,
.rj_ticket-card .swiper-button-prev:hover:after {
  color: #fff;
}

/**************************
* Section Our Events
***************************/
.rj_ticket-events {
  z-index: 1;
  position: relative;
}

.rj_ticket-events .content-shadow {
  background-color: #ffffff;
  padding: 30px 30px 0;
  margin-top: -50px;
}

@media only screen and (max-width: 991px) {
  .rj_ticket-events .content-shadow {
    background-color: transparent;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 375px) {
  .rj_ticket-events.rj_ticket .rj_ticket-card .card .card-body .card-title {
    font-size: 19px;
  }
}

.rj_ticket-events.rj_ticket .rj_ticket-card .card .card-body .card-text {
  padding-top: 0;
  margin-top: 0;
}

.rj_ticket-events.rj_ticket .rj_ticket-card .card .card-body .card-text::before {
  display: none;
}

.rj_ticket.rj_ticket-events .swiper-pagination {
  margin-top: 30px;
  display: block;
  left: 0;
  bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .rj_ticket.rj_ticket-events .swiper-pagination {
    margin-top: 0;
  }
}

.rj_ticket.rj_ticket-events .rj_ticket-card {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .rj_ticket.rj_ticket-events .rj_ticket-card {
    padding-bottom: 0px;
  }
}

/**************************
* Section Our Store
***************************/
@media only screen and (max-width: 991px) {
  .rj_our-store .rj_title-our-store a {
    display: none;
  }
}

.rj_our-store .rj_our-store-card {
  background-color: #ffffff;
  padding: 20px;
}

@media only screen and (max-width: 991px) {
  .rj_our-store .rj_our-store-card {
    padding: 10px;
  }
}

.rj_our-store .rj_our-store-card .rj_our-store-card-top {
  background-color: #f8f8f8;
  padding: 0;
  margin-bottom: 15px;
  position: relative;
}

.rj_our-store .rj_our-store-card .rj_our-store-card-top img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 375px) {
  .rj_our-store .rj_our-store-card .rj_our-store-card-btm p {
    font-size: 13px;
  }
}

.rj_our-store .rj_our-store-card .rj_our-store-card-btm div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .rj_our-store .rj_our-store-card .rj_our-store-card-btm div {
    display: inline;
  }
}

@media only screen and (max-width: 991px) {
  .rj_our-store .rj_our-store-card .rj_our-store-card-btm h4 {
    margin-top: 5px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 375px) {
  .rj_our-store .rj_our-store-card .rj_our-store-card-btm h4 {
    font-size: 13px;
  }
}

.rj_our-store .rj_our-store-card .rj_our-store-card-btm h4 a {
  color: #242424;
}

.rj_our-store .rj_our-store-card .rj_our-store-card-btm span {
  font-weight: 600;
  font-size: 18px;
  color: var(--primary_color);
}

.rj_our-store .rj_badge-new {
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: var(--primary_color);
  border: 1px solid #fff;
  padding: 5px 15px;
  border-radius: 100px;
  color: #fff;
  font-size: 15px;
}

@media only screen and (max-width: 575px) {
  .rj_our-store .col-phone {
    flex: 0 0 auto;
    width: 50%;
  }
}

.min_card .rj_our-store-card .rj_our-store-card-top {
  height: 268px;
}

@media only screen and (max-width: 991px) {
  .min_card .rj_our-store-card .rj_our-store-card-top {
    height: auto;
  }
}

/**************************
* Section Nos Cartes
***************************/
#rj_events .card-text::before {
  content: "";
  width: 100%;
  left: 0;
}

/**************************
* Section About club
***************************/
.rj_view-more-mobile {
  text-align: center;
  display: none;
}

@media only screen and (max-width: 991px) {
  .rj_view-more-mobile {
    display: initial;
  }
}

.rj_view-more-mobile a {
  color: var(--primary_color);
  font-size: 15px;
  text-decoration: underline !important;
  font-family: "Poppins", sans-serif;
  padding-bottom: 5px;
}

.rj_abouts-footer {
  padding: 90px 0;
  background-color: #ffffff;
}

.rj_abouts-footer .rj_evnets-logo-raja {
  width: 150px;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .rj_abouts-footer .row {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 991px) {
  .rj_abouts-footer .row .rj_evnets-logo-raja {
    margin-bottom: 30px;
  }
}

.swiper-desktop {
  display: block;
}

@media only screen and (max-width: 1199px) {
  .swiper-desktop {
    display: none;
  }
}

.swiper-mobile,.swiper-mobile-event {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .swiper-mobile,.swiper-mobile-event {
    display: block;
  }
}

/**************************
*  Footer
***************************/
.footer {
  padding: 50px 0;
  padding-bottom: 0;
}

.footer .rj_logo-footer {
  width: 160px;
  margin-bottom: 23px;
}

.footer .rj_logo-footer .rj_logo-footer {
  width: 100%;
}

.footer .description-raja {
  color: #ffffff !important;
  max-width: 90%;
  line-height: 25px;
  margin-top: 0px;
  margin-bottom: 25px;
}

.footer .description-raja p {
  color: #ffffff !important;
}

@media only screen and (max-width: 767px) {
  .footer .description-raja {
    width: 100%;
  }
}

.footer .item-footer {
  padding-bottom: 25px;
}

.footer .item-footer .footer-text {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: capitalize;
  margin-bottom: 25px;
  color: #ffffff;
}

.footer .item-footer .footer-menu {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}

.footer .item-footer .footer-menu li {
  margin-bottom: 14px;
}

.footer .item-footer .footer-menu li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.footer .item-footer .footer-menu li a:before {
  position: absolute;
  content: "\f105";
  left: 0px;
  font-size: 10px;
  font-weight: 900;
  font-family: "FontAwesome";
  top: 7px;
}

.footer .item-footer .footer-info {
  margin-bottom: 20px;
}

.footer .item-footer .footer-info p {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.footer .item-footer .footer-menu-social {
  display: flex;
  margin: 0;
  padding: 0;
}

.footer .item-footer .footer-menu-social li a i {
  color: #ffffff;
  font-size: 20px;
  margin-right: 20px;
}

.widgetlist li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 14px;
  font-size: 16px;
  color: #fff;
}

.infolist li {
  padding-left: 0;
}

.infolist li i {
  padding-right: 10px;
}

/**************************
*  Copuright Footer
***************************/
.rj_copyright {
  padding: 20px 0;
}

.rj_copyright .copyright {
  padding: 0 0 25px;
  padding: 0;
}

.rj_copyright .copyright p {
  color: #ffffff;
  margin-bottom: 0 !important;
  margin: 0;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
}

.rj_copyright .footer-menu-social {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: end;
}

.rj_copyright .footer-menu-social li a i {
  color: #ffffff;
  font-size: 20px;
  margin-right: 20px;
}

.rj_rsv-form .rj_rsv-form-title p:last-child {
  margin-bottom: 10px;
  margin-top: 5px;
}

@media (max-width: 575px) {
  .rj_copyright .row {
    align-items: center;
    justify-content: space-between;
  }

  .rj_copyright .row .col-sm-6.col-md-6 {
    width: 50%;
  }

  .copyright p {
    font-size: 10px;
  }

  .footer .description-raja {
    max-width: 100%;
  }
}

/**************************
*  Responsive
***************************/
@media (min-width: 993px) and (max-width: 1199px) {
  .footer {
    position: inherit !important;
  }

  .item-footer {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 992px) {
  .footer {
    position: inherit !important;
  }

  .item-footer {
    padding-bottom: 30px !important;
  }
}

/**************************
* Font-weight
***************************/
/**************************
* Main Fonts
***************************/
/**************************
* Main Colors
***************************/
/**************************
* shadow variables
***************************/
/**************************
* Float fixing
***************************/
/**************************
* Text Align
***************************/
/**************************
* Transition
***************************/
.transition,
.rj_info-right .notification_dropdown .cart-wrapper .cart-dropdown-form {
  -webkit-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
}

/**************************
* Button
***************************/
/**************************
* Box Shadow
***************************/
/**************************
* Box Sizing
***************************/
/**************************
* Padding
***************************/
.padding {
  padding: 30px 20px;
}

/**************************
* Boreder None
***************************/
/**************************
* Media Queries
***************************/
:root {
  --bs-font-sans-serif: "Poppins", sans-serif;
  --bs-heading-color: #242424;
  --bs-card-title-color: #242424;
}

body {
  background-color: #f8f8f8 !important;
  font-family: var(--bs-font-sans-serif);
  color: var(--bs-heading-color);
}

ul {
  padding-left: 0;
  list-style: none;
  list-style: none;
}

a {
  text-decoration: none !important;
}

p {
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
  color: #7c7c7c;
}

/**************************
*  Heading
***************************/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bs-font-sans-serif);
  color: var(--bs-heading-color);
  margin: 0;
}

h4 {
  font-size: 18px;
  font-weight: 500;
  color: #242424;
}

.rj_quantity label {
  opacity: 0;
}

.text-light {
  color: #ffffff !important;
}

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

.btn-primary-light {
  background-color: #ffffff;
  color: #242424;
}

.btn-primary-light:hover {
  background-color: #ffffff;
  color: #242424;
}

.background-site {
  background-color: var(--primary_color);
}

/*# sourceMappingURL=style.css.map */
