@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap");

/*
font-family: 'Space Grotesk', sans-serif;
 */


.text-theme {
  color: var(--theme-color) !important;
}
* {
  padding: 0;
  margin: 0;
}
html,
body {
  overflow-x: hidden;
  position: relative;
}
body {
  font-family: "Space Grotesk", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: var(--text-color);
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Space Grotesk", sans-serif;
  color: var(--heading-color);
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1;
}

h1 {
  font-size: 60px;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 46px;
}
h4 {
  font-size: 36px;
}
h5 {
  font-size: 26px;
}
h6 {
  font-size: 16px;
}

p {
  line-height: 1.56;
  margin-bottom: 15px;
  letter-spacing: 0.19px;
}
img {
  max-width: 100%;
  transition: 0.3s;
}
a {
  text-decoration: none;
}
a,
button {
  transition: 0.3s ease;
  color: inherit;
  outline: medium none;
}
a:hover {
  color: var(--theme-color);
}
button:focus,
input:focus,
textarea:focus {
  outline: 0;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
*::-moz-selection {
  background: #007acc;
  color: #fff;
  text-shadow: none;
}
*::selection {
  background: #007acc;
  color: #fff;
  text-shadow: none;
}

/* Input Placeholder */
.nice-select,
input,
textarea {
  width: 100%;
  padding-left: 1.2em;
  transition: 0.3s ease;
  border: 1px solid transparent;
  font-weight: 500;
  background: #fff;
  color: var(--text-color);
  font-size: 1.1em !important;
  letter-spacing: 0.2px;
  height: 65px;
}
input:focus,
textarea:focus {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
::-moz-placeholder,
::placeholder {
  color: #3d3d41;
  opacity: 1;
}
::-ms-placeholder {
  color: #3d3d41;
}
::-webkit-input-placeholder {
  color: #3d3d41;
}

/* nice-select */
.nice-select {
  float: none;
  border: transparent;
  font-size: inherit;
  line-height: inherit;
  border-radius: 0;
  align-items: center;
  display: flex;
}
.nice-select .list {
  width: 100%;
  border-radius: 0;
}
.nice-select::after {
  height: 10px;
  width: 10px;
  border-color: var(--text-color);
  right: 25px;
  border-width: 2px;
}
/*==ScrollUp CSS==*/
#scrollUp {
  background: var(--theme-color);
  border-radius: 3px;
  cursor: pointer;
  position: fixed;
  text-align: center;
  z-index: 998 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  width: 1.8em;
  height: 1.8em;
  bottom: 2em;
  right: 1.5em;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
#scrollUp:hover {
  transform: translateY(-10%);
}

/* ======CONTAINER WIDTH===== */
.container {
  max-width: 1240px;
}
/* ====================================================== */

/* =======GLOBAL CSS========= */
.bg-attachment {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}
.absolute-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.absolute-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  max-height: 100%;
}
.absolute-img.center-center,
.absolute-img.right-center,
.absolute-img.left-center {
  top: 50%;
  transform: translate(0, -50%);
}
.absolute-img.center-center {
  left: 50%;
  transform: translate(-50%, -50%);
}
.absolute-img.right-top,
.absolute-img.right-bottom,
.absolute-img.right-center {
  left: auto;
  right: 0;
}
.absolute-img.right-bottom,
.absolute-img.left-bottom {
  top: auto;
  bottom: 0;
}
section,
header,
footer,
.position-relative {
  position: relative;
  z-index: 1;
}

/* .section-content h1,
.section-content h2,
.section-content h3,
.section-content h4,
.section-content h5,
.section-content h6{

} */

.white-content h1,
.white-content h2,
.white-content h3,
.white-content h4,
.white-content h5,
.white-content h6 {
  color: #fff;
}
.white-content p {
  color: #d3d3d3;
}
.flex-1 {
  flex: 1;
}
.section-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(147deg, #000000 0%, #05050a 100%);
  opacity: 0.7;
  transition: 0.3s ease;
}

.slick-slider {
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.slick-slide {
  margin-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: calc(var(--bs-gutter-x) * 0.5);
}

.pulse-btn {
  position: relative;
  z-index: 1;
}
.pulse-btn:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  background-color: var(--theme-color);
  opacity: 0.6;
  z-index: -1;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both
    infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  pointer-events: none;
}
@keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  80% {
    border-width: 1px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }

  100% {
    opacity: 0;
  }
}

/* =======PRELOADER===== */
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#global {
  position: relative;
  height: 50px;
  width: 75px;
}
.mask {
  position: absolute;
  border-radius: 2px;
  overflow: hidden;
  perspective: 1000;
  backface-visibility: hidden;
}

.plane {
  background: var(--theme-color);
  width: 400%;
  height: 100%;
  position: absolute;
  transform: translate3d(0px, 0, 0);
  /*transition: all 0.8s ease; */
  z-index: 100;
  perspective: 1000;
  backface-visibility: hidden;
}

#top .plane {
  z-index: 2000;
  animation: trans1 1.3s ease-in infinite 0s backwards;
}
#middle .plane {
  transform: translate3d(0px, 0, 0);
  background: #ff6585;
  animation: trans2 1.3s linear infinite 0.3s backwards;
}
#bottom .plane {
  z-index: 2000;
  animation: trans3 1.3s ease-out infinite 0.7s backwards;
}

#top {
  width: 53px;
  height: 20px;
  left: 20px;
  transform: skew(-15deg, 0);
  z-index: 100;
}

#middle {
  width: 33px;
  height: 20px;
  left: 20px;
  top: 15px;

  transform: skew(-15deg, 40deg);
}
#bottom {
  width: 53px;
  height: 20px;
  top: 30px;
  transform: skew(-15deg, 0);
}

@keyframes trans1 {
  from {
    transform: translate3d(53px, 0, 0);
  }
  to {
    transform: translate3d(-250px, 0, 0);
  }
}

@keyframes trans2 {
  from {
    transform: translate3d(-160px, 0, 0);
  }
  to {
    transform: translate3d(53px, 0, 0);
  }
}

@keyframes trans3 {
  from {
    transform: translate3d(53px, 0, 0);
  }
  to {
    transform: translate3d(-220px, 0, 0);
  }
}

@keyframes animColor {
  from {
    background: red;
  }
  25% {
    background: yellow;
  }
  50% {
    background: green;
  }
  75% {
    background: brown;
  }
  to {
    background: blue;
  }
}
/* PRELOADER-CSS END */

/* HEADER AREA */
.header-area {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: 0.3s ease;
  left: 0;
  padding: 2em 0;
}
.header-area.sticky {
  position: fixed;
  animation: slideInDown 0.5s ease;
  background: #070202;
  padding: 1em 0;
}
.border-btn,
.site-btn {
  color: #fff;
  background: var(--theme-color);
  font-weight: 600;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 1em 100%, 0 calc(100% - 1em));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4em;
  width: 15em;
  font-size: 0.8em;
  border: 1px solid transparent;
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.border-btn {
  background: none;
  border-color: #fff;
}
.border-btn::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1em;
  width: 1em;
  background: #fff;
  content: "";
  transition: inherit;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: -1;
}
.border-btn:hover {
  border-color: var(--theme-color);
}
.border-btn.theme-btn {
  color: var(--theme-color);
  border-color: var(--theme-color);
}
.border-btn.theme-btn::after {
  background: var(--theme-color);
}
.border-btn.theme-btn:hover {
  background: var(--theme-color);
  color: #fff;
}
.border-btn:hover::after {
  background: var(--theme-color);
}
.section-btn .border-btn {
  width: 25em;
  font-weight: 700;
}
.site-btn:hover {
  background: #fff;
  color: var(--theme-color);
}
.site-btn.black-btn:hover {
  background: #000;
  color: #fff;
}
.border-btn:hover {
  border-color: #fff;
  background: #fff;
  color: var(--theme-color);
}
.border-btn:hover::after {
  background: #fff;
}
.logo {
  position: relative;
  z-index: 2;
  margin-left: 8%;
}
.header-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  z-index: 3;
}
.link-group > * {
  margin-left: 0.5em;
  margin-top: 1em;
}
.link-group {
  margin-top: -1em;
}
.link-group > *:first-child {
  margin-left: 0;
}

@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.humberger-bar {
  height: 1.8em;
  width: 1.8em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 2em;
}
.humberger-bar span {
  height: 2px;
  width: 100%;
  background: #fff;
  display: block;
  margin-bottom: 7px;
  border-radius: 10px;
  transition: 0.3s ease;
}
.humberger-bar span:last-child {
  margin-bottom: 0px;
}
.humberger-bar:hover span {
  background: var(--theme-color);
}
.humberger-bar.active span {
  background: #fff;
}
.humberger-bar.active:hover span {
  background: #000;
}
.humberger-bar.active span:first-child {
  transform: translate(0, 8px) rotate(45deg);
}
.humberger-bar.active span:nth-child(2) {
  transform: rotate(90deg);
  opacity: 0;
}
.humberger-bar.active span:last-child {
  transform: translate(0, -10px) rotate(-45deg);
}
.offset-menu {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  min-height: 720px;
  background: linear-gradient(180deg, #ff2800 0%, #ef007a 100%);
  padding: 5% 0;
  width: 46%;
  display: flex;
  align-items: center;
  transform: translate(100%);
  transition: 0.5s ease;
  opacity: 0;
}
.offset-menu.active {
  opacity: 1;
  transform: translate(0);
}
.mainmenu a {
  font-size: 1.4em;
  color: #fff;
  position: relative;
  padding: 0.8em;
  display: block;
  padding-left: 100px;
  z-index: 1;
  font-weight: 700;
}
.mainmenu a:hover {
  padding-left: 130px;
}
.mainmenu a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: inherit;
  background: linear-gradient(270deg, #ff2800 0%, #ef007a 100%);
  z-index: -1;
  opacity: 0;
}
.mainmenu {
  width: 100%;
}
.mainmenu a:hover::after {
  opacity: 1;
}
.mainmenu a::before {
  content: "\f061";
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translate(-100%, -50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 0.7em;
  transition: inherit;
  opacity: 0;
}
.mainmenu a:hover::before {
  transform: translate(0%, -50%);
  opacity: 1;
}

/* HERO AREA */
.hero-area {
  min-height: 910px;
  display: flex;
  align-items: flex-end;
  height: 650px;
  background-position: top center;
}
.hero-area .border-btn,
.hero-area .site-btn {
  height: 4em;
  width: 17em;
  font-size: 15px;
  font-weight: 700;
}
.hero-area .link-group a:nth-child(2):after {
  display: none;
}
.hero-area .link-group a:nth-child(2) {
  clip-path: none;
}
.triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 6em;
  transform: translate(-20%, -15%);
  z-index: -1;
}
.hero-title {
  display: flex;
}
.hero-title h2 {
  line-height: 1;
}
.hero-title h6 {
  margin-top: 0.2em;
  margin-left: 0.4em;
}
.hero-area .section-content p {
  width: 70%;
  color: #d3d3d3;
}
.hero-right {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 45%;
  height: 87%;
  display: flex;
  align-items: flex-end;
}
.hero-right > .row {
  width: 100%;
}
.hero-right-img img {
  width: 100%;
}

.hero-right-img img {
  width: 100%;
}
div:first-child > .hero-right-img {
  margin-top: 8em;
  margin-right: -3em;
}
.box-shadow {
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.3);
}
.hero-right .absolute-img:first-child {
	height: 150%;
}

.hero-right-img .absolute-img {
  right: 100%;
  width: 180%;
  max-width: none;
  top: 0;
  z-index: 2;
  transform: translate(36%);
}

/* EXP AREA */
.exp-item h1 {
  margin-bottom: 0;
  line-height: 1;
  font-size: 75px;
  background: linear-gradient(180deg, #ff2800 0%, #ef007a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* VIDEO AREA */
.play-btn {
  display: inline-grid;
  place-content: center;
  height: 4.5em;
  width: 4.5em;
  border-radius: 50%;
  border: 3px solid;
  color: #fff;
}

.video-content .absolute-img {
  width: 100%;
  top: 60%;
  max-height: none;
}

/* TEAM AREA */
.p-relative {
  position: relative;
  z-index: 2;
}
.team-item {
  display: block;
  cursor: initial;
  position: relative;
  z-index: 1;
}
.team-item h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  padding: 20px;
}
.team-item h4 span {
  display: block;
  font-size: 80%;
  margin-top: 5px;
}
.team-item img {
  width: 100%;
}
.team-area .col-md-3 {
  width: 20%;
}
.team-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transform: scale(1.03);
}
.section-title .triangle {
  width: 13em;
  pointer-events: none;
}
.section-title svg path {
  stroke-opacity: 0.7;
}

/* BRAND AREA */
.brand-img {
  display: inline-block;
  width: 12.5%;
  padding: 0 2%;
  margin-top: 2em;
  text-align: center;
}
.brand-wrap {
  margin: 0 -3%;
  margin-top: -2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-content h2 {
	margin-bottom: 25px;
}

/* FEATURE AREA */
.sectin-content h4 {
  line-height: 1.2;
}
.feature-area .col-md-3 {
  width: 16.666%;
}
.feature-item h5 {
  color: #d9d0d4;
  font-size: 1.2em;
  font-weight: 500;
  transition: inherit;
  line-height: 1.3;
}
.feature-item h5 span {
  display: block;
}
.feature-item:hover .feature-img {
  transform: translateY(-10%);
}
.feature-item:hover h5 {
  color: var(--theme-color);
}
.feature-item {
  display: block;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  cursor: initial;
}
.feature-img {
  transition: 0.3s ease;
}
.feature-img {
  transition: 0.3s ease;
  display: flex;
  align-items: center;
}

/* TESTIMONY */
.testimony-bx {
  background: #fff;
  padding: 1.2em 3em;
}
.testimony-bx p {
  font-size: 1.2em;
  margin-bottom: 0;
}
.testimony-content h6 {
  text-align: right;
  color: #fff;
  font-weight: 500;
  margin-top: 1.1em;
}
.testimony-img .absolute-img {
  z-index: 3;
  width: 180%;
  max-height: none;
  max-width: none;
  transform: translate(36%);
}
.testimony-img img {
  width: 100%;
}

/* FORMAT AREA */

.format-item {
  padding-left: 4em;
}
.format-item .absolute-img {
  color: #fff;
  top: 0.8em;
}
.format-item h4,
.format-item p {
  margin-bottom: 0;
}
.format-item p {
  font-size: 14px;
}
.format-item h4 {
  font-size: 34px;
}
.format-area > .absolute-img {
  top: 28%;
  transform: translate(37%);
  width: 45%;
}

/* PARTNER AREA */
.partner-area .g-lg-5 {
  --bs-gutter-x: 8rem;
}

/* ATTEND */
.attend-area > img {
  left: -12%;
  top: -15%;
}
.attend-link {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin-top: -1.5em;
}
.attend-link li a {
  padding-right: 1em;
  padding-left: 1.8em;
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 14px;
}
.attend-link li {
  margin-top: 1.5em;
  width: 50%;
}
.attend-link li a::before {
  content: "";
  position: absolute;
  top: 0.6em;
  height: 0.5em;
  width: 0.5em;
  background: #fff;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  transition: inherit;
}
.attend-link li a:hover::before {
  background: var(--theme-color);
}

/* GALLERY AREA */
.gallery-wrap {
  --height: 500px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, var(--height));
  grid-gap: 0.5em;
  padding: 0.5em 0;
}
.gallery-item:nth-child(2) {
  grid-row: auto / span 2;
}
.gallery-item:nth-child(3) {
  grid-column: auto / span 2;
}
.gallery-item {
  display: grid;
  padding: 15%;
  align-content: end;
  position: relative;
  z-index: 1;
}
.gallery-item:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: var(--theme-color);
  mix-blend-mode: multiply;
}

/* CTA */

.cta-profile img {
  width: 100%;
  border-radius: 50%;
}
.media-download svg {
  margin-right: 0.5em;
}
.media-download path {
  transition: 0.3s ease;
}
.media-download:hover path {
  fill: var(--theme-color);
}
.cta-area > .absolute-img {
  top: 35%;
  right: 23%;
}

/* FOOTER AREA */
.social-link a {
  color: #fff;
  font-size: 1.5em;
  padding-right: 1.2em;
}
.social-link li {
  display: inline-block;
}
.social-link li:last-child a {
  padding-right: 0;
}
.social-link a:hover {
  color: var(--theme-color);
}
.copyright-link li {
  color: #d3d3d3;
  display: inline-block;
  margin-right: 1em;
  margin-top: 1em;
  font-size: 12px;
}
.copyright-link {
  margin-top: -1em;
}
.copyright-link li a:hover {
  color: #fff;
}
.copyright-design {
  color: #d3d3d3;
  text-align: right;
  font-size: 12px;
}
.copyright-design a:hover {
  color: #fff;
}
.copyright-design img {
  width: 7em;
  margin-left: 0.8em;
}
.contact-form p {
	font-size: 12px;
}
/* CONTACT AREA */
.checkbox-wrap input {
  display: none;
}
.checkbox {
  display: inline-block;
  height: 2em;
  width: 2em;
  z-index: 1;
  transition: 0.3s ease;
  cursor: pointer;
  background: #fff;
  position: absolute;
  top: 0.2em;
  left: 0;
}
.checkbox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -70%) rotate(-45deg);
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  height: 35%;
  width: 75%;
  transition: inherit;
  opacity: 0;
}
.checkbox-wrap input:checked ~ .checkbox::after {
  opacity: 1;
}
.checkbox-wrap input:checked ~ .checkbox {
  background: var(--theme-color);
}
.checkbox-wrap {
  color: #fff;
  font-size: 12px;
}
.checkbox-wrap label {
  position: relative;
  padding-left: 3.8em;
  
}
.contact-area > .absolute-img {
  transform: translate(-25%);
  opacity: 0.8;
}
.contact-form .site-btn {
  font-size: 1em;
}

/* MODAL CSS */
.modal-wrap {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9999;
	transition: 0.5s ease;
	opacity: 0;
	pointer-events: none;
	overflow-y: auto;
	background: linear-gradient(147deg, #242333 0%, #05050a 100%);
	padding-bottom: 60px;
}
.modal-wrap.active {
  opacity: 1;
  pointer-events: all;
}
.modal-wrap .humberger-bar {
  right: 0.5%;
  position: absolute;
  top: 4%;
}
.modal-wrap .humberger-bar:hover span {
  background: var(--theme-color);
}
.modal-wrap.active .contact-area {
  height: 100%;
}
.check-radio .form-check-input {
  width: 25px;
  height: 25px;
}
.check-radio .form-check-inline {
  display: inline-flex;
  align-items: center;
}
.check-radio label {
	color: #fff;
	margin-left: 10px;
	font-size: 12px;
  margin-top: 5px;
}
.check-radio .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.check-radio .form-check-input:focus {
  border-color: var(--theme-color);
  box-shadow: 0 0 0 0.25rem #ffffff1c;
}
.media-download img {
	max-width: 30px;
}
.about-area {
	background-attachment: fixed;
}
.contact-area {
	min-height: 100vh;
}
.hero-right > .absolute-img:first-child {
	width: 33.33%;
}
.hero-right-img .absolute-img {
	max-height: none;
	width: 200%;
}
.close-btn {
  position: absolute;
  right: 15px;
  top: 0;
}
.close-btn a {
  display: inline-block;
  padding: 30px;
}
.close-btn a:hover i {
  color: var(--theme-color);
}
.close-btn i {
  color: #fff;
  font-size: 35px;
  transition: .3s;
}





.black-bg {
	background-color: #070202;
	padding: 1em 0;
}