/*----------------------------------------------
    CUSTOM DIVIDER
----------------------------------------------*/

.custom-divider > hr {
		height: 2px !important;
}

@-webkit-keyframes customLineAnim {
		from {
				stroke-dasharray: 1600;
				stroke-dashoffset: 1600;
		}
		to {
				stroke-dasharray: 2500;
				stroke-dashoffset: 1600;
		}
}

@keyframes customLineAnim {
		from {
				stroke-dasharray: 1600;
				stroke-dashoffset: 1600;
		}
		to {
				stroke-dasharray: 2500;
				stroke-dashoffset: 1600;
		}
}

.customLineAnim {
		-webkit-animation-name: customLineAnim;
						animation-name: customLineAnim;
}

@-webkit-keyframes customLineAnim2 {
		from {
				stroke-dasharray: 2650;
				stroke-dashoffset: 2650;
		}
		to {
				stroke-dasharray: 2650;
				stroke-dashoffset: 0;
		}
}

@keyframes customLineAnim2 {
		from {
				stroke-dasharray: 2650;
				stroke-dashoffset: 2650;
		}
		to {
				stroke-dasharray: 2650;
				stroke-dashoffset: 0;
		}
}

.customLineAnim2 {
		-webkit-animation-name: customLineAnim2;
						animation-name: customLineAnim2;
}

@-webkit-keyframes customLineProgressAnim {
		from {
				width: 0;
		}
		to {
				width: 60px;
		}
}

@keyframes customLineProgressAnim {
		from {
				width: 0;
		}
		to {
				width: 60px;
		}
}

.customLineProgressAnim {
		-webkit-animation-name: customLineProgressAnim;
						animation-name: customLineProgressAnim;
}

/*----------------------------------------------
    LOGIN BOX
----------------------------------------------*/

.login-box {
  padding: 0px;
  margin: 0px;
}

.login-box form a {
  position: relative;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
}

.login-box a span {
  position: absolute;
  display: block;
}

.login-box a span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent, #6b0c2f);
  animation: btn-anim1 2s linear infinite;
}

@keyframes btn-anim1 {
	0%{
		transform: translateX(-100%);
	}

	100%{
		transform: translateX(100%);
	}
}

.login-box a span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #6b0c2f);
  animation: btn-anim2 2s linear infinite;
  animation-delay: 1s;
}

@keyframes btn-anim2 {
	0%{
		transform: translateY(-100%);
	}

	100%{
		transform: translateY(100%);
	}
}

.login-box a span:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, transparent, #6b0c2f);
  animation: btn-anim3 2s linear infinite;
}

@keyframes btn-anim3 {
	0%{
		transform: translateX(100%);
	}

	100%{
		transform: translateX(-100%);
	}
}

.login-box a span:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #6b0c2f);
  animation: btn-anim4 2s linear infinite;
  animation-delay: 1s;
}

@keyframes btn-anim4 {
	0%{
		transform: translateY(100%);
	}

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

/*-------------------------------------------------------------
    CUSTOM PERSPECTIVE, HERO FONT, STROKE TEXT, FOOTER AND HERO IMAGE
-------------------------------------------------------------*/

.custom-perspective {
		perspective: 1000px;
}

.custom-available-bullet {
		padding-left: 18px;
		position: relative;
}

.custom-available-bullet:before {
		animation: blinker 1s linear infinite;
		content: '';
		position: absolute;
		width: 12px;
		height: 12px;
		top: 3px;
		left: 0;
		display: block;
		border-radius: 100%;
		background-color: #39b54a;
}

@keyframes blinker {
		50% {
				opacity: 0.4;
		}
}

.custom-hero-font-1 {
		font-size: calc(40px + 50 * ((100vw - 300px) / (1200 - 300)));
		line-height: calc(40px + 50 * ((100vw - 300px) / (1200 - 300)));
		text-transform: uppercase;
        font-weight: 700;
        letter-spacing: -0.03em;
}

.custom-border-bottom-1 {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.custom-border-bottom-2 {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.custom-border-bottom-3 {
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.custom-hero-text-1 {
		padding: 0 0 0 15px;
		display: block;
		max-width: 430px;
		font-size: 20.8px;
		font-size: 1.3rem;
		line-height: 1.7;
		margin: 0;
}

@media (max-width: 1200px) {
		.custom-hero-text-1 {
				font-size: 1rem;
		}
}

@media (max-width: 991px) {
		.custom-hero-text-1 {
				max-width: 95%;
		}
}

.custom-stroke-text-effect-1 {
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke-width: 1.5px;
		-webkit-text-stroke-color: var(--dark);
		white-space: nowrap;
}

.custom-stroke-text-effect-2 {
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: var(--light);
		white-space: nowrap;
}

.custom-hero-img-1 {
		max-width: 200px;
		max-height: 200px;
		margin: 15px;
}

.custom-footer-font-1 {
		font-size: calc(40px + 50 * ((100vw - 300px) / (1200 - 300)));
		line-height: calc(40px + 50 * ((100vw - 300px) / (1200 - 300)));
		text-transform: uppercase;
}

.custom-footer-font-1 em {
		padding: 0 40px;
		border-radius: 20px;
		font-style: normal;
		zoom: 0.52;
		position: relative;
		top: -40px;
}

.custom-footer-img-1 {
		max-width: 300px;
		max-height: 300px;
		margin: 15px;
}

@media (max-width: 991px) {
		.custom-disable-scroll-mobile-1 {
				transform: none !important;
		}
}

/*-------------------------------------------------------------
    custom-big-text-style-1
-------------------------------------------------------------*/

.custom-big-text-style-1 {
		font-size: 137.6px;
		font-size: 8.6rem;
		letter-spacing: -0.03em;
		line-height: 0.90;
}
@media (max-width: 991px) {
		.custom-big-text-style-1 {
				font-size: 7.8rem;
		}
		.custom-big-text-style-1.custom-big-text-style-1-variation {
				font-size: 5.8rem;
		}
}

@media (max-width: 767px) {
		.custom-big-text-style-1 {
				font-size: 5.6rem;
		}
		.custom-big-text-style-1.custom-big-text-style-1-variation {
				font-size: 4rem;
		}
}

@media (max-width: 575px) {
		.custom-big-text-style-1 {
				font-size: 4.3rem;
		}
		.custom-big-text-style-1.custom-big-text-style-1-variation {
				font-size: 2.7rem;
		}
}