/*  */
.i1{
	font-family: "Teko", sans-serif;
    font-weight: 700 !important;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 130px;
}
@media (max-width: 640px) {
	.i1{
		font-size: 64px;
	}
}
#bg-img{
	background-image: url("/static/i3.jpg");
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 222px 0px 172px 0px;
	position: relative;
	}
  #bg-img::after{
	content: " ";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: #000000;
	opacity: 0.1;
	}
  #bg-img ul{
	padding:20px;
	margin: 0;
	position: relative;
	z-index: 2;
  }
  #bg-img li{
	list-style-type: none;
	text-align: center;
	color: #fff;
  }
  /*  */
  .shadoxBox{
	box-shadow: 0 3px 50px rgba(0,22,55,.1607843137254902)
  }
  /*  */
  .video-docker video {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.video-docker::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0.1;
	z-index: 1;
}
/*  */
.gradient-text {
	background: linear-gradient(45deg, #f97316, #0ea5e9);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.bg1{
	background: #0f172a;
}