@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&display=swap');

:root {
    --primary: #E04D46;
    --primarydark: #d42e26;
    --white: #ffffff;
    --lightgrey: #dbdbdb;
    --minblack: #1B1B1D;
    --defaultfont: "Noto Sans", sans-serif;
    --arabicfont: "Noto Sans Arabic", sans-serif;
}

body {
    background: rgba(27, 27, 29, 1);
    font-family: var(--defaultfont);
}

html[dir="rtl"] body {
    font-family: var(--arabicfont);

}

a {
    text-decoration: none;
    transition: all 0.25s ease 0s;
}

.w-67 {
    width: 67%;
}

.text-primary {
    color: var(--primary) !important;
}


.hero {
    background: url('../images/hero_bg.jpg');
    width: 100%;
    display: inline-block;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 110px;
    background-position: bottom center;
}

.nav li {
    margin-right: 14px;
}

.nav li .nav-link {
    color: var(--white);
    font-size: 17px;
}

@media screen and (max-width:1380px) {
    .nav li .nav-link {
        font-size: 14px;
    }
}

.nav li .nav-link.link-secondary,
.nav li .nav-link:hover {
    color: var(--primary) !important;
}

.btn-whitehead {
    background: var(--white);
    font-size: 18px;
    font-weight: 600;
    padding: 10px 19px;
    color: var(--minblack);
    border: none;
}

.btn-whitehead img {
    width: 22px;
}

.btn-whitehead:hover {
    background: var(--primarydark);
    color: var(--white);
}

.btn-whitehead:hover img {
    filter: brightness(15);
}

.hero-slider h1 {
    font-size: 97px;
    color: var(--white);
    font-weight: 900;
    line-height: 104%;
}

.hero-slider h1 span {
    color: var(--primary);
}

.hero-slider p {
    font-size: 16px;
    color: var(--white);
    font-weight: 500;
}

.btn-primary {
    background: var(--primary);
    font-size: 18px;
    font-weight: 600;
    padding: 18px 34px;
    color: var(--white);
    border: none;
    height: 64px;
    min-width: 220px;
}

.btn-primary:hover {
    background: var(--white);
    color: var(--minblack);
}

.btn-primary:hover img {
    filter: brightness(0.3);
}

.logoslides img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    width: 55%;
}

.logoslides .slick-slide:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.logoslides .slick-track {
    display: flex !important;
    align-items: center;
}

.logoslides .slick-track .slick-slide {
    height: inherit !important;
}

.elemet-main {
    left: 69px !important;
}

.elemet1 {
    top: inherit !important;
    bottom: 55px;
    /* left: 0px !important; */
}

.elemet2 {}

.elemet3 {
    left: inherit !important;
    right: 30px;
    top: inherit !important;
    bottom: 55px;
}

.welcome-sec {
    background: url('../images/welcome-bg.jpg');
    color: var(--white);
    background-size: cover;
    background-position: top center;
    border-radius: 106px;
    height: 100vh;
    overflow: hidden;
}

.heading-one {
    font-size: 70px;
    color: var(--white);
    font-weight: 700;
    line-height: 110%;
}

.lis-app {
    list-style: none;
    overflow: auto;
    height: 90vh;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
    flex-direction: column-reverse;
    display: flex;
    margin-top: 3px;
}

.lis-app2 {
    list-style: none;
    overflow: auto;
    height: 90vh;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    margin-top: 4vh;
}

@media screen and (min-width:1400px) {
    .lis-app2 {
        margin-top: 7vh;
    }
}

.lis-app li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.lis-app2 li {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.lis-app li a,
.lis-app2 li a {
    width: 100%;
    display: inline-block;
    background-color: rgb(255 255 255 / 60%);
    -webkit-backdrop-filter: blur(33px);
    backdrop-filter: blur(33px);
    border-radius: 31.07px;
    overflow: hidden;
    border: 1px solid #fff;
    padding: 15px 15px;
}

.lis-app2 li a:hover,
.lis-app li a:hover {
    backdrop-filter: blur(0px);
    background: #fff;
}

.box-apps {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    border-radius: 30px;
    height: 100%;
}

.box-apps img {
    width: 100%;
}

.box-apps:after {
    content: '';
    background: linear-gradient(180deg, rgba(38, 34, 97, 0) 0%, #1C1B1D 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.box-apps h5 {
    position: absolute;
    bottom: 11px;
    left: 25px;
    color: #fff;
    z-index: 999;
    font-size: 18px;
    font-weight: 800;
}

.switch-sec {
    background: url('../images/switch-secbg.jpg');
    color: var(--white);
    background-size: cover;
    background-position: top center;
}

.w-30 {
    width: 30%;
}

.switch-sec .box-switch {
    color: #000;
    width: 77px;
    height: 39px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    position: relative;
    margin: 0 auto;
    backdrop-filter: blur(33px);
    border: 1.43px solid #E8EAFF6A;

}

.switch-sec .box-switch .switch {
    background: #fff;
    width: 37px;
    height: 37px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s all ease;
    background-image: url(../images/light-switch-icon.svg);
    background-size: 62%;
    background-position: center;
    background-repeat: no-repeat;
}

.switch-sec .dark.box-switch {
    background: rgba(255, 255, 255, 0.3);
}

.switch-sec .dark.box-switch .switch {
    transform: translateX(60px);
}

.switch-sec .dark.box-switch .switch {
    background-image: url(../images/dark-switch-icon.svg);
    background-color: var(--primary);
    left: -21px;
}

.switch-sec .dsc-btns h5 {
    font-size: 30px;
    font-weight: 400;
    padding: 0 43px;
}

.brain-sec p {
    padding: 0 35px;
}

.unloack-feature {
    background: url('../images/unlock-unlimited-bg.jpg');
    color: var(--white);
    background-size: cover;
    background-position: top center;
    border-radius: 106px;
    min-height: 100vh;
    align-content: center;
    /* overflow: hidden; */
}

.box-unlock {
    margin-top: 20px;
}

.box-unlock h5 {
    font-size: 23px;
    font-weight: 700;
}

.brain-sec {
    background: url('../images/brain-potential-bg.jpg');
    background-size: cover;
    background-position: top center;
    height: 100vh;
    overflow: hidden;
}

.rating-box {
    background: linear-gradient(86.16deg, rgba(255, 255, 255, 0.2) 11.14%, rgba(255, 255, 255, 0.035) 113.29%);
    border-radius: 20px;
    height: 220px;
    align-content: center;
    color: #fff;
    backdrop-filter: blur(33px);
    box-shadow: 2px 2px 8px 0px rgba(255, 255, 255, 0.3) inset, -2px -2px 4px 0px rgba(255, 255, 255, 0.5) inset;
    display: inline-grid;
    width: 100%;
}

.rating-box h4 {
    font-size: 58px;
    font-weight: 700;
    color: rgba(250, 175, 64, 1);
    margin-bottom: 0;
}

.rating-box p {
    font-size: 22px;
}

.tons-lov {
    background: url('../images/tons-bg.jpg');
    color: var(--white);
    background-size: cover;
    background-position: top center;
    border-radius: 106px;
    min-height: 80vh;
    transition: all 0.5s ease 0s;
}

.tonslist {
    margin-top: 30px;
    margin-bottom: 50px;
}

.tonslist ul {
    list-style: none;
}

.tonslist ul li {
    width: 270px;
    background: linear-gradient(86.16deg, rgba(255, 255, 255, 0.2) 11.14%, rgba(255, 255, 255, 0.035) 113.29%);
    border-radius: 19.74px 19.74px 0px 19.74px;
    align-content: center;
    color: #fff;
    backdrop-filter: blur(33px);
    box-shadow: 2px 2px 8px 0px rgba(255, 255, 255, 0.3) inset, -2px -2px 4px 0px rgba(255, 255, 255, 0.5) inset;
    padding: 33px;
    display: inline-block;
    transition: all 0.5s ease 0s;
}

.tonslist ul li p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.tonslist ul li .rating-name {
    padding-top: 10px;
}

.tonslist ul li:nth-child(3n) {
    border-radius: 19.74px 19.74px 19.74px 0px;
}

.tonslist ul li:nth-child(5) {
    transform: translateX(142px) translateY(-76px) rotate(12deg);
}

.tonslist ul li:nth-child(4) {
    transform: translateX(180px) translateY(-107px) rotate(-17deg);
}

.tonslist ul li:nth-child(3) {
    transform: translateX(-75px) translateY(8px) rotate(6deg);
}

.tonslist ul li:nth-child(2) {
    transform: translateX(-70px) rotate(-20deg);
}

.tonslist ul li:nth-child(1) {
    transform: translateY(138px) rotate(-23deg);
}

html[dir="rtl"] .tonslist ul li:nth-child(1) {
    transform: translateX(-240px) translateY(62px) rotate(-23deg);
}

html[dir="rtl"] .tonslist ul li:nth-child(2) {
    transform: translateX(-212px) translateY(69px) rotate(-20deg);
}

html[dir="rtl"] .tonslist ul li:nth-child(3) {
    transform: translateX(12px) translateY(-134px) rotate(6deg);
}

html[dir="rtl"] .tonslist ul li:nth-child(4) {
    transform: translateX(-119px) translateY(-60px) rotate(-17deg);
}

html[dir="rtl"] .tonslist ul li:nth-child(5) {
    transform: translateX(-72px) translateY(-248px) rotate(12deg);
}

.tons-lov:hover .tonslist ul li:nth-child(1) {
    transform: translateY(85px) rotate(0deg);
}

.tons-lov:hover .tonslist ul li:nth-child(2) {
    transform: translateX(-21px) rotate(0deg);
}


.tons-lov:hover .tonslist ul li:nth-child(3) {
    transform: translateX(61px) translateY(51px) rotate(0deg);
}

.tons-lov:hover .tonslist ul li:nth-child(4) {
    transform: translateX(213px) translateY(64px) rotate(0deg);
}

.tons-lov:hover .tonslist ul li:nth-child(5) {
    transform: translateX(289px) translateY(35px) rotate(0deg);
}

html[dir="rtl"] .tons-lov:hover .tonslist ul li:nth-child(1) {
    transform: translateY(5px) translateX(-229px) rotate(0deg);
}

html[dir="rtl"] .tons-lov:hover .tonslist ul li:nth-child(2) {
    transform: translateX(-292px) rotate(0deg);
}

html[dir="rtl"] .tons-lov:hover .tonslist ul li:nth-child(3) {
    transform: translateX(109px) translateY(-234px) rotate(0deg);
}

html[dir="rtl"] .tons-lov:hover .tonslist ul li:nth-child(4) {
    transform: translateX(-117px) translateY(16px) rotate(0deg);
}

html[dir="rtl"] .tons-lov:hover .tonslist ul li:nth-child(5) {
    transform: translateX(-62px) translateY(-206px) rotate(0deg);
}

.nimo-img img {
    width: 40%;
}

footer {
    background: url(../images/footerbg.jpg);
    position: relative;
    background-position: center;
}

.journy-area {
    background: linear-gradient(86.16deg, rgba(255, 255, 255, 0.2) 11.14%, rgba(255, 255, 255, 0.035) 113.29%);
    backdrop-filter: blur(33px);
    box-shadow: 2px 2px 8px 0px rgba(255, 255, 255, 0.3) inset, -2px -2px 4px 0px rgba(255, 255, 255, 0.5) inset;
    /* border: 3px solid; */
    /* border-image-source: linear-gradient(155.31deg, rgba(255, 255, 255, 0.5) 12.33%, rgba(255, 255, 255, 0) 34.31%, rgba(255, 255, 255, 0) 52.66%, rgba(255, 255, 255, 0.54) 74.67%); */
    border-radius: 40px;
    position: relative;
    top: -100px;
    text-align: center;
    color: var(--white);
    padding-bottom: 40px;
}

.journy-area h3 {
    font-size: 78px;
    font-weight: 900;
    margin-bottom: 0;
    margin-top: -36px;
    width: 100%;
    display: inline-block;
}

.journy-area h2 {
    font-size: 130px;
    font-weight: 900;
    color: rgba(250, 175, 64, 1);
    line-height: 69px;
    margin-bottom: 52px;
}

.journy-area p {
    font-size: 23px;
    width: 48%;
    margin: 0 auto;
}

.socialicons {
    list-style: none;
    padding: 0;
    width: 100%;
    display: inline-block;
    text-align: right;
}

.socialicons li a img {
    filter: brightness(10);
    transition: all 0.25s ease 0s;
}

.socialicons li a:hover img {
    filter: none
}

ul.socialicons li {
    margin-right: 29px;
    display: inline-block;

}

ul.socialicons li:last-child {
    margin-right: 0;
}

html[dir="rtl"] ul.socialicons li {
    margin-right: 0;
}

html[dir="rtl"] ul.socialicons li:last-child {
    margin-right: 29px;
}

.footer-main .footer-nav {
    width: 100%;
    display: inline-block;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    list-style: none;
    text-align: center;
}

.modal-backdrop {
    --bs-backdrop-opacity: 0.9;
}

.footer-main .footer-nav li {
    padding-right: 24px;
    /* flex-basis: 1%; */
    display: inline-block;
    padding-top: 19px;
}

.footer-main .footer-nav li:last-child {
    padding-right: 0;
}


.footer-main .footer-nav li a {
    color: var(--white);
    padding-right: 20px;
}

.footer-main .footer-nav li a:hover {
    color: var(--primary);
}

.select-lang {
    width: 54px;
    display: inline-block;
    height: 51px;
    padding-left: 14px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 8px;
    margin-right: 15px;
    font-size: 0;
    vertical-align: middle;
    background: url(../images/language-icon-white.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center;
    appearance: none;
    transition: all 0.25s ease;
    cursor: pointer;
}
.select-lang:hover{
    background-color: var(--white);
    background-image: url(../images/language-icon.svg);
}


.select-lang option {
    font-size: 16px;
}

.select-lang option {
    color: #000;
}

.js-cont {
    position: relative;
    width: 100%;
    height: 100%;
}

.welcome-sec {
    position: relative;
    /* Other styles */
}

.switch-sec {
    position: relative;
    height: 100vh;
    overflow: hidden;
    /* Other styles */
}

.section__content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

section .section__content {
    top: -100%;
}

section {
    position: relative;
}

/* .text-blocks p {
    margin: 20px 0;
}

.filler {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
} */

/* .fixed {
    position: absolute;
    width: 100%;
    height: 100%;
    background: lightgrey;
    clip-path: ellipse(220% 200% at 50% 300%);
    z-index: 5;
} */

/* section {
    height: 100vh;
    position: relative;
  } */
.to-swipdown {
    /* position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden; */
}
 
.to-swipdown section {
    /* position: absolute;
    left: 0;
    right: 0; */
}

.js-scroll {
    /* position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    will-change: transform;
    transform-style: preserve-3d; */
}

#button-top {
    display: inline-block;
    background-color: rgba(224, 77, 70, 1);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 8px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    align-content: center;
    cursor: pointer;
    display: inline-grid;
    justify-content: center;
}

#button::after {
    /* content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff; */
}

#button-top.show {
    opacity: 1;
    visibility: visible;
}

.about-banner .hero-slider h1 {
    font-size: 87px;
}

.about-banner .hero-slider p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 28px;
}

.hero.about-banner,
.inner-pages .hero {
    background-image: url(../images/about-head-bg.jpg);
}

.steps-three {
    background-color: var(--minblack);
    min-height: 36vh;
    padding-top: 80px;
}

.steps-three p {
    text-align: center;
    color: var(--white);
    font-size: 18px;
    margin-top: 4px;
    margin-bottom: 0;
}

h1.inner-pagehead {
    font-size: 87px;
    color: var(--white);
    font-weight: 800;
    line-height: 101%;
    word-break: break-word;
}

.w-90 {
    width: 90%;
}

.blog-box {
    box-shadow: 2px 2px 8px 0px rgba(255, 255, 255, 0.3) inset, -2px -2px 4px 0px rgba(255, 255, 255, 0.5) inset;
    /* border-image-source: linear-gradient(155.31deg, rgba(255, 255, 255, 0.5) 12.33%, rgba(255, 255, 255, 0) 34.31%, rgba(255, 255, 255, 0) 52.66%, rgba(255, 255, 255, 0.54) 74.67%); */
    background: linear-gradient(86.16deg, rgba(255, 255, 255, 0.2) 11.14%, rgba(255, 255, 255, 0.035) 113.29%);
    -webkit-backdrop-filter: blur(33px);
    backdrop-filter: blur(33px);
    border-radius: 32.12px;
    overflow: hidden;
    margin-bottom: 50px;
    transition: all 0.5s ease 0s;
    height: 570px;
}

.blog-box:hover {
    box-shadow: 2px 2px 8px 0px rgba(255, 255, 255, 0.3), -2px -2px 4px 0px rgba(255, 255, 255, 0.5);
}

.blog-box .img-inn {
    height: 220px;
}

.blog-box .img-inn img {
    height: 100%;
    object-fit: cover;
}

.blog-box .dsc-inn {
    padding: 25px 30px 25px;
    color: var(--white);
}

.blog-box .dsc-inn h3 {
    color: var(--white);
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 17px;
}

.blog-box .dsc-inn h3 a {
    color: var(--white);
}

.btn-link-primary {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
}

.btn-link-primary:hover {
    color: var(--primarydark);
}

.lodamore a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}

.lodamore span {
    width: 100%;
    display: inline-block;
}

.blogin-banner {
    /* height: 76vh; */
    position: relative;
}

.blog-detail-dsc {
    /* padding-left: 50px;
    padding-right: 50px; */
}

/* .blogin-banner:before {
    content: '';
    background: #000000a3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
} */

.blog-detail-dsc img {
    border-radius: 30px 30px 0px 0px;
}

.numberfield {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(232, 234, 255, 0.2);
    border-radius: 12px;
    height: 62px;
    direction: ltr;
}

.numberfield .btn {
    color: var(--white);
    border: none;
}

.numberfield .form-control {
    background: transparent;
    border: none;
    color: var(--white);
    font-size: 22px;
    font-weight: 300;
}

.numberfield .form-control:focus {
    border: none;
    box-shadow: none;
}

.numberfield .form-select {
    width: 23%;
    flex: none;
    background-color: transparent;
    color: var(--white);
    border: none;
    background-image: url('../images/arrowdown-icon.svg');
}

.numberfield .form-select option {
    color: var(--minblack);
}

.numberfield .dropdown-toggle::after {
    border: none;
    background: url(../images/arrowdown-icon.svg);
    width: 24px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: 0px 1px;
    vertical-align: middle;
    margin-left: .655em;
}

.subs-form label {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

.subs-form .btn-primary {
    border-radius: 12px;
}

.subscribe .dsc-form h5 {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.9);
}

.subscribe .dsc-form ul {
    color: rgba(255, 255, 255, 0.9);
    padding-left: 18px;
    font-size: 13px;
    margin-top: 19px;
}

.subscribe .dsc-form ul li {
    padding-bottom: 3px;
}

.hero.authaticate {
    min-height: auto;
}

.otpfield {
    width: 100%;
    display: inline-flex;
    justify-content: space-evenly;
    direction: ltr;
}

.otpfield .form-control {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(232, 234, 255, 0.2);
    border-radius: 12px !important;
    height: 80px;
    width: 80px;
    flex: none;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.contactfields .form-control {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(232, 234, 255, 0.2);
    border-radius: 12px !important;
    height: 60px;
    width: 100%;
    flex: none;
    color: var(--white);
    font-size: 17px;

}

.contactfields label {
    font-size: 17px;
}

.contactfields textarea {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(232, 234, 255, 0.2);
    border-radius: 12px !important;
    width: 100%;
    flex: none;
    color: var(--white);
    font-size: 17px;
    padding: 10px 0 0 12px;
}

.contactfields .form-control:focus,
.contactfields textarea:focus {
    box-shadow: none;
    outline: none;
}

.contactfields .numberfield {
    height: 60px;
}

.contactfields .numberfield img {
    width: 29px;
}

.contactfields .numberfield .form-control {
    flex: 1 1 auto;
    width: 1%;
    background: transparent;
    border: none;
    font-size: 17px;
}

::placeholder {
    color: #fff !important;
    opacity: 0.5 !important;
}

.faqs .accordion-flush>.accordion-item {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(232, 234, 255, 0.2);
    border-radius: 12px !important;
    margin-bottom: 12px;
    -webkit-backdrop-filter: blur(33px);
    backdrop-filter: blur(33px);
}

.faqs .accordion-item .accordion-button {
    background: transparent;
    border: none;
    color: var(--primary);
    box-shadow: none;
}

.faqs .accordion-item .accordion-button.collapsed {
    color: var(--white);
}

.faqs .accordion-body {
    padding-top: 0;
    color: var(--white);
}

.accordion-button::after {
    background-image: url(../images/arrowdown-icon.svg);
    height: 12px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/arrowdown-icon.svg);
}

label.checkbox {
    position: relative;
    margin-top: 12px;
    align-items: flex-start;
    display: inline-flex;
}

label.checkbox p {
    margin-left: 7px;
}

label.checkbox .check-icon {
    position: relative;
    display: inline-block;
    height: 21.26px;
    width: 21.26px;
    border: 2px solid rgba(232, 234, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    transition: 0.2s all ease-in-out;
}

label.checkbox .check-icon:before {
    content: "";
    position: absolute;
    inset: 0;
    transition: 0.2s all ease-in-out;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16' style=''%3e%3cpath fill='%23fff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z' class=''%3e%3c/path%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center center;
    transform: scale(1.3);
    opacity: 0;
}

label.checkbox input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

label.checkbox input[type=checkbox]:checked+.check-icon {
    border-color: var(--primary);
    background: var(--primary);
}

label.checkbox input[type=checkbox]:checked+.check-icon:before {
    transform: scale(1);
    opacity: 1;
}

label.checkbox input[type=checkbox]:focus~.check-icon {
    box-shadow: 0 0 0 4px rgba(47, 86, 212, 0.1);
}

label.checkbox div {
    vertical-align: top;
    display: inherit;
}

/* label.checkbox>div:first-child {
    display: inline-flex;
} */
.mana-acc input.form-control {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(232, 234, 255, 0.2);
    border-radius: 12px !important;
    height: 60px;
    width: 100%;
}

.steps-head {
    color: rgba(250, 175, 64, 1);
    font-size: 27px;
    font-weight: 900;
    margin: 20px 0;
}

.steps-head span {
    color: var(--white);
    width: 100%;
    display: block;
    font-size: 22px;
}

header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.manage-profile .inner-name {
    font-size: 55px;
    color: var(--white);
    font-weight: 900;
}

.profile-tabs .left-area {
    background: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(33px);
    backdrop-filter: blur(33px);
    height: 100%;
}

.profile-tabs .left-area .d-flex.flex-column {
    min-height: 72vh;
}

.profile-tabs .left-area {
    padding-top: 24px;
    padding-bottom: 20px;
    border-radius: 8px 0 0 8px;
}

.profile-tabs .left-area .nav-link {
    color: var(--white) !important;
    font-size: 15px;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
}

.profile-tabs .left-area .nav-link img {
    filter: brightness(0) invert(1);
}

.profile-tabs .left-area .nav li {
    padding: 5px 0;
}

.profile-tabs .left-area .nav-link:hover {
    background: var(--white);

}

.profile-tabs .left-area .nav-link:hover img {
    filter: none;
}

.profile-tabs .left-area .nav-link.active {
    background: var(--white);
    color: var(--primary) !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

.profile-tabs .left-area .nav-link.active img {
    filter: none;
}

.profile-tabs .left-area .logout .btn {
    border: 1px solid var(--white);
    width: 100%;
    color: var(--white);
    padding: 14px 0;
    border-radius: 8px;
}

.profile-tabs .left-area .logout .btn img {
    filter: brightness(0) invert(1);
}

.profile-tabs .left-area .logout .btn:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}


.profile-tabs .right-area {
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(33px);
    backdrop-filter: blur(33px);
    height: 100%;
    border-radius: 0 8px 8px 0;
    padding: 33px 26px;
}

.profile-tabs .contactfields .form-control {
    height: 49px;
    font-size: 15px;
    border-radius: 8px !important;
}

.profile-tabs .contactfields label {
    font-size: 15px;
}

.profile-tabs .contactfields .numberfield {
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
}

.profile-tabs .subs-form .btn-primary {
    font-size: 16px;
    border-radius: 8px;
    padding: 13px 0;
    margin-top: 10px;
}

.input-group .eyeicons {
    position: absolute;
    right: 18px;
    top: 11px;
    opacity: 0.9;
    z-index: 999;
}

.profile-tabs .right-area h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
}

.subscri-row p {
    color: var(--white);
    opacity: 0.9;
    font-size: 13px;
    margin-bottom: 13px;
}

.subscri-row h5 {
    font-size: 18px;
    color: #fff;
}

.btnlink {
    color: var(--primary);
}

.border-bottom {
    border-color: #ffffff92 !important;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: var(--white);
    font-weight: 400;
}

[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1.8px solid var(--white);
    border-radius: 100%;
    background: transparent;
}

[type="radio"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16' style=''%3e%3cpath fill='%23fff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z' class=''%3e%3c/path%3e%3c/svg%3e");
    background-color: var(--primary);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.row.mana-acc label.checkbox p {
    margin-bottom: 8px;
}

.row.mana-acc label.checkbox {
    align-items: center;
}

.btn:focus-visible,
.btn:first-child:active:focus-visible,
.btn:focus,
.btn:first-child:active {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btnh-outline {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btnh-outline img {
    filter: brightness(0) invert(1);
}

.btnh-outline:hover img {
    filter: none;
}

.btnh-outline:after {
    display: none;
}

.blogin-banner h1.inner-pagehead {
    font-size: 61px;
    line-height: 120%;
    margin-bottom: 20px;
}

.similar-head {
    font-size: 60px;
    color: var(--white);
    font-weight: 800;
    margin-bottom: 20px;
}

.subs-form .nav-tabs {
    border: none;
    justify-content: space-between;
}

.loginbg {
    background: url(../images/authanticate-bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.subs-form .nav-tabs.nav li {
    width: 48%;
    margin: 0;
}

.subs-form .nav-tabs.nav li .nav-link {
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    padding-top: 14px;
    padding-bottom: 14px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(232, 234, 255, 0.2);
    width: 100%;
    height: 100%;
}

.subs-form .nav-tabs.nav li:last-child {
    margin: 0;
}

.subs-form .nav-tabs.nav li .nav-link.active {
    background: var(--white);
    border-color: var(--white);
    color: var(--primary);
}

html[dir="rtl"] .accordion-button::after {
    margin-right: auto;
    margin-left: 0;
}

html[dir="rtl"] label.checkbox p {
    margin-right: 9px;
}

html[dir="rtl"] .btn-whitehead {
    margin-right: 16px;
}

html[dir="rtl"] .btn-whitehead img {
    transform: rotate(180deg);
}

html[dir="rtl"] .elemet-main {
    left: -69px !important;
}

.footer-bottom p img {
    margin-left: 7px;
}

html[dir="rtl"] .footer-bottom p img {
    margin-left: 0px;
    margin-right: 7px;
}

html[dir="rtl"] .journy-area h2 {
    font-size: 127px;
    line-height: 55px;
    margin-top: 34px;
}

html[dir="rtl"] .contactfields label {
    text-align: right;
    display: inline-block;
    width: 100%;
}

html[dir="rtl"] .box-apps h5 {
    right: 20px;
    left: 0;
}

html[dir="rtl"] .subs-form .nav-tabs {
    padding: 0;
    justify-content: space-between;
}

html[dir="rtl"] .subs-form .nav-tabs.nav li {
    margin: 0;
}

.mana-acc {
    margin-top: 14px;
}

.slick-list {
    direction: ltr;
}

html[dir="rtl"] .btn-primary img {
    transform: rotate(180deg);
}

html[dir="rtl"] .subs-form label {
    text-align: right;
    width: 100%;
}

html[dir="rtl"] .input-group .eyeicons {
    /* left: 18px; */
    /* right: initial; */
}

html[dir="rtl"] h1.inner-pagehead {
    line-height: 135%;
    padding-left: 27px;
}

html[dir="rtl"] .nav-pills {
    padding: 0;
}

html[dir="rtl"] .profile-tabs .left-area .nav li {
    margin: 0;
}

#loader-main {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background-color: #000;
}

#loader {
    /* border: 10px solid rgba(200, 200, 200, 0.1);
    border-radius: 50%;
    border-top: 10px solid #ffffff; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-left: 0px;
    margin-top: -60px;
    bottom: 0;
    text-align: center;

    /* -webkit-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#desktopModal .modal-content,
#staticBackdrop .modal-content {
    background: url(../images/popup-bgs.jpg);
    background-size: 102% 107%;
    background-position: bottom left;
    border: none;
    padding: 66px 35px;
    border-radius: 20px;
    background-repeat: no-repeat;
}

#desktopModal .modal-content h2 {
    color: #fff;
    font-weight: 900;
    font-size: 51px;
    line-height: 53px;
}

#desktopModal .modal-content p,
#staticBackdrop .modal-content p {
    color: #fff;
}

#desktopModal .modal-content .btn-close,
#staticBackdrop .modal-content .btn-close {
    position: absolute;
    right: 18px;
    top: 2px;
    opacity: 1;
}

#desktopModal .modal-content p {
    font-size: 13px;
    margin: 25px 0;
}

#staticBackdrop .btn-primary {
    padding: 10px 19px;
    height: auto;
    min-width: auto;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.slide-texting {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: inline-block;
    z-index: 0;
}

.textshould {
    opacity: 0.6;
}

.textshould text {
    font-weight: 900;
    line-height: 110%;
}

.slidetxt1 {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.rolling-text {
    display: inline-block;
    position: relative;
    animation: roll-text 25.8229s linear 0s infinite normal none running;
}

@keyframes roll-text {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.rolling-text2 {
    display: inline-block;
    position: relative;
    animation: roll-text2 15.8229s linear 0s infinite normal none running;
}

@keyframes roll-text2 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.hero.privacy-page {
    background-size: contain !important;
    background-position: top center !important;
}

.nosubs_found {
    color: var(--white);
}

html[dir="rtl"] .select-lang {
    direction: ltr;
}

html[dir="rtl"] .tonslist ul {
    height: 63vh;
}
.blog-banner.about-banner .hero-slider h1{
    font-size: 64px;
}
.norsk .footer-main .footer-nav li a {
    font-size: 14px;
}
.russia .footer-main .footer-nav li a {
    padding-right: 38px;
    font-size: 14px;
}
#countrySearch.form-control{
    background: #fff;
    border: 1px solid #333;
    margin: 0 auto;
    width: 93%;
    height: 34px;
    margin-bottom: 9px;
    color: #000;
    font-size: 16px;
}
html[dir="rtl"] .contactfields .input-group .eyeicons {
    left: 18px;
    right: initial;
}



@media (min-width: 768px) {

    html[dir="rtl"] .text-md-end,
    html[dir="rtl"] .text-end {
        text-align: left !important;
    }

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


}

@media (min-width: 1550px) {
    .hero {
        padding-top: 20vh;
    }

    .tons-lov .heading-one {
        margin-top: 43px;
    }

}

@media screen and (max-width: 1024px) {
    .offcanvas-body {
        overflow-y: visible;
        padding-left: 0;
        padding-right: 0;
    }

    .offcanvas.offcanvas-end {
        overflow: auto;
        background-image: url(../images/mobile-menubg.png);
        background-position: top left;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #000;
    }

    .offcanvas-header .btn-close {
        background-color: #fff;
    }

    .hero-slider h1,
    .about-banner .hero-slider h1 {
        font-size: 42px;
        line-height: 103%;
    }

    .btn-primary {
        background: var(--primary);
        font-size: 14px;
        font-weight: 500;
        padding: 10px 23px;
        color: var(--white);
        border: none;
        height: 43px;
        min-width: auto;
    }

    .heading-one {
        font-size: 32px;
    }

    p {
        font-size: 13px;
    }

    .box-apps h5 {
        left: 20px;
        font-size: 12px;
        font-weight: 700;
        left: 20px;
    }

    .box-apps {
        border-radius: 10px;
    }

    .lis-app li a,
    .lis-app2 li a {
        border-radius: 15px;
    }

    .switch-sec .dsc-btns h5 {
        font-size: 20px;
    }

    .box-unlock h5 {
        font-size: 18px;
        font-weight: 700;
    }

    .box-unlock p {
        line-height: 16px;
        font-size: 11px;
    }

    .rating-box {
        height: 123px;
        border-radius: 10px;

    }

    .rating-box h4 {
        font-size: 35px;
        margin-bottom: 0;
    }
    .rating-box p {
        font-size: 16px;
        padding: 0;
        margin-bottom: 0;
    }
    .tonslist {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .tonslist ul {
        list-style: none;
        display: inline-flex;
        flex-flow: wrap;
    }
    .tonslist ul li{
        margin-bottom: 20px;
        min-height: 232px;
        margin-right: 9px;
        padding: 20px;
        width: 31%;
        transform: none !important;
    }
    .tonslist .rating img {
        width: 92px;
    }
    .tonslist ul li p {
        font-size: 11px;
        line-height: 16px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .journy-area h3{
        font-size: 45px;
        margin-top: -13px;
    }
    .journy-area h2{
        font-size: 70px;
        margin-bottom: 25px;
    }
    .journy-area p{
        font-size: 15px;
    }
    .footer-main .footer-nav li{
        adding-right: 14px;
    }
    .footer-main .footer-nav li a{
        padding-right: 0px;
        font-size: 13px;
    }
    .footer-bottom p{
        font-size: 11px;
    }
    ul.socialicons li {
        margin-right: 18px;

    }
    .socialicons li a img{
        width: 17px;
    }
    .socialicons li:nth-child(2) a img{
        width: 23px;
    }
    h1.inner-pagehead{
        font-size: 37px;
    }
    .subs-form label{
        font-size: 16px;
    }
    .numberfield .form-control{
        font-size: 16px;
    }
    .manage-profile .inner-name{
        font-size: 33px;
    }

}

@media screen and (max-width: 760px) {
    html[dir="rtl"] .tonslist ul{
        height: auto;
    }
    html[dir="rtl"] .navbar-toggler{
        margin-right: 11px;
    }
    .profile-tabs .subs-form .btn-primary {
        line-height: 0;
    }
    .journy-area h4 span {
        margin-top: 12px;
    }
    .btn-whitehead{
        font-size: 14px;
        font-weight: 700;
    }
    .profile-tabs .right-area {
        padding: 24px 18px;
    }

    .subs-form .dropdown-menu.show {
        height: 300px !important;
    }

    #desktopModal .modal-content {
        text-align: center;
    }

    #desktopModal .modal-content h2 {
        font-size: 34px;
        line-height: 35px;
    }

    .numberfield {
        height: 52px;
    }

    .numberfield .form-control {
        font-size: 16px;
    }

    .numberfield .btn img {
        height: 17px !important;
    }

    .input-group .eyeicons {
        top: 12px !important;
    }

    html[dir="rtl"] .elemet-main {
        left: -9px !important;
    }

    html[dir="rtl"] .text-md-end,
    html[dir="rtl"] .text-end {
        text-align: left !important;
    }

    html[dir="rtl"] .footer-bottom .text-md-end {
        text-align: center !important;
    }

    .offcanvas-body {
        overflow-y: visible;
        padding-left: 0;
        padding-right: 0;
    }

    .offcanvas.offcanvas-end {
        overflow: auto;
        background-image: url(../images/mobile-menubg.png);
        background-position: top left;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .subs-form .nav-tabs.nav li .nav-link {
        font-size: 10px;
        font-weight: 600;
        text-align: center;
        display: inline-block;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #button-top {
        /* display: none; */
        width: 35px;
        height: 35px;
        bottom: 114px;
        right: 27px;
    }

    #button-top img {
        width: 13px;
    }

    .footer-bottom p img {
        width: 42px;
    }

    .manage-profile .inner-name,
    .similar-head {
        font-size: 32px;
        margin-bottom: 0;
    }

    .btnh-outline {
        padding: 7px 10px;
    }

    .btnh-outline img {
        width: 17px;
    }

    .hero {
        min-height: auto;
    }

    label.checkbox div:first-child {
        /* width: 21px; */
        position: relative;
    }

    label.checkbox div input[type="checkbox"] {
        position: absolute;
    }

    .hero-slider h1,
    .about-banner .hero-slider h1 {
        font-size: 45px;
        line-height: 122%;
    }

    label.checkbox .check-icon {
        /* top: 0; */
    }

    .mana-acc label.checkbox .check-icon {
        /* top: -19px; */
    }

    h1.inner-pagehead {
        font-size: 38px;
        line-height: 54px;
    }

    h1.inner-pagehead br {
        display: none;
    }

    .subscribe p {
        font-size: 13px;
    }

    .subscribe .dsc-form h5 {
        font-size: 15px;
    }

    .otpfield .form-control {
        height: 60px;
        width: 60px;
        font-size: 16px;
    }

    .hero-slider p,
    .about-banner .hero-slider p {
        font-size: 13px;
        font-weight: 400;
    }

    .about-banner .hero-slider p {
        line-height: normal;
    }

    .journy-area h2 {
        font-size: 70px;
        margin-bottom: 15px;
        word-break: break-all;
    }

    section .section__content {
        transform: none !important;
        top: 0;
    }

    .journy-area h3 {
        font-size: 40px;
        word-break: break-all;
    }

    .nav li .nav-link {
        padding-left: 0 !important;
    }

    .tonslist ul {
        padding: 0;
    }

    .tonslist ul li {
        transform: none !important;
        margin-bottom: 20px;
        width: 100%;
    }

    .heading-one {
        font-size: 32px;
    }

    .welcome-sec,
    .unloack-feature,
    .tons-lov {
        height: auto;
        padding: 40px 0px;
        border-radius: 54px;
    }

    .brain-sec {
        height: auto;
    }

    .select-lang {
        width: 43px;
        display: inline-block;
        height: 41px;
        /* padding-left: 7px; */
        /* border: 1px solid #fff; */
        /* background: transparent; */
        color: #fff;
        border-radius: 8px;
        margin-right: 7px;
        background-size: 20px;
        /* font-size: 13px; */
        /* padding-right: 7px; */
    }

    .btn-primary {
        background: var(--primary);
        font-size: 14px;
        font-weight: 500;
        padding: 10px 23px;
        color: var(--white);
        border: none;
        height: 43px;
        min-width: auto;
    }

    .dsc-btns img.w-100 {
        width: auto !important;
        margin-bottom: 20px;
    }

    .switch-sec .dsc-btns h5 {
        font-size: 15px;
    }

    #secen2 {
        margin-top: 30px;
    }

    .rating-box {
        height: 112px;
        margin-bottom: 20px;
    }

    .rating-box h4 {
        font-size: 30px;
    }

    .rating-box p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .nimo-img img {
        width: 79%;
    }

    .journy-area {
        top: -52px;
    }

    .journy-area img.w-100 {
        width: 40% !important;
        margin-bottom: 20px;
    }

    .journy-area p {
        font-size: 16px;
        width: 90%;
        margin: 0 auto;
    }

    .footer-main {
        text-align: center;
    }

    .offcanvas-footer p img {
        width: 40%
    }

    .footer-main .footer-nav {
        display: inline-block;
        padding-right: 0;
    }

    .footer-main .footer-nav li {
        margin-top: 0px;
        padding-right: 0;
        padding-top: 10px;
        width: 100%;
    }

    .footer-main .footer-nav li:last-child {
        padding-right: 0;
    }

    .footer-main .footer-nav li a {
        padding-right: 0px;
    }

    .socialicons {
        justify-content: space-evenly;
        margin-top: 10px;
        text-align: center;
    }

    .footer-bottom {
        text-align: center;
        font-size: 11px;
    }

    html[dir="rtl"] .journy-area h2 {
        font-size: 36px;
        margin-top: 7px;
    }

    html[dir="rtl"] .footer-bottom p img {
        margin-top: 7px;
    }

    .elemet1 {
        display: none !important;
    }

    .elemet2 {
        left: 26px !important;
        top: 12px !important;
    }

    .offcanvas {

        color: var(--white);
        background: rgba(27, 27, 29, 1);
    }

    .offcanvas-header .btn-close {
        background-color: #fff;
    }

    .lis-app {
        height: auto;
        flex-direction: row;
        display: flex;
        margin-top: 35px;
        padding: 0;
        /* overflow: hidden; */
    }

    .lis-app li {
        width: 128px;
        margin-bottom: 0px;
        flex-shrink: 0;
        margin-right: 14px;
    }

    .lis-app li a,
    .lis-app2 li a {
        border-radius: 11px;
        padding: 9px 9px;
    }

    .box-apps h5 {
        position: absolute;
        bottom: 3px;
        left: 10px;
        color: #fff;
        z-index: 999;
        font-size: 10px;
        font-weight: 700;
    }

    .lis-app2 {
        height: auto;
        display: flex;
        width: 100%;
        padding: 0;
        /* flex-direction: row-reverse; */
        direction: rtl;
        margin-top: 0;
    }

    .brain-sec p {
        padding: 0;
    }

    .lis-app2 li {
        margin-top: 0px;
        width: 128px;
        margin-bottom: 10px;
        flex-shrink: 0;
        margin-left: 14px;
        direction: ltr;
    }

    .box-apps {
        border-radius: 10px;
    }

    .elemet-main {
        left: 46px !important;
        height: auto;
    }

    .blog-box {
        margin-bottom: 18px;
        border-radius: 8.12px;
        height: auto;
        min-height: 385px;
    }

    .blog-box .img-inn {
        height: 109px;
    }

    .blog-box .dsc-inn {
        padding: 10px 12px 10px;
    }

    .blog-box .dsc-inn h3 {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .blog-box .dsc-inn p {
        font-size: 12px;
    }

    .blog-box .dsc-inn .col-6 {
        font-size: 11px;
    }

    .contactfields .form-control {
        height: 48px;
        border: 1px solid rgba(232, 234, 255, 0.2);
        border-radius: 8px !important;
        font-size: 14px;
    }

    .contactfields .numberfield .form-control {
        font-size: 14px;
    }

    .contactfields label {
        font-size: 13px;
    }

    .contactfields .numberfield {
        height: 48px;
        border-radius: 8px;
        border: 1px solid rgba(232, 234, 255, 0.2);
    }

    .contactfields .numberfield .btn {
        font-size: 14px;
        padding-top: 0;
    }

    .contactfields .numberfield img {
        width: 26px;
    }

    .subscri-row p {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .subscri-row h5 {
        font-size: 12px;
    }

    .subscri-row h5 img {
        width: 14px;
    }

    .blogin-banner h1.inner-pagehead {
        font-size: 25px;
        line-height: 35px;
    }

    .navbar-nav {
        padding: 0;
    }

    html[dir="rtl"] .btn-whitehead {
        margin-right: 0;
    }

    .hero.authaticate {
        background-size: contain;
        background-position: top right;
        padding-top: 11vh;
    }

    .mana-acc input.form-control {
        font-size: 0.8rem;
    }

    .welcome-sec {
        padding: 40px 0px 23px;
    }

    html[dir="rtl"] .offcanvas-header {
        padding-right: 8px;
    }

    html[dir="rtl"] .nav li {
        margin-right: 0;
    }
    html[dir="rtl"] .accordion-button::after{
        padding-right: 41px;
    }

    html[dir="rtl"] .faqs .accordion-item .accordion-button{
        text-align: right;
    }

    html[dir="rtl"] .nav li .nav-link {
        padding-right: 0 !important;
    }

    .numberfield .btn {
        display: inline-flex;
        align-items: center;
    }

    .numberfield .btn img {
        margin-right: 6px;
    }

    .right-area .navinner .btn-primary {
        text-align: left;
        background: #fff;
        color: var(--primary);
        font-size: 15px;
        font-weight: 600;
        display: flex;
        padding: 10px 14px;
    }

    .right-area .navinner .btn-primary img {
        margin-right: 3px;
    }

    html[dir="rtl"] .right-area .navinner .btn-primary img {
        transform: rotate(0deg);
    }

    html[dir="rtl"] .right-area .navinner .dropdown-toggle::after {
        right: initial;
        left: 10px;
    }

    html[dir="rtl"] .navinner ul.dropdown-menu li {
        text-align: right;
    }

    .right-area .navinner .dropdown-toggle::after {
        position: absolute;
        right: 15px;
        top: 20px;
        border-top: .4em solid;
        border-right: .4em solid transparent;
        border-bottom: 0;
        border-left: .4em solid transparent;
    }

    .navinner ul.dropdown-menu li {
        padding: 0px 0 24px;
    }

    .navinner ul.dropdown-menu li:last-child {
        padding-bottom: 0;
    }

    .navinner ul.dropdown-menu li img {
        filter: brightness(0);
    }

    .navinner .btn-primary:hover img {
        filter: brightness(1);
    }
}

@media screen and (orientation: landscape) and (max-width: 768px) {
    .nimo-img img {
        width: 52%;
    }

    .journy-area img.w-100 {
        width: 33% !important;
        margin-bottom: 20px;
    }

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

@media screen and (max-width: 1024px) {
    .scrollmagic-pin-spacer {
        position: static !important;
    }

    .switch-sec,
    .brain-sec {
        position: static !important;
        inset: inherit !important;
        height: auto;
    }

    section .section__content {
        transform: none !important;
    }

    .profile-tabs .left-area .nav-link {
        font-size: 12px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .profile-tabs .left-area .nav-link.active {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .profile-tabs .left-area .logout .btn {
        padding: 8px 0;
    }
}

.steps-clue {
    display: flex;
    width: 100%;
    justify-content: center
}

.steps-clue .step1,
.steps-clue .step2,
.steps-clue .step3 {
    width: 29%;
    position: relative;
}

.steps-clue h5 {
    font-size: 15.32px;
    font-weight: 800;
}

.steps-clue img {
    width: 107px;
}

.steps-clue .step1:after {
    content: '';
    background: url(../images/arrow-cycle1.svg);
    position: absolute;
    width: 55%;
    height: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    right: -74px;
    top: 16px;
}

.steps-clue .step2:after {
    content: '';
    background: url(../images/arrow-cycle2.svg);
    position: absolute;
    width: 55%;
    height: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    right: -74px;
    top: 44px;
}

.steps-cycle {
    width: 75%;
    direction: ltr;
}
html[dir="rtl"] .hero-slider h1{
    line-height: 128%;
}
.blog-box .dsc-inn .row{
    position: absolute;
    width: 90%;
    bottom: 27px;
}
html[dir="rtl"] .steps-clue h5{
    direction: rtl;
}

@media screen and (max-width: 1400px) {
    .steps-cycle {
        width: 85%;
    }
}

@media screen and (max-width: 1200px) {
    .steps-cycle {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .steps-cycle {
        width: 100%;
    }

    .steps-clue .step1 img,
    .steps-clue .step2 img,
    .steps-clue .step3 img {
        width: 100px;
    }

    .steps-clue .step1:after {
        width: 49%;
        height: 22px;
        right: -48px;
        top: 23px;
    }

    .steps-clue .step2:after {
        width: 49%;
        height: 25px;
        right: -49px;
        top: 31px;
    }
    html[dir="rtl"] .steps-clue h5{
        line-height: 24px;
    }
}

@media screen and (max-width: 760px) {
    .steps-cycle {
        width: 100%;
        display: inline-flex;
        justify-content: center;
    }
    .blog-box .dsc-inn .row{
        width: 100%;
    }

    .steps-clue {
        display: inline-block;
        width: 58%;
    }

    .steps-clue .step1,
    .steps-clue .step2,
    .steps-clue .step3 {
        width: 100%;
    }

    .steps-clue .step1,
    .steps-clue .step2 {
        padding-bottom: 80px;
    }

    .steps-clue .step1:after {
        content: '';
        background-image: url(../images/arrow-cycle-down.svg);
        width: 14px;
        height: 81px;
        background-position: bottom center;
        right: 0;
        top: initial;
        left: 45%;
        bottom: 0;
    }

    .steps-clue .step2:after {
        content: '';
        background-image: url(../images/arrow-cycle-down1.svg);
        width: 14px;
        height: 81px;
        background-position: bottom center;
        right: 0;
        top: initial;
        left: 45%;
        bottom: 0;
    }

    .slide-texting {
        top: 46px;
    }

    .slidetxt1 {
        margin-bottom: 27px;
    }

    .textshould {
        opacity: 1;
    }

    .rolling-text {
        display: inline-block;
        position: relative;
        animation: roll-textm 5.8229s linear 0s infinite normal none running;
    }

    .rolling-text2 {
        display: inline-block;
        position: relative;
        animation: roll-textm2 5.8229s linear 0s infinite normal none running;
    }

}

@keyframes roll-textm {
    0% {
        transform: translateX(10%);
    }

    100% {
        transform: translateX(-10%);
    }
}

@keyframes roll-textm2 {
    0% {
        transform: translateX(-10%);
    }

    100% {
        transform: translateX(10%);
    }
}


.footer-bottom{
    font-size: 15px;
}
.footer-bottom .payment-methods img{
    height: 25px !important;
}