
/* PAYSTATE TECHNOLOGIES */
/* Copyright 202 */


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap');

  @font-face {
    font-family: 'Mark';
    src: url('../assets/Mark-Black.eot');
    src: url('../assets/Mark-Black.eot?#iefix') format('embedded-opentype'),
        url('../assets/Mark-Black.woff2') format('woff2'),
        url('../assets/Mark-Black.woff') format('woff'),
        url('../assets/Mark-Black.ttf') format('truetype'),
        url('../assets/Mark-Black.svg#Mark-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {font-family: 'HelveticaNeue-UltraLight'; 
src: url('../font/HelveticaNeue-UltraLight.eot'); /* IE9 Compat Modes */ 
src: url('../font/HelveticaNeue-UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
url('../font/HelveticaNeue-UltraLight.woff') format('woff'), /* Modern Browsers */ 
url('../font/HelveticaNeue-UltraLight.ttf') format('truetype'), /* Safari, Android, iOS */ 
url('../font/HelveticaNeue-UltraLight.svg#9453ea8da727d260bcdbfa605bdbb5d2') format('svg'); /* Legacy iOS */ 
font-style: normal; font-weight: 100; }

@font-face { font-family: 'HelveticaNeue-Medium';
src: url('../font/HelveticaNeue-Medium.eot'); /* IE9 Compat Modes */ 
src: url('../font/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
url('../font/HelveticaNeue-Medium.woff') format('woff'), /* Modern Browsers */ 
url('../font/HelveticaNeue-Medium.ttf') format('truetype'), /* Safari, Android, iOS */ 
url('../font/HelveticaNeue-Medium.svg#d7af0fd9278f330eed98b60dddea7bd6') format('svg'); /* Legacy iOS */ 
font-style: normal; font-weight: 400;}

@font-face {font-family: 'HelveticaNeue-Light'; 
src: url('../font/HelveticaNeue-Light.eot'); /* IE9 Compat Modes */ 
src: url('../font/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
url('../font/HelveticaNeue-Light.woff') format('woff'), /* Modern Browsers */
url('../font/HelveticaNeue-Light.ttf') format('truetype'), /* Safari, Android, iOS */ 
url('../font/HelveticaNeue-Light.svg#7384ecabcada72f0e077cd45d8e1c705') format('svg'); /* Legacy iOS */ 
font-style: normal;  font-weight: 200;}



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
font-family: 'Inter', sans-serif;
  color: #585a61;
}

a {
  color: #c9c9c9;
  text-decoration: none;
}

a:hover {
  color: #c9c9c9;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Inter', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #5777ba;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #748ec6;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.95);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgb(0 0 0 / 69%);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #5777ba;
  text-decoration: none;
}

#header .logo img {
  margin: 0;
  max-height: 30px;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding:20px 0 100px 0;
  background-image:url('../img/banner.png');
  background-repeat:no-repeat;
  background-size:cover;
  height:110vh;
  
}


#hero h1 {
  margin: 0 0 10px 0;
  font-size: 90px;
  line-height: 106px;
  font-weight:900;
  font-weight:900;
  color: #fff;
  font-family: "Mark", sans-serif;
}


@media (max-width: 768px) {
  #hero h1 {
    font-size: 46px;
    line-height: 56px;
  }
  #hero
  {
	  height:50vh !important;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f2f5fa;
}





/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #47536e;
  font-size: 14px;
}


#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}


#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight:500;
font-family: 'Inter', sans-serif;
  color: #000;
}

#footer .footer-contact h3 {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-bottom: 12px;
}



#footer .copyright {
  text-align: center;
  float: left;
  font-size: 12px;
  color: #747474;
}

#footer .credits a{
  margin-right:20px;
    color: #747474 !important;

}
#footer .credits {
  float: right;
  text-align: center;
  font-size: 12px;
  color: #747474 !important;
}


@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 5px 0;
  }
}