
.tp-btn-yellow {
    height: 56px;
    line-height: 56px;
    left: 0;
    right: auto;
}
.tp-btn-sky {
    height: 56px;
    line-height: 56px;
}
.tp-btn {
    height: 56px;
    line-height: 56px;
}


.tp-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tp-common-white);
    background: var(--tp-theme-1);
    height: 70px;
    line-height: 70px;
    text-align: center;
    padding: 0 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize;
}
.tp-btn i {
    padding-left: 17px;
}
.tp-btn::before, .tp-btn::after {
    content: "";
    background: #FFDC60;
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.tp-btn::before {
    top: 0;
    left: 0;
    right: auto;
}
.tp-btn::after {
    bottom: 0;
    right: 0;
    left: auto;
}
.tp-btn-sky {
    background: var(--tp-common-blue);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tp-common-white);
    height: 70px;
    line-height: 70px;
    text-align: center;
    padding: 0 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize;
    text-shadow: 0 0 4px #000000bf;
}
.tp-btn-sky::before, .tp-btn-sky::after {
    content: "";
    background: #FFDC60;
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.tp-btn-sky::before {
    top: 0;
    left: 0;
    right: auto;
}
.tp-btn-sky::after {
    bottom: 0;
    right: 0;
    left: auto;
}
.tp-btn-yellow {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tp-common-black);
    background: var(--tp-theme-primary);
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize;
}

.tp-btn-yellow i {
    padding-left: 17px;
}
.tp-btn-yellow::before, .tp-btn-yellow::after {
    content: "";
    background: var(--tp-theme-1);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.tp-btn-yellow::before {
    top: 0;
    left: 0;
    right: auto;
}
.tp-btn-yellow::after {
    bottom: 0;
    right: 0;
    left: auto;
}

.tp-btn-yellow-semilar {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tp-common-black);
    background: var(--tp-theme-primary);
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize;
}
.tp-btn-yellow-semilar i {
    padding-left: 17px;
}
.tp-btn-yellow-semilar::before, .tp-btn-yellow-semilar::after {
    content: "";
    background: var(--tp-theme-secondary);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.tp-btn-yellow-semilar::before {
    top: 0;
    left: 0;
    right: auto;
}
.tp-btn-yellow-semilar::after {
    bottom: 0;
    right: 0;
    left: auto;
}
.tp-btn-white-sm {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tp-common-black);
    background: var(--tp-common-white);
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize;
    box-shadow: 0 11px 12px #EBE9F3;
}
.tp-btn-white-sm::before, .tp-btn-white-sm::after {
    content: "";
    background: var(--tp-theme-1);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.tp-btn-white-sm::before {
    top: 0;
    left: 0;
    right: auto;
}
.tp-btn-white-sm::after {
    bottom: 0;
    right: 0;
    left: auto;
}

.tp-btn-border {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #3F3F47;
    height: 70px;
    line-height: 70px;
    text-align: center;
    padding: 0 50px;
    position: relative;
    color: var(--tp-common-white);
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize;
}
.tp-btn-border::before, .tp-btn-border::after {
    content: "";
    background: var(--tp-theme-1);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.tp-btn-border::before {
    top: 0;
    left: 0;
    right: auto;
}
.tp-btn-border::after {
    bottom: 0;
    right: 0;
    left: auto;
}

.btn-hover-effect {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn-hover-effect:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.btn-hover-effect i {
    transition: transform 0.3s ease;
}


.tp-btn-white {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tp-common-black);
    background: var(--tp-common-white);
    height: 70px;
    line-height: 70px;
    text-align: center;
    padding: 0 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize;
    box-shadow: 0 2px 55px rgba(168, 182, 218, 0.32);
}

.tp-btn-white i {
    padding-left: 17px;
}

.tp-btn-white:hover {
    color: var(--tp-common-white);
}

.tp-btn-white:hover i {
    animation: tfLeftToRight 0.5s forwards;
}

.tp-btn-white::before,
.tp-btn-white::after {
    content: "";
    background: var(--tp-theme-1);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.tp-btn-white::before {
    top: 0;
    left: 0;
    right: auto;
}

.tp-btn-white::after {
    bottom: 0;
    right: 0;
    left: auto;
}

.tp-btn-white:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}

.tp-btn-white:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

@media (max-width: 767px) {
    .tp-btn-white {
        height: 56px;
        line-height: 56px;
    }
}

.tp-btn-white::before,
.tp-btn-white::after {
    content: "";
    background: var(--tp-theme-1);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}



.tp-btn-white-sm {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tp-common-black);
    background: var(--tp-common-white);
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize;
    box-shadow: 0 11px 12px #EBE9F3;
}

.tp-btn-white-sm i {
    padding-left: 15px;
}

.tp-btn-white-sm:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
}

.tp-btn-white-sm:hover i {
    animation: tfLeftToRight 0.5s forwards;
}

.tp-btn-white-sm::before,
.tp-btn-white-sm::after {
    content: "";
    background: var(--tp-theme-1);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.tp-btn-white-sm::before {
    top: 0;
    left: 0;
    right: auto;
}

.tp-btn-white-sm::after {
    bottom: 0;
    right: 0;
    left: auto;
}

.tp-btn-white-sm:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}

.tp-btn-white-sm:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}



.tp-btn-sky {
    background: var(--tp-common-blue);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tp-common-white);
    height: 70px;
    line-height: 70px;
    text-align: center;
    padding: 0 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize;
    text-shadow: 0 0 4px #000000bf;
}

.tp-btn-sky i {
    padding-left: 17px;
}

.tp-btn-sky:hover {
    color: var(--tp-common-black);
    background-color: var(--tp-theme-primary);
}

.tp-btn-sky:hover i {
    animation: tfLeftToRight 0.5s forwards;
}

.tp-btn-sky::before,
.tp-btn-sky::after {
    content: "";
    background: #FFDC60;
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.tp-btn-sky::before {
    top: 0;
    left: 0;
    right: auto;
}

.tp-btn-sky::after {
    bottom: 0;
    right: 0;
    left: auto;
}

.tp-btn-sky:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}

.tp-btn-sky:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}


.tp-hero-paly-button a i {
    font-size: 17px;
}

.tp-hero-paly-button span.video-icon:hover {
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-black);
    border-color: var(--tp-theme-primary);
}

.tp-hero-paly-button span {
    font-size: 18px;
    color: #fff;
}

.tp-bp-hero-paly-button span.video-icon {
    background-color: var(--tp-theme-primary);
}

.tp-bp-hero-paly-button span.video-icon:hover {
    background-color: var(--tp-common-blue);
    color: var(--tp-common-white);
    transition: 0.3s;
}

.tp-bp-hero-paly-button span {
    color: var(--tp-common-black);
}



.tp-btn-yellow:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-secondary);
}

.tp-btn-yellow:hover i {
    animation: tfLeftToRight 0.5s forwards;
}

.tp-btn-yellow::before,
.tp-btn-yellow::after {
    content: "";
    background: var(--tp-theme-1);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.tp-btn-yellow::before {
    top: 0;
    left: 0;
    right: auto;
}

.tp-btn-yellow::after {
    bottom: 0;
    right: 0;
    left: auto;
}

.tp-btn-yellow:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}

.tp-btn-yellow:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}



.tp-btn-border:hover {
    color: var(--tp-common-white);
    border-color: var(--tp-theme-1);
}

.tp-btn-border::before,
.tp-btn-border::after {
    content: "";
    background: var(--tp-theme-1);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.tp-btn-border::before {
    top: 0;
    left: 0;
    right: auto;
}

.tp-btn-border::after {
    bottom: 0;
    right: 0;
    left: auto;
}

.tp-btn-border:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}

.tp-btn-border:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}


.tp-btn-yellow-semilar i {
    padding-left: 17px;
}

.tp-btn-yellow-semilar:hover {
    color: var(--tp-common-black);
    background-color: var(--tp-common-white);
}

.tp-btn-yellow-semilar:hover i {
    animation: tfLeftToRight 0.5s forwards;
}

.tp-btn-yellow-semilar::before,
.tp-btn-yellow-semilar::after {
    content: "";
    background: var(--tp-theme-secondary);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.tp-btn-yellow-semilar::before {
    top: 0;
    left: 0;
    right: auto;
}

.tp-btn-yellow-semilar::after {
    bottom: 0;
    right: 0;
    left: auto;
}

.tp-btn-yellow-semilar:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}

.tp-btn-yellow-semilar:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}


.tp-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tp-common-white);
    background: var(--tp-theme-1);
    height: 70px;
    line-height: 70px;
    text-align: center;
    padding: 0 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize;
}

.tp-btn i {
    padding-left: 17px;
}

.tp-btn:hover {
    color: var(--tp-common-black);
    background-color: var(--tp-theme-primary);
}

.tp-btn:hover i {
    animation: tfLeftToRight 0.5s forwards;
}

.tp-btn::before,
.tp-btn::after {
    content: "";
    background: #FFDC60;
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.tp-btn::before {
    top: 0;
    left: 0;
    right: auto;
}

.tp-btn::after {
    bottom: 0;
    right: 0;
    left: auto;
}

.tp-btn:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}

.tp-btn:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}