/*
    Name: Gden || Casino & Gambling HTML Template
    Author: hastagthemes
    Support: 
    Description: Gden || Casino & Gambling HTML Template for casino.
    Version: 1.0.1

    Create Date: 09-05-2022

    */
/* CSS Index
    -----------------------------------
    01. Default CSS
    02. Navbar CSS
    03. Hero CSS
    04. About CSS
    05. Game CSS
    06. Faq CSS
    07. Pricing CSS
    08. Team CSS
    09. Testimonial CSS
    10. Footer CSS
*/

/**** Default CSS ****/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800;900&family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a:hover {
  color: #dddddd;
}

a {
  transition: all 0.3s ease-out 0s;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  margin: 0;
  color: #ebebeb;
}

.section-title p {
  font-size: 18px;
  line-height: 28px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
}

img {
  max-width: 100%;
}

.top-greadient::before {
  content: "";
  position: absolute;
  right: -500px;
  top: -500px;
  width: 1000px;
  height: 1000px;
  z-index: -1;
}

.left-greadient::before {
  content: "";
  position: absolute;
  left: -500px;
  width: 1000px;
  height: 1000px;
  z-index: -1;
}

.right-greadient::before {
  content: "";
  position: absolute;
  right: -500px;
  width: 1000px;
  height: 1000px;
  z-index: -1;
}

.common-gre-color {
  font-size: 50px !important;
  background: linear-gradient(0deg, #fc6404 100%, #ffdd2d 40%);
  /*background: solid #fc6404;*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.error {
  color: #ff4500;
}

.success {
  color: #008000;
}

.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: 20px 40px;
  font-size: 18px;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-in-out;
  border: none;
  background: linear-gradient(85deg, #fc6404 100%, #ffdd2d 40%);
  background: solid #fc6404;
  
  overflow: hidden;
  box-shadow: 1px 1px 20px 0px rgb(255 200 39 / 40%),
    1px 1px 15px 0px rgb(255 82 1 / 20%);
}

.main-btn:hover {
  color: #fff;
  /*background: linear-gradient(1705deg, #ff9c19 40%, #ffdd2d 110%);*/
  background: solid #fc6404;
  box-shadow: 1px 1px 300px 0px rgb(255 200 39 / 40%),
    1px 1px 30px 0px rgb(255 82 1 / 20%);
}

.main-btn.border-btn {
  border: 2px solid #ffdd2d;
  background: 0 0;
  color: #ffffff;
}

.play-btn {
  position: relative;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-in-out;
  border: none;
  background: linear-gradient(85deg, #fc6404 100%, #ffdd2d 40%);
  /*background: solid #fc6404;*/
  
  box-shadow: 1px 1px 20px 0px rgb(255 200 39 / 40%),
    1px 1px 15px 0px rgb(255 82 1 / 20%);
}

.play-btn:hover {
  color: #fff;
  background: linear-gradient(1705deg, #ff9c19 40%, #ffdd2d 110%);
  box-shadow: 1px 1px 300px 0px rgb(255 200 39 / 40%),
    1px 1px 30px 0px rgb(255 82 1 / 20%);
}

.play-btn.border-btn {
  border: 2px solid #ffdd2d;
  background: 0 0;
  color: #ffffff;
}

.btn-hover {
  position: relative;
}

.btn-hover::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  top: 50%;
  left: 50%;
  padding: 50%;
  z-index: -1;
  transition: all 0.3s ease-out 0s;
  transform: translate3d(-50%, -50%, 0) scale(0);
}

.btn-hover:hover::after {
  transform: translate3d(-50%, -50%, 0) scale(1.3);
}

.scroll-top {
  width: 45px;
  height: 45px;
  background: linear-gradient(85deg, #fc6404 100%, #ffdd2d 110%);
  box-shadow: 1px 1px 20px 0px rgb(255 200 39 / 40%),
    1px 1px 15px 0px rgb(255 82 1 / 20%);
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}

.scroll-top:hover {
  color: #fff;
  background: linear-gradient(1705deg, #ff9c19 40%, #ffdd2d 110%);
  box-shadow: 1px 1px 300px 0px rgb(255 200 39 / 40%),
    1px 1px 30px 0px rgb(255 82 1 / 20%);
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .spinner .spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  animation: spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .spinner .spinner-container .spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;

  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .spinner-left .spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #ddd;
  animation: spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .spinner-right .spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #ddd;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@keyframes spinner-linspin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-easespin {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}

@keyframes spinner-left-spin {
  0% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}

@keyframes right-spin {
  0% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}

.box-inner-shadow {
  position: relative;
}

.box-inner-shadow::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #5ce81d12;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(3deg);
  border-radius: 10px;
  z-index: -1;
  box-shadow: inset 1px 1px 20px 0px rgba(255, 255, 255, 0.1),
    inset 1px 1px 20px 0px rgba(176, 176, 176, 0.1);
}

/**** Navbar CSS ****/
.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-out 0s;
}

.sticky {
  position: fixed;
  z-index: 99;
  box-shadow: 1px 1px 20px 0px rgb(255 200 39 / 40%),
    1px 1px 15px 0px rgb(255 82 1 / 20%);
  transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
  padding: 17px 0;
}

.sticky .navbar .navbar-nav .nav-item a {
  color: #ffffff;
}

.sticky .navbar .navbar-toggler .toggler-icon {
  background: #ffffff;
}

.navbar {
  padding: 0;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease-out 0s;
  padding: 20px 0;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  max-width: 180px;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  margin: 5px 0;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  transform: rotate(135deg);
  top: -7px;
}

.navbar-nav .nav-item {
  position: relative;
  margin-left: 40px;
}

.navbar-nav .nav-item a {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  transition: all 0.3s ease-out 0s;
  padding: 10px 0;
  position: relative;
}

.navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: 0;
  height: 2px;
  background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
  z-index: -1;
  opacity: 0;
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
}

.navbar-nav .nav-item a:hover,
.navbar-nav .nav-item a.active {
  background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar-nav .nav-item a:hover::before,
.navbar-nav .nav-item a.active::before {
  right: auto;
  left: 0;
  opacity: 1;
  width: 100%;
}

/**** Hero CSS ****/
.hero-section {
  position: relative;
  z-index: 1;
  padding: 140px 0 50px;
}

.hero-section::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 20px;
  width: 400px;
  height: 320px;
  background: url(../img/hero/hero-bg-02.png) center;
  background-repeat: no-repeat;
}

.hero-section::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 319px;
  height: 321px;
  background: url(../img/hero/hero-bg-03.png) center;
  background-repeat: no-repeat;
}

@-webkit-keyframes go-zoom {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes go-zoom {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.go-zoom-1::before {
  animation-name: go-zoom;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: go-zoom;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: go-zoom;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: go-zoom;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: go-zoom;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.go-zoom-1::after {
  animation-name: go-zoom;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: go-zoom;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: go-zoom;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: go-zoom;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: go-zoom;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.hero-section .hero-content span {
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-weight: 800;
  background: linear-gradient(0deg, #fc6404 100%, #ffdd2d 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-section .hero-content h1 {
  font-size: 50px;
  margin-bottom: 35px;
}

.hero-section .hero-content p {
  margin-bottom: 40px;
}

.hero-section .hero-shape .shape {
  position: absolute;
  z-index: -1;
}

.hero-section .hero-shape .shape.shape-1 {
  top: -285px;
  right: -300px;
}

.how-item {
  position: relative;
}

.how-item-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  font-size: 46px;
  margin: 0 30px 15px 0;
  position: relative;
  box-shadow: inset 1px 1px 8px 0px rgb(255 200 39 / 40%),
    inset 1px 1px 8px 0px rgb(255 82 1 / 20%);
  transition: all 0.3s ease-out 0s;
}

.how-item-thumb .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  line-height: 0.75;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  right: -10px;
  top: 10px;
  width: 30px;
  height: 30px;
  color: #1f1f23 !important;
}

.how-item:hover .how-item-thumb,
.how-item-none:hover .how-item-thumb {
  box-shadow: inset 1px 1px 30px 0px rgba(250, 194, 24, 0.4),
    inset 1px 1px 30px 0px rgba(246, 93, 21, 0.2);
}

.how-item-thumb .badge {
  background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
}

.how-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  border: 1px dashed rgba(255, 200, 39, 0.7);
  top: 60px;
  left: 50%;
}

.how-item-content .title {
  font-size: 12px;
}

/**** About CSS ****/
.about-section {
  position: relative;
}

.about-section .about-img img {
  width: 100%;
}

.about-section .accordion .single-faq {
  margin-bottom: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 35px #f2f4f9;
}

.about-section .accordion .single-faq button {
  padding: 20px 30px 15px;
  border: none;
  background: 0 0;
  font-size: 20px;
  font-weight: 500;
  color: #313450;
  position: relative;
}

.about-section .accordion .single-faq button::after {
  content: "\eb2c";
  font: normal normal normal 1em/1 "LineIcons";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out 0s;
}

.about-section .accordion .single-faq button.collapsed::after {
  content: "\eb53";
}

.about-section .accordion .single-faq .faq-content {
  padding: 0 30px;
  padding-bottom: 20px;
}

.about-section .single-counter {
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: inset 1px 1px 8px 0px rgb(255 200 39 / 40%),
    inset 1px 1px 8px 0px rgb(255 82 1 / 20%);
  transition: all 0.3s ease-out 0s;
}

.about-section .single-counter:hover {
  box-shadow: inset 1px 1px 30px 0px rgba(250, 194, 24, 0.4),
    inset 1px 1px 30px 0px rgba(246, 93, 21, 0.2);
}

.about-section .single-counter .countup {
  background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.today-item {
  text-align: center;
}

.today-item-thumb {
  width: 100px;
  height: 100px;
  margin: 0 auto 25px;
  border-radius: 50%;
  position: relative;
}

.about-section .tns-outer button,
.about-section .tns-outer .tns-liveregion {
  visibility: hidden;
  display: none;
}

.today-item-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
}

.today-item-thumb img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  box-shadow: 1px 1px 15px 0px rgba(255, 201, 39, 0.513),
    1px 1px 15px 0px rgba(255, 81, 1, 0.39);
  transition: all 0.3s ease-out 0s;
  z-index: 1;
  border: 6px solid #ffffff00;
}

.today-item-content .name {
  font-size: 16px;
  font-weight: 400;
}

.today-item .amount {
  position: absolute;
  background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
  padding: 0px 10px;
  border-radius: 20px;
  font-size: 13px;
  top: calc(100% - 15px);
  left: 50%;
  transform: translateX(-50%);
  color: #1f1f23;
  font-weight: 600;
}

.today-title {
  text-align: center;
  font-size: 30px;
  background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/**** Faq CSS ****/
.faq-section .accordion .single-faq {
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: inset 1px 1px 8px 0px rgb(255 200 39 / 40%),
    inset 1px 1px 8px 0px rgb(255 82 1 / 20%);
  transition: all 0.3s ease-out 0s;
}

.faq-section .accordion .single-faq:hover {
  box-shadow: inset 1px 1px 20px 0px rgba(247, 191, 24, 0.4),
    inset 1px 1px 20px 0px rgba(253, 89, 13, 0.2);
}

.faq-section .accordion .single-faq button {
  padding: 20px 30px 15px;
  border: none;
  background: 0 0;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
}

.faq-section .accordion .single-faq button::after {
  content: "\e905";
  font-family: "gden" !important;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out 0s;
  background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq-section .accordion .single-faq button.collapsed::after {
  content: "\e904";
}

.faq-section .accordion .single-faq .faq-content {
  padding: 0 30px;
  padding-bottom: 20px;
}

.faq-section .accordion .text-start.collapsed {
  background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/**** Game CSS ****/
.game-section {
  position: relative;
}

.game-section .single-game {
  text-align: center;
  padding: 35px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: inset 1px 1px 15px 0px rgb(255 200 39 / 40%),
    inset 1px 1px 15px 0px rgb(255 82 1 / 20%);
  transition: all 0.3s ease-out 0s;
}

.game-section .single-game:hover {
  box-shadow: inset 1px 1px 30px 0px rgba(250, 194, 24, 0.4),
    inset 1px 1px 30px 0px rgba(246, 93, 21, 0.2);
}

.game-section .single-game .gmae-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

/**** Team CSS ****/
.team-section {
  position: relative;
}

.team-section .single-team {
  border-radius: 10px;
  box-shadow: inset 1px 1px 15px 0px rgb(182 156 95 / 40%),
    inset 1px 1px 15px 0px rgb(255 82 1 / 20%);
  transition: all 0.3s ease-out 0s;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.team-section .single-team:hover {
  box-shadow: inset 1px 1px 35px 0px rgba(165, 124, 28, 0.4),
    inset 1px 1px 35px 0px rgb(255 82 1 / 20%);
}

.team-section .single-team .image {
  border-radius: 1%;
  margin-bottom: 25px;
  overflow: hidden;
}

.team-section .single-team .image img {
  width: 100%;
}

.team-section .single-team .content h3 {
  font-size: 24px;
  margin-bottom: 10px;
  background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.team-section .single-team .content p {
  font-size: 18px;
}

/**** Pricing CSS ****/
.pricing-section {
  position: relative;
  z-index: 1;
}

.pricing-section .pricing-content {
  padding: 160px 0;
  position: relative;
  z-index: 1;
}

.pricing-section .pricing-content .image {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  z-index: -1;
}

.pricing-section .pricing-active-wrapper {
  position: relative;
}

.pricing-section .pricing-active-wrapper .tns-controls {
  position: absolute;
  bottom: 60px;
  left: -200px;
  z-index: 2;
}

.pricing-section .pricing-active-wrapper .tns-controls button {
  width: 60px;
  height: 45px;
  border-radius: 30px;
  background: linear-gradient(85deg, #ff9c19 40%, #ffdd2d 110%);
  overflow: hidden;
  box-shadow: 1px 1px 20px 0px rgb(255 200 39 / 40%),
    1px 1px 15px 0px rgb(255 82 1 / 20%);
  color: #ffffff;
  transition: all 0.3s ease-out 0s;
  border: none;
  margin: 0 10px;
}

.pricing-section .pricing-active-wrapper .tns-controls button:hover {
  color: #fff;
  background: linear-gradient(1705deg, #ff9c19 40%, #ffdd2d 110%);
  box-shadow: 1px 1px 300px 0px rgb(255 200 39 / 40%),
    1px 1px 30px 0px rgb(255 82 1 / 20%);
}

.pricing-section .pricing-active-wrapper .pricing-active .single-pricing {
  border-radius: 10px;
  box-shadow: inset 1px 1px 15px 0px rgb(255 200 39 / 40%),
    inset 1px 1px 15px 0px rgb(255 82 1 / 20%);
  transition: all 0.3s ease-out 0s;
  padding: 35px 30px;
  text-align: center;
  margin: 15px;
}

.pricing-section .pricing-active-wrapper .pricing-active .single-pricing:hover {
  box-shadow: inset 1px 1px 35px 0px rgb(255 200 39 / 40%),
    inset 1px 1px 35px 0px rgb(255 82 1 / 20%);
}

.pricing-section
  .pricing-active-wrapper
  .pricing-active
  .single-pricing
  .price-header {
  position: relative;
  z-index: 1;
  width: 150px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 25px;
}

.pricing-section
  .pricing-active-wrapper
  .pricing-active
  .single-pricing
  .price-header
  .shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 30px;
  z-index: -1;
}

.pricing-section
  .pricing-active-wrapper
  .pricing-active
  .single-pricing
  .price-header
  .package-name {
  margin-bottom: 20px;
}

.pricing-section
  .pricing-active-wrapper
  .pricing-active
  .single-pricing
  .price-header
  .price {
  font-size: 30px;
  background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-section
  .pricing-active-wrapper
  .pricing-active
  .single-pricing
  ul.content {
  margin-bottom: 30px;
}

.pricing-section
  .pricing-active-wrapper
  .pricing-active
  .single-pricing
  ul.content
  li {
  font-size: 16px;
  line-height: 35px;
}

.pricing-section
  .pricing-active-wrapper
  .pricing-active
  .single-pricing
  .pricing-btn {
  margin-right: 1px;
}

/**** Testimonial CSS ****/

.testimonial-section,
.testimonial-section .testimonial-active-wrapper {
  position: relative;
}

.testimonial-section .testimonial-active-wrapper .tns-nav {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  left: 0;
  bottom: -35px;
  z-index: 1;
}

.testimonial-section .testimonial-active-wrapper .tns-nav button {
  text-indent: -9999px;
  border: none;
  background: linear-gradient(1705deg, #ff9c19 40%, #ffdd2d 110%);
  box-shadow: 1px 1px 300px 0px rgb(255 200 39 / 40%),
    1px 1px 30px 0px rgb(255 82 1 / 20%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: all 0.3s ease-out 0s;
  margin: 8px;
}

.testimonial-section
  .testimonial-active-wrapper
  .tns-nav
  button.tns-nav-active {
  box-shadow: inset 1px 1px 15px 0px rgb(255 200 39 / 40%),
    inset 1px 1px 15px 0px rgb(255 82 1 / 20%);
}

.testimonial-section .testimonial-active-wrapper .single-testimonial {
  text-align: center;
}

.testimonial-section
  .testimonial-active-wrapper
  .single-testimonial
  .testimonial-con-all {
  margin: 0 15px;
  padding: 30px;
  box-shadow: inset 1px 1px 15px 0px rgb(255 200 39 / 40%),
    inset 1px 1px 15px 0px rgb(255 82 1 / 20%);
  transition: all 0.3s ease-out 0s;
  border-radius: 10px;
}

.testimonial-section
  .testimonial-active-wrapper
  .single-testimonial
  .testimonial-con-all:hover {
  box-shadow: inset 1px 1px 35px 0px rgb(255 200 39 / 40%),
    inset 1px 1px 35px 0px rgb(255 82 1 / 20%);
}

.testimonial-section
  .testimonial-active-wrapper
  .single-testimonial
  .testimonial-con-all
  .info
  h4 {
  background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonial-section .testimonial-active-wrapper .single-testimonial .image {
  width: 100px;
  height: 100px;
  border-radius: 0%;
  overflow: hidden;
  margin: auto;
  margin-bottom: 20px;
}

.testimonial-section
  .testimonial-active-wrapper
  .single-testimonial
  .image
  img {
  width: 100%;
}

.testimonial-section .testimonial-active-wrapper .single-testimonial .content {
  position: relative;
  text-align: center;
}

.testimonial-section
  .testimonial-active-wrapper
  .single-testimonial
  .content
  .quote {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: -50px;
  margin: auto;
  font-size: 130px;
  line-height: 1;
  color: rgba(78, 110, 241, 0.2);
  transform: rotate(180deg);
}

.testimonial-section
  .testimonial-active-wrapper
  .single-testimonial
  .content
  p {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 30px;
}

/* new slider testing images banner */

/* * {box-sizing:border-box}

Slideshow container
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

Hide the images by default
.mySlides {
  display: none;
}

Next & previous buttons
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
} */

/* Position the "next button" to the right */
/* .next { */
/* right: 0; */
/* border-radius: 3px 0 0 3px; */
/* } */

/* On hover, add a black background color with a little bit see-through */
/* .prev:hover, .next:hover { */
/* background-color: rgba(0,0,0,0.8); */
/* } */

/* Caption text */
/* .text { */
/* color: #f2f2f2; */
/* font-size: 15px; */
/* padding: 8px 12px; */
/* position: absolute; */
/* bottom: 8px; */
/* width: 100%; */
/* text-align: center; */
/* } */

/* Number text (1/3 etc) */
/* .numbertext { */
/* color: #f2f2f2; */
/* font-size: 12px; */
/* padding: 8px 12px; */
/* position: absolute; */
/* top: 0; */
/* } */

/* The dots/bullets/indicators */
/* .dot { */
/* cursor: pointer; */
/* height: 15px; */
/* width: 15px; */
/* margin: 0 2px; */
/* background-color: #bbb; */
/* border-radius: 50%; */
/* display: inline-block; */
/* transition: background-color 0.6s ease; */
/* } */

/* .active, .dot:hover { */
/* background-color: #717171; */
/* } */

/* Fading animation */
/* .fade { */
/* animation-name: fade; */
/* animation-duration: 1.5s; */
/* } */

/* @keyframes fade { */
/* from {opacity: .4} */
/* to {opacity: 1} */
/* } */

/* new image slider testing */
.slider-img {
  align-items: center;
  text-align: center;
}

.main-wrapper {
  max-width: 1440px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
}
.slider-wrapper {
  width: 50%;
  height: 500px;
  display: flex;
  align-items: center;
  position: relative;
  margin: auto;
  overflow: hidden;
}

.slides {
  width: 100%;
  height: auto;
  position: absolute;
  transition: transform 0.4s ease-in-out;
}
.slides h1 {
  position: relative;
  top: 5rem;
  left: 1rem;
  /* backdrop-filter: blur(7px); */
  width: 9rem;
  padding: 1rem;
}
.slides img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.3rem;
}
.slider-btns {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 100;
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider-btns span {
  padding: 1rem 1.2rem;
  font-size: 1.5rem;
  /* background: rgba(26, 7, 79, 0.884); */
  border-radius: 50%;
  color: white;
  cursor: pointer;
}
.dots {
  position: absolute;
  width: 100%;
  top: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  z-index: 1;
}

.dots .dot {
  width: 1rem;
  height: 1rem;
  background-color: white;
  opacity: 0.2;
  border-radius: 50%;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
}
.responsive {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 950px) {
  .slider-wrapper {
    width: 70%;
  }
}

@media screen and (max-width: 680px) {
  .slider-wrapper {
    width: 90%;
  }
}

/* Image slider section end here */

@media (max-width: 900px) {
  --image-size: #{$min-image-size};
  --image-size: min(max(#{$min-image-size}, 10vw), #{$max-image-size});
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
/* Hide the images by default */
.mySlides {
  display: none;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}
/* Fading animation */
/* .fade {
    animation-name: fade;
    animation-duration: 1s;
  } */

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* Our Brand partner section start here  */

.slider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #372b42;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.4px);
  -webkit-backdrop-filter: blur(7.4px);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.slider-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  animation: scrolling 20s linear infinite;
}

@keyframes scrolling {
  0% {
    transform: translateX(80%);
  }

  100% {
    transform: translateX(-20%);
  }
}

.slider-items img {
  width: 15%;
  margin: 20px;
}

/**** Footer CSS ****/
.footer {
  position: relative;
}

.footer .widget-wrapper {
  margin-bottom: 50px;
}

.footer .widget-wrapper ul {
  margin: 0 auto;
  max-width: 500px;
  border-radius: 25px;
  box-shadow: inset 1px 1px 15px 0px rgb(255 200 39 / 40%),
    inset 1px 1px 15px 0px rgb(255 82 1 / 20%);
  transition: all 0.3s ease-out 0s;
}

.footer .widget-wrapper ul:hover {
  box-shadow: inset 1px 1px 20px 0px rgba(247, 191, 24, 0.4),
    inset 1px 1px 20px 0px rgba(253, 89, 13, 0.2);
}

.footer .widget-wrapper ul li {
  font-size: 18px;
  line-height: 36px;
  display: inline-block;
  padding: 10px 20px;
}

.footer .widget-wrapper ul li a {
  color: #ffffff;
}

.footer .widget-wrapper ul li a:hover {
  background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer .copy-right {
  text-align: center;
  padding: 30px 0;
}
footer {
  text-align: center;
}

.footer-container {
  background-color: #95aab600;
  display: flex;
}

.footer-container a {
  color: #f5f6f7;
  padding: 42px 16px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: medium;
}

.footer-left {
  margin-right: auto;
}

.fa:hover {
  color: #45405f;
}

.footer-icons {
  justify-content: space-between;
  padding: 16px 64px 0px 0px;
}

.footer-icons ul {
  list-style-type: none;
}

.footer-icons li {
  display: inline-block;
}

.footer-right {
  margin-left: auto;
}

.copyright {
  background-color: #f5f6f7;
  overflow: hidden;
}

/* socil media icon style */
/* .fa {
        padding: 20px;
        font-size: 30px;
        width: 50px;
        text-align: center;
        text-decoration: none;
      } */

/* Add a hover effect if you want */
/* .fa:hover {
        opacity: 0.7;
      } */

/* Set a specific color for each brand */

/* Facebook */
/* .fa-facebook {
        background: #3B5998;
        color: white; */
/* } */

/* Twitter */
/* .fa-twitter {
        background: #55ACEE;
        color: white;
      }
      .fa {
        padding: 20px;
        font-size: 30px;
        width: 30px;
        text-align: center;
        text-decoration: none;
        border-radius: 50%;
      } */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 10%;
  margin: 10px;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background-color: #fff;
  color: #000;
  font-size: 25px !important;
  height: 50px;
  width: 50px;
  padding: 15px;
}

/* Twitter */
/* .fa-x-twitter {
        background: #55ACEE;
        color: white;
      } */
.fa.fa-twitter {
  font-family: sans-serif;
  background-color: #fff;
  color: #000;
  font-size: 25px !important;
  height: 50px;
  width: 50px;
  padding: 15px;
}
.fa.fa-twitter::before {
  content: "𝕏";
}
.fa-whatsapp {
  background-color: #fff;
  color: #000;
  font-size: 25px !important;
  height: 50px;
  width: 50px;
  padding: 15px;
}
.fa-instagram {
  background-color: #fff;
  color: #000;
  font-size: 25px !important;
  height: 50px;
  width: 50px;
  padding: 15px;
}

.fa-linkedin {
  background-color: #fff;
  color: #000;
  font-size: 25px !important;
  height: 50px;
  width: 50px;
  padding: 15px;
}

.fa-youtube {
  background-color: #fff;
  color: #000;
  font-size: 25px !important;
  height: 50px;
  width: 50px;
  padding: 15px;
}

#news-slider {
  margin-top: 0px;
}
.slider-main-title {
  font-weight: 400;
  font-size: 28px;
}
.post-slide {
  margin: 20px 15px 20px;
  border-radius: 15px;
}
.post-slide a {
  display: block;
  color: inherit;
}
.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: auto;
}

.post-slide .post-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}
.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}

.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}
.set-green-circle {
  display: inline-block;
  height: 8px;
  flex-shrink: 0;
  width: 8px;
  border-radius: 50px;
  background-color: #06d506;
}
.set-strong-sm {
  font-size: 14px;
}
.set-sm-text {
  font-size: 14px;
  color: #b3b3b3;
}
.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
  background: transparent;
  position: absolute;
  top: -13%;
  right: 70px;
  padding: 0 18px 0 15px;
  transition: background 0.5s ease 0s;
  border: 1px solid #fc6404;
  border-radius: 8px;
}
.owl-controls .owl-buttons .owl-next {
  background: transparent;
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  transition: background 0.5s ease 0s;
  border: 1px solid #fc6404;
  border-radius: 8px;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #fff;
  font-size: 24px;
}
.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}
.set-none-slider-menu .owl-pagination {
  display: none;
}

.single-event-box a {
  text-decoration: none;
  color: inherit;
  display: block;
  text-align: center;
}
.set-inner-event-box {
  display: none;
  gap: 22px;
  background-color: #fc6404;
  padding: 12px;
  border-radius: 12px;
  overflow-x: scroll;
}
.set-inner-event-box p {
  margin-bottom: 0px;
}
.single-event-box {
  flex-shrink: 0;
}

/* width */
.set-inner-event-box::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.set-inner-event-box::-webkit-scrollbar-track {
  background: #181818;
}

/* Handle */
.set-inner-event-box::-webkit-scrollbar-thumb {
  background: #fff;
}

/* Handle on hover */
.set-inner-event-box::-webkit-scrollbar-thumb:hover {
  background: #181818;
}
.hero-section .active {
  background-color: transparent;
}
.hero-section .carousel-control-next {
  right: -10%;
}
.carousel-control-prev {
  left: -10%;
}

.set-bg-bar-below {
  display: none;
}
.set-custom-box-shadow {
  border-radius: 10px;
  box-shadow: inset 1px 1px 15px 0px rgb(255 200 39 / 40%),
    inset 1px 1px 15px 0px rgb(255 82 1 / 20%);
  transition: all 0.3s ease-out 0s;
  padding: 35px 30px;
  text-align: center;
  margin: 15px;
}

.nav-item .btn-login-all:hover {
  color: #ff9c19 !important;
}
@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}
@media only screen and (max-width: 520px) {
  .post-slide {
    margin: 20px 4px 20px;
    border-radius: 8px;
  }
  .post-slide .post-img {
    border-radius: 8px;
    height: auto;
  }
  .slider-main-title {
    font-weight: 500;
    font-size: 16px;
  }
  .left-greadient::before {
    width: auto;
  }
  .owl-controls .owl-buttons .owl-prev:after,
  .owl-controls .owl-buttons .owl-next:after {
    font-size: 18px;
  }
  .owl-controls .owl-buttons .owl-prev {
    top: -10%;
  }
  .owl-controls .owl-buttons .owl-next {
    top: -10%;
  }
  .set-strong-sm {
    font-size: 12px;
  }
  .set-sm-text {
    font-size: 12px;
    color: #b3b3b3;
  }
  .set-inner-event-box p {
    font-size: 14px;
  }
  .hero-section .carousel-control-next {
    right: -6%;
  }
  .carousel-control-prev {
    left: -6%;
  }
  .carousel-control-prev-icon {
    height: 18px;
  }
  .carousel-control-next-icon {
    height: 18px;
  }
  .set-bg-bar-below .single-event-box a p {
    font-size: 12px;
    margin-bottom: 0px !important;
  }
  .set-bg-bar-below {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    background: #181818;
    display: block;
  }
  .set-inner-event-box {
    display: flex;
  }
  .nav-item a {
    font-size: 14px;
    padding: 10px;
  }
  .navbar-brand img {
    max-width: 152px;
  }
  .set-custom-box-shadow .pricing-box .shape a img {
    height: 62px;
  }
}
