@font-face {
    font-family: 'Raleway';
    src: url('../font/Raleway-Light.woff2') format('woff2'),
    url('../font/Raleway-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../font/Raleway-Bold.woff2') format('woff2'),
    url('../font/Raleway-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../font/Raleway-Regular.woff2') format('woff2'),
    url('../font/Raleway-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../font/Raleway-SemiBold.woff2') format('woff2'),
    url('../font/Raleway-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    min-width: 1440px;
    overflow-x: hidden;
    background-color: #ffffff;
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: normal;
    color: #6B6B6B;
    font-size: 18px;
}

#header {
    width: 100%;
    position: fixed;
    z-index: 2000;
}

#header > .inner {
    width: 1270px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 52px;
    height: 42px;
}

.desktop-page {
    width: 100vw;
    height: 100vh;
    min-height: 400px;
}

.logo {
    background-image: url('../img/sprites.png');
    background-repeat: no-repeat;
    background-position: -1px -1px;
    background-size: 340px 340px;
    width: 188px;
    height: 35px;
    float: left;
    margin-top: 7px;
    cursor: pointer;
}

.nav {
    float: left;
    height: 40px;
    line-height: 40px;
    width: calc(100% - 188px);
    text-align: center;
}

.social {
    float: right;
    width: 160px;
    margin-right: 20px;
}

.nav {
    color: #000000;
}

.nav > a {
    font-family: 'Raleway';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: inherit !important;
    margin-left: 28px;
    margin-right: 0px;
}

.nav-white {
    color: #ffffff !important;
}

.nav-selected {
    font-weight: bold !important;
    font-style: normal !important;
}

.social > a > div {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    float: left;
}

.social > a > div > div {
    margin-left: auto;
    margin-right: auto;
}

.facebook {
    background-image: url('../img/sprites.png');
    background-repeat: no-repeat;
    background-position: -190px -1px;
    background-size: 340px 340px;
    width: 8px;
    height: 16px;
}

.facebook-white {
    background-position: -190px -18px;
}

.twitter {
    background-image: url('../img/sprites.png');
    background-repeat: no-repeat;
    background-position: -199px -1px;
    background-size: 340px 340px;
    width: 14px;
    height: 12px;
}

.twitter-white {
    background-position: -199px -14px;
}

.instagram {
    background-image: url('../img/sprites.png');
    background-repeat: no-repeat;
    background-position: -214px -1px;
    background-size: 340px 340px;
    width: 12px;
    height: 12px;
}

.instagram-white {
    background-position: -214px -14px;
}

.youtube {
    background-image: url('../img/sprites.png');
    background-repeat: no-repeat;
    background-position: -227px -1px;
    background-size: 340px 340px;
    width: 13px;
    height: 10px;
}

.youtube-white {
    background-position: -227px -12px;
}

.login {
    background-image: url('../img/sprites.png');
    background-repeat: no-repeat;
    background-position: -1px -158px;
    background-size: 340px 340px;
    width: 129px;
    height: 42px;
    float: right;
}

.login-2 {
    background-position: -1px -201px;
}

.login-3 {
    background-position: -1px -244px;
}

.logo-footer {
    background-image: url('../img/sprites.png');
    background-repeat: no-repeat;
    background-position: -1px -109px;
    background-size: 340px 340px;
    width: 260px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}

.text-footer {
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-family: 'Raleway';
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
}

.how-button {
    background-image: url('../img/sprites.png');
    background-repeat: no-repeat;
    background-position: -1px -287px;
    background-size: 340px 340px;
    width: 187px;
    height: 42px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    cursor: pointer;
}

.welcome-content {
    position: fixed;
}

.welcome-title {
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Raleway';
    font-weight: bold !important;
    font-style: normal !important;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
}

.welcome-body {
    color: #ffffff;
    font-family: 'Raleway';
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
}

.welcome-down {
    background-image: url('../img/sprites.png');
    background-repeat: no-repeat;
    background-position: -226px -66px;
    background-size: 340px 340px;
    width: 30px;
    height: 15px;
    margin-left: calc((100vw - 30px) / 2);
    margin-top: calc(100vh - 50px);
    position: absolute;
    cursor: pointer;
}

.contact-title {
    color: #000000;
    text-transform: uppercase;
    font-family: 'Raleway';
    font-weight: bold !important;
    font-style: normal !important;
    font-size: 25px;
    line-height: 25px;
    margin-top: 180px;
}

.contact-grad {
    background-image: linear-gradient(225deg, #00DBDE 0%, #FC00FF 100%);
    width: 57px;
    height: 10px;
    margin-top: 20px;
    margin-bottom: 120px;
}

.contact-label {
    font-family: 'Raleway';
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: #000000;
    margin-top: 60px;
}

.contact-phone {
    font-family: 'Raleway';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}

.contact-email {
    font-family: 'Raleway';
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}

.submit-button {
    background-image: url('../img/sprites.png');
    background-repeat: no-repeat;
    background-position: -189px -287px;
    background-size: 340px 340px;
    width: 129px;
    height: 42px;
    float: right;
    margin-top: 60px;
    cursor: pointer;
}

.contact-message-us {
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Raleway';
    font-weight: bold !important;
    font-style: normal !important;
    font-size: 20px;
    margin-top: 180px;
}

.contact-send-us {
    font-family: 'Raleway';
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: #FFD701;
    margin-top: 10px;
}

input,
textarea {
    background: none;
    border: none;
    padding: 0px 0px 0px 0px;
    border-bottom: solid 2px rgba(255, 255, 255, 0.34);
    width: 100%;
    height: 40px;
    margin-top: 44px;
    font-family: 'Raleway';
    color: #ffffff;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
}

::placeholder {
    font-family: 'Raleway';
    color: #ffffff;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
}

:focus {
    outline: none;
}

.features-title {
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Raleway';
    font-weight: bold !important;
    font-style: normal !important;
    font-size: 30px;
    margin-top: 85px;
}

.features-body {
    font-family: 'Raleway';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #ffffff;
    margin-top: 10px;
}

.features-subtitle {
    text-transform: uppercase;
    font-family: 'Raleway';
    font-weight: bold !important;
    font-style: normal !important;
    font-size: 18px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
}

.features-subbody {
    font-family: 'Raleway';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-top: 10px;
}

.icon-corporate {
    background-image: url('../img/sprites.png');
    background-repeat: no-repeat;
    background-position: -190px -35px;
    background-size: 340px 340px;
    width: 32px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
}

.icon-event {
    background-image: url('../img/sprites.png');
    background-repeat: no-repeat;
    background-position: -223px -35px;
    background-size: 340px 340px;
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
}

.icon-reseller {
    background-image: url('../img/sprites.png');
    background-repeat: no-repeat;
    background-position: -254px -35px;
    background-size: 340px 340px;
    width: 30px;
    height: 29px;
    margin-left: auto;
    margin-right: auto;
}

.about-corner {
    background-image: url('../img/sprites.png');
    background-repeat: no-repeat;
    background-position: -298px -1px;
    background-size: 340px 340px;
    width: 41px;
    height: 41px;
}

.about-title-small {
    font-family: 'Raleway';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: #FFD701;
    margin-left: 40px;
}

.about-title {
    font-family: 'Raleway';
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    line-height: 24px;
    color: #ffffff;
    margin-left: 40px;
    margin-top: 10px;
}

.about-body {
    font-family: 'Raleway';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 20px;
    margin-left: 40px;
}

.about2-title-small {
    font-family: 'Raleway';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    background: linear-gradient(225deg, #00DBDE 0%, #FC00FF 100%);;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 60px;
}

.about2-title {
    font-family: 'Raleway';
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
    margin-top: 0px;
}

.about2-body {
    font-family: 'Raleway';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-top: 20px;
}

.gallery-title {
    text-align: center;
    font-family: 'Raleway';
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
    margin-top: 160px;
}

.gallery-body {
    text-align: center;
    font-family: 'Raleway';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 60px;
}

