@charset "utf-8";
/* CSS Document */

@font-face {font-family: MT; src: url("../fonts/Montserrat-Thin.ttf");}
@font-face {font-family: MTI;src: url("../fonts/Montserrat-ThinItalic.ttf");}
@font-face {font-family: ML; src: url("../fonts/Montserrat-Light.ttf");}
@font-face {font-family: MLI;src: url("../fonts/Montserrat-LightItalic.ttf");}
@font-face {font-family: MR; src: url("../fonts/Montserrat-Regular.ttf");}
@font-face {font-family: MRI;src: url("../fonts/Montserrat-Italic.ttf");}
@font-face {font-family: MM; src: url("../fonts/Montserrat-Medium.ttf");}
@font-face {font-family: MMI;src: url("../fonts/Montserrat-MediumItalic.ttf");}
@font-face {font-family: MSB; src: url("../fonts/Montserrat-SemiBold.ttf");}
@font-face {font-family: MSBI;src: url("../fonts/Montserrat-SemiBoldItalic.ttf");}
@font-face {font-family: MB; src: url("../fonts/Montserrat-Bold.ttf");}
@font-face {font-family: MBI;src: url("../fonts/Montserrat-BoldItalic.ttf");}
@font-face {font-family: MG;src: url("../fonts/Montserrat-Black.ttf");}
@font-face {font-family: MGI;src: url("../fonts/Montserrat-BlackItalic.ttf");}

@font-face {font-family: KL;src: url("../fonts/Karantina-Light.ttf");}
@font-face {font-family: KR;src: url("../fonts/Karantina-Regular.ttf");}
@font-face {font-family: KB;src: url("../fonts/Karantina-Bold.ttf");}

html {
  background: transparent!important;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  word-wrap: break-word;
  font-family: mr;
  font-size: 16px;
  cursor: default; 
  -webkit-tap-highlight-color: transparent;
  background-color: #050D1A;
  color: white;
}
a {text-decoration: none;	color: #202020;}

details > summary {list-style: none;}
details > summary::-webkit-details-marker {display: none;}
input:focus, textarea:focus, select:focus {outline: none !important;}
iframe {overflow: hidden;}

.cc {display: flex; flex-wrap: wrap; justify-content: center; text-align: center; align-items: flex-start;}
.cl {display: flex;	flex-wrap: wrap; justify-content: left; text-align: left;}
.cr {display: flex; flex-wrap: wrap; justify-content: right; text-align: right;}
.cc1 {display: flex; flex-wrap: wrap; justify-content: center; text-align: center; align-items: flex-start;}

.clm {display: flex;	flex-wrap: wrap; justify-content: left; text-align: left;}
.crm {display: flex; flex-wrap: wrap; justify-content: right; text-align: right;}
.clm1 {display: flex;	flex-wrap: wrap; justify-content: left; text-align: left;}

.ccr {display: flex; flex-wrap: wrap; justify-content: center; text-align: center; flex-direction: column-reverse;}
.clr {display: flex;	flex-wrap: wrap; justify-content: left; text-align: left; flex-direction: column-reverse;}
.crr {display: flex; flex-wrap: wrap; justify-content: right; text-align: right; flex-direction: column-reverse;}

.clmr {display: flex;	flex-wrap: wrap; justify-content: left; text-align: left; flex-direction: column-reverse;}
.crmr {display: flex; flex-wrap: wrap; justify-content: right; text-align: right; flex-direction: column-reverse;}

h1 {	font-family: kl; font-size: 106px; padding: 0px; margin: 20px 0 0; color: white; font-weight: 100; text-transform: uppercase;}
h2 {	font-family: kl; font-size: 69px; padding: 0px; margin: 20px 0 0; color: white; font-weight: 100;}
h3 {	font-family: kl; font-size: 42px; padding: 0px; margin: 20px 0 0; color: white; font-weight: 100;}
h4 {	font-family: mm; font-size: 20px; padding: 0px; margin: 0px; color: #2c2c2c;}

.brm {display: none;}
.brpc {display: block;}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #050D1A;
  z-index: 1001;
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  border: 1px solid #F2BC52;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes preloader-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}



.element-animation {
  opacity: 0;
  transform: translateY(0px);
}

.element-animation.element-show {
  opacity: 1;
  transition: all 1.5s;
  transform: translateY(0%);
  position: relative;
  z-index: 3;
}


::placeholder {
  color: white;
}

.input-1 {
  width: 280px;
  padding: 30px 0;
  font-size: 20px;
  border-radius: 0px;
  border: 1px solid #1F6CDE;
  margin-top: 15px;
  font-size: 16px;
  font-family: mr;
  text-align: center;
  background: rgba(0, 0, 0, 0);
  border-radius: 20px;
  color: white;
}

.button-1 {
  width: 282px;
  border-radius: 0px;
  border: 0px solid #2c2c2c;
  padding: 30px 0;
  color: white;
  font-size: 16px;
  margin-top: 15px;
  cursor: pointer;
  border-radius: 20px;
  background: linear-gradient( to right bottom, #1F6CDE, #478AEE,#1F6CDE);
  letter-spacing: 4px;
  font-family: msb;
  outline: 1px solid rgba(255,255,255,0.15);
  outline-offset: -6px;
}

.button-1:hover {
  box-shadow: 0 0 40px white;
}

.checkbox-1 {
  margin: auto;
  font-size: 12px;
  padding-top: 10px;
  width: 293px;
  text-align: left;
}

.modal-form {
  text-align: center;
  margin-top: 20px;
}

.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0.03);
	backdrop-filter: blur(20px);
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}

.reveal-modal {
	visibility: hidden;
	top: 100px;
	left: 50%;
	margin-left: -300px;
	width: 520px;
	background: rgba(255,255,255,0.15);
	backdrop-filter: blur(10px);
	position: absolute;
	z-index: 101;
	padding: 30px;
  text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 40px;
}

.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 20px;
	right: 20px;
	color: white;
	text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
	font-weight: bold;
	cursor: pointer;
}

.swift-lift {
  position: absolute;
  width: 100%;
  transition: 0.3s;
  background-color: #2c2c2c;
}
.swift-lift-content {
  position: absolute;
  width: 100%;
  height: 500px;
  margin-top: -529px;
  background-color: #202020;
  margin-left: -100%;
  transition: 0.3s;
}
.swift-lift:hover .swift-lift-content {
  margin-left: 0%;
}
.swift-lift-author {
  padding: 5px;
  text-align: left;
  padding-left: 20px;
  background-color: #2c2c2c;
  color: white;
}

@media screen and (min-width : 1px) and (max-width : 1199px) {

  .clm {display: flex;	flex-wrap: wrap; justify-content: center; text-align: center;}
  .crm {display: flex; flex-wrap: wrap; justify-content: center; text-align: center;}
  .clm1 {display: block;	flex-wrap: nowrap; justify-content: center; text-align: center;}


  .clmr {display: flex;	flex-wrap: wrap; justify-content: center; text-align: center; flex-direction: column-reverse;}
  .crmr {display: flex; flex-wrap: wrap; justify-content: center; text-align: center; flex-direction: column-reverse;}

  h1 {	font-family: kl; font-size: 70px; padding: 0px; margin: 20px 0 0; color: white; font-weight: 100; text-transform: uppercase;}
  h2 {	font-family: kl; font-size: 60px; padding: 0px; margin: 20px 0 0; color: white; font-weight: 100;}
  h3 {	font-family: kl; font-size: 42px; padding: 0px; margin: 20px 0 0; color: white; font-weight: 100;}

  .brm {display: block;}
  .brpc {display: none;}

  .input-1 {
    width: 280px;
    padding: 30px 0;
    font-size: 20px;
    border-radius: 0px;
    border: 1px solid #1F6CDE;
    margin-top: 15px;
    font-size: 16px;
    font-family: mr;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    border-radius: 20px;
    color: white;
  }
  
  .button-1 {
    width: 282px;
    border-radius: 0px;
    border: 0px solid #2c2c2c;
    padding: 30px 0;
    color: white;
    font-size: 16px;
    margin-top: 15px;
    cursor: pointer;
    border-radius: 20px;
    background: linear-gradient( to right bottom, #1F6CDE, #478AEE,#1F6CDE);
    letter-spacing: 4px;
    font-family: msb;
    outline: 1px solid rgba(255,255,255,0.15);
    outline-offset: -6px;
  }
  
  .button-1:hover {
    box-shadow: 0 0 40px white;
  }
  
  .checkbox-1 {
    margin: auto;
    font-size: 12px;
    padding-top: 10px;
    width: 293px;
    text-align: left;
  }
  
  .modal-form {
    text-align: center;
    margin-top: 20px;
  }
  
  .reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.03);
    backdrop-filter: blur(20px);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
  }
  
  .reveal-modal {
    visibility: hidden;
    top: 100px;
    left: 50%;
    margin-left: -150px;
    width: 280px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    position: absolute;
    z-index: 101;
    padding: 30px 10px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 30px;
  }
  
  .reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
    font-weight: bold;
    cursor: pointer;
  }

  .swift-lift {
    position: absolute;
    width: 100%;
    transition: 0.3s;
    background-color: #2c2c2c;
  }
  .swift-lift-content {
    position: absolute;
    width: 100%;
    height: 500px;
    margin-top: -529px;
    background-color: #202020;
    margin-left: -100%;
    transition: 0.3s;
  }
  .swift-lift:hover .swift-lift-content {
    margin-left: 0%;
  }
  .swift-lift-author {
    padding: 5px;
    text-align: center;
    padding-left: 5px;
    background-color: #2c2c2c;
    color: white;
  }
}

@media screen and (min-width : 1px) and (max-width : 799px) {

  .cc1 {display: none; flex-wrap: wrap; justify-content: center; text-align: center; align-items: flex-start;}


  h1 {	font-family: kl; font-size: 54px; padding: 0px; margin: 20px 0 0; color: white; font-weight: 100; text-transform: uppercase;}
  h2 {	font-family: kl; font-size: 48px; padding: 0px; margin: 20px 0 0; color: white; font-weight: 100;}
  h3 {	font-family: kl; font-size: 40px; padding: 0px; margin: 20px 0 0; color: white; font-weight: 100;}

}