
* {
    box-sizing: border-box;
}

@keyframes video_pop{
to{
    opacity: 1;
    transform: rotateY(15deg) translateZ(130px) translateX(-50px);
    -webkit-transform: rotateY(15deg) translateZ(130px) translateX(-50px);
    -moz-transform: rotateY(15deg) translateZ(130px) translateX(-50px);
    -ms-transform: rotateY(15deg) translateZ(130px) translateX(-50px);
    -o-transform: rotateY(15deg) translateZ(130px) translateX(-50px);
}
}
@keyframes video_pop_mob{
to{
    width: 98%;
    opacity: 1;
    transform: rotateY(0deg) translateZ(0px) translateX(0px);
    -webkit-transform: rotateY(0deg) translateZ(0px) translateX(0px);
    -moz-transform: rotateY(0deg) translateZ(0px) translateX(0px);
    -ms-transform: rotateY(0deg) translateZ(0px) translateX(0px);
    -o-transform: rotateY(0deg) translateZ(0px) translateX(0px);
}
}
.__on_page_all_7__[data-theme-switch="Dark"]{
    /* background-color: hsl(221, 100%, 20%); */
    --point:#417dff;
    --g-color:var(--point);
    padding-block: 0px;
    --all-text-color: white;
    --color:whitesmoke;
}
.__on_page_all_7__[data-theme-switch="Light"]{
    --g-color:transparent;
    background-color: rgb(255, 255, 255); 
    padding-block: 0px;
    --point:hsl(221, 100%, 20%);
    --all-text-color: rgb(100, 100, 100);
    --color:black;
}
.about_points{
    color: var(--point);
}
.__text_color_all__ {
    color: var(--all-text-color) !important;
}
.list_title{
    color: var(--color);
}
.list_title + p{
    opacity: .5 !important;
}
/* 2 image start */
.images-2-1 {
    top: 0px;
    left: 0;
    height: auto;
    width: 100%;
    position: absolute;
}


.fhc {
    height: 600px;
    position: relative;
}


/* CSS */
.button-87 {
    margin: 10px;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    display: block;
    box-shadow: 0px 0px 14px -7px #0051ff;
    background: linear-gradient(to right, #1480b4, #f8324c, #045fa1);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    border: 0px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.button-87:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.button-87:active {
    transform: scale(0.95);
}

@media (min-width: 250px) {

    .images-2-1 {
        top: 0px;
    }
   
    .fhc {
        height: 300px;
        position: relative;
    }

    .button-000 .btn {
        --bs-btn-padding-x: 1%;
        --bs-btn-padding-y: 0.375rem;
        color: white;
    }

    .button-000 .btn-warning {
        --bs-btn-bg: #ffa807;
        border-radius: 5px;
    }
}


@media (max-width: 576px) {
    .button-87 {
        font-size: 10px;
    }
    ul[style="list-style:none ;"] ~ .container{
        padding: 0;
    }
    div[class="col-12 col-md-12 col-lg-6 down-sec text-right"]{
        padding-top: 0;
    }
}
@media (min-width: 576px) {

    
    .images-2-1 {
        top: 0px;
    }

    .fhc {
        height: 300px;
        position: relative;
    }


    .button-000 .btn {

        color: white;
    }

    .button-000 .btn-warning {
        --bs-btn-bg: #ffa807;
        border-radius: 5px;
    }
}

@media (min-width: 768px) {



    .fhc {
        height: 600px;
        position: relative;
    }

    .button-000 .btn {

        color: white;
    }

    .button-000 .btn-warning {
        --bs-btn-bg: #ffa807;
        border-radius: 5px;
    }



}
.down-sec{
    padding: 90px;
}
@media (max-width: 600px) {
    .down-sec{
        padding: 30px;
    }
}
@media (min-width: 992px) {
    .images-2-1 {
        top: 0px;
    }

    .fhc {
        height: 600px;
        position: relative;
    }

    .button-000 .btn {

        color: white;
    }

    .button-000 .btn-warning {
        --bs-btn-bg: #ffa807;
        border-radius: 5px;
    }

}

@media (min-width: 1200px) {
    .images-2-1 {
        top: 0px;
    }

    .fhc {
        height: 600px;
        position: relative;
    }

    .button-000 .btn {

        color: white;
    }

    .button-000 .btn-warning {
        --bs-btn-bg: #ffa807;
        border-radius: 5px;
    }
}