@import "bootstrap.min.css";
@font-face {
  font-family: "Barlow Bold";
  src: url("../fonts/Barlow-Bold.woff2") format("woff2"),
    url("../fonts/Barlow-Bold.woff") format("woff");
}
@font-face {
  font-family: "Barlow Bold Italic";
  src: url("../fonts/Barlow-BoldItalic.woff2") format("woff2"),
    url("../fonts/Barlow-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Barlow Medium";
  src: url("../fonts/Barlow-Medium.woff2") format("woff2"),
    url("../fonts/Barlow-Medium.woff") format("woff");
}
@font-face {
  font-family: "Barlow Regular";
  src: url("../fonts/Barlow-Regular.woff2") format("woff2"),
    url("../fonts/Barlow-Regular.woff") format("woff");
}

@font-face {
  font-family: "Barlow Condensed Bold";
  src: url("../fonts/BarlowCondensed-Bold.woff2") format("woff2"),
    url("../fonts/BarlowCondensed-Bold.woff") format("woff");
}

@font-face {
  font-family: "Barlow Condensed Extra Light Italic";
  src: url("../fonts/BarlowCondensed-ExtraLightItalic.woff2") format("woff2"),
    url("../fonts/BarlowCondensed-ExtraLightItalic.woff") format("woff");
}
@font-face {
  font-family: "Barlow Condensed Light Italic";
  src: url("../fonts/BarlowCondensed-LightItalic.woff2") format("woff2"),
    url("../fonts/BarlowCondensed-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "Barlow Condensed Medium";
  src: url("../fonts/BarlowCondensed-Medium.woff2") format("woff2"),
    url("../fonts/BarlowCondensed-Medium.woff") format("woff");
}
@font-face {
  font-family: "Barlow Condensed Semi Bold";
  src: url("../fonts/BarlowCondensed-SemiBold.woff2") format("woff2"),
    url("../fonts/BarlowCondensed-SemiBold.woff") format("woff");
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Barlow Regular";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
.app-header {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
  right: 0px;
  z-index: 1;
}
.red-color {
  color: #ff233e;
}
.word-wrap {
  word-wrap: break-word;
  word-break: break-word;
}
button:focus {
    outline: 1px dotted;
    outline: none;
}
.app-header.sticky-header {
  background: rgba(0, 0, 0, 0.48);
}
.app-header .navbar-brand img {
  width: 150px;
  height: auto;
}
.full-app-wrap {
  background: #060708;
  color: #fff;
  min-height: 100vh;
}
.full-app-wrap a {
  color: #fff;
}
.app-header .navbar-dark .navbar-nav .nav-link {
  font-family: "Barlow Medium";
  letter-spacing: 0px;
  text-shadow: 0px 0px 10px #000000;
  text-transform: uppercase;
  padding: 0px 0px 0px 62px;
  font-size: 20px;
  color: #fff;
}
.app-header .navbar-dark .navbar-nav .nav-link.active-nav-link,
.app-header .navbar-dark .navbar-nav .nav-link:hover {
  color: #ffa717;
}
.app-header .navbar-dark .navbar-toggler {
  color: #fff;
  border-color: transparent;
  padding-right: 0px;
}
.app-header .navbar-dark .navbar-toggler img {
  width: 30px;
}

.banner-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: auto;
  background-image: url("../images/banner-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  background-position: 60% 100%;
}
.banner-container {
  position: relative;
  height: 100%;
  display: flex;
}
.banner-section .banner-img {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  height: auto;
  display: none;
}
.banner-text {
  font-size: 66px;
  font-family: "Barlow Condensed Semi Bold";
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  left: 0px;
  padding: 0px 15px;
  bottom: 45%;
}
.list-section {
  overflow: hidden;
}
.who-section {
  padding-top: 100px;
}
.list-heading {
  /* font-family: "Barlow Condensed Light Italic"; */
  font-family: "Barlow Condensed Extra Light Italic";
  text-align: right;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 63px;
  line-height: normal;
  margin-bottom: 8px;
}
.business-section .list-heading {
  margin-bottom: 30px;
}
.list-big-heading {
  font-size: 65px;
  z-index: 1;
  font-family: "Barlow Condensed Bold";
}
.list-block {
  padding: 0px;
  list-style: none;
  max-width: 740px;
  margin-left: auto;
  padding-left: 30px;
}
.list-block.what-list-block {
  padding-left: 45px;
}
.list-block.how-list-block {
  max-width: 100%;
}
.list-tile {
  font-family: "Barlow Regular";
  padding-left: 50px;
}
li.list-tile {
  background: url(../images/list-bullet.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 3px 7px;
}
.vertical-left-heading {
  font-size: 300px;
  text-align: left;
  color: #ffffff;
  opacity: 0.25;
  font-family: "Barlow Condensed Light Italic";
  transform: rotate(90deg);
  line-height: 190px;
  position: relative;
  left: -37%;
  top: 16%;
}
.vertical-right-heading {
  font-size: 300px;
  text-align: left;
  color: #ffffff;
  opacity: 0.25;
  font-family: "Barlow Condensed Light Italic";
  transform: rotate(90deg);
  line-height: 190px;
  position: relative;
  right: -25%;
  top: 16%;
}
.vertical-col {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  vertical-align: middle;
  position: relative;
  padding-bottom: 25%;
}
.who-wrap .vertical-left-heading {
  left: -30%;
}
.stablish-text-section {
  margin-top: 30px;
}
.stablish-text-bottom-margin {
  margin-top: 130px;
}
.stablish-section {
  padding-bottom: 150px;
}
.list-subheading {
  font-family: "Barlow Bold Italic";
}
.yellow-color {
  color: #ffa717;
}

/* block */
.design-block-number {
  font-size: 30px;
  color: #ffa717;
  font-family: "Barlow Bold";
}
.design-block-heading {
  font-family: "Barlow Regular";
}
.design-block-tile {
  position: absolute;
  max-width: 152px;
  width: 11.2%;
  height: 100px;
  font-size: 16px;
  text-align: center;
}
.design-block-img {
  position: relative;
}
.design-block-tile.tile-1 {
  top: 23%;
  left: 21.3%;
}
.design-block-tile.tile-2 {
  top: 6%;
  left: 37%;
}
.design-block-tile.tile-3 {
  left: 53%;
  top: 23%;
}
.design-block-tile.tile-4 {
  left: 68.5%;
  top: 6%;
}
.empty-desktop-img {
  display: block;
  margin-top: 30px;
}
.empty-mobile-img {
  display: none;
}
.empty-bigMobile-img {
  display: none;
}
/* block end*/

.bullate-img {
  position: absolute;
  right: 20px;
  bottom: 85px;
  z-index: 1;
}
.bullate-img img {
  width: 100%;
  transform: rotate(-90deg);
}
.app-footer {
    position:relative;
}
.back-to-top-btn {
    width: 75px;
    position: absolute;
    bottom: 60px;
    right: 5px;
    z-index: 2;
    display: block;
}
.back-to-top-btn img {
  width: 100%;
  transform: rotate(-90deg);
}
.privacy-text-list li {
  background-position: 1px 12px;
  padding-bottom: 10px;
}
.text-content-tile {
  margin-top: 30px;
}
.inner-banner .banner-img {
  top: auto;
  bottom: 0px;
}
.banner-section.inner-banner {
  height: 480px;
  overflow: hidden;
}
.inner-footer {
  padding-top: 120px;
}
.app-footer a {
  font-family: "Barlow Regular";
  letter-spacing: 0px;
  font-size: 20px;
}
ul.list-block.privacy-text-list {
  padding-left: 53px;
}
.inner-list-section .list-tile a {
  text-decoration: underline;
}
.inner-list-section .list-tile a:hover {
  color: #c3c3c3;
}
/* text */
.home-text-section {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.home-img-block {
  padding: 0px 15px;
  flex: 1 1 calc(100% - 870px);
  max-width: calc(100% - 870px);
}
.home-text-block {
  padding: 0px 15px;
  flex: 1 1 870px;
  max-width: 870px;
}
/* text end */
.who-wrap .vertical-left-heading {
  left: -26%;
}
.inner-list-heading {
  font-size: 28px;
  line-height: 30px;
  text-transform: none;
  margin-bottom: 0px;
  font-family: "Barlow Condensed Medium";
}
.inner-list-tile {
  font-size: 21px;
  margin-top: 25px !important;
}
.privacy-info-row .inner-list-tile {
  font-size: 21px;
  margin-top: 5px !important;
}
.privacy-text-list {
  margin: 0px;
}
.empty-mobile-table-img{
    display:none;
}
/* cookie banner css */
.cookie-banner {
	position: fixed;
	bottom: 35px;
  left: 0;
	width: 100%;
	display: none;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.cookie-img {
	width: 40px;
	margin-right: 20px
}
.cookie-text-div {
  display: flex;
  background-color: rgba(255,255,255,0.12);
  max-width: 1450px;
	align-items: center;
	width: 100%;
	/*background-color: #2a2a2b;*/
	text-align: center;
	padding: 16px 25px;
	font-size: 16px;
	line-height: 22px;
	justify-content: center;
	box-shadow: 0 9px 20px 0 rgba(0, 0, 0, .2);
	border-radius: 4px;
	position: relative;
	/*max-width: 1300px;*/
	z-index: 999;
  margin: 0 50px;
  /*color: #060708;*/
  color: #ffffff;
  font-family: "Barlow Regular";
}
.cookie-text {
	text-align: left;
}
.cookie-btn {
	padding: 0;
	background: #fea621;
	min-width: 90px;
	height: 30px;
	color: #fff;
	margin-left: 16px;
	transition: all .3s ease;
  font-size: 14px;
  line-height: 14px;
  font-family: "Barlow Regular";
  border-radius: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center
}
.cookie-btn:hover {
	background: #f5a020;
	color: #fff;
}
.cookie-btn:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width:991px) {
	.cookie-text-div {
		font-size: 16px;
		line-height: 20px;
  }
}
@media (max-width:767px) {
	.cookie-text-div {
		flex-flow: column;
		margin: 0 20px;
		font-size: 14px;
		line-height: 20px;
		padding: 15px 20px
	}
	.cookie-btn {
		margin-left: 0;
		margin-top: 10px;
		height: 28px;
    font-size: 14px;
    line-height: 14px;
	}
	.cookie-text {
		text-align: center;
	}
}
