
.section-welcome {
    overflow: hidden;
    position: relative;
}

@media (min-width: 1600px) {
    .section-welcome h1 .h1 {
        margin-top: 80px !important;
    }
}
.section-welcome h1 a,
.section-welcome .h1 a {
    display: flex;
    align-items: center;
    color: #FF4D00;
    text-decoration: none;
}
.section-welcome h1 a:hover,
.section-welcome .h1 a:hover {
    text-decoration: none;
}
.section-welcome .h1 a .icon {
    transition: .3s;
    font-size: .8em;
        margin-top: 3px;
    margin-left: 8px;
}
.section-welcome .h1 a:hover .icon {
    transform: translateX(4px);
}
.section-welcome .container-fluid,
.section-welcome .container {
    position: relative;
    z-index: 1;
}
.welcome-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
}
.section-welcome:after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: linear-gradient(to right, rgba(21,21,21,1) 0%, rgba(21,21,21,0) 100%);
}
.welcome {
    min-height: calc(100vh - 78px);
    padding: 100px 0;
    display: flex;
    align-items: center;
}
.section-welcome h1,
.section-welcome .h1 {
    font-weight: 500;
    margin-bottom: 28px;
}
.welcome__play-btn {
    position: relative;
    font-family: handel-gothic, sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    background: #fff;
    border-radius: 100px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 78px;
    padding-right: 28px;
    text-decoration: none;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
}
.welcome__play-btn__txt {
    z-index: 1;
    position: relative;
    transition: .5s ease-out;
}
.welcome__play-btn .icon {
    width: 22px;
    height: 22px;
    margin-top: -11px;
    z-index: 1;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 21px;
    transition: .5s;
}
.welcome__play-btn__circle {
    animation: pulse 1.5s linear infinite;
    border-radius: 50%;
    box-shadow: 0 0 20px 10px rgba(255,77,0,.25);
    background-color: #FF4D00;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 3px;
    left: 3px;
    transition: .5s ease-in;
    pointer-events: none;
}
@keyframes pulse {
    0% {
      transform: scale(.9);
      box-shadow: 0 0 10px 5px rgba(255,77,0,.25);
    }
    50% {
      transform: scale(1);
      box-shadow: 0 0 20px 10px rgba(255,77,0,.5);
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 10px 5px rgba(255,77,0,.25);
      }
}
@keyframes playY {
    0% {
        transform: translateX(0px) scale(1);
      }
      50% {
        transform: translateX(22px) scale(.8);
      }
      100% {
        transform: translateX(0px) scale(1);
        } 
}
.welcome__play-btn:hover .welcome__play-btn__circle {
    scale: 15;
    animation: none;
}
.welcome__play-btn:hover .icon {
    animation: playY 2s linear infinite .1s;
}
.welcome__play-btn:hover .welcome__play-btn__txt {
    color: #fff;
}

.scroll-down {
    width: 52px;
    height: 52px;
    position: absolute;
    bottom: 36px;
    border-radius: 100px;
    background: #FF4D00;
    box-shadow: 0 0 20px 10px rgba(255,77,0,.25);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.scroll-down:hover {
    transform: translateY(4px) scale(.95);
}

@media (max-width: 1199px) {
    .welcome {
        align-items: flex-end;
    }
    .scroll-down {
        display: none;
    }
    .section-welcome:after {
        width: 100%;
        height: 100%;
        /* background: linear-gradient(to bottom, rgba(21,21,21,0) 0%, rgba(21,21,21,0.2) 54%, rgba(21,21,21,.6) 86%, rgba(0,0,0,1) 100%); */
        background: linear-gradient(to bottom, rgba(21,21,21,0) 0%, rgba(21,21,21,0.2) 40%, rgba(21,21,21,0.8) 54%, rgba(21,21,21,.8) 86%, rgba(0,0,0,1) 100%);
    }
}

@media (max-width: 767px) {
    .section-welcome h1,
.section-welcome .h1 {
    font-size: 35px;
}
.welcome__play-btn__circle {
    width: 45px;
    height: 45px;
    
}
.welcome__play-btn .icon {
    width: 18px;
    height: 18px;
    margin-top: -10px;
    left: 18px;
}
.welcome__play-btn {
    font-size: 18px;
    height: 52px;
    width: 243px;
    padding-left: 68px;
    padding-right: 0;
}

}

.video-full {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transform: translateY(-100px);
    opacity: 0;
    pointer-events: none;
    z-index: 100;
    transition: .3s;
}
.video-full__close {
    position: absolute;
    top: 28px;
    right: 28px;
    font-size: 32px;
    color: #fff;
    z-index: 4;
    background: transparent;
    padding: 0;
    border: none;
}
.video-full__close:hover {
    color: #FF4D00;
}
.video-full video {
    width: 100%;
}
.video-full.open {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: auto;
}
.video-full.open video {
    pointer-events: auto;
}
@media (max-width: 1199px) {
    .video-full video {
        height: auto;
    }
}

@media (max-width: 390px) {
    .section-welcome h1, .section-welcome .h1 {
        font-size: 30px;
    }
}