@import url('https://fonts.googleapis.com/css2?family=Inclusive+Sans:ital,wght@0,300..700;1,300..700&display=swap');

:root {

  /* Colors */

  --theme-color: #000;
  --theme-color-second: #717e90;
  --theme-color-third: #354169;
  --theme-color-fourth: #fff;

  /* Fonts */

  --heading-font: "Heading Now", sans-serif;
  --paragraph-font: "Inclusive Sans", sans-serif;
  --span-font: "Inclusive Sans", sans-serif;

  /* Shadows */

  --shadow-small: 0 1px 3px rgba(0, 0, 0, 0.1);
  --shadow-base: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-large: 0 10px 20px rgba(0, 0, 0, 0.2);

}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;

}

body {
  margin: 0;
  padding: 0;
  outline: none;
  font-size: 17px;
  color: #1e1e1e;
  background-color: #fff;
  overflow-x: hidden;
  font-family: var(--paragraph-font);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  color: #0055f1;
  text-decoration: none;
  transition: color 0.3s ease;

}

a:hover {
  text-decoration: none;
  transition: color 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-family: var(--heading-font);
}

h1 {
  font-size: 100px;
}

h2 {
  font-size: 35px;
  color: var(--theme-color-fourth);
}

.span-font {
  font-family: var(--span-font);
}

p {
  margin: 0;
  line-height: 27px;
  margin-bottom: 15px;
  font-size: 16px;
}

ul li {
  margin-bottom: 0px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}



ul {
  list-style: none;
  padding: 0;
}




.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.gap {
  margin-bottom: 30px;
}

section {
  padding: 60px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

input {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
}

textarea {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
}

select {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
  color: #c1c0bd;
}



.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 0;
  width: 50px;
  height: 50px;
  background: var(--theme-color-third);
  border-radius: 0;
  text-align: center;
  border: 2px solid var(--theme-color-fourth);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
  z-index: 9999;
}

.m-backtotop.active {
  bottom: 0;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
  z-index: 999;
}

.m-backtotop>div.text {
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
  z-index: 1111;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 0px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/* Progress bar styles */
.m-backtotop .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--theme-color);
  transition: height 0.2s ease-in-out;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.gap-p p {
  margin-bottom: 0px;
}


/* ---------------------- */


/* ---------------------- */
.small {
  display: none;
}

.header_menu .navbar {
  flex-direction: column;
}

a.navbar-brand img {
  width: 160px;
}

a.navbar-brand {
  width: 100%;
  color: #717e90 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

a.navbar-brand h1 {
  margin-bottom: 0px;
}

.header_menu {
  background: var(--theme-color);
}


.header_menu li a:hover {
  color: var(--theme-color-second);
}

.hd_info {
  display: flex;
  align-items: center;
  gap: 10px;

  flex-wrap: wrap;
}

a.comon-btn {
  background: var(--theme-color-second);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 12px 6px;
  border-radius: 5px;
  width: 14rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

a.comon-btn:hover {
  background: var(--theme-color-second);
  color: #fff;
}

a.btn-white {
  background: #fff;
  color: #1e1e1e;
}

.header_menu li a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 29px 19px 10px;
  display: inline-block;
  font-weight: 500;
}

.navbar li:hover a {
  color: var(--theme-color-second);
}

.navbar li:hover .dropdown-menu {
  transition: .3s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar li .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
  }

  .navbar li:hover a {
    color: var(--theme-color-second);
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }

  .navbar li:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

ul.dropdown-menu.fade-up li a:hover {
  color: #fff !important;
  background: var(--theme-color-second);
}

#main_header ul.dropdown-menu.fade-up li:last-child {
  border-bottom: 0px;
}

#main_header ul.dropdown-menu.fade-up li {
  border-bottom: 1px solid #c1c0bd;
  margin: 0 0 0 0;
}

ul.dropdown-menu.fade-up li a {
  color: #000 !important;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 11px 12px;
}

ul.dropdown-menu.fade-up {
  border: none;
  background: #fff;
  padding: 0 0;
  min-width: inherit;
  width: 200px;
  border-radius: 0px;
}

.link-sm-2 i {
  top: -9px !important;
}

.link-sm-2 {
  position: relative;
}


.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%
}

.sticky-top-1.sticky {
  background: #fff !important;
  z-index: 9999;
}

/* ****************** Home Sec 1 ************** */

.home_sec1 {
  background: #000;
}

.home_sec1 h2 {
  text-transform: uppercase;
  margin-bottom: 0px;
}

.home_sec1 .artistSwiper {
  overflow: hidden;
}

.home_sec1 .artist_box {
  overflow: hidden;
  background: #000;
}

.home_sec1 .artist_img {
  height: 380px;
  overflow: hidden;
}

.home_sec1 .artist_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}

.home_sec1 .artist_box:hover .artist_img img {
  transform: scale(1.08);
}

.home_sec1 .artist_content {
  text-align: center;
  padding: 0px 8px;
}

.home_sec1 .artist_content h3 {
  color: #fff;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.3;
}

.home_sec1 .artist_content p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

/* ****************** Home Sec 2 ************** */

.home_sec2 {
  background: #717e90;
}

.home_sec2 h2 {
  text-align: center;
  font-size: 80px;
  text-transform: uppercase;
  color: #b3bacb;
  letter-spacing: -4px;
}

.home_sec2 .event_img {
  position: relative;
  overflow: hidden;
}

.home_sec2 .event_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, .5),
      transparent);
  transform: skewX(-25deg);
  transition: .8s;
  z-index: 2;
}

.home_sec2 .event_img:hover::before {
  left: 150%;
}

/* ****************** footer ************** */

.footer_sec {
  padding: 30px 0px;
  background: #b3bacb;
  color: #354165;
  text-align: center;
}

/* ****************** contact page ************** */

.contact_sec1 {
  background: #354169;
}

.contact_sec1 .heading h2 {
  color: #b3bacb;
  text-transform: uppercase;
  font-size: 80px;
  letter-spacing: -4px;
}

/*--------------------
Social Icons
--------------------*/

.contact_sec1 .social_icons {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 10px;
}

.contact_sec1 .social_icons a {
  color: var(--theme-color-second);
  font-size: 35px;
  transition: .3s;
}

.contact_sec1 .social_icons a:hover {
  color: var(--theme-color-fourth);
}

.contact_sec1 .rating_box {
  text-align: center;
  margin-top: 45px;
}

.contact_sec1 .rating_box h4 {
  color: var(--theme-color-fourth);
  font-size: 22px;
  margin-bottom: 15px;
}

.contact_sec1 .stars {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
}

.contact_sec1 .stars i {
  color: var(--theme-color-fourth);
  font-size: 22px;
  cursor: pointer;
  transition: .3s;
}

.contact_sec1 .stars i:hover {
  color: var(--theme-color-second);
}

.contact_sec1 .review_btn {
  width: 100%;
  max-width: 320px;
  background: var(--theme-color-fourth);
  color: var(--theme-color-third);
  border-radius: 20px;
  font-family: var(--paragraph-font);
  padding: 12px;
  border: none;
}

.contact_sec1 .review_btn:hover {
  background: var(--theme-color-second);
  color: var(--theme-color-fourth);
}

.contact_sec1 .rating_box p {
  display: block;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
}

/*--------------------
Form
--------------------*/

.contact_sec1 .contact_form h3 {
  color: var(--theme-color-fourth);
  font-size: 30px;
  margin-bottom: 25px;
}

.contact_sec1 .contact_form .form-control {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 4px;
  color: var(--theme-color-fourth);
  font-family: var(--paragraph-font);
  padding: 14px 16px;
}

.contact_sec1 .contact_form label {
  font-family: var(--heading-font);
  color: var(--theme-color-fourth);
  margin-bottom: 10px;
  font-size: 14px;
}

.contact_sec1 .contact_form .form-control::placeholder {
  color: rgba(255, 255, 255, .7);
}

.contact_sec1 .contact_form .form-control:focus {
  background: transparent;
  color: var(--theme-color-fourth);
  border-color: var(--theme-color-fourth);
  box-shadow: none;
}

.contact_sec1 .contact_form textarea {
  resize: none;
}

.contact_sec1 .submit_btn {
  margin-top: 70px;
  background: var(--theme-color-fourth);
  color: var(--theme-color-third);
  border-radius: 15px;
  padding: 12px;
  font-family: var(--paragraph-font);
  border: none;
  transition: .3s;
}

.contact_sec1 .submit_btn:hover {
  background: var(--theme-color-second);
  color: var(--theme-color-fourth);
}

.contact_sec1 .contact_form p {
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
}

.contact_sec1 .contact_img img {
  height: 450px;
  margin: 0px auto;
  object-fit: cover;
}




/* *********************** event page ******************* */

.event_sec1 {
  background: #354169;
  padding: 0px;
}

.event_sec1 .event_wrapper {
  /* background: var(--theme-color-third);
  padding: 40px;
  border: 2px solid rgba(255, 255, 255, .15);
  box-shadow: var(--shadow-large); */
}

.event_sec1 .event_content {
  padding: 80px 0px;
}

.event_sec1 .event_content h2 {
  font-family: var(--paragraph-font);
  color: #b3bacb;
  font-weight: bolder;
  margin-bottom: 25px;
  font-size: 70px;
  line-height: 1;
}

.event_sec1 .event_intro {
  color: rgba(255, 255, 255, .85);
  font-weight: 600;
}

.event_sec1 .event_content p {
  font-weight: 400;
  color: rgba(255, 255, 255, .75);
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 18px;
  word-spacing: 3px;
}

.event_sec1 .event_images {
  background: #b3bacb;
  padding: 60px 25px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
}

.event_sec1 .gallery_item {
  overflow: hidden;
}

.event_sec1 .gallery_item img {
  transition: .4s ease;
}

.event_sec1 .gallery_item:hover img {
  transform: scale(1.05);
}

.event_sec1 .comment_box {
  background: url("../image/text_area_bg.png") no-repeat center;
  background-size: 100% 100%;
  padding: 30px;
  width: 100%;
  display: flex;
  align-items: stretch;
}

.event_sec1 .comment_box textarea {
  width: 100%;
  min-height: 180px;

  border: none;
  outline: none;
  resize: vertical;

  background: transparent;

  font-family: var(--paragraph-font);
  font-size: 16px;
  color: var(--theme-color);

  padding: 20px;
}

.event_sec1 form h3 {
  font-family: var(--paragraph-font);
  color: #b3bacb;
  font-size: 55px;
  font-weight: 600;
}

.event_sec1 form .submit {
  background: #b3bacb;
  border: none;
  outline: none;
  width: 200px;
  padding: 14px 0px;
  border-radius: 100px;
  margin-top: 20px;
}

.eventImageSwiper {
  width: 100%;
}

.eventImageSwiper .swiper-slide {
  height: auto;
}

.event_sec1 .gallery_item {
  overflow: hidden;
}


/* ******************* Gallery Page ************** */

.gallery_sec1 {
  background: #354169;
}


.gallery_sec1 .heading h2 {
  color: #b3bacb;
  text-transform: uppercase;
  font-size: 80px;
  letter-spacing: -4px;
}

.gallery_sec1 .heading p {
  color: #b3bacb;
}