.loader {
    width: 48px;
    height: 48px;
    display: block;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after,
.loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent transparent var(--color-Primary2) var(--color-Primary2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}

.loader::before {
    width: 32px;
    height: 32px;
    border-color: #fff #fff transparent transparent;
    animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.loading {
    width: 100%;
    height: 100vh;
    background-color: #E2B12B;
    position: fixed;
    transition: all .3s linear;
    top: 0;
    right: 0;
    z-index: 9999999999;
    background-color: #025366;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.logo-loader {
    max-width: 350px;
    max-height: auto;
    margin-bottom: 30px;
}




#btn{
    width: 43px;
    height: 43px;
    border: none;
    background:#E2B12B;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    border-radius: 7px;
}

i.bi.bi-arrow-up-circle-fill {
    color: #025366;
}









.website {
    overflow: hidden;
}



.img-about-the-app1 {
    position: relative;
}

.img-about-the-app1 img {
    z-index: 1;
    position: absolute;
    height: 38px;
    left: 22px;
    top: 50px;
    color: #fff;
}

/* .img-about-the-app1 img{
    transform: translateX(0px);
    animation:float 6s ease-out infinite;
}

@keyframes float{
    0%{
        transform: translateX(0px);
    }

    50%{
        transform: translateX(-60px);
    }

    100%{
        transform: translateX(0px);
    }
} 

.img-about-the-app2 img{
    transform: translateX(0px);
    animation:float 6s ease-out infinite;
}

@keyframes float{
    0%{
        transform: translateX(0px);
    }

    50%{
        transform: translateX(-60px);
    }

    100%{
        transform: translateX(0px);
    }
}  */


.text-about-app h1 {
    color: #025366;
}

.text-about-app p {
    font-size: 17px;
}

.text-about-app h2 {
    color: #E2B12B;
    font-size: 21px;
}

.app-features {
    background-image: url(../imges/b-g.png);
    background-repeat: no-repeat;
    min-height: 600px;
    background-size: 100%;
    background-position: center;
}

.main-titel {
    padding: 90px 40px;
}

.img-titel {
    display: flex;
    align-items: center;
    justify-content: center;

}

.img-titel img {
    color: #fff;
}

.main-titel h1 {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-titel h2 {
    color: #E2B12B;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-features {
    width: 322px;
    border: 1px solid #025366;
    border-radius: 150px;
    cursor: pointer;
}

.sub-features {
    width: 100%;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 20px;
    background-image: url(../imges/cover.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s linear;
}

.sub-features h2 {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #E2B12B;
    transition: all .3s linear;
}

.sub-features:hover {
    background-image: url(../imges/b-g1.png);
}

.sub-features:hover h2 {
    color: #fff;
}

.mains-titel h1 {
    color: #025366;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mains-titel h2 {
    color: #E2B12B;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-titel {
    display: flex;
    align-items: center;
    justify-content: center;

}

.mains-titel {
    padding: 90px 40px;
}

.slider-applicatio-screens {
    margin: 40px 0 0;
}

.img-screen-app {
    margin: 70px 10px 90px;
}

.img-screen-app img {
    box-shadow: 0px 2px 18px #00000012;
    border-radius: 25px;
}


.owl-item:nth-of-type(odd) .img-screen-app {
    padding-top: 70px;
}

.applicatio-screens {
    background-image: url(../imges/b-g-sc.png);
    background-position: center;
    background-repeat: repeat;
}

/* .owl-item:nth-of-type(even) {
    background: blue;
} */

.uers-opinions .main-container {
    width: 95%;
    margin-right: auto;
    margin-left: 0 !important;
}

.text-opinions {
    border: 1px solid #CECECE;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0px 2px 18px #00000012;
}

.text-opinions img {
    width: 50px !important;
    height: 50px;
    border-radius: 5px;
    object-fit: cover;
}


.rate span {
    background-color: #fff;
    color: #e2e2e2;
}

.checked {
    color: #E2B12B !important;
}

.rate {
    position: relative;
}


.owl-stage {
    padding-right: 0 !important;
}

.mains-titel {
    padding: 54px 40px;
}

.title-applicatio {
    gap: 10px;
}
.slider-applicatio-screens {
    padding-bottom: 40px;
}

.app-features {
    background-image: url(../imges/b-g.png);
    background-repeat: no-repeat;
    min-height: 650px;
    background-size: 100%;
    background-position: center;
    /* height: auto; */
}

/* .img-header {
    position: relative;
    bottom: 95px;
    left: 50px;
}

.img-header img{
    max-width: 126% !important;
} */

.img-features {
    background: antiquewhite;
    border: 1px solid antiquewhite;
    border-radius: 135px;
    width: 111px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-features:hover {
    background-color: #fff;
}

.page-load {
    padding: 90px 50px;
    background-color: #F6E1A8;
    height: 60vh;
    border: 1px solid #fff;
    border-radius: 7px;

}

.text-load h1 {
    color: #025366;
    font-size: 45px;
}

.text-load {
    display: grid;
    gap: 6px;
    padding: 20px;
}


.buttons-downloud {
    padding: 16px;
    display: flex;
    gap: 10px;
}

.buttons-downloud img {
    border: 1px solid #F6E1A8;
    border-radius: 5px;
    width: 155px;
    height: 55px;
}

.img-page-load {
    position: relative;
    bottom: 200px;
}


section.contact-us {
    padding-bottom: 90px;
    padding-top: 90px;
}

.connect-us {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.form-input input {
    width: 87%;
    display: flex;
    margin: 20px 0;
    height: 55px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #E2B12B;
}

textarea.form-control {
    width: 87%;
    display: flex;
    margin: 20px 0;
    height: 155px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #E2B12B;
}

/* .form-input input::placeholder {
    color: #08477D;
    background-color: #08477D; 
}

textarea.form-control::placeholder {
    color: #08477D; 


} */

.but-txst {
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.but-txst a {
    background-color: #025366;
    color: #fff;
    min-width: 200px;
    display: inline-block;
    text-align: center;
    padding: 10px;
    border: 1px solid #FFB635;
    border-radius: 5px;
    transition: all 0.3s linear;
    ;
}

.but-txst a:hover {
    background-color: white;
    color: #FFB635;
}

.but-txst a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ffff;
    z-index: -1;
    transition: .3s;
}

/* .img-screen-app {
     /* margin:0 !important;  */


.but-txst a:hover::after {
    width: 100%;
}

section.connect-us {
    margin: 35px 0;
}

.form {
    background-color: #FFFCF2;
    border-radius: 8px;
}

/* .img-contact img {
    transform: translateX(0px);
    animation: float 6s ease-out infinite;
}

@keyframes float {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-60px);
    }

    100% {
        transform: translateX(0px);
    }
} */


.logo-menu,
.icon-menu {
    display: none;
}

.bg-div-mune {
    height: 100vh;
    background-color: #000;
    opacity: .5;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    right: 0;
    z-index: 888;
    transition: all .3s linear;
    width: 100%;
}

.bg-div-mune.active {
    transform: translateX(0%);
}



.p- {
    padding-top: 32px;
}




.g1 {
    transform-origin: bottom;
    transform-box: fill-box;
    animation-name: tranfX;
    animation-fill-mode: both;
    animation-duration: 1.5s;

    animation-iteration-count: infinite;

}



.g2 {

    transform-origin: bottom;
    transform-box: fill-box;
    animation-delay: .4s;
    animation-name: tranfX;
    animation-fill-mode: both;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;

}

.g3 {
    transform-origin: bottom;
    transform-box: fill-box;
    animation-delay: .6s;
    animation-name: tranfX;
    animation-fill-mode: both;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

.g4 {

    transform-origin: bottom;
    transform-box: fill-box;
    animation-delay: .8s;
    animation-name: tranfX;
    animation-fill-mode: both;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

.g5 {
    animation-delay: 1s;

    transform-origin: bottom;
    transform-box: fill-box;
    animation-name: tranfX;
    animation-fill-mode: both;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;

}

.g6 {
    transform-origin: bottom;
    transform-box: fill-box;
    animation-delay: 1.2s;
    animation-name: tranfX;
    animation-fill-mode: both;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}



@keyframes tranfX {
    0% {
        transform: scaleY(1) rotate(0deg);
    }

    50% {
        transform: scaleY(.1) rotate(0deg);
    }

    100% {
        transform: scaleY(1) rotate(0deg);
    }
}



.gt1 {
    transform-origin: center;
    transform-box: fill-box;
    animation-name: transt;
    animation-fill-mode: both;
    animation-duration: 5.5s;
    animation-iteration-count: infinite;
}


@keyframes transt {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(40px);
    }

    100% {
        transform: translateX(0px);
    }
}



.gs1 {
    transform-origin: bottom;
    transform-box: fill-box;
    animation-name: dots;
    animation-fill-mode: both;
    animation-duration: 1.5s;
    animation-delay: .2s;

    animation-iteration-count: infinite;

}



.gs2 {

    transform-origin: bottom;
    transform-box: fill-box;
    animation-delay: .4s;
    animation-name: dots;
    animation-fill-mode: both;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;

}

.gs3 {
    transform-origin: bottom;
    transform-box: fill-box;
    animation-delay: .6s;
    animation-name: dots;
    animation-fill-mode: both;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

@keyframes dots {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}


.svg1 {
    transform-origin: center;
    transform-box: fill-box;
    animation-name: peapar;
    animation-fill-mode: both;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
}

.svg2 {
    transform-origin: center;
    transform-box: fill-box;
    animation-name: market;
    animation-fill-mode: both;
    animation-duration: 5.5s;
    animation-iteration-count: infinite;
}

@keyframes market {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(25px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes peapar {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(55px);
    }

    100% {
        transform: translateY(0px);
    }
}

.g-rotat {
    transform-origin: center;
    transform-box: fill-box;
    animation: rotat 4s linear infinite;
}

.g-rotat2 {
    transform-origin: center;
    transform-box: fill-box;
    animation: rotat 4s linear infinite;
}

@keyframes rotat {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotat2 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
    }
}





.g01 {
    transform-origin: left;
    transform-box: fill-box;
    animation-name: line;
    animation-fill-mode: both;
    animation-duration: 2.5s;

    animation-iteration-count: infinite;

}



.g02 {

    transform-origin: left;
    transform-box: fill-box;
    animation-delay: .4s;
    animation-name: line;
    animation-fill-mode: both;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;

}

.g03 {
    transform-origin: left;
    transform-box: fill-box;
    animation-delay: .6s;
    animation-name: line;
    animation-fill-mode: both;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}

.g04 {
    transform-origin: left;
    transform-box: fill-box;
    animation-delay: .8s;
    animation-name: line;
    animation-fill-mode: both;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}

.g05 {
    transform-origin: left;
    transform-box: fill-box;
    animation-delay: 1s;
    animation-name: line;
    animation-fill-mode: both;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}

.g06 {
    transform-origin: left;
    transform-box: fill-box;
    animation-delay: 1.2s;
    animation-name: line;
    animation-fill-mode: both;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}

.g07 {
    transform-origin: left;
    transform-box: fill-box;
    animation-delay: 1.4s;
    animation-name: line;
    animation-fill-mode: both;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}

.g08 {
    transform-origin: left;
    transform-box: fill-box;
    animation-delay: 1.6s;
    animation-name: line;
    animation-fill-mode: both;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}


@keyframes line {
    0% {
        transform: scaleX(1) rotate(0deg);
    }

    50% {
        transform: scaleX(.1) rotate(0deg);
    }

    100% {
        transform: scaleX(1) rotate(0deg);
    }
}

.sdots {
    transform-origin: center;
    transform-box: fill-box;
    animation-delay: 6.6s;
    animation-name: sdots;
    animation-fill-mode: both;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}


@keyframes sdots {
    0% {
        transform: scale(0) rotate(0deg);
    }

    50% {
        transform: scale(1) rotate(0deg);
    }

    100% {
        transform: scale(0) rotate(0deg);
    }
}

.play {
    transform-origin: center;
    transform-box: fill-box;
    animation-name: play;
    animation-fill-mode: both;
    animation-duration: 5.5s;
    animation-iteration-count: infinite;
}


@keyframes play {
    0% {
        transform: scaleX(1) rotate(0deg);
    }

    50% {
        transform: scaleX(-1) rotate(0deg);
    }

    100% {
        transform: scaleX(1) rotate(0deg);
    }
}

.company-logo a {
    color: #fff;
}

/* start new edit */
.img-about-the-app2 {
    height: 485px;
}
.img-about-the-app2 img {
    height: 100%;
    display: block;
    width: 100%;
    object-fit: contain;
}
.about-the-app {
    margin: 50px 0;
}
.app-features {
    background-repeat-y: no-repeat !important;
    background-repeat-x: repeat  !important;   
    aspect-ratio: 1 /.5;
    background-size:contain  !important;

}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #025366;
}
.owl-theme .owl-dots .owl-dot span {
    width: 33px;
    height: 6px;
    background: #869791;
    margin: 0px 4px;
}

.page-load {
    margin: 100px 0 0;
}
.application-features {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.app-features .main-titel {
    padding: 0px 40px 50px;

}

.app-features {
    width: 100%;
    display: flex;
    align-items: center;
}
.sub-features {
    aspect-ratio: 1/ 0.5;
}
.mains-titel h2 {
    align-items: center;
}
textarea.form-control {
    margin: 20px auto;
}
.form {
    padding: 12px 0;
}

.form-input input {
    margin: 20px auto;
}
