@import url("https://fonts.googleapis.com/css2?family=Carrois+Gothic&display=swap");

/* Font Face */
@font-face {
  font-family: "graphik";
  src: url(../fonts/GraphikLight.otf);
  font-weight: 300;
}

@font-face {
  font-family: "graphik";
  src: url(../fonts/GraphikRegular.otf);
  font-weight: 400;
}

@font-face {
  font-family: "graphik";
  src: url(../fonts/GraphikMedium.otf);
  font-weight: 500;
}

@font-face {
  font-family: "graphik";
  src: url(../fonts/GraphikSemibold.otf);
  font-weight: 600;
}

@font-face {
  font-family: "graphik";
  src: url(../fonts/GraphikBold.otf);
  font-weight: 700;
}

@font-face {
  font-family: "graphik";
  src: url(../fonts/GraphikBlack.otf);
  font-weight: 900;
}

body {
  font-family: "Carrois Gothic", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  background: url(../img/layer.png) no-repeat, linear-gradient(106deg, #000 0%, #001301 28.61%, #000 60.4%, #001301 100%);
  height: 100vh;
  width: 100%;
  top: 0;
  pointer-events: none;
}

.container {
  max-width: 1300px;
}

.scrollsmoother-container  h1,
.scrollsmoother-container h2,
.scrollsmoother-container h3,
.scrollsmoother-container h4,
.scrollsmoother-container h5,
.scrollsmoother-container h6 {
  margin: 0 0 20px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "graphik";
}

.scrollsmoother-container h1 {
  font-size: 90px;
  text-transform: uppercase;
}

.scrollsmoother-container * {
  color: #fff;
}

.scrollsmoother-container h2 {
  font-family: "graphik";
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.scrollsmoother-container h3 {
  font-size: 46px;
  line-height: 1.2;
  font-family: "Carrois Gothic", serif;
  font-weight: 400;
}

img {
  max-width: 100%;
}

.scrollsmoother-container p {
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  display: inline-block;
}

.clr__white,
.clr__white * {
  color: #fff;
}

.height_100 {
  min-height: 100vh;
}

.default__btn {
  padding: 15px 15px 15px 20px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  font-family: "graphik";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2;
  transition: ease all 0.5s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.default__btn:hover {
  background-color: #0f7f12;
  color: #fff;
}

.simple__btn {
  display: inline-flex;
  gap: 8px;
  color: #252525 !important;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "graphik";
  align-items: center;
}

.simple__btn .btn__icon {
  height: 24px;
  width: 24px;
  padding: 5px;
}

.btn__icon {
  height: 30px;
  width: 30px;
  background-color: #0f7f12;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease all 0.5s;
}

.default__btn .btn__icon * {
  transition: ease all 0.5s;
}

.default__btn:hover .btn__icon {
  background-color: #fff;
}

.default__btn:hover .btn__icon * {
  stroke: #0f7f12;
}

/* Homapage */
.home__banner__area video {
  position: absolute;
  height: 100vh;
  left: 0;
  top: 5%;
  width: 100%;
  object-fit: cover;
}

.home__banner__area {
  background-color: #000000;
}
.home__banner__area::before {
    content: '';
    border-left: 1px solid #fff;
    position: absolute;
    height: 100%;
    left: -68px;
    z-index: 1;
    opacity: 0.15;
    top: 97px;
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    right: 0;
    pointer-events: none;
	transition:ease all 0.5s;
}
.banner__content h3::before {
    content: '';
    display: block;
    width: 4px;
    height: 33px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    left: -47px;
    top: 6px;
}
.banner__content h3 {
    position: relative;
}
body:has(.builders-remove ) .home__banner__area::before {
	  top: 56px;
}
.home__banner__area .bg__overly {
  background-color: #000000d9;
  min-height: 100vh;
  position: relative;
  padding: 250px 0 50px;
}

.home__banner__area h3 {
  margin-bottom: 0;
  line-height: 1;
}

.home__banner__area p {
  max-width: 560px;
  line-height: 1.5;
}

.slide__up,
.slide__in,
.slide__right {
  opacity: 0;
}

.sec__padding {
  padding: 140px 0;
}

.wwe__box {
  min-height: 364px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  transition: ease all 0.5s;
}

.wwe__box * {
  color: #252525 !important;
}

.wwe__box p {
  line-height: 1.5;
}

.wwe__box p,
.wwe__box h5 {
  font-family: "graphik";
  font-size: 16px;
}

.wwe__box h5 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: ease all 0.5s;
}

.wwe__box h6 {
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0 25px 0 20px;
  text-transform: inherit;
}

.ww__hover__text {
  opacity: 0;
  transition: ease all 0.5s;
}

.wwe__box:hover {
  background-size: 200% 300%;
  background-position: top;
}

.wwe__box:hover h6 {
  opacity: 0;
}

.wwe__box:hover .ww__hover__text {
  opacity: 1;
}

.what__we__offer h2 {
  margin-bottom: 40px;
}
/* .what__we__offer {
  margin-bottom: -100px;
} */
.what__we__boxs .row {
  row-gap: 39px;
}

.what__we__boxs .col-lg-3 {
  opacity: 0;
  transform: translateY(50px);
}

.video__wrap {
  width: 100%;
}

.video__wrap video {
  height: calc(100vh - 200px);
  width: 100%;
  object-fit: cover;
}

.vc__wrap {
  max-width: 483px;
}

.content__wrap {
  position: absolute;
  bottom: 20%;
  right: 0;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.3s ease-in-out;
  width: 45%;
  padding: 0 10px 0 53px;
  
}

.video__animated.pinned .content__wrap {
  transform: translateY(0);
  opacity: 1;
}

.content__wrap p {
  line-height: 1.5;
}

.video__inner__w {
  position: relative;
}

/* Play Icon */
.play__button.is-play {
  display: inline-block;
  position: relative;
}

.play__button.is-play {
  background-color: #fff;
  border-radius: 50%;
  width: 69px;
  height: 69px;
  position: absolute;
  right: 0;
  top: calc(50% - 35px);
  left: 0;
  margin: auto;
  transition: ease all 0.5s;
}

a.play__button.is-play.playing {
  height: 0;
  opacity: 0;
}

a.play__button.is-play.playing svg path {
  opacity: 0;
}

.play__button.is-play .button-outer-circle {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.play__button.is-play .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}

.has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
  animation: smallScale 3s infinite;
}

.has-delay-short {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(1.8);
    opacity: 0;
  }
}

/*Since*/
.since__headings {
  min-height: 100svh;
}

.since__headings .fade__in {
  min-height: 100svh;
  flex-direction: column;
}

.fade__in {
  opacity: 0;
}

.floating__cards__area {
  padding-bottom: 100svh;
}

.floating__s__card {
  max-width: 360px;
}

.floating__s__card:not(:last-child) {
  margin-bottom: 100px;
}

.floating__s__card>img {
  height: 392px;
  width: 100%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  transition: ease all 0.5s;
}

.fl__icons img {
  position: absolute;
}

.fl__icons img:nth-child(1) {
  top: 24px;
  left: 24px;
}

.fl__icons img:nth-child(2) {
  top: 24px;
  right: 24px;
}

.fl__icons img:nth-child(3) {
  right: 24px;
  bottom: 24px;
}

.fl__content {
  position: absolute;
  left: 24px;
  bottom: 24px;
}

.floating__s__card .fl__content h4 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 4px;
}

.floating__s__card::before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  border-radius: 10px;
  transition: ease all 0.5s;
  pointer-events: none;
  opacity: 0;
}

.floating__s__card:hover::before {
  opacity: 1;
}

.floating__cards__area .floating__s__card:first-child {
  margin-left: 0 !important;
}

.floating__cards__area .floating__s__card:nth-child(even) {
  margin-left: auto;
}

.floating__cards__area .floating__s__card:nth-child(odd) {
  margin-left: 100px;
}

.draging__circle {
  height: 10px;
  width: 100%;
  background-color: #fff;
  margin: 20px 0;
}

.draging__circle {
  display: none;
}

.draging__circle span {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  background-color: #0f7f12;
  top: -5px;
  cursor: pointer;
  transition: ease all 0.3s;
}

.banner__content .slide__in {
  gap: 17px;
}

@media screen and (max-width:1023px) {


  .what__we__boxs .col-lg-3 {
    opacity: 1;
  }

}

@media screen and (min-width:1024px) and (max-width:1199px) {
  .scrollsmoother-container h1 {
    font-size: 65px;
  }

  .scrollsmoother-container h2 {
    font-size: 50px;
  }

  .wwe__box p,
  .wwe__box h5 {
    font-size: 14px;
  }

  .wwe__box h6 {
    font-size: 15px;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .scrollsmoother-container h1 {
    font-size: 48px;
  }

  .scrollsmoother-container h2 {
    font-size: 38px;
  }

  .content__wrap {
    bottom: 0;
    padding: 0 10px 0 25px;
    height: calc(100vh - 200px);
    margin: auto;
    display: flex;
    align-items: center;
  }

  .what__we__offer {
    padding-bottom: 140px !important;
    min-height: auto;
  }

  .scrollsmoother-container   .scrollsmoother-container  h3 {
    font-size: 28px;
  }

  .banner__content h1 img {
    max-width: 45px;
  }

  .sec__padding {
    padding: 100px 0;
  }
}

@media screen and (max-width:767px) {
  .scrollsmoother-container h1 {
    font-size: 32px;
  }

  .scrollsmoother-container  h3 {
    font-size: 25px;
  }

  .banner__content h1 img {
    max-width: 35px;
  }

  .scrollsmoother-container  h2 {
    font-size: 28px;
  }

  .sec__padding {
    padding: 60px 0;
  }

  .what__we__offer {
    min-height: auto;
    padding-bottom: 90px !important;
    margin-bottom: 0;
  }

  .video__wrap video {
    height: 100%;
    width: 100%;
  }

  .video__inner__w,
  .content__wrap {
    width: 100% !important;
  }

  .content__wrap {
    position: inherit;
    padding: 30px 24px 0;
  }

  .floating__cards__area {
    padding-bottom: 0;
  }

  .since__headings .fade__in,
  .since__headings {
    min-height: auto;
  }

  .since__we__are {
    padding: 100px 0 80px;
  }

  .floating__s__card:not(:last-child) {
    margin-bottom: 30px;
  }

  .floating__s__card>img {
    height: 300px;
  }

  .floating__cards__area .floating__s__card:nth-child(odd) {
    margin-left: 0;
  }
	.wwe__box{
		background-size:cover;
	}
}