﻿@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

:root {
  --main-color: #0d6efd;
  --secondary-color: #6c757d;
  --white: #fff;
  --min-width: 280px;
}

html {
  font-size: 68.75%;
  font-family: "Roboto", sans-serif;
  min-width: var(--min-width);
  overflow-x: hidden;
}
*,
::after,
::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tt,
ul,
var {
  border: 0;
  margin: 0;
  outline: none !important;
  padding: 0;
  vertical-align: baseline;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  background-repeat: repeat-x;
  font-size: 1.4rem;
  color: #272320;
  overflow-x: hidden;
}
a {
  color: inherit;
  outline: none !important;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
.dropdown-item {
  font-size: 16px;
}
.dropdown-toggle::after {
  display: none;
}
button:focus {
  outline: none !important;
}
ol {
  padding-left: 0;
}
ol li {
  list-style: inherit;
}
ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
  max-width: 100%;
  border: none;
  outline: none;
}
.btn {
  border: none !important;
  padding: 8px 18px;
  font-size: 16px;
}
.btn.btn-primary {
  background-color: var(--main-color) !important;
}
.btn.btn-secondary {
  background-color: var(--secondary-color) !important;
}

.btn:focus {
  box-shadow: none;
  border: none;
  outline: 0;
}
.btn:focus,
.form-control:focus,
.resizeselect:focus {
  box-shadow: none;
  outline: 0;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 85, 213, 0.07);
  z-index: 3;
  padding: 10px 0;
  min-width: var(--min-width);
  margin-top: 30px;
}
/* Positionnement du TopNav */
.TopNav {
  background: linear-gradient(90deg, #343a40, #6c757d);
  color: #ffffff;
  font-size: 15px;
  padding: 5px 15px;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 1050;
}

.TopNav p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
}

.TopNav form {
  display: flex;
  align-items: center;
}

.TopNav #categorySelect.form-select {
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: linear-gradient(90deg, #495057, #6c757d);
  color: #e6e5e5;
  padding: 2px;
  border-radius: 5px;
  font-size: 15px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.TopNav #categorySelect option{
  color: #111;
}

.TopNav .clearCategoryBtn {
  background: linear-gradient(90deg, #ff6f61, #ff9061);
  color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 13px;
  margin-left: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.TopNav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: top 0.3s ease;
}
.TopNav .clearCategoryBtn{
  cursor: pointer;
}

/* Mobile: Réduisez le texte dans TopNav */
@media (max-width: 768px) {
  .TopNav {
    font-size: 12px;
    padding: 8px;
  }
}

header .navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 1.4rem;
  padding: 0 20px;
  text-transform: uppercase;
}

header .navbar-light .navbar-nav .nav-link span {
  position: relative;
  z-index: 1;
}
header .navbar-light .navbar-nav .nav-link:hover {
  color: #fff !important;
}
header .navbar-light .navbar-nav .active {
  position: relative;
  color: var(--main-color) !important;
  font-weight: 600;
}
header .btn-artiste {
  background-image: -webkit-linear-gradient(
    left,
    var(--main-color) 0%,
    #81aef1 100%
  );
  background-image: linear-gradient(
    to right,
    var(--main-color) 0%,
    #81aef1 100%
  );
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding: 8px 18px;
}
.banner-part {
  position: relative;
  height: 1000px;
  overflow: hidden;
}
.banner-part figure {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner-part figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-part .container {
  position: relative;
  z-index: 2;
}
.banner-part .container .text-banner {
  height: 630px;
  display: grid;
  align-content: center;
}
.banner-part .container .text-banner h1 {
  font-size: 4.5rem;
  text-transform: uppercase;
  background: url(../images/tumblr_m87dri70zh1qzla33o1_500.gif);
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-family: "Anton", sans-serif;
}
.banner-part .container .text-banner h1 span {
  font-size: 6.5rem;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
}
.banner-part .container .text-banner h6 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
.banner-part .container .text-banner h6 i {
  color: var(--main-color);
}
.banner-part .container .text-banner p {
  color: #fff;
  font-size: 2rem;
}
.banner-part .container .text-banner .btn {
  width: 200px;
  font-family: "Rajdhani", sans-serif;
  padding: 14px 15px;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
}
@media screen and (max-width: 421px) {
  .banner-part .container .text-banner .btn {
    width: auto;
    padding: 1rem;
  }
}
.banner-part .container .text-banner .btn i {
  font-size: 1.4rem;
}
.banner-part .container .text-banner .reviews {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #fff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.reviews .users {
  display: flex;
  flex-wrap: nowrap;
}
.reviews .users img {
  border-radius: 50%;
  width: 30px;
  margin-left: -10px;
}
.reviews .users img:nth-child(1) {
  margin-left: 0px;
}
.reviews .star-container .star i {
  color: #cea529;
}
.reviews > a {
  text-decoration: underline;
}
@media screen and (max-width: 449px) {
  .swiper-visible .banner-part .container .reviews {
    display: grid;
    grid-template-columns: auto;
  }
}
.banner-part .socal-link-01 {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.banner-part .socal-link-01 a {
  color: #fff;
  display: grid;
  width: 40px;
  height: 40px;
  border: solid 1px rgba(255, 255, 255, 0.2431372549) !important;
  align-content: center;
  justify-content: center;
  border-radius: 0;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.svg-ions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.main-body-part {
  padding: 40px 0;
}
.searchForm {
  position: relative;
  display: flex;
  justify-content: center;
  top: -55px;
}
.searchForm .searchbar {
  position: absolute;
  border-radius: 10px;
  padding-left: 0.5rem;
  width: 80%;
  border: 0;
  z-index: 10;
  background-image: linear-gradient(to right, #f0f0f0 50%, transparent 100%);
}
.searchbar::placeholder {
  font-size: small;
}

footer {
  background: #131314;
  position: relative;
}
footer::before {
  width: 150px;
  background: var(--main-color);
  height: 100%;
  display: inline-block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
}
footer .company-detailso {
  background: var(--main-color);
  padding: 50px 30px 30px 0;
  position: relative;
  z-index: 2;
  height: 100%;
}
footer .company-detailso p {
  color: #fff;
}
footer .company-detailso ul li .btn {
  color: var(--main-color);
  background: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 1.8rem;
  transition: all 0.5s;
  line-height: 34px;
}
footer .company-detailso ul li .btn:hover {
  background: #131314;
}
footer .all-right-footer {
  padding: 50px 0 50px 30px;
}
footer .all-right-footer .subscibe-footer {
  width: 100%;
}
footer .all-right-footer .subscibe-footer .form-group {
  width: 70%;
}
footer .all-right-footer .subscibe-footer .form-group .form-control {
  background: none;
  border-radius: 0;
  border: solid 1px rgba(255, 255, 255, 0.2901960784);
  height: 50px;
  font-size: 1.5rem;
  color: #fff;
}
footer
  .all-right-footer
  .subscibe-footer
  .form-group
  .form-control::placeholder {
  color: #fff;
}
footer .all-right-footer .subscibe-footer .btn {
  background: var(--main-color);
  color: #fff;
  height: 50px;
  width: 20%;
  border-radius: 0;
  font-size: 1.5rem;
}
footer .all-right-footer .fotter-comgh h5 {
  color: #fff;
  font-size: 2rem;
  font-family: "Jost", sans-serif;
}
footer .all-right-footer .fotter-comgh ul {
  margin-top: 20px;
}
footer .all-right-footer .fotter-comgh ul li {
  color: #fff;
  margin-bottom: 10px;
}
footer .all-right-footer .fotter-comgh ul li i {
  font-size: 1rem;
  margin-right: 6px;
}
footer .insta-gma li {
  float: left;
  margin-right: 10px;
}
footer .insta-gma li a .img-0 {
  width: 70px;
  height: 70px;
  overflow: hidden;
}
footer .insta-gma li a .img-0 img {
  object-position: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer .contact-gma li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px !important;
}
footer .contact-gma li i {
  color: var(--main-color);
  font-size: 1.5rem !important;
}
footer .contact-gma li span:last-child {
  width: 80%;
}
.comon-haedeing h1 {
  color: #131314;
  font-family: "Jost", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  text-transform: initial;
}
.comon-haedeing .iconm {
  color: var(--main-color);
  position: relative;
}
.comon-haedeing .iconm::before {
  content: "";
  width: 30px;
  display: inline-block;
  position: relative;
  left: -5px;
  top: 0;
  background: var(--main-color);
  height: 2px;
  border-radius: 8px;
}
.comon-haedeing .iconm::after {
  content: "";
  width: 30px;
  display: inline-block;
  position: relative;
  right: -5px;
  top: 0;
  background: var(--main-color);
  height: 2px;
  border-radius: 8px;
}
.comon-haedeing .iconm i {
  font-size: 2.5rem;
}
.comon-divjs {
  height: 250px;
  overflow: hidden;
  text-align: center;
  transition: all 0.5s;
  position: relative;
}
.comon-divjs figure {
  height: 250px;
  overflow: hidden;
  width: 100%;
}
.comon-divjs figure img {
  object-position: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comon-divjs .hover-ef01 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #131314;
  height: 250px;
  transform: translateY(200px);
  transition: all 0.5s linear;
  padding: 0 30px;
}
.comon-divjs .hover-ef01 .iconj {
  width: 0;
  height: 0;
  margin: auto;
  display: none;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
}
.comon-divjs .hover-ef01 .iconj img {
  filter: brightness(0) invert(1);
}
.comon-divjs .hover-ef01 h5 {
  color: #fff;
  font-size: 1.6rem;
  margin-top: 15px;
}
.comon-divjs .hover-ef01 p {
  color: #fff;
  font-size: 1.4rem;
  margin-top: 15px;
}
.comon-divjs:hover .hover-ef01 {
  background: var(--main-color);
  transform: translateY(0);
  display: grid;
  align-content: center;
  justify-content: center;
}
.comon-divjs:hover .hover-ef01 .iconj {
  opacity: 9;
  width: 40px;
  height: 40px;
  display: block;
  transform: scale(1);
}
.comon-divjs:hover .hover-ef01 p {
  margin-top: 8px;
}
.shedule-div01 {
  background: var(--main-color);
  margin-top: 80px;
  padding: 80px 0;
}
.shedule-div01 .nav-pills .nav-item {
  margin: 0 10px;
}
.shedule-div01 .nav-pills .nav-item .nav-link {
  background: var(--main-color);
  text-transform: initial;
  font-family: "Jost", sans-serif;
  padding: 15px;
  font-size: 1.8rem;
  color: #fff;
  position: relative;
}
.shedule-div01 .nav-pills .nav-item .nav-link:after {
  position: absolute;
  width: 0%;
  height: 100%;
  content: "";
  background: #252525c9;
  left: 0;
  top: 0;
  border-radius: 5px;
  transition: width 0.5s linear;
}
.shedule-div01 .nav-pills .nav-item .nav-link span {
  position: relative;
  z-index: 2;
}
.shedule-div01 .nav-pills .nav-item .active {
  background: #252525c9;
}

.shedule-div01 .comon-seriu {
  background: #252525c9;
}
.shedule-div01 .comon-seriu .row div:first-child {
  position: relative;
}
.shedule-div01 .comon-seriu .row div:first-child:after {
  position: absolute;
  right: 0;
  content: "";
  top: 30px;
  width: 1px;
  height: 60px;
  background: rgba(187, 187, 187, 0.1019607843);
}
.shedule-div01 .comon-seriu .comon-rj-divu {
  border-radius: 5px;
  padding: 20px 40px;
  justify-content: space-between;
}
.shedule-div01 .comon-seriu .comon-rj-divu .user-imgk {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-right: 15px;
}
.shedule-div01 .comon-seriu .comon-rj-divu .user-imgk img {
  object-position: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shedule-div01 .comon-seriu .comon-rj-divu .rj-texr {
  width: 60%;
}
.shedule-div01 .comon-seriu .comon-rj-divu .rj-texr h5 {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.shedule-div01 .comon-seriu .comon-rj-divu .rj-texr p {
  color: var(--main-color);
  font-weight: 600;
}
.shedule-div01 .comon-seriu .comon-rj-divu .timer {
  color: #fff;
  text-align: center;
  line-height: 20px;
}
.shedule-div01 .nav-pills .nav-item .nav-link:hover::after {
  width: 100%;
}
.today-pogram-div01 {
  background: var(--main-color) url(../images/bg-today.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0 50px 0;
  position: relative;
}
.today-pogram-div01 .right-imgej {
  position: absolute;
  right: 2%;
  bottom: 0;
}
.today-pogram-div01 .btn-viewall {
  color: #fff;
  font-size: 1.6rem;
  font-family: "Jost", sans-serif;
  transition: all 0.5s linear;
}
.today-pogram-div01 .btn-viewall:hover {
  color: #131314;
}
.today-pogram-div01 .shuel-divbn01 {
  border-bottom: solid 1px #f73b70;
  padding-bottom: 20px;
}
.today-pogram-div01 .shuel-divbn01 .btn {
  border: solid 2px #fff !important;
  color: #fff;
  border-radius: 50px;
  width: 120px;
  height: 39px;
  line-height: 28px;
  font-size: 1.4rem;
}
.today-pogram-div01 .shuel-divbn01 .rju-divou {
  width: 90%;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.today-pogram-div01 .shuel-divbn01 .rju-divou h6 {
  color: #fff;
  font-size: 1.7rem;
}
.today-pogram-div01 .shuel-divbn01 .rju-divou h6 span {
  color: #131314;
  margin-top: 5px;
}
.today-pogram-div01 .shuel-divbn01 .rju-divou .imguy {
  width: 80px;
  height: 80px;
  display: inline-block;
  margin-right: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.today-pogram-div01 .shuel-divbn01 .rju-divou .imguy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.today-pogram-div01 .shuel-divbn01:last-child {
  border-bottom: none !important;
}
.music-div {
  padding: 80px 0;
  background-color: #d4e1f1c9;
}
.music-div .comon-music-divbn {
  box-shadow: rgba(0, 0, 0, 0.1294117647) 1px 2px 28px;
  padding: 23px;
  height: 200px;
}
.music-div .comon-music-divbn figure {
  width: 40%;
  height: 156px;
}
.music-div .comon-music-divbn figure img {
  object-position: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.music-div .comon-music-divbn .conm-items-podcats {
  padding-left: 20px;
}
.music-div .comon-music-divbn .conm-items-podcats i {
  color: var(--main-color);
}
.music-div .comon-music-divbn .conm-items-podcats h5 {
  font-size: 2.2rem;
  font-family: "Jost", sans-serif;
  text-transform: initial;
  margin-bottom: 8px;
}
.music-div .btn-view-more {
  background: var(--main-color);
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  margin: auto;
  display: table;
  border-radius: 50px;
  padding: 15px 25px;
  box-shadow: #81aef1 5px 5px 27px;
}
.artists-div {
  background: #131314 url(../images/banner1-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  height: 900px;
}
.artists-div .items-artists01 {
  height: 350px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.artists-div .items-artists01 figure {
  height: 350px;
  width: 100%;
}
.artists-div .items-artists01 figure img {
  object-position: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.artists-div .items-artists01 .name-artist01 {
  position: absolute;
  width: 80%;
  margin-left: auto;
  display: grid;
  align-content: center;
  background: var(--main-color);
  bottom: 0;
  right: 0;
  height: 60px;
  padding: 10px;
  line-height: 40px;
  text-align: center;
}
.artists-div .items-artists01 .name-artist01 h5 {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
}
.our-fretue {
  margin-top: 80px;
}
.our-fretue .comon-ftyu figure {
  width: 80px;
  height: 80px;
  background: var(--main-color);
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  padding: 15px;
  text-align: center;
  margin-right: 15px !important;
  border: 5px solid #333;
}
.our-fretue .comon-ftyu figure img {
  filter: brightness(0) invert(1);
}
.our-fretue .comon-ftyu .rightyu-part h2 {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 4rem;
  line-height: 30px;
}
.our-fretue .comon-ftyu .rightyu-part h2 span {
  font-size: 1.5rem;
  margin-top: 4px;
}
.music-palyersdghivb {
  padding: 80px 0;
}
.music-palyersdghivb .minsj {
  background: var(--main-color);
  padding: 20px;
  border-radius: 10px;
  width: 100%;
}
.music-palyersdghivb .minsj .albumd01 {
  position: relative;
}
.music-palyersdghivb .minsj .albumd01 figure {
  width: 100%;
  height: 440px;
  overflow: hidden;
}
.music-palyersdghivb .minsj .albumd01 figure img {
  object-position: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.music-palyersdghivb .minsj .albumd01 .details-ablumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: #281f39;
  background: linear-gradient(
    0deg,
    rgb(40, 31, 57) 19%,
    rgba(7, 13, 88, 0) 100%
  );
}
.music-palyersdghivb .minsj .albumd01 .details-ablumbs h4 {
  color: #fff;
  font-size: 2rem;
  text-transform: initial;
}
.music-palyersdghivb .minsj .albumd01 .details-ablumbs p {
  color: #fff;
}
.music-palyersdghivb .minsj .albumd01 .details-ablumbs h6 {
  color: #fff;
  font-size: 1.6rem;
}
.music-palyersdghivb .comon-musio {
  border-bottom: solid 1px #e95f86;
  padding-bottom: 20px;
  padding-top: 20px;
}
.music-palyersdghivb .comon-musio h5 {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 1.8rem;
}
.music-palyersdghivb .comon-musio h5 span:last-child {
  margin-top: 4px;
  font-size: 1.2rem;
}
.music-palyersdghivb .comon-musio .player .mejs-container .mejs-controls {
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  background-color: #131314 !important;
}
.music-palyersdghivb .comon-musio .player .mejs-controls .mejs-play button {
  background-position: 2px -2px;
  height: 40px !important;
  width: 40px !important;
}
.music-palyersdghivb
  .comon-musio
  .player
  .mejs-controls
  .mejs-time-rail
  .mejs-time-total {
  display: none;
}
.music-palyersdghivb .comon-musio .player .mejs-time-float-current {
  opacity: 0 !important;
  display: none;
}
.music-palyersdghivb .comon-musio .player .mejs-controls .mejs-pause button {
  background-position: 1px -32px !important;
  width: 40px;
  height: 40px;
}
.music-palyersdghivb .right-uier .comon-musio {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 5px;
  border-bottom: none;
}
.music-palyersdghivb .right-uier .comon-musio h5 {
  color: #131314;
}
.music-palyersdghivb .right-uier .comon-musio .mejs-container .mejs-controls {
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  background-color: var(--main-color) !important;
}
.fetures-porgrams-div01 {
  padding: 80px 0;
  background: rgba(187, 187, 187, 0.1019607843);
}
.fetures-porgrams-div01 .features-porgrs {
  height: 360px;
  position: relative;
  overflow: hidden;
}
.fetures-porgrams-div01 .features-porgrs .img-programs {
  height: 360px;
  width: 100%;
}
.fetures-porgrams-div01 .features-porgrs .img-programs img {
  object-position: top;
  transform: scale(1);
  transition: all 0.5s linear;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fetures-porgrams-div01 .features-porgrs .comon-details {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  z-index: 2;
  background: #000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 19%, rgba(0, 0, 0, 0) 100%);
}
.fetures-porgrams-div01 .features-porgrs .comon-details h5 {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 2.5rem;
  width: 50%;
}
.fetures-porgrams-div01 .features-porgrs .comon-details h5 span {
  font-size: 1.5rem;
  margin-top: 6px;
}
.fetures-porgrams-div01 .features-porgrs .comon-details .we-date {
  background: var(--main-color);
  color: #fff;
  padding: 10px;
}
.fetures-porgrams-div01 .features-porgrs:hover .img-programs img {
  transform: scale(1.1);
}
.fetures-porgrams-div01 .btn-view-more {
  background: var(--main-color);
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  margin: auto;
  display: table;
  border-radius: 50px;
  padding: 15px 25px;
  box-shadow: #81aef1 5px 5px 27px;
}
.why-choose-us-div {
  padding: 80px 0 0;
  background: #fff url(../images/radio-lis-bg.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.why-choose-us-div h1 {
  font-family: "Jost", sans-serif;
  font-size: 4rem;
  color: #131314;
  font-weight: 600;
}
.why-choose-us-div h5 {
  font-size: 2rem;
}
.why-choose-us-div ul li {
  font-size: 1.8rem;
  font-family: "Jost", sans-serif;
  margin-bottom: 10px;
  text-transform: initial;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.0784313725) 1px 2px 18px;
  border-radius: 8px;
}
.why-choose-us-div ul li span {
  color: var(--main-color);
}
.why-choose-us-div ul li span:last-child {
  color: #131314;
  font-weight: 600;
}
.why-choose-us-div .btn-more {
  background: var(--main-color);
  color: #fff;
  width: 150px;
  height: 45px;
  font-size: 1.5rem;
  border-radius: 50px;
}
.testimonials-divo {
  background: #131314;
  padding: 80px 0;
}
.testimonials-divo .comon-haedeing .iconm {
  color: #fff;
}
.testimonials-divo .comon-haedeing .iconm::before {
  background: #fff;
}
.testimonials-divo .comon-haedeing .iconm::after {
  background: #fff;
}
.testimonials-divo .itesm-slider figure {
  width: 40%;
  height: 350px;
}
.testimonials-divo .itesm-slider figure img {
  object-position: top;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials-divo .itesm-slider .details-user01 {
  width: 60%;
  padding-left: 30px;
}
.testimonials-divo .itesm-slider .details-user01 i {
  color: #fff;
  font-size: 4rem;
}
.testimonials-divo .itesm-slider .details-user01 h4 {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 3rem;
}
.testimonials-divo .itesm-slider .details-user01 p {
  color: #fff;
  font-size: 2rem;
}
.testimonials-divo .itesm-slider .details-user01 h6 {
  color: #131314;
  font-size: 1.6rem;
}
.events-divbn {
  padding: 80px 0;
  background-color: #d4e1f1c9;
}
.events-divbn .items-events01 {
  box-shadow: rgba(0, 0, 0, 0.1294117647) 1px 2px 28px;
  padding: 20px;
  transform: scale(1);
  transition: all 0.5s linear;
  margin-bottom: 30px;
}
.events-divbn .items-events01 .img-of-events {
  width: 40%;
  height: 200px;
  border-radius: 8px;
  display: inline-block;
  overflow: hidden;
}
.events-divbn .items-events01 .img-of-events img {
  object-position: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.events-divbn .items-events01 .details-of-events {
  width: 60%;
}
.events-divbn .items-events01 .details-of-events i {
  color: var(--main-color);
}
.events-divbn .items-events01 .details-of-events h5 {
  font-family: "Jost", sans-serif;
  color: #131314;
  font-size: 2rem;
}
.events-divbn .items-events01 .details-of-events .btn {
  color: var(--main-color);
  font-weight: 600;
  font-size: 1.4rem;
}
.events-divbn .items-events01:hover {
  transform: scale(1.05);
}
.events-divbn .btn-view-more {
  background: var(--main-color);
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  margin: auto;
  display: table;
  border-radius: 50px;
  padding: 15px 25px;
  box-shadow: #81aef1 5px 5px 27px;
}
.sub-banner-part {
  height: 320px;
  overflow: hidden;
}
.sub-banner-part figure {
  height: 320px;
  position: absolute;
  left: 0;
  right: 0;
}
.sub-banner-part figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-banner-part .text-banner {
  height: 320px;
  display: grid;
  align-content: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  padding-top: 30px;
}
.sub-banner-part .text-banner h1 {
  font-family: "Jost", sans-serif;
  margin-bottom: 15px;
  font-size: 4rem;
}
.sub-banner-part .text-banner .breadcrumb-item {
  color: #fff;
}
.sub-banner-part .text-banner .active {
  color: var(--main-color) !important;
}
.items-shows {
  box-shadow: 0 16px 50px 0 rgba(0, 0, 0, 0.1);
  height: 437px;
  overflow: hidden;
}
.items-shows figure {
  height: 350px;
  overflow: hidden;
}
.items-shows figure img {
  transform: scale(1);
  transition: all 0.5s linear;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.items-shows h4 {
  font-family: "Jost", sans-serif;
  font-size: 2rem;
}
.items-shows h4 span {
  color: var(--main-color);
  font-size: 1.5rem;
  margin-top: 6px;
}
.items-shows .tiomk {
  background: var(--main-color);
  color: #fff;
  border-radius: 30px;
  padding: 10px;
}
.items-shows:hover figure img {
  transform: scale(1.1);
}
.todays-shows .fetures-porgrams-div01 {
  background: #fff;
}
.about-part-top-sections .rihe-div h1 {
  font-size: 4rem;
  font-family: "Jost", sans-serif;
  text-transform: initial;
}
.about-part-top-sections .rihe-div p {
  font-size: 16px;
  font-weight: 500;
}
.about-part-top-sections .accordion-button:not(.collapsed) {
  background: var(--main-color);
  color: #fff;
}
.about-part-top-sections .accordion-button {
  font-family: "Jost", sans-serif;
  text-transform: initial;
  font-size: 2rem;
  font-weight: 600;
}
.why-about-div {
  background: var(--main-color) url(../images/bg-today.jpg) no-repeat;
  background-size: cover;
  margin-top: 80px;
  padding: 80px 0;
}
.why-about-div .comon-haedeing .iconm {
  color: #fff;
}
.why-about-div .comon-haedeing .iconm::before {
  background: #fff;
}
.why-about-div .comon-haedeing .iconm::after {
  background: #fff;
}
.why-about-div .items-divb-why {
  background: #fff;
  border-radius: 8px;
  height: 300px;
  padding: 0 30px;
  display: grid;
  align-content: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.why-about-div .items-divb-why figure {
  width: 70px;
  margin: auto;
  display: block;
}
.why-about-div .items-divb-why .details-whyu {
  position: relative;
  z-index: 1;
}
.why-about-div .items-divb-why .details-whyu h5 {
  color: var(--main-color);
  font-family: "Jost", sans-serif;
  font-size: 3rem;
  text-transform: initial;
  font-weight: 600;
  margin: 10px auto;
}
.why-about-div .items-divb-why .details-whyu p {
  color: #000;
}
.why-about-div .items-divb-why h2 {
  position: absolute;
  right: 11px;
  top: 10px;
  font-size: 8rem;
  color: #f7f7f7;
  font-family: "Jost", sans-serif;
  font-weight: 700;
}
.our-studio-gallery-div {
  padding: 80px 0;
}
.our-studio-gallery-div .comon-gallery01 {
  display: inline-block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.our-studio-gallery-div .comon-gallery01 .img-box-08 {
  height: 200px;
  width: 100%;
}
.our-studio-gallery-div .comon-gallery01 .img-box-08 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.our-studio-gallery-div .comon-gallery01 .hover-divo0 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 200px;
  display: grid;
  align-content: center;
  background: rgba(19, 19, 20, 0.5411764706);
  justify-content: center;
  transform: scale(0);
  transition: all 0.5s linear;
}
.our-studio-gallery-div .comon-gallery01 .hover-divo0 svg {
  color: #fff;
  width: 40px;
  height: 40px;
}
.our-studio-gallery-div .comon-gallery01:hover .hover-divo0 {
  transform: scale(1.1);
}
.our-sporcers {
  padding: 80px 0 30px 0;
}
.our-sporcers .items-logo-crm {
  box-shadow: rgba(0, 0, 0, 0.0705882353) 1px 2px 40px;
  padding: 15px;
  display: grid;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 150px;
}
.our-sporcers .items-logo-crm img {
  width: 100px;
  display: block;
  margin: auto;
}
.events-section-apge .dater {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #fff;
  display: grid;
  align-content: center;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.events-section-apge .dater h6 {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
.events-section-apge .dater h6 span {
  font-size: 1.5rem;
}
.events-section-apge .page-item.active .page-link {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.events-details-main .letf-details-events figure {
  width: 100%;
  height: 400px;
}
.events-details-main .letf-details-events figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.events-details-main .letf-details-events h1 {
  font-family: "Jost", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: #131314;
}
.events-details-main .letf-details-events p {
  font-size: 1.6rem;
}
.events-details-main .letf-details-events ul {
  column-count: 2;
}
.events-details-main .letf-details-events ul li {
  border: solid 1px #efefef;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 600;
}
.events-details-main .letf-details-events ul li .label {
  font-weight: 600;
  color: var(--main-color);
  font-size: 1.6rem;
}
.events-details-main .right-comon-linst05 {
  box-shadow: rgba(0, 0, 0, 0.0901960784) 1px 2px 60px;
  padding: 20px;
}
.events-details-main .right-comon-linst05 h3 {
  font-family: "Jost", sans-serif;
  color: #131314;
  font-weight: 600;
  font-size: 3.2rem;
}
.events-details-main .right-comon-linst05 ul li {
  border-bottom: solid 1px #f5f5f5;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}
.events-details-main .right-comon-linst05 ul li:last-child {
  border-bottom: none;
}
.events-details-main .right-comon-linst05 ul li::before {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "FontAwesome";
  color: var(--main-color);
  margin-right: 5px;
}
.events-details-main .right-comon-linst05 ul li a {
  font-weight: 600;
  font-size: 1.6rem;
  transition: all 0.5s;
  text-transform: initial;
}
.events-details-main .right-comon-linst05 ul li a:hover {
  color: var(--main-color);
}
.events-details-main .post-cmonk {
  margin-bottom: 20px;
}
.events-details-main .post-cmonk .img-small01 {
  width: 120px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
}
.events-details-main .post-cmonk .img-small01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.events-details-main .post-cmonk .right-details-yui {
  width: 85%;
  padding-left: 15px;
}
.events-details-main .post-cmonk .right-details-yui h5 {
  font-weight: 700;
  font-size: 1.6rem;
  color: #131314;
  margin-top: 4px;
}
.btn-buy {
  background: var(--main-color);
  color: #fff !important;
  font-size: 2rem;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.5s linear;
}
.btn-buy:hover {
  background: #131314;
}
.responsive-map {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.tabs-links li:before {
  display: none !important;
}
.tabs-links a {
  border: solid 1px #efefef !important;
  margin-bottom: 10px;
}
.hvert {
  position: absolute;
  left: 20px;
  top: 20px;
  background: var(--main-color);
  border-radius: 5px;
  display: grid;
  width: 70px;
  height: 70px;
  text-align: center;
  align-content: center;
  color: #fff;
  font-size: 1.5rem;
}
.hvert b {
  text-transform: uppercase;
}
.list-group-item {
  border: none !important;
  background: none !important;
}
.item.list-group-item {
  float: none;
  width: 100%;
}
.inside-div01 {
  box-shadow: rgba(42, 41, 41, 0.0784313725) 1px 2px 38px;
  padding: 20px !important;
}
.item.list-group-item .inside-div01 {
  float: none;
  width: 100%;
  -ms-flex: 0 0 48%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  border: 0;
  height: 271px;
  border-radius: 8px;
  transition: all 0.5s;
  display: flex;
}
.comon-items-d1 {
  display: flex;
  justify-content: space-between;
  padding: 0;
  flex-wrap: wrap;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: solid 1px rgba(0, 0, 0, 0.05) !important;
  border-radius: 0 !important;
  padding: 20px !important;
  transition: all 0.5s;
}
.item.list-group-item .left-div-list {
  width: 40%;
  position: relative;
  border-radius: 5px;
  height: 229px;
}
.item.list-group-item .left-div-list img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.right-list-div {
  padding-top: 20px;
}
.right-list-div h6 {
  color: var(--main-color);
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.right-list-div h6 i {
  margin-right: 5px;
}
.right-list-div h5 {
  color: #131314;
  font-size: 1.7rem;
  font-weight: 600;
}
.right-list-div .admin-t {
  margin-top: 5px;
  margin-right: 8px;
}
.right-list-div .admin-t span {
  font-size: 1.2rem;
}
.right-list-div .admin-t i {
  color: var(--main-color);
}
.item.list-group-item .right-list-div {
  padding-top: 0;
  padding-bottom: 0;
  width: 60%;
  padding-left: 20px;
}
.listed-bn li {
  margin-right: 10px;
}
.listed-bn a {
  color: #131314;
  cursor: pointer;
}
.listed-bn a i {
  font-size: 1.8rem;
}
.listed-bn .active {
  color: var(--main-color);
}
.ashow {
  font-size: 1.4rem;
}
.events-info-div .right-comon-linst05 {
  box-shadow: rgba(0, 0, 0, 0.0901960784) 1px 2px 60px;
  padding: 20px;
}
.events-info-div .right-comon-linst05 h3 {
  font-family: "Jost", sans-serif;
  color: #131314;
  font-weight: 600;
  font-size: 3.2rem;
}
.events-info-div .right-comon-linst05 ul li {
  border-bottom: solid 1px #f5f5f5;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}
.events-info-div .right-comon-linst05 ul li:last-child {
  border-bottom: none;
}
.events-info-div .right-comon-linst05 ul li::before {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "FontAwesome";
  color: var(--main-color);
  margin-right: 5px;
}
.events-info-div .right-comon-linst05 ul li a {
  font-weight: 600;
  font-size: 1.6rem;
  transition: all 0.5s;
  text-transform: initial;
}
.events-info-div .right-comon-linst05 ul li a:hover {
  color: var(--main-color);
}
.events-info-div .post-cmonk {
  margin-bottom: 20px;
}
.events-info-div .post-cmonk .img-small01 {
  width: 120px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
}
.events-info-div .post-cmonk .img-small01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.events-info-div .post-cmonk .right-details-yui {
  width: 85%;
  padding-left: 15px;
}
.events-info-div .post-cmonk .right-details-yui h5 {
  font-weight: 700;
  font-size: 1.6rem;
  color: #131314;
  margin-top: 4px;
}
.oqute {
  border: solid 1px rgba(0, 0, 0, 0.05) !important;
  background: rgba(0, 0, 0, 0.05);
}
.oqute span {
  color: var(--main-color);
  font-size: 4rem;
}
.oqute h2 {
  color: #131314;
  font-size: 2rem;
  font-family: "Jost", sans-serif;
}
.left-details-info .moni {
  height: 400px;
}
.left-details-info .moni img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.left-details-info h1 {
  color: #131314;
  font-size: 3rem;
  font-family: "Jost", sans-serif;
}
.left-details-info .share-div li {
  margin-right: 15px;
}
.left-details-info .share-div li i {
  color: var(--main-color);
}
.left-details-info .share-div a {
  cursor: pointer;
}
.comment-sec-part {
  margin-top: 20px;
}
.comment-sec-part .comon-com-div {
  margin-bottom: 30px;
}
.comment-sec-part h2 {
  color: #131314;
  font-size: 3rem;
  font-family: "Jost", sans-serif;
  margin-bottom: 30px;
}
.comment-sec-part figure {
  width: 63px;
  height: 63px;
  overflow: hidden;
  border-radius: 50%;
}
.comment-sec-part .comment-text {
  width: 89%;
}
.comment-sec-part .comment-text h5 {
  font-weight: 600;
  font-size: 1.6rem;
}
.leave-sec-part {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
  margin: 30px 0;
  padding-bottom: 20px;
}
.leave-sec-part h2 {
  color: #131314;
  font-size: 3rem;
  font-family: "Jost", sans-serif;
  margin-bottom: 30px;
}
.leave-sec-part .form-control {
  font-size: 1.5rem;
}
.leave-sec-part .form-group {
  margin-bottom: 20px;
}
.leave-sec-part .form-control:not([type="submit"]),
.conatct-form-div .form-control:not([type="submit"]) {
  border: none;
  background: #f1f1f1;
  height: 45px;
}
.leave-sec-part textarea,
.conatct-form-div textarea {
  height: 150px !important;
  resize: none;
}
.leave-sec-part,
.subimt-comment,
.subimt-message,
.quick-contact .subimt-comment {
  background: var(--main-color);
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
}
.account-form {
  border: 1px solid rgba(223, 219, 219, 0.753);
  padding: 1rem;
}
.form-check {
  margin-left: 8px;
}
.form-check-input {
  transform: scale(1.5);
  width: 2rem;
  height: 1.2rem;
}
.form-check-label {
  margin-left: 0.5rem;
  font-size: 1.4rem;
}
.footer-new {
  padding: 50px 0;
}
.footer-new::before {
  display: none;
}
.footer-new .company-detailso {
  background: none !important;
  padding: 0;
}
.footer-new .all-right-footer {
  padding: 0;
}
.contact-us-page .cm-text-n {
  background: var(--main-color);
  border-radius: 5px;
  padding: 40px;
  height: auto;
}
.contact-us-page .cm-text-n h6 {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 2.2rem;
}
.contact-us-page .cm-text-n h2 {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 3rem;
}
.contact-us-page .cm-text-n ul {
  margin-top: 40px !important;
}
.contact-us-page .cm-text-n ul li {
  margin-bottom: 20px;
}
.contact-us-page .cm-text-n ul li .text-c {
  color: #fff;
  font-size: 1.6rem;
  width: 68%;
}
.contact-us-page .cm-text-n ul li .text-c small {
  font-weight: 700;
  font-size: 2rem;
}
.contact-us-page .cm-text-n .icon-c {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 1px #fff;
  color: #fff;
  margin-right: 10px;
}
.contact-us-page .cm-text-n .icon-c i {
  font-size: 2rem;
}
.contact-us-page .conatct-form-div h6 {
  font-family: "Jost", sans-serif;
  font-size: 2.2rem;
  text-transform: initial;
}
.contact-us-page .conatct-form-div h2 {
  font-family: "Jost", sans-serif;
  font-size: 3rem;
  font-weight: 700;
}
.contact-us-page .conatct-form-div .form-control {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.contact-us-page .conatct-form-div .subimt-message {
  width: 100px;
  transition: all 0.5 linear;
  color: #fff !important;
  text-transform: uppercase;
}
.contact-us-page .conatct-form-div .subimt-message:hover {
  background: #131314;
}
.map-sec .responsive-map {
  overflow: hidden;
  position: relative;
  height: 0;
  height: 400px;
  padding-bottom: 0 !important;
}
.map-sec .responsive-map iframe {
  left: 0;
  top: 0;
  height: 400px;
  width: 100%;
  position: absolute;
}
.navbar-toggler {
  color: #fff !important;
  border: none !important;
}
.navbar-toggler i {
  font-size: 2rem;
}
.offcanvas-end {
  width: 330px;
}
.mobile-menu-sec .active-m a {
  background: var(--main-color);
  color: #fff;
}
.mobile-menu-sec li a,
.mobile-menu-sec li .dropdown .btn {
  text-decoration: none;
  color: #323657;
  padding: 10px 5px 10px 10px;
  display: block;
  background: #f7f7f7;
  margin-bottom: 3px;
  width: 100%;
  text-align: left;
}
.quick-link ul li {
  display: flex;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: normal;
  align-items: center;
}
.quick-link ul li i {
  font-size: 35px;
  margin-right: 14px;
  color: var(--main-color);
}
.side-media li a {
  background: #131314;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  display: inline-block;
}
.side-media {
  list-style-type: none;
  margin-top: 15px;
  display: flex;
}
.side-media li {
  margin: 0 5px;
}
.close-menu {
  border: none;
  color: #131314;
  background: none !important;
  position: absolute;
  right: 21px;
  top: 0;
}
.close-menu svg {
  width: 30px;
  height: 30px;
}
.fixed-menu {
  backdrop-filter: blur(20px);
  background: rgba(2, 3, 14, 0.548);
  position: fixed;
  top: 0;
  animation: slide-down 0.7s;
  left: 0;
  right: 0;
  z-index: 250;
}
.thanksoy-page h2 {
  font-weight: 600;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-size: 4rem;
  text-transform: initial;
}
.thanksoy-page p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1180px) {
  html {
    font-size: 60%;
  }
  .rightyu-part {
    width: 60%;
  }
  .conm-items-podcats span {
    font-size: 1.2rem;
  }
  .shedule-div01 .comon-seriu .comon-rj-divu .rj-texr {
    width: 56%;
  }
  header .navbar-light .navbar-nav .nav-link {
    padding: 0 17px;
  }
}
@media (max-width: 900px) {
  .fetures-porgrams-div01 .features-porgrs .comon-details h5 {
    width: 100%;
    margin-bottom: 29px;
  }
  .events-divbn .items-events01 .img-of-events {
    width: 32%;
    height: 180px;
  }
  .events-divbn .items-events01 .details-of-events {
    padding-left: 20px;
  }
  .itesm-slider {
    margin: auto;
    display: table;
    width: 90%;
  }
  .testimonials-divo .itesm-slider figure {
    width: 100%;
  }
  .details-user01 {
    width: 100% !important;
    padding-top: 30px;
  }
  .artists-div {
    height: auto;
  }
  .right-imgej {
    display: none;
  }
  .shedule-div01 .nav-pills .nav-item .nav-link {
    margin-bottom: 20px;
  }
}
@media (max-width: 667px) {
  footer .all-right-footer {
    padding: 10px 20px !important;
  }
  .right-imgej {
    display: none;
  }
  .artists-div {
    height: auto;
  }
  html {
    font-size: 50%;
  }
  .navbar-toggler i {
    font-size: 4rem;
  }
  .rj-pages-div .items-shows {
    height: 304px;
  }
  .rj-pages-div .items-shows figure {
    height: 230px;
  }
  .item.list-group-item .left-div-list {
    height: 169px;
  }
  .hvert {
    left: 10px;
    top: 10px;
    width: 58px;
    height: 50px;
  }
  .item.list-group-item .inside-div01 {
    height: 216px;
  }
  .left-details-info .moni {
    height: 340px;
  }
  .banner-part {
    height: 450px;
  }
  .banner-part .container .text-banner {
    height: 450px;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 50%;
  }
  .sub-banner-part {
    height: 280px;
  }
  .sub-banner-part figure {
    height: 280px;
  }
  .sub-banner-part .text-banner {
    height: 280px;
  }
  footer .all-right-footer {
    padding: 10px 20px !important;
  }
  .banner-part .container .text-banner h1 {
    font-size: 4.5rem;
  }
  .banner-part .container .text-banner h1 span {
    font-size: 4.5rem;
  }
  .banner-part {
    height: 450px;
  }
  .banner-part .container .text-banner {
    height: 450px;
  }
  .shedule-div01 .nav-pills .nav-item .nav-link {
    margin-bottom: 20px;
  }
  .shedule-div01 .comon-seriu .comon-rj-divu {
    padding: 20px;
  }
  .shedule-div01 .comon-seriu .comon-rj-divu .rj-texr {
    width: 55%;
  }
  .comon-ftyu {
    justify-content: center;
  }
  .testimonials-divo .itesm-slider {
    width: 90%;
    margin: auto;
  }
  .testimonials-divo .itesm-slider figure {
    width: 100%;
  }
  .testimonials-divo .itesm-slider .details-user01 {
    padding: 30px;
    width: 100%;
  }
  .events-divbn .items-events01 .img-of-events {
    width: 32%;
    height: 120px;
  }
  .events-divbn .items-events01 .details-of-events {
    padding-left: 20px;
  }
  .music-div .comon-music-divbn figure {
    width: 40%;
    height: 106px;
  }
  .music-div .comon-music-divbn {
    height: 160px;
  }
  .main-body-part {
    padding: 30px 0;
  }
  .item.list-group-item .left-div-list {
    height: 169px;
  }
  .hvert {
    left: 10px;
    top: 10px;
    width: 58px;
    height: 50px;
  }
}
/* Wizards reservation */

.wizard-content {
  background: #fff;
  width: 780px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 20px 0;
  font-family: roboto, sans-serif;
  position: relative;
  display: flex;
  display: -webkit-flex;
}
.wizard-content .wizard-form {
  width: 100%;
}
.wizard-content .wizard-form .wizard-header {
  text-align: center;
  padding: 40px 0 20px;
}
.wizard-content .wizard-form .wizard-header .heading {
  color: #333;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  padding: 13px 0 10px;
}
.wizard-content .wizard-form .wizard-header p {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.wizard-content .form-reservation .steps {
  margin-bottom: 33px;
}
.wizard-content .form-reservation .steps ul {
  display: flex;
  display: -webkit-flex;
  list-style: none;
  padding-left: 108px;
}
.wizard-content .form-reservation .steps li,
.wizard-content .form-reservation .steps li.current {
  outline: none;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  position: relative;
}
.wizard-content .form-reservation .steps li .current-info {
  display: none;
}
.wizard-content .form-reservation .steps li a {
  text-decoration: none;
  outline: none;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
}
.wizard-content .form-reservation .steps li a .title span {
  display: block;
}
.wizard-content .form-reservation .steps li a .title .step-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #ccc;
  margin: 0 auto;
  position: relative;
  outline: none;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  color: #fff;
  font-size: 25.6px;
  margin-right: 108px;
}
.wizard-content .form-reservation .steps li a .step-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.wizard-content .form-reservation .steps li .step-icon::before,
.wizard-content .form-reservation .steps li:last-child .step-icon::after {
  position: absolute;
  content: "";
  background: #e5e5e5;
  width: 108px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.wizard-content .form-reservation .steps li .step-icon::before {
  right: 100%;
}
.wizard-content .form-reservation .steps li:last-child .step-icon::after {
  left: 100%;
}
.wizard-content .form-reservation .steps li.current a .step-icon,
.wizard-content .form-reservation .steps li.current a:active .step-icon,
.wizard-content .form-reservation .steps li.done a .step-icon,
.wizard-content .form-reservation .steps li.done a:active .step-icon {
  background: #24c1e8;
}
.wizard-content .form-reservation .steps .current .step-icon::before,
.wizard-content .form-reservation .steps .current:last-child .step-icon::after,
.wizard-content .form-reservation .steps .done .step-icon::before {
  background: #24c1e8;
}
.wizard-content .form-reservation .steps li a .step-text {
  color: #999;
  font-weight: 400;
  font-size: 18px;
  padding: 14px 0 8px;
}
.wizard-content .form-reservation .steps .current .step-text,
.wizard-content .form-reservation .steps .done .step-text {
  color: #333;
}
.wizard-content .form-reservation .content {
  margin: 0 20px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 35px 55px 55px;
}
.wizard-content .form-reservation .content h2 {
  display: none;
}
.wizard-content .form-reservation .content .inner h3 {
  font-size: 22px;
  color: #333;
  font-weight: 700;
  margin: 0;
  padding-bottom: 18px;
  padding-top: 5px;
}
.wizard-content .form-reservation .content .form-total-p-1 .inner h3 {
  padding-bottom: 13px;
  padding-top: 0;
}
.wizard-content .form-reservation .content #form-total-p-3 .inner h3 {
  padding-bottom: 5px;
}
.wizard-content .form-reservation .content .inner h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0;
}
.wizard-content .inner .form-row {
  display: flex;
  margin: 0 -12px;
  position: relative;
}
.wizard-content .form-row.form-row-date.form-row-date-1 {
  margin-top: 50px;
  margin-bottom: -18px;
}
.wizard-content .inner .form-row .form-holder {
  width: 50%;
  padding: 0 12px;
  margin-bottom: 15px;
  position: relative;
}
.wizard-content .inner .form-row .form-holder.form-holder-1 {
  width: 84.1%;
}
.wizard-content .inner .form-row .form-holder.form-holder-2 {
  width: 100%;
  position: relative;
}
.wizard-content .inner .form-row .form-row-inner {
  position: relative;
}
.wizard-content .inner .form-row .form-holder .label {
  position: absolute;
  top: -3px;
  left: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  transform-origin: 0 0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
.wizard-content .inner .form-row .form-holder .border {
  position: absolute;
  bottom: 31px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #6bc734;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform-origin: 0 0;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
}
.wizard-content .inner .form-row #radio {
  color: #666;
  font-weight: 400;
  font-size: 16px;
  margin: 8px 12px;
}
.wizard-content .inner .form-row #checkbox {
  margin: 10px 0 28px 11px;
  font-size: 15px;
  color: #666;
  font-weight: 400;
}
.wizard-content .inner .form-row .form-holder label.special-label {
  /* display: inline-block; */
  float: left;
  margin-top: 25px;
  padding-right: 20px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
}
.form-control {
  font-size: 18px;
}
.wizard-content .inner .form-row .form-holder label.pay-1-label,
.wizard-content .inner .form-row .form-holder label.pay-2-label {
  width: 190px;
  height: 95px;
  border: 1px solid #e5e5e5;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-right: 15px;
  text-align: center;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.wizard-content .inner .form-row .form-holder label.pay-1-label img,
.wizard-content .inner .form-row .form-holder label.pay-2-label img {
  padding-top: 15px;
  padding-bottom: 8px;
}
.wizard-content .inner .form-row.form-row-date .form-holder select {
  float: left;
  width: 19%;
  margin-right: 20px;
}
.wizard-content .inner .form-row .form-holder input,
.wizard-content .inner .form-row .form-holder select {
  width: 100%;
  padding: 13px 10px 8px;
  border: none;
  border-bottom: 2px solid #e5e5e5;
  appearance: unset;
  -moz-appearance: unset;
  -webkit-appearance: unset;
  -o-appearance: unset;
  -ms-appearance: unset;
  outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  -o-outline: none;
  -ms-outline: none;
  font-family: roboto, sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.wizard-content .inner .form-row .form-holder input {
  font-size: 18px;
  color: #333;
  font-weight: 700;
}
.wizard-content .inner .form-row .form-holder input#pay-1,
.wizard-content .inner .form-row .form-holder input#pay-2 {
  display: none;
}
.wizard-content .inner .form-row .form-holder select {
  font-size: 19px;
  color: #666;
  background: #fff url(../images/wizard_icon.png) no-repeat scroll;
  background-position: right 0 center;
  z-index: 1;
  cursor: pointer;
  position: relative;
}
.wizard-content .inner .form-row .form-holder select:focus {
  border-bottom: 2px solid #24c1e8;
}
.wizard-content .inner .form-row .form-holder .form-control:focus,
.wizard-content .inner .form-row .form-holder .form-control:valid {
  border-bottom: 2px solid #24c1e8;
  margin-top: 1px;
}
.wizard-content .inner .form-row .form-holder .form-control:focus + .label,
.wizard-content .inner .form-row .form-holder .form-control:valid + .label {
  transform: translateY(-2px) scale(1);
  -o-transform: translateY(-2px) scale(1);
  -ms-transform: translateY(-2px) scale(1);
  -moz-transform: translateY(-2px) scale(1);
  -webkit-transform: translateY(-2px) scale(1);
  color: #24c1e8;
}
.wizard-content .inner .form-row .form-holder .form-control:focus + .border,
.wizard-content .inner .form-row .form-holder .form-control:valid + .border {
  transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.wizard-content .inner .form-row .form-holder input#pay-1:checked + label,
.wizard-content .inner .form-row .form-holder input#pay-2:checked + label {
  border: none;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}
.wizard-content .inner .form-row.table-responsive {
  border: none;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 27px 0 -25px;
}
.wizard-content .inner .table-responsive .table {
  width: 100%;
}
.wizard-content .inner .table-responsive tbody {
  text-align: left;
}
.wizard-content .inner .table-responsive tr.space-row > td,
.wizard-content .inner .table-responsive tr.space-row > th {
  padding: 17px 20px 14px;
  border-top: 1px solid #e5e5e5;
}
.wizard-content .inner .table-responsive tr.space-row:last-child > td,
.wizard-content .inner .table-responsive tr.space-row:last-child > th {
  border-bottom: none;
}
.wizard-content .inner .table-responsive tbody th {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  width: 30%;
}
.wizard-content .inner .table-responsive tbody td {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}
#artist-select,
#artist-select option {
  font-size: 18px;
}
.actions ul {
  list-style: none;
  padding-left: 0;
  padding: 0 20px;
  margin: 30px 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.actions ul li.disabled {
  opacity: 0;
}
.actions ul li {
  padding: 0;
  border: none;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-flex;
  height: 45px;
  width: 140px;
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  background: #24c1e8;
  font-family: roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.actions ul li:hover {
  background: #1d97b5;
}
.actions ul li:first-child {
  background: #999;
  margin-left: 60.9%;
}
.actions ul li:first-child:hover {
  background: #666;
}
.actions ul li a {
  color: #fff;
  text-decoration: none;
  padding: 13px 34px;
}
.actions ul li:last-child {
  background-color: #6bc734;
}
@media screen and (max-width: 1199px) {
  .wizard-content {
    margin: 180px 20px;
  }
}
@media screen and (max-width: 991px) {
  .wizard-content .form-reservation .steps ul {
    padding-left: 0;
    justify-content: space-around;
    -o-justify-content: space-around;
    -ms-justify-content: space-around;
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .wizard-content .form-reservation .steps li a .title {
    text-align: center;
  }
  .wizard-content .form-reservation .steps li a .title .step-icon,
  .wizard-content .form-reservation .steps li a .title .step-icon {
    margin: 0 auto;
  }
  .wizard-content .form-reservation .steps li a .title .step-icon::before,
  .wizard-content
    .form-reservation
    .steps
    li:last-child
    a
    .title
    .step-icon::after {
    content: none;
  }
  .actions ul li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .wizard-content .inner .form-row.form-row-date .form-holder select {
    width: 17.5%;
    margin-right: 20px;
  }
  .wizard-content .inner .form-row .form-holder label.pay-1-label,
  .wizard-content .inner .form-row .form-holder label.pay-2-label {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .wizard-content {
    width: 90%;
  }
  .wizard-form .wizard-header {
    padding: 40px 20px 20px;
  }
  .wizard-content .inner .form-row {
    flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    margin: 0;
  }
  .wizard-content .inner .form-row .form-holder {
    width: 100%;
  }
  .wizard-content .inner .form-row .form-holder.form-holder-1 {
    width: 100%;
  }
  .wizard-content .inner .form-row .form-holder {
    padding: 0;
  }
  .wizard-content .inner .form-row .form-holder label.special-label {
    float: none;
  }
  .wizard-content .inner .form-row.form-row-date .form-holder select {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    display: block;
  }
  .wizard-content .form-reservation .steps li a .title .step-icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .wizard-content .form-reservation .steps li a .step-text {
    font-size: 12px;
  }
  .wizard-content .form-reservation .content {
    padding: 35px 30px 60px;
  }
  .wizard-content .inner .form-row #radio {
    margin-left: -2px;
  }
  .wizard-content .inner .form-row #checkbox {
    margin-left: 0;
  }
  .actions ul li {
    width: 120px;
  }
  .actions ul li a {
    padding: 15px 24px;
  }
}

/* Search page */
.card-img-top {
  border-radius: 10px;
}

.pagination {
  justify-content: center;
}

.filter-section {
  position: sticky;
  top: 60px;
  z-index: 2;
  background-color: white;
  padding-top: 20px;
  height: calc(100vh - 40px);
  overflow-y: auto;
}

.content-section .searchinput {
  border-radius: 10px;
  max-width: 400px;
}
.content-section .sort {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 1rem;
}
.content-section #sortBy {
  width: 200px;
}

.content-section .hder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-section .form-check input {
  margin-right: 10px;
}
.filter-section h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
.filter-section label {
  font-size: 18px;
}
.filter-section input[type="checkbox"] {
  font-size: 16px;
}
.filter-section .badge.active {
  background-color: var(--secondary-color);
}
.btn-group button.active {
  background-color: var(--secondary-color);
}

/* Profil */
.profil-content .user-banner {
  width: 100%;
}
.profil-content .user-banner {
  width: 100%;
  height: 260px;
}
.photo-details {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: -30px;
}
.photo-details .photo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.profile-image {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border: 5px solid #fff;
  border-radius: 10px;
}

@media screen and (max-width: 530px) {
  .photo-details {
    display: grid;
    grid-template-columns: auto;
  }
  .details {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 2px;
  }

  .details .btn {
    font-size: small;
    padding: 8px;
  }
  .details .btn {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.info-tab {
  display: flex;
  align-items: center;
  justify-content: start;
}
.tabs-section {
  margin-top: 10px;
}
.nav-tabs .nav-link.active {
  color: #007bff;
}
.nav-tabs .nav-link {
  color: #1e1e1f;
}
.nav-tabs {
  gap: 20px;
  margin-bottom: 1rem;
}

.profile-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.profile-info .card {
  flex: 1 1 calc(33% - 20px);
  min-width: 200px;
}

.domaines-card {
  text-align: center;
}

.domaines-card img {
  width: 100%;
  height: auto;
}

.domaines-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.hide {
  display: none !important;
}
.actions-btn {
  z-index: 9;
}
@media screen and (max-width: 480px) {
  .actions-btn {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: 1px;
  }
  .actions-btn button {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media screen and (min-width: 480.1px) {
  .actions-btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1px;
  }
  .actions-btn button {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media screen and (min-width: 768.1px) {
  .actions-btn {
    top: 350px;
  }
}

@media screen and (max-width: 768px) {
  .sortBy {
    display: none;
  }
}

.mejs__container {
  width: 100% !important;
}

.artist-section {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  transition: right 0.5s ease;
  z-index: 999;
  overflow-y: scroll;
}

.artist-section.show {
  right: 0;
}

#toggleArtists {
  z-index: 9;
  cursor: default;
}
.swiper {
  width: 330px;
  height: 400px;
  position: absolute;
  top: -400px;
  right: 2px;
  background: linear-gradient(270deg, #a0d8ff, #74b8e2, #4db3ff, #82c1e7);

  color: #111;
  background-size: 800% 800%;
  border: 1px solid darkgray;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  animation: gradient-animation 10s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.swiper .swiper-slide {
  padding: 5px;
}

.swiper .swiper-slide .slide_content {
  display: flex;
  height: 70%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}

.swiper .swiper-slide .slide_content img {
  width: 60%;
  margin-top: 5px;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .swiper-visible .swiper {
    width: 300px;
    height: 280px;
    top: -280px;
  }
  .swiper .swiper-slide .slide_content img {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .swiper-visible .swiper {
    width: 300px;
    height: 200px;
    top: -200px;
  }
}
@media screen and (max-width: 685px) {
  .swiper-visible .swiper {
    width: 200px;
    height: 150px;
    top: -150px;
    font-size: 13px;
  }
  .swiper-visible .swiper .swiper-slide .slide_content img {
    width: 40%;
    margin-top: 10px;
  }
  .swiper-visible .swiper .swiper-slide .days {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .searchForm {
    max-width: 60%;
    margin-left: 0;
    justify-content: left;
  }
}

@media screen and (max-width: 500px) {
  .swiper-visible .swiper {
    width: 180px;
    height: 125px;
    top: -125px;
  }
}
@media screen and (max-width: 449.1px) {
  .swiper-visible .swiper {
    width: 180px;
    height: 165px;
    top: -165px;
  }
}
@media screen and (max-width: 421px) {
  .swiper-visible .swiper {
    width: 180px;
    height: 165px;
    top: -165px;
  }
}

/* Chargement pour la recherche */
.lds-roller {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border: 1px solid transparent;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--main-color);
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
