@font-face {
  font-family: euclid_Circular_B;
  src: url("assets/fonts/euclid-circular-b/Euclid-Circular-B-Regular.ttf");
  font-weight: 400;
}


/* ANIMATION CSS START */


@keyframes wcZoom_2 {
  0% {
    scale: 1.05;
  }

  50% {
    scale: 0.9;
  }

  100% {
    scale: 1.05;
  }
}


@keyframes reveal {
  to {
    opacity: 1;
    filter: blur(0px);
  }
}



/* THEME CSS START */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Kanit", sans-serif;
  background-color: #171717;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  z-index: 1;
  padding: 0;
  margin: 0;
  position: relative;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  position: relative;
  z-index: 1;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}

button {
  background-color: transparent;
  border: 0;
}

p {
  padding: 0;
  margin: 0;
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
  color: #555;
  position: relative;
  z-index: 1;
}

video,
iframe,
img {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.line {
  position: relative;
}

.line::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background: #f0f0f0;
}

.line::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: calc(50% - 1px);
  top: 0;
  background: #f0f0f0;
}

.line-3 {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background: #f0f0f0;
}

.shape {
  position: absolute;
  left: -90px;
  bottom: -350px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shape {
    left: 200%;
    bottom: 0;
  }

  .move-icon {
    max-width: 60px;
    left: 10px;

  }
}

@media only screen and (max-width: 767px) {
  .shape {
    left: 70%;
    bottom: 0;
  }
}

.shape .primary {
  width: 54px;
  height: 56px;
  background-color: #c9f31d;
  margin-top: -37px;
  margin-left: 24px;
}

.shape .secondary {
  width: 53px;
  height: 56px;
  background-color: #2c2c2c;
}

.pos-inherit {
  position: inherit;
}

@media only screen and (max-width: 767px) {
  .g-0 {
    padding-right: 15px;
    padding-left: 15px;
  }

  br {
    display: none;
  }
}

.sec-title-wrapper {
  position: relative;
  z-index: 9;
}

.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9991;
  border-radius: 100px;
  color: #fff;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
  mix-blend-mode: exclusion;
}

.scroll-top i {
  font-size: 18px;
  color: #121212;
}

.scroll-top:hover {
  color: #999;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .scroll-top {
    bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .scroll-top {
    right: 10px;
    bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .scroll-top {
    right: 5px;
    bottom: 55px;
  }
}

.logo-light {
  display: none;
}

.logo-dark {
  display: block;
}

/*----------------------------------------*/
/*  09. MENU CSS START
/*----------------------------------------*/
.main-menu>li {
  display: inline-block;
  margin: 0 24px;
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu>li {
    margin: 0 19px;
  }
}

.main-menu>li.has-megamenu {
  position: static;
}

.main-menu>li:hover .main-dropdown {
  top: 81px;
  opacity: 1;
  visibility: visible;
}

.main-menu>li:hover .mega-menu,
.main-menu>li:hover .mega-menu-2 {
  top: 81px;
  opacity: 1;
  visibility: visible;
}

.main-menu>li:hover .mega-menu-2 {
  top: 80px;
  display: grid;
}

.main-menu>li>a {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
  color: #fff;
  padding: 29px 0;
  outline: none;
  text-transform: capitalize;
  transform: translateY(var(--y)) translateZ(0);
}

.main-menu>li>a .menu-text {
  display: flex;
  overflow: hidden;
  text-shadow: 0 16px 0 #fff;
}

.main-menu>li>a .menu-text span {
  display: block;
  backface-visibility: hidden;
  transition: transform 0.4s ease;
  transform: translateY(var(--m)) translateZ(0);
}

.main-menu>li>a .menu-text span:nth-child(1) {
  transition-delay: 0.05s;
}

.main-menu>li>a .menu-text span:nth-child(2) {
  transition-delay: 0.1s;
}

.main-menu>li>a .menu-text span:nth-child(3) {
  transition-delay: 0.15s;
}

.main-menu>li>a .menu-text span:nth-child(4) {
  transition-delay: 0.2s;
}

.main-menu>li>a .menu-text span:nth-child(5) {
  transition-delay: 0.25s;
}

.main-menu>li>a .menu-text span:nth-child(6) {
  -wbkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main-menu>li>a .menu-text span:nth-child(7) {
  transition-delay: 0.35s;
}

.main-menu>li>a .menu-text span:nth-child(8) {
  transition-delay: 0.4s;
}

.main-menu>li>a .menu-text span:nth-child(9) {
  transition-delay: 0.45s;
}

.main-menu>li>a .menu-text span:nth-child(10) {
  transition-delay: 0.5s;
}

.main-menu>li>a .menu-text span:nth-child(11) {
  transition-delay: 0.55s;
}

.main-menu>li>a .menu-text span:nth-child(12) {
  transition-delay: 0.6s;
}

.main-menu>li>a .menu-text span:nth-child(13) {
  transition-delay: 0.65s;
}

.main-menu>li>a .menu-text span:nth-child(14) {
  transition-delay: 0.7s;
}

.main-menu>li>a .menu-text span:nth-child(15) {
  transition-delay: 0.75s;
}

.main-menu>li>a .menu-text span:nth-child(16) {
  transition-delay: 0.8s;
}

.main-menu>li>a .menu-text span:nth-child(17) {
  transition-delay: 0.85s;
}

.main-menu>li>a .menu-text span:nth-child(18) {
  transition-delay: 0.9s;
}

.main-menu>li>a .menu-text span:nth-child(19) {
  transition-delay: 0.95s;
}

.main-menu>li>a .menu-text span:nth-child(20) {
  transition-delay: 1s;
}

.main-menu>li>a .menu-text span:nth-child(21) {
  transition-delay: 1.05s;
}

.main-menu>li>a .menu-text span:nth-child(22) {
  transition-delay: 1.1s;
}

.main-menu>li>a .menu-text span:nth-child(23) {
  transition-delay: 1.15s;
}

.main-menu>li>a .menu-text span:nth-child(24) {
  transition-delay: 1.2s;
}

.main-menu>li>a .menu-text span:nth-child(25) {
  transition-delay: 1.25s;
}

.main-menu>li>a .menu-text span:nth-child(26) {
  transition-delay: 1.3s;
}

.main-menu>li>a .menu-text span:nth-child(27) {
  transition-delay: 1.35s;
}

.main-menu>li>a .menu-text span:nth-child(28) {
  transition-delay: 1.4s;
}

.main-menu>li>a .menu-text span:nth-child(29) {
  transition-delay: 1.45s;
}

.main-menu>li>a .menu-text span:nth-child(30) {
  transition-delay: 1.5s;
}

.main-menu>li>a .menu-text span:nth-child(31) {
  transition-delay: 1.55s;
}

.main-menu>li>a .menu-text span:nth-child(32) {
  transition-delay: 1.6s;
}

.main-menu>li>a .menu-text span:nth-child(33) {
  transition-delay: 1.65s;
}

.main-menu>li>a .menu-text span:nth-child(34) {
  transition-delay: 1.7s;
}

.main-menu>li>a .menu-text span:nth-child(35) {
  transition-delay: 1.75s;
}

.main-menu>li>a .menu-text span:nth-child(36) {
  transition-delay: 1.8s;
}

.main-menu>li>a .menu-text span:nth-child(37) {
  transition-delay: 1.85s;
}

.main-menu>li>a .menu-text span:nth-child(38) {
  transition-delay: 1.9s;
}

.main-menu>li>a .menu-text span:nth-child(39) {
  transition-delay: 1.95s;
}

.main-menu>li>a .menu-text span:nth-child(40) {
  transition-delay: 2s;
}

.main-menu>li>a .menu-text span:nth-child(41) {
  transition-delay: 2.05s;
}

.main-menu>li>a .menu-text span:nth-child(42) {
  transition-delay: 2.1s;
}

.main-menu>li>a .menu-text span:nth-child(43) {
  transition-delay: 2.15s;
}

.main-menu>li>a .menu-text span:nth-child(44) {
  transition-delay: 2.2s;
}

.main-menu>li>a .menu-text span:nth-child(45) {
  transition-delay: 2.25s;
}

.main-menu>li>a .menu-text span:nth-child(46) {
  transition-delay: 2.3s;
}

.main-menu>li>a .menu-text span:nth-child(47) {
  transition-delay: 2.35s;
}

.main-menu>li>a .menu-text span:nth-child(48) {
  transition-delay: 2.4s;
}

.main-menu>li>a .menu-text span:nth-child(49) {
  transition-delay: 2.45s;
}

.main-menu>li>a:hover {
  --y: -4px;
}

.main-menu>li>a:hover span {
  --m: calc(16px * -1);
}

.main-menu .mega-menu li a,
.main-menu .mega-menu-2 li a {
  color: #121212;
}

.main-dropdown {
  position: absolute;
  width: 300px;
  left: 0;
  top: 85px;
  z-index: 9;
  background-color: #121212;
  text-align: left;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.main-dropdown .sub-dropdown {
  position: absolute;
  width: 300px;
  left: 100%;
  top: 0;
  z-index: 9;
  background-color: #121212;
  text-align: left;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.main-dropdown li {
  display: block;
  margin: 0;
  padding: 0;
}

.main-dropdown li:hover .sub-dropdown {
  opacity: 1;
  visibility: visible;
}

.main-dropdown li a {
  color: #fff;
  display: block;
  padding: 10px 20px;
  text-transform: capitalize;
}

.main-dropdown li a:hover {
  letter-spacing: 1px;
}

.main-dropdown li a .menu-text {
  text-shadow: 0 16px 0 #fff;
}

.mega-menu,
.mega-menu-2 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 110px;
  z-index: 9;
  text-align: left;
  padding: 40px 200px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.mega-menu li,
.mega-menu-2 li {
  padding: 0;
  margin: 0;
}

.mega-menu li a,
.mega-menu-2 li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.mega-menu li a:hover,
.mega-menu-2 li a:hover {
  letter-spacing: 1px;
}

.mega-menu li a .menu-text,
.mega-menu-2 li a .menu-text {
  text-shadow: 0 16px 0 #fff;
}

.mega-menu li a:not([href]):not([class]),
.mega-menu-2 li a:not([href]):not([class]) {
  color: #121212;
}

.mega-menu li a:not([href]):not([class]):hover,
.mega-menu-2 li a:not([href]):not([class]):hover {
  letter-spacing: 0;
}

.mega-menu li ul,
.mega-menu-2 li ul {
  text-align: left;
}

.mega-menu li ul li,
.mega-menu-2 li ul li {
  display: block;
  margin: 0;
}

.mega-menu li ul li a,
.mega-menu-2 li ul li a {
  font-weight: 400;
  font-size: 16px;
  padding: 10px 12px;
  display: block;
  margin-bottom: 0;
  text-transform: capitalize;
}

.mega-menu-2 {
  width: 1160px;
  padding: 40px;
  left: 50%;
  top: 80px;
  grid-gap: 12px 30px;
  grid-template-columns: repeat(4, 1fr);
  transform: translateX(-50%);
}

.menu-heading {
  font-size: 20px;
  color: #121212;
  padding-bottom: 20px;
}



/* mean menu customize */
.offcanvas__menu-wrapper.mean-container {
  padding-top: 160px;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .offcanvas__menu-wrapper.mean-container {
    padding-top: 142px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .offcanvas__menu-wrapper.mean-container {
    padding-top: 93px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas__menu-wrapper.mean-container {
    padding-top: 93px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__menu-wrapper.mean-container {
    padding-top: 60px;
  }

  .main-menu>li {
    display: inline-block;
    margin: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container {
    padding-top: 60px;
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.offcanvas__menu-wrapper.mean-container .mean-nav>ul>li:last-child>a {
  border-bottom: 1px solid #1d1d1d;
}

.offcanvas__menu-wrapper.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 20px 0 20px 100px;
  font-weight: 400;
  font-size: 80px;
  line-height: 1;
  color: #fff;
  text-transform: capitalize;
  border-top: 1px solid #1d1d1d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: none;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text {
  display: flex;
  overflow: hidden;
  text-shadow: 0 80px 0 #fff;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span {
  display: block;
  backface-visibility: hidden;
  font-style: normal;
  transition: transform 0.4s ease;
  transform: translateY(var(--m)) translateZ(0);
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(1) {
  transition-delay: 0.0333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(2) {
  transition-delay: 0.0666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(4) {
  -webkit-transition-delay: 0.1333333333s;
  transition-delay: 0.1333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(5) {
  -webkit-transition-delay: 0.1666666667s;
  transition-delay: 0.1666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(6) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(7) {
  -webkit-transition-delay: 0.2333333333s;
  transition-delay: 0.2333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(8) {
  -webkit-transition-delay: 0.2666666667s;
  transition-delay: 0.2666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(9) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(10) {
  -webkit-transition-delay: 0.3333333333s;
  transition-delay: 0.3333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(11) {
  -webkit-transition-delay: 0.3666666667s;
  transition-delay: 0.3666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(12) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(13) {
  -webkit-transition-delay: 0.4333333333s;
  transition-delay: 0.4333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(14) {
  -webkit-transition-delay: 0.4666666667s;
  transition-delay: 0.4666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(15) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(16) {
  -webkit-transition-delay: 0.5333333333s;
  transition-delay: 0.5333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(17) {
  -webkit-transition-delay: 0.5666666667s;
  transition-delay: 0.5666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(18) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(19) {
  -webkit-transition-delay: 0.6333333333s;
  transition-delay: 0.6333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(20) {
  -webkit-transition-delay: 0.6666666667s;
  transition-delay: 0.6666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(21) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(22) {
  -webkit-transition-delay: 0.7333333333s;
  transition-delay: 0.7333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(23) {
  -webkit-transition-delay: 0.7666666667s;
  transition-delay: 0.7666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(24) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(25) {
  -webkit-transition-delay: 0.8333333333s;
  transition-delay: 0.8333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(26) {
  -webkit-transition-delay: 0.8666666667s;
  transition-delay: 0.8666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(27) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(28) {
  -webkit-transition-delay: 0.9333333333s;
  transition-delay: 0.9333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(29) {
  -webkit-transition-delay: 0.9666666667s;
  transition-delay: 0.9666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(30) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(31) {
  -webkit-transition-delay: 1.0333333333s;
  transition-delay: 1.0333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(32) {
  -webkit-transition-delay: 1.0666666667s;
  transition-delay: 1.0666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(33) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(34) {
  -webkit-transition-delay: 1.1333333333s;
  transition-delay: 1.1333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(35) {
  -webkit-transition-delay: 1.1666666667s;
  transition-delay: 1.1666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(36) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(37) {
  -webkit-transition-delay: 1.2333333333s;
  transition-delay: 1.2333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(38) {
  -webkit-transition-delay: 1.2666666667s;
  transition-delay: 1.2666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(39) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(40) {
  -webkit-transition-delay: 1.3333333333s;
  transition-delay: 1.3333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(41) {
  -webkit-transition-delay: 1.3666666667s;
  transition-delay: 1.3666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(42) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(43) {
  -webkit-transition-delay: 1.4333333333s;
  transition-delay: 1.4333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(44) {
  -webkit-transition-delay: 1.4666666667s;
  transition-delay: 1.4666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(45) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(46) {
  -webkit-transition-delay: 1.5333333333s;
  transition-delay: 1.5333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(47) {
  -webkit-transition-delay: 1.5666666667s;
  transition-delay: 1.5666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(48) {
  transition-delay: 1.6s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(49) {
  -webkit-transition-delay: 1.6333333333s;
  transition-delay: 1.6333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a:hover {
  --y: -0px;
  background-color: transparent;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a:hover span {
  --m: calc(80px * -1);
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    font-size: 60px;
    padding-left: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    font-size: 48px;
    padding-left: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    font-size: 40px;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    font-size: 30px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    font-size: 20px;
    padding-left: 15px;
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
  width: 60px;
  height: 96px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 300;
  border: none !important;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 76px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 64px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 57px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 46px;
    width: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 36px;
    width: 36px;
    padding: 11px 12px 13px !important;
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #2c2c2c;
  opacity: 1;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid #1d1d1d;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
  font-size: 30px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 20px 0 20px 150px;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    padding-left: 90px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    padding-left: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    padding-left: 60px;
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    font-size: 20px;
    padding: 15px 0 15px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    font-size: 18px;
    padding: 15px 0 15px 30px;
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
  height: 46px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px;
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid #1d1d1d;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
  padding-left: 180px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
    padding-left: 120px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
    padding-left: 30px;
  }
}

.offcanvas__menu-wrapper.mean-container .mean-bar {
  padding: 0;
  background: none;
}

.offcanvas__menu-wrapper.mean-container a.meanmenu-reveal {
  display: none !important;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ddd;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

/*----------------------------------------*/
/*  11. CURSOR CSS START
/*----------------------------------------*/
.cursor {
  position: fixed;
  pointer-events: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  background: #121212;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  mix-blend-mode: hard-light;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cursor.large {
  width: 180px;
  height: 180px;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
}

.cursor1 {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 1px solid #c9f31d;
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.15s;
  transition: 0.15s;
  z-index: 999;
  mix-blend-mode: difference;
}

@media (max-width: 1200px) {
  .cursor1 {
    display: none;
  }
}

.cursor1.hide {
  opacity: 0;
  visibility: hidden;
}

.cursor2 {
  position: fixed;
  width: 8px;
  height: 8px;
  background-color: #c9f31d;
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 999;
  mix-blend-mode: difference;
}

@media (max-width: 1200px) {
  .cursor2 {
    display: none;
  }
}

.cursor2.hide {
  opacity: 0;
  visibility: hidden;
}

.cursor2.circle {
  width: 60px;
  height: 60px;
}

.cursor-testi {
  position: fixed;
  width: 80px;
  height: 80px;
  background-color: #121212;
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 999;
}

@media (max-width: 1200px) {
  .cursor-testi {
    display: none;
  }

  body .btn-buynow {
    font-size: 15px;
    padding: 9px 20px;
  }

  .main-menu>li>a {
    font-size: 16px;
  }
}

.cursor-testi.hide {
  opacity: 0;
  visibility: hidden;
}

.cursor-testi.play {
  width: 100px;
  height: 100px;
  mix-blend-mode: unset;
  background-color: #121212;
}

.cursor-testi.play::after {
  position: absolute;
  content: "Play";
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#featured_cursor {
  background: #fff;
  color: #121212;
}

@media (max-width: 1200px) {
  #client_cursor {
    display: none;
  }
}

/* .main-menu.menu-anim {
  display: flex;
  justify-content: center;
} */

/*----------------------------------------*/
/*  12. HEADER CSS START
/*----------------------------------------*/
.header__area {
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 999;
}

.header__inner {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  align-items: center;
  padding: 10px 50px;
}

@media (max-width: 1365px) {
  .header__inner {
    grid-template-columns: 120px auto 110px;
    padding: 10px 15px;
  }
}

.header__nav {
  text-align: center;
}

@media (max-width: 767px) {
  .header__nav {
    display: none;
  }

  .header__inner {
    grid-template-columns: 1fr 1fr;
  }
}

.header__others {
  text-align: right;
}

@media (max-width: 1365px) {
  .header__others {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
  }
}

/*----------------------------------------*/
/*  13. OFFCANVES CSS START
/*----------------------------------------*/
.offcanvas__area {
  background-color: #121212;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.offcanvas__body {
  display: grid;
  grid-template-columns: 0.9fr 3fr 1.3fr;
  height: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .offcanvas__body {
    grid-template-columns: 1.2fr 3fr 1.5fr;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas__body {
    grid-template-columns: 1.2fr 2fr 1.5fr;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__body {
    grid-template-columns: 1.2fr 2.3fr 1.8fr;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas__body {
    grid-template-columns: 1fr;
  }

  .header__area {
    position: absolute;
  }
}

.offcanvas__left {
  display: grid;
  grid-template-rows: 0.5fr 2.1fr 1fr;
  border-right: 1px solid #1d1d1d;
}

@media only screen and (max-width: 767px) {
  .offcanvas__left {
    display: none;
  }
}

.offcanvas__mid {
  overflow: hidden;
  overflow-y: auto;
}

@media only screen and (max-width: 767px) {
  .offcanvas__mid {
    margin-top: 75px;
  }
}

.offcanvas__mid::-webkit-scrollbar {
  width: 5px;
}

.offcanvas__mid::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--black);
  border-radius: 10px;
}

.offcanvas__mid::-webkit-scrollbar-thumb {
  background: #c9f31d;
  border-radius: 10px;
}

.offcanvas__right {
  background-color: #1d1d1d;
  padding: 0 50px;
  position: relative;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .offcanvas__right {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .offcanvas__right {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas__right {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__right {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas__right {
    display: none;
  }
}

.offcanvas__right .shape-1 {
  position: absolute;
  bottom: 0;
  left: 125px;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .offcanvas__right .shape-1 {
    left: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .offcanvas__right .shape-1 {
    left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas__right .shape-1 {
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__right .shape-1 {
    left: 0;
  }
}

.offcanvas__right .shape-2 {
  position: absolute;
  bottom: 90px;
  right: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__right .shape-2 {
    right: 30px;
  }
}

.offcanvas__logo {
  padding: 55px 0 55px 50px;
  border-bottom: 1px solid #1d1d1d;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .offcanvas__logo {
    padding: 30px 0 30px 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas__logo {
    padding: 30px 0 30px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__logo {
    padding: 30px 0 30px 15px;
  }
}

.offcanvas__social {
  padding-left: 50px;
  padding-top: 220px;
  border-bottom: 1px solid #1d1d1d;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .offcanvas__social {
    padding-left: 50px;
    padding-top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas__social {
    padding-left: 30px;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__social {
    padding-left: 15px;
    padding-top: 50px;
  }
}

.offcanvas__social .social-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__social .social-title {
    font-size: 20px;
  }
}

.offcanvas__social ul li {
  padding-bottom: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__social ul li {
    padding-bottom: 5px;
  }
}

.offcanvas__social ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}

.offcanvas__social ul li a:hover {
  color: #999;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__social ul li a {
    font-size: 16px;
  }
}

.offcanvas__links {
  padding-left: 50px;
  padding-top: 110px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .offcanvas__links {
    padding-left: 30px;
    padding-top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas__links {
    padding-left: 30px;
    padding-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__links {
    padding-left: 15px;
    padding-top: 40px;
  }
}

.offcanvas__links ul li {
  padding-bottom: 2px;
}

.offcanvas__links ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}

.offcanvas__links ul li a:hover {
  color: #999;
}

.offcanvas__close {
  position: absolute;
  right: 40px;
  top: 30px;
}

@media only screen and (max-width: 767px) {
  .offcanvas__close {
    right: 15px;
    top: 15px;
  }
}

.offcanvas__close button {
  font-size: 30px;
  width: 60px;
  height: 60px;
  color: #fff;
  background: #232323;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.offcanvas__close button:hover {
  color: #999;
}

@media only screen and (max-width: 767px) {
  .offcanvas__close button {
    font-size: 24px;
    width: 48px;
    height: 48px;
  }
}

.offcanvas__search {
  padding-top: 190px;
  padding-bottom: 140px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .offcanvas__search {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas__search {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__search {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}

.offcanvas__search form {
  position: relative;
}

.offcanvas__search input {
  color: #585858;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 20px 45px 20px 20px;
  border-radius: 30px;
  border: 1px solid #3C3C3C;
  background-color: transparent;
  outline: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__search input {
    padding: 15px 40px 15px 15px;
  }
}

.offcanvas__search input::-webkit-input-placeholder {
  opacity: 1;
  color: #585858;
}

.offcanvas__search input::-moz-placeholder {
  opacity: 1;
  color: #585858;
}

.offcanvas__search input:-ms-input-placeholder {
  opacity: 1;
  color: #585858;
}

.offcanvas__search input::-ms-input-placeholder {
  opacity: 1;
  color: #585858;
}

.offcanvas__search input::placeholder {
  opacity: 1;
  color: #585858;
}

.offcanvas__search button {
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  border-radius: 0 100% 100% 0;
}

.offcanvas__contact h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__contact h3 {
    font-size: 20px;
  }
}

.offcanvas__contact li {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 7px;
  max-width: 260px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__contact li {
    font-size: 16px;
  }
}

.offcanvas__contact li a {
  color: #fff;
}

.offcanvas__contact li a:hover {
  color: #999;
}

#open_offcanvas {
  display: none;
}

@media (max-width: 767px) {
  #open_offcanvas {
    display: block;
  }
}

/*----------------------------------------*/
/*  00. PRELOADER CSS START
/*----------------------------------------*/
@-webkit-keyframes wcLoading {
  0% {
    transform: scaleY(0.1);
    background: #fff;
  }

  50% {
    transform: scaleY(1);
    background: #c9f31d;
  }

  100% {
    transform: scaleY(0.1);
    background: transparent;
  }
}

@keyframes wcLoading {
  0% {
    transform: scaleY(0.1);
    background: #fff;
  }

  50% {
    transform: scaleY(1);
    background: #c9f31d;
  }

  100% {
    transform: scaleY(0.1);
    background: transparent;
  }
}

.preloader {
  width: 100%;
  height: 100vh;
  background-color: #121212;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999;
}

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.loading .bar {
  width: 6px;
  height: 60px;
  background: #fff;
  display: inline-block;
  transform-origin: bottom center;
  animation: wcLoading 1.5s ease-in-out infinite;
}

.loading .bar1 {
  animation-delay: 0.1s;
}

.loading .bar2 {
  animation-delay: 0.2s;
}

.loading .bar3 {
  animation-delay: 0.3s;
}

.loading .bar4 {
  animation-delay: 0.4s;
}

.loading .bar5 {
  animation-delay: 0.5s;
}

.loading .bar6 {
  animation-delay: 0.6s;
}

.loading .bar7 {
  animation-delay: 0.7s;
}

.loading .bar8 {
  animation-delay: 0.8s;
}


.preview__hero {
  background-color: #202020;
  background-image: url(assets/imgs/hero/hero-bg.jpg);
  padding-top: 150px;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: all .3s;
  overflow: hidden;
}

.preview__hero:hover {
  background-position: 0 100%;
}

.dropdown-icon {
  background-image: url(assets/imgs/icon/arrow-down.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 50%;
  padding-right: 16px !important;
}

.preview__hero-left {
  position: absolute;
  left: 85px;
  bottom: 27%;
}

.preview__hero-left h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -51px;
  right: -83px;
  text-align: center;
}

.preview_hero-2 {
  max-width: 100%;
  /* animation: moveBtm 5s infinite linear; */
}

.preview_hero-3 {
  /* animation: moveBtm 5s infinite linear; */
}

.btn-buynow {
  display: inline-block;
  background: #FF9776;
  border: 1px solid #FF9776;
  border-radius: 58px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #121212;
  padding: 10px 35px;
  transition: all 0.5s;
  text-transform: uppercase;
}

.btn-buynow:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}

.preview__hero-title {
  color: #fff;
  font-weight: 500;
  font-size: 70px;
  line-height: 1;
}

.preview__hero-subtitle {
  color: #fff;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  padding-bottom: 8px;
}

.preview-sub-title:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 70px;
  height: 1px;
  background: #666666;
  content: "";
}

.preview__hero-content p {
  color: #999999;
  font-weight: 400;
  font-size: 18px;
}

.preview__hero-content {
  text-align: center;
}

.preview__inner {
  display: flex;
  gap: 30px;
  padding-top: 80px;
  align-items: flex-end;
  justify-content: right;
  position: relative;
}

.preview_hero-1 {
  position: absolute;
  bottom: 0;
  z-index: 9;
  left: 0;
  /* animation: moveBtm 5s infinite linear; */
}

.preview_hero-envato {
  position: absolute;
  top: 16px;
  right: 34px;
  animation: wcZoom_2 10s infinite linear;
}

.preview__hero-left h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  transform: rotate(-45deg);
}

.preview-title {
  font-weight: 500;
  font-size: 60px;
  line-height: 1.1;
  color: #121212;
  padding-bottom: 20px;
}

.preview-sub-title {
  font-size: 18px;
  color: #999;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  padding-left: 80px;
  display: inline-block;
  padding-bottom: 18px;
  text-transform: capitalize;
  font-family: 'euclid_Circular_B';
}

.preview-title-wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #666666;
}

.rotate {
  width: 600px;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  line-height: 1;
  bottom: -9px;
  position: relative;
}

.demo-inner {
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-gap: 50px;
  padding: 70px 15px 0px 15px;
  grid-template-columns: repeat(2, 1fr);
}



.service__btm p {
  border: 1px solid #DADADA;
  border-radius: 56px;
  display: inline-block;
  padding: 13px 50px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 90px;
  color: #999;
  font-family: 'euclid_Circular_B';
}

.service__btm p a {
  color: #fff;
}



/* Preview Footer */
.preview__footer {
  padding: 130px 0;
  background-color: #171818;
}

.preview__footer-content h2 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}

.preview__footer-content h3 {
  font-size: 130px;
  font-weight: 500;
  color: #fff;
  line-height: 0.95;
  padding-bottom: 25px;
  max-width: 1040px;
  margin: 0 auto;
}

.preview__footer-content p {
  font-size: 18px;
  font-weight: 400;
  color: #999;
  line-height: 1.3;
  display: inline-block;
  margin-bottom: 55px;
}

.purchase-btn {
  display: inline-block;
  background: #FF9776;
  color: #121212;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.2;
  padding: 17px 39px;
  border-radius: 5px;
  transition: all 0.5s;
}

.purchase-btn:hover {
  background-color: #fff;
  color: #121212;
}

/* Tech Area */
.tech__area {
  background-color: #fff;
}

.tech__area .preview-sub-title {
  color: #666;
}

.tech__area .line {
  padding: 130px 0;
}

.tech__list {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.tech__item p {
  color: #121212;
  font-weight: 400;
  font-size: 18px;
  padding-top: 15px;
  font-family: 'euclid_Circular_B';
}

.tech__item {
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 7px;
  width: 206px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.tech-shape-5 {
  position: absolute;
  left: 12%;
  top: 52%;
}

.tech__content-left p {
  padding-right: 104px;
}

/* Layout Area */
.layout__area {
  overflow: hidden;
  background-color: #171717;
}

.elements-slide {
  background: #1F1F1F;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 50px;
}

.elements-slide h4 {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  line-height: 1.2;
  font-family: 'euclid_Circular_B';
}

.elements__center-slider {
  padding: 26px 0px;
}

.elements__area {
  padding-top: 50px;
  padding-bottom: 130px;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.layout__counter h2 {
  font-weight: 600;
  font-size: 250px;
  color: #fff;
}

.layout__content-right {
  position: relative;
  text-align: right;
}

.layout__img-1 {
  position: absolute;
  left: 81px;
  top: 80px;
  z-index: 9;
}

.layout__img-3 {
  position: absolute;
  left: 333px;
  top: 224px;
  z-index: 9;
}

.layout__img-4 {
  position: absolute;
  top: 332px;
  left: 107px;
}

.layout__img-5 {
  position: absolute;
  top: 315px;
  right: 50px;
}

.layout__content-left {
  padding-top: 70px;
  padding-right: 210px;
}

.layout__content-left p {
  color: #999999;
}

.layout__counter {
  padding-top: 180px;
}

.layout__content-btm {
  padding-top: 390px;
  max-width: 400px;
  margin-left: auto;
  text-align: left;
}

.layout__area .line::before {
  background: #242424;
}

.layout__area .line::after {
  background: #242424;
}

.layout__area .line-3 {
  background: #242424;
}

.layout__content-btm p {
  color: #999;
  font-size: 18px;
}

.tech__content-left {
  position: relative;
  padding-top: 90px;
}

.tech__content-left img {
  position: absolute;
  right: 65px;
  bottom: -135px;
}

.line-layout {
  position: relative;
  padding-top: 130px;
}

.line-layout::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10000px;
  left: 0;
  top: 0;
  background: #242424;
}

.line-layout::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10000px;
  right: 0;
  top: 0;
  background: #242424;
}

.line-layout span {
  position: absolute;
  content: "";
  width: 1px;
  height: 10000px;
  left: calc(50% - 1px);
  top: 0;
  background: #242424;
}

.demo-line {
  position: relative;
}

.demo-line::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10000px;
  left: 0;
  top: 0;
  background: #242424;
}

.demo-line::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10000px;
  right: 0;
  top: 0;
  background: #242424;
}

.demo-line span {
  position: absolute;
  content: "";
  width: 1px;
  height: 10000px;
  left: calc(50% - 1px);
  top: 0;
  background: #242424;
}

.offcanvas__contact {
  padding-top: 180px;
}

.mega-menu-wrap {
  display: none;
  background-color: #efefef;
}



/* Animatoin */
.move-icon {
  animation: action 2s infinite alternate;
}

@keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

.move-left {
  animation: move-left 1s infinite alternate;
}

@keyframes move-left {
  0% {
    transform: translateX(20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes moveBtm {
  0% {
    transform: translateY(20px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(20px);
  }
}


/* Responsive CSS */
@media screen and (max-width: 767px) {
  .preview__hero-title {
    font-size: 32px;
    padding-bottom: 5px;
  }

  body .preview__hero-subtitle {
    font-size: 18px;
    padding-bottom: 15px;
  }

  body .rtl_class {
    padding: 0 14px 3px;
    border-radius: 0px 15px 1 12px;
    font-size: 16px;
  }

  body .preview__hero-content p {
    font-size: 16px;
  }

  .demo_wrapper .demo_img {
    height: 120px;
    overflow: hidden;
  }

  .demo_wrapper .demo_list {
    grid-template-columns: 1fr 1fr;
    gap: 20px 15px;
  }

  .demo_wrapper .demo_item .title {
    font-size: 16px;
  }

  .demo_wrapper .demo_item .category {
    font-size: 12px;
  }

  .demo_wrapper .demo_item .new {
    padding: 5px 20px;
    font-size: 12px;
  }

  .type_width {
    width: auto;
    display: block;
    text-align: center;
  }

  .preview__hero-subtitle {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .preview__hero-left {
    position: absolute;
    left: 20px;
    bottom: 320px;
  }

  .preview__hero-left h3 {
    bottom: -25px;
    right: -70px;
  }

  .preview_hero-3 {
    position: unset;
    max-width: 200px;
  }

  .preview_hero-1 {
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 0;
    max-width: 164px;
  }

  body .preview_hero-envato {
    position: absolute;
    top: 13px;
    right: 15px;
    max-width: 65px;
  }

  .preview_hero-2 {
    display: block;
  }

  img.preview_hero-3 {
    width: 95px;
  }

  body .preview__inner {
    gap: 20px;
    padding-top: 50px;
  }

  .preview__hero-img {
    margin-top: 0;
  }

  body .preview__hero-left {
    display: none;
  }

  .preview-title {
    font-size: 32px;
    padding-right: 15px;
  }

  .tech__content-left {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .preview-title-wrapper p {
    font-size: 16px;
  }

  .preview__hero-left img {
    width: 50px;
    padding-bottom: 20px;
  }


  .service__btm p {
    padding: 12px 20px;
    margin-top: 50px;
  }

  .layout__content-left {
    padding-top: 0;
    padding-right: 0;
  }

  .layout__counter {
    padding-top: 20px;
  }

  .layout__counter {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .layout__content-right img {
    max-width: 100%;
  }

  .layout__counter h2 {
    font-size: 100px;
  }

  .layout__img-1 {
    left: 81px;
    top: -26px;
    z-index: 9;
  }

  .layout__img-3 {
    left: 0;
    top: 183px;
    z-index: 9;
  }

  .layout__img-4 {
    top: 371px;
    left: 0;
    z-index: 9;
  }

  .tech__list {
    justify-content: center;
    gap: 10px;
  }

  .layout__img-5 {
    top: 315px;
    right: 10px;
  }

  .layout__content-btm {
    padding-top: 350px;
  }

  .tech__content-left p {
    padding-right: 0;
  }

  .tech__item {
    width: 160px;
    height: 160px;
  }

  .tech-shape-5 {
    position: unset;
    padding-bottom: 30px;
    padding-top: 20px;
  }

  .preview__footer-content h3 {
    font-size: 40px;
  }

  .preview__footer-content h2 {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .elements-slide {
    gap: 10px;
  }

  .elements-slide h4 {
    font-size: 14px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body .animated_div {
    height: 40px;
    width: 330px;
  }

  body .top_heading_rea {
    width: 570px;
    margin: 0 auto;
  }

  body .bottom_prevew_title h1 {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
  }

  .rtl_class {
    font-size: 20px;
  }

  img.preview_hero-3 {
    width: 150px;
  }

  .preview__hero-title {
    font-size: 40px;
    padding-bottom: 25px;
  }

  .preview__hero-subtitle {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 8px;
  }

  .preview_hero-envato {
    max-width: 90px;
  }

  .type_width {
    width: 360px;
  }

  .preview__inner {
    padding-top: 20px;
  }

  .preview_hero-1 {
    max-width: 280px;
  }

  .demo_item .category {
    font-size: 14px;
  }

  .line-layout {
    padding-top: 90px;
  }

  .preview_hero-2 {
    max-width: 400px;
  }

  .preview__hero-img {
    padding-top: 70px;
  }

  img.preview_hero-envato {
    width: 70px;
  }

  .preview__hero-left {
    position: absolute;
    left: 0;
    bottom: 48%;
  }

  .preview-title {
    font-size: 36px;
  }

  .demo__img {
    height: 250px;
    background-size: cover;
  }

  .tech__content-left {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .tech__list {
    justify-content: center;
    gap: 30px;
  }

  .tech__content-left img {
    display: none;
  }

  .demo-inner {
    grid-gap: 30px;
    padding: 40px 15px 0px 15px;
    grid-template-columns: repeat(2, 1fr);
  }

  .layout__counter h2 {
    font-size: 160px;
  }

  .layout__counter {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .layout__content-left {
    padding-top: 0;
  }

  .layout__content-btm {
    padding-top: 290px;
    margin-left: unset;
  }

  .tech__area .line {
    padding: 90px 0;
  }

  .preview__footer {
    padding: 90px 0;
  }

  .tech-shape-5 {
    position: unset;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .preview__footer-content h3 {
    font-size: 60px;
  }

  .elements__area {
    padding-bottom: 90px;
  }

}

@media only screen and (min-width: 1024px) and (max-width: 1365px) {
  body .top_heading_rea {
    width: 800px;
  }

  body .animated_div {
    height: 60px;
    width: 495px;
  }

  .preview__hero-title {
    font-size: 60px;
  }

  .line-layout {
    padding-top: 100px;
  }

  .elements__area {
    padding-bottom: 100px;
  }

  .tech__area .line {
    padding: 100px 0;
  }

  .preview__footer {
    padding: 100px 0;
  }

  .preview_hero-2 {
    padding-left: 20%;
  }

  .preview__hero-left {
    left: 10px;
    bottom: 55%;
  }

  .move-icon {
    max-width: 50px;
  }

  .preview__hero-left h3 {
    bottom: -80px;
  }

  .type_width {
    width: 550px;
  }

  .preview_hero-envato {
    top: 0;
    right: 0;
    max-width: 80px;
  }

  .preview-title {
    font-size: 40px;
  }


  .demo__img {
    height: 300px;
    background-size: cover;
  }

  .demo-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .layout__content-left {
    padding-top: 30px;
    padding-right: 60px;
  }

  .layout__img-1 {
    left: -25px;
    top: 80px;
    z-index: 9;
  }

  .layout__img-3 {
    left: 158px;
    top: 252px;
  }

  .layout__content-btm {
    padding-top: 290px;
  }

  .tech__item {
    width: 200px;
    height: 200px;
  }

  .preview__footer-content h3 {
    font-size: 80px;
  }

  .tech-shape-5 {
    left: 0;
    top: 41%;
  }

  .tech__content-left p {
    padding-right: 0;
  }

}


@media only screen and (min-width: 1366px) and (max-width: 1440px) {
  .preview__hero-title {
    font-size: 70px;
  }

  .preview_hero-2 {
    padding-left: 20%;
  }

  .preview__hero-left {
    left: 30px;
    bottom: 60%;
  }

  .preview-title {
    font-size: 50px;
  }

  .demo__img {
    height: 300px;
    background-size: cover;
  }

  .layout__content-left {
    padding-top: 70px;
    padding-right: 70px;
  }

  .layout__img-1 {
    left: 0;
    top: 80px;
  }

  .layout__img-4 {
    top: 332px;
    left: 0;
  }

  .layout__img-3 {
    left: 260px;
    top: 224px;
    z-index: 9;
  }

  .layout__content-btm {
    padding-top: 335px;
  }

  .tech__content-left p {
    padding-right: 40px;
  }

  .tech__list {
    justify-content: right;
  }

  .preview__footer-content h3 {
    font-size: 100px;
  }


}


@media(max-width:576px) {

  .preview_hero-3 {
    animation: none;
  }

  .tech__item {
    text-align: center;
  }
}


/* Demo CSS */

.demo_area {
  padding: 130px;
}

.demo_wrapper {
  display: blok;
}

.demo_sidebar_wrap {
  padding-bottom: 50px;
}

.demo_title-wrap {
  text-align: center;
  padding-bottom: 90px;
}

.demo_title-wrap .preview-sub-title {
  color: #fff;
}

.demo_title-wrap .preview-title {
  color: #fff;
  text-transform: capitalize;
}

.demo_sidebar {
  top: 60px;
  position: sticky;
}

.demo_inner_sidebar {
  top: 60px;
  position: sticky;
}

.demo_sidebar .title {
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 30px;
  font-weight: 500;
}

.demo_type {
  margin-bottom: 20px;
}

.demo_type label {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  text-transform: capitalize;
}

.demo_type input {
  height: 18px;
  width: 18px;
}

.demo_list {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: repeat(3, 1fr);
}

.demo_item {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
  background: #222;
  border-radius: 8px;
}

.demo_item .title {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  padding-top: 20px;
  transition: all 0.5s;
  position: relative;
  display: inline-block;
  margin-left: 20px;
  text-transform: capitalize;
  transition: all 0.5s;
}

.demo_item:hover h3 {
  color: #FF9776;
}

.demo_item .title span {
  background: #fff;
  padding: 3px 20px;
  font-size: 15px;
  line-height: 1;
  border-radius: 500px;
  color: #333;
}

.demo_item .title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  background-color: #FF9776;
}

.demo_item .new {
  position: absolute;
  background: #FF9776;
  top: -5px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 41px;
  padding: 7px 25px;
  font-size: 14px;
  text-transform: uppercase;
  transform: translateY(-50%);
  font-weight: 400;
}

.demo_item span.dark {
  background: #FF9776;
  border-radius: 41px;
  padding: 4px 20px 3px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  color: #121212;
  margin-left: 15px;
  position: relative;
  top: -2px;
  display: inline-block;
}

.demo_item .category {
  font-size: 16px;
  color: #fff;
  padding-top: 6px;
  padding-left: 20px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: 'euclid_Circular_B';
}

.demo_img {
  height: 300px;
  overflow: hidden;
}

.demo_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 5s;
}

.demo_item:hover .title::after {
  width: 100%;
}

.inner_demo {
  padding: 130px;
}

.inner_demo_list {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

.inner_demo_item {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}

.inner_demo_item .title {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  padding-top: 20px;
  transition: all 0.5s;
  position: relative;
  display: inline-block;
  margin-left: 20px;
  text-transform: capitalize;
}

.inner_demo_item .title span {
  background: #fff;
  padding: 3px 20px;
  font-size: 15px;
  line-height: 1;
  border-radius: 500px;
  color: #333;
}

.inner_demo_item .category {
  font-size: 16px;
  color: #fff;
  padding-top: 5px;
  padding-left: 20px;
  text-transform: uppercase;
}

.inner_demo_item .title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  background-color: #fff;
}

.inner_demo_item:hover .demo_img img {
  transform: scale(1.05);
}

.inner_demo_item:hover .title::after {
  width: 100%;
}

.demo_inner_sidebar .title {
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 30px;
  font-weight: 500;
}


.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9991;
  border-radius: 100px;
  color: var(--white);
  transition: all 0.3s;
  display: none;
  mix-blend-mode: exclusion;
}

.scroll-top i {
  font-size: 18px;
  color: var(--black-2);
}



/* Responsive */

@media (max-width: 1919px) {
  .demo_list {
    grid-gap: 40px;
  }

  .demo_area {
    padding: 130px 100px;
  }

  .inner_demo {
    padding: 130px 50px;
  }

  .inner_demo_list {
    grid-gap: 20px;
  }
}


@media (max-width: 1439px) {
  .demo_area {
    padding: 130px 80px;
  }

  .demo_list {
    grid-gap: 20px;
  }
}


@media (max-width: 1365px) {
  .demo_area {
    padding: 100px 30px;
  }

  .demo_item span.dark {
    padding: 2px 16px;
    font-size: 12px;
    margin-left: 10px;
    position: relative;
    top: -1px;
    display: inline-block;
  }

  .demo_list {
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }

  .demo_img {
    height: 165px;
    overflow: hidden;
  }

  .demo_item .title {
    padding-top: 15px;
    font-size: 20px;
  }

  .demo_item .category {
    font-size: 15px;
    padding-top: 3px;
  }

  .demo_item {
    padding-bottom: 20px;
  }

  .inner_demo_list {
    grid-template-columns: repeat(2, 1fr);
  }

  .inner_demo {
    padding: 100px 30px;
  }

  .demo_title-wrap {
    padding-bottom: 50px;
  }
}

@media (max-width: 1023px) {
  .demo_area {
    padding: 90px 10px;
  }

  .demo_list {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .demo_item .title {
    margin-left: 10px;
  }

  .demo_item .category {
    padding-left: 10px;
  }

  .demo_sidebar .title {
    font-size: 20px;
  }

  .demo_type label {
    font-size: 18px;
  }

  .demo_type input {
    height: 16px;
    width: 16px;
  }

  .demo_item .title {
    font-size: 18px;
  }

  .demo_item .category {
    font-size: 14px;
  }

  .demo_item {
    padding-bottom: 15px;
  }

  .inner_demo_list {
    grid-template-columns: repeat(2, 1fr);
  }

  .inner_demo {
    padding: 90px 10px;
  }

  .demo_inner_sidebar .title {
    font-size: 22px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .btn-buynow {
    padding: 10px 25px;
  }

  body .preview__hero {
    padding-top: 120px;
  }

  body .btn-buynow {
    padding: 10px 22px;
  }

  .header__others {
    gap: 20px;
  }

  .rtl_demo_btn {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  body .top_heading_rea {
    width: 100%;
    margin: 0 auto;
  }

  body .animated_div {
    height: 35px;
    width: 270px;
  }

  body .bottom_prevew_title h1 {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
  }

  .demo_area {
    padding: 50px 0px;
  }

  .demo_title-wrap {
    padding-bottom: 30px;
  }

  .demo_item .category {
    font-size: 14px;
  }

  .line-layout {
    padding-top: 60px;
  }

  .elements__area {
    padding-bottom: 60px;
  }

  .preview__footer {
    padding: 60px 0;
  }

  .tech__area .line {
    padding: 60px 15px;
  }

  .tech__content-left img {
    display: none;
  }

  .demo_wrapper {
    grid-template-columns: 1fr;
  }

  .demo_list {
    grid-template-columns: 1fr;
  }

  .demo_sidebar {
    top: 0px;
    z-index: 9;
    background: #171717;
  }

  .demo_inner_sidebar {
    top: 0px;
    z-index: 9;
    background: #121212;
  }

  .demo_sidebar_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    padding-bottom: 0;
    justify-content: center;
  }

  .demo_sidebar .title {
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: center;
  }

  .demo_type {
    margin-bottom: 15px;
  }

  .inner_demo_list {
    grid-template-columns: repeat(1, 1fr);
  }

  .inner_demo {
    padding: 60px 0;
  }
}


/* Responsive CSS */
@media screen and (max-width: 470px) {
  body .preview__hero-title {
    font-size: 40px;
    padding-bottom: 5px;
  }

  body .bottom_prevew_title h1 {
    justify-content: left;
  }

  body .animated_div {
    height: 43px;
    width: 100%;
    margin-left: 0;
  }

  .hero_subcontent {
    text-align: left;
  }

  body .demo_wrapper .demo_list {
    grid-template-columns: 1fr;
    gap: 20px 15px;
  }

  body .demo_wrapper .demo_img {
    height: auto;
    overflow: auto;
  }

  body .preview__hero-subtitle {
    font-size: 20px;
    padding-bottom: 15px;
    padding-right: 15px;
    line-height: 1.5;
  }

  body .preview__hero-content p {
    font-size: 18px;
  }

  body .bottom_prevew_title {
    margin-bottom: 15px;
  }

  body .demo_wrapper .demo_item .title {
    font-size: 18px;
  }
}




.preview_main_title {
  float: left;
  padding-right: 10px;
}

.animated_div {
  height: 75px;
  overflow: hidden;
  width: 600px;
  text-align: left;
  margin-left: 5px;

}

ul.v-slides {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.v-slide {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  display: block;
  color: #FF9776;
}

.top_heading_rea {
  width: 950px;
  margin: 0 auto;
}

.animated_div ul li {
  color: #FF9776;
}

.bottom_prevew_title {
  margin-bottom: 30px;
}

.color_main {
  color: #FF9776 !important;
}

.rtl_class {
  background: #FF9776;
  color: #000;
  padding: 0 20px 3px;
  border-radius: 0px 15px 0 15px;
  line-height: 1;
  height: 30px;
  overflow: hidden;
  font-size: 24px;
}

.rtl_demo_btn {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 20px;
  display: inline-block;
  padding: 15px 30px;
  color: #FF9776;
  border: 1px solid #FF9776;
  border-radius: 50px;
  transition: all 0.5s;
  text-transform: uppercase;
}

.rtl_demo_btn:hover {
  color: #000;
  background-color: #FF9776;
}

.demo_title-wrap p {
  color: #e1e1e1;
}

.demo_title-wrap p {
  color: #e1e1e1;
  max-width: 780px;
  margin: 0 auto;
  font-size: 20px;
}

#rtl_demos {
  background-color: #121212;
}

.woocommerce_demo {
  background-color: #1b1b1b;
}

.buy_btn_wraper {
  margin-top: 70px;
  text-align: center;
}

.buy_btn_wraper a {
  color: #FF9776;
  display: inline-block;
  border: 1px solid #FF9776;
  border-radius: 58px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  padding: 15px 40px;
  transition: all 0.5s;
  text-transform: uppercase;
}

.buy_btn_wraper a:hover {
  color: #121212;
  background: #FF9776;
}

@media (max-width: 1023px) {
  .buy_btn_wraper {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .buy_btn_wraper {
    margin-top: 40px;
  }

  .demo_title-wrap p {
    font-size: 16px;
  }
}