


/* Reset CSS */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    font-family: sans-serif;
    line-height: 1.5;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    color: #000;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

input,
button,
textarea,
select {
    font: inherit;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover {
    color: #36FF58;
}

ul, ol {
    list-style: none;
}

/* Font Define */

@font-face {
    font-family: 'Gotham HTF';
    src: url('../font/gotham-htf-book.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'Gotham HTF';
    src: url('../font/gotham-htf-medium.otf') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'Gotham HTF';
    src: url('../font/gotham-htf-bold.otf') format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: 'Gotham HTF';
    src: url('../font/gotham-htf-black.otf') format('opentype');
    font-weight: 900;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/gotham-regular.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/gotham-bold.otf') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/gotham-black.otf') format('opentype');
    font-weight: 900;
}

@font-face {
    font-family: 'Korela';
    src: url('../font/korela.otf') format('opentype');
}

body {
    font-family: 'Gotham HTF';
    font-weight: 400;
}

.elementor-widget-heading .elementor-heading-title {
    font-family: 'Gotham' !important;
}

/* header */

.tf-custom-header {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  right: 0;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  z-index: 888;
  font-family: "Poppins", sans-serif;
}
.tf-custom-header.tf-custom-header-bg {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}

/* cursor */

.cursor1 {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 1px solid #FF3255;
  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;
}

.cursor1.hide {
  opacity: 0;
  visibility: hidden;
}

.cursor2 {
  position: fixed;
  width: 8px;
  height: 8px;
  background-color: #ff3254c1;
  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;
}

.cursor2.hide {
  opacity: 0;
  visibility: hidden;
}

.cursor2.circle {
  width: 60px;
  height: 60px;
}

/* Preload
-------------------------------------------------------------- */
#preloader {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    right: 0px;
    z-index: 999999;
  }
  
  #preloader #loading-center {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
  ;
    align-items: center;
    justify-content: center;
  }
  
  #preloader #loading-center .loader-container {
    display: flex
  ;
    justify-content: center;
    align-items: center;
  }
  
  #preloader #loading-center .loader-container .wrap-loader {
    position: relative;
    display: flex
  ;
    justify-content: center;
    align-items: center;
  }
  
  #preloader #loading-center .loader-container .loader {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    animation: spin-load 1s linear infinite;
  }
  
  #preloader #loading-center .loader-container .wrap-loader .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100px;
    width: 100px;
    height: 100px;
    display: flex
;
    align-items: center;
    justify-content: center;
  }
  
  #preloader #loading-center .loader-container .wrap-loader .icon svg {
    width: 42px;
    height: 42px;
  }
  
  @keyframes spin-load {
    0% {
      transform: rotate(0deg);
      box-shadow: 0 2px 0 #000;
  }
  50% {
    transform: rotate(180deg);
    box-shadow: 0 2px 0 #000;
  }
  100% {
    transform: rotate(360deg);
    box-shadow: 0 2px 0 #000;
  }
  }

/* nav menu */

#modal-menu {
    cursor: pointer;
}

.modal-menu .overlay {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.modal-menu.active .overlay {
    opacity: 1;
    visibility: visible;
}

.modal-menu .inner-menu {
    width: 320px;
    height: 100%;
    top: 0;
    left: 0px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    position: fixed;
    background-color: #fff;
    z-index: 999999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.modal-menu.active .inner-menu {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.modal-menu .inner-menu {
    padding: 20px;
}

.modal-menu .inner-menu .close-menu {
    max-width: 30px;
    max-height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.modal-menu .inner-menu .menu-image img {
    width: 134px;
}

.modal-menu .inner-menu .menu-image {
    margin-bottom: 20px;
}

.modal-menu .inner-menu .menu a {
    font-weight: 600;
}

.modal-menu .inner-menu .menu li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}

/* video */

.jarod-video .e-hosted-video {
    height: 472px;
    width: 100%;
}

.jarod-video {
  height: 472px;
  width: 100%;
}

.jarod-video .elementor-custom-embed-image-overlay img {
  height: 472px;
  object-fit: cover;
}

/* Title Icon */

.title-list h3 {
font-weight: 425;
font-size: 40px;
line-height: 52px;
color: #31F556;
display: flex;
align-items: center;
font-family: 'Gotham';
font-weight: 900;
margin-bottom: 30px;
justify-content: center;
}

.title-list h3 svg {
    max-height: 20px;
    max-width: 20px;
    margin-top: 15px;
    flex-shrink: 0;
}

.title-list ul li {
font-weight: 500;
font-size: 20px;
line-height: 32px;
display: flex;
align-items: center;
gap: 12px;
}

.title-list.st2 {
    text-align: center;
}

.title-list.st2 h3 {
    color: #000;
    gap: 15px;
    margin-bottom: 27px;
}

.title-list.st2 h3 path {
    fill: #000;
}

.title-list.st2 .description {
    font-family: 'Gotham';
    font-weight: 425;
    font-size: 18px;
    color: #000;
    line-height: 24px;
}

/* team */

.agency-desc .elementor-widget-container {
    font-family: 'Gotham HTF';
}

/* history */

.tf-wg-history {
    background: #000;
    padding-top: 71px;
    padding-bottom: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}

.tf-wg-history .title {
    font-family: 'Gotham';
    font-weight: 425;
    font-size: 52px;
    line-height: 1.1653846153846155em;
    color: #fff;
    text-align: center;
    margin-bottom: 67px;
}

.tf-wg-history .title span {
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #FFFFFF;
    stroke: #FFFFFF;
    color: transparent;
}

.tf-wg-history .title span b {
    -webkit-text-stroke-color: #31F556;
    stroke: #31F556;
}

.hoverbox-iconlist {
  position: relative;
}

.hoverbox-iconlist::after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 110%;
    width: 110%;
    content: "";
    opacity: 0;
    visibility: hidden;
    transform: scale(.8) translate(-50%, -50%);
    transition: .5s;
    background-color: #0f36e5;
}

.hoverbox-iconlist .title-list {
  position: relative;
  z-index: 5;
}

.hoverbox-iconlist:hover::after {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translate(-50%, -50%);
}

.tf-wg-history .shape1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.tf-wg-history .shape2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: rotateY(180deg);
}

.tf-wg-history svg {
    width: 100%;
    height: 100%;
    opacity: 0.2;
    overflow: unset;
  }

  .tf-wg-history svg #wave {
    width: 100%;    
    shape-rendering: crispEdges;
  }

 .tf-wg-history path {
    stroke: #33FF59;
    stroke-width: 6;
    fill: none;
  }

  .tf-wg-history .wrap-box .contentbox {
    color: #fff;
font-weight: 500;
font-size: 24px;
line-height: 32px;
  }

  .tf-wg-history .wrap-box .contentbox b {
    color: #31F556;
  }

  .tf-wg-history .wrap-box .contentbox span {
    font-weight: 700;
  }

  .tf-wg-history .wrap-box {
    display: flex
;
    column-gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .animation-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
  }

  .animation-up.active {
    opacity: 1;
    transform: translateY(0);
  }

  .tf-wg-history .wrap-box > * {
    flex: 1;
    width: 560px;
  }

  .tf-wg-history .wrap-box:nth-child(even) {
    flex-direction: row-reverse;
  }

  .tf-wg-history .wrap-box:nth-child(odd) .contentbox {
    text-align: right;
  }

  .tf-wg-history .wrap-box:not(:last-child) {
    margin-bottom: 106px;
  }

  .tf-wg-history .col-line {
    width: 4px;
    height: 100%;
    background: #31F556;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .tf-wg-history .col-line::after,
  .tf-wg-history .col-line::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #31F556;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .tf-wg-history .col-line::after {
    top: unset;
    bottom: 0;
  }

  .tf-wg-history .roadmap {
    position: relative;
  }

  /* widget desciption */

  .tf-description p {
    font-family: 'Gotham HTF';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #000;

  }

  .text-font .elementor-widget-container {
    font-family: 'Gotham HTF' !important;
  }

    .tf-description .description {
    font-family: 'Gotham HTF';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    }

  .tf-description .btn-show {
    font-family: 'Gotham HTF';
    font-weight: 900;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin-top: 12px;
    cursor: pointer;
    display: none;
  }

  .tf-description .btn-show:hover {
    color: #31F556;
  }

  /* custom button */

  .btn-viewmore .elementor-button-content-wrapper span {
    font-family: 'Gotham HTF' !important;
  }

  /* form subcribe */

  .form-sub {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
  }

  .form-sub input {
    background: #fff;
    padding: 20px;
    border: none !important;
    outline: none !important;
    width: 100%;
  }

  .form-sub button {
    background: #36FF58;
    color: #3357FF;
    padding: 17px 24px;
    border: none !important;
    outline: none !important;
    font-family: 'Gotham HTF';
    font-weight: 500;
    font-size: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .form-sub button:hover {
    background: #000;
  }

  /* brand */

  .client-brand .elementor-widget-container {
    width: 100%;
    height: 111px !important;
    display: flex
;
    align-items: center;
    justify-content: center;
  }

  /* button agency */

  .agency-btn .elementor-button-content-wrapper {
    font-family: 'Gotham HTF';
  }

  /* list image animation */

  .wrap-list-logo-animation {
    position: relative;
    width: 500px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .wrap-list-logo-animation .item-logo {
    position: absolute;
    opacity: 0;
    transform: scale(0.8) translateY(10px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .wrap-list-logo-animation .item-logo.active {
    opacity: 1;
    transform: scale(1) translateY(0);
  }

  .wrap-list-logo-animation .item-logo:hover {
    transform: scale(0.9);
  }


  .wrap-list-logo-animation .item-logo.box-1 {
    position: relative;
    max-width: 140px;
    max-height: 158px;
  }

  .wrap-list-logo-animation .item-logo.box-2 {
    max-width: 207px;
    max-height: 201px;
    top: -4%;
    left: 28%;
  }

  .wrap-list-logo-animation .item-logo.box-3 {
    max-width: 191px;
    max-height: 186px;
    left: 2%;
    top: 26%;
  }

  .wrap-list-logo-animation .item-logo.box-4 {
    max-width: 180px;
    max-height: 178px;
    left: 18%;
    bottom: 4%;
  }

  .wrap-list-logo-animation .item-logo.box-5 {
    max-width: 194px;
    max-height: 178px;
    left: 50%;
    bottom: 14%;
  }

  .wrap-list-logo-animation .item-logo.box-6 {
    max-width: 215px;
    max-height: 178px;
    right: -4%;
    top: 19%;
  }

  /* GoTop Button
-------------------------------------------------------------- */
.go-top {
  position: fixed !important;
  right: -100px;
  bottom: 82px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #fff;
  background: #FF3255;
  color: #fff;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  overflow: hidden;
}

.go-top.show {
  right: 15px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.go-top i {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  transition: all ease 0.3s;
  rotate: -90deg;
}

.go-top:hover {
  background: #1C1C1E;
}

.text-footer .elementor-heading-title {
      font-family: 'Korela' !important;
}

.text-footer a:hover {
  color: #31F556 !important;
}

.home-badge {
  animation: tpupdown .8s infinite alternate;
}

/* animation */

.fadeInRight {
  animation-name: fadeInRight2 !important;
}

@keyframes tpupdown {
0% {
    transform: translateY(0);
}

100% {
    transform: translateY(-20px);
}
}

@keyframes fadeInRight2 {
  from {
      opacity: 0;
      transform: translateX(20px)
  }

  to {
      opacity: 1;
      transform: none
  }
}

.fadeInLeft {
  animation-name: fadeInLeft2 !important;
}

@keyframes fadeInLeft2 {
  from {
      opacity: 0;
      transform: translateX(-20px)
  }

  to {
      opacity: 1;
      transform: none
  }
}

.fadeInUp {
  animation-name: fadeInUp2 !important;
}

@keyframes fadeInUp2 {
  from {
      opacity: 0;
      transform: translateY(20px)
  }

  to {
      opacity: 1;
      transform: none
  }
}

/* team */

.tf-team .features-avatar img {
  height: 440px;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.tf-team .features-avatar {
  overflow: hidden;
  position: relative;
}

.tf-team .features-avatar .list-social {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.tf-team .features-avatar .list-social a {
  width: 50px;
  height: 50px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.tf-team .features-avatar .list-social a > * {
  width: 20px;
  height: 20px;
}

.tf-team .features-avatar .list-social a svg path {
  fill: #fff;
}

.tf-team .features-avatar .list-social a:hover {
  background: #FF3255;
  color: #fff;
}

.tf-team:hover .features-avatar img {
  transform: scale(1.05);
}

.tf-team .features-avatar {
  margin-bottom: 22px;
}

.tf-team .content {
  text-align: center;
}

.tf-team .content h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #000;
  margin-bottom: 16px;
  font-family: 'Gotham';
}

.tf-team .content .position {
font-weight: 400;
font-size: 24px;
line-height: 28px;
color: #000;
font-family: 'Gotham HTF';
}

/* mailchimp */

.mc4wp-response .mc4wp-alert {
  color: #31F556;
  margin-top: 20px;
}

button {
  cursor: pointer;
}

.btn-jarod .elementor-widget-container {
  position: relative;
}

.btn-jarod .elementor-widget-container:hover {
  background: #36FF58;
}

.btn-jarod .elementor-widget-container:hover a {
  color: #fff !important;
}

.btn-jarod .elementor-widget-container a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hover_eff .elementor-widget-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.hover_eff .elementor-widget-container::after {
      position: absolute;
    top: 0;
    left: -70%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover_eff.st2 .elementor-widget-container::after {
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.hover_eff .elementor-widget-container:hover::after {
    animation: shineFlash 1.5s alternate;
}

  @keyframes shineFlash {
    100% {
      left: 125%;
  }
  }

  /* mobile respondsive */

  @media only screen and (max-width: 991px) {
    .tf-description .btn-show {
      display: block;
    }

    .tf-custom-header.tf-custom-header-bg {
      padding-bottom: 0px;
    }

    .tf-team .content h3 {
      font-weight: 700;
      font-size: 18px;
      line-height: 20px;
      color: #000;
      margin-bottom: 10px;
      font-family: 'Gotham HTF';
  }

  .tf-team .content .position {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    font-family: 'Gotham HTF';
}
.tf-team .content {
  text-align: left;
}

.tf-team .features-avatar img {
  height: 250px;
}

  }

  @media only screen and (max-width: 767px) {
    .tf-wg-history .wrap-box .content-spacing {
        display: none;
    }
    .tf-wg-history .wrap-box {
        margin-bottom: 32px !important;
        padding-left: 30px;
    }
    .tf-wg-history .col-line {
        left: 0;
        transform: unset;
    }
    .tf-wg-history .wrap-box .contentbox {
        text-align: left !important;
        font-size: 18px;
        line-height: 28px;
    }
    .tf-wg-history .title {
        font-size: 32px;
        line-height: 45px;
    }
    .tf-wg-history path {
        stroke-width: 15px;
    }
    
    .tf-wg-history .shape1 {
        top: 10%;
    }
    .tf-wg-history .shape2 {
        bottom: 3%;
    }
    .form-sub button {
      padding: 20px 15px;
      font-size: 16px;
    }
    .icon-lego .elementor-icon svg path {
      fill: #FF3255;
    }
    .client-brand .elementor-widget-container {
      height: 109px !important;
    }
    .wrap-list-logo-animation {
      width: 320px;
      height: 360px;
  }

  .wrap-list-logo-animation .item-logo {
    max-width: 130px !important;
    max-height: 130px !important;
  }

  .home-overflow {
    overflow: hidden !important;
  }

  .tf-custom-header.tf-custom-header-bg {
    top: 0 !important;
  }
  .tf-team .features-avatar img {
    height: 167px;
  }
  }