/**
 * Lasoon Public CSS
 */



body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  width: 100%;
  height: 100%;
  font-family: 'Inter', sans-serif;
}

h1,h2,h3,h4{
 font-family: 'Montserrat', sans-serif;
}

a:focus, a {
  outline: none;
  text-decoration: none;
  color: #8A8A8A;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  max-height: 50%; height: 50%;
}

::-webkit-scrollbar-button {
  height: 12px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgb(83 80 80 / 0.2);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}

.layout_1 .form-control::placeholder, .layout_4 .form-control::placeholder{
  color: #ffffff;
}

/*Header CSS*/

header {
  height: auto;
  width: 100%;
  background: transparent!important;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 40px 0;
}
.header .logo {
  float: left;
  color: #000000;
  padding: 0 40px;
}
.logo img{
  width: auto;
  height: 60px;
}
.navbar-icon {
  padding: 40px;
}
.toggle {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:column;
}
.sidebar-btn span{
  background: #fff;
  border-radius:10px;
  height:3px;
  margin: 4px 0;
  transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -moz-transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -o-transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -ms-transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -webkit-transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
  position: relative;
}
.sidebar-btn span:nth-of-type(1){
  width: 57%;
  transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -o-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -webkit-transform: translateX(-4px);
  transition-delay: 0s;
}
.sidebar-btn span:nth-of-type(2){
  width: 56%;
  transform: translateY(0px) translateX(5px);
  -moz-transform: translateY(0px) translateX(5px);
  -o-transform: translateY(0px) translateX(5px);
  -ms-transform: translateY(0px) translateX(5px);
  -webkit-transform: translateY(0px) translateX(5px);
}
.sidebar-btn span:nth-of-type(3){
  width: 62%;
  transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -o-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -webkit-transform: translateX(-4px);
}
.sidebar-btn:hover span:nth-of-type(1) {
  width: 60%;
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transition-delay: 0s;
}
.sidebar-btn:hover span:nth-of-type(2) {
  width: 60%;
  transform: translateY(0px) translateX(2px);
  -webkit-transform: translateY(0px) translateX(2px);
}
.sidebar-btn:hover span:nth-of-type(3) {
  width: 60%;
  transform: translateX(10px) translateY(0px);
  -webkit-transform: translateX(10px) translateY(0px);
}


/* Main Section CSS*/
.Slider {
    color: #ffffff;
    width: 100%;
    height: 100%;
    position: relative;
}  
.Slider-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 2;
}
.Slider-slide {
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: hidden;
    min-width: 100%;
    min-height: 100%;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
}
.Slider-slide.show {
    opacity: 1;
}
.Slider-content{
  max-width: 1290px;
  margin: 0 auto;
  align-self: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  overflow:hidden;
  position: relative;
  z-index: 3;
}
.Slider-content.layout_3 {
  max-width: 1290px;
  margin: 0 auto;
  justify-content: flex-start;
  align-self: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: initial;
}
.Slider-content-inner {
    z-index: 1;
    align-self: center;
    width: 890px;
    padding: 135px 20px 40px;
}
.layout_3 .Slider-content-inner {
  padding: 100px 20px 10px;
}
.page-background-video {
    z-index: -1;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100vh;
    object-fit: cover;
}
#bg_video {
  min-width: 100%;
    min-height: 56.25vh;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}
#bg-iframe-video {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
}
#player iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 100vw;
  min-height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.page-background:before{
  content: '';
  position: absolute;
  background: linear-gradient(to bottom, #000000 0%, #000000 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  min-width: 100%;
  min-height: 100vh;
}
.main-title {
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin: 0;
  padding: 0 0 20px;
  display: inline-block;
}
.page-description {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  padding: 20px 0px 20px;
}
.page-timer {
  display: block;
}
.layout_4 .page-social-icons, .layout_3 .page-social-icons {
  padding: 0;
}
.page-timer.dash_diamond, .page-timer.glass_diamond, .page-timer.diamond_inline,
.layout_3 .page-timer.dash_diamond, .layout_3 .page-timer.glass_diamond, .layout_3 .page-timer.diamond_inlin{
  padding: 70px 0 70px;
}

.timer-wrap {
  column-gap: 30px;
  column-count: 4;
}
.timer-wrap .counter-time{
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  line-height: 60px;
}
.timer-text {
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 20px 0 0 0;
}
.page-timer {
  padding: 60px 0;
  position: relative;
}
.page-timer.square_note, .page-timer.circle_note, .page-timer.square_corner_note {
  padding: 60px 0;
}
#end {
    position: absolute;
    top: 0;
    background: #d9dbdb;
    color: #000;
    padding: 10px 20px;
    left: 0;
    box-shadow: inset 3px 0 14px rgb(0 0 0 / 30%);
    right: 0;
    text-align: center;
    display: none;
}
.diamond_inline #end {
  top: -18px;
}
.page-email-subscription {
    padding: 20px 0 30px;
}
.subscribe_form .input-group {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 630px;
  height: 60px;
}
.input-group input {
  padding: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  outline: none;
}
.layout_1 button.email-btn, .layout_4 button.email-btn {
  height: 60px;
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  width: 120px;
  text-transform: uppercase;
  position: relative;
  left: 0px;
  top:0px;
  font-size: 0;
  border: 2px solid #fff;
  cursor: pointer;
  transition: all .35ms ease-in;
}
.layout_1 button.email-btn:hover {
  background: #fff;
  transition: all .30ms ease-in;
}
.layout_1 button.email-btn:hover svg path{
  fill:#000;
  transition: all .30ms ease-in;
}
.subscribe_form .input-group-btn {
  display: block;
  position: absolute;
  left: auto;
  right: 0;
}
.form-control {
  width: 100%;
  border:2px solid #fff;
  background: transparent;
  color: #ffffff;
  display: block;
}
.page-footer-text {
  padding: 20px 0 0px 0;
}
.icon-list {
  margin: 0px;
  list-style: none;
  display: block;
  padding:0;
}
.icon-item {
  vertical-align: middle;
  margin: 0 15px;
  display: inline-flex;
}
.icon-item img:hover {
  filter: contrast(0.1) brightness(0.1);
}
.icon-item a {
   padding: 0;
}
.page-social-icons {
  padding: 30px 0 20px;
  text-align: center;
}

 /*About us Sidebar*/

.navbar-content {
  overflow-y: auto;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  right: -100%;
}
.get-touch-wrap, .page-contact-us {
  padding: 60px;
}
.page-about-us {
  padding: 60px 60px 40px;
}
.nav-title {
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  color: #000000;
  margin: 0;
}
.nav-title {
  padding: 0 0 10px 0;
}
.page-about-us p, .get-touch-wrap p {
  line-height: 30px;
  color: #8A8A8A;
  text-align: center;
  margin: 0;
  padding: 20px 0;
}
.page-get-touch {
  background: #F5F5F5;
}
.navbar-contact-detail{
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.icons {
  list-style-type: none;
  width: 33.33%
}
.detail-wrap {
  text-align: center;
}
.detail-title {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.navitem, .contact-us-form {
  padding: 20px 0 0 0;
}
.contact-us-form {
  padding-top: 30px
}
.detail-icon {
  vertical-align: middle;
  padding: 0 0 20px;
}
.deatil-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #8A8A8A;
  padding: 20px 0 0 0;
}
form input,form #message{
  width: 430px;
  padding: 20px;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 18px;
}
.contact-us-form .input-group {
  margin:0 0 20px;
}
.message-button {
  width: 100%;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  background: #000000;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all .5ms ease-in-out;
  border: 2px solid #000;
} 

.message-button:hover {
  background: #ffffff;
  color: #000;
  border: 2px solid #000;
  transition: all .3ms ease-in-out;
}
#message {
  padding: 22px;
}
.lasoon_contact_form {
  display: inline-block;
  position: relative;
  width: 100%;
}

.sidebar {
  position: relative;
  display: inline-block;
  width: 100%;
}
.sidebar-btn{
  position: absolute;
  top: 50px;
  right: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -webkit-transition: right 0.4s ease;
  margin:0;
}
.close-btn{
  right: 600px;
  top: -62px;
  margin: 0;
  position: absolute;
  z-index: 99999999999999999999;
  display: block;
  height: 50px;
  width: 50px;
  cursor: pointer;
  opacity: 0;
}
.close-btn.click  {
  opacity: 1;
}
.main_side{
  position: fixed;
  width: 600px;
  height: 100vh;
  right: -722px;
  background: #ffffff;
  transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -webkit-transition: right 0.4s ease;
  overflow: auto;
  top: 0;
}
.main_side.show{
  right: 0px;
}
.main_side .text{
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  line-height: 65px;
  text-align: center;
  background: #1e1e1e;
  letter-spacing: 1px;
}
.feat-show{
  transition: all 0.5s;
}
.matrix_cell .Slider-slide, .circle_particle .Slider-slide,.rain_matrix .Slider-slide, .bouncing_ball .Slider-slide,
.ribbons .Slider-slide, .shooting_star .Slider-slide, .rain_matrix_two .Slider-slide, .rain_matrix_three .Slider-slide,
.triangle .Slider-slide, .moving_star .Slider-slide, .shine_mozaic .Slider-slide, .hawking .Slider-slide, .space_war .Slider-slide,
.space .Slider-slide,  .color_birds .Slider-slide, .animated_background .Slider-slide, .topology .Slider-slide, .halo .Slider-slide,
.smoke_simulation .Slider-slide, .neon_rain .Slider-slide, .color_birds_two .Slider-slide, .particle_net .Slider-slide, .swash_bubble .Slider-slide,
.univers .Slider-slide, .squidematic .Slider-slide, .orbit_lines .Slider-slide,.hexagon_forming .Slider-slide, .particle_tails_two .Slider-slide, .physics_particle .Slider-slide{
  background-image: none!important;
}
.ribbons .Slider-slide, .shooting_star .Slider-slide, .rain_matrix .Slider-slide, .rain_matrix_two .Slider-slide, .rain_matrix_three .Slider-slide,
.moving_star .Slider-slide, .hawking .Slider-slide, .smoke_simulation .Slider-slide, .neon_rain .Slider-slide, .swash_bubble .Slider-slide, .univers .Slider-slide,
.squidematic .Slider-slide, .orbit_lines .Slider-slide, .hexagon_forming .Slider-slide, .physics_particle .Slider-slide {
  background-color: #000000;
}
.ribbons .page-background:before, .shooting_star .page-background:before, .rain_matrix .page-background:before, .rain_matrix_two .page-background:before,
.rain_matrix_three .page-background:before, .triangle .page-background:before, .moving_star .page-background:before, .hawking .page-background:before,
.smoke_simulation .page-background:before, .neon_rain .page-background:before, .bouncing_ball .page-background:before, .infinit_tunnel .page-background:before,
.shine_mozaic .page-background:before, .space .page-background:before, .color_birds .page-background:before, .animated_background .page-background:before,
.topology .page-background:before, .halo .page-background:before, .color_birds_two .page-background:before, .fog .page-background:before, .chewing_gum .page-background:before,
.birds_three .page-background:before {
  background: unset;
}
.bouncing_ball .Slider-slide  {
  background-color: #534545;
}
.infinit_tunnel .Slider-slide.show {
  background-color: #5e0a5e;
}
 .shine_mozaic .Slider-slide {
  background-color: #604f58;
 }
 .space .Slider-slide {
  background-color: #015589;
 }
 .color_birds .Slider-slide {
  background-color: #082a53;
 }
 .animated_background .Slider-slide {
    background: #03c1dc;
 }
 .topology .Slider-slide {
  background-color: #055d8d; 
 }
 .halo .Slider-slide {
  background-color: #241c59;
 }
 .color_birds_two .Slider-slide{
  background-color: #002266;
 }
 .fog .Slider-slide {
  background-image: linear-gradient(to right, #9192e6, #4b2dd7, #9192e6, #2534aa)!important;
 }
 .particle_net .Slider-slide {
  background-color: #23153c;
 }
 .ripple_cell .Slider-slide {
   background-image: linear-gradient(to top, #203922, #d3ef42)!important;
 }
 .chewing_gum .Slider-slide {
  background-color: #7b4978;
 }
 .particle_tails_two .Slider-slide {
  background-color: #ffffff;
 }
 .birds_three .Slider-slide{
  background-image: linear-gradient(#FFD3D6, #FFD3D6)!important;
 }

/* Background Animation */

body.particles canvas, body.fire_ball canvas,  body.magical_particles canvas, body#particles-js canvas, body.lighting_ball #particles
,body.rainy #rainy, body #firework, body.fireworks canvas, body.particle_fields canvas, body.geometric #particles-js, body.shooting_star canvas,
body.projector canvas, body.infinit_tunnel canvas, body.triangle canvas, body.shine_mozaic canvas, body.color_particle canvas,
body.bubble_particle canvas, body.hawking canvas, body.space_war canvas, body.constellation canvas, body.line_waves canvas, body.topology #topology_bg_effect,
body.smoke_simulation canvas, body.rainbow_box canvas, body.neon_rain canvas, body.fog #fog-bg, body.particle_net #particle-net-bg, body.ripple_cell #cell-bg,
body.swash_bubble canvas, body.particle_waves canvas, body.univers canvas, body.squidematic canvas, body.orbit_lines canvas, body.hexagon_forming canvas,
body.constellation_particle canvas, body.particle_tails canvas, body.ribbons canvas, body.rotate_spiral canvas, body.particle_random #particle_random,
body.physics_particle #phycis_particles {
  display: block;
  background: transparent!important;
  position: absolute;
  top: 0;
  width: 100%!important;
  height: 100%!important;
  overflow: hidden;
}
body.rain_matrix canvas,body.rain_matrix_two canvas,body.growing_bubbles #bubble-canvas, canvas#chew_gum,
body.rain_matrix_three canvas {
  position: absolute;
  display: block;
  top: 0;
  overflow: hidden;
}
canvas#chew_gum {
  background-color: #7b4978;
  height: 100%!important;
  width: 100%!important;
}

body.rain_matrix canvas, body.rain_matrix_two canvas, body.growing_bubbles #bubble-canvas,
body.rain_matrix_three canvas {
  height: 100%!important;
  width: 100%!important;
}
body.geometric #particles-js canvas {
  display: block;
  vertical-align: bottom;
}
body.matrix_cell canvas, body.circle_particle canvas{
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
canvas#Quietflow {
  z-index: 0!important;
  height: 100%!important;
  width: 100%!important;
}
#cloud-animation img {
  width: 100%;
  left: 0;
  top: 10%;
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#cloud-animation {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  position: fixed;
}
#cloud1 {
    -webkit-animation: animCloud 25s infinite linear;
    -moz-animation: animCloud 25s infinite linear;
    animation: animCloud 25s infinite linear;
}
#cloud2 {
    -webkit-animation: animCloud 35s infinite linear;
    -moz-animation: animCloud 35s infinite linear;
    animation: animCloud 35s infinite linear;
}
#cloud3 {
    -webkit-animation: animCloud 45s infinite linear;
    -moz-animation: animCloud 45s infinite linear;
    animation: animCloud 45s infinite linear;
}
#cloud4 {
    -webkit-animation: animCloud 55s infinite linear;
    -moz-animation: animCloud 55s infinite linear;
    animation: animCloud 55s infinite linear;
}
@keyframes animCloud {
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
#ls_raineffect {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#holder {
  background-color: #000;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  display: block;
}
#effect {
  position: absolute;
  width: 100%;
  height: 100%;
}
.starfield { 
  height:100%; 
  left:0; 
  position:absolute; 
  top:0; width:100%; 
  z-index:0;
}
body.color_particle #counter {
  visibility: hidden;
}
#space-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#space-bg canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
code{
  background: #f1f1f1!important;
}
body.color_birds #vantajs, body.color_birds_two #bird{
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
  height: 100%!important;
}
body.color_birds .vanta-canvas {
  position: absolute;
  top: 0;
  width: 100%!important;
  height: 100%!important;
}
body.animated_background .bg-screen {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.halo #vantajs-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
body.vendor_line #effect-box {
  position: absolute!important;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  top: 0;
}
body.vendor_line #effect-box #vendors-lines {
  position: absolute;
  top: 0;
}
body.vendor_line #effect-box #vendors-lines canvas {
  position: absolute!important;
  width: 100%!important;
  height: 100%!important;
  left: 0!important;
  top: 0!important;
  display: block;
  z-index: 1!important;
  background-color: #143261;
  background: radial-gradient(ellipse at 50% 50%,#010915 40%,#010915 150%);
}
body.balls .balls {
  position: absolute;
  border-radius: 100%;
  opacity: 0.7;
}
body.interactive_background canvas {
  position: fixed;
  top: auto;
  bottom: 0;
}
canvas#bubble {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background:linear-gradient(135deg, #f3baa4, #e6bfc1);
  overflow: hidden;
}
body.shapes div#background_css3 {
  display: block;
  height: 100%!important;
  width: 100%!important;
}
body.chewing_gum section .Slider-slide.show, body.ribbons canvas .Slider-slide.show{
  background-image: none!important;
}
body.orbit_lines canvas, body.rotate_spiral .Slider.page-background  {
  background-color: #000000!important;
}
.dg.ac .dg.main.a {
  visibility: hidden;
} 
body.particle_tails_two canvas {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#birds-canv {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#523dd3, #FFD3D6);
}
@keyframes anim {
  from {
    transform: translateX(200%);
  }
  to {
    transform: translateX(-200%);
  }
}

@keyframes anime {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background:  #fe5757;
  animation: colorChange 30s ease-in-out infinite;
  animation-fill-mode: both;
  mix-blend-mode: overlay;
}
@keyframes colorChange {
  0%,100% {
    opacity: 0;
  }
  50% {
    opacity: .9;
  }
}
.landscape {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}
#cell-bg, #particle-net-bg, #fog-bg {
  z-index: -1;
}
body.ripple_cell .page-background:before, body.particle_net .page-background:before,
body.fog .page-background:before{
  background: none;
}


/* Layout Two */

.navbar-social .icon-item img{
  filter: invert(20%) sepia(7%) brightness(66%) contrast(50%);
}
.navbar-social {
  padding:0 0 60px;
}
.layout_2 .subscribe_form .layout-form, .layout_3 .subscribe_form .layout-form,
.layout_5 .subscribe_form .layout-form {
  background-color: #ffffff;
  color: #000000;
}
.btn-default{
  height: 60px;
  padding: 21px 17px;
  background-color: transparent;
  color: #fff;
  width: 120px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  border: 2px solid #fff;
  cursor: pointer;
  letter-spacing: 0.1em;
  font-family: 'Inter';
  font-weight: 600;
}
.page-social-icons.layout_2 {
  display: none;
}
.layout_2 .subscribe_form .input-group {
  padding-right: 120px;
  max-width: 510px;
}
.layout_2 .page-footer-text, .layout_3 .page-footer-text, .layout_4 .page-footer-text {
  padding-top: 60px;
}

/* Layout Three */

.layout_3 .btn-default, .layout_3 .message-button,
.layout_4 .message-button,.layout_5 .message-button,
.layout_5 .subscribe_form .btn-default{
  background:#FFC700;
  color: #000000;
  border:none;
}
.layout_2 .form-control {
  background: #fff;
}
.Slider-content.layout_3 {
  text-align: left;
}
.layout_3 .wrapper{
  place-items: flex-start;
}
.layout_3 .subscribe_form .input-group {
  justify-content: flex-start;
  margin: 0;
}
.layout_3 .social-icons, .layout_4 .social-icons{
  display: flex;
  position: absolute;
  flex-direction: column;
  left: auto;
  right: 40px;
  bottom: 40px;
}
.Slider-content.layout_4 {
  position: initial;  
}
.layout_3 .social-icons .icon-item, .layout_4 .social-icons .icon-item {
  display: block;
}
.layout_3 .social-icons:before , .layout_4 .social-icons:before {
  position: absolute;
  content: '';
  border-top: 2px solid #fff;
  height: 2px;
  width: 100px;
  left: auto;
  right: -20px;
  top: -70px;
  transform: rotate(90deg);
  bottom: auto;
}
.layout_3 .social-icons .icon-item, .layout_4 .social-icons .icon-item {
  padding: 15px 0;
}
.layout_3 .detail-icon svg path, .layout_4 .detail-icon svg path,
.layout_4 button.email-btn svg path{
  fill: #FFC700;
}
.layout_4  button.email-btn:hover  {
  background: #fff;
}
.layout_4  button.email-btn:hover svg path{
  fill:#000;
}
.layout_3 .btn-default:hover, .layout_5 .btn-default:hover {
  background: #000;
  border:2px solid #000;
  color: #FFC700;
} 
.layout_3 .message-button:hover, .layout_5 .message-button:hover,
.layout_4 .message-button:hover {
  background: #000;
  color: #FFC700;
}
.topology .Slider-content{
  position: relative;
  z-index: 5;
}
.page-timer.flip_counter_two {
  padding: 50px 0;
}

/* Main Heading Animation  1.Line Up Animation */

.main-title.line_up {
  animation: 2s anim-lineUp ease-out infinite;
}
@keyframes anim-lineUp {
    0% {
      opacity: 0;
      transform: translateY(80%);
      -webkit-transform: translateY(80%);
    }
    20% {
      opacity: 0;
    }
    50% {
      opacity: 1;
      transform: translateY(0%);
      -webkit-transform: translateY(0%);
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
      -webkit-transform: translateY(0%);
    }
}

/* 2.Text Flip Animation */

.main-title.text_flip {
  animation-name: spin, depth;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 6s;
}
@keyframes spin {
    0% {
      transform: rotateY(0deg);
    } 
    100% {
      transform: rotateY(-360deg);
    }
}
@keyframes depth {
    0% {
      text-shadow: 0 0 #ffffff;
    }
    25% {
      text-shadow: 1px 0 #ffffff, 2px 0 #ffffff, 3px 0 #ffffff, 4px 0 #ffffff, 5px 0 #ffffff;
    }
    50% {
      text-shadow: 0 0 #ffffff;
    }
    75% {
      text-shadow: -1px 0 #ffffff, -2px 0 #ffffff, -3px 0 #ffffff, -4px 0 #ffffff,
      -5px 0 #ffffff;
    }
    100% {
      text-shadow: 0 0 #ffffff;
    }
}

/* 3.Bottom Left Animation */

.main-title.top_bottom {
  position: relative;
  animation: mymove 3s infinite;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@keyframes mymove {
  from {
    top: -150px;
  }
  to {
    top: 0px;
  }
}

/* 4.Bounce Animation */

.main-title.bounce {

  -webkit-animation-fill-mode: both; 
  animation-fill-mode: both;  
   animation : bounce 1s linear infinite;
   -webkit-animation : bounce 1s linear infinite;
}
@-webkit-keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {
      -webkit-transform: translateY(0);
    } 
    40% {
      -webkit-transform: translateY(-35px);
    } 
    60% {
      -webkit-transform: translateY(-20px);
    } 
}         
@keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-35px);} 
    60% {transform: translateY(-20px);} 
}

/* 5.Blink Animation */

.main-title.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* 6.jello Animation */

.main-title.jello {
    animation: jello 2s infinite;
    -webkit-animation: jello 2s infinite;
}
@-webkit-keyframes jello {
   11.1% {
    -webkit-transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-10.5deg) skewY(-10.5deg);
  }
  33.3% {
     -webkit-transform: skewX(3.20deg) skewY(3.20deg);
  }
  44.4% {
    -webkit-transform: skewX(-2.100deg) skewY(-2.100deg);
  }
  55.5% {
    -webkit-transform: skewX(1.4000deg) skewY(1.4000deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.250500deg) skewY(0.250500deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.2050100deg) skewY(-0.2050100deg);
  }
  100% {
    -webkit-transform: none;
  }
}

@keyframes jello {
   11.1% {
    transform: none;
  }
  22.2% {
    transform: skewX(-10.5deg) skewY(-10.5deg);
  }
  33.3% {
    transform: skewX(3.20deg) skewY(3.20deg);
  }
  44.4% {
    transform: skewX(-2.100deg) skewY(-2.100deg);
  }
  55.5% {
    transform: skewX(1.4000deg) skewY(1.4000deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.250500deg) skewY(0.250500deg);
  }
  88.8% {
    transform: skewX(-0.2050100deg) skewY(-0.2050100deg);
  }
  100% {
    transform: none;
  }
}

/* 7.Shining Text */

.main-title.shining_text {
  overflow: hidden;
  background: linear-gradient(90deg, #efe2e2, #fff, #efe2e2);
  background-repeat: no-repeat;
  background-size: 80%;
  -webkit-animation: textShine 3s linear infinite;
  animation: textShine 3s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  -webkit-text-stroke:0;
}
@keyframes textShine {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}

/* 8.Slow Popup */

.main-title.slow_popup {
  -webkit-animation: goSlow 8s infinite; 
  animation: goSlow 8s infinite;
  -webkit-text-stroke:0;
}
@-webkit-keyframes goSlow {
    0%   {text-shadow: 0 0 3px #FF0000; color: #fff;}
    25%  {text-shadow: 0 0 12px #FF0000;}
    50%  {text-shadow: 0 0 20px #FF0000; color: #000;}
    75%  {text-shadow: 0 0 12px #FF0000;}
    100% {text-shadow: 0 0 3px #FF0000; color: #fff;}
}
@keyframes goSlow {
    0%   {text-shadow: 0 0 3px #FF0000; color: #fff;}
    25%  {text-shadow: 0 0 12px #FF0000;}
    50%  {text-shadow: 0 0 20px #FF0000; color: #000;}
    75%  {text-shadow: 0 0 12px #FF0000;}
    100% {text-shadow: 0 0 3px #FF0000; color: #fff;}
}

.main-title.text_shake {
  position: relative;
  animation: .8s shake infinite alternate;
  -webkit-animation: .8s shake infinite alternate;
  -webkit-text-stroke:0;
  color: #fff;
}
@-webkit-keyframes shake {
  0% { -webkit-transform: skewX(-15deg); }
  5% { -webkit-transform: skewX(15deg); }
  10% { -webkit-transform: skewX(-15deg); }
  15% { -webkit-transform: skewX(15deg); }
  20% { -webkit-transform: skewX(0deg); }
  100% { -webkit-transform: skewX(0deg); }  
}
 @keyframes shake {
  0% { transform: skewX(-15deg); }
  5% { transform: skewX(15deg); }
  10% { transform: skewX(-15deg); }
  15% { transform: skewX(15deg); }
  20% { transform: skewX(0deg); }
  100% { transform: skewX(0deg); }  
}

/* 9.glitch */

.main-title.glitch {
  position:relative;
}

.main-title.glitch:after{
  content:attr(data-text);
  position:absolute;
  left:-2px;
  text-shadow:-1px 0 red;
  top:0;
  color:#fff;
  overflow:hidden;
  clip:rect(0,900px,0,0); 
  animation:noise-anim 2s infinite linear alternate-reverse;
}

@keyframes noise-anim {
   0% {
     clip: rect(13px, 9999px, 51px, 0);
  }
   5% {
     clip: rect(27px, 9999px, 19px, 0);
  }
   10% {
     clip: rect(98px, 9999px, 16px, 0);
  }
   15% {
     clip: rect(99px, 9999px, 72px, 0);
  }
   20% {
     clip: rect(69px, 9999px, 76px, 0);
  }
   25% {
     clip: rect(78px, 9999px, 28px, 0);
  }
   30% {
     clip: rect(90px, 9999px, 50px, 0);
  }
   35% {
     clip: rect(19px, 9999px, 84px, 0);
  }
   40% {
     clip: rect(80px, 9999px, 42px, 0);
  }
   45% {
     clip: rect(76px, 9999px, 28px, 0);
  }
   50% {
     clip: rect(21px, 9999px, 54px, 0);
  }
   55% {
     clip: rect(25px, 9999px, 97px, 0);
  }
   60% {
     clip: rect(1px, 9999px, 21px, 0);
  }
   65% {
     clip: rect(81px, 9999px, 5px, 0);
  }
   70% {
     clip: rect(100px, 9999px, 11px, 0);
  }
   75% {
     clip: rect(75px, 9999px, 1px, 0);
  }
   80% {
     clip: rect(23px, 9999px, 59px, 0);
  }
   85% {
     clip: rect(79px, 9999px, 33px, 0);
  }
   90% {
     clip: rect(8px, 9999px, 31px, 0);
  }
   95% {
     clip: rect(80px, 9999px, 72px, 0);
  }
   100% {
     clip: rect(50px, 9999px, 56px, 0);
  }
}

.glitch:before{
  content:attr(data-text);
  position:absolute;
  left:0;
  text-shadow:1px 0 blue; 
  top:0;
  color:#fff;
  overflow:hidden;
  clip:rect(0,900px,0,0); 
  animation:noise-anim-2 3s infinite linear alternate-reverse;
}

@keyframes noise-anim-2 {
   0% {
     clip: rect(16px, 9999px, 75px, 0);
  }
   5% {
     clip: rect(84px, 9999px, 40px, 0);
  }
   10% {
     clip: rect(27px, 9999px, 40px, 0);
  }
   15% {
     clip: rect(19px, 9999px, 42px, 0);
  }
   20% {
     clip: rect(74px, 9999px, 16px, 0);
  }
   25% {
     clip: rect(96px, 9999px, 67px, 0);
  }
   30% {
     clip: rect(23px, 9999px, 65px, 0);
  }
   35% {
     clip: rect(49px, 9999px, 50px, 0);
  }
   40% {
     clip: rect(4px, 9999px, 9px, 0);
  }
   45% {
     clip: rect(26px, 9999px, 73px, 0);
  }
   50% {
     clip: rect(26px, 9999px, 20px, 0);
  }
   55% {
     clip: rect(1px, 9999px, 66px, 0);
  }
   60% {
     clip: rect(89px, 9999px, 64px, 0);
  }
   65% {
     clip: rect(80px, 9999px, 89px, 0);
  }
   70% {
     clip: rect(11px, 9999px, 69px, 0);
  }
   75% {
     clip: rect(24px, 9999px, 31px, 0);
  }
   80% {
     clip: rect(92px, 9999px, 87px, 0);
  }
   85% {
     clip: rect(36px, 9999px, 64px, 0);
  }
   90% {
     clip: rect(37px, 9999px, 72px, 0);
  }
   95% {
     clip: rect(2px, 9999px, 72px, 0);
  }
   100% {
     clip: rect(23px, 9999px, 35px, 0);
  }
}

/* 10.fill stroke */

.page-main-content .wrapper .main-title.strip_fill {
  background-image: -webkit-linear-gradient(#f1bc00  50%, #ffff 50%);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 100% 50px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-animation: stripes 2s linear infinite;
  animation: stripes 2s linear infinite;
}
@-webkit-keyframes stripes {
  100% {
    background-position: 0 -50px;
  }
}
@keyframes stripes {
  100% {
    background-position: 0 -50px;
  }
}
.main-title.stroke_fill {
  position: relative;
  white-space: nowrap;
  text-align: center;
}

/* 11.Text Shadow */

.main-title.text_shadow {
  color: #ffc700;
  text-shadow:1px 1px 0 #614c04,
              2px 2px 0 rgb(255 199 0 / 0.65),
              3px 3px 0 rgb(255 199 0 / 0.6),
              4px 4px 0 rgb(255 199 0 / 0.55),
              5px 5px 0 rgb(255 199 0 / 0.5),
              6px 6px 0 rgb(255 199 0 / 0.45),
              7px 7px 0 rgb(255 199 0 / 0.4),
              8px 8px 0 rgb(255 199 0 / 0.35),
              9px 9px 0 rgb(255 199 0 / 0.3),
              9px 9px 0 rgb(255 199 0 / 0.25),
              10px 10px 0 rgb(255 199 0 / 0.2),
              11px 11px 0 rgb(255 199 0 / 0.15),
              12px 12px 0 rgb(255 199 0 / 0.1)

}

/* 12.Glitch Two */

.glitch_two {
  position: relative;
  margin: 0 auto;
  background: transparent;
}
.glitch_two::before, .glitch_two::after {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate-reverse;
  overflow: hidden;
  position: absolute;
  top: 0;
  clip: rect(0, 900px, 0, 0);
  content: attr(data-text);
}
.glitch_two::after {
  animation-name: glitch-animation;
  animation-duration: 4s;
  left: 0;
  text-shadow: -1px 0 #ffa800;
  background: transparent;
}
.glitch_two::before {
  animation-name: glitch-animation-2;
  animation-duration: 6s;
  left: -4px;
  text-shadow: 1px 0 #000000;
  background: transparent;
}
@keyframes glitch-animation {
  0% {
    clip: rect(42px, 9999px, 44px, 0);
  }
  5% {
    clip: rect(12px, 9999px, 59px, 0);
  }
  10% {
    clip: rect(48px, 9999px, 29px, 0);
  }
  15% {
    clip: rect(42px, 9999px, 73px, 0);
  }
  20% {
    clip: rect(63px, 9999px, 27px, 0);
  }
  25% {
    clip: rect(34px, 9999px, 55px, 0);
  }
  30% {
    clip: rect(86px, 9999px, 73px, 0);
  }
  35% {
    clip: rect(20px, 9999px, 20px, 0);
  }
  40% {
    clip: rect(26px, 9999px, 60px, 0);
  }
  45% {
    clip: rect(25px, 9999px, 66px, 0);
  }
  50% {
    clip: rect(57px, 9999px, 98px, 0);
  }
  55% {
    clip: rect(5px, 9999px, 46px, 0);
  }
  60% {
    clip: rect(82px, 9999px, 31px, 0);
  }
  65% {
    clip: rect(54px, 9999px, 27px, 0);
  }
  70% {
    clip: rect(28px, 9999px, 99px, 0);
  }
  75% {
    clip: rect(45px, 9999px, 69px, 0);
  }
  80% {
    clip: rect(23px, 9999px, 85px, 0);
  }
  85% {
    clip: rect(54px, 9999px, 84px, 0);
  }
  90% {
    clip: rect(45px, 9999px, 47px, 0);
  }
  95% {
    clip: rect(37px, 9999px, 20px, 0);
  }
  100% {
    clip: rect(4px, 9999px, 91px, 0);
  }
}
@keyframes glitch-animation-2 {
  0% {
    clip: rect(65px, 9999px, 100px, 0);
  }
  5% {
    clip: rect(52px, 9999px, 74px, 0);
  }
  10% {
    clip: rect(79px, 9999px, 85px, 0);
  }
  15% {
    clip: rect(75px, 9999px, 5px, 0);
  }
  20% {
    clip: rect(67px, 9999px, 61px, 0);
  }
  25% {
    clip: rect(14px, 9999px, 79px, 0);
  }
  30% {
    clip: rect(1px, 9999px, 66px, 0);
  }
  35% {
    clip: rect(86px, 9999px, 30px, 0);
  }
  40% {
    clip: rect(23px, 9999px, 98px, 0);
  }
  45% {
    clip: rect(85px, 9999px, 72px, 0);
  }
  50% {
    clip: rect(71px, 9999px, 75px, 0);
  }
  55% {
    clip: rect(2px, 9999px, 48px, 0);
  }
  60% {
    clip: rect(30px, 9999px, 16px, 0);
  }
  65% {
    clip: rect(59px, 9999px, 50px, 0);
  }
  70% {
    clip: rect(41px, 9999px, 62px, 0);
  }
  75% {
    clip: rect(2px, 9999px, 82px, 0);
  }
  80% {
    clip: rect(47px, 9999px, 73px, 0);
  }
  85% {
    clip: rect(3px, 9999px, 27px, 0);
  }
  90% {
    clip: rect(26px, 9999px, 55px, 0);
  }
  95% {
    clip: rect(42px, 9999px, 97px, 0);
  }
  100% {
    clip: rect(38px, 9999px, 49px, 0);
  }
}

/* 13.Color Text */

.main-title.color_text {
  background-image: linear-gradient(-225deg,#231557 0%,#44107a 29%,#ff1361 67%,#fff800 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: colortext 2s linear infinite;
  display: inline-block;
}
@keyframes colortext {
  to {
    background-position: 200% center;
  }
}

/* 14.Spotlight Text */

.main-title.spotlight{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  position: relative;
  color: #000;
}
.main-title.spotlight:before{
  content: attr(data-text);
  position: absolute;
  background: linear-gradient(#f70000, #f89200, #f8f501);
  -webkit-background-clip: text;
  color: transparent;
  background-size: 100% 90%;
  line-height: 0.9;
  clip-path: ellipse(120px 120px at -2.54% -9.25%);
  animation: swing 5s infinite;
  animation-direction: alternate;
}
@keyframes swing{
  0%{
     -webkit-clip-path: ellipse(120px 120px at -2.54% -9.25%)
    clip-path: ellipse(120px 120px at -2.54% -9.25%)
  }
  50%{
    -webkit-clip-path: ellipse(120px 120px at 49.66% 64.36%);
    clip-path: ellipse(120px 120px at 49.66% 64.36%);

  }
  100%{
     -webkit-clip-path: ellipse(120px 120px at 102.62% -1.61%;);
    clip-path: ellipse(120px 120px at 102.62% -1.61%);
  }
}

/* 15.Spooky Text */

.main-title.spooky {
    cursor: default;
    font-weight: normal;
    margin: auto;
    outline: none;
    position: relative;
    transform: skew(10deg, 2deg);
    -webkit-animation: float 2s ease-in-out infinite;
    animation: float 2s ease-in-out infinite;
}
.typo::before, .typo::after {
  color: transparent;
  content:attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
.typo::before {
  animation: move_upper_shadow 2s ease-in-out infinite;
  opacity: 0;
  text-shadow: 6px 0 2px rgba(179, 8, 8, 0.4), 12px 0 2px rgba(26, 35, 126, 0.3);
}
.typo::after {
  animation: move_bottom_shadow 2s ease-in-out infinite;
  text-shadow: 2px 4px 2px rgba(179, 8, 8, 0.4), 4px 8px 2px rgba(26, 35, 126, 0.3);
}
@keyframes float {
  50% {
    transform: scaleY(1.01) skew(-10deg, -2deg);
  }
}
@keyframes move_upper_shadow {
  0%, 90%, 100% {
    opacity: 0;
    transform: translateX(-2%);
  }
  30% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes move_bottom_shadow {
  0%, 90%, 100% {
    opacity: 1;
    transform: translate(0, 0);
  }
  30% {
    opacity: 0;
    transform: translateY(-3.5%);
  }
}

/* 16.Sparkle Bottom Text */

.wrapper:has(.main-title.sparkle_bottom) {
  perspective: 500px;
}
.main-title.sparkle_bottom {
  display: block;
  animation: show 0.01s forwards, pop-word 1.5s infinite;
  animation-timing-function: cubic-bezier(0.14, 1.23, 0.33, 1.16);
  opacity: 0;
  transform: rotateX(120deg);
  transform-origin: 50% 100%;
}
@keyframes pop-word {
  to {
    transform: rotateX(0);
  }
}

@keyframes show {
  to {
    opacity: 1;
  }
}

/* 17.Woop Text */

.wrapper:has(.main-title.woop) { 
  text-shadow: 0 0.1em 20px #000,
               0.05em -0.03em 0 #000,
               0.05em 0.005em 0 #000,
               0em 0.08em 0 #000,
               0.05em 0.08em 0 #000,
               0px -0.03em 0 #000,
               -0.03em -0.03em 0 #000,
               -0.03em 0.08em 0 #000,
               -0.03em 0 0 #000;
}
.main-title.woop {
  transform: scale(0.9);
  display: inline-block;
  animation: bopB 1s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
}
@keyframes bopB {
  0% {
    transform: scale(0.9);
  }
  80%, 100% {
    transform: scale(1) rotateZ(-3deg);
  }
}

/* 18.Luminace Text */

.main-title.luminace {
  background: 50% 100% / 50% 50% no-repeat radial-gradient(ellipse at bottom, #fff, transparent, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: reveal 3000ms ease-in-out forwards 200ms, glow 2500ms linear infinite 2000ms;
}
@keyframes reveal {
  80% {
    letter-spacing: 4px;
  }
  100% {
    background-size: 150% 150%;
  }
}
@keyframes glow {
  40% {
    text-shadow: 0 0 4px #fff;
  }
}

/* 19.Cinematic Text */

.main-title.cinematic {
   opacity:0;
   animation: cinematicInOut 5s ease-in-out 2s infinite;
}
@keyframes cinematicInOut {
  0% {
    text-shadow:0 0 1em #ffffff;
    opacity:0;
    margin-left:-.5em;
  }
  25% {
    text-shadow:0 0 0 #ffffff;
    opacity:1;
    margin-left:0;
  }
  75% {
    text-shadow:0 0 0 #ffffff;
    opacity:1;
    margin-left:0;
  }
  100% {
    text-shadow:0 0 1em #ffffff;
    opacity:0;
    margin-left:0;
  }
}

/* 20.Bouncy Right Text 
   21.Moving Text */

.bouncy_right_text .letter, .main-title.moving_text .letter, .main-title.bottom_wavy_text .letter,
.main-title.rising .letter, .main-title.fade_in_slide .letter{
  display: inline-block;
  line-height: 1em;
}

/* 22.Bottom Wavy Text
   23.Bottom Corner Text 
   24.Bounce Slide Up Text */

.main-title.bottom_wavy_text, .main-title.corner_down,
.main-title.bounce_slide_up, .main-title.slide_in_left {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

/* 23.Bottom Corner Text */
.main-title.corner_down .letter, .main-title.slide_in_left .letter {
  transform-origin: 0 100%;
  display: inline-block;
  line-height: 1em;
}

/* 24.Bounce Slide Up Text */
.main-title.bounce_slide_up .letter{
  transform-origin: 50% 100%;
  display: inline-block;
  line-height: 1em;
}

/* 28.Line Shadow Text */

.main-title.line_shadow {
  display: inline-block;
  color: #ffffff;
  text-shadow: 0.03em 0.03em 0 hsl(0deg 0% 2%);
}
.main-title.line_shadow:after {
  content: attr(data-text);
  position: absolute;
  top: 0.06em;
  left: -0.06em;
  z-index: -1;
  text-shadow: none;
  background-image: linear-gradient(45deg,transparent 45%,hsla(48,20%,90%,1) 45%,hsla(48,20%,90%,1) 55%,transparent 0);
  background-size: .06em .06em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shad-anim 15s linear infinite;
}

@keyframes shad-anim {
  0% {
    background-position: 0 0
  }
  0% {
    background-position: 100% -100%
  }
}

/* 29.Threed Text */

.main-title.threed_text {
  text-transform: uppercase;
  color: #f5f5f5;
  text-shadow: 1px 1px 1px #919191,
        1px 2px 1px #919191,
        1px 3px 1px #919191,
        1px 4px 1px #919191,
        1px 5px 1px #919191,
        1px 6px 1px #919191,
        1px 7px 1px #919191,
        1px 8px 1px #919191,
        1px 9px 1px #919191,
        1px 10px 1px #919191,
    1px 18px 6px rgba(16,16,16,0.4),
    1px 22px 10px rgba(16,16,16,0.2),
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);
}


/*Counter Shape Animation */

/* Shape 1.Dashed Effect*/

.counter-shape .counter-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 45px 40px;
  text-align: center;
  height: 100px;
  align-content: center;
}
.glass_pentagone .counter-shape .counter-content, .fill_pentagone .counter-shape .counter-content,
.glass_heptagon .counter-shape .counter-content, .fill_heptagon .counter-shape .counter-content{
  height: 115px;
}
.counter-shape {
  width: 190px;
  height: 190px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.counter-shape.dash_circle {
  border: 3px dashed #FFFFFF;
  border-radius: 100%;
}
.counter-shape.dash_diamond,.counter-shape.diamond_inline  {
  border: 3px dashed #FFFFFF;
  height: 156px;
  text-align: center;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 156px;
  overflow: hidden;
  background: transparent;
  padding: 0px;
}
.counter-shape.diamond_inline { 
  border: 3px solid #fff;
  width: 158px;
  height: 158px;
}
.counter-shape.dash_diamond  .counter-content,.counter-shape.glass_diamond  .counter-content {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  padding: 30px 25px;
}
.counter-shape.glass_pentagone {
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 15%, rgba(255, 255, 255, 0.1) 85%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.counter-shape.fill_pentagone {
  background-color: rgb(232 222 222 / 0.3);
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}
.counter-shape.fill_hexagonal {
  display: block;
  position: relative;
  -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  background-color: rgb(232 222 222 / 0.3);
}
.counter-shape.glass_hexagonal {
  -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 15%, rgba(255, 255, 255, 0.1) 85%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.counter-shape.glass_heptagon {
  clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 15%, rgba(255, 255, 255, 0.1) 85%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.counter-shape.fill_heptagon {
  clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
  background-color: rgb(232 222 222 / 0.3);
}
.counter-shape.glass_octagon {
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 15%, rgba(255, 255, 255, 0.1) 85%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.counter-shape.fill_octagon {
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  background-color: rgb(232 222 222 / 0.3);
}
.counter-shape.glass_decagon {
  clip-path:  polygon(50% 0%, 81% 9%, 101% 36%, 100% 65%, 84% 89%, 56% 98%, 19% 90%, 2% 69%, 0% 34%, 20% 10%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 15%, rgba(255, 255, 255, 0.1) 85%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.counter-shape.fill_decagon {
  clip-path:  polygon(50% 0%, 81% 9%, 101% 36%, 100% 65%, 84% 89%, 56% 98%, 19% 90%, 2% 69%, 0% 34%, 20% 10%);
  background-color: rgb(232 222 222 / 0.3);
}
.counter-shape.glass_bevel {
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 15%, rgba(255, 255, 255, 0.1) 85%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.counter-shape.fill_bevel {
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  background-color: rgb(232 222 222 / 0.3); 
}
.counter-shape.glass_rabbet {
  clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 15%, rgba(255, 255, 255, 0.1) 85%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.counter-shape.fill_rabbet {
  clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
  background-color: rgb(232 222 222 / 0.3);
}
.counter-shape.glass_circle {
  position: relative;
  border-radius: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 15%, rgba(255, 255, 255, 0.1) 85%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.counter-shape.glass_square {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 15%, rgba(255, 255, 255, 0.1) 85%);
  -webkit-backdrop-filter:blur(5px);
  backdrop-filter: blur(5px);
}
.counter-shape.glass_diamond {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.6) 15%, rgba(255, 255, 255, 0.1) 85%);
  -webkit-backdrop-filter:blur(5px);
  backdrop-filter: blur(5px);
  height: 164px;
  text-align: center;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg) ;
  -o-transform: rotate(45deg) ;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg) ;
  width: 164px;
  overflow: hidden;
  padding: 0;
}
.counter-shape.glass_square_note {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.1) 100%);
  clip-path: polygon(0 18%,16% 0,102% 0,100% 0%,100% 83%,85% 100%,0% 100%, 0% 90%,0% 10%);
  -webkit-backdrop-filter:blur(5px);
  backdrop-filter: blur(5px);
}
.counter-shape.dash_square_note {
  border:3px dashed #FFFFFF;
  border-top: 8px solid #FFC700;
  position: relative;
}
.counter-shape.dash_square_note:after,.counter-shape.square_note:after,
.counter-shape.circle_note:after,.counter-shape.square_corner_note:after{
  content: '';
  position: absolute;
  background-image: url('../images/down-arrow.svg');
  top: -7px;
  bottom: auto;
  background-repeat: no-repeat;
  height: 20px;
  width: 30px;
  left: 45%;
  right: 45%;
  display: inline-block;
}
.counter-shape.circle_note:after {
  left: 43%;
  right: 43%;
}
.counter-shape.diamond_inline .counter-content {
  transform: rotate(-45deg);
  padding: 30px 25px;
}
.counter-shape.square_note,.counter-shape.circle_note,
.counter-shape.square_corner_note{
  border:3px solid #FFFFFF;
  border-top: 8px solid #FFC700;
  position: relative;
}
.counter-shape.circle_note {
  border-radius: 100%;
}
.counter-shape.square_corner_note{
  clip-path: polygon(0 18%,16% 0,102% 0,100% 19%,100% 83%,85% 100%,0% 100%, 0% 90%,0% 10%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.1) 100%);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
}
.timer-col {
  margin: 0 auto;
}
.infinit_tunnel .Slider-slide.show{
  background-image: none!important;
}

/* Pop-Up Form Css */

.hide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -o-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
}
.popup {
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: #FAFDFF;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 600px;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.09), 0px 11px 12px 7px rgba(0, 0, 0, 0.02);
  -moz-transition: all 120ms;
  -webkit-transition: all 120ms;
  -o-transition: all 120ms;
  transition: all 120ms;
  z-index: 99;
  padding: 25px;
  color: #5E5E5E;
}
.popup-header {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  letter-spacing: 1px;
}
.popup-body {
  padding: 25px 0;
  color: #000000;
  text-transform: capitalize;
}
.close {
  position: absolute;
  right: 0;
  top: 0;
  width: 51px;
  height: 51px;
  font-size: 0;
  cursor: pointer;
}
.close:before, .close:after {
  content: '';
  position: absolute;
  background: #767676;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  left: 14px;
  right: 14px;
  top: 30px;
  height: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -webkit-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
}
.close:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup-footer .button {
  padding: 10px 15px;
  border: 1px solid #F5F5F5;
  text-transform: uppercase;
  box-shadow: 2px 2px 3px #969191;
  color: #5E5E5E;
  cursor: pointer;
  transition: all 120ms ease-in;
  outline:none;
}
.popup-footer .button:hover {
  box-shadow: 1px 3px 5px #E9E9E9;
  transform: translateY(-1px);
}
.popup-footer .button:active, .popup-footer .button:visited {
  transform: translateY(1px);
  outline:none;
  box-shadow: 1px 2px 3px #F5F5F5;
}
.layout-two .social-icons .icon-item:hover img {
    filter: invert(47%) sepia(6%) brightness(12%) contrast(85%);
}

/*Counter effect: side border*/

.page-timer .timer-wrap .timer-col.side_border{
  margin: 0;
  border-left: 1px dotted #dadada;
  border-color: rgba(218,218,218,0.8);
}
.page-timer.side_border .timer-wrap {
  display: flex;
  justify-content: center;
  column-gap: initial;
  column-count: auto;
  flex-wrap: nowrap;
}
.counter-shape.side_border .counter-content {
  height: auto;
}
.page-timer.side_border .counter-shape, .page-timer.fill_square .counter-shape{
  width: 176px;
  height: 155px;
}
.page-timer.side_border .counter-content,  .page-timer.fill_square .counter-content {
  padding: 30px;
  height: auto;
}
.page-timer .timer-wrap .timer-days.side_border {
  border-left:0;
}
.Slider-content.layout_3 .page-timer.side_border .timer-wrap,
.Slider-content.layout_3 .page-timer.fill_square .timer-wrap{
  justify-content: flex-start;
}

/*Counter effect: fill-background*/

.page-timer.fill_square .counter-shape {
  width: 166px;
  height: auto;
  border-radius: 20px;
}
.page-timer.fill_square .counter-shape{
  background-color: #FFC700;
}
.Slider-content.layout_5 .timer-wrap, .page-timer.fill_square .timer-wrap {
  display: flex;
}
.Slider-content.layout_5 .timer-wrap, .page-timer.fill_square .timer-wrap {
  justify-content: center;
}
.Slider-content.layout_3 .page-timer.fill_square .counter-shape,
.Slider-content.layout_5 .page-timer.fill_square .timer-col,
.page-timer.fill_square .timer-wrap .timer-col, .page-timer.fill_counter .timer-col,
.page-timer.fill_counter_two .timer-col{
  margin: initial;
}
.counter-shape.fill_square {
  color: #000;
}

/*Counter effect: stroke-line*/

.page-timer.stroke_square .timer-wrap, .page-timer.fill_counter .timer-wrap,
.page-timer.fill_counter_two .timer-wrap, .page-timer.stroke_square_two .timer-wrap,
.page-timer.stroke_square_three .timer-wrap, .page-timer.stroke_square_four .timer-wrap{
  display: flex;
  justify-content: center;
}
.page-timer.stroke_square  .counter-content {
  background-color: #FFC700;
  color: #000;
}
.page-timer.stroke_square_two  .counter-content  {
  background-color: #0047b3;
  color: #ffffff;
}
.page-timer.stroke_square_three  .counter-content  {
  background-color: #009933;
  color: #000000;
}
.page-timer.stroke_square_four  .counter-content  {
  background-color: #ed7017;
  color: #ffffff;
}
.page-timer.stroke_square .counter-shape .counter-content,
.page-timer.stroke_square_two .counter-shape .counter-content,
.page-timer.stroke_square_three .counter-shape .counter-content,
.page-timer.stroke_square_four .counter-shape .counter-content,
.page-timer.fill_counter .counter-shape .counter-content, 
.page-timer.fill_counter_two .counter-shape .counter-content {
  height: auto;
  padding: 40px;
}
.page-timer.stroke_square .counter-shape, .page-timer.stroke_square_two .counter-shape,
.page-timer.stroke_square_three .counter-shape, .page-timer.stroke_square_four .counter-shape {
  width: 170px;
  height: auto;
  margin: initial;
}
.page-timer.stroke_square .timer-col, .page-timer.stroke_square_three .timer-col {
  border: 3px solid #000;
  padding: 4px;
}
 .page-timer.stroke_square_four .timer-col, .page-timer.stroke_square_two .timer-col {
  border: 3px solid #ffffff;
  padding: 4px;
 }
.Slider-content.layout_3 .page-timer.stroke_square .timer-wrap,
.Slider-content.layout_3 .page-timer.stroke_square_two .timer-wrap,
.Slider-content.layout_3 .page-timer.stroke_square_three .timer-wrap,
.Slider-content.layout_3 .page-timer.stroke_square_four .timer-wrap,
.Slider-content.layout_3 .page-timer.fill_counter .timer-wrap,
.Slider-content.layout_3 .page-timer.fill_counter_two .timer-wrap{
  justify-content: flex-start;
}

/*Counter effect: double-color*/

.page-timer.fill_counter .timer-col.counter-shape.fill_counter,
.page-timer.fill_counter_two .timer-col.counter-shape.fill_counter_two {
  width: 165px;
  height: auto;
  border-width: 0px 1px;
  border-top-style: initial;
  border-top-color: initial;
  border-right-style: solid;
  border-right-color: rgb(51, 51, 51);
  border-bottom-style: initial;
  border-bottom-color: initial;
  border-left-style: solid;
  border-left-color: rgb(149, 149, 149);
  background-color: #0000004d;
}
.page-timer.fill_counter .counter-shape .counter-content,
.page-timer.fill_counter_two .counter-shape .counter-content  {
  padding: 30px 0px 0px;
}
.page-timer.fill_counter .timer-wrap,
.page-timer.fill_counter_two .timer-wrap{
  column-gap: 0;
}
.page-timer.fill_counter .timer-days,
.page-timer.fill_counter_two .timer-days{
  border-left: 0px!important;
}
.page-timer.fill_counter .timer-second,
.page-timer.fill_counter_two .timer-second {
  border-right: 0px!important;
}
.page-timer.fill_counter .timer-text,
.page-timer.fill_counter_two .timer-text {
  background-color: #00000075;
  padding: 20px 53px;
  overflow: hidden;
}
.page-timer.fill_counter .timer-wrap .counter-time,
.page-timer.fill_counter_two .timer-wrap .counter-time {
  padding-bottom: 16px;
}
.page-timer.fill_counter_two .timer-col.counter-shape.fill_counter_two {
  background-color: #ead9d94d;
  border-right-color: rgb(241 231 231);
}
.page-timer.fill_counter_two .timer-text {
  background-color: #e6e3e3a8;
}

/*Counter effect: flip-counter*/

.page-timer.flip_counter .timer-wrap, .page-timer.flip_counter_two .timer-wrap,
.page-timer.circle_line_counter .timer-wrap, .page-timer.fill_circle_line .timer-wrap,
.page-timer.countdown_clock .timer-wrap{
  display: none;
}
.fliptimer .text {
  color: #fff!important;
}
.fliptimer ul li div.flip-updown div div.flip-val {
  background-color: #FFC700!important;
}
.flip-val {
  color: #000000!important;
}
.Slider-content.layout_3 .fliptimer{
  justify-content: flex-start!important;
}
.tick .tick-label{
  font-size: 20px;
}
.la-count-element input:focus-visible {
  outline: none;
}
body .page-timer.fill_circle_line .la-count-element canvas {
  background-color: #f2f3f7b3!important;
  border-radius: 50%;
  color: #000;
}
.page-timer.fill_circle_line .la-count-down li input,
.page-timer.fill_circle_line #days-title,.page-timer.fill_circle_line #hours-title,
.page-timer.fill_circle_line #mins-title,.page-timer.fill_circle_line #secs-title {
  color: #000!important;
}
.Slider-content.layout_3 .page-timer.flip_counter_two .tick [data-layout~=horizontal][data-layout~=fit] {
  text-align: center;
}

/*Counter effect: Circle-line-counter*/

.la-count-down {
  padding: 0;
  text-align: center;
  height: 240px;
  height: auto;
  display: flex;
}
.la-count-down li {
  margin: 0 10px;
  padding: 0;
  list-style: none;
  font-size: 28px;
  display: inline-block;
  min-height: 200px;
  position: relative;
}
.la-count-down li div {
  margin: 0 !important;
  padding: 0;
  display: inline-block !important;
}
.la-count-down li input {
 font-size: 52px !important;
 color: #fff !important;
 width: 100%!important;
 height: auto!important;
 margin: 0 auto !important;
 font-weight: normal !important;
 left: 0;
 right: 0;
 top: 26%;
}
#days-title,
#hours-title,
#mins-title,
#secs-title {
  display: block;
  color: #ffff;
  text-transform: uppercase;
  margin-top: -75px;
  font-size: 22px;
  position: relative;
  z-index: 9 !important;
}

/*Counter effect: Clock countdown counter*/

.page-timer.countdown_clock {
  margin: 70px 0;
}
#clock-countdown{
  width: 465px;
  height: 112px;
  text-align: center;
  background: #222;
  background-image: -webkit-linear-gradient(top, #222, #333, #333, #222); 
  background-image:    -moz-linear-gradient(top, #222, #333, #333, #222);
  background-image:     -ms-linear-gradient(top, #222, #333, #333, #222);
  background-image:      -o-linear-gradient(top, #222, #333, #333, #222);
  border: 1px solid #111;
  border-radius: 5px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
  margin: auto;
  padding: 24px 0;
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
}
#clock-countdown:before{
  content:"";
  width: 8px;
  height: 65px;
  background: #444;
  background-image: -webkit-linear-gradient(top, #555, #444, #444, #555); 
  background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
  background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
  background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
  border: 1px solid #111;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  display: block;
  position: absolute;
  top: 48px; left: -10px;
}
#clock-countdown:after{
  content:"";
  width: 8px;
  height: 65px;
  background: #444;
  background-image: -webkit-linear-gradient(top, #555, #444, #444, #555); 
  background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
  background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
  background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
  border: 1px solid #111;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  display: block;
  position: absolute;
  top: 48px; right: -10px;
}
#clock-countdown #tiles{
  position: relative;
  z-index: 1;
}
#clock-countdown #tiles > span{
  width: 92px;
  max-width: 92px;
  text-align: center;
  color: #111;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, #bbb, #eee); 
  background-image:    -moz-linear-gradient(top, #bbb, #eee);
  background-image:     -ms-linear-gradient(top, #bbb, #eee);
  background-image:      -o-linear-gradient(top, #bbb, #eee);
  border-top: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
  margin: 0 7px;
  padding: 18px 0;
  display: inline-block;
  position: relative;
}
#clock-countdown #tiles > span:before{
  content:"";
  width: 100%;
  height: 13px;
  background: #111;
  display: block;
  padding: 0 3px;
  position: absolute;
  top: 41%; left: -3px;
  z-index: -1;
}
#clock-countdown #tiles > span:after{
  content:"";
  width: 100%;
  height: 1px;
  background: #eee;
  border-top: 1px solid #333;
  display: block;
  position: absolute;
  top: 48%; left: 0;
}
#clock-countdown .labels{
  width: 100%;
  height: 25px;
  text-align: center;
  position: absolute;
  bottom: 8px;
}
#clock-countdown .labels li{
  width: 102px;
  color: #ffc700;
  text-shadow: 1px 1px 0px #000;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}
.Slider-content.layout_3 #clock-countdown {
  margin: 0;
}
.Slider-content.layout_3 .page-timer.countdown_clock {
  margin: 20px 0 70px;
}

/*Counter effect: Rotate countdown counter*/

.countdownHolder{
  width:auto;
  height: 77px;
  margin:0 auto;
  font: 62px'Inter', sans-serif;
  text-align:center;
  letter-spacing:-3px;
}
.la-position{
  display: inline-block;
  height: 1.6em;
  overflow: hidden;
  position: relative;
  width: 1.05em;
}
.digit{
  position:absolute;
  display:block;
  width:1em;
  /*background-color:rgb(102, 102, 102);*/
  background-color:#ffc700;
  border-radius:0.2em;
  text-align:center;
  color:#000;
  letter-spacing:-1px;
}
.digit.static{
  box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
}
.countDays{ /* display:none !important;*/ }
.countDiv0{ /* display:none !important;*/ }
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}
.countDiv{
  display:inline-block;
  width:16px;
  height:1.6em;
  position:relative;
}
.countDiv:before,
.countDiv:after{
  position:absolute;
  width:5px;
  height:5px;
  background-color:#444;
  border-radius:50%;
  left:50%;
  margin-left:-3px;
  top:0.5em;
  box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
  content:'';
}
.countDiv:before {
  top: 20px;
}
.countDiv:after{
  top:0.9em;
}
#note{
  color: #666666;
  font-size: 12px;
  margin: 0 auto;
  padding: 4px;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  width: 400px;
}


/* Media Query CSS */

@media (max-width: 1500px) {
  .layout_3 .social-icons, .layout_4 .social-icons {
    right: 30px;
  }
  .page-timer {
    padding: 50px 0;
  }
  .page-timer.square_note, .page-timer.circle_note, .page-timer.square_corner_note {
    padding: 50px 0;
  }
  .page-social-icons.layout_5, .page-social-icons.layout_1 {
    padding: 15px 0;
  }
  .page-description, .page-email-subscription {
    padding: 20px 0;
  }
  .layout_2 .page-footer-text, .layout_3 .page-footer-text,
  .layout_4 .page-footer-text {
    padding-top: 50px;
  }
  .Slider-content-inner {
    padding: 130px 20px 40px;
  }
  .page-social-icons {
    padding: 20px 0 20px;
  }
  .page-social-icons.layout-two{
    padding: 0 0 60px;
  }
  #bg-iframe-video {
    padding-bottom:59.25%;
  }
  #player iframe {
    min-width: 105vw;
    min-height: 103vh;
  }
    .Slider-content.layout_3 .page-timer.countdown_clock {
    margin: 46px 0 115px;
  }
}

@media (max-width: 1440px) {

  #bg-iframe-video {
    padding-bottom: 71.25%;
  }
  #player iframe {
    width: 143%;
    height: 113%;
  }
  header {
    padding: 30px 0;
  }
  .header .logo {
    padding: 0 30px;
  }
  .logo img {
    width: auto;
    height: 40px;
  }
  .Slider-content-inner {
    padding: 120px 20px 40px;
  }
  .layout_3 .Slider-content-inner {
    padding: 70px 20px 10px;
  }
  .page-social-icons.layout_2 {
    opacity: 0;
    padding: 0;
  }
  .Slider-content.layout_3 {
    max-width: 960px;
  }
  .sidebar-btn {
    top: 30px;
    right: 30px;
  }
  .timer-wrap .counter-time {
    font-size: 56px;
    line-height: 56px;
  }
  .counter-shape {
    width: 170px;
    height: 170px;
  }
  .counter-shape .counter-content {
    padding: 35px 20px;
  }
  .main-title {
    padding: 0 0 10px;
  }
  .page-description, .page-email-subscription,.page-social-icons.layout_5,
  .page-social-icons.layout_1  {
    padding: 10px 0;
  }
  .page-footer-text {
    padding: 15px 0 0px 0;
  }
  .page-timer.dash_diamond, .page-timer.glass_diamond,
  .layout_3 .page-timer.dash_diamond,.layout_3 .page-timer.glass_diamond,
  .layout_3 .page-timer.diamond_inline {
    padding: 60px 0 60px;
  }
  .page-timer.diamond_inline {
    padding: 60px 0 70px;
  }
  .glass_pentagone .counter-shape .counter-content, .fill_pentagone .counter-shape .counter-content,
  .glass_heptagon .counter-shape .counter-content, .fill_heptagon .counter-shape .counter-content {
    height: 110px;
  }
  body.matrix_cell canvas#scene, body.circle_particle canvas, body.chewing_gum canvas {
    width: 100%;
    height: 100%;
  }

}

@media (max-width: 1200px) {
  #bg-iframe-video {
    padding-bottom: 81.24%;
  }
  #player iframe {
    width: 164%;
    height: 114%;
  }
}

@media (max-width: 1024px) {

  #bg-iframe-video {
    padding-bottom: 89.24%;
  }
  .page-timer {
    padding: 40px 0;
  }
  .layout_2 .page-footer-text {
    padding-top: 40px;
  }
  .page-description, .page-email-subscription {
    padding: 20px 0;
  }
  .nav-title,.main-title {
    font-size: 52px;
    line-height: 52px;
  }
  .timer-text {
    letter-spacing: 2px;
    padding: 15px 0 0 0
  }
  .input-group input {
    padding: 10px;
  }
  .navitem {
    padding: 20px 0 0 0;
  }
  .main_side{
    width: 545px;
  }
  .close-btn {
    right: 545px;
  }
  .page-footer-text {
    padding: 10px 0 0px 0;
  }
  .page-about-us {
    padding: 40px 40px 20px;
  }
  .get-touch-wrap, .page-contact-us {
    padding: 40px;
  }
  .page-social-icons.layout-two {
    padding:0 0 40px;
  }
  .navbar-contact-detail {
    padding-top: 25px;
  }
  .nav-title {
    padding: 0 0 10px 0;
  }
  form input,form #message {
    width: calc(100% - 40px);
  }
  #bg-iframe-video {
    padding-bottom: 86.24%;
  }
  #player iframe {
    width: 176%;
    height: 115%;
  }
  .counter-shape {
    width: 170px;
    height: 170px;
  }
  .counter-shape.dash_diamond {
    height: 150px;
    width: 150px;
  }
  .counter-shape .counter-content,.fill_octagon .counter-content {
    padding: 35px 25px;
  }
  .glass_heptagon .counter-shape .counter-content, .fill_heptagon .counter-shape .counter-content {
    height: 108px;
  }
  .fill_heptagon .counter-shape .counter-content {
    height: 95px;
  }
  .counter-shape.dash_diamond .counter-content, .counter-shape.glass_diamond .counter-content,
  .counter-shape.diamond_inline .counter-content {
    padding: 20px 25px;
  }
  .counter-shape.fill_heptagon .counter-content {
    padding: 50px 25px;
  }
  .counter-shape.line_hexagonal .counter-content {
    padding: 50px 20px;
  }
  .counter-shape.diamond_inline {
    width: 150px;
    height: 150px;
  }
  .counter-shape.dash_square_note:after, .counter-shape.square_note:after,
  .counter-shape.square_corner_note:after{
    left: 40%;
    right: 40%;
  }
  .counter-shape.fill_heptagon .counter-content {
    padding: 40px 5px;
  }
  .timer-wrap {
    column-gap: 0;
  }
  #end {
    top: -9px;
  }
  .layout_3 .counter-shape {
    margin: initial;
  }
  .layout_3.counter-shape.glass_diamond .counter-content {
    padding: 35px 25px;
  }
  .counter-shape.double_line_diamond:after {
    width: 145px;
    height: 145px;
  }
  .counter-shape.glass_diamond .counter-content {
    padding: 25px 25px;
  }
  .layout_3 .social-icons, .layout_4 .social-icons {
   right: 15px;
   bottom: 40px;
  }
  .layout_2 .subscribe_form .btn-default {
    top: 0px;
    padding: 16px 13px;
  }
  .layout_3 .timer-col.dash_diamond, .layout_3 .timer-col.glass_diamond,
  .layout_3 .timer-col.diamond_inline{
    margin: 0 auto;
  }
  .btn-default{
      padding: 15px 10px;
  }
  .layout_1 button.email-btn, .layout_4 button.email-btn,.subscribe_form .input-group, .btn-default {
    height: 50px;
  }
  .page-timer.diamond_inline {
    padding: 50px 0 50px;
  }
  .page-timer.side_border .counter-content {
    padding: 32px 30px;
  }
  .Slider-content.layout_3 .page-timer.fill_square .timer-wrap {
    column-gap: 30px;
  }
  .Slider-content.layout_5 .timer-wrap, .page-timer.fill_square .timer-wrap {
    column-gap: 30px;
  }
  .page-timer.stroke_square .timer-wrap,
  .page-timer.stroke_square_two .timer-wrap,
  .page-timer.stroke_square_three .timer-wrap,
  .page-timer.stroke_square_four .timer-wrap {
    display: flex;
    justify-content: center;
  }
  .page-timer.stroke_square .counter-shape,
  .page-timer.stroke_square_two .counter-shape,
  .page-timer.stroke_square_three .counter-shape,
  .page-timer.stroke_square_four .counter-shape {
    width: 150px;
    height: auto;
  }
  .page-timer.stroke_square .timer-wrap,
  .page-timer.stroke_square_two .timer-wrap,
  .page-timer.stroke_square_three .timer-wrap,
  .page-timer.stroke_square_four .timer-wrap{
    column-gap: 20px;
  }
  .page-timer.stroke_square .counter-shape .counter-content,
  .page-timer.stroke_square_two .counter-shape .counter-content,
  .page-timer.stroke_square_three .counter-shape .counter-content,
  .page-timer.stroke_square_four .counter-shape .counter-content {
    padding: 30px 20px;
  }
  .la-count-down li input {
    width: 154px!important;
    height: 98px!important;
    left: -2px;
    font-size: 46px !important;
    top: 22px;
  }
  .page-timer.fill_circle_line .la-count-down li input {
    width: 154px!important;
    height: 54px!important;
    font-size: 46px !important;
    top: 42px;
    left: -3px;
  }
  .page-timer.fill_circle_line #days-title, .page-timer.fill_circle_line #hours-title,
  .page-timer.fill_circle_line #mins-title, .page-timer.fill_circle_line #secs-title {
    margin: -90px 0 auto 4px;
  }
  #days-title, #hours-title, #mins-title, #secs-title {
    margin: -89px 0 auto -2px;
  }
  .la-count-down {
    flex-wrap: wrap;
    justify-content: center;
  }
  .la-count-down li canvas {
    height: 180px!important;
    width: 180px!important;
  }
  .la-count-down li {
    min-height: 180px;
    margin: 0;
  }
  .Slider-content.layout_3 .page-timer.countdown_clock {
    margin: 30px 0 115px;
  }
  #cloud-animation img {
    top: 15%;
  }
}

@media (min-width: 991px) and (max-width: 1025px) {

  .Slider-content {
      max-width: 940px;
  }
  .Slider-content.layout_3 {
      max-width: 940px;
  }
  .layout_3 .Slider-content-inner {
    width: 850px;
  }
  .Slider-content-inner {
    flex: 0 0 auto;
    width: 875px;
  }
  .counter-shape.glass_diamond {
    width: 155px;
    height: 155px;
  }
  .layout_3  .counter-shape.glass_diamond  {
    width: 152px;
    height: 152px;
  }
  .layout_3 .timer-col.dash_diamond,.layout_3 .timer-col.diamond_inline {
    width: 148px;
    height: 148px;

  }

}

@media (max-width: 991px) {
  
  ::-webkit-scrollbar {
    width: 4px;
  }
  .header .logo {
    padding: 0 20px;
  }
  .sidebar-btn {
    top: 24px;
    right: 20px;
  }
  .Slider-content-inner {
    padding: 80px 10px 20px;
  }
  .Slider-content-inner:has(.page-timer.fill_square),
  .Slider-content-inner:has(.page-timer.stroke_square) {
    max-width: 670px;
  }
  .Slider-content.layout_5 .Slider-content-inner {
    padding: 100px 20px 20px;
  }
  .counter-shape {
    width: 150px;
    height: 150px;
  }
  .counter-shape .counter-content, .counter-shape.glass_hexagonal .counter-content {
    padding: 33px 25px;
    height: 85px;
  }
  .glass_pentagone .counter-content {
    padding: 40px 25px;
  }
  .glass_pentagone .counter-shape .counter-content, .fill_pentagone .counter-shape .counter-content {
    height: 84px;
  }
  .glass_heptagon .counter-shape .counter-content, .fill_heptagon .counter-shape .counter-content,
  .fill_pentagone .counter-shape .counter-content {
    height: 95px;
  }
  .timer-text,.copyright {
    font-size: 16px;
    line-height: 16px;
  }
  .navbar-social {
    padding: 0 0 40px;
  }
  .nav-title {
    padding: 0 0 10px 0;
  }
  .detail-icon {
    padding: 0 0 10px;
  }
  .navitem {
    padding: 10px 0 0 0;
  }
  .navitem, .deatil-text {
    padding: 15px 0 0 0;
  }
  .page-about-us p, .get-touch-wrap p {
    padding: 10px 0 0;
  }
  .contact-us-form {
    padding-top: 20px;
  }
  .navbar-contact-detail {
    padding-top: 25px;
  }
  .page-timer,.page-timer.square_note, .page-timer.circle_note, .page-timer.square_corner_note{
    padding: 40px 0px;
  }
  .layout_3 .page-footer-text, .layout_4 .page-footer-text {
    padding-top: 10px;
  }
  .layout_3 .social-icons, .layout_4 .social-icons {
    position: relative;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: left;
  }
  .layout_4 .social-icons {
    text-align: center;
    justify-content: center;
  }
  .layout_3 .social-icons:before, .layout_4 .social-icons:before {
    content: none;
  }
  .layout_4 .page-social-icons, .layout_3 .page-social-icons {
    padding: 0;
  }
  #end {
    font-size: 14px;
    line-height: 14px;
    padding: 7px 14px;
    top: -4px;
    width: 100%;
    max-width: 630px;
  }
  .nav-title,.timer-wrap .counter-time  {
    font-size: 48px;
    line-height: 48px;
  }
  .main_side {
    width: 500px;
  }
  .close-btn {
    right: 500px;
  }
  .page-about-us {
    padding: 30px;
  }
  .page-social-icons.layout-two {
    padding: 0 0 30px;
  }
  .detail-title {
    letter-spacing: 2px;
    font-size: 16px;
  }
  #bg-iframe-video {
    padding-bottom: 139.24%;
  }
  #player iframe {
    width: 284%;
  }
  .counter-shape.fill_heptagon .counter-content {
    padding: 30px 25px;
  }
  .counter-shape.circle_note {
    border-top: 5px solid #FFC700;
  }
  .counter-shape.circle_note:after {
    left: 40%;
    right: 40%;
    top: -10px;
  }
  .counter-shape.glass_diamond {
    width: 130px;
    height: 130px;
  }
  .counter-shape.double_line_diamond{
    width: 110px;
    height: 110px;
  }
  .counter-shape.dash_diamond .counter-content, .counter-shape.glass_diamond .counter-content,
  .counter-shape.diamond_inline .counter-content {
    padding: 35px 21px;
  }
  .layout_3 .counter-shape.square_note:after {
    left: 41%;
  }
  .counter-shape.glass_diamond .counter-content {
    padding: 30px 12px;
  }
  .layout_3 .social-icons .icon-item:first-child, .layout_4 .social-icons .icon-item:first-child {
    margin-left: 0;
  }
  .layout_3 .social-icons, .layout_4 .social-icons {
    flex-direction: row;
  }
  .layout_3 .social-icons .icon-item, .layout_4 .social-icons .icon-item  {
    display: inline-block;
  }
  .page-timer.side_border .counter-shape {
    width: 155px;
    height: 116px;
    margin-bottom: 0px!important;
  }
  .page-timer.side_border .counter-content {
    padding: 19px 14px;
  }
  .Slider-content.layout_3 .Slider-content-inner:has(.page-timer.fill_square)  {
    max-width: 620px;
  }
  .page-timer.fill_square .counter-shape {
    width: 136px;
    height: auto;
    margin-bottom: initial!important;
  }
  .Slider-content.layout_3 .page-timer.fill_square .timer-wrap {
    justify-content: center;
    display: flex;
    flex-wrap: nowrap;
    column-gap: 12px;
  }
  .page-timer.fill_square .timer-wrap{
    justify-content: center;
  }
  .page-timer.fill_square .counter-content {
    padding: 29px 18px;
  }
  .Slider-content.layout_5 .Slider-content-inner:has(.page-timer.fill_square) {
      max-width: 610px;
  }
  .Slider-content.layout_5 .timer-wrap, .page-timer.fill_square .timer-wrap {
    column-gap: 20px;
  }
  .Slider-content.layout_3:has(.page-timer.fill_square){
    max-width: 660px;
  }
  .page-timer.stroke_square .counter-shape,
  .page-timer.stroke_square_two .counter-shape,
  .page-timer.stroke_square_three .counter-shape,
  .page-timer.stroke_square_four .counter-shape {
    width: 130px;
    height: auto;
    margin-bottom: initial!important;
  }
  .page-timer.fill_counter .timer-col.counter-shape.fill_counter,
  .page-timer.fill_counter_two .timer-col.counter-shape.fill_counter_two  {
    width: 133px;
    height: auto;
    margin-bottom: 0px!important;
  }
  .page-timer.fill_counter .timer-text {
    padding: 16px 44px;
  }
  .la-count-down li canvas {
    height: 155px!important;
    width: 155px!important;
  }
  .la-count-down li input { 
    top: 18%;
    width: 117px!important;
    height: 62px!important;
  }
  #days-title, #hours-title, #mins-title, #secs-title {
    margin: -70px 0 auto 22px;
    font-size: 20px;
  }
  .page-timer.fill_circle_line #days-title, .page-timer.fill_circle_line #hours-title,
  .page-timer.fill_circle_line #mins-title, .page-timer.fill_circle_line #secs-title {
    margin: -69px 0 auto 20px;
  }
  .page-timer.fill_circle_line .la-count-down li input {
    height: 46px!important;
    font-size: 46px !important;
    left: 2px;
  }
  .la-count-down li {
    min-height: 174px;
  }
  .la-count-down li div {
    left: 5px;
    position: relative;
    right: 11px;
  }
  .la-count-down {
    display: inline-flex;
  }
  .la-count-element div {  
    width: 180px!important;
    height: 164px!important;
  }
  #cloud-animation img {
    top: 17%;
  }
}

@media (max-width: 768px) and (min-width: 700px) {
  
  .Slider-content,.Slider-content.layout_3 {
    max-width: 840px;
  }
  .Slider-content-inner,.layout_3 .Slider-content-inner {
    width:800px;
  }
  .layout_3 .Slider-content-inner {
    padding: 100px 20px 30px;
  }
  .counter-shape.dash_diamond,.counter-shape.diamond_inline{
    height: 125px;
    width: 125px;
  }
  .counter-shape.dash_diamond .counter-content, .counter-shape.diamond_inline .counter-content,
  .counter-shape.glass_diamond .counter-content{
    padding: 18px 15px;
  }
  .layout_3 .counter-shape.glass_diamond .counter-content{
    padding: 22px 10px;
  }
  .page-timer.dash_diamond, .page-timer.glass_diamond, .page-timer.diamond_inline,
  .layout_3 .page-timer.dash_diamond, .layout_3 .page-timer.glass_diamond, .layout_3 .page-timer.diamond_inlin {
    padding: 50px 0 50px;
  }
  .page-timer.side_border .counter-shape {
    width: 155px;
    height: 126px;
  }
  .page-timer.side_border .counter-content {
    padding: 24px 30px;
  }
  .Slider-content.layout_3 .page-timer.fill_square .timer-wrap {
    justify-content: center;
    display: flex;
  }
  
}

@media (max-width: 767px) {

  .page-social-icons {
    padding: 10px 0;
  }
  .page-social-icons.layout_5, .page-social-icons.layout_1 {
    padding: 10px 0 0;
  }
  .layout_2 .subscribe_form .input-group {
    padding-right: 82px;
    max-width: 412px;
    margin: 0 auto;
  }
  .page-timer,.page-timer.square_note, .page-timer.circle_note, .page-timer.square_corner_note{
    padding: 30px 0px;
  }
  .timer-wrap {
     column-count: 2; 
     flex-wrap: wrap;
  }
  .page-timer.fill_counter .timer-wrap {
    flex-wrap: nowrap;
  }
  .page-timer.fill_square .timer-wrap {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 12px;
  }
  .layout_2 .page-footer-text {
    padding-top: 20px;
  }
  .main-title {
    padding: 10px 0 10px;
  }
  .layout_3 .Slider-content-inner {
    padding: 100px 20px 10px;
  }
  .Slider-content.layout_3, .layout_3 .social-icons, .layout_4 .social-icon, .layout_3 .subscribe_form .input-group  {
    text-align: center;
    justify-content: center;
  }
  .layout_3 .timer-col,.layout_3 .subscribe_form .input-group {
    margin: 0 auto;
  }
  .main-title {
    font-size: 36px;
    line-height: 36px;
  }
  .timer-wrap .counter-time {
    font-size: 36px;
    line-height: 36px;
  }
  .page-about-us, .get-touch-wrap, .page-contact-us {
    padding: 30px 20px;
  }
  .counter-shape {
    width: 115px;
    height: 115px;
  }
  .counter-shape .counter-content {
    height: 65px;
  }
  .counter-shape .counter-content,.counter-shape.glass_hexagonal .counter-content,
  .counter-shape.fill_heptagon .counter-content  {
    padding: 25px 18px;
  }
  .counter-shape.glass_hexagonal .counter-content {
    height: 63px;
  }
  .glass_pentagone .counter-shape .counter-content, .fill_pentagone .counter-shape .counter-content {
    height: 75px;
  }
  .glass_heptagon .counter-shape .counter-content, .fill_heptagon .counter-shape .counter-content {
    height: 72px;
  }
  .bo-ma, .layout_3 .timer-col .bo-ma{
    margin-bottom: 10px!important;
  }  
  .bo-ma.diamond_inline {
    margin-bottom: 38px!important;
  }
  .bo-ma.glass_diamond {
    margin-bottom: 40px!important;
  }
  .page-description {
    padding: 10px 0;
  }
  .counter-shape.diamond_inline .counter-content {
    padding: 12px 12px;
  }
  .header .logo {
    padding: 0 20px;
  }
  .sidebar-btn {
    top: 30px;
    right: 20px;
  }
  .page-timer.dash_diamond #end , .page-timer.glass_diamond #end , .page-timer.diamond_inline #end,
  .layout_3 .page-timer.dash_diamond #end , .layout_3 .page-timer.glass_diamond #end , .layout_3 .page-timer.diamond_inline #end {
    top: 4px;
  }
  .timer-text {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 0 0 0;
  }
  .dash_diamond .timer-text, .diamond_inline .timer-text, .glass_diamond .timer-text {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 6px 0 0 0;
  }
  .navbar-icon {
    padding: 15px;
    position: relative;
    top: 9px;
  }
  .Slider {
    height: auto;
  }
  .icon-item {
    margin: 0 8px;
  }
  .main_side {
    width: 100%;
    height: 100%;
    right: -765px; 
  }
  .close-btn.click {
    left: auto;
    right: 0;
  }
  .close-btn.click svg path {
    fill: #000;
  }
  .nav-title {
    font-size: 38px;
    line-height: 38px;
  }
  .input-group input {
    padding: 10px;
  }
  .input-group input,.input-group-btn button {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
  }
  .navitem,.deatil-text {
    padding: 8px 0 0 0;
  }
  #bg-iframe-video {
    padding-bottom:217.24%;
  }
  #player iframe {
    width: 443%;
  }
  .page-footer-text,.deatil-text {
    padding: 10px 0px 0px 0px;
  }
  .detail-title,.message-button, .page-about-us p, .get-touch-wrap p,
  .deatil-text {
    font-size: 16px;
    line-height: 16px;
  }
  .page-about-us p, .get-touch-wrap p {
    line-height: 24px;
  }
  .counter-shape.diamond_inline {
    height: 100px;
    width: 100px;
  }
  .bo-ma.dash_diamond {
    margin-bottom: 40px!important;
  }
  #end {
    left: 15%;
    right: 15%;
    max-width: 230px;
  }
  .layout_1 button.email-btn svg, .layout_4 button.email-btn svg{
    vertical-align: middle;
    height: 20px;
    width: 20px;
  }
  .page-email-subscription {
    padding: 10px 0;
  }
  .detail-icon svg {
    width: 30px;
    height: 25px;
  }
  .message-button {
    padding: 16px;
  }
  .navbar-social {
    padding: 0px 0 30px;
  }
  /* Diamond Shape Css*/
  .counter-shape.dash_diamond {
    height: 100px;
    width: 100px;
  }
  .counter-shape.glass_diamond {
    width: 124px;
    height: 124px;
  }
  .counter-shape.dash_diamond .counter-content, .counter-shape.glass_diamond .counter-content {
    padding: 16px 12px;;
  }
  .page-timer.dash_diamond, .page-timer.glass_diamond, .page-timer.diamond_inline,
  .layout_3 .page-timer.dash_diamond, .layout_3 .page-timer.glass_diamond,
  .layout_3 .page-timer.diamond_inline {
    padding: 40px 0 40px;
  }
  .layout_3 .social-icons:before, .layout_4 .social-icons:before {
    display: none;
  }
  .layout_3 .social-icons .icon-item, .layout_4 .social-icons .icon-item {
    margin: 0 8px;
  }
  .layout_3 .counter-shape.glass_diamond {
    width: 108px;
    height: 108px;
  }
  .counter-shape.dash_square_note,.counter-shape.square_note,.counter-shape.square_corner_note {
    border-top: 5px solid #FFC700;
  }
  .counter-shape.dash_square_note:after,.counter-shape.square_note:after,
  .counter-shape.circle_note:after,.counter-shape.square_corner_note:after {
    top: -12px;
  }
  .counter-shape .counter-content,.counter-shape.double_line_diamond .counter-content,.counter-shape.double_line_note .counter-content,
  {
    padding: 30px 5px;
  }
  .layout_3 .social-icons .icon-item, .layout_4 .social-icons .icon-item {
    padding: 0;
  }
  .layout_3 .counter-shape.square_note:after, .layout_3 .counter-shape.circle_note:after {
    left: 38%;
    right: 38%;
  }
  .page-social-icons.layout_3, .page-social-icons.layout_4{
    padding: 10px 0 10px;
  } 
  .popup {
    width: 310px;
    left: 50%;
  } 
  .layout_3 .btn-default,.layout_5 .btn-default, .layout_2 .subscribe_form .btn-default{
    height: 46px;
  }
  .subscribe_form .input-group,.layout_1 button.email-btn, .layout_4 button.email-btn {
    height: 46px;
  }
  .subscribe_form .input-group {
    max-width: 500px;
  }
  .layout_3  .btn-default {
    padding: 18px 10px;
  }
  .layout_2 .subscribe_form .btn-default {
    padding: 13px 8px;
    width: 82px;
    font-size: 14px;
  }
  .layout_3 .btn-default,.layout_5 .subscribe_form .btn-default {
    width: 75px;
    height: 46px;
    padding: 10px 6px;
    font-size: 14px;
  }
  .page-description {
    font-size: 16px;
    line-height: 22px;
  }
  .copyright {
    font-size: 14px;
    line-height: 16px;
  }
  .navbar-contact-detail {
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: nowrap; 
    align-items: center;
  }
  .detail-icon {
    height: auto;
    width: auto;
    padding: 0 0 8px;
  }
  .icons {
    margin-bottom: 20px;
    width: 100%;
  }
  .icons:last-child {
    margin-bottom: 0;
  }
  .page-timer.side_border .counter-shape {
    width: 155px;
    height: 96px;
  }
  .page-timer.side_border .counter-content {
    padding: 17px 20px;
  }
  .page-timer.fill_square .counter-shape {
    width: 124px;
    height: auto;
  }
  .Slider-content.layout_3 .page-timer.fill_square .timer-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
  .page-timer.stroke_square .timer-wrap, .page-timer.stroke_square_two .timer-wrap,
  .page-timer.stroke_square_three .timer-wrap, .page-timer.stroke_square_four .timer-wrap {
    row-gap: 20px;
    flex-wrap: nowrap;
  }
  .Slider-content.layout_3 .page-timer.stroke_square .timer-wrap,.Slider-content.layout_3 .page-timer.stroke_square_two .timer-wrap,
  .Slider-content.layout_3 .page-timer.stroke_square_three .timer-wrap,.Slider-content.layout_3 .page-timer.stroke_square_four .timer-wrap,
  .Slider-content.layout_3 .page-timer.fill_counter .timer-wrap, .Slider-content.layout_3 .fliptimer,
  .Slider-content.layout_3 .page-timer.fill_counter_two .timer-wrap{
    justify-content: center!important;
  }
  .page-timer.stroke_square .counter-shape,
  .page-timer.stroke_square_two .counter-shape,
  .page-timer.stroke_square_three .counter-shape,
  .page-timer.stroke_square_four .counter-shape{
    width: 112px;
  }
  .page-timer.fill_counter .timer-col.counter-shape.fill_counter {
    width: 112px;
  }
  .page-timer.fill_counter_two .timer-col.counter-shape.fill_counter_two {
    width: 87px;
  }
  .layout_3 .Slider-content-inner:has(.page-timer.fill_counter_two) {
    padding: 100px 10px 10px;
  }
  .page-timer.fill_counter .counter-shape .counter-content,
  .page-timer.fill_counter_two .counter-shape .counter-content {
    padding: 22px 0px 0px;
  }
  .page-timer.fill_counter .timer-wrap .counter-time,
  .page-timer.fill_counter_two .timer-wrap .counter-time{
    padding-bottom: 14px;
  }
  .page-timer.fill_counter .timer-text{
    padding: 12px 34px;
  }
  .page-timer.fill_counter_two .timer-text  {
    padding: 12px 37px;
  }
  .tick .tick-label {
    font-size: 16px;
  }
  .la-count-down li {
    min-height: 157px;
  }
  .la-count-down li div {
    left: -1px;
  }
  .la-count-down li canvas {
    width: 135px!important;
    height: 135px!important;
  }
  .la-count-element div {
    width: 150px!important;
    height: 151px!important;
  }
  .la-count-down li input {
    left: 0px;
    top: 21%;
    height: 47px!important;
    font-size: 38px!important;
  }
  #days-title, #hours-title, #mins-title, #secs-title {
    margin: -69px 0 auto -6px;
    font-size: 18px;
  }
  .la-count-down {
    margin-bottom: 0px;
  }
  .page-timer.circle_line_counter {
    padding: 18px 0px 20px;
    margin: 0;
  }
  .countdownHolder {
    width: 362px;
  }
  .la-position {
    width: 32px;
  }
  .digit {
    width: 31px;
    font-size: 38px;
  }
  .countDiv {
    height: 118px;
  }
  .countDiv:after {
    top: 48px;
  }
  .page-timer.fill_counter_two .timer-wrap {
    flex-wrap: nowrap;
  }
  .main-title.moving_text, .main-title.bouncy_right_text, .main-title.bottom_wavy_text,
  .main-title.corner_down, .main-title.bounce_slide_up, .main-title.slide_in_left,
  .main-title.rising, .main-title.fade_in_slide {
    font-size: 41px;
  }
  .page-timer.countdown_clock {
    margin: 66px 0 70px;
  }
  .Slider-content.layout_3 .page-timer.countdown_clock, .page-timer.countdown_clock {
    margin: 74px 0 76px;
  }
  .Slider-content.layout_3 #clock-countdown, #clock-countdown {
    margin: auto;
  }
  #clock-countdown {
    width: 320px!important;
  }
  .page-timer.fill_circle_line .la-count-down li input {
    height: 46px!important;
    font-size: 40px !important;
    top: 30px;
    left: -4px;
  }
  .page-timer.fill_circle_line #days-title, .page-timer.fill_circle_line #hours-title,
  .page-timer.fill_circle_line #mins-title, .page-timer.fill_circle_line #secs-title {
    margin: -65px 0 auto -2px;
  }
}

@media (max-width: 767px) and (min-width: 600px) and (max-width: 575px) {

  .Slider-content,.Slider-content.layout_3 {
    max-width: 740px;
  }
  .Slider-content-inner {
    width:700px;
  }
  .counter-shape.dash_diamond .counter-content {
    padding: 25px 12px;
  }
}

@media (max-width: 575px) {
  .page-timer.stroke_square .timer-wrap, 
  .page-timer.stroke_square_two .timer-wrap,
  .page-timer.stroke_square_three .timer-wrap,
  .page-timer.stroke_square_four .timer-wrap {
    flex-wrap: nowrap;
  }
  .Slider-content.layout_3:has(.page-timer.stroke_square),
  .Slider-content.layout_3:has(.page-timer.stroke_square_two),
  .Slider-content.layout_3:has(.page-timer.stroke_square_three),
  .Slider-content.layout_3:has(.page-timer.stroke_square_four) {
    max-width: 480px;
  }
  .page-timer.stroke_square .counter-shape .counter-content,
  .page-timer.stroke_square_two .counter-shape .counter-content,
  .page-timer.stroke_square_three .counter-shape .counter-content,
  .page-timer.stroke_square_four .counter-shape .counter-content {
    padding: 16px 8px;
  }
  .page-timer.stroke_square .counter-shape, .page-timer.stroke_square_two .counter-shape,
  .page-timer.stroke_square_three .counter-shape, .page-timer.stroke_square_four .counter-shape {
    width: 92px;
    height: 92px;
  }
}

@media (max-width: 480px) {

  .counter-shape.diamond_inline {
    height: 90px;
    width: 90px;
  }
  .bo-ma.diamond_inline {
    margin-bottom: 34px!important;
  }
  .layout_1 button.email-btn, .layout_4 button.email-btn {
    width: 75px;
    height: 46px;
  }
  #clock-countdown {
    width: 100%;
    height: 95px;
  }
  #clock-countdown #tiles > span{ 
    width: 60px;
  }
  #clock-countdown .labels li {
    width: 68px;
    font-size: 16px;
  }
  .page-timer.stroke_square .timer-wrap, .page-timer.stroke_square_two .timer-wrap,
  .page-timer.stroke_square_three .timer-wrap, .page-timer.stroke_square_four .timer-wrap {
    flex-wrap: wrap;
  }
  .page-timer.stroke_square .counter-shape .counter-content, .page-timer.stroke_square_two .counter-shape .counter-content,
  .page-timer.stroke_square_three .counter-shape .counter-content, .page-timer.stroke_square_four .counter-shape .counter-content {
    padding: 20px 8px;
  }
  .page-timer.stroke_square .counter-shape, .page-timer.stroke_square_two .counter-shape,
  .page-timer.stroke_square_three .counter-shape, .page-timer.stroke_square_four .counter-shape {
    width: 112px;
    height: auto;
  }
  #clock-countdown:before, #clock-countdown:after {
    top: 37px;
  }
}

@media (min-width: 480px) and (max-width: 641px) and (max-width: 575px){

  .Slider-content {
    max-width: 500px;
  }
  .Slider-content:has(.page-timer.fill_counter) {
    max-width: 530px;
  }
  .Slider-content-inner, .Slider-content.layout_3 {
    max-width: 460px;
  } 
  .Slider-content-inner {
    padding: 130px 20px 30px;
  }
  .counter-shape.dash_diamond .counter-content, .counter-shape.fill_heptagon .counter-content {
    padding: 20px 15px;
  }
  .counter-shape.glass_diamond .counter-content {
    padding: 20px 6px;
  }
  .bo-ma.diamond_inline {
    margin-bottom: 40px!important;
  }
  .bo-ma, .layout_3 .timer-col .bo-ma{
    margin-bottom: 10px!important;
  }
  .counter-shape.square_note {
    width: 120px;
    height: 120px;
  }  
  .counter-shape.diamond_inline .counter-content {
    padding:16px 5px;
  }
  .counter-shape.glass_diamond {
    width: 105px;
    height: 105px;
  }
  .bo-ma.counter-shape.glass_diamond {
    margin-bottom: 42px!important;
  }
  .page-timer.fill_square .timer-wrap {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 12px;
  }
  .page-timer.fill_square .counter-shape {
    width: 110px;
    height: auto;
  }
  .page-timer.fill_counter .timer-col.counter-shape.fill_counter {
    width: 112px;
  }
}

@media (min-width: 320px) and  (max-width: 480px)  {

  .Slider-content{
    max-width: 400px;
  }
  .Slider-content-inner, .layout_3 .Slider-content-inner {
    width: 360px;
  }
  .layout_3 .counter-shape.glass_diamond{
    width: 100px;
    height: 100px;
  }
  .page-footer-text {
    padding: 10px 0 0;
  }
  .layout_3 .subscribe_form .form-control {
    height: 22px;
  }
  .layout_1 button.email-btn, .layout_4 button.email-btn {
    height: 46px;
    width: 80px;
  }
  .counter-shape.glass_diamond {
    width: 95px;
    height: 95px;
  }
  .bo-ma.counter-shape.glass_diamond {
    margin-bottom: 38px!important;
  }
}

@media (max-width: 390px) {
  .la-count-down li div {
    left: 3px;
  }
  #days-title, #hours-title, #mins-title, #secs-title {
    margin: -69px 0 auto 12px;
  }
  .page-timer.fill_circle_line #days-title, .page-timer.fill_circle_line #hours-title, .page-timer.fill_circle_line #mins-title, .page-timer.fill_circle_line #secs-title {
    margin: -65px 0 auto 14px;
  }
  #clock-countdown #tiles > span{ 
    width: 50px;
  } 
  #clock-countdown .labels li {
    width: 58px;
    font-size: 16px;
  }
  .countdownHolder {
    width: 284px;
    margin: 0 auto;
    font: 45px'Inter', sans-serif;
  }
  .countDiv {
    height: 94px;
  }
  .digit {
    width: 23px;
    font-size: 30px;
  }
  .countDiv:before{
    top: 32px;
  font-size: 16px;
  }
}

@media (max-width: 375px) {
  #bg-iframe-video {
    padding-bottom:230.24%;
  }
  #player iframe {
    width: 469%;
  }
  .counter-shape.dash_diamond {
    height: 90px;
    width: 90px;
  }
  .countdownHolder {
    width: 334px;
  }
  .la-position {
    width: 27px;
  }
  .digit {
    width: 27px;
    font-size: 32px;
  }
  .countDiv:after {
    top: 45px;
  }
  .main-title.moving_text, .main-title.bouncy_right_text {
    font-size: 37px;
  }
  .Slider-content-inner:has(.page-timer.fill_counter) {
    width: 350px;
  }

}
@media (max-width: 340px) {
  
  .Slider-content {
    max-width: 300px
  }
  .Slider-content-inner {
    width: 275px;
    padding: 100px 10px 40px;
  }
  .layout_3 .Slider-content-inner  {
    width: 270px;
    padding: 100px 20px 40px;
  }
  .page-timer.side_border .counter-shape {
    width: 155px;
    height: 76px;
  }
  .page-timer.side_border .counter-content {
    padding: 12px 10px;
  }
  .page-timer .timer-wrap .timer-col.side_border .timer-text {
    font-size: 10px;
  }
  .Slider-content-inner:has(.page-timer.side_border) {
    width: 290px;
    padding: 100px 12px 40px;
  }
  #bg-iframe-video {
    padding-bottom: 267.24%;
  }
  #player iframe {
    width: 547%;
  }
  .main-title {
    font-size: 32px;
    line-height: 32px;
    padding: 0 0 10px;
  }
  .counter-shape {
    height: 100px;
    width: 100px;
  }
  .glass_heptagon .counter-shape .counter-content, .fill_heptagon .counter-shape .counter-content {
    height: 70px;
  }
  .timer-text {
    padding: 8px 0 0 0;
    font-size: 12px;
  }
  .input-group input, .input-group-btn button{
    font-size: 14px;
  }
  .page-description {
    font-size: 16px;
    line-height: 20px;
  }
  .counter-shape.dash_diamond, .counter-shape.diamond_inline,
  .layout_3 .counter-shape.glass_diamond {
    width: 85px;
    height: 85px;
  }
  .layout_2 .subscribe_form .btn-default {
    padding: 10px 8px;
    font-size: 12px;
    width: 70px;
  }
  .layout_2 .subscribe_form .input-group {
    padding-right: 70px;
  }
  .subscribe_form .input-group, .layout_5 .subscribe_form .btn-default,
  .layout_2 .subscribe_form .btn-default{
    height: 40px;
  }
  .layout_1 button.email-btn, .layout_4 button.email-btn {
    width: 58px;
    height: 40px;
  }
  .counter-shape .counter-content,.counter-shape.glass_hexagonal .counter-conten {
    padding: 20px 12px;
  }
  .counter-shape .counter-content {
    height: 60px;
  }
  .counter-shape.glass_hexagonal .counter-content,.fill_heptagon .counter-shape .counter-content {
    height: 50px;
  }
  .counter-shape.dash_diamond .counter-content .timer-text{
    letter-spacing: 1px;
  }
  .counter-shape.dash_diamond .counter-content {
    padding: 12px 8px;
  }
  .timer-wrap .counter-time {
    font-size: 28px;
    line-height: 28px;
  }
  .navbar-contact-detail {
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: nowrap;
  }
  .icons {
    margin-bottom: 20px;
  }
  .get-touch-wrap {
    padding: 30px 20px 20px;
  }
  .counter-shape.glass_diamond {
    width: 90px;
    height: 90px;
  }
  .bo-ma.counter-shape.glass_diamond {
    margin-bottom: 38px!important;
  }
  .counter-shape.glass_diamond .counter-content{
    padding: 14px 6px;
  }
  .counter-shape.circle_note:after {
    left: 36%;
    right: 36%;
  }
  .icons:last-child {
    margin-bottom: 10px;
  }
  .page-timer.fill_square .counter-shape {
    width: 110px;
    height: auto;
  }
  .Slider-content.layout_3 .page-timer.fill_square .timer-wrap,
  .Slider-content.layout_5 .page-timer.fill_square .timer-wrap {
    column-gap: 14px;
    row-gap: 14px;
  }
  .page-timer.stroke_square .counter-shape .counter-content,
  .page-timer.stroke_square_two .counter-shape .counter-content,
  .page-timer.stroke_square_three .counter-shape .counter-content,
  .page-timer.stroke_square_four .counter-shape .counter-content  {
    padding: 20px;
  }
  .page-timer.stroke_square .counter-shape, .page-timer.stroke_square_two .counter-shape,
  .page-timer.stroke_square_three .counter-shape, .page-timer.stroke_square_four .counter-shape {
    width: 100px;
    height: auto;
  }
  .Slider-content-inner:has(.page-timer.fill_counter) {
    width: 295px;
  }
  .tick .tick-label {
    font-size: 14px;
  }
  #clock-countdown #tiles > span{ 
    width: 50px;
  } 
  #clock-countdown .labels li {
    width: 58px;
    font-size: 16px;
  }
  .countdownHolder {
    width: 284px;
    margin: 0 auto;
    font: 45px'Inter', sans-serif;
  }
  .countDiv {
    height: 94px;
  }
  .digit {
    width: 23px;
    font-size: 30px;
  }
  .countDiv:before{
    top: 32px;
  }
  .la-position {
    width: 23px;
  }
  .layout_3 .Slider-content-inner:has(.page-timer.fill_counter_two) {
    width: 290px;
  }
  .page-timer.fill_counter_two .timer-col.counter-shape.fill_counter_two {
    width: 71px;
  }
  @keyframes cinematicInOut {
    0% {
      text-shadow:0 0 1em #ffffff;
      opacity:0;
      margin-left:0;
    }
    25% {
      text-shadow:0 0 0 #ffffff;
      opacity:1;
      margin-left:0;
    }
    75% {
      text-shadow:0 0 0 #ffffff;
      opacity:1;
      margin-left:0;
    }
    100% {
      text-shadow:0 0 1em #ffffff;
      opacity:0;
      margin-left:0;
    }
  }
  .main-title.moving_text, .main-title.bouncy_right_text, .main-title.bottom_wavy_text,
  .main-title.corner_down, .main-title.bounce_slide_up, .main-title.slide_in_left,
  .main-title.rising, .main-title.fade_in_slide {
    font-size: 32px;
  }
  .page-timer.fill_circle_line  .la-count-down li input,
  .la-count-down li input  {
    left: -15px;
  }
  .la-count-down li div {
    left: 3px;
  }
  .page-timer.fill_circle_line #days-title, .page-timer.fill_circle_line #hours-title,
  .page-timer.fill_circle_line #mins-title, .page-timer.fill_circle_line #secs-title {
    margin: -72px 0 auto -2px;
  }
  #days-title, #hours-title, #mins-title, #secs-title  {
    margin: -74px 0 auto 13px;
  }
  .la-count-down li {
    min-height: 120px;
  }
  .la-count-down li canvas {
    height: 100px!important;
    width: 100px!important;
  }
  .la-count-element div {
    width: 115px!important;
    height: 130px!important;
  }
  .page-timer.fill_circle_line .la-count-down li input {
    height: 28px!important;
    font-size: 28px!important;
    left: -16px;
    top: 19%;
  }
  .la-count-down li input {
    left: -1px;
    height: 28px!important;
    font-size: 28px!important;
    top: 19%;

  }
  .page-timer.fill_circle_line .la-count-down li input {
    left: -19px;
  }
  #days-title, #hours-title, #mins-title, #secs-title {
    font-size: 14px;
  }
  .page-timer.circle_line_counter {
    padding: 18px 0px 0px;
  }
  .la-count-down {
    margin-top: 0;
  }
  #end {
    left: 3%;
    right: 3%;
  }
  .page-timer.fill_circle_line .la-count-down li div{
    left: -1px;
  }
  #clock-countdown {
    width: 100%!important;
  } 
  
}
