﻿/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw0aXpsog.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw9aXpsog.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw2aXpsog.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw3aXpsog.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXo.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@media (max-width: 900px) {
    body, html{
        overflow-x:hidden;
    }
    .video-container{
        padding: 0;
    }
}      
.video-box{
    background-color: #1a1c21; 
    background-image: url('img/video.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    display: block; 
    border-radius: 45px;
}
@media (max-width: 800px) {
    .video-box{
        border-radius: 10px;
    }
}

#home{
    margin-top: -80px; 
    min-height: 900px;
}
@media (max-width: 600px) {
    #home{
        margin-top: -50px; 
        min-height: 400px;
    }
}

h1{
    font-size: 47px;
    font-weight: bolder;
    line-height: 47px;
}
@media (max-width: 800px) {
    h1{
        font-size: 28px;
        line-height: 32px;
    }
    h1 .segment-green{
        font-size: 36px;
    }
}

.w-btn {
    width: 250px;
    position: relative;
    background: #52891d;
    border-radius: 50px;
    color: #ffffff;
    z-index: 10000;
    padding-right: 15px;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
    box-shadow: 0 2px 0 0 #0a5a46;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    overflow: hidden;
}
.w-btn {
    background: rgb(150, 127, 224);
    background: linear-gradient(90deg, rgb(150, 127, 224),rgb(247, 94, 157));
}
.w-btn:after {
    position: absolute;
    top: -150px;
    width: 50px;
    height: 300px;
    margin-left: 60px;
    content: '';
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation-name: slideme;
    -moz-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: .05s;
    -moz-animation-delay: .05s;
    animation-delay: .05s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: #ffffffb5;
}
.w-btn:hover{
    color: #ffffff;
    background: rgb(150, 127, 224);
}
.w-btn i {
    background-image: url(assets/img/w.svg);
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin-right: 10px;
}
.w-btn>span{
    margin-top: 4px;
    display: inline-block;
    line-height: 1.2;
}
.w-btn span>span{
    display: block;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
@-webkit-keyframes slideme{0%{left:-30px;margin-left:0}100%,30%{left:110%;margin-left:80px}}
@-moz-keyframes slideme{0%{left:-30px;margin-left:0}100%,30%{left:110%;margin-left:80px}}
@keyframes slideme{0%{left:-30px;margin-left:0}100%,30%{left:110%;margin-left:80px}}

.btn-1 {
    color: #fff;
    cursor: pointer;
    background-color: #ff6000;
    border: none;
    border-radius: 20px;
}
.btn-5 {
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, .5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    padding: 10px;
    border-radius: 30px;    
} 

.btn-5:hover {
    box-shadow: inset 0 0 50px rgb(150, 127, 224), 0 0 20px rgba(255, 255, 255, .2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #424388; 
    background: linear-gradient(90deg, rgb(132 127 224),rgb(247 94 157 / 42%));
}
.bg {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

@-webkit-keyframes zoom-a {
    0% { background-size: 100% auto; }
    100% { background-size: 120% auto; }
}
@-moz-keyframes zoom-a {
    0% { background-size: 100% auto; }
    100% { background-size: 120% auto; }
}
@-o-keyframes zoom-a {
    0% { background-size: 100% auto; }
    100% { background-size: 120% auto; }
}
@keyframes zoom-a {
    0% { background-size: 100% auto; }
    100% { background-size: 120% auto; }
}
.type-a {
    -webkit-animation: zoom-a 15s linear infinite alternate; /* Safari 4+ */
    -moz-animation:    zoom-a 15s linear infinite alternate; /* Fx 5+ */
    -o-animation:      zoom-a 15s linear infinite alternate; /* Opera 12+ */
    animation:         zoom-a 15s linear infinite alternate; /* IE 10+, Fx 29+ */
}



.mobile {
    position: absolute;
    right: 12px;
    top: 12px;  
}
.mobile div {
    display: block;
    position: relative;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    z-index: 9999999;
    border: 2px solid #00000000;
    cursor: pointer;
    box-sizing: content-box;
}
.mobile div span {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 10px;
    transition-duration: .4s;
}
.mobile div span:nth-child(1) {
    top: 10px;
}
.mobile div span:nth-child(2) {
    top: 18px;
}
.mobile div span:nth-child(3) {
    bottom: 11px;
}
.mobile div.active span:nth-child(1) {
    transform: translate(-15px, 8px) rotate(-45deg);
}
.mobile div.active span:nth-child(2) {
    transition-duration: 0s;
    opacity: 0;
}
.mobile div.active span:nth-child(3) {
    transform: translate(-15px, -8px) rotate(45deg);
}
.mobile nav {
    display: block;
    position: fixed;
    bottom: 16px;
    right: 16px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: 9999990;
    transition-duration: .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.mobile nav.open {
    background-color: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: 100vh;
    right: 0px;
    bottom: 0px;
    border-radius: 0;
}
.mobile nav ul {
    display: none;
}
.mobile nav ul.show {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: 100%;
    opacity: 0;
    animation-name: fadein;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.mobile ul li:not(:last-child) {
    margin-bottom: 22px;
}
.mobile ul li a {
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #fff;
}
@keyframes fadein {
    0% {
        opacity: 0;
         
    }
    100% {
        opacity: 1;
    }
}
@media (min-width:768px){
    .mobile {
        display: none;
    }
}

.blurM a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}    
.blurM span a:after {
    background-color: #0d7330;
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
.blurM span a:hover:after,
.blurM span a:focus:after {
    width: 100%;
}

.blurM {
    background: rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 4px 54px rgb(44 46 56 / 30%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

@media (max-width:768px){
    .blurM {
        border-radius: 6px;
    }
}