@import url(../css/variable.min.css);

html,
body {
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: 400
}

@media (max-width: 991px) {

  html,
  body {
    font-size: 14px
  }
}

.btn-round {
  border-radius: 70px
}

header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff
}

.logo {
  max-width: 170px
}

.container {
  max-width: 1240px !important
}

.navbar {
  width: 100%
}

.navbar .navbar-collapse {
  width: 100%
}

.navbar .navbar-collapse .navbar-nav {
  width: 100%
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #2c2c2c;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #c30101
}

@media (max-width: 1200px) {
  .navbar .container-fluid {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0
  }

  .navbar .navbar-toggler {
    border: 1px solid #091a3d;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: normal;
    padding: 8px 10px
  }

  .navbar .navbar-toggler .material-icons {
    vertical-align: middle
  }

  .navbar .navbar-collapse {
    background-color: #fff;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 3px 1px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 4px 3px 1px rgba(0, 0, 0, 0.02)
  }

  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding-left: 1rem;
    padding-right: 1rem
  }
}

.heroSection {
  background: url(../img/herobg.jpg) no-repeat center center;
  background-size: cover;
  --swiper-navigation-size: 30px;
  --swiper-navigation-color: #fff
}

.heroSection .heroSwiper {
  padding: 3.125rem 0
}

.heroSection .swiper-slide .slide-cover .slide-cover-inside {
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #000000
}

.heroSection .swiper-slide .slide-cover .slide-cover-inside img {
  opacity: 0.3
}

.heroSection .swiper-slide.swiper-slide-active .slide-cover-inside img {
  opacity: 1
}

.heroSection .swiper-slide img {
  width: 100%
}

@media (min-width: 992px) {
  .heroSection .swiper-slide .slide-cover {
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
  }

  .heroSection .swiper-slide .slide-cover .slide-cover-inside {
    -webkit-transform: scale(0.62);
    transform: scale(0.62)
  }

  .heroSection .swiper-slide .slide-cover .slide-cover-inside img {
    opacity: 0.3
  }

  .heroSection .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  .heroSection .swiper-slide.swiper-slide-active .slide-cover-inside {
    -webkit-transform: scale(0.715);
    transform: scale(0.715)
  }

  .heroSection .swiper-slide.swiper-slide-active .slide-cover-inside img {
    opacity: 1
  }
}

.searchHead {
  padding-top: 2.5rem;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}

.searchHead .searchHeadInside {
  background-color: #fff;
  border-radius: 70px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.searchHead .searchHeadInside input[type="text"] {
  width: 100%;
  height: 55px;
  border: 0;
  width: 100%;
  padding-left: 1.875rem;
  padding-right: 1rem;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.searchHead .searchHeadInside .btn {
  white-space: nowrap;
  height: 37px;
  margin-right: 11px
}

.heading h2 {
  font-size: 1.875rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem
}

.eventsCards .card {
  border: 0;
  border-radius: 0;
  text-align: center;
  margin-bottom: 1rem;
  background-color: transparent
}

@media (max-width: 575px) {
  .eventsCards .card {
    min-width: 170px
  }
}

@media (min-width: 992px) {
  .eventsCards .card {
    margin-bottom: 3.5rem
  }
}

.eventsCards .card .card-wall {
  border-radius: 15px;
  overflow: hidden;
  position: relative
}

.eventsCards .card .card-wall img {
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear
}

.eventsCards .card .card-wall .musicLabel {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  color: #fff;
  border-radius: 70px;
  font-size: 14.21px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
  padding: 2px 10px;
  background: #fa8a46;
  background: linear-gradient(20deg, #fa8a46 0%, #fc004b 100%)
}


.eventsCards .card .card-title a,
.eventsCards .card .card-title a:visited,
.eventsCards .card .card-title a:active {
  font-size: 1rem;
  font-weight: 700;
  color: #212529;
  margin: 0
}

.eventsCards .card .card-title a:hover {
    color: #fc004b;
}

.eventsCards .card .card-text p {
  margin: 0;
  color: #8a8a8a;
  font-size: .875rem
}

.eventsCards .card .btn {
  border-width: 2px;
  line-height: normal
}

.eventsCards .card:hover .card-wall img {
  -webkit-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg)
}

.eventsListing hr {
  background-color: #d4d8de;
  opacity: 1;
  margin: 0
}

.eventsListing.bgGray {
  background-color: #f1f1f1
}

.eventSwiper {
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  --swiper-navigation-size: 30px;
  --swiper-navigation-color: #b12323
}

.eventSwiper .swiper-button-next,
.eventSwiper .swiper-button-prev {
  top: 30%
}

.eventsCategory.bgGray {
  background-color: #f1f1f1;
  -webkit-box-shadow: inset 0px 4px 31px 0px #eaeaea;
  box-shadow: inset 0px 4px 31px 0px #eaeaea
}

.eventsCategory .cardType2 .eventCate .ecWall {
  position: relative
}

.eventsCategory .cardType2 .eventCate .ecCaption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0.5rem
}

.eventsCategory .cardType2 .eventCate .ecCaption::after {
  content: "";
  background-color: #000;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.5;
  -webkit-filter: blur(20px);
  filter: blur(20px)
}

.eventCate {
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
  min-height: 175px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear
}

.eventCate .ecWall {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.eventCate .ecWall img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.eventCate .ecCaption {
  position: relative;
  z-index: 1
}

.eventCate .ecCaption h2 {
  font-size: 1.205rem;
  margin: 0.7rem 0;
  text-transform: uppercase
}

.eventCate .ecCaption .btn {
  border-width: 2px
}

.eventCate.redCard {
  background: #fa8a46;
  background: linear-gradient(20deg, #fa8a46 0%, #fc004b 100%)
}

.eventCate:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.bgGray {
  background-color: #dfdfdf
}

.joinForm .jfHead h2 {
  color: var(--bs-danger);
  font-size: 1.875rem;
  margin-bottom: 0.2rem
}

.joinForm .jfHead p {
  color: #aaaaaa;
  font-weight: 400;
  font-size: 1.125rem
}

.joinForm .form-control {
  border: 0;
  min-height: 50px;
  border-radius: 70px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 1.25rem
}

.caption-and-wall {
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
  min-height: 175px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff
}

.caption-and-wall .ecWall {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.caption-and-wall .ecWall img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear
}

.caption-and-wall .ecCaption {
  position: relative;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0.5rem
}

.caption-and-wall .ecCaption h2 {
  font-size: 1.205rem;
  margin: 0.7rem 0;
  text-transform: uppercase
}

.caption-and-wall .ecCaption .btn {
  border-width: 2px
}

.caption-and-wall:hover .ecWall img {
  -webkit-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg)
}

.cardType3 {
  position: relative;
  color: #fff
}

.cardType3 .ct-wall {
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.cardType3 .ct-caption {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 330px
}

.cardType3 .ct-caption h3 {
  font-size: 1.1575rem;
  text-transform: uppercase
}

.cardType3 .ct-caption p {
  color: #aaaaaa;
  font-size: 1.125rem;
  line-height: normal
}

footer {
  background-color: var(--theme-primary);
  color: #fff
}

footer .footer-logo {
  max-width: 260px
}

footer p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9375rem
}

footer h3 {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 1rem
}

footer .usefullLink {
  margin: 0;
  padding: 0
}

footer .usefullLink li {
  list-style: none
}

footer .usefullLink li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  line-height: normal;
  padding: 0.25rem 0;
  display: inline-block
}

footer .usefullLink li a:hover {
  color: #fff
}

footer .cright p {
  color: #6f6f6f;
  margin: 0;
  font-style: italic
}

footer .socail-icons a {
  display: inline-block;
  margin-right: .7rem
}

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