@import url(../vendor/bootstrap/bootstrap.min.css);
@import url(animate.css);
@import url(../vendor/lineAwesoe/line-awesome.min.css);
@import url(../vendor/fontAwesome/all.css);
@import url(../vendor/fontAwesome/sharp-light.css);
@import url(../vendor/fontAwesome/sharp-regular.css);
@import url(../vendor/fontAwesome/sharp-solid.css);
@import url(../vendor/fontAwesome/sharp-thin.css);
@import url(../vendor/fancyBox/jquery.fancybox.css);
@import url(../vendor/swiper/swiper-bundle.min.css);
@import url(../vendor/slick/slick.css);
@import url(../vendor/slick/slick-theme.css);
@import url(../vendor/odometer/odometer.css);
@import url(../vendor/niceSelect/nice-select.css);
@import url(../vendor/intlTelInput/intlTelInput.css);

/* Start Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:wght@100..900&family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@font-face {
    font-family: 'webFont';
    src: url(../fonts/4_67.ttf);
}

/* End Fonts */

:root {
    --main-color: #AB81C8;
    --sec-color: #8CBA7A;
    --thr-color: #925CB8;
    --dark-color: #000;
    --dark-color2: #733D94;
    --gray-color: #8A8A8A;
    --bg-color: #F7F9E4;
    --bg-grad: linear-gradient(180deg, #F1E1F9 0%, #FFFFFF 100%);
    --bg-grad2: linear-gradient(180deg, rgba(72, 0, 128, 0.2) 0%, rgba(57, 2, 101, 0.2) 100%);
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: var(--sec-color);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:focus {
    text-decoration: none;
    /* color: inherit; */
}

button,
button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    padding: 0;
    margin: 0;
    font-family: "DM Sans", sans-serif;
    background: #fff;
    text-align: start;
    overflow: hidden;
    overflow-y: auto;
}

section,
footer {
    /* overflow: hidden; */
    position: relative;
}

p {
    margin: 0;
    /* color: var(--title-color); */
    font-size: 15px;
    line-height: 25px;
    /* font-family: 'IBM Plex Sans Arabic'; */
}

ul {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

li {
    display: block;
    list-style: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

iframe {
    width: 100%;
    height: 100%;
}

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

input,
button,
input:focus,
button:focus,
input:active,
button:active,
button:hover,
textarea:active,
textarea:focus,
select,
select:active,
select:focus {
    outline: none !important;
}

textarea {
    resize: none;
}

main {
    /* overflow: hidden; */
    /* position: relative; */
    /* min-height: 100vh; */
}

.owl-carousel {
    direction: ltr;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
}

/* Start Loading */

.loader {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999999999999999999999999999999;
    background: #fff;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .loader-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.loader .loader-inner img {
    max-width: 250px;
}


/* End Loading */


/* Start Not-found */

.not-found .not-found-pro {
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.not-found .not-found-pro img {
    max-height: 400px;
}

.not-found .not-found-pro h2 {
    font-size: 30px;
    color: var(--dark-color);
    font-weight: bold;
}

.not-found .not-found-pro h4 {
    margin: 15px 0;
    font-size: 20px;
    color: #777;
}

.not-found .not-found-pro p {
    margin: 25px 0 15px;
    font-size: 14px;
    color: #777;
    /* font-weight: bold; */
    position: relative;
}

.not-found .not-found-pro .btn.go-home {
    padding: 0;
    line-height: normal;
    min-height: auto;
    background: transparent;
    color: var(--sec-color);
    font-size: 20px;
    text-decoration: underline;
    margin: 0 auto;
}

.not-found .not-found-pro p::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    border-bottom: 1px #f1f1f1 solid;
    margin: auto;
    width: 100%;
    bottom: 0;
    height: 1px;
    z-index: -2;
}

.not-found .not-found-pro p::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    z-index: -1;
    border: 1px #f1f1f1 solid;
}

.not-found.not-found-404 .not-found-pro h2 {
    margin: 20px 0;
}


/* End Not-found */

/* Start Sidebar */

.cursor {
    opacity: 0;
    transition: all .5s;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    height: 100vh;
    min-width: 33.3vw;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 30.1px;
    padding-bottom: 53.1px;
    z-index: -1;
    opacity: 0;
    transition: all .3s;
}

.menu-backdrop {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -10;
    opacity: 0;
    transition: all .3s;
}

.mobile-menu .menu-box {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.mobile-menu .menu-box .navigation li {
    margin: 27px 0;
}

.mobile-menu .menu-box .navigation li a {
    font-size: 22px;
    color: #FFFFFF;
    line-height: 32px;
    display: block;
}


/* End Sidebar */


/***

====================================================================
Start Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    display: none;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.9);
    /* height: 100%; */
    /* position: absolute; */
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.sidenav-bar-visible .search-popup {
    width: 80%;
}

.search-popup:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    /* background-image: url(../images/waves-shape.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0px;
    content: "";
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
    display: block;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background: var(--main-color);
    width: 70px;
    cursor: pointer;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 16%);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    padding: 0;
    opacity: 0;
    inset: 0;
    right: 0;
    left: 0;
    position: absolute;
}

.search-popup .close-search span {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #ffffff;
}

.search-active .search-popup .close-search {
    visibility: visible;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    z-index: 10;
    margin: auto;
    top: 0;
    right: 150px;
    left: 150px;
    bottom: 0;
    height: 60px;
    padding: 0;
    border-bottom: 1px solid #444243 !important;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    overflow: visible;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    border: none;
    line-height: 20px;
    /* background: transparent !important; */
    width: 100%;
    height: 60px;
    padding: 0px !important;
    background: none !important;
    color: #bababa;
    font-size: 16px;
    font-style: italic;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 400;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    left: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #fff;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: var(--light-color);
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #fff;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    /* width: auto; */
    /* height: auto; */
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    inset: 0;
    width: 100%;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
    border-radius: 0;
}

.search-popup .close-search.style-two span {
    font-size: 20px;
    color: #ffffff;
}


/***

====================================================================
Start Search Popup
====================================================================

***/

/* Start Header */

.page-h {
    position: relative;
    z-index: 3;
    background: #fff;
    /* transition: all .5s; */
}

.head-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
}

header.sticky {
    position: absolute;
    z-index: 3;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 17px 0;
    background: #fff;
}

.head-inner .logo a {
    max-width: 222px;
    display: block;
}

.menu-right .mobile-nav-toggler {
    width: 45px;
    height: 45px;
    /* UI Properties */
    background: var(--sec-color);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    color: #fff;
    position: relative;
    border-radius: 5px;
}

.menu-right .mobile-nav-toggler .lines {
    display: block;
    width: 22px;
    overflow: hidden;
    top: 0;
    position: relative;
    margin: auto;
}

.menu-right .mobile-nav-toggler .lines i {
    display: block;
    width: 1.4rem;
    height: 2px;
    /* background: var(--main-color); */
    margin: 6px 0;
    transition: all .5s;
    position: relative;
}

body.mobile-menu-visible {
    overflow: hidden;
    background: var(--dark-color2);
}

body.mobile-menu-visible .ScrollSmoother-wrapper {
    transform: scale(.8) translateX(32vw) translateZ(0) !important;
    height: 100vh;
}

.mobile-menu .close-btn {
    width: 50px;
    height: 50px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    position: relative;
    top: 0;
    margin: 0;
    bottom: 0;
    font-size: 22px;
    color: var(--sec-color);
    z-index: 9;
    margin-inline-start: auto;
}

.ScrollSmoother-wrapper {
    transition: all .5s;
}

.page-h {
    transition: transform .8s cubic-bezier(.15, .2, .1, 1);
    transform-origin: center;
    position: absolute;
    z-index: 10;
    background: #fff;
    width: 100%;
    /* height: 100%; */
    top: 0;
    bottom: 0;
    /* right: 0; */
    left: 0;
    /* overflow: hidden; */
    z-index: 4;
}

body.mobile-menu-visible .page-h {
    transform: translateX(-200%) !important;
    height: 100vh;
    transition: transform .8s cubic-bezier(.15, .2, .1, 1);
    transform-origin: center;
    z-index: 0;
    overflow: hidden;
    left: -200%;
}

body.mobile-menu-visible .mobile-menu {
    z-index: 5;
    opacity: 1;
    width: 200px;
}

.menu-right .mobile-nav-toggler .lines ::after,
.menu-right .mobile-nav-toggler .lines ::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all .5s;
    top: 0;
}

.menu-right .mobile-nav-toggler .lines ::after {
    transform: translateX(-50px);
    transition: all .3s;
}

.menu-right .mobile-nav-toggler:hover .lines ::after {
    transform: none;
}

.menu-right .mobile-nav-toggler:hover .lines ::before {
    transform: translateX(50px);
}

.menu-right .mobile-nav-toggler .lines .line2::after {
    transition: all .5s;
}

.menu-right .mobile-nav-toggler .lines .line3::after {
    transition: all .7s;
}

.nav-menu ul {
    display: flex;
    /* margin: 64px 0 0; */
}

.nav-menu ul li a {
    color: #1D1D1D;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.44px;
}

.nav-menu ul li {
    position: relative;
    margin: 0 15px;
}

.nav-menu ul li .sub-menu {
    position: absolute;
    display: block;
    min-width: 281.71px;
    top: 100%;
    clip-path: polygon(0 0, 100% 0%, 100% 0%, 0 0);
    transition: .3s ease-out;
    /* transition-delay: 0.2s; */
    overflow: hidden;
    border: 1px solid #EDEDED;
    border-bottom: 1px #fff solid;
    padding: 15px 3px;
    background: #FFFFFF;
    border-radius: 14px;
}

.nav-menu ul li:hover .sub-menu {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.item.res-menu {
    display: none;
}

.nav-menu ul li .sub-menu li a {
    margin: 0;
    border-bottom: 1px solid #EDEDED;
    padding: 8px 10px;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    line-height: 18.86px;
    display: block;
    color: #11151D;
}

.nav-menu ul li .sub-menu li:nth-child(1) a {
    padding-top: 0;
}

.nav-menu ul li .sub-menu li:last-child a {
    padding-bottom: 0;
    border: none;
}

.nav-menu ul li .sub-menu li a::before {
    display: none;
    content: "\f355";
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
    position: absolute;
    top: 0;
    font-size: 13.64px;
    top: 47%;
    transform: translateY(-50%) translateX(15px);
    transition: all .3s;
    overflow: hidden;
    right: 0;
    opacity: 0;
}

.nav-menu ul li .sub-menu li a:hover {
    padding-inline-start: 17px;
    color: var(--main-color);
}

.nav-menu ul li .sub-menu li a:hover::before {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
}

.lang-h a {
    color: #fff;
    display: flex;
    flex-direction: row-reverse;
    font-size: 18px;
    line-height: 28px;
}

.lang-h a i {
    line-height: 27px;
    margin-inline-start: 8px;
}

.lang-h a span {
    text-decoration: underline;
}

.lang-h a:hover {
    color: var(--main-color);
}

.nav-menu ul li a:hover {
    color: var(--main-color);
}

.nav-menu ul li.current-menu-item a,
.nav-menu ul li a:hover {
    color: var(--sec-color);
}


.nav-menu ul li a::before {
    margin: 0 auto;
    /* content: ""; */
    position: absolute;
    right: 0;
    left: 0;
    width: 1px;
    height: 0;
    top: -5px;
    background: var(--main-color);
    transition: all .5s;
}

.nav-menu ul li.current-menu-item a::before {
    height: 40px;
}

.menu-right {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    /* margin: 57px 0 0; */
}

.search-box-btn.search-box-outer {
    cursor: pointer;
    width: 18px;
    margin: 0 18px;
    color: #fff;
}

.menu-right .img-2030 {
    margin: 0 28px;
    max-width: 44.41px;
}

.lang-h {
    text-transform: capitalize;
    color: var(--main-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
}

.nav-menu ul li .sub-menu li {
    margin: 0;
}

.lang-h u {
    text-decoration: none;
}

.nav-menu ul li a img {
    max-width: 33.58px;
}


.btn {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: var(--main-color);
    border: none;
    color: white;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    display: inline-flex;
    border-radius: 50px;
    min-width: 195.21px;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    min-height: 56.04px;
    text-transform: capitalize;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 500;
    line-height: 27.3px;
    box-shadow: none !important;
    display: inline-flex;
    justify-content: center;
}

.btn span {
    position: relative;
    pointer-events: none;
}

.btn::before {
    --size: 0;
    content: '';
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    background: radial-gradient(circle closest-side, var(--sec-color), transparent);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: width .2s ease, height .2s ease;
}

.btn:hover::before {
    --size: 400px;
}


.btn:hover {
    color: #fff;
}

/* End Header */

/* Start Banner-h */

@media (min-width: 1400px) {
    .container {
        max-width: 1450px;
    }
}

.banner-h {
    background: var(--bg-grad);
    padding: 220px 0;
}

.banner-h .row {
    align-items: center;
    -webkit-align-items: center;
}

.text-banner h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 60.5px;
    color: #050C26;
}

.text-banner h1 span {
    color: var(--dark-color2);
}

.text-banner p {
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 500;
    line-height: 34.2px;
    max-width: 541.26px;
    color: #8A8A8A;
}

.download-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.text-banner .download-btns {
    margin: 30px 0 0;
}

.download-btns a {
    display: inline-flex;
    max-width: 139px;
}

.img-banner {
    -webkit-animation: mover 4s infinite alternate;
    animation: mover 4s infinite alternate;
    position: relative;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(-15px);
    }
}

.overlay-img {
    position: absolute;
    inset: 0;
    z-index: -1;
    padding: 0;
}


.overlay-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* End Banner-h */

/* Start Spcial-h */

.spcial-inner {
    margin: 0;
    position: relative;
    border-radius: 19px;
    overflow: hidden;
    padding: 32px;
    margin-top: -125px;
    z-index: 2;
}

.spcial-inner .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--bg-grad2);
}

img {
    /* opacity: 0.11; */
}

.spcial-inner .overlay-img {
    background: var(--dark-color2);
}

.spcial-inner .spcial-block {
    margin: 30px 0 8px;
    display: flex;
}

.spcial-inner .spcial-block .icon {
    width: 94.21px;
    height: 93.29px;
    line-height: 93.29px;
    text-align: center;
    background: #FFFFFF33;
    border-radius: 23px;
    overflow: hidden;
}

.spcial-inner .spcial-block .details {
    width: calc(100% - 94.21px);
    padding-inline-start: 23px;
}

.spcial-inner .spcial-block .icon img {
    max-width: 42.8px;
    transition: all .5s;
}

.spcial-inner .spcial-block .details h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 35.46px;
    margin: 0 0 15px;
}

.spcial-inner .spcial-block .details p {
    color: #FFFFFFA1;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
}

.spcial-inner .spcial-block:hover .icon img {
    transform: scale(1.2) rotate(-3deg);
}

/* End Spcial-h */

/* Start Value-h */

.value-h {
    padding: 80px 0;
}

.title {
    margin: 0 0 55px;
}

.title.title-center {
    text-align: center;
}

.title h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    color: var(--dark-color);
    margin: 0;
}

.title p {
    margin: 27px auto 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.44px;
    color: #8A8A8A;
    max-width: 608px;
}

.value-block {
    margin: 15px 0;
    height: calc(100% - 30px);
    box-shadow: 0px 4px 25px 0px #0000001A;
    padding: 12px;
    border-radius: 14px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

.value-block .img-block {
    height: 219.83px;
    position: relative;
}

.value-block .img-block .img {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    overflow: hidden;
}

.value-block .img-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .4s;
}

.value-block .img-block .icon {
    background: var(--thr-color);
    width: 94.21px;
    position: absolute;
    bottom: -46.5px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border: 4px solid #FFFFFF;
    border-radius: 50%;
    height: 93.29px;
    line-height: 85.29px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    transition: all .4s;
}

.value-block .img-block .icon img {
    max-width: 58.43px;
    max-height: 58.43px;
}

.value-block .details {
    padding: 69px 12px 7px;
}

.value-block .details h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26.04px;
    color: var(--sec-color);
    margin: 0 0 8px;
    transition: all .4s;
}

.value-block .details p {
    color: #8A8A8A;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.42px;
    max-width: 417px;
    margin: 0 auto;
}

.value-block:hover .img-block .icon {
    transform: scale(.95);
    background: var(--sec-color);
}

.value-block:hover .img-block .img img {
    transform: scale(1.1) rotate(-2deg);
    filter: grayscale(1);
}

.value-block:hover .details h3 {
    color: var(--main-color);
}

.value-h::before,
.value-h::after {
    content: "";
    position: absolute;
    background: url(../images/ellipse.svg);
    height: 172%;
    width: 40%;
    background-size: contain;
    background-position: right center;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    left: 0;
}

.value-h .container::before,
.value-h .container::after,
.reviews-h .container::before,
.reviews-h .container::after,
.terms-page .container::before,
.terms-page .container::after {
    content: "";
    position: absolute;
    background: url(../images/before.png);
    width: 91.94px;
    height: 91.94px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 180px;
    left: 0;
    /* -webkit-animation: mover 4s infinite alternate; */
    /* animation: mover 4s infinite alternate; */
}

.value-h::before {
    right: 0;
    top: auto;
    bottom: -58%;
    left: auto;
}

.value-h::after {
    transform: scaleX(-1);
    top: -57%;
}

.value-h .container::before,
.reviews-h .container::before,
.terms-page .container::before {
    right: 0;
    transform: scaleX(-1);
    left: auto;
}

/* End Value-h */

/* Start Services-h */

.services-h {
    padding: 80px 0;
    background: var(--bg-grad);
}

.serv-block {
    margin: 0 auto 56px;
    max-width: 342px;
    font-family: Manrope;
}

.serv-block .num {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: relative;
    font-size: 25.24px;
    font-weight: 700;
    color: var(--sec-color);
    margin: 0 0 25px;
}

.serv-block .num .num-bg {
    position: absolute;
    inset: 0;
    background: url(../images/circel.svg) content-box center no-repeat;
    /* background-size: contain; */
    animation: rotate 10s infinite linear;
}

.serv-block .details h3 {
    color: var(--dark-color);
    font-size: 19.58px;
    font-weight: 700;
    line-height: 26.74px;
    margin: 0 0 17px;
}

.serv-block .details p {
    color: #8A8A8A;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.44px;
}



@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.serv-img {
    position: relative;
    z-index: 1;
}

.serv-img .img {
    margin: 0 auto 90px;
    max-height: 560px;
    position: relative;
    text-align: center;
}

.serv-img .img img {
    max-width: 278.98px;
}

.serv-img .img::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    margin: auto;
    background: #E3D8EA;
    z-index: -1;
}

.text-download {
    text-align: center;
}

.text-download p {
    font-family: Manrope;
    font-size: 19.58px;
    font-weight: 700;
    line-height: 26.74px;
    color: #6B3284;
    margin: 0 0 28px;
}

.text-download .download-btns {
    justify-content: center;
}

/* End Services-h */

/* Start Partners-h */

.partners-h {
    padding: 80px 0;
}

.value-block.partner-block .img-block .icon {
    background: #fff;
    box-shadow: 0px 1px 4px 0px #00000040;
    width: 79px;
    height: 79px;
    line-height: 79px;
    bottom: -40px;
}

.value-block.partner-block {
    text-align: start;
}

.value-block.partner-block p {
    margin: 0;
}

.value-block.partner-block .details {
    padding: 48px 12px 25px;
}

/* End Partners-h */

/* Start Time-h */

.time-h {
    padding: 80px 0;
    background: var(--bg-grad);
}

.time-h .row {
    align-items: center;
    -webkit-align-items: center;
}

.text-time {
    max-width: 808px;
}

.time-img {
    max-width: 500px;
    position: relative;
    animation: mover 4s infinite alternate;
}

.time-img .download-btns {
    justify-content: center;
    margin: 25px 0 0;
}

.text-time>h3 {
    color: #050C26;
    font-size: 45px;
    font-weight: 700;
    line-height: 60.15px;
    margin: 0 0 30px;
    max-width: 600px;
}

.text-time h3 span {
    color: var(--dark-color2);
}

.text-time .list-time .item {
    display: flex;
    margin: 30px 0;
    align-items: center;
    -webkit-align-items: center;
}

.text-time .list-time .item .icon {
    width: 79.21px;
    height: 78.29px;
    line-height: 78.29px;
    text-align: center;
    background: #4D2C5E;
    border-radius: 23px;
}

.text-time .list-time .item .icon img {
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
    object-position: center;
}

.text-time .list-time .item .details {
    width: calc(100% - 79.21px);
    padding-inline-start: 21px;
}

.text-time .list-time .item .details h3 {
    font-family: Roboto;
    font-size: 25px;
    font-weight: 500;
    line-height: 35.3px;
    color: #050C26;
    margin: 0 0 1.5px;
}

.text-time .list-time .item .details p {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 32.46px;
    color: #8A8A8A;
    margin: 0;
}

/* End Time-h */

/* Start Counter-h */

.counter-inner.spcial-inner {
    margin: 0;
    padding: 40px;
}

.counter-block {
    text-align: center;
}

.counter-block .num .icon {
    width: 62px;
    height: 62px;
    line-height: 62px;
    margin: 0 auto 13px;
}

.counter-item {
    direction: ltr;
}

.counter-block .num .counter-item {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    font-family: Roboto;
    font-size: 52px;
    font-weight: 800;
    line-height: 59.2px;
    color: #E8C8FE;
    margin: 0 16px;
}

.counter-block h4 {
    margin: 0;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.4px;
    text-align: center;
    color: #E8C8FE;
}

.counters-h {
    padding: 0 0 80px;
}

/* End Counter-h */

/* Start Stands-h */

.stands-h {
    padding: 80px 0;
    background: var(--bg-grad);
}

.stand-img {
    max-width: 626px;
    position: relative;
    text-align: center;
    z-index: 2;
    /* animation: mover 4s infinite alternate; */
}

.stand-img .img.img-2 {
    position: absolute;
    inset: 0;
    z-index: 2;
    margin-top: -95px;
    margin-right: -39px;
}

.stand-img .img.img-3 {
    position: absolute;
    inset: 0;
    z-index: -1;
    margin-top: -62px;
}

.list-time ul li {
    position: relative;
    margin: 11px 0;
    padding-inline-start: 28px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 28.04px;
    color: #8A8A8A;
}

.list-time ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 18px;
    height: 18px;
    background: var(--dark-color2);
    border-radius: 50%;
    opacity: .32;
}

.list-time ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 9px;
    height: 9px;
    background: var(--dark-color2);
    border-radius: 50%;
    margin: 4.5px;
}

.stand-img-inner {
    animation: mover 4s infinite alternate;
    direction: ltr;
}

.stand-img .download-btns {
    margin-top: 50px;
    justify-content: center;
}

/* End Stands-h */

/* Start Review-h */


.reviews-h {
    padding: 0 0 80px;
}

.review-block {
    box-shadow: 0px 4px 88px 0px #0000000D;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.reviews-inner {
    max-width: 1281px;
    margin: 0 auto;
}

.reviews-inner .item {
    padding: 40px 13px;
}

.review-block .details {
    padding: 18px 32px;
}

.reviews-h .title {
    margin: 0 0 15px;
}

.review-block .details .rate-h {
    display: flex;
    margin: 0 0 8px;
    gap: 1px;
    font-size: 16px;
}

.review-block .details .rate-h i.full {
    color: #FFA135;
}

.review-block .details .rate-h i {
    color: #F9D4AB;
}

.review-block .details p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 26.6px;
    color: #8A8A8A;
}

.review-block .user-details {
    display: flex;
    transition: all .3s;
    /* justify-content: center; */
    padding: 16px 32px;
}

.review-block .user-details .img {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px transparent solid;
}

.review-block .user-details .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.review-block .user-details .user-name {
    width: calc(100% - 47px);
    padding-inline-start: 16px;
    transition: all .3s;
}

.review-block .user-details .user-name h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 26.6px;
    letter-spacing: 0.02em;
    color: #353535;
}

.review-block .user-details .user-name span {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    line-height: 20.34px;
    letter-spacing: 0.02em;
    color: #8E8E8E;
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 7.5px;
}

.slick-dots li button {
    padding: 0;
    width: 14px;
    height: 14px;
    border-radius: 32px;
    background: #C2C2C2;
    transition: all .3s;
}

.slick-dots li button::before {
    display: none;
}

.slick-dots li.slick-active button {
    width: 39px;
    background: var(--sec-color);
}

.reviews-h .container::before,
.reviews-h .container::after {
    top: 90px;
}

.slick-center .review-block .user-details {
    background: var(--main-color);
}

.slick-center .review-block .user-details .user-name {
    filter: brightness(0) invert(1);
}


/* End Review-h */

/* Start Business-h */

.business-h {
    background: var(--bg-grad);
    padding: 80px 0;
}

.busines-img {
    position: relative;
    max-width: 504px;
    animation: mover 4s infinite alternate;
}

.busines-img .img.img-2 {
    position: absolute;
    bottom: 61px;
    right: 65px;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

.text-time p {
    max-width: 685px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 36.04px;
    color: #8A8A8A;
    margin: 0 0 20px;
}

.text-time p~.btn {
    margin: 10px 0 0;
}

/* End Business-h */

/* Start Screenshot-h */

.screen-img {
    max-width: 259.96px;
    margin: 0 auto;
}

.screenshot-inner .item.slick-slide.slick-current.slick-active+.item.slick-slide.slick-active,
.screenshot-inner .item.slick-slide.slick-current.slick-active+.item.slick-slide.slick-active+.item.slick-slide.slick-active {
    padding-top: 48px;
}

.screenshot-inner .item {
    transition: all .3s;
}

.apps-h {
    padding: 0 0 80px;
}

.apps-h .text-download {
    margin: 76px 0 0;
}

/* End Screenshot-h */

/* Start Newsletter-h */

.newsletter-details {
    position: relative;
    max-width: 1361px;
    margin: 0 auto;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 14px;
    overflow: hidden;
    text-align: center;
    padding: 72px 50px 80px;
}

.newletter-inner .icon {
    width: 53.24px;
    margin: 0 auto 15px;
}

.newletter-inner h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 57.8px;
    letter-spacing: 0.02em;
    margin: 0 0 12px;
}

.newletter-inner p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 26.04px;
}

.newsletter-form {
    position: relative;
    margin: 48px auto 0;
    max-width: 563.42px;
    background: #fff;
    border-radius: 62px;
    overflow: hidden;
}

.newsletter-form form {
    width: 100%;
}

.newsletter-form form input {
    width: 100%;
    height: 73.89px;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 36px;
    padding-inline-end: 190px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28.9px;
    letter-spacing: 0.02em;
}

.newsletter-form form button {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 181.96px;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    height: 60.96px;
    border-radius: 50px;
    background: var(--sec-color);
    margin: 7px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28.9px;
    letter-spacing: 0.02em;
    color: #fff;
}

.newsletter-form form input::placeholder {
    transition: all .4s;
    color: #ACACAC;
}

.newsletter-form form input:focus::placeholder {
    opacity: 0;
    transform: translateX(10px);
}

.newsletter-h {
    padding: 22px 0 80px;
}

/* End Newsletter-h */

/* Start Footer */

footer {
    background: linear-gradient(180deg, rgba(72, 0, 128, 0.6) 0%, rgba(57, 2, 101, 0.6) 100%);
}

.footer-top {
    padding: 58px 0;
}

.logo-f {
    max-width: 53.24px;
    margin: 0 auto 25px;
    filter: brightness(0) invert(1);
}

.s-h {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    gap: 21px;
}

align-items a {
    width: 46.8px;
    height: 46.8px;
    display: block;
}

.footer-block h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
}

.link-f li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    display: inline-block;
    margin: 7px 0;
    opacity: 0.8;
}

.info-items .item a {
    display: flex;
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    gap: 11px;
    margin: 14px 0;
}

.link-f li a:hover,
.info-items .item a:hover,
.info-items .item a:hover span {
    opacity: 1;
}

.info-items .item a span {
    opacity: 0.8;
    transition: all .3s;
}

.info-items .item a span u {
    display: inline-block;
    direction: ltr;
    text-decoration: none;
}

.thx-h {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 8px;
    margin: 15px 0 2px;
    min-height: 42px;
}

.thx-h .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.footer-block .thx-h h3 {
    width: calc(100% - 40px);
    margin: 0;
}

.footer-block .text-download {
    text-align: start;
}

.footer-block .text-download p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.9px;
    letter-spacing: 0.005em;
    margin: 0 0 20px;
}

.footer-block .text-download .download-btns {
    justify-content: start;
}

.footer-bottom {
    padding: 30px 0;
    text-align: center;
}

.copy-right p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 19.53px;
}

/* End Footer */

/* Start Animation */

.value-h .col-md-4:nth-child(2),
.partners-h .col-md-4:nth-child(2) {
    animation-duration: 1s;
    /* animation-delay: .3s; */
}

.value-h .col-md-4:nth-child(3),
.partners-h .col-md-4:nth-child(3) {
    animation-duration: 1.5s;
    /* animation-delay: .4s; */
}

.value-h .col-md-4:nth-child(4),
.partners-h .col-md-4:nth-child(4) {
    animation-duration: 2s;
}

.text-banner .icon {
    margin: 0 0 32px;
    -webkit-animation: mover 5s infinite alternate;
    animation: mover 5s infinite alternate;
}

/* End Animation */

/* Start Terms-page */

.page-image-top {
    padding: 217px 0 54px;
    background: var(--bg-grad);
}

.img-inner {
    text-align: center;
    position: relative;
}

.img-inner .icon {
    position: absolute;
    top: 0;
    -webkit-animation: mover 4s infinite alternate;
    animation: mover 4s infinite alternate;
}

.img-inner .icon.icon-1 {
    left: 0;
    -webkit-animation: mover2 4s infinite alternate;
    animation: mover2 4s infinite alternate;
}

.img-inner .icon.icon-2 {
    right: 0;
}

@keyframes mover2 {
    0% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(15px);
    }
}

.img-inner .img {
    max-width: 630px;
    margin: 0 auto;
}

.body-inner {
    padding: 100px 0;
}

.terms-page {
    background: linear-gradient(to bottom, #F3F4F8 22%, #fff 0);
}

.terms-inner {
    box-shadow: 0px 4px 25px 0px #0000001A;
    background: #fff;
    padding: 104px 150px;
    text-align: center;
    border-radius: 14px;
    position: relative;
    z-index: 2;
}

.terms-inner .text-inner h3 {
    color: var(--sec-color);
    font-size: 30px;
    font-weight: 700;
    line-height: 40.25px;
    letter-spacing: 0.03em;
    margin: 0 0 25px;
}

.terms-inner .text-inner p,
.terms-inner .text-inner ul li {
    margin: 25px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28.91px;
    text-align: center;
    color: #8A8A8A;
}

.terms-inner .text-inner p a {
    font-weight: 700;
}

.terms-inner .text-inner ul li {
    margin: 10px 0;
}

/* End Terms-page */

/* Start Prising-page */


.breadcrumb {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    box-shadow: 0px 1px 5px 0px #1B002D2B;
    position: relative;
    z-index: 2;
    padding: 16px;
    margin: 100px 0;
    gap: 9px;
}

.page-image-top.pricing-top {
    min-height: 987px;
}

.page-image-top.pricing-top .img-inner .icon {
    margin-top: -120px;
}

.package-page.body-inner {
    margin-top: -450px;
}

.package-block {
    background: #FFFFFF;
    max-width: 411.57px;
    box-shadow: 0px 100px 80px 0px #8B689145;
    padding: 10px 18px;
    border-radius: 14px;
    overflow: hidden;
}

.package-block .package-title {
    padding: 20px 0 27px;
    text-align: center;
    border-bottom: 0.75px solid #C5C3C3;
}

.package-block .package-title h3 {
    margin: 0;
    font-family: Cairo;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.20000000298023224px;
    color: #11142D;
}

.package-block .package-price {
    padding: 35px 0 0;
    text-align: center;
}

.package-block .package-price h2 {
    font-family: Cairo;
    font-size: 36px;
    font-weight: 700;
    line-height: 28.5px;
    color: var(--dark-color2);
    margin: 0 0 6px;
}

.package-block .package-price span {
    font-family: Cairo;
    font-size: 18px;
    font-weight: 600;
    line-height: 33.73px;
    color: #212121;
}

.package-block .package-details {
    padding: 24px 0;
}

.package-block .package-details ul li {
    position: relative;
    padding-inline-start: 26px;
    margin: 0 0 29px;
    font-family: Cairo;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #808080;
    max-width: 330px;
}

.package-block .package-details ul li:last-child {
    margin: 0;
}

.package-block .package-details ul li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    right: 0;
    width: 13px;
    font-size: 18px;
    font-family: 'Font Awesome 6 Pro';
    color: var(--sec-color);
    top: 0;
}

.package-block .package-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    gap: 12px;
}

.btn.btn-border {
    border: 2px var(--main-color) solid !important;
    background: transparent;
    color: var(--main-color);
    border-radius: 10px;
    font-family: Cairo;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.20000000298023224px;
}

.btn.btn-border:hover {
    background: var(--main-color);
    color: #fff;
}

.link-free {
    font-family: Cairo;
    font-size: 16px;
    font-weight: 700;
    line-height: 29.98px;
    color: #212121;
}

.package-page .row {
    align-items: center;
    -webkit-align-items: center;
}

.package-block.package-gold .package-title h3 {
    color: #D4AF37;
}

.package-block.package-silver .package-title h3 {
    color: #A3A3AE;
}

.package-block.package-gold {
    margin: 0 auto;
}

.package-block.package-silver {
    margin-inline-start: auto;
}

.newsletter-details.contact-now .newletter-inner p {
    color: #DFBAF3;
}

.contact-now .callNow {
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 13px 0;
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    color: #fff;
    gap: 10px;
}

.contact-now .contact-form {
    max-width: 694px;
    margin: 40px auto 0;
}

.contact-now .contact-form .form-group {
    position: relative;
    margin: 0 0 41px;
}

.contact-now .contact-form .col-md-12:last-child .form-group {
    margin: 0;
}

.contact-now .contact-form .form-group .form-control {
    width: 100%;
    background: #F2F2F2;
    height: 79px;
    border-radius: 8px;
    padding: 0 20px !important;
    padding-inline-start: 60px !important;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    line-height: 28.9px;
    letter-spacing: 0.02em;
}

.contact-now .contact-form .form-group .icon {
    width: 21.48px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 25px 20px;
    text-align: center;
}

.contact-now .contact-form .form-group .iti {
    width: 100%;
}

.contact-now .contact-form .form-group .iti .form-control {
    background: #fff;
    padding-inline-start: 130px !important;
}

.iti__flag-container {
    /* direction: ltr; */
}

.iti__selected-flag {
    background: transparent !important;
    direction: ltr !important;
    font-family: Rubik;
    font-size: 22px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.30000001192092896px;
    text-align: left;
}

button.btn.btn-form {
    border-radius: 8px;
    background: var(--sec-color);
}

button.btn.btn-form::before {
    background: radial-gradient(circle closest-side, var(--main-color), transparent);
}


.breadcrumb h3 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 41.66px;
    color: var(--main-color);
}

/* End Prising-page */

/* Start Business-page */

.img-banner .img.img-2 {
    position: absolute;
    bottom: 72px;
    right: 60px;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

.services-h.services-h2 .serv-img .img {
    max-height: max-content;
    margin: 0 auto 52px;
}

.services-h.services-h2 .serv-img .img img {
    max-width: 479.39px;
}

.buss-time-h {
    padding: 130px 0 0;
}

.buss-time-h::after {
    content: "";
    position: absolute;
    inset: 0;
    height: 30%;
    background: var(--bg-grad);
    z-index: -1;
}

.buss-time-h .row:nth-child(n + 2) {
    position: relative;
    /* align-items: center; */
    /* -webkit-align-items: center; */
    z-index: 1;
    /* overflow: hidden; */
}

.buss-time-h .row:nth-child(n + 2)::after {
    content: "";
    position: absolute;
    inset: 0;
    max-width: 100%;
    background: url(../images/line-3.svg);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    margin-inline-start: 80px;
    margin-top: -4%;
    max-height: 100%;
}

.text-time-buss {
    max-width: 477px;
    margin-inline-start: auto;
    padding-bottom: 469px;
}

.img-time-buss {
    max-width: 554px;
    text-align: center;
    margin: 0 auto;
}

.text-time-buss .icon {
    width: 60.38px;
    height: 60.38px;
    line-height: 60.38px;
    text-align: center;
    background: #7E4EA0;
    border-radius: 50%;
    margin-left: -100px;
    margin-top: -100px;
    margin-bottom: 66px;
}

.buss-time-h .row:nth-child(odd) {
    flex-direction: row-reverse;
    overflow: visible;
}

.buss-time-h .title {
    margin: 0 0 223px;
}

.text-time-buss h3 {
    color: var(--dark-color2);
    font-size: 24px;
    font-weight: 700;
    line-height: 31.25px;
    margin: 0 0 20px;
}

.text-time-buss p {
    color: #8A8A8A;
    font-size: 20px;
    font-weight: 500;
    line-height: 26.04px;
}

.buss-time-h .row:nth-child(odd)::after {
    transform: scaleX(-1);
    margin-inline-start: 0;
    margin-inline-end: 521px;
    margin-top: -4%;
}

.buss-time-h .row:nth-child(odd) .text-time-buss .icon {
    margin-top: 0;
    margin-bottom: -41px;
    background: var(--sec-color);
}

.buss-time-h .row:nth-child(5)::after {
    margin-inline-end: 34.4%;
    max-height: 105%;
    margin-inline-end: 484px;
}

.img-time-buss img {
    max-height: 374px;
}

.buss-time-h .row:nth-child(odd) .text-time-buss {
    max-width: 408px;
    margin-inline-end: 24px;
}

.buss-time-h .row:nth-child(3) .text-time-buss {
    margin-inline-end: 58px;
}

.buss-time-h .row:nth-child(6)::after {}

.buss-time-h .row:nth-child(6) .text-time-buss .icon {
    margin-top: -70px;
    margin-bottom: 35px;
}

.buss-time-h .row:nth-child(7)::after {
    margin-inline-end: 488px;
    max-height: 110%;
}

.buss-time-h .row:last-child .text-time-buss {
    padding-bottom: 420px;
}

.stands-h.booking-h {
    padding: 128px 0 100px;
}

.text-stand.text-time>span {
    color: var(--dark-color2);
    font-size: 22px;
    font-weight: 700;
    line-height: 32.95px;
    text-transform: capitalize;
}

.stands-h.booking-h .text-time>h3 {
    font-size: 37px;
    font-weight: 700;
    line-height: 49.95px;
}

.stands-h.booking-h .text-time .list-time ul li {
    color: #050C26;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 500;
    line-height: 35.3px;
    margin: 0 0 25px;
}

.stands-h.booking-h .text-time .list-time ul ul li {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 28.5px;
    color: #8A8A8A;
    padding: 0;
}

.stands-h.booking-h .text-time .list-time ul ul li::before,
.stands-h.booking-h .text-time .list-time ul ul li::after {
    display: none;
}

.booking-h .stand-img {
    max-width: 486px;
}

.booking-h .stand-img .img.img-2 {
    margin-top: 98px;
    max-width: 178.89px;
    margin-left: 43px;
    height: 100%;
}

.booking-h .stand-img .img.img-3 {
    margin-top: -1px;
}

.booking-h .stand-img .img.img-1 {
    margin-right: -30px;
    position: relative;
    top: 13px;
}

.questions-h {
    padding: 110px 0;
    background: var(--bg-grad);
}

.questions-inner {
    max-width: 1361px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 39px;
    border-radius: 18px;
    box-shadow: 0px 0px 4px 0px #00000040;
}

.questions-inner .questions-head {
    padding: 0 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    border-bottom: 0.75px solid #DDDDE5;
    margin: 0 0 33px;
}

.question-title h3 {
    margin: 0;
    color: #071F45;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
}

.question-title h3 span {
    color: var(--dark-color2);
}

.question-title {
    padding-inline-end: 30px;
}

.question-search {
    max-width: 470px;
    width: 100%;
}

.question-search form {
    display: flex;
    gap: 14px;
}

.question-search form input {
    width: calc(100% - 84px);
    background: #F6F5FD;
    border: none !important;
    box-shadow: none !important;
    height: 60px;
    padding: 0 16px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.question-search form input::placeholder {
    color: #4F5665;
}

.question-search form button {
    width: 70px;
    border: none;
    background: var(--sec-color);
    color: #fff;
    box-shadow: none !important;
    font-size: 24px;
    border-radius: 5px;
    overflow: hidden;
}

.questions-inner .question-accordion {
    max-height: 616px;
    overflow: hidden;
    overflow-y: auto;
    padding-inline-end: 20px;
}

.accordion-item {
    border-radius: 4px !important;
    margin: 22px 0;
    border: 1px solid #DBDBDB !IMPORTANT;
}

.accordion-button {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    border: none;
    background: #FAF7FF !important;
    padding: 16px 28px;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    text-align: start;
}

.accordion-button .icon {
    border-inline-end: 0.75px solid #E4E4EF;
    width: 45px;
}

.accordion-button h3 {
    margin: 0;
    width: calc(100% - 45px);
    padding-inline-start: 18px;
    max-width: 1086px;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #333333;
}

.accordion-button::after {
    background: transparent;
    content: "\f0d7";
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    color: #071F45;
    font-size: 16px;
    margin: 0;
    margin-inline-start: auto;
}

.accordion-button:not(.collapsed)::after {
    background: transparent;
    color: #945BBC;
}

.accordion-body p {
    color: #656467;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    max-width: 1127px;
}

.accordion-body {
    padding: 14px 72px;
}

.partners-slider .item {
    padding: 0 15px;
}

.slick-prev,
.slick-next {
    z-index: 4;
    width: 40px;
    height: 40px;
    background: var(--main-color);
    border-radius: 50%;
    margin: 0 15px;
}

.slick-prev::before,
.slick-next::before {
    line-height: 40px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    font-family: 'Font Awesome 6 Pro';
    color: #fff;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: var(--sec-color);
    color: #fff;
}


@media (max-width: 1440px) {
    .buss-time-h .row:nth-child(odd)::after {
        margin-inline-end: 502px;
    }

    .buss-time-h .row:nth-child(5)::after {
        margin-inline-end: 460px;
        max-height: 100%;
    }

    .buss-time-h .row:nth-child(7)::after {
        margin-inline-end: 462px;
    }
}

@media (max-width: 1300px) {
    .services-h.services-h2 .serv-img .img img {
        max-width: 350px;
    }

    .serv-img .img::after {
        width: 300px;
        height: 300px;
    }

    .buss-time-h .row:nth-child(n + 2)::after {
        margin-inline-start: -53px;
    }

    .img-time-buss {
        max-width: 400px;
    }

    .buss-time-h .row:nth-child(odd)::after {
        margin-inline-start: 0;
        margin-inline-end: 534px;
    }

    .text-time-buss {
        padding-bottom: 339px;
    }

    .buss-time-h .row:nth-child(5)::after {
        margin-inline-end: 43.499%;
    }

    .buss-time-h .row:nth-child(7)::after {
        margin-inline-end: 500px;
    }
}


/* End Business-page */