html {
  scroll-behavior: smooth;
}

@-webkit-keyframes swinging {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes swinging {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

.swingimage {
  -webkit-transform-origin: 50% 10px;
  transform-origin: 50% 10px;
  -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
  animation: swinging 3.5s ease-in-out forwards infinite;
  position: relative;
  display: block;
  color: #000000;
}

a.swingimage,
.banner-ctnt a.swingimage {
  text-decoration: none;
}

.swingimage:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 0px;
  background: url(../images/hang-pin.png) no-repeat center center;
  z-index: 999;
}

.swingimage:hover {
  animation: none;
}

.ft-lnk-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer {
  padding-top: 30px;
}

a {
  color: #FF9800;
  text-decoration: none;
  transition: All 0.2s ease;
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
}

a:hover {
  color: #ffffff;
}

p:last-child {
  margin-bottom: 0;
}

b,
strong {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.orangetext {
  color: #FF9800 !important;
}

.whitetext {
  color: #ffffff !important;
}

.table thead th {
  background-color: #2a2a2a;
  border: none;
  text-align: center;
}

.table td {
  font-size: 14px;
  border-top: none;
  border-bottom: 1px solid #6a6a6a;
  padding: 10px 15px;
  text-align: center;
  white-space: nowrap;
}

.table tr:last-child td {
  border-bottom: none;
}

.table td:first-child {
  text-align: left;
}

.bg-brown {
  background-color: #161616;
  color: #ffffff;
  padding: 25px 0;
}

.bg-dark-brown {
  background-color: #0b0b0b;
  color: #ffffff;
  padding: 25px 0;
}

.bg-white {
  background-color: #ffffff;
  color: #000000;
  padding: 60px 0;
}

.bg-black {
  background-color: #000000;
  text-decoration: none;
  color: #ffffff;
}

.f-medium {
  font-weight: 500;
}

.f-regular {
  font-weight: 400;
}

.f-18-regular {
  font-weight: 400;
  font-size: 18px;
}

.sub-hd {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

.sub-hd1 {
  display: block;
  position: static;
  line-height: 1.1;
  font-size: 40%;
  font-weight: 300;
}

.sub-hd2 {
  font-size: 18px;
}

.sub-hd3 {
  color: #FF9800;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 5px;
}

.sub-hd4 {
  font-size: 18px;
  font-weight: 500;
  color: #FF9800;
}

a.sub-hd4:hover {
  color: #ffffff;
  text-decoration: none;
}

.sub-hd5 {
  font-size: 25px;
  font-weight: 600;
  color: #FF9800;
}

.hd-typ1 {
  font-size: 63px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.hd-typ2 {
  font-size: 55px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}


.list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.list li {
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
  color: #ffffff;
}

.list li:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  background: url(../images/list-icon.png) no-repeat center left;
}

.list.theme-text li {
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
  color: #FF9800;
}

/* Shutter Out Horizontal */

.btn-typ1 {
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #ef7d00;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: none;
  box-shadow: none;
  background-image: none;
  text-transform: uppercase;
}

.btn-typ1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn-typ1:hover {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  border: none;
}

.btn-typ1:focus {
  outline: none;
  border: none;
}

.btn-typ1:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


/* Curl Bottom Right */

.btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  min-width: 145px;
  padding: 7px 10px;
  background-color: #ef7d00;
  color: #ffffff;
  border: none;
}

.btn:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
  border-radius: 5px 0 5px 0;
}

.btn:hover:before {
  width: 25px;
  height: 25px;
}

.btn:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

body {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .7px;
}

.page-wrapper {
  min-height: 100vh;
  overflow: hidden;
}

img {
  max-width: 100%;
}

header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #ffffff;
  border-radius: 10px;
  border: 2px solid rgba(255, 133, 0, 0);
  position: relative;
  overflow: hidden;
  line-height: 1.2;
  margin: 1px;
}

.navbar-light .navbar-nav .nav-link {
  border: 2px solid rgba(255, 133, 0, 0);
  transition: All 0.2s ease;
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #ffffff;
}

.navbar-light .navbar-nav .active .nav-link,
.navbar-light .navbar-nav .nav-item:hover .nav-link {
  color: #ffffff;
  border: 2px solid #ff8500;
}

.navbar-light .navbar-nav .nav-link:before {
  content: "";
  height: 3px;
  left: -20%;
  right: -20%;
  top: 50%;
  position: absolute;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  background-color: rgba(255, 133, 0, 0);
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  display: none;
}

.banner-left {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  max-width: 455px;
}

.navbar-light .navbar-nav .active .nav-link:before,
.navbar-light .navbar-nav .nav-item:hover .nav-link:before,
.navbar-light .navbar-nav .nav-item .nav-link:hover:before {
  background-color: #ff8500;
  transform: rotate(155deg);
  -webkit-transform: rotate(155deg);
  -moz-transform: rotate(155deg);
  -o-transform: rotate(155deg);
  -ms-transform: rotate(155deg);
}

.overlay-ctnt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 99;
  transform: translate(0, 50%);
}

.banner-content {
  font-size: 25px;
}

.left-col {
  padding-left: 15px;
}

.left-col-ctnt {
  max-width: 585px;
  margin-left: auto;
}

.logo-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  position: relative;
  z-index: 99;
}

.logo-wrapper a {
  width: 310px;
}

.section-banner{
  position: relative;
  border-top: 4px solid #488107;
}
/*.section-banner::before{
  position: absolute;
  width: 145px;
  height: 165px;
  left: 0;
  top: 0;
  background: url("../images/banner-left-xmus-bg-3.png") top left no-repeat;
    z-index: 11;
    content: "";
    background-size: contain;
    -webkit-animation: swinging 3s ease-in-out forwards infinite;
  animation: swinging 3s ease-in-out forwards infinite;
}
.section-banner::after{
  position: absolute;
  width: 155px;
  height: 207px;
  right: 0;
  top: 0;
  background: url("../images/banner-right-xmus-bg-3.png") top right no-repeat;
    z-index: 11;
    content: "";
    background-size: contain;
    -webkit-animation: swinging 3s ease-in-out forwards infinite;
  animation: swinging 3s ease-in-out forwards infinite;
}*/

@-webkit-keyframes swinging {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(4deg); }
  50% {
    -webkit-transform: rotate(-4deg); }
  75% {
    -webkit-transform: rotate(4deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@keyframes swinging {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(4deg); }
  50% {
    -webkit-transform: rotate(-4deg); }
  75% {
    -webkit-transform: rotate(4deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
.banner-wrapper {
    position: relative;
}
/*.banner-wrapper::before{
  position: absolute;
  left: 0;
  top: 0;
  width: 618px;
  height: 165px;
  content: "";
}*/
/*.banner-wrapper::before{
  position: absolute;
  width: 616px;
  height: 74px;
  left: 0;
  top: 0;
  background: url("../images/banner-left-xmus-bg-1.png") top left no-repeat;
    z-index: 21;
    content: "";
    background-size: contain;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
}
.banner-wrapper::after{
  position: absolute;
  width: 624px;
  height: 90px;
  right: 0;
  top: 0;
  background: url("../images/banner-right-xmus-bg-1.png") top right no-repeat;
    z-index: 21;
    content: "";
    background-size: contain;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
}*/
/*.banner-wrapper .img-wrapper{
  height: 100vh;
}*/
.mob-voucher-ctnt {
  display: none;
}


.banner-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-ctnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-size: 23px;
}

.banner-ctnt a {
  text-decoration: underline;
}

.banner-ctnt a:hover {
  text-decoration: none;
}
.bnr-logo {
    margin-bottom: 25px;
}
.nav-close-btn {
  position: relative;
  width: 40px;
  border: 2px solid #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  cursor: pointer;
  background-color: #ff8500;
}

.nav-close-btn .nav-strip {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  margin: 5px 0;
  transition: All 0.8s ease;
  -webkit-transition: All 0.8s ease;
  -moz-transition: All 0.8s ease;
  -o-transition: All 0.8s ease;
}

.nav-close-btn .nav-strip-wrap {
  position: relative;
  width: 100%;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.active-nav .nav-close-btn:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
}


.nav-strip-wrap:before,
.nav-strip-wrap:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  transition: All 0.2s ease;
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
}

.nav-strip-wrap:before {
  top: 0;
}

.nav-strip-wrap:after {
  bottom: 0;
}

.active-nav .nav-close-btn .nav-strip {
  transform: translateX(-200%);
  transform: translateX(-200%);
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -o-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
}

.active-nav .nav-strip-wrap::before {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
}

.active-nav .nav-strip-wrap::after {
  bottom: 50%;
  transform: rotate(-45deg) translateY(50%);
  -webkit-transform: rotate(-45deg) translateY(50%);
  -moz-transform: rotate(-45deg) translateY(50%);
  -o-transform: rotate(-45deg) translateY(50%);
  -ms-transform: rotate(-45deg) translateY(50%);
}


.mob-down-icon {
  position: relative;
  bottom: 0;
}

.mob-down-icon {
  color: #FF9800;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

.ft-lnk-list-wrap {
  display: flex;
  justify-content: space-between;
}

.copy-right {
  font-size: 12px;
  text-align: center;
}

footer a {
  color: #FF9800;
}

footer a:hover {
  color: #ffffff;
  text-decoration: none;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .ft-lnk-list {
  font-size: 14px;
}

footer .ft-lnk-list li {
  margin-bottom: 7px;
}

footer .ft-lnk-list a {
  color: #ffffff;
}

footer .ft-lnk-list a:hover {
  color: #FF9800;
}

footer address {
  font-size: 14px;
  font-weight: 300;
}

footer address .orangetext {
  font-weight: 400;
}

footer .contact-link-row {
  margin-bottom: 10px;
  font-weight: 400;
}

footer .contact-link-row sub {
  display: block;
  line-height: 1.2;
  text-transform: uppercase;
}

footer .ft-hd {
  font-size: 14px;
  font-weight: 400;
  color: #FF9800;
  text-transform: uppercase;
}

footer .ft-col-inner {
  height: 100%;
  padding-right: 20px;
  border-right: 1px solid #38383f;
}

footer .ft-col:last-child .ft-col-inner {
  border-right: 0;
}

footer .ft-row {
  border-top: 1px solid #38383f;
  padding-top: 25px;
  margin-top: 25px;
}

footer .ft-row:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}

footer .btn-typ1::before {
  background-color: #ffffff;
}

footer .btn-typ1:hover {
  color: #000000;
}

footer .social-list li {
  margin-right: 8px;
}

footer .social-list li:first-child {
  margin-left: 0;
}

.address-row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #2a2a2a;
}

.address-row a:hover {
  color: #ffffff;
  text-decoration: none;
}

.social-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.ft-menu {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin-top: 0px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 400;
}

.ft-menu a {
  color: #ffffff;
}

.ft-menu a:hover,
.ft-menu .active a {
  color: #ef7d00;
}

.ft-menu li {
  padding: 10px 10px;
  text-transform: uppercase;
}
.powerd-logo-wrap {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
}
.powerd-logo-wrap .powerd-logo {
    display: flex;
    align-items: center;
}
.btn-buy-now {
    background: #ff8500;
    padding: 0.5rem 12px !important;
    font-weight: 700 !important;
    color: #fff !important;
    border: 2px solid #ff8500 !important;
}
.btn-buy-now:hover{
  background: #fff !important;
  color: #ff8500 !important;
  border: 2px solid #fff !important;
}
.imgBg {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.imgBg .find {
    display: none !important;
}

/*section-about start*/
.section-about{
  background-color: #000000;
  padding: 0 0 70px;
}
.section-about p{
  font-size: 22px;
  line-height: 31px;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
}
/*section-about end*/

/*section-our-course start*/
.section-our-course{
  background-color: #000;
  padding: 0 0 40px;
}
.course-wraper-main{
  padding-top: 0;
}
.course-wraper{
  padding:0 70px;
}
.course-col{
  margin-bottom: 30px;
}
.course-box{
  padding: 40px 40px 60px;
  background: #161616;
    background: -moz-linear-gradient(top,#161616 0,#965209 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,#161616),color-stop(100%,#965209));
    background: -webkit-linear-gradient(top,#161616 0,#965209 100%);
    background: -o-linear-gradient(top,#161616 0,#965209 100%);
    background: -ms-linear-gradient(top,#161616 0,#965209 100%);
    background: linear-gradient(to bottom,#161616 0,#965209 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#161616',endColorstr='#965209',GradientType=0);
  position: relative;
  overflow: hidden;
  height: 100%;
}

.course-box a{
  text-decoration: none;
}
.course-icon {
    margin-bottom: 20px;
}
.course-icon img{
  width: auto;
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
}
.course-box:hover .course-icon img{
  transform: scale(1.3);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.course-hdng{
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.person-count{
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
}
.person-count span{
  font-size: 18px;
  line-height: 1;
  display: block;
  letter-spacing: 0;
}
.course-box:hover .person-count{
  color: #ff8500;
}
.course-box p{
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}
.x-tree-icon-left{
  position: absolute;
  left: 0;
  bottom: 0;
}
.x-tree-icon-right{
  position: absolute;
  right: 0;
  bottom: 0;
}
/*section-our-course end*/

/*section-vouchers start*/
.section-vouchers{
  background-color: #fff;
  padding: 70px 0 0;
}
.section-vouchers .hd-typ1{
  color: #000000;
}
.voucher-image{
  position: relative;
  margin-bottom: 13px;
  /*overflow: hidden;*/
}
.voucher-image img{
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  width: 100%;
  display: block;
}
.voucher-box:hover .voucher-image img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.voucher-name{
  font-weight: 600;
  font-size: 31px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  margin-bottom: 0;
  padding: 0 20px 40px 20px;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  width: 100%;
}
.voucher-box:hover .voucher-name{
  color: #ff8500;
}
.purchase-link a{
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  color: #194407;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
}
.purchase-link a span{
  font-size: 27px;
  line-height: 1;
  font-weight: 600;
  color: #c70000;
  display: block;
}
.underline-img img{
  width: auto;
}
/*section-vouchers end*/

.section-bottom-bg {
    border-bottom: 2px solid #ff8500;
    overflow: hidden;
}

.btn-christmas {
    background: #fff !important;
    color: #194407 !important;
    font-weight: 700 !important;
    border: 2px solid #fff !important;
    padding: 0.5rem 12px !important;
}
.btn-christmas:hover{
  background: #194407 !important;
  color: #fff !important;
  border: 2px solid #194407 !important;
}

/* submenu hover effect start*/
.hdr-sub-menu{
  position: relative;
}
.hdr-sub-menu .dropdown-menu{
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}
.hdr-sub-menu .dropdown-menu li a{
  display: block;
  color: #fff;
  padding: 5px 0.5rem;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
}
.hdr-sub-menu .dropdown-menu .active a{
  color: #ff8500;
}
.hdr-sub-menu .dropdown-menu li a:hover{
  color: #ff8500;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
  }
  .navbar .nav-item:hover .nav-link {
    color: #fff;
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}
/* submenu hover effect end*/

/*Snow falling effect start*/

#snow {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: .1;
}

.flake {
  position: absolute;
  font-family: 'SKODA Next';
  font-weight: normal;
}
/*Snow falling effect end*/

.wow{
  visibility: hidden;
}

.christmas-voucher {
    position: relative;
    display: flex;
    min-height: 220px;
    overflow: hidden;
    background: #155c35;
    border-radius: 4px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.christmas-voucher:hover {
    transform: translateY(-7px);
}

.christmas-voucher:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent 35%,
        rgba(255, 255, 255, 0.14) 50%,
        transparent 65%
    );
    transform: translateX(-100%);
    transition: transform 0.8s ease;
    pointer-events: none;
    z-index: 5;
}

.christmas-voucher:hover:before {
    transform: translateX(100%);
}

.christmas-voucher:after {
    content: "";
    position: absolute;
    top: -2px;
    right: -8.5px;
    width: 17px;
    height: 100%;
    background: radial-gradient(circle at center, #fff 8px, transparent 9px) center top / 24px 28px repeat-y;
    z-index: 6;
}
.voucher-row{
  row-gap: 30px;
}
.voucher-left {
    position: relative;
    width: 72px;
    min-width: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px dashed rgba(255, 255, 255, 0.3);
}

.voucher-left:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    transform: translateX(-50%);
}

.voucher-left:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f5f5f1;
    transform: translateX(-50%);
}

.voucher-side-text {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #f5c542;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    white-space: nowrap;
    transform: translate(-50%, -50%) rotate(-90deg);
}

.voucher-tree {
    position: absolute;
    bottom: 7px;
    left: 50%;
    width: 35px;
    height: 48px;
    transform: translateX(-50%);
}

.tree-star {
    position: absolute;
    top: -10px;
    left: 50%;
    color: #f5c542;
    font-size: 12px;
    transform: translateX(-50%);
    animation: treeGlow 1.8s ease-in-out infinite;
}

.tree-shape {
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 18px solid #f5c542;
    transform: translateX(-50%);
}

.tree-one {
    top: 0;
}

.tree-two {
    top: 10px;
    border-left-width: 17px;
    border-right-width: 17px;
}

.tree-three {
    top: 21px;
    border-left-width: 20px;
    border-right-width: 20px;
}

.tree-trunk {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 6px;
    height: 8px;
    background: #a87532;
    transform: translateX(-50%);
}

.voucher-content {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 50px 25px 25px;
    text-align: center;
}

.voucher-logo {
    display: block;
    width: 180px;
    height: 55px;
    max-width: 100%;
    object-fit: contain;
    margin-bottom: 10px;
}

.voucher-amount {
    color: #fff;
    font-size: 60px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1px;
}

.voucher-label {
    margin-top: 8px;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
}

.voucher-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.voucher-decoration span {
    display: block;
    width: 22px;
    height: 1px;
    background: #f5c542;
}

.voucher-decoration i {
    position: relative;
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 8px;
    background: #f5c542;
    transform: rotate(45deg);
    animation: sparkle 1.5s ease-in-out infinite;
}

@keyframes sparkle {
    0%,
    100% {
        opacity: 0.5;
        transform: rotate(45deg) scale(0.8);
    }

    50% {
        opacity: 1;
        transform: rotate(45deg) scale(1.3);
    }
}

@keyframes treeGlow {
    0%,
    100% {
        opacity: 0.6;
        transform: translateX(-50%) scale(0.9);
    }

    50% {
        opacity: 1;
        transform: translateX(-50%) scale(1.2);
    }
}
