@font-face {
    font-family: 'Valky';
    src: url('../fonts/Valky.eot');
    src: url('../fonts/Valky.eot') format('embedded-opentype'),
         url('../fonts/Valky.woff2') format('woff2'),
         url('../fonts/Valky.woff') format('woff'),
         url('../fonts/Valky.ttf') format('truetype'),
         url('../fonts/Valky.svg#Valky') format('svg');
}

@font-face {
    font-family: 'ValkySemibold';
    src: url('../fonts/ValkySemibold.eot');
    src: url('../fonts/ValkySemibold.eot') format('embedded-opentype'),
         url('../fonts/ValkySemibold.woff2') format('woff2'),
         url('../fonts/ValkySemibold.woff') format('woff'),
         url('../fonts/ValkySemibold.ttf') format('truetype'),
         url('../fonts/ValkySemibold.svg#ValkySemibold') format('svg');
}

body{
    font-family:"bc-novatica-cyr";
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
a{
    text-decoration: none;
    transition: 0.4s;
    color: #000;
}
a:hover{
    color: rgba(0,0,0,0.5);
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
ul{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'ValkySemibold';
}
a:hover,a:focus{
    text-decoration: none;
}
.main-title h2 {
    font-size: 80px;
    line-height: 107px;
    color: #000;
    font-family: 'ValkySemibold';
}
/*** header css start ***/
.logo > img {
    max-width: 190px;
}
header {
    padding: 17px 0;
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    z-index: 9;
    top: 0;
}
header .container .row {
    margin: 0;
}
.header-links ul {
    padding: 0;
    margin: 0;
}
.header-links li:last-child {
    border-right: 0;
    padding-right: 0;
}
.header-links li a {
    background: url(../images/menu-arrow.png) no-repeat right center;
    padding: 0 95px 0 0;
    font-size: 18px;
    letter-spacing: 3.6px;
    color: #000000;
    text-transform: uppercase;
}
.header-links li a:hover{
    color: rgba(0,0,0,0.5);
    background-position: right 10px center;
}
.header-links li {
    display: inline;
    border-right: 1px solid #D0DBD5;
    padding: 20px 55px;
}
/*** banner css start ***/
section.landing-banner {
    background-repeat: no-repeat;
    height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    margin-top: 120px;
    background-size: cover;
    background-position: top right;
}
.spin {
	animation: spin 1s infinite linear;
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.next-sec:hover {
	animation: bounce 2s ease infinite;
}
@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}
.landing-banner .landing-banner-content {
    padding: 0 15px;
}
.landing-banner-content h1 {
    font-size: 100px;
    line-height: 120px;
    color: #000000;
    font-family: 'ValkySemibold';
}
.landing-banner-content p {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.75px;
    color: #000000;
    margin:20px 0 85px 0;
}
.download a {
    padding: 19px 30px;
    min-width: 298px;
    font-weight: 500;
}
.btns {
    letter-spacing: 7px;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #000;
    font-size: 14px;
    padding: 14px;
    display: inline-block;
    text-align: center;
    border: 1px solid #000;
    font-weight: 400;
    transition: 0.4s;
    cursor: pointer;
    border-radius: 0;
}
.btns:hover {
    background: transparent;
    color: #000;
}
.next-sect {
    position: absolute;
    bottom: 16px;
    left: auto;
}
a.next-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 167px;
}
a.next-sec i {
    font-size: 23px;
    position: absolute;
    top: 50%;
}
/* a.next-sec:hover > span {
    animation: spin 1s linear;
} */
/*** conctact css start ***/
.contacts-us {
    padding: 80px 0 175px 0;
}
.contacts-us .main-title {
    margin-bottom: 90px;
}
.contact-form {
    max-width: 770px;
    margin: 0 auto;
}
.contact-form .row [class^="col"] {
    padding: 0 8px;
}
.contact-form label {
    letter-spacing: 0.4px;
    color: #000000;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.form-control {
    border: 1px solid #000000;
    border-radius: 5px;
    box-shadow: 0 5px 0 0px #000;
    height: 50px;
    padding: 15px;
    display: inline-block;
    width: 100%;
}
.form-control:focus {
    box-shadow: 0 5px 0 0px #000;
    border: 1px solid rgba(0,0,0,0.3);
}
.form-group {
    margin-bottom: 15px;
}
textarea.form-control {
    min-height: 206px;
}
.submitbtn .form-group {
    margin-top: 25px;
}
.submitbtn .btns {
    width: 100%;
}
/*** coming info css start ***/
.coming-info {
    background: #EFF6F6;
    padding: 56px 0;
}
.coming-info-img img {
    width: 100%;
}
.main-title h3 {
    font-size: 50px;
    line-height: 67px;
    color: #000;
    font-family:"bc-novatica-cyr";
    font-weight: 400;
}
section.coming-info .main-title {
    margin-bottom: 47px;
}
.form-info p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.4px;
    color: #000000;
}
.form-info input[type="email"] {
    background: #fff;
    letter-spacing: 0.4px;
    color: #6E6E6E;
    border: 0;
    height: 60px;
    padding: 15px;
    width:66.5%;
    font-size: 16px;
    font-family:"bc-novatica-cyr";
    box-shadow: none !important;
    outline: none;
}
.form-info input[type="submit"] {
    position: absolute;
    top: 0;
    height: 60px;
    margin-left: 16px;
    min-width: 122px;
}
.form-info form {
    position: relative;
}
.coming-info-content {
    padding-left: 40px;
}
.form-info p {
    margin: 15px 0 0 0;
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #000000;
    line-height: 30px;
}
/*** footer css start ***/
footer {
    padding: 175px 0 0 0;
}
footer .container {
    max-width: 530px;
    text-align: center;
}
.footer-logo a > img {
    max-height: 134px;
}
.contactinfo {
    padding: 40px 0 35px 0;
}
.contactinfo li {
    display: inline;
    padding: 0 2px;
}
footer a, footer li, footer p {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.4px;
}
.contactinfo ul {
    padding-bottom: 5px;
}
.footersocial li {
    display: inline;
    margin: 0 17px;
}
.footersocial li a {
    font-size: 20px;
}
.copyrgt {
    padding: 40px 0;
}
.copyrgt p,.copyrgt p a{
    padding: 0;
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}