:root {
  --primary_blue: #3a6c15;
  --primary_green: #3a6c15;
}

body {
  font-family: "Poppins", sans-serif;
  --commingsoon-bg: linear-gradient(to top right, #ffffff, #fff0da);
  --eventfeatures-bg: linear-gradient(to top left, #ffffff, #fff1d9);
}

.__nav {
  z-index: 999;
}
.__nav .navbar {
  color: black;
}
.__nav .navbar:not(.hasscroll) {
  background-color: rgba(255, 255, 255, 255);
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1);
}
.__nav .navbar.bg-white {
  background-color: rgba(255, 255, 255, 255) !important;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1);
  transition: all 1000ms;
}
.__nav .navbar-light .navbar-nav .nav-link {
  color: black;
}
.__nav .navbar-light .navbar-nav .nav-link:hover,
.__nav .navbar-light .navbar-nav .nav-link.active {
  color: #56a5da;
}
.__nav .dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0px;
}

.__btn {
  color: white;
  background-color: #56a5da;
}
.__btn:hover {
  background-color: #3a6c15;
}

.__text_blue {
  color: #56a5da;
}

.__bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
}

.__banner {
  height: 100%;
}
.__banner .__success {
  pointer-events: none;
  background-color: #3a6c15;
  color: white;
  border-radius: 0 0.25rem 0.25rem 0;
}
.__banner .__text_green {
  color: #3a6c15;
}

.__headings {
  color: #3a6c15;
}

.__bg_color {
  background-color: #d7e1d0;
}

.__pos {
  position: absolute;
  top: 4%;
  left: 2%;
}

.__programme .card {
  padding: 0;
}
.__programme .card-header {
  background-color: #56a5da;
  color: white;
}

.__btn.__light {
  border: 1px solid #d4af3e;
  background-color: transparent;
  border-radius: 0;
  font-family: "Merriweather", serif;
  color: black;
}
.__btn.__light:hover {
  background-color: #3a6c15;
  color: white;
  border-color: #3a6c15;
}
.__btn.__dark {
  margin-top: 14px;
  color: white;
  font-size: 16px;
  border: 1px solid #d4af3e;
  background-color: transparent;
  border-radius: 0;
  font-family: "Source Sans Pro", sans-serif;
}
.__btn.__dark:hover {
  color: white;
  background-color: #d4af3e;
}
.__btn.__dark.__register {
  color: black;
}
.__btn.__dark.__register:hover {
  color: white;
}

.__shade {
  background-color: #121212;
}
.__shade .box-para {
  padding-right: 35px;
  padding-left: 35px;
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.__shade h2 {
  color: #d4af3e;
  font-family: "Merriweather", serif;
  margin-top: 1rem;
}
.__shade p {
  color: white;
  text-align: justify;
  font-size: 90%;
}

.__pills_register li .nav-link {
  padding: 12px 32px;
  border: 0;
  margin-right: 0;
  color: black;
  border-radius: 0;
  font-family: "Merriweather", serif;
}
.__pills_register li .nav-link:not(.active, :hover) {
  background-color: #f5d984;
}
.__pills_register li .nav-link.active,
.__pills_register li .nav-link:hover {
  background-color: #d4af3e;
}

.speakers .card {
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
}
.speakers img {
  max-height: 300px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.speakers p {
  font-size: small;
  margin: 0;
  color: white;
}
.speakers .speaker-name {
  background-color: rgb(0, 0, 0);
  width: 100%;
  padding: 10px 10px;
  box-shadow: 0px -10px 9px rgba(0, 0, 0, 0.7294117647);
}

section h1 {
  font-family: "Merriweather", serif;
}

.__pills_hotel li .nav-link {
  padding: 12px 32px;
  border: 1px solid #56a5da;
  margin-right: 0;
  color: #56a5da;
  border-radius: 0;
}
.__pills_hotel li .nav-link:not(.active, :hover) {
  background-color: transparent;
}
.__pills_hotel li .nav-link.active,
.__pills_hotel li .nav-link:hover {
  color: white;
  background-color: #56a5da;
}

.__hotel {
  position: relative;
}
.__hotel .card {
  border: 0px solid rgba(0, 0, 0, 0.1254901961);
  background-color: transparent;
}
.__hotel .card .card-header {
  line-height: 30px;
  font-weight: bold;
  padding-left: 1rem;
  font-size: 32px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  border-bottom: unset;
  background-color: unset;
}
.__hotel .card .card-header small {
  margin-left: 20px;
  text-transform: capitalize;
  font-weight: normal;
}
.__hotel .card img {
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 15rem;
  max-width: 15rem;
  width: 100%;
}
.__hotel .card a {
  text-decoration: none;
  color: black;
}
.__hotel .card a:hover {
  color: #56a5da;
}
.__hotel .card .view_more {
  position: absolute;
  color: black;
  text-decoration: none;
  background: rgba(221, 221, 221, 0.83);
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  opacity: 0.9;
  text-transform: lowercase;
}
.__hotel .card .card-body {
  padding-left: 1rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.__hotel .card .card-body p {
  font-size: 20px;
  font-weight: bold;
  line-height: 21px;
}

.__sponsors_ {
  position: relative;
}
.__sponsors_ .card {
  border: 0px solid rgba(0, 0, 0, 0.1254901961);
  box-shadow: 4px 4px 10px #adabab;
  background-color: white;
}
.__sponsors_ .card .card-header {
  background-color: #56a5da;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1.5rem 1rem;
  color: white;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.__sponsors_ .card .card-header small {
  margin-left: 20px;
  text-transform: capitalize;
  font-weight: normal;
}
.__sponsors_ .card img {
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 15rem;
  max-width: 15rem;
  width: 100%;
}
.__sponsors_ .card a {
  text-decoration: none;
  color: black;
}
.__sponsors_ .card a:hover {
  color: #56a5da;
}
.__sponsors_ .card .view_more {
  position: absolute;
  color: black;
  text-decoration: none;
  background: rgba(221, 221, 221, 0.83);
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  opacity: 0.9;
  text-transform: lowercase;
}

section.history {
  padding-bottom: 30px;
}
section.history .__history .slick-next:hover:before,
section.history .__history .slick-prev:hover:before {
  color: #56a5da;
}
section.history .__history .slick-next {
  right: 0;
}
section.history .__history .slick-prev {
  left: 0;
  z-index: 1;
}
section.history .__history .slick-dots li button:before {
  color: #3a6c15;
}
section.history .__history .card {
  overflow: hidden;
  height: 100%;
}
section.history .__history .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.history .__history .card p {
  display: none;
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  color: white;
  align-items: center;
  justify-content: center;
}
section.history .__history .card:hover p {
  background-color: rgba(0, 0, 0, 0.3843137255);
  display: block;
  display: flex;
}

.__tariff .card {
  padding: 0;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid #56a5da;
}
.__tariff .table-responsive {
  overflow-y: hidden;
}
.__tariff table {
  border-radius: 1rem;
  border: 0px solid transparent;
  margin: -2px;
  min-width: 100%;
  width: auto;
}
.__tariff table .__prime {
  background-color: #56a5da;
  color: white;
  font-weight: 500;
}
.__tariff table th {
  background-color: #56a5da;
  color: white;
}
.__tariff table th:not(:last-child) {
  border-right: 1px solid white;
}
.__tariff table th,
.__tariff table td {
  text-align: center;
}
.__tariff table tr:nth-child(odd) {
  background-color: rgba(86, 165, 218, 0.2);
}
.__tariff table tr:nth-child(odd) td.__prime {
  background-color: rgba(86, 165, 218, 0.7098039216);
}

.__image-slider .__card {
  border: 3px solid #849cb1;
  border-radius: 0;
}
.__image-slider .slider {
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.__image-slider .slide-track {
  display: flex;
  animation: scroll linear infinite;
  justify-content: space-between;
}
.__image-slider .freeze {
  animation-play-state: paused;
}
.__image-slider .slide {
  width: 280px;
  height: 280px;
  overflow: hidden;
  -o-object-fit: contain;
  object-fit: contain;
  border: 3px solid #849cb1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.__image-slider .freeze:hover .slide {
  filter: blur(3px);
}
.__image-slider .freeze .slide:hover {
  filter: none;
}
@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-2000px);
  }
}

.__sponsors input[type="radio"] {
  display: none;
}
.__sponsors .card {
  border: none;
  border-radius: 1rem;
  position: absolute;
  width: 60%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.4s ease;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.__sponsors .container {
  width: 100%;
  max-width: 800px;
  max-height: 600px;
  height: 100%;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.__sponsors .cards {
  min-height: 300px;
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}
.__sponsors img {
  border-radius: 1rem;
  padding: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.__sponsors #item-1:checked ~ .cards #song-3,
.__sponsors #item-2:checked ~ .cards #song-1,
.__sponsors #item-3:checked ~ .cards #song-2 {
  transform: translatex(-40%) scale(0.8);
  opacity: 0.4;
  z-index: 0;
}
.__sponsors #item-1:checked ~ .cards #song-2,
.__sponsors #item-2:checked ~ .cards #song-3,
.__sponsors #item-3:checked ~ .cards #song-1 {
  transform: translatex(40%) scale(0.8);
  opacity: 0.4;
  z-index: 0;
}
.__sponsors #item-1:checked ~ .cards #song-1,
.__sponsors #item-2:checked ~ .cards #song-2,
.__sponsors #item-3:checked ~ .cards #song-3 {
  transform: translatex(0) scale(1);
  opacity: 1;
  z-index: 1;
}
.__sponsors #item-1:checked ~ .cards #song-1 img,
.__sponsors #item-2:checked ~ .cards #song-2 img,
.__sponsors #item-3:checked ~ .cards #song-3 img {
  box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
}
.__sponsors .player {
  background-color: #56a5da;
  border-radius: 8px;
  min-width: 320px;
  padding: 16px 10px;
}
.__sponsors .upper-part {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.__sponsors .play-icon {
  margin-right: 10px;
}
.__sponsors .song-info {
  width: calc(100% - 32px);
  display: block;
}
.__sponsors .song-info .title {
  color: #403d40;
  font-size: 14px;
  line-height: 24px;
}
.__sponsors .sub-line {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.__sponsors .subtitle,
.__sponsors .time {
  font-size: 12px;
  line-height: 16px;
  color: #c6c5c6;
}
.__sponsors .time {
  font-size: 12px;
  line-height: 16px;
  color: #a5a5a5;
  font-weight: 500;
  margin-left: auto;
}
.__sponsors .progress-bar {
  height: 3px;
  width: 100%;
  background-color: #e9efff;
  border-radius: 2px;
  overflow: hidden;
}
.__sponsors .progress {
  display: block;
  position: relative;
  width: 60%;
  height: 100%;
  background-color: #2992dc;
  border-radius: 6px;
}
.__sponsors .info-area {
  width: 100%;
  top: 0;
  transition: transform 0.4s ease-in;
}

.__sponsor_category {
  background-color: #56a5da;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
  margin-bottom: 2rem;
}

.rez {
  list-style: none;
  padding-left: 0;
}
.rez li {
  padding-top: 22px;
  padding-left: 24px;
  padding-bottom: 5px;
}
.rez li h2 {
  padding-bottom: 4px;
  margin: 0;
  font-family: "Merriweather", serif;
}
.rez li img {
  padding-right: 4px;
}
.rez li .__blue {
  padding-bottom: 7px;
  padding-top: 8px;
  margin: 0;
  color: #1f82c5;
}

.leafz {
  width: 10%;
  height: 55px;
  float: left;
}

.programz .panel-body {
  padding: 0 0 20px !important;
}
.programz .__pills_hotel li .nav-link {
  padding: 12px 32px;
  border: 1px solid #56a5da;
  margin-right: 0;
  color: #56a5da;
  border-radius: 0;
}
.programz .__pills_hotel li .nav-link:not(.active, :hover) {
  background-color: #e1f0f9;
  color: #56a5da;
}
.programz .__pills_hotel li .nav-link.active,
.programz .__pills_hotel li .nav-link:hover {
  color: white;
  background-color: #56a5da;
}

.light {
  background-color: #e1f0f9;
  overflow: hidden;
}

.__white {
  background-color: rgba(255, 255, 255, 0.4784313725);
  overflow: hidden;
}

.nam {
  padding-left: 10px;
  width: 90%;
  float: left;
}
.nam p {
  margin: 0 !important;
}

.bootstrap-select button {
  background-color: white;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.comming_soon_div {
  height: 700px;
  width: 100%;
  background-image: var(--commingsoon-bg);
}

.comming_soon_div p {
  text-align: Center;
  font-size: 6rem;
}
@media screen and (max-width: 700px) {
  .comming_soon_div p {
    font-size: 2rem;
  }
}

.event_features {
  min-height: 100vh;
  background-image: var(--eventfeatures-bg);
  padding-bottom: 5rem;
}
.event_features .container-fluid {
  padding: 5rem;
  padding-bottom: 0rem;
}
.event_features .card-header {
  text-align: center;
}
.event_features .hor-line {
  border-left: 2px solid green;
}

.plan .head {
  font-size: 25px;
} /*# sourceMappingURL=style.css.map */
