body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #0F0F0F;
    background: #fff
}

html,
body {
    height: 100%;
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #0F0F0F;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #0F0F0F
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
    display: block
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0F0F0F;
    margin-bottom: 20px;
}

h1,
.h1 {
    font-size: 80px;
    line-height: 106px;
}

h2,
.h2 {
    font-size: 85px;
    line-height: 95px;
}

h3,
.h3 {
    font-size: 50px;
    line-height: 65px;
}

h4,
.h4 {
    font-size: 40px;
    line-height: 50px;
}

h5,
.h5 {
    font-size: 30px;
    line-height: 40px;
}

h6,
.h6 {
    font-size: 16px;
    line-height: 24px;
}


p {
    margin-bottom: 20px;
}


p:last-child {
    margin-bottom: 0 !important;
}

button {
    border: none;
    transition: all 0.4s ease 0s;
    background: transparent
}

section,
.section {
    padding: 30px 0
}

.container {
    max-width: 1200px
}

.container.medium {
    max-width: 1140px
}

.container.smalls {
    max-width: 1000px
}

.container.wide {
    max-width: 1400px;
}

.font_lendiga {
    font-family: 'Lendiga';
}

.font_prequel {
    font-family: 'Prequel Demo';
}

.font_puffin {
    font-family: 'Puffin Display Soft';
}

.site-logo {
    width: 250px;
    margin: auto;
}

.group_btn {
    margin-top: 50px
}

.site-logo svg {
    height: 250px;
    width: 250px
}

.hero-text .h2 {
    color: #696969;
    margin: 0
}

.hero-text .h1 span {
    display: block
}

.header-area {
    padding-top: 15px
}

.main-wrapper {
    position: relative;
    overflow-x: hidden;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.cta-btn {
    display: inline-block;
    padding: 15px 30px;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    font-family: 'Puffin Display Soft';
    font-weight: 700;
    min-width: 280px;
    position: relative;
    z-index: 1
}

.btn_default {
    color: #fff
}
.btn_default::after{
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: #000;
    z-index: -1;
    transition: all 0.4s
}
.btn_default:hover::after{
    height: 0;
}

.btn_border {
    border-color: rgba(0, 0, 0, 0.35);
    color: #000000
}
.btn_border::after {
     position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 0;
    left: 0;
    background: #000;
    z-index: -1;
    transition: all 0.4s
}

.btn_border:hover::after{
    height: 100%
}
.btn_border:hover{
    color: #fff
}
.group_btn .cta-btn {
    margin: 0 10px
}

.footer-area {
    padding: 25px 0;
    border-top: 1px solid #000000
}

.footer-area p,
.footer-area span {
    font-size: 14px;
    font-weight: 400
}

.footer-area p a {
    position: relative
}

.footer-area p a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}

.footer-area p a:hover::after {
    transform-origin: bottom left;
    transform: scaleX(1);
}

/*Logo Animation*/

@-webkit-keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-1 {
    -webkit-animation: animate-svg-fill-1 0.7s linear 0.8s both;
    animation: animate-svg-fill-1 0.7s linear 0.8s both;
}

@-webkit-keyframes animate-svg-fill-2 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-2 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-2 {
    -webkit-animation: animate-svg-fill-2 0.7s linear 0.9s both;
    animation: animate-svg-fill-2 0.7s linear 0.9s both;
}

@-webkit-keyframes animate-svg-fill-3 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-3 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-3 {
    -webkit-animation: animate-svg-fill-3 0.7s linear 1s both;
    animation: animate-svg-fill-3 0.7s linear 1s both;
}

@-webkit-keyframes animate-svg-fill-4 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-4 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-4 {
    -webkit-animation: animate-svg-fill-4 0.7s linear 1.1s both;
    animation: animate-svg-fill-4 0.7s linear 1.1s both;
}

@-webkit-keyframes animate-svg-fill-5 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-5 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-5 {
    -webkit-animation: animate-svg-fill-5 0.7s linear 1.2000000000000002s both;
    animation: animate-svg-fill-5 0.7s linear 1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-fill-6 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-6 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-6 {
    -webkit-animation: animate-svg-fill-6 0.7s linear 1.3s both;
    animation: animate-svg-fill-6 0.7s linear 1.3s both;
}

@-webkit-keyframes animate-svg-fill-7 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-7 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-7 {
    -webkit-animation: animate-svg-fill-7 0.7s linear 1.4000000000000001s both;
    animation: animate-svg-fill-7 0.7s linear 1.4000000000000001s both;
}

@-webkit-keyframes animate-svg-fill-8 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-8 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-8 {
    -webkit-animation: animate-svg-fill-8 0.7s linear 1.5s both;
    animation: animate-svg-fill-8 0.7s linear 1.5s both;
}

@-webkit-keyframes animate-svg-fill-9 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-9 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-9 {
    -webkit-animation: animate-svg-fill-9 0.7s linear 1.6s both;
    animation: animate-svg-fill-9 0.7s linear 1.6s both;
}

@-webkit-keyframes animate-svg-fill-10 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-10 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-10 {
    -webkit-animation: animate-svg-fill-10 0.7s linear 1.7000000000000002s both;
    animation: animate-svg-fill-10 0.7s linear 1.7000000000000002s both;
}

@-webkit-keyframes animate-svg-fill-11 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-11 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-11 {
    -webkit-animation: animate-svg-fill-11 0.7s linear 1.8s both;
    animation: animate-svg-fill-11 0.7s linear 1.8s both;
}

@-webkit-keyframes animate-svg-fill-12 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-12 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-12 {
    -webkit-animation: animate-svg-fill-12 0.7s linear 1.9000000000000001s both;
    animation: animate-svg-fill-12 0.7s linear 1.9000000000000001s both;
}

@-webkit-keyframes animate-svg-fill-13 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-13 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-13 {
    -webkit-animation: animate-svg-fill-13 0.7s linear 2s both;
    animation: animate-svg-fill-13 0.7s linear 2s both;
}

@-webkit-keyframes animate-svg-fill-14 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-14 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-14 {
    -webkit-animation: animate-svg-fill-14 0.7s linear 2.1s both;
    animation: animate-svg-fill-14 0.7s linear 2.1s both;
}

@-webkit-keyframes animate-svg-fill-15 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-15 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-15 {
    -webkit-animation: animate-svg-fill-15 0.7s linear 2.2s both;
    animation: animate-svg-fill-15 0.7s linear 2.2s both;
}

@-webkit-keyframes animate-svg-fill-16 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-16 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-16 {
    -webkit-animation: animate-svg-fill-16 0.7s linear 2.3s both;
    animation: animate-svg-fill-16 0.7s linear 2.3s both;
}

@-webkit-keyframes animate-svg-fill-17 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-17 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-17 {
    -webkit-animation: animate-svg-fill-17 0.7s linear 2.4000000000000004s both;
    animation: animate-svg-fill-17 0.7s linear 2.4000000000000004s both;
}

@-webkit-keyframes animate-svg-fill-18 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-18 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-18 {
    -webkit-animation: animate-svg-fill-18 0.7s linear 2.5s both;
    animation: animate-svg-fill-18 0.7s linear 2.5s both;
}

@-webkit-keyframes animate-svg-fill-19 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-19 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-19 {
    -webkit-animation: animate-svg-fill-19 0.7s linear 2.6s both;
    animation: animate-svg-fill-19 0.7s linear 2.6s both;
}

@-webkit-keyframes animate-svg-fill-20 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-20 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-20 {
    -webkit-animation: animate-svg-fill-20 0.7s linear 2.7s both;
    animation: animate-svg-fill-20 0.7s linear 2.7s both;
}

@-webkit-keyframes animate-svg-fill-21 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-21 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-21 {
    -webkit-animation: animate-svg-fill-21 0.7s linear 2.8s both;
    animation: animate-svg-fill-21 0.7s linear 2.8s both;
}

@-webkit-keyframes animate-svg-fill-22 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-22 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-22 {
    -webkit-animation: animate-svg-fill-22 0.7s linear 2.9000000000000004s both;
    animation: animate-svg-fill-22 0.7s linear 2.9000000000000004s both;
}

@-webkit-keyframes animate-svg-fill-23 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-23 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-23 {
    -webkit-animation: animate-svg-fill-23 0.7s linear 3s both;
    animation: animate-svg-fill-23 0.7s linear 3s both;
}

@-webkit-keyframes animate-svg-fill-24 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-24 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-24 {
    -webkit-animation: animate-svg-fill-24 0.7s linear 3.1000000000000005s both;
    animation: animate-svg-fill-24 0.7s linear 3.1000000000000005s both;
}

@-webkit-keyframes animate-svg-fill-25 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-25 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-25 {
    -webkit-animation: animate-svg-fill-25 0.7s linear 3.2s both;
    animation: animate-svg-fill-25 0.7s linear 3.2s both;
}

@-webkit-keyframes animate-svg-fill-26 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-26 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-26 {
    -webkit-animation: animate-svg-fill-26 0.7s linear 3.3s both;
    animation: animate-svg-fill-26 0.7s linear 3.3s both;
}

@-webkit-keyframes animate-svg-fill-27 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-27 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-27 {
    -webkit-animation: animate-svg-fill-27 0.7s linear 3.4000000000000004s both;
    animation: animate-svg-fill-27 0.7s linear 3.4000000000000004s both;
}

@-webkit-keyframes animate-svg-fill-28 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-28 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-28 {
    -webkit-animation: animate-svg-fill-28 0.7s linear 3.5s both;
    animation: animate-svg-fill-28 0.7s linear 3.5s both;
}

@-webkit-keyframes animate-svg-fill-29 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-29 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-29 {
    -webkit-animation: animate-svg-fill-29 0.7s linear 3.6000000000000005s both;
    animation: animate-svg-fill-29 0.7s linear 3.6000000000000005s both;
}

@-webkit-keyframes animate-svg-fill-30 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-30 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-30 {
    -webkit-animation: animate-svg-fill-30 0.7s linear 3.7s both;
    animation: animate-svg-fill-30 0.7s linear 3.7s both;
}

@-webkit-keyframes animate-svg-fill-31 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-31 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-31 {
    -webkit-animation: animate-svg-fill-31 0.7s linear 3.8s both;
    animation: animate-svg-fill-31 0.7s linear 3.8s both;
}

@-webkit-keyframes animate-svg-fill-32 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-32 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-32 {
    -webkit-animation: animate-svg-fill-32 0.7s linear 3.9000000000000004s both;
    animation: animate-svg-fill-32 0.7s linear 3.9000000000000004s both;
}

@-webkit-keyframes animate-svg-fill-33 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-33 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-33 {
    -webkit-animation: animate-svg-fill-33 0.7s linear 4s both;
    animation: animate-svg-fill-33 0.7s linear 4s both;
}

@-webkit-keyframes animate-svg-fill-34 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-34 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-34 {
    -webkit-animation: animate-svg-fill-34 0.7s linear 4.1000000000000005s both;
    animation: animate-svg-fill-34 0.7s linear 4.1000000000000005s both;
}

@-webkit-keyframes animate-svg-fill-35 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-35 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-35 {
    -webkit-animation: animate-svg-fill-35 0.7s linear 4.2s both;
    animation: animate-svg-fill-35 0.7s linear 4.2s both;
}

@-webkit-keyframes animate-svg-fill-36 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-36 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-36 {
    -webkit-animation: animate-svg-fill-36 0.7s linear 4.3s both;
    animation: animate-svg-fill-36 0.7s linear 4.3s both;
}

@-webkit-keyframes animate-svg-fill-37 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-37 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-37 {
    -webkit-animation: animate-svg-fill-37 0.7s linear 4.4s both;
    animation: animate-svg-fill-37 0.7s linear 4.4s both;
}

@-webkit-keyframes animate-svg-fill-38 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-38 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-38 {
    -webkit-animation: animate-svg-fill-38 0.7s linear 4.5s both;
    animation: animate-svg-fill-38 0.7s linear 4.5s both;
}

@-webkit-keyframes animate-svg-fill-39 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-39 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-39 {
    -webkit-animation: animate-svg-fill-39 0.7s linear 4.6000000000000005s both;
    animation: animate-svg-fill-39 0.7s linear 4.6000000000000005s both;
}

@-webkit-keyframes animate-svg-fill-40 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-40 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-40 {
    -webkit-animation: animate-svg-fill-40 0.7s linear 4.7s both;
    animation: animate-svg-fill-40 0.7s linear 4.7s both;
}

@-webkit-keyframes animate-svg-fill-41 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-41 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-41 {
    -webkit-animation: animate-svg-fill-41 0.7s linear 4.8s both;
    animation: animate-svg-fill-41 0.7s linear 4.8s both;
}

@-webkit-keyframes animate-svg-fill-42 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-42 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-42 {
    -webkit-animation: animate-svg-fill-42 0.7s linear 4.9s both;
    animation: animate-svg-fill-42 0.7s linear 4.9s both;
}

@-webkit-keyframes animate-svg-fill-43 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-43 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-43 {
    -webkit-animation: animate-svg-fill-43 0.7s linear 5s both;
    animation: animate-svg-fill-43 0.7s linear 5s both;
}

@-webkit-keyframes animate-svg-fill-44 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-44 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-44 {
    -webkit-animation: animate-svg-fill-44 0.7s linear 5.1s both;
    animation: animate-svg-fill-44 0.7s linear 5.1s both;
}

@-webkit-keyframes animate-svg-fill-45 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

@keyframes animate-svg-fill-45 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(15, 15, 15);
    }
}

.svg-elem-45 {
    -webkit-animation: animate-svg-fill-45 0.7s linear 5.2s both;
    animation: animate-svg-fill-45 0.7s linear 5.2s both;
}

.content-area.alt {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.content-area.alt .site-logo {
    width: 330px;
    margin-bottom: 70px
}

.content-area.alt .site-logo svg {
    width: 330px;
    height: 330px
}
.content-area .hero-text h1{
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    transform: translateY(15px)
}
.content-area.active .hero-text h1{
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}
.content-area .hero-text .group_btn{
    opacity: 0;
    visibility: hidden;
    transition: all 0.9s;
    transform: translateY(15px)
}
.content-area.active .hero-text .group_btn{
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

/*responsive*/
@media(max-width:1600px) {

    h1,
    .h1 {
        font-size: 60px;
        line-height: 86px;
    }

    h2,
    .h2 {
        font-size: 55px;
        line-height: 55px;
    }

    .site-logo {
        width: 200px;
        margin: auto;
    }

    .site-logo svg {
        height: 200px;
        width: 200px
    }

    .group_btn {
        margin-top: 10px
    }

    .footer-area {
        padding: 15px 0
    }

}

@media(max-width:1400px) {

    h1,
    .h1 {
        font-size: 45px;
        line-height: 56px;
    }

    h2,
    .h2 {
        font-size: 45px;
        line-height: 65px;
    }

    

}

@media(max-width:1200px) {

    .footer-area p,
    .footer-area span {
        font-size: 13px
    }
}

@media(max-width:991px) {
    .content-area {
        padding: 30px 0 !important
    }

    h1,
    .h1 {
        font-size: 50px;
        line-height: 72px;
    }

    h2,
    .h2 {
        font-size: 46px;
        line-height: 45px;
    }
    .content-area.alt .site-logo {
        width: 280px;
        margin-bottom: 40px
    }

    .content-area.alt .site-logo svg {
        width: 280px;
        height: 280px
    }

}

@media(max-width:767px) {

    h1,
    .h1 {
        font-size: 30px;
        line-height: 46px;
    }

    h2,
    .h2 {
        font-size: 36px;
        line-height: 36px;
    }

    .cta-btn {
        font-size: 15px
    }

    .cta-btn {
        font-size: 14px;
        padding: 12px 25px;
        min-width: inherit;
    }

    .content-area.alt .site-logo {
        width: 150px;
        margin-bottom: 40px
    }

    .content-area.alt .site-logo svg {
        width: 150px;
        height: 150px
    }


}

@media(max-width:575px) {
    .group_btn .cta-btn {
        margin: 5px 0
    }

    .content-area.alt .site-logo {
        width: 200px;
        margin-bottom: 40px
    }

    .content-area.alt .site-logo svg {
        width: 200px;
        height: 200px
    }

}

@media(max-width:420px) {
    .hero-text .h1 span {
        display: inline
    }
}

@media(max-width:380px) {
    .content-area {
        padding: 30px 0 !important
    }

    .site-logo {
        width: 95px
    }

    .site-logo svg {
        height: 95px;
        width: 95px;
    }
}

@media(max-width:320px) {

    h1,
    .h1 {
        font-size: 24px;
        line-height: 40px;
    }

    h2,
    .h2 {
        font-size: 30px;
        line-height: 34px;
    }
}
