html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-osx-font-smoothing: grayscale;
    font-family: proxima-nova, sans-serif
}

h2 {
    font-size: 28px
}

h2, h3 {
    margin-bottom: 20px
}

h3 {
    font-size: 26px
}

h5 {
    font-size: 22px
}

p {
    font-size: 12px;
    line-height: 1.6em;
    margin-top: 10px
}

a {
    cursor: pointer;
}

button {
    background-color: transparent;
    border: none;
    cursor:pointer;
}

.btn {
    display: inline-block;
    border-radius: 5px;
    background-color: #fff;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding: 12px 20px;
    margin-top: 30px;
    background-color: transparent
}

.btn.btn-colored {
    background-color: #ff003c
}

.container {
    padding: 0 15px
}

.navigation {
    background-color: #2a215a;
    padding: 15px 0;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%
}

.navigation.home {
    background-color: transparent
}

.navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.navbar a.logo {
    font-size: 0
}

.navbar a.logo img {
    width: 90px
}

.toggle-nav {
    width: 24px;
    height: 17px;
    margin-left: auto;
    position: relative;
    cursor: pointer;
}

.toggle-nav i {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff
}

.toggle-nav i:first-child {
    top: 0
}

.toggle-nav i:nth-child(2) {
    top: 7px
}

.toggle-nav i:nth-child(3) {
    bottom: 0
}

ul.nav-list {
    display: none;
    list-style-type: none
}

ul.nav-list li a {
    text-decoration: none;
    color: #fff;
    font-weight: 500
}

section.hero {
    padding: 150px 0 0;
    background-color: #29215a;
    background-image: linear-gradient(-280deg, #29215a, #3c2c83);
    position: relative
}

section.hero h2 {
    color: #fff
}

section.hero p {
    color: #b09ffb
}

section.hero .links {
    display: -ms-flexbox;
    display: flex
}

section.hero .links a:nth-child(2) {
    margin-left: 15px
}

section.hero .hero-box {
    margin-bottom: 40px
}

section.hero .img-box img {
    max-width: 100%;
    margin-bottom: -40px
}

section.create_software {
    padding: 100px 0 60px
}

section.create_software h3 {
    text-align: center;
    margin-bottom: 40px
}

section.create_software .create_software-holder .software-type {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px
}

section.create_software .create_software-holder .software-type .name {
    background-color: #e7e7e7;
    color: #000;
    border-radius: 5px;
    display: inline-block;
    padding: 15px 10px;
    width: 140px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none
}

section.create_software .create_software-holder .software-type .name.active,
section.create_software .create_software-holder .software-type .name:hover {
    background-color: #ff003c;
    color: #fff;
}

section.create_software .create_software-holder .software-type .ico-wrap {
    display: inline-block;
    margin-bottom: 20px;
    position: relative
}

section.create_software .create_software-holder .software-type p {
    font-size: 15px;
    line-height: 1.4em;
    text-align: center
}

section.create_software .create_software-holder .software-type.windows .name {
    /* background-color: #e7e7e7; */
    /* color: #000 */
}

section.create_software .create_software-holder .software-type.windows .ico-wrap:after, section.create_software .create_software-holder .software-type.windows .ico-wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 30px;
    background-image: url(../images/lines-left.png);
    background-size: auto 100%;
    right: calc(100% + 10px);
    background-position: 0;
    background-repeat: no-repeat
}

section.create_software .create_software-holder .software-type.windows .ico-wrap:after {
    left: calc(100% + 10px);
    background-image: url(../images/lines-right.png);
    background-position: 100%
}

section.other_links {
    padding: 60px 0;
    background-color: #fafafa
}

section.other_links h3.title {
    text-align: center
}

.links-list .item {
    border-radius: 10px;
    padding: 30px 20px;
    margin-bottom: 30px;
    position: relative
}

.links-list .item * {
    position: relative;
    z-index: 5
}

.links-list .item:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 100% 100%
}

.links-list .item h3, .links-list .item p {
    margin-bottom: 20px
}

.links-list .item a.link {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding-left: 20px
}

.links-list .item a.link:before {
    content: "";
    width: 20px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/ico-link.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0
}

.links-list .item * {
    color: #fff
}

.links-list .item.templates {
    background-image: linear-gradient(-134deg, #00b9ff, #007aff)
}

.links-list .item.templates:after {
    background-image: url(../images/ico-templates.png)
}

.links-list .item.tutorials {
    background-image: linear-gradient(134deg, #cd5bde, #a6b5f7)
}

.links-list .item.tutorials:after {
    background-image: url(../images/ico-tutorial.png)
}

.links-list .item.vidello {
    background-image: linear-gradient(152deg, #fa0153, #ff9445)
}

.links-list .item.vidello:after {
    background-image: url(../images/ico-vidello.png);
    bottom: -20px
}

section.templates {
    padding-top: 180px
}

section.templates ul.category-list {
    list-style-type: none;
    margin-bottom: 20px
}

section.templates ul.category-list li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

section.templates ul.category-list li a {
    color: #000;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    white-space: nowrap
}

section.templates ul.category-list li a.active {
    color: #0167ff
}

section.templates ul.category-list li:hover a {
    color: #0167ff
}

.templates-products .product {
    border-radius: 10px;
    font-size: 0;
    margin-bottom: 20px
}

.templates-products .product:hover {
    cursor: pointer
}

.templates-products .product .video-wrap {
    position: relative;
    margin-bottom: 10px;
    border-radius: 10px
}

.templates-products .product video {
    margin: 0
}

.templates-products .product a.link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .5);
    font-size: 17px;
    text-align: right
}

footer {
    padding: 30px 0
}

footer p.copyright {
    text-align: center
}

footer .footer-links {
    text-align: center;
    margin-top: 20px
}

footer .footer-links li {
    display: inline-block;
    margin: 0 5px
}

footer .footer-links li a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500
}

@media only screen and (max-width:767px) {
    section.templates {
        padding-top: 120px
    }

    ul.nav-list {
        display: block;
        position: absolute;
        z-index: 100;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #29205a;
        padding: 0 15px;
        overflow: hidden;
        transition: all .5s ease;
        height: 0;
    }
    ul.nav-list li {
        margin: 25px 0
    }
    ul.nav-list li a {
        font-size: 17px
    }
    ul.nav-list.open {
        height: auto;
    }
    ul.nav-list.open li {
        margin: 25px 0
    }
    ul.nav-list.open li a {
        font-size: 17px
    }
}

.form-wrap {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 25px;
    margin-bottom: 10px
}

.form-wrap .form-field:not(:last-child) {
    margin-bottom: 20px
}

.form-wrap h5 {
    font-size:18px;
    padding-bottom:20px;
}

input.form-control {
    border-radius: 5px;
    background-color: #eef1f6;
    border: none;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    height: 40px;
    padding: 20px;
    width: 100%
}

input.form-control:-ms-input-placeholder {
    color: #000
}

input.form-control::placeholder {
    color: #000
}

input.form-control:focus {
    outline: none
}

.form-btn {
    height: 40px;
    font-size: 13px;
    font-weight: 700
}

section.login {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(-280deg, #29215a, #3c2c83)
}

section.login .box-center {
    width: 280px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -54%);
    text-align: center
}

section.login .box-center img.logo {
    width: 140px;
    margin-bottom: 10px
}

section.login .box-center .btn {
    margin: 0;
    width: 100%
}

section.login .box-center a.link {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px
}

section.login .error {
    color: #ff003c;
}

@media only screen and (min-width:768px) {
    .container {
        max-width: 90%;
        margin: 0 auto
    }
    section.hero {
        padding: 0
    }
    section.hero .hero-holder {
        padding: 150px 0 40px;
        position: relative
    }
    section.hero .hero-holder .hero-box {
        width: 40%;
        margin-bottom: 0
    }
    section.hero .hero-holder .img-box {
        width: 480px;
        position: absolute;
        bottom: -40px;
        right: -60px
    }
    section.hero .hero-holder .img-box img {
        margin-bottom: 0
    }
    .create_software-holder {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }
    .create_software-holder .software-type {
        margin-left: 30px;
        margin-right: 30px
    }
    .create_software-holder .software-type.windows .name {
        margin: 0 20px
    }
    section.other_links .links-holder {
        display: -ms-flexbox;
        display: flex
    }
    section.other_links .links-holder h3.title {
        white-space: nowrap;
        padding-top: 40px
    }
    section.other_links .links-holder .links-list {
        width: 60%;
        margin-left: auto
    }
    footer .footer-holder {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }
    footer .footer-holder .footer-links, footer .footer-holder p {
        margin: 0
    }
    section.templates {
        padding-top: 150px
        /* margin-top: 100px */
    }
    section.templates .teamplates-holder {
        display: -ms-flexbox;
        display: flex
    }
    section.templates .teamplates-holder .category {
        width: 25%;
        margin-right: 5%
    }
    section.templates .teamplates-holder .category .category-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
    section.templates .teamplates-holder .category .category-list li {
        margin-bottom: 20px
    }
    section.templates .teamplates-holder .templates-products {
        width: 70%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    section.templates .teamplates-holder .templates-products .product {
        width: calc(50% - 15px);
        margin-bottom: 30px
    }
    .toggle-nav {
        display: none;
    }
    ul.nav-list {
        display: block;
        margin-left: auto
    }
    ul.nav-list li {
        display: inline-block;
        margin-left: 30px
    }
    ul.nav-list li a {
        font-size: 17px
    }
}

@media only screen and (min-width:992px) {
    .navigation {
        padding: 25px 0
    }
    .navbar a.logo img {
        width: 130px
    }
    section.hero .hero-holder {
        padding: 180px 0 60px
    }
    section.hero .hero-holder .img-box {
        width: 60%
    }
    section.create_software h3 {
        margin-bottom: 60px
    }
    section.other_links .links-list .item {
        padding: 75px 70px 75px 60px
    }
    footer .footer-links li {
        margin-left: 40px
    }
    footer .footer-links li a {
        font-size: 15px;
    }
    section.login .box-center {
        width: 400px
    }
    section.login .box-center img.logo {
        margin-bottom: 20px
    }
    .form-wrap {
        padding: 50px 40px
    }
    .form-btn, input.form-control {
        height: 50px;
        font-size: 15px
    }
}

@media only screen and (min-width:1200px) {
    h2 {
        font-size: 38px;
        margin-bottom: 30px
    }
    h3 {
        font-size: 30px;
        margin-bottom: 20px
    }
    p {
        font-size: 15px;
        line-height: 1.6em;
        margin-top: 10px
    }
    .btn {
        font-size: 17px;
        padding: 16px 30px
    }
    section.hero .hero-holder {
        padding: 180px 0 60px
    }
    section.hero .hero-holder .img-box {
        width: 54%;
        right: 0
    }
    ul.nav-list li {
        margin-left: 50px
    }
    section.create_software {
        padding: 180px 0 100px
    }
    section.create_software .create_software-holder .software-type.windows .ico-wrap:after, section.create_software .create_software-holder .software-type.windows .ico-wrap:before {
        width: 90px
    }
    section.create_software .create_software-holder .software-type {
        margin: 0 60px
    }
    section.create_software .create_software-holder .software-type .name {
        width: 200px
    }
    .links-list .item {
        margin-bottom: 60px
    }
    .links-list .item:after {
        background-size: 21%
    }
    section.templates {
        padding-top: 180px
        /* margin-top: 90px;
        margin-bottom: 100px */
    }
    .templates-products .product .video-wrap {
        overflow: hidden
    }
    .templates-products .product .video-wrap a.link {
        transform: translateY(100%);
        transition: all .4s ease
    }
    .templates-products .product:hover .video-wrap a.link {
        transform: translateY(0)
    }
}

@media only screen and (min-width:1350px) {
    h2 {
        font-size: 44px
    }
    h3 {
        font-size: 40px
    }
    .container {
        max-width: 1200px
    }
    section.hero .hero-holder {
        padding: 230px 0 110px
    }
    section.hero .hero-holder .hero-box {
        width: 35%
    }
    section.hero .hero-holder .img-box {
        width: 65%;
        right: 0
    }
    section.hero .hero-holder .links {
        margin-top: 30px
    }
}
