/*=====================****===================== */
/* browser prefix adding  */
/*=====================****===================== */
/*=====================****===================== */
/*Keyframes mixin with vendor prefix*/
/*=====================****===================== */
/*=====================****===================== */
/*=====================****===================== */
/*=====================****===================== */
/*Retina ready image */
/*=====================****===================== */
/*=====================****===================== */
/* Arrow with border */
/*=====================****===================== */
/*=====================****===================== */
/*Creating box */
/* ===== Usage ===== */
/*=====================****===================== */
/*=====================****===================== */
/*backgorund size cover*/
/* ===== Usage ===== */
/*=====================****===================== */
/*=====================****===================== */
/*Hover effect for no-touch device only. (touch screen device dont have any hover state)*/
/*=====================****===================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Basic typography style for copy text
 */
body {
  color: #555555;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Circular Std", sans-serif;
  background: #fffef7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0d142f;
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Quicksand", sans-serif;
}

h1 {
  font-size: calc(1.5625rem + 3.75vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 4.375rem;
  }
}

h2 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2.25rem;
  }
}

h4 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.875rem;
  }
}

h5 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1.125rem;
}

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

a {
  color: #555555;
  text-decoration: none;
}
@media not all and (pointer: coarse) {
  a:hover {
    color: #f0284a;
  }
}

p {
  line-height: 1.7;
}

/*===== keyframes for banner img ====*/
@-webkit-keyframes santa-ride {
  0% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(20%);
  }
}
@-moz-keyframes santa-ride {
  0% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(20%);
  }
}
@-ms-keyframes santa-ride {
  0% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(20%);
  }
}
@-o-keyframes santa-ride {
  0% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(20%);
  }
}
@keyframes santa-ride {
  0% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(20%);
  }
}
@keyframes run_animation {
  0% {
    left: -10%;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  75% {
    opacity: 1;
    left: 75%;
  }
  80% {
    left: 85%;
    opacity: 0.5;
  }
  90% {
    left: 95%;
    opacity: 0.4;
  }
  100% {
    right: -20%;
    opacity: 0;
    left: auto;
  }
}
@keyframes angle-move {
  0%, 100% {
    transform: translateY(0) rotate(-6deg);
  }
  50% {
    transform: translateY(-15px) rotate(5deg);
  }
}
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/*=-=-=-=-=-=====> utility classes start here <======= -=-=-=-=-=-=-=*/
.color--theme-color {
  color: #f0284a;
}

.padding--top {
  padding-top: 70px;
}
@media (min-width: 992px) {
  .padding--top {
    padding-top: 100px;
  }
}

.padding--bottom {
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .padding--bottom {
    padding-bottom: 100px;
  }
}

/*=-=-=-=-=-=====> utility classes end here <======= -=-=-=-=-=-=-=*/
/* @@@@@@@@@@@@@  Extend Property CSS start here  @@@@@@@@@@@@@@ */
.countdown__item, .countdown {
  display: flex;
  flex-wrap: wrap;
}

.tricket__item--price, .default-btn, footer, .navbar-toggler--icon {
  position: relative;
}

footer .footer-shape, .navbar-toggler--icon:after, .navbar-toggler--icon:before {
  position: absolute;
  content: "";
}

.preloader, .default-btn, footer, .banner-section {
  overflow: hidden;
}

.countdown__item--number, .countdown__item--text, .navbar-toggler--icon:after, .navbar-toggler--icon:before {
  width: 100%;
}

.accordion .accordion-item .accordion-header .accordion-button, .countdown__item--number, .footer__bottom p a, h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.tricket__item--price img {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.default-btn, .footer__about--desc .social-media a, .navbar-toggler--icon {
  display: inline-block;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.footer__about--desc .social-media a {
  text-align: center;
}

ul li {
  list-style: none;
}

/* @@@@@@@@@@@@@  Extend Property Margin 10 - 30 CSS Writing Now  @@@@@@@@@@@@@@ */
ul {
  margin: 0;
}

.countdown__item--text, .footer__bottom p {
  margin-bottom: 0;
}

.navbar-toggler {
  margin-bottom: 10px;
}

.footer__about--title {
  margin-bottom: 15px;
}

.countdown {
  margin-bottom: 30px;
}

.footer__about--desc .social-media a {
  margin-right: 10px;
}

.accordion .accordion-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* @@@@@@@@@@@@@  Extend Property padding 10 - 30 CSS Writing Now  @@@@@@@@@@@@@@ */
.navbar-toggler, ul {
  padding: 0;
}

.about__content ul li, .footer__about--desc ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer__bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header {
  background-color: #f0284a;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .header--positioned {
    position: absolute;
    background-color: transparent;
    width: 100%;
    top: 0;
    transition: all 0.3s ease;
    z-index: 9999;
  }
}
@media (min-width: 992px) {
  .header.header_bg {
    position: sticky;
    background: #2e746c !important;
  }
  .header.header_bg .nav-link--active, .header.header_bg .nav-link:hover {
    color: #fff;
  }
  .header.header_bg .navbar--bottom-line {
    border: none;
  }
}

@media (min-width: 992px) {
  .navbar--bottom-line {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.nav-link {
  color: #fff;
  padding: 10px 25px !important;
}
.nav-link--active, .nav-link:hover, .nav-link:active, .nav-link:checked, .nav-link:focus, .nav-link.active {
  color: #fff;
  text-decoration: line-through;
}
@media (min-width: 992px) {
  .nav-link--active, .nav-link:hover, .nav-link:active, .nav-link:checked, .nav-link:focus, .nav-link.active {
    color: #f0284a;
  }
}

.navbar-toggler:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.navbar-toggler--icon {
  background-color: #fff;
  height: 2px;
  width: 27px;
  -webkit-transform: rotate(45deg) translateY(-5px);
  -moz-transform: rotate(45deg) translateY(-5px);
  -ms-transform: rotate(45deg) translateY(-5px);
  -o-transform: rotate(45deg) translateY(-5px);
  transform: rotate(45deg) translateY(-5px);
}
.navbar-toggler--icon:after, .navbar-toggler--icon:before {
  background-color: #fff;
  height: 2px;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.navbar-toggler--icon:after {
  bottom: 7px;
  left: 0;
  -webkit-transform: rotate(-90deg) translateX(-6px);
  -moz-transform: rotate(-90deg) translateX(-6px);
  -ms-transform: rotate(-90deg) translateX(-6px);
  -o-transform: rotate(-90deg) translateX(-6px);
  transform: rotate(-90deg) translateX(-6px);
}
.navbar-toggler--icon:before {
  top: 7px;
  left: 0;
  opacity: 0;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.navbar-toggler.collapsed .navbar-toggler--icon {
  transform: none;
}
.navbar-toggler.collapsed .navbar-toggler--icon:after {
  transform: none;
}
.navbar-toggler.collapsed .navbar-toggler--icon:before {
  opacity: 1;
  transform: none;
}

.banner-section {
  background: url(../../assets/images/banner/banner-bg.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (min-width: 768px) {
  .banner-section {
    padding-top: 280px;
    padding-bottom: 170px;
  }
}

.banner__content p {
  color: #fff;
  line-height: 2.25;
}
@media (min-width: 992px) {
  .banner__content p {
    max-width: 80%;
    margin: 0 auto;
  }
}

footer .footer-shape {
  animation: run_animation 10s linear infinite;
  top: 10px;
  left: 0;
}
@media (max-width: 991px) {
  footer .footer-shape {
    display: none;
  }
}

.footer {
  background: url(../../assets/images/footer/02.png) no-repeat;
  background-position: 10% 100%;
}
@media (min-width: 768px) {
  .footer {
    background-position: left bottom;
  }
}
.footer__top {
  padding-bottom: 120px;
}
.footer__about--title h5 {
  color: #2e746c !important;
}
.footer__about--desc p {
  max-width: 90%;
  line-height: 1.7;
}
.footer__about--desc .social-media a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  color: #fff;
  background: #2e746c !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__about--desc .social-media a:hover {
  background: #f0284a !important;
}
@media (min-width: 992px) {
  .footer__about--desc ul {
    max-width: 75%;
  }
}
.footer__about--desc ul li {
  line-height: 1.6;
}
.footer__bottom p {
  transform: translateY(10px);
}
.footer__bottom p a {
  color: #f0284a;
}

.default-btn {
  text-decoration: none;
  color: #fff;
  padding: 0 2rem;
  line-height: 46px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 1rem;
  transform-origin: right;
  transition: all 0.3s ease;
  background: #f0284a;
  font-weight: bold;
}
@media (min-width: 768px) {
  .default-btn {
    padding: 0 3rem;
    line-height: 60px;
  }
}
.default-btn span {
  position: inherit;
  z-index: 1;
}
.default-btn.move-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: transform 0.5s;
  transform-origin: right;
  transform: scaleX(0);
  z-index: 0;
}
.default-btn.move-right:hover:before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.5s;
}
.default-btn.move-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0284a;
  transition: transform 0.5s;
  transform-origin: left;
  transform: scaleX(0);
  z-index: 0;
}
.default-btn.move-left:hover:before {
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.5s;
}
.default-btn.move-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0284a;
  transition: transform 0.5s;
  transform-origin: bottom;
  transform: scaleY(0);
  z-index: 0;
}
.default-btn.move-bottom:hover:before {
  transform: scaleY(1);
  transform-origin: top;
  transition: transform 0.5s;
}
.default-btn.move-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0284a;
  transition: transform 0.5s;
  transform-origin: top;
  transform: scaleY(0);
  z-index: 0;
}
.default-btn.move-top:hover:before {
  transform: scaleY(1);
  transform-origin: bottom;
  transition: transform 0.5s;
}
.default-btn:hover {
  color: #f0284a;
}
.default-btn.bg-white {
  background: #fff;
  color: #f0284a;
}
.default-btn.bg-white::before {
  background: #f0284a;
}
.default-btn.bg-white:hover {
  color: #fff;
}
.default-btn.bg-primary {
  background: #2e746c !important;
  color: #fff;
}
.default-btn.bg-primary::before {
  background: #f0284a;
}
.default-btn.bg-primary:hover {
  color: #fff;
}
.default-btn.border-btn {
  border: 2px solid transparent;
  background: transparent;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: #f0284a;
}
.preloader .preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader .preloader-inner .preloader-icon {
  width: 72px;
  height: 72px;
  display: inline-block;
  padding: 0px;
}
.preloader .preloader-inner .preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #fff;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}
.preloader .preloader-inner .preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes price-ani {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0.1;
  }
}
@media (min-width: 576px) {
  .about__thumb img {
    animation: angle-move 7s infinite;
  }
}
@media (min-width: 992px) {
  .about__content p {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .about__content ul {
    max-width: 50%;
  }
}
.countdown {
  justify-content: center;
  column-gap: 20px;
  row-gap: 15px;
}
.countdown__item {
  list-style: none;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #f0284a;
  justify-content: center;
  align-content: center;
}
.countdown__item--number, .countdown__item--text {
  color: #fff;
}
.countdown__item--number {
  color: #fff;
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .countdown__item--number {
    font-size: 2.25rem;
  }
}
.tricket__item {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tricket__item--price {
  padding: 50px 0;
}
.tricket__item--price img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tricket__item--price img.image-2 {
  display: none;
}
.tricket__item--price h3 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #2e746c !important;
}
.tricket__item--fasality ul li {
  padding: 10px 0;
}
.tricket__item--register .default-btn {
  border-color: #2e746c !important;
  color: #2e746c !important;
  line-height: 46px;
}

.tricket__item:hover {
  transform: translateY(-5px);
}
.tricket__item:hover .tricket__item--price .image-1 {
  display: none;
}
.tricket__item:hover .tricket__item--price h3 {
  color: #f0284a !important;
}
.tricket__item:hover .tricket__item--price .image-2 {
  display: block;
}
.tricket__item:hover .tricket__item--register .default-btn {
  border-color: #f0284a !important;
  color: #fff !important;
}
.tricket__item:hover .tricket__item--register .default-btn:before {
  transform: scaleX(1);
  background: #f0284a;
  transform-origin: left;
}

.accordion .accordion-item {
  border: none;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.accordion .accordion-item .accordion-header .accordion-button {
  color: #f0284a;
  box-shadow: none;
  background: #fff;
  border-bottom: 1px solid #ededed;
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: #0d142f;
  border-bottom: none;
}

@media (min-width: 576px) {
  .faq__thumb img {
    animation: angle-move 7s infinite;
  }
}

@media (min-width: 576px) {
  .testimonial__thumb img {
    animation: angle-move 7s infinite;
  }
}
.testimonial__content--item p {
  line-height: 1.6;
}
@media (min-width: 992px) {
  .testimonial__content--item p {
    max-width: 93%;
    line-height: 1.9;
  }
}
.testimonial__content--item .rating i, .testimonial__content--item .rating svg {
  color: #e9ba17;
}

.event-section {
  background: url(../../assets/images/event/event-bg.jpg);
}
@media (max-width: 991px) {
  .event-section {
    background-size: cover;
  }
}

.event-tricket {
  background: url(../../assets/images/event/event-bg2.jpg);
}
@media (max-width: 991px) {
  .event-tricket {
    background-size: cover;
  }
}

.sponsor-section {
  background: url(../../assets/images/sponsor/sponsor-bg.jpg);
}
@media (max-width: 991px) {
  .sponsor-section {
    background-size: cover;
  }
}

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