body {
  cursor: url("data:image/svg+xml,%3Csvg height='12' width='12' viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' fill='%23e0e0e0' r='4'/%3E%3C/svg%3E")
      3 3,
    auto;
  position: relative;
}

/* * {
    cursor: none;
} */

.cursor {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: var(--width);
  height: var(--height);
  transform: translate(
    calc(var(--x) - var(--width) / 2),
    calc(var(--y) - var(--height) / 2)
  );
  /* transition-duration: 125ms;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-property: width, height, transform; */
  transition: 150ms width cubic-bezier(0.39, 0.575, 0.565, 1),
    150ms height cubic-bezier(0.39, 0.575, 0.565, 1),
    150ms transform cubic-bezier(0.39, 0.575, 0.565, 1);
  z-index: 999;
  pointer-events: none;
  will-change: transform;
}

@media (pointer: fine) {
  .cursor {
    display: block;
  }
}

.cursor::after {
  z-index: 999;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--radius);
  border: 2px solid #bf9e55;
  opacity: var(--scale);
  -webkit-transform: scale(var(--scale));
  transform: scale(var(--scale));
  transition: 300ms opacity cubic-bezier(0.39, 0.575, 0.565, 1),
    300ms transform cubic-bezier(0.39, 0.575, 0.565, 1),
    150ms border-radius cubic-bezier(0.39, 0.575, 0.565, 1);
}

/* /// */

body {
  /*background: #000000;*/
}

.sticky {
  position: fixed;
  top: 7.688em;
  width: 100%;
}

.sticky + .contents {
  padding-top: 12.5em;
}

.our_effect_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.enquire_now_desktop {
  display: inline-block;
}

.radio_our_Effect {
  color: #e0e0e0;
  display: flex;
  margin-left: 4.833em;
  font-size: 1.125em;
  font-family: Roboto;
  letter-spacing: 0.5px;
  line-height: 1.556em;
  text-align: center;
}

.first_radio {
  margin-left: 0px;
}

.our_effect_header a {
  color: #e0e0e0;
  font-size: 1.125em;
  line-height: 1.556em;
  letter-spacing: 0.5px;
  /* margin-right: 4.833em; */
  max-width: 19.2em;
  text-align: center;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  font-family: Roboto;
  text-transform: uppercase;
}

.our_effect_header a:last-child {
  margin-right: 0px;
}

.our_effect_header a:hover {
  color: #bf9e55;
  font-size: 1.125em;
  line-height: 1.556em;
  letter-spacing: 0.5px;
  font-family: Roboto;
}

.our_effect_header a:active {
  color: #bf9e55;
  font-size: 1.125em;
  line-height: 1.556em;
  letter-spacing: 0.5px;
  font-family: Roboto;
}

/* .our_effect_header a.open {
    color: #BF9E55;
    font-size: 1.125em;
    line-height: 1.556em;
    letter-spacing: 0.5px;
    font-family: Roboto;
} */

a.nav-link.scrolls.active {
  color: #bf9e55;
  font-size: 1.125em;
  line-height: 1.556em;
  letter-spacing: 0.5px;
  font-family: Roboto;
}

.our_effect_header a:last-child:hover {
  margin-right: 0px;
}

input:checked + label {
  color: red;
}

.ourEffects-container {
  margin-top: 8em;
  margin-left: 0px;
  margin-right: 0px;
  color: white;
  overflow: auto;
}

.ourEffects-container .first_page_image {
  background: url("../images/oureffectbanner.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

.ourEffects-title {
  /* height: 39.375em; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ourEffects-title-text {
  font-size: 6.25em;
  padding-top: 2.455em;
  padding-bottom: 2.365em;
  /* line-height: 3.090em; */
  font-family: Oswald;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e0e0e0;
  color: #e0e0e0;
  text-decoration: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    to right,
    #e0e0e0,
    #e0e0e0 50%,
    transparent 50%
  );
  background-size: 200% 100%;
  -webkit-animation-name: MOVE-BG;
  -webkit-animation-duration: 7s;
  /* background-position: 100%;
    transition: all 5s cubic-bezier(0.000, 0.000, 0.230, 1); */
}
@-webkit-keyframes MOVE-BG {
  from {
    background-position: 100%;
  }
  to {
    background-position: 0%;
  }
}

/* .visible .ourEffects-title-text {
    transition: all 5s cubic-bezier(0.000, 0.000, 0.230, 0.2);
    background-position: 0%;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #E0E0E0
} */

.ourEffect_section2 {
  /* position: -webkit-sticky; /* Safari */
  /* position: sticky; */
  /* top: 7.688em; */
  background-color: #181818;
  z-index: 2;
  overflow: auto;
}

.our_effect_header {
  padding-top: 0.938em;
  padding-bottom: 0.938em;
  padding-left: 6.188em;
  padding-right: 6.125em;
}

.ourEffect_abt_swiper {
  max-width: 95%;
  width: 100%;
  margin-bottom: 2em;
  margin-left: 0px;
}

.traditional_txt {
  font-size: 3.125em;
  font-family: Oswald;
  letter-spacing: 0.5px;
  line-height: 1.5em;
  margin-top: 3.44em;
  /* width: max-content; */
  color: #bf9e55;
}

.traditional_descr {
  font-size: 1.25em;
  font-family: Roboto;
  letter-spacing: 0.4px;
  line-height: 1.5em;
  margin-top: 1.1em;
  color: #e0e0e0;
  width: 100%;
  max-width: 66%;
}

.oureffect_page_loadmore {
  position: relative;
  top: 0;
  left: 0;
  color: #ffffff;
  margin-top: 1.875em;
}

.enquire_now_mobile {
  display: none;
}

.our_effect_trad_slider {
  position: relative;
  margin-top: 2.75em;
}

.our_effect_close_proxi_slider {
  position: relative;
  margin-top: 2.75em;
  width: 97%;
}

.our_effect_co2fx_slider {
  position: relative;
  margin-top: 2.75em;
  width: 95%;
}

.our_effect_streamfx_slider {
  position: relative;
  margin-top: 2.75em;
  width: 97%;
}

.our_effect_smokefx_slider {
  position: relative;
  margin-top: 2.75em;
  width: 97%;
}

.somke_bubble_descr {
  font-size: 1.25em;
  font-family: Roboto;
  letter-spacing: 0.4px;
  line-height: 1.5em;
  margin-top: 1.1em;
  color: #e0e0e0;
  width: 100%;
  max-width: 81.37%;
}

.our_effect_confettifx_slider {
  position: relative;
  margin-top: 2.75em;
  width: 82%;
}

.our_effect_flamefx_slider {
  position: relative;
  margin-top: 2.75em;
  width: 97%;
  margin-left: 4.438em;
}

.our_effect_sparkfx_slider {
  position: relative;
  margin-top: 2.75em;
  width: 96%;
}

.our_effect_gerbs_slider {
  position: relative;
  margin-top: 2.75em;
  width: 95%;
}

.pyrotechnics_txt {
  color: #1c180d;
  font-size: 12.313em;
  letter-spacing: 0.4px;
  line-height: 1.503em;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  font-family: oswald;
  left: 0px;
}

.pyrotechnics_txt_second_row {
  color: #1c180d;
  font-size: 12.313em;
  letter-spacing: 0.4px;
  line-height: 1.503em;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  right: 0;
  font-family: Oswald;
}

.co2fx_dec_container {
  margin-top: 21.25em;
  margin-left: 9.656em;
}

.co2fx_txt {
  color: #1c180d;
  font-size: 12.313em;
  letter-spacing: 0.4px;
  line-height: 1.503em;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  font-family: Oswald;
  left: 0.711em;
  margin-top: 0.812em;
}

.streamerfx_txt_second_row {
  color: #1c180d;
  font-size: 12.313em;
  letter-spacing: 0.4px;
  line-height: 1.503em;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  font-family: Oswald;
  right: 0;
}

.somkefx_txt {
  color: #1c180d;
  font-size: 12.313em;
  letter-spacing: 0.4px;
  line-height: 1.503em;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  font-family: Oswald;
  left: 0px;
}

.confetti_txt {
  color: #1c180d;
  font-size: 12.313em;
  letter-spacing: 0.4px;
  line-height: 1.503em;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  right: 0;
  font-family: Oswald;
  margin-top: 0.843em;
}

.confetti_txt_des_title {
  font-size: 3.125em;
  font-family: Oswald;
  letter-spacing: 0.5px;
  line-height: 1.5em;
  margin-top: 6.78em;
  width: max-content;
  color: #bf9e55;
}

.flamefx_txt {
  color: #1c180d;
  font-size: 12.313em;
  letter-spacing: 0.4px;
  line-height: 1.503em;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  font-family: Oswald;
  right: 0.345em;
}

.flame_descr {
  font-size: 1.25em;
  font-family: Roboto;
  letter-spacing: 0.4px;
  line-height: 1.5em;
  margin-top: 1.1em;
  color: #e0e0e0;
  width: 100%;
  max-width: 81.37%;
}

.sparkfx_txt {
  color: #1c180d;
  font-size: 12.313em;
  letter-spacing: 0.4px;
  line-height: 1.503em;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  right: 0.345em;
  font-family: Oswald;
}

.gerbs_txt {
  color: #1c180d;
  font-size: 12.313em;
  letter-spacing: 0.4px;
  line-height: 1.503em;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  font-family: Oswald;
  left: 0.711em;
  margin-top: 0.782em;
}

.grebs_desc_container {
  margin-left: 9.656em;
}

.gerbs_decr_title {
  font-size: 3.125em;
  font-family: Oswald;
  letter-spacing: 0.5px;
  line-height: 1.5em;
  margin-top: 6.48em;
  width: max-content;
  color: #bf9e55;
}

.ourEffect_section3 {
  margin-top: 1.625em;
}

.ourEffect_section12 {
  margin-top: 1.625em;
  margin-top: 5.625em;
  margin-bottom: 6.938em;
}

.ourEffect_section4 {
  margin-top: 0px;
}

.second_oureffects_row {
  flex-direction: row-reverse;
}

.row_second_margin_left {
  margin-left: 4.438em;
}

.closed_promixity_descr {
  font-size: 1.25em;
  font-family: Roboto;
  letter-spacing: 0.4px;
  line-height: 1.5em;
  margin-top: 1.1em;
  color: #e0e0e0;
  width: 100%;
  max-width: 90.7%;
}

.our_displays_txt {
  font-family: Oswald;
  font-size: 3.125em;
  letter-spacing: 0.5px;
  line-height: 1.4em;
  color: #e0e0e0;
  margin-top: 1.76em;
  margin-left: 1.94em;
  width: 100%;
  max-width: 78.5%;
  text-transform: uppercase;
}

.our_effect_img {
  position: relative;
  padding-left: 1.25em;
}

.ourEffect_abt_swiper .swiper-slide.swiper-slide-active .our_effect_img:before {
  content: "";
  position: absolute;
  top: 1.25em;
  left: -1.25em;
  width: 100%;
  height: 100%;
  background: #181818;
  z-index: -1;
  transition: 0.3s ease;
}

.our_effect_img {
  padding-left: 1.25em;
}

/* .ourEffect_abt_swiper .swiper-slide.swiper-slide-active .our_effect_img:before {
    content: none;
  } */

@media (max-width: 1280px) {
  .sticky {
    position: fixed;
    /* top: 119px; */
    top: 9.19em;
    width: 100%;
  }
}

/* @media(max-width:1440px){
    .traditional_txt {
        font-size: 3.125em;
        font-family: Oswald;
        letter-spacing: 0.5px;
        line-height: 1.500em;
        margin-top: 2.8em;
        /* width: max-content; */

/* color: #BF9E55;

}

} */

@media (min-width: 1921px) {
  .ourEffects-container .first_page_image {
    background: url(../images/oureffectbanner.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
  }
}

@media (max-width: 1024px) {
  .ourEffects-container .first_page_image {
    background: url(../images/oureffectbanner1024.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (max-width: 834px) {
  .ourEffects-container {
    margin-top: 6.2em;
    margin-left: 0px;
    margin-right: 0px;
    color: white;
  }
  .ourEffect_section2 {
    background-color: #181818;
    z-index: 2;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .ourEffect_section2::-webkit-scrollbar {
    display: none;
  }
  .ourEffect_section2::-webkit-scrollbar-track {
    display: none;
  }
  .ourEffect_section2::-webkit-scrollbar-thumb {
    display: none;
  }
  .ourEffects-title {
    /* height: 47.826em; */
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .ourEffects-title-text {
    padding-top: 1.233em;
    padding-bottom: 9.5em;
    font-size: 4.5em;
    line-height: 1;
    font-family: Oswald;
    letter-spacing: 0.2px;
    margin-top: 1.233em;
  }
  .sticky {
    position: fixed;
    top: 6.1em;
    width: 100%;
  }
  .our_effect_header {
    padding-top: 1.071em;
    padding-bottom: 1.071em;
    padding-left: 1.357em;
    padding-right: 0px;
  }
  .our_effect_header a {
    color: #e0e0e0;
    font-size: 1.4em;
    line-height: 1.714em;
    letter-spacing: 0.5px;
    /* min-width: 10.400em; */
    min-width: 11.3em;
    /* margin-right: 2.036em; */
    font-family: Roboto;
  }
  .our_effect_header a:hover {
    color: #bf9e55;
    font-size: 1.4em;
    line-height: 1.714em;
    letter-spacing: 0.5px;
    min-width: 11.3em;
    /* margin-right: 2.036em; */
    font-family: Roboto;
  }
  a.nav-link.scrolls.active {
    color: #bf9e55;
    font-size: 1.4em;
    line-height: 1.714em;
    letter-spacing: 0.5px;
    min-width: 11.3em;
    /* margin-right: 2.036em; */
    font-family: Roboto;
  }
  .ourEffect_abt_swiper {
    max-width: 95%;
    width: 100%;
    margin-bottom: 2em;
    margin-left: 0px;
    margin: auto;
  }
  .pyrotechnics_txt {
    color: #1c180d;
    font-size: 6em;
    font-family: Oswald;
    letter-spacing: 0.4px;
    line-height: 1.167em;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    right: 0px;
    left: 0px;
    text-align: center;
    /* width: 100%;
        left: auto;
        text-align: center; */
  }
  .pyrotechnics_txt_second_row {
    color: #1c180d;
    font-size: 6em;
    font-family: Oswald;
    letter-spacing: 0.4px;
    line-height: 1.167em;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    left: 0px;
    text-align: center;
  }
  .co2fx_txt {
    color: #1c180d;
    font-size: 6em;
    font-family: Oswald;
    letter-spacing: 0.4px;
    line-height: 1.167em;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    left: 0px;
    text-align: center;
    width: 100%;
    margin-top: 0px;
  }
  .streamerfx_txt_second_row {
    color: #1c180d;
    font-size: 6em;
    font-family: Oswald;
    letter-spacing: 0.4px;
    line-height: 1.167em;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    left: 0px;
    text-align: center;
    width: 100%;
  }
  .somkefx_txt {
    color: #1c180d;
    font-size: 6em;
    font-family: Oswald;
    letter-spacing: 0.4px;
    line-height: 1.167em;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    left: 0px;
    text-align: center;
    width: 100%;
  }
  .confetti_txt {
    color: #1c180d;
    font-size: 6em;
    font-family: Oswald;
    letter-spacing: 0.4px;
    line-height: 1.167em;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    left: 0px;
    text-align: center;
    width: 100%;
    margin-top: 0px;
  }
  .flamefx_txt {
    color: #1c180d;
    font-size: 6em;
    font-family: Oswald;
    letter-spacing: 0.4px;
    line-height: 1.167em;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    left: 0px;
    text-align: center;
    width: 100%;
  }
  .sparkfx_txt {
    color: #1c180d;
    font-size: 6em;
    font-family: Oswald;
    letter-spacing: 0.4px;
    line-height: 1.167em;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    left: 0px;
    text-align: center;
    width: 100%;
  }
  .gerbs_txt {
    color: #1c180d;
    font-size: 6em;
    font-family: Oswald;
    letter-spacing: 0.4px;
    line-height: 1.167em;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    left: 0px;
    text-align: center;
    width: 100%;
    margin-top: 0px;
  }
  .co2fx_dec_container {
    margin-top: 0px;
    margin-left: 0px;
  }
  .confetti_txt_des_title {
    font-size: 2.2em;
    font-family: Oswald;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 1.455em;
    margin: auto;
    margin-top: 2.273em;
    color: #bf9e55;
  }
  .gerbs_decr_title {
    font-size: 2.2em;
    font-family: Oswald;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 1.455em;
    margin: auto;
    margin-top: 2.273em;
    color: #bf9e55;
  }
  .grebs_desc_container {
    margin-left: 0px;
  }
  .our_effect_close_proxi_slider {
    position: relative;
    margin-top: 2.75em;
    width: 100%;
  }
  .our_effect_co2fx_slider {
    position: relative;
    margin-top: 2.75em;
    width: 100%;
  }
  .our_effect_streamfx_slider {
    position: relative;
    margin-top: 2.75em;
    width: 100%;
  }
  .our_effect_smokefx_slider {
    position: relative;
    margin-top: 2.75em;
    width: 100%;
  }
  .our_effect_confettifx_slider {
    position: relative;
    margin-top: 2.75em;
    width: 100%;
  }
  .our_effect_flamefx_slider {
    position: relative;
    margin-top: 2.75em;
    width: 100%;
    margin-left: 0px;
  }
  .our_effect_sparkfx_slider {
    position: relative;
    margin-top: 2.75em;
    width: 100%;
  }
  .our_effect_gerbs_slider {
    position: relative;
    margin-top: 2.75em;
    width: 100%;
  }
  .ourEffect_section3 {
    margin-top: 3.7em;
  }
  .traditional_txt {
    font-size: 2.2em;
    font-family: Oswald;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 1.455em;
    margin: auto;
    margin-top: 2.273em;
    color: #bf9e55;
  }
  .traditional_descr {
    font-size: 1.4em;
    font-family: Roboto;
    letter-spacing: 0.31px;
    line-height: 1.714em;
    margin: auto;
    margin-top: 2em;
    color: #e0e0e0;
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
  .flame_descr {
    font-size: 1.4em;
    font-family: Roboto;
    letter-spacing: 0.31px;
    line-height: 1.714em;
    margin: auto;
    margin-top: 2em;
    color: #e0e0e0;
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
  .enquire_now_desktop {
    display: none;
  }
  .enquire_now_mobile {
    display: flex;
    justify-content: center;
  }
  .ourEffect_section4 {
    margin-top: 3.8em;
  }
  .ourEffect_section5 {
    margin-top: 3.8em;
  }
  .ourEffect_section6 {
    margin-top: 3.8em;
  }
  .ourEffect_section7 {
    margin-top: 3.8em;
  }
  .ourEffect_section8 {
    margin-top: 3.8em;
  }
  .ourEffect_section9 {
    margin-top: 3.8em;
  }
  .ourEffect_section10 {
    margin-top: 3.8em;
  }
  .ourEffect_section11 {
    margin-top: 3.8em;
  }
  .ourEffect_section12 {
    margin-top: 3.8em;
  }
  .row_second_margin_left {
    margin-left: 0px;
  }
  .video_row_our_effect {
    flex-direction: column-reverse;
  }
  .closed_promixity_descr {
    /* font-size: 1.250em;
        font-family: Roboto;
        letter-spacing: 0.4px;
        line-height: 1.500em;
        margin: auto;
        margin-top: 1.100em;
        color: #E0E0E0;
        width: 100%;
        max-width: 88.5%;
        text-align: center; */
    font-size: 1.4em;
    font-family: Roboto;
    letter-spacing: 0.31px;
    line-height: 1.714em;
    margin: auto;
    margin-top: 2em;
    color: #e0e0e0;
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
  .somke_bubble_descr {
    font-size: 1.25em;
    font-family: Roboto;
    letter-spacing: 0.4px;
    line-height: 1.5em;
    margin: auto;
    margin-top: 1.1em;
    color: #e0e0e0;
    width: 100%;
    max-width: 88.5%;
    text-align: center;
  }
  .our_displays_txt {
    font-size: 2.4em;
    font-family: Oswald;
    letter-spacing: 0.3px;
    line-height: 1.583em;
    text-align: center;
    color: #e0e0e0;
    margin: auto;
    margin-top: 1.417em;
  }

  .sticky + .contents {
    padding-top: 12.5em;
  }
}

@media (max-width: 768px) {
  .ourEffects-container .first_page_image {
    background: url(../images/oureffectbanner768.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .ourEffects-title-text {
    padding-top: 1.233em;
    padding-bottom: 5em;
    font-size: 4.5em;
    line-height: 1;
    font-family: Oswald;
    letter-spacing: 0.2px;
  }
}

@media (max-width: 550px) {
  .ourEffects-container .first_page_image {
    background: url(../images/oureffectbanner550.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .ourEffects-title-text {
    padding-top: 0;
    padding-bottom: 9.3em;
    font-size: 4.5em;
    font-family: Oswald;
    letter-spacing: 0.2px;
  }
}
