/*Google Fonts*/
@import url(https://db.onlinewebfonts.com/c/d890d634174186faf6358e45fdf5f286?family=Swiss+721+Bold+Rounded);
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');


/*  Main Style  */
body {
  font-family: "Swiss 721 Bold Rounded";
  background-color: #272343; 

}

  

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

p {
  font-family: "Quicksand";
  font-weight: 400; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Swiss 721 Bold Rounded";
}

a {
  font-family: "Swiss 721 Bold Rounded";
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }



/* Slider */
.content {
  margin-bottom: 130px;
  padding: 0rem 0;
  background: white;
  background-size: 400% 400%;
  animation: gradient 7.5s ease infinite;

}

h2 {
  font-size: 20px; }

/* 10 */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  position: relative; }
  .site-blocks-cover.overlay {
    position: relative; }
    .site-blocks-cover.overlay:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.2); }
  .site-blocks-cover, .site-blocks-cover > .container > .row {
    min-height: 600px;
    height: calc(100vh); }
  .site-blocks-cover h1 {
    font-size: 8rem;
    font-weight: 900;
    line-height: 1; }
    @media (max-width: 991.98px) {
      .site-blocks-cover h1 {
        font-size: 4rem; } }
  .site-blocks-cover .sub-text {
    font-size: 1.4rem;
    color: gray;
    font-weight: 300; }
    @media (max-width: 991.98px) {
      .site-blocks-cover .sub-text {
        color: #000; } }
  .site-blocks-cover .img-wrap {
    position: absolute;
    z-index: -1;
    width: calc(100% - 50%);
    top: 0;
    height: 100%;
    z-index: 2;
    right: 50%;
    min-height: 600px;
    overflow: hidden;
    border-bottom-right-radius: 200px; }
    @media (max-width: 991.98px) {
      .site-blocks-cover .img-wrap {
        width: 100%;
        right: 0%;
        color: white;
        top: 0; }
        .site-blocks-cover .img-wrap .hero-slider:before {
          position: absolute;
          content: "";
          background: #fff;
          opacity: 0.4;
          z-index: 2;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
    .site-blocks-cover .img-wrap .slide {
      height: 100vh;
      position: relative; }
      .site-blocks-cover .img-wrap .slide img {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
  .site-blocks-cover .intro {
    z-index: 3;
    position: relative; }
    .site-blocks-cover .intro .heading {
      margin-left: 30px; }
      @media (max-width: 991.98px) {
        .site-blocks-cover .intro .heading {
          margin-left: 0;padding-left:20px;padding-right:20px; } }
    .site-blocks-cover .intro .text {
      padding-left: 50px; }
      @media (max-width: 991.98px) {
        .site-blocks-cover .intro .text {
          padding-left:20px;padding-right:20px; } }

.site-menu-toggle .menu-text {
  position: relative;
  top: -6px;
  text-transform: uppercase; }

.hero-slider .owl-nav {
  position: absolute;
  bottom: 120px;
  right: 50px;
  z-index: 100; }
  .hero-slider .owl-nav .owl-prev, .hero-slider .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #007bff;
    color: #000;
    margin-bottom: 10px;
    font-size: 1.3rem; }
    .hero-slider .owl-nav .owl-prev span, .hero-slider .owl-nav .owl-next span {
      color: #000;
      font-size: 30px; }
    .hero-slider .owl-nav .owl-prev:active, .hero-slider .owl-nav .owl-prev:focus, .hero-slider .owl-nav .owl-next:active, .hero-slider .owl-nav .owl-next:focus {
      outline: none; }

/*.btn-pill {
  border-radius: 30px;
  padding: 15px 30px;
  border-color: #fff;
  color: #fff; }
  .btn-pill:hover {
    background: #fff;
    border-color: #fff;
    color: #000; }*/

/*Slider Btn*/
.cta {
  position: relative;
  margin: auto;
  padding: 7px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #9A9A9A;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}

.cta span {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #000;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta:hover:before {
  width: 100%;
  background: #9A9A9A;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active {
  transform: scale(0.95);
}


/* How We Work? */
.box-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 35px 15px;
  width: 100%;
}
@media screen and (min-width: 1380px) {
  .box-container {
    flex-direction: row;
  }
}
.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 415px;
  margin-bottom: 35px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
}
.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  min-height: 475px;
  -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 28px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
}
.flip-box-header {
  font-size: 20px;
  color: #fff;
}
.flip-box p {
  font-size: 14px;
  line-height: 1.5em;
}
.flip-box-img {
  margin-top: 25px;
}
.flip-box-button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  padding: 15px 20px;
  text-transform: uppercase;
}


/* Brands */
:root {
  --color-text: black;
  --color-bg: black;
  --color-bg-accent: black;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-text: black;
    --color-bg: black;
    --color-bg-accent: black;
  }
}

* {
  box-sizing: border-box;
}



.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee--vertical {
  --mask-direction: to bottom;
}

.marquee--vertical,
.marquee--vertical .marquee__group {
  flex-direction: column;
}

.marquee--vertical .marquee__group {
  animation-name: scroll-y;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}

@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }
  to {
    transform: translateY(var(--scroll-end));
  }
}

/* Element styles */
.marquee img {
  display: grid;
  place-items: center;
  width: var(--size);
  fill: var(--color-text);
  background: var(--color-bg-accent);
  aspect-ratio: 16/9;
  padding: calc(var(--size) / 10);
  border-radius: 0.5rem;
}

.marquee--vertical img {
  aspect-ratio: 1;
  width: calc(var(--size) / 1.5);
  padding: calc(var(--size) / 6);
}

/* Parent wrapper */
.wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
}

.wrapper--vertical {
  flex-direction: row;
  height: 100vh;
}

/* Toggle direction button */
.Null_toggle {
  --size: 3rem;
  position: relative;
  position: fixed;
  top: 1rem;
  left: 1rem;
  width: var(--size);
  height: var(--size);
  font: inherit;
  text-align: center;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 50%;
  color: inherit;
  background-color: var(--color-bg-accent);
  z-index: 1;
}

.Null_toggle:focus-visible {
  box-shadow: 0 0 0 2px var(--color-text);
}

.Null_toggle span {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: calc(100% + 0.4em);
  width: fit-content;
  white-space: nowrap;
  transform: translateY(-50%);
  animation: fade 400ms 4s ease-out forwards;
  user-select: none;
}

.Null_toggle svg {
  --size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--size);
  height: var(--size);
  fill: currentcolor;
  transform: translate(-50%, -50%);
  transition: transform 300ms cubic-bezier(0.25, 1, 0.5, 1);
}

.toggle--vertical svg {
  transform: translate(-50%, -50%) rotate(-90deg);
}

@keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

/*Team*/



.team_border {
  height: 369px;
  width: 290px;
  background: transparent;
  border-radius: 10px;
  transition: border 1s;
  position: relative;
}

.team_border:hover {
  border: 1px solid #fff;
}

.team_card {
  height: 379px;
  width: 300px;
  background: #808080;
  border-radius: 10px;
  transition: background 0.8s;
  overflow: hidden;
  background: #000;
  box-shadow: 0 70px 63px -60px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.card0 {
  background: url("../img/1.jpg")
    center center no-repeat;
  background-size: 300px;
}

.card0:hover {
  background: url("../img/1.jpg")
    left center no-repeat;
  background-size: 600px;
}

.card0:hover h2 {
  opacity: 1;
}

.card0:hover .fab {
  opacity: 1;
}

.card1 {
  background: url("../img/2.jpg")
    center center no-repeat;
  background-size: 300px;
}

.card1:hover {
  background: url("../img/2.jpg")
    left center no-repeat;
  background-size: 600px;
}

.card1:hover h2 {
  opacity: 1;
}

.card1:hover .fab {
  opacity: 1;
}

.card2 {
  background: url("../img/3.jpg")
    center center no-repeat;
  background-size: 300px;
}

.card2:hover {
  background: url("../img/3.jpg")
    left center no-repeat;
  background-size: 600px;
}

.card2:hover h2 {
  opacity: 1;
}

.card2:hover .fab {
  opacity: 1;
}

.card3 {
  background: url("../img/4.jpg")
    center center no-repeat;
  background-size: 300px;
}

.card3:hover {
  background: url("../img/4.jpg")
    left center no-repeat;
  background-size: 600px;
}

.card3:hover h2 {
  opacity: 1;
}

.card3:hover .fab {
  opacity: 1;
}

.card4 {
  background: url("../img/5.jpg")
    center center no-repeat;
  background-size: 300px;
}

.card4:hover {
  background: url("../img/5.jpg")
    left center no-repeat;
  background-size: 600px;
}

.card4:hover h2 {
  opacity: 1;
}

.card4:hover .fab {
  opacity: 1;
}


.card5 {
  background: url("../img/3.jpg")
    center center no-repeat;
  background-size: 300px;
}

.card5:hover {
  background: url("../img/3.jpg")
    left center no-repeat;
  background-size: 600px;
}

.card5:hover h2 {
  opacity: 1;
}

.card5:hover .fab {
  opacity: 1;
}



.fab {
  opacity: 0;
  transition: opacity 1s;
}

.icons {
  margin-left: 5px;
  margin-right: 5px;
  position: absolute;
  fill: #fff;
  color: #fff;
  height: 130px;
  top: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.our_story{
  font-size:18px;
  text-align: center;
  justify-content: normal;
  font-family: 'Quicksand';
}

.email-bt {
  background:#33a000;
  border:2px solid #1f9b00;
  border-radius:50%;
  box-shadow:0 8px 10px rgba(31, 255, 98, 0.3);
  cursor:pointer;
  height:69px;
  text-align:center;
  width:69px;
  position: fixed;
  left: 4%;
  bottom: 5%;
  z-index:999;
  transition:.3s;
  -webkit-animation:email-an linear 1s infinite;
  animation:email-an linear 1s infinite;
}

.email-bt .text-call{
  height:68px;
  width:68px;        
  border-radius:50%;
  position:relative;
  overflow:hidden;
}

.email-bt .text-call span {
text-align: center;
color:#ffffff;
opacity: 0;
font-size: 0;
  position:absolute;
  right: 13px;
  top: 20px;
line-height: 14px;
  font-weight: 600;
text-transform: uppercase;
transition: opacity .3s linear;
font-family: "Swiss 721 Bold Rounded", Arial, Helvetica, sans-serif;
}

.email-bt .text-call:hover span {
opacity: 1;
text-align: center;
  font-size: 13px;
}
.email-bt:hover i {
display:none;
}

.email-bt:hover {
  z-index:1;
  background:#086100;
  transition:.3s;
}
.email-bt:hover i {
  color:#38a3fd;
  font-size:40px;
  transition:.3s;
}
.email-bt i {
  color:#fff;
  font-size:29px;
  transition:.3s;
  line-height: 66px;
}

.email-bt i  {
  -webkit-animation: opsimple 3s infinite;
  animation: opsimple 3s infinite;
}

@-webkit-keyframes email-an {
  0% {
  box-shadow:0 8px 10px rgba(28, 252, 39, 0.3),0 0 0 0 rgba(24, 249, 54, 0.2),0 0 0 0 rgba(24, 249, 61, 0.2)
}
40% {
  box-shadow:0 8px 10px rgba(24, 249, 91, 0.3),0 0 0 15px rgba(24, 249, 54, 0.2),0 0 0 0 rgba(24, 249, 61, 0.2)
}
80% {
  box-shadow:0 8px 10px rgba(43, 249, 24, 0.3),0 0 0 30px rgba(24, 249, 99, 0),0 0 0 26.7px rgba(24, 249, 91, 0.067)
}
100% {
  box-shadow:0 8px 10px rgba(24, 249, 24, 0.3),0 0 0 30px rgba(24, 249, 61, 0),0 0 0 40px rgba(24, 249, 80, 0)
}
}@keyframes email-an {
  0% {
  box-shadow:0 8px 10px rgba(24, 249, 35, 0.3),0 0 0 0 rgba(24, 249, 61, 0.2),0 0 0 0 rgba(24, 249, 43, 0.2)
}
40% {
  box-shadow:0 8px 10px rgba(24, 249, 80, 0.3),0 0 0 15px rgba(24, 249, 43, 0.2),0 0 0 0 rgba(24, 249, 54, 0.2)
}
80% {
  box-shadow:0 8px 10px rgba(24, 249, 61, 0.3),0 0 0 30px rgba(24, 249, 54, 0),0 0 0 26.7px rgba(24, 249, 61, 0.067)
}
100% {
  box-shadow:0 8px 10px rgba(24, 249, 91, 0.3),0 0 0 30px rgba(24, 249, 43, 0),0 0 0 40px rgba(24, 249, 43, 0)
}
}

@keyframes opsimple {
0% {
opacity: 0;
}
40% {
opacity: 1;
}

80% {
opacity: 1;
}
100% {
opacity: 0;
}
}

@-webkit-keyframes opsimple {
0% {
opacity: 0;
}
40% {
opacity: 1;
}
80% {
opacity: 1;
}
100% {
opacity: 0;
}
}