@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.nav-list-item
{
    gap: 10px;
}
.t-item
{
    padding: 15px;
}
.t-item > div
{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}


.page-header
{
    padding-bottom: 50px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    text-align: center;
    background-size:cover ;
}
.header-tite span
{
    color: #FFA41B;
    font-size: 22px;
    font-weight:600;
}
.header-tite h1
{
    color: #fff;
    font-weight:700;
}

@media (max-width: 991px) {
    .navbar-nav, .nav-list-item {
        padding: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }


    .nav-item {
        margin: 0 !important;
        padding: 3px !important;
    }
}

@media (max-width: 630px) {
    .video {
        top: 20% !important;
        height: 50vw!important;
    }
    .video-btn
    {
        height: 80px!important;
        width: 80px!important;
    }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 52px !important;
    }
}


.slide-in-left {
    animation: slideInLeft 0.5s ease-out;
}

.slide-in-right {
    animation: slideInRight 0.5s ease-out;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    padding-right: 0 !important;
}

.modal-body {
    padding: 0;
}

.navbar-collapse {
    width: 100%;
}

.navbar-nav {
    justify-content: space-between;
    width: 100%;

}

.nav-item {
    display: flex;
    align-items: center;
}

::-webkit-scrollbar {
    display: none;
}


.video-item
{
    border-radius: 20px;
    width: 270px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.video-row div
{
    display: flex;
    justify-content: center;
}
@media (max-width: 630px)
{
    .video-item
    {
        width: 220px;

    }
}

.opacity-1 {
    opacity: 1 !important;
}

.w-100 {
    max-width: 100%;
}

.hero
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.video {
    width: 90%;
    height: 46.25vw;
    max-height: 690px;
    position: relative;
    top: 10%;
    background-color: #D8D8D8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgba(218, 19, 19, 0.1) 0px 20px 25px -5px, rgba(220, 22, 22, 0.04) 0px 10px 10px -5px;
}

.steps {
    flex-direction: column;
}

.step-item {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .steps {
        flex-direction: row;
    }

    .step-item-1 {
        margin-top: 0px;
    }

    .step-item-2 {
        margin-top: 72px;
    }

    .step-item-3 {
        margin-top: 144px;
    }

    .step-item-4 {
        margin-top: 216px;
    }

    .steps-line {
        background: linear-gradient(to right, rgba(255, 164, 27, 0.18) 0%, rgba(255, 164, 27, 1) 49%, rgba(255, 164, 27, 0.18) 100%);
        height: 8px;
        width: 80%;
        position: relative;
        top: 282px;
        left: 10%;
        transform: rotate(7.8deg);
        z-index: -1;
    }
}

.nav-link {
    color: #ffffff !important;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.nav-link.active {
    opacity: 1;
}

.btn {
    font-weight: 600;
}

.bg-private {
    max-height: 750px;
    background-size: cover;
    min-width: 100%;
}

.btn-primary {
    background: linear-gradient(98.81deg, #FFA41B 12.23%, #F8BF69 45.34%, #FFA41B 95.76%);
    border-color: transparent;
    border-radius: 50px;
    font-size: 24px;
}

.btn-secondary {
    background: linear-gradient(90deg, #9818D6 0%, #C54DFF 100%);
    border-color: transparent;
    border-radius: 50px;
    font-size: 24px;
    height: 52px;
}

.btn-light {
    border-radius: 50px;
    height: 52px;
}

.navbar-toggler {
    border-color: #ffffff !important;
    border: none !important;
}

.text-primary {
    color: #FFA41B !important;
}

.text-secondary {
    background: linear-gradient(to right, #FF5151 0%, #FF0303 100%) !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
}

.text-tertiary {
    background: linear-gradient(90deg, #9818D6 0%, #C54DFF 100%);
    -webkit-background-clip: text !important;
    color: transparent !important;
}

.text-fourthiary {
    color: rgba(255, 164, 27, 1);
}

.cross-order {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.cross-order div {
    width: 50%;
    height: 50%;
    transform: translate(50%, 50%);
}

.cross-order .first {
    transform: translate(0, 0);
}

.cross-order .second {
    transform: translate(25%, 0);
}

.cross-order .third {
    transform: translate(50%, 0);
}

.cross-order .fourth {
    transform: translate(75%, 0);
}

.btn-prev {
    opacity: 1;
    background-color: #FFFFFF;
    border: 1px solid rgba(206, 209, 216, 1);
    border-radius: 50%;
    width: 56px;
    height: 56px;

}

.btn-next {
    opacity: 1;
    background: linear-gradient(to right, #FF5151 0%, #FF0303 100%) !important;
    border: 1px solid rgba(206, 209, 216, 1);
    border-radius: 50%;
    width: 56px;
    height: 56px;

}



#features {
    padding: 50px;
    max-width: 1350px;
}


.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.footer {
    background-size: cover;
    min-width: 100%;
}

.altfooter .col-md-12 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
}

@media (max-width: 767px) {
    .footer .col-sm-12 {
        padding: 65px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer .navbar-brand img {
        width: 100%;
        height: auto;
        scale: 0.5;
    }

    .altfooter .col-md-12 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .footer-alt-text {
        text-align: center !important;
        width: 90% !important;
    }

    .footer-items {
        text-align: center !important;
    }

}

@media (max-width: 991px) {
    .testimonial-lg {
        display: none;
    }

    .testimonial-sm {
        display: inline;
    }

    .videos-lg {
        display: none;
    }

    .videos-sm {
        display: inline;
    }

}

@media (min-width: 992px) {
    .testimonial-lg {
        display: inline;
    }

    .testimonial-sm {
        display: none;
    }

    .videos-lg {
        display: inline;
    }

    .videos-sm {
        display: none;
    }

}


.hover-opacity-100:hover {
    opacity: 1;
}

.opacity-75 {
    opacity: 0.75;
}

.opacity-1-2 {
    opacity: 0.5;
}