
body{
  background-color: #ffffff;
  font-family: 'Tex' , sans-serif;
  color: #073842;
}

@font-face {
  font-family: 'Tex';
  src: url('Assets/Fonts/texgyreadventor-bold.otf') format('opentype');
}

@font-face {
  font-family: 'Jost';
  src: url('Assets/Fonts/Jost-VariableFont_wght.ttf') format('truetype');
}

.jost {
    font-family: 'Jost', sans-serif;
}

.tex {
  font-family: 'Tex', sans-serif;
}

h2 > span {
  display: inline-block;
}

.imgeanimate {
  scale: 1.1;
  animation: image 8s linear infinite;
  filter: brightness(0.7);
}

@keyframes image {
  to{
    scale : 1.2;
    transform: translateY(-10px);
    transform: translateX(40px);
  }
}

.scrolltext{
  animation: scroll 18s linear infinite;
}


@keyframes scroll {
  from{
    transform: translateX(0px);
  }
  to{ 
    transform: translateX(-800px);
  }
}

.swiper-slide {
  box-shadow: none !important;
  background: transparent !important;
}

.swiper-slide-shadow {
  display: none !important;
}

.button:hover{
  span{
    border: none;
  }
  img{
    transform: translateX(5px);
  }
}