/*==============================================
    Video One
===============================================*/
.video-one {
    position: relative;
    display: block;
    background-color: var(--gorent-black);
    padding: 205px 0 230px;
    clip-path: polygon(0 4%, 100% 0%, 100% 96%, 0% 100%);
    z-index: 1;
}

.video-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .20;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.video-one__inner {
    position: relative;
    display: block;
    text-align: center;
}

.video-one__title {
    font-size: 55px;
    font-weight: 600;
    line-height: 1.2em;
    color: var(--gorent-white);
    margin-bottom: 69px;
}

.video-one__video-link {
    position: relative;
    display: block;
}

.video-one__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 33px;
    color: var(--gorent-white);
    background-color: var(--gorent-base);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin: 0 auto;
    z-index: 1;
}

.video-one__video-icon:hover {
    background-color: var(--gorent-white);
    color: var(--gorent-base);
}

.video-one__video-icon:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: 15px solid rgba(var(--gorent-white-rgb), .20);
    border-radius: 50%;
    z-index: -1;
}

.video-one__video-link .ripple,
.video-one__video-icon .ripple:before,
.video-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--gorent-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--gorent-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--gorent-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--gorent-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

/*==============================================
    Video Two
===============================================*/
.video-two {
    position: relative;
    display: block;
}

.video-two__inner {
    position: relative;
    display: block;
    text-align: center;
    background-color: var(--gorent-black);
    padding: 165px 0 139px;
    overflow: hidden;
    border-radius: var(--gorent-bdr-radius);
    z-index: 1;
}

.video-two__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .10;
    z-index: -1;
}

.video-two__video-link {
    position: relative;
    display: block;
}

.video-two__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 33px;
    color: var(--gorent-white);
    background-color: var(--gorent-base);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin: 0 auto;
    z-index: 1;
}

.video-two__video-icon:hover {
    background-color: var(--gorent-white);
    color: var(--gorent-base);
}

.video-two__video-icon:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: 15px solid rgba(var(--gorent-white-rgb), .20);
    border-radius: 50%;
    z-index: -1;
}

.video-two__video-link .ripple,
.video-two__video-icon .ripple:before,
.video-two__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--gorent-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--gorent-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--gorent-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--gorent-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-two__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-two__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.video-two__title {
    font-size: 55px;
    font-weight: 600;
    line-height: 1.2em;
    color: var(--gorent-white);
    margin-top: 59px;
}





/*==============================================
    Video One Services Button
===============================================*/
.video-one__services-btn {
    position: relative;
    display: block;
    text-align: center;
}

.video-one__services-btn .thm-btn--golden {
    background: linear-gradient(135deg, var(--gorent-base) 0%, #d4a12a 50%, var(--gorent-base) 100%);
    background-size: 200% 200%;
    color: var(--gorent-black);
    font-size: 17px;
    font-weight: 700;
    padding: 18px 45px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 8px 30px rgba(244, 179, 0, 0.35),
        0 0 0 0 rgba(244, 179, 0, 0.4);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: goldenShimmer 3s ease-in-out infinite, goldenPulse 2s ease-in-out infinite;
    position: relative;
    overflow: hidden;
}

.video-one__services-btn .thm-btn--golden::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg,
            transparent 30%,
            rgba(255, 255, 255, 0.3) 50%,
            transparent 70%);
    transform: translateX(-100%) rotate(45deg);
    transition: transform 0.6s ease;
}

.video-one__services-btn .thm-btn--golden:hover::before {
    transform: translateX(100%) rotate(45deg);
}

.video-one__services-btn .thm-btn--golden:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 20px 50px rgba(244, 179, 0, 0.5),
        0 0 30px rgba(244, 179, 0, 0.3);
    background-position: 100% 100%;
}

.video-one__services-btn .thm-btn__icon {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.video-one__services-btn .thm-btn--golden:hover .thm-btn__icon {
    transform: translateX(5px);
}

@keyframes goldenShimmer {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

@keyframes goldenPulse {

    0%,
    100% {
        box-shadow: 0 10px 40px rgba(244, 179, 0, 0.4),
            0 0 0 0 rgba(244, 179, 0, 0.5);
    }

    50% {
        box-shadow: 0 10px 40px rgba(244, 179, 0, 0.4),
            0 0 0 15px rgba(244, 179, 0, 0);
    }
}

/*==============================================
   End
===============================================*/