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

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

h2, p {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

input, textarea {
  background: none;
  border: none;
  outline: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.space6 {
  height: 6px;
}

.space8 {
  height: 8px;
}

.space10 {
  height: 10px;
}

.space12 {
  height: 12px;
}

.space14 {
  height: 14px;
}

.space16 {
  height: 16px;
}

.space18 {
  height: 18px;
}

.space20 {
  height: 20px;
}

.space22 {
  height: 22px;
}

.space24 {
  height: 24px;
}

.space26 {
  height: 26px;
}

.space28 {
  height: 28px;
}

.space30 {
  height: 30px;
}

.space32 {
  height: 32px;
}

.space34 {
  height: 34px;
}

.space36 {
  height: 36px;
}

.space38 {
  height: 38px;
}

.space40 {
  height: 40px;
}

.space42 {
  height: 42px;
}

.space44 {
  height: 44px;
}

.space46 {
  height: 46px;
}

.space48 {
  height: 48px;
}

.space50 {
  height: 50px;
}

.space52 {
  height: 52px;
}

.space54 {
  height: 54px;
}

.space56 {
  height: 56px;
}

.space58 {
  height: 58px;
}

.space60 {
  height: 60px;
}

.space62 {
  height: 62px;
}

.space64 {
  height: 64px;
}

.space66 {
  height: 66px;
}

.space68 {
  height: 68px;
}

.space70 {
  height: 70px;
}

.space72 {
  height: 72px;
}

.space74 {
  height: 74px;
}

.space76 {
  height: 76px;
}

.space78 {
  height: 78px;
}

.space80 {
  height: 80px;
}

.space82 {
  height: 82px;
}

.space84 {
  height: 84px;
}

.space86 {
  height: 86px;
}

.space {
  height: 88px;
}

.space90 {
  height: 90px;
}

.space92 {
  height: 92px;
}

.space94 {
  height: 94px;
}

.space96 {
  height: 96px;
}

.space98 {
  height: 98px;
}

.space100 {
  height: 100px;
}

@keyframes animation-5 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.aniamtion-key-5 {
  position: relative;
  animation-name: animation-5;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: all 0.4s ease-in-out;
}

@keyframes animation-7 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1000deg);
  }
}
.keyframe5 {
  position: relative;
  animation-name: animation-7;
  animation-duration: 90s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes animation-1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
.aniamtion-key-1 {
  position: relative;
  animation-name: animation-1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50px);
  }
}
.aniamtion-key-2 {
  position: relative;
  animation-name: animation-2;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(60px);
  }
}
.aniamtion-key-3 {
  position: relative;
  animation-name: animation-3;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-4 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
.aniamtion-key-4 {
  position: relative;
  animation-name: animation-4;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-6 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(50px);
  }
}
.aniamtion-key-6 {
  position: relative;
  animation-name: animation-6;
  animation-duration: 1.9s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-8 {
  0% {
    padding-right: 0px;
  }
  100% {
    padding-right: 50px;
  }
}
.aniamtion-key-7 {
  position: relative;
  animation-name: animation-8;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes fade-in-down {
  0% {
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.pulse-border {
  position: relative;
  animation-name: pulse-border;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translatex(0);
  }
}
.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  right: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(50%, -50%) rotate(45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.reveal {
  position: relative;
  display: -ms-inline-flexbox;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: right;
}

.rotateme {
  position: relative;
  animation-name: animation-7;
  animation-duration: 80s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
:root {
  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #1A1719;
  --ztc-text-text-3: #544E51;
  --ztc-text-text-4: #FFBA00;
  --ztc-text-text-5: #032530;
  --ztc-text-text-6: #C0F037;
  --ztc-text-text-7: #443E3E;
  --ztc-text-text-8: #131E20;
  --ztc-text-text-9: #404040;
  --ztc-text-text-10: #FF3639;
  --ztc-text-text-11: #002466;
  --ztc-text-text-12: #363D4A;
  --ztc-text-text-13: #2E4DFD;
  --ztc-text-text-14: #FF6700;
  --ztc-text-text-15: #FC226A;
  --ztc-text-text-16: #FF2D55;
  --ztc-text-text-17: #FD4E1A;
  --ztc-text-text-18: #0D0400;
  --ztc-text-text-19: #44403E;
  --ztc-text-text-20: #4AF8BA;
  --ztc-bg-bg-1: #fff;
  --ztc-bg-bg-2: #1A1719;
  --ztc-bg-bg-3: #c6a269;
  --ztc-bg-bg-4: #032530;
  --ztc-bg-bg-5: #C0F037;
  --ztc-bg-bg-6: #131E20;
  --ztc-bg-bg-7: #FF3639;
  --ztc-bg-bg-8: #135943;
  --ztc-bg-bg-9: #2E4DFD;
  --ztc-bg-bg-10: #FF6700;
  --ztc-bg-bg-11: #FC226A;
  --ztc-bg-bg-12: #FF2D55;
  --ztc-bg-bg-13: #0D0400;
  --ztc-bg-bg-14: #4AF8BA;
  --ztc-border-border-1: #E5E7EB;
  --ztc-border-border-2: #dfdcdc;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-specing-height6: 6px;
  --ztc-specing-height8: 8px;
  --ztc-specing-height10: 10px;
  --ztc-specing-height12: 12px;
  --ztc-specing-height14: 114px;
  --ztc-specing-height16: 16px;
  --ztc-specing-height18: 18px;
  --ztc-specing-height20: 20px;
  --ztc-specing-height22: 22px;
  --ztc-specing-height24: 24px;
  --ztc-specing-height26: 26px;
  --ztc-specing-height28: 28px;
  --ztc-specing-height30: 30px;
  --ztc-specing-height32: 32px;
  --ztc-specing-height34: 34px;
  --ztc-specing-height36: 36px;
  --ztc-specing-height38: 38px;
  --ztc-specing-height40: 40px;
  --ztc-specing-height42: 42px;
  --ztc-specing-height44: 44px;
  --ztc-specing-height46: 46px;
  --ztc-specing-height48: 48px;
  --ztc-specing-height50: 50px;
  --ztc-specing-height52: 52px;
  --ztc-specing-height54: 54px;
  --ztc-specing-height56: 56px;
  --ztc-specing-height58: 58px;
  --ztc-specing-height60: 60px;
  --ztc-specing-height70: 70px;
  --ztc-specing-height80: 80px;
  --ztc-specing-height90: 90px;
  --ztc-specing-height100: 100px;
  --ztc-specing-height110: 110px;
  --ztc-specing-height120: 120px;
  --ztc-specing-height130: 130px;
  --ztc-weight-regular: 400;
  --ztc-weight-medium: 500;
  --ztc-weight-semibold: 600;
  --ztc-weight-bold: 700;
  --ztc-weight-black: 800;
  --ztc-family-font1: "Readex Pro", sans-serif;
  --ztc-family-font2: "Readex Pro", sans-serif;
}

/*
============================
Name: Roh- Event And Conference Templete
Version: 2.0.0
Description: Roh- Event And Conference Templete
Author: alithemes
Author URI: https://themeforest.net/user/alithemes/portfolio
Location:
============================
*/
/*============= HEDAER CSS AREA ===============*/
/*============= HERO CSS AREA ===============*/
/*============= MOBILE-MENU CSS AREA ===============*/
/*============= ABOUT CSS AREA ===============*/
/*============= SERVICE CSS AREA ===============*/
/*============= ATTENT CSS AREA ===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/
/*============= MEMORY CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
/*============= EVENT CSS AREA ===============*/
/*============= TEAM CSS AREA ===============*/
/*============= FAQ CSS AREA ===============*/
/*============= CASE CSS AREA ===============*/
/*============= PRICING CSS AREA ===============*/
/*============= CTA CSS AREA ===============*/
/*============= OTHERS CSS AREA ===============*/
/*============= FOOTER CSS AREA ===============*/
/*============= COMMON CSS AREA ===============*/
.heading1 h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  text-transform: uppercase;
}
.heading1 h5 img {
  height: 26px;
  width: 26px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 0 0 4px;
}
.heading1 h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s60);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 70px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .heading1 h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading1 p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  transition: all 0.4s;
}

.heading2 h5 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 6px;
  background: rgba(26, 23, 25, 0.05);
  padding: 9px 10px;
  display: inline-block;
}
.heading2 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 52px;
  letter-spacing: -0.88px;
}
@media (max-width: 767px) {
  .heading2 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading2 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading4 h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  padding: 9px 10px;
  display: inline-block;
}
.heading4 h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 52px;
  letter-spacing: -0.88px;
}
@media (max-width: 767px) {
  .heading4 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading4 p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading5 h5 {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 6px;
  background: rgba(255, 54, 57, 0.1);
  padding: 9px 10px;
  display: inline-block;
}
.heading5 h2 {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 52px;
  letter-spacing: -0.88px;
}
@media (max-width: 767px) {
  .heading5 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading5 p {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading6 h5 {
  color: var(--ztc-text-text-13);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(46, 77, 253, 0.08);
}
@media (max-width: 767px) {
  .heading6 h5 {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
  }
}
.heading6 h2 {
  color: var(--ztc-text-text-11);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 52px;
  letter-spacing: -0.88px;
}
@media (max-width: 767px) {
  .heading6 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading6 p {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading7 h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .heading7 h5 {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
  }
}
.heading7 h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 52px;
  letter-spacing: -0.88px;
}
@media (max-width: 767px) {
  .heading7 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading7 p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  opacity: 0.8;
}

.heading8 h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .heading8 h5 {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
  }
}
.heading8 h5 img {
  margin: -5px 0 0 4px;
}
.heading8 h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: 80px;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 80px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .heading8 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading8 h2 {
    font-size: var(--ztc-font-size-font-s60);
    line-height: 60px;
  }
}
.heading8 h2 span {
  border-radius: 3px;
  border: 2px solid var(--white, #FFF);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: inline-block;
  padding: 0 9px;
}

.heading9 h5 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .heading9 h5 {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
  }
}
.heading9 h5 img {
  margin: -5px 0 0 4px;
  filter: brightness(0);
}
.heading9 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: 44px;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 52px;
}
@media (max-width: 767px) {
  .heading9 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading9 p {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading10 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 52px;
}
@media (max-width: 767px) {
  .heading10 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading10 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading11 h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  padding: 9px 10px;
  display: inline-block;
}
.heading11 h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 52px;
  letter-spacing: -0.88px;
}
@media (max-width: 767px) {
  .heading11 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading11 p {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading12 h5 {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 6px;
  background: rgba(255, 80, 0, 0.1);
  padding: 9px 10px;
  display: inline-block;
}
.heading12 h2 {
  color: var(--ztc-text-text-18);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 52px;
  letter-spacing: -0.88px;
}
@media (max-width: 767px) {
  .heading12 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading12 p {
  color: var(--ztc-text-text-19);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading13 h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 6px;
  display: inline-block;
}
.heading13 h5 img {
  margin: 0 0 0 4px;
}
.heading13 h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 52px;
  letter-spacing: -0.88px;
}
@media (max-width: 767px) {
  .heading13 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading13 p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  opacity: 80% !important;
}

.vl-btn1 {
  color: #fff;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  background:#135943;
  padding: 16px 20px;
  display: inline-block;
  border-radius: 8px;
}
.vl-btn1:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-btn1:hover::before {
  width: 100%;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  right: 0;
  top: 0;
}
.vl-btn1:hover::after {
  background: var(--ztc-bg-bg-1);
  opacity: 0.1;
  transition: all 0.4s;
}
.vl-btn1::after {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-2);
  opacity: 0.1;
  right: 8px;
  top: 8px;
}
.vl-btn1::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-2);
  right: 50%;
  top: 0;
  border-radius: 7px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.vl-btn2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
}
.vl-btn2 span.demo {
  display: inline-block;
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  border-radius: 70px;
  padding: 20px 26px;
}
.vl-btn2 span.arrow {
  display: inline-block;
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  text-align: center;
  color: var(--ztc-text-text-2);
  line-height: 54px;
  font-size: var(--ztc-font-size-font-s20);
  transform: rotate(45deg);
}
.vl-btn2:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
}
.vl-btn2:hover span.arrow {
  margin-right: 6px;
  transition: all 0.4s;
  transform: rotate(0deg);
}

.vl-btn3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
  padding: 24px 28px;
  overflow: hidden;
}
.vl-btn3::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 100%;
  right: 0;
  bottom: 0;
  transition: all 0.4s;
  background: #37ab87;
  z-index: -1;
}
.vl-btn3:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-btn3:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}

.vl-btn4 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
  padding: 24px 26px;
  background: var(--ztc-bg-bg-9);
  overflow: hidden;
}
.vl-btn4::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  right: 50%;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-8);
  z-index: -1;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
}
.vl-btn4:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-btn4:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  right: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
}

.vl-btn5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
}
.vl-btn5 span.demo {
  display: inline-block;
  border-radius: 40px;
  background: linear-gradient(-135deg, #FF7A00 0%, #F00 100%);
  transition: all 0.4s;
  border-radius: 70px;
  padding: 20px 26px;
}
.vl-btn5 span.arrow {
  display: inline-block;
  border-radius: 40px;
  background: linear-gradient(-135deg, #FF7A00 0%, #F00 100%);
  transition: all 0.4s;
  height: 54px;
  text-align: center;
  width: 54px;
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  line-height: 54px;
  font-size: var(--ztc-font-size-font-s20);
  transform: rotate(45deg);
}
.vl-btn5:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-btn5:hover span.arrow {
  margin-right: 6px;
  transition: all 0.4s;
  transform: rotate(0deg);
}

.vl-btn6 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
  padding: 20px 26px;
  background: var(--ztc-bg-bg-10);
  overflow: hidden;
}
.vl-btn6::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  right: 50%;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-2);
  z-index: -1;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
}
.vl-btn6:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-btn6:hover img {
  transform: rotate(45deg);
  transition: all 0.4s;
}
.vl-btn6:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  right: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
}
.vl-btn6 img {
  height: 16px;
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 4px;
  transition: all 0.4s;
}

.vl-btn7 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-11);
  padding: 8px 20px 8px 8px;
  display: inline-block;
  border-radius: 100px;
}
.vl-btn7 span {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: #FD6497;
  transform: rotate(45deg);
  margin-right: 4px;
}
.vl-btn7:hover {
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-btn7:hover span {
  transform: rotate(0);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-11);
}

.vl-btn8 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
}
.vl-btn8 span.demo {
  display: inline-block;
  background: var(--ztc-bg-bg-12);
  transition: all 0.4s;
  border-radius: 70px;
  padding: 20px 26px;
}
.vl-btn8 span.arrow {
  display: inline-block;
  background: var(--ztc-bg-bg-12);
  transition: all 0.4s;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  text-align: center;
  color: var(--ztc-text-text-1);
  line-height: 54px;
  font-size: var(--ztc-font-size-font-s20);
  transform: rotate(45deg);
}
.vl-btn8:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-btn8:hover span.arrow {
  margin-right: 6px;
  transition: all 0.4s;
  transform: rotate(0deg);
}

.vl-btn9 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 4px;
  padding: 20px 26px;
  border-radius: var(--rounded-lg, 8px);
  background: #135943;
  overflow: hidden;
}
.vl-btn9::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  right: 50%;
  top: 0;
  transition: all 0.4s;
  background: var(--LLL, linear-gradient(-135deg, #FF00B8 0%, #FF5000 100%));
  z-index: -1;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
}
.vl-btn9:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  transform: translateY(-5px);
}
.vl-btn9:hover img {
  transform: rotate(45deg);
  transition: all 0.4s;
}
.vl-btn9:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  right: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
}
.vl-btn9 img {
  height: 16px;
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 4px;
  transition: all 0.4s;
}

.vl-btn10 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 60px;
  padding: 20px 26px;
  background: var(--ztc-bg-bg-14);
  overflow: hidden;
}
.vl-btn10::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  right: 50%;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  z-index: -1;
  border-radius: 60px;
  visibility: hidden;
  opacity: 0;
}
.vl-btn10:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}
.vl-btn10:hover img {
  transform: rotate(45deg);
  transition: all 0.4s;
  filter: brightness(0);
}
.vl-btn10:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  right: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
}
.vl-btn10 img {
  height: 16px;
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 4px;
  transition: all 0.4s;
  filter: brightness(0);
}

/*============= COMMON CSS AREA ENDS===============*/
.sp1 {
  padding: 100px 0 100px;
}
@media (max-width: 767px) {
  .sp1 {
    padding: 50px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp1 {
    padding: 50px 0 50px;
  }
}

.sp2 {
  padding: 100px 0 70px;
}
@media (max-width: 767px) {
  .sp2 {
    padding: 50px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp2 {
    padding: 50px 0 20px;
  }
}

.sp3 {
  padding: 0 0 70px;
}
@media (max-width: 767px) {
  .sp3 {
    padding: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp3 {
    padding: 0 0 40px;
  }
}

.sp4 {
  padding: 80px 0 80px;
}
@media (max-width: 767px) {
  .sp4 {
    padding: 40px 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp4 {
    padding: 40px 0 40px;
  }
}

.sp5 {
  padding: 60px 0 60px;
}
@media (max-width: 767px) {
  .sp5 {
    padding: 30px 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp5 {
    padding: 30px 0 30px;
  }
}

.sp6 {
  padding: 120px 0 120px;
}
@media (max-width: 767px) {
  .sp6 {
    padding: 60px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp6 {
    padding: 60px 0 60px;
  }
}

.sp7 {
  padding: 120px 0 90px;
}
@media (max-width: 767px) {
  .sp7 {
    padding: 60px 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp7 {
    padding: 60px 0 30px;
  }
}

.sp8 {
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  .sp8 {
    padding: 50px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp8 {
    padding: 50px 0 0;
  }
}

.sp9 {
  padding: 120px 0 0;
}
@media (max-width: 767px) {
  .sp9 {
    padding: 60px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp9 {
    padding: 60px 0 0;
  }
}

.sp10 {
  padding: 0 0 100px;
}
@media (max-width: 767px) {
  .sp10 {
    padding: 0 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp10 {
    padding: 0 0 50px;
  }
}

.sp12 {
  padding: 0 0 120px;
}
@media (max-width: 767px) {
  .sp12 {
    padding: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp12 {
    padding: 0 0 60px;
  }
}

.space-margin60 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .space-margin60 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .space-margin60 {
    margin-bottom: 30px;
  }
}

.space-margin80 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .space-margin80 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .space-margin80 {
    margin-bottom: 40px;
  }
}


/*============= HERO CSS AREA ===============*/



.hero-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 200px 0 150px;
  color: #fff;
  text-align: right;
  direction: rtl;
  min-height: 100vh; 
  display: flex; 
  align-items: center;
}

/* .hero-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
} */

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-subtitle {
  font-size: 20px;
  margin-bottom: 15px;
  color: #f8c300;
  font-weight: 500;
}

.hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.hero-description {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

.hero-btns {
  margin-bottom: 40px;
}

.hero-btns .vl-btn1, .hero-btns .vl-btn2 {
  margin: 0 10px;
  display: inline-block;
}

.vl-btn2 {
  background: transparent;
  border: 2px solid #fff;
  padding: 12px 30px;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
}

.vl-btn2:hover {
  background: #fff;
  color: #333;
}

.hero-date-location {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.hero-date, .hero-location {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-date i, .hero-location i {
  color: #f8c300;
}

@media (max-width: 991px) {
  .hero-title {
      font-size: 42px;
  }
  
  .hero-area {
      padding: 150px 0 100px;
  }
}

@media (max-width: 767px) {
  .hero-title {
      font-size: 32px;
  }
  
  .hero-date-location {
      flex-direction: column;
      gap: 20px;
      align-items: center;
  }
}