@import url('https://fonts.googleapis.com/css2?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&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Poppins", sans-serif;
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.header-logo {
    width: 100%;
    height: 50px;
}

.header-logo a,
.header-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 0;
    font-size: 16px;
    text-transform: capitalize;
    z-index: 1;
}

.menuSec ul li:nth-last-child(-n+2) a {
    display: none;
}

/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: auto;
    z-index: 9;
}

header .container {
    background: #051229;
    padding: 20px;
}

header .row {
    align-items: center;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    color: #0AC8FF !important;
}

.menuSec ul li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 5px;
    background: #0AC8FF;
    border-radius: 10px;
    left: 0;
    right: 0;
    bottom: 8px;
    margin: auto;
    transition: .3s all;
}

.menuSec ul li a:hover:before,
.menuSec ul li a.active:before {
    bottom: -10px;
    width: 20px;
}

.theme-btn {
    padding: 14px 50px;
    font-size: 16px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0AC8FF;
    border-radius: 70px;
    transition: .4s all;
    box-shadow: 0px 8px 15px #00000026;
}

.header-btn {
    text-align: end;
}

.theme-btn:hover {
    color: #0ac8ff;
    background: #fff;
    box-shadow: inset 0 0 0px 5px #0ac8ff;
}

.header-btn-flex {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: end;
}

/*header css start */

/* Home Banner */

.home-baner-sec {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

img.hm-banr-imag {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.home-banner-box {
    position: absolute;
    top: 0;
    bottom: -10%;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

img.ban-abs {
    position: absolute;
    bottom: 0;
    right: 1vw;
    z-index: 0;
    width: 50%;
}

img.ban-1 {
    width: 85%;
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 auto -220px;
}

.home-banner-box .row {
    align-items: center;
}

.home-baner-text h1 {
    color: #fff;
    position: relative;
    z-index: 1;
    padding-left: 31px;
    font: normal normal bold 71px/71px Poppins;
}

.home-baner-text {
    width: 110%;
    position: relative;
    z-index: 3;
}

.home-baner-text h1:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 80%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #0ac8ff;
    border-radius: 50px;
}

.home-baner-text h3 {
    font: normal normal normal 51px/60px Poppins;
    color: #06C4E6;
    margin: 15px 0;
}

.baner-apps {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 20px;
}

.baner-apps a,
.baner-apps img {
    width: 160px;
    height: 50px;
    object-fit: contain;
    border: none;
    border-radius: 0px;
}

.scroll-btm {
    border: 1px solid #0AC8FF;
    border-radius: 77px;
    opacity: 1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    width: 65px;
    height: 105px;
    left: 24px;
    display: grid;
    place-content: center;
}


/* Home Banner */

.about-main {
    position: relative;
    z-index: 1;
}

.about-main::after {
    position: absolute;
    content: '';
    width: 508px;
    height: 508px;
    background: #0AC9FF29 0% 0% no-repeat padding-box;
    opacity: 1;
    filter: blur(50px);
    top: 0;
    left: 0;
}

.about-sec {
    padding: 80px 0;
}

.about-images {
    position: relative;
    z-index: 1;
}

.about-images img.about-1 {
    width: 100%;
    object-fit: cover;
}

img.about-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 6px solid #fff;
    border-radius: 10px;
    border-right: 0;
    width: 370px;
    height: 345px;
    border-bottom: 0;
    object-fit: cover;
}

.about-expr {
    width: 270px;
    height: 231px;
    background: #0AC9FF;
    border-radius: 4px;
    border: 5px solid #fff;
    border-left: 0;
    display: grid;
    place-content: center;
    text-align: center;
    border-bottom: 0;
}

.about-expr h3 {
    font: normal normal bold 72px/80px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.about-expr h6 {
    font: normal normal 600 20px/30px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.about-text h6 {
    font: normal normal bold 36px/60px Poppins;
    letter-spacing: 0px;
    color: #0AC9FF;
}

.about-text h2 {
    font: normal normal bold 46px/56px Poppins;
    letter-spacing: 0px;
    color: #2D2D2D;
    position: relative;
    z-index: 1;
    padding-left: 20px;
}

.about-text h2:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 80%;
    left: 0;
    top: 0;
    bottom: 0;
    background: #0ac9ff;
    margin: auto;
    border-radius: 40px;
}

.about-text p {
    font: normal normal normal 15px/30px Poppins;
    color: #6A6A6A;
    margin: 15px 0;
}

ul.about-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 10px 0;
}

ul.about-list li p {
    margin: 0;
}

ul.about-list li i {
    font-size: 24px;
    color: #0ac9ff;
}

ul.about-list p {
    font: normal normal bold 18px/30px Poppins;
    letter-spacing: 0px;
    color: #000000;
}

.about-text a {
    margin-top: 15px;
}

.about-sec .row {
    align-items: center;
}

.feature-sec {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.feature-head h3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
    z-index: 1;
    padding-left: 30px;
}

.feature-head h3>span {
    font: normal normal bold 120px/121px Poppins;
    letter-spacing: 0px;
    color: #2D2D2D;
    width: 20%;
}

.feature-head h3>p {
    font: normal normal normal 16px/30px Poppins;
    color: #6A6A6A;
    width: 85%;
}

.feature-head h3::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 75%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #14caff;
    border-radius: 50px;
}

.feature-head h2 {
    font: normal normal bold 260px/240px Poppins;
    color: #2D2D2D;
    text-align: center;
}

.feature-sec .row {
    align-items: center;
}

.key-feature-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.kea-feature-icon {
    width: 122px;
    height: 122px;
    box-shadow: 0px 3px 6px #0000001A;
    border: 9px solid #0AC8FF;
    display: grid;
    place-content: center;
    border-radius: 150px;
}

.kea-feature-text {
    width: 67%;
}

.kea-feature-text h4 {
    font: normal normal bold 22px/30px Poppins;
    letter-spacing: 0px;
    color: #252525;
}

.kea-feature-text p {
    font: normal normal normal 14px/22px Poppins;
    letter-spacing: 0.14px;
    color: #666666;
    font-weight: 500;
}

.feature-sec .col-lg-4 {
    display: grid;
    justify-content: space-between;
    row-gap: 80px;
}

.feature-center img {
    width: 100%;
}

.feature-center {
    margin: 10px 0 0 0;
}

.about-main::before {
    position: absolute;
    content: '';
    width: 508px;
    height: 508px;
    background: #0AC9FF29 0% 0% no-repeat padding-box;
    opacity: 1;
    filter: blur(50px);
    bottom: 35%;
    right: -10%;
}

html {
    overflow-x: hidden;
}


/* Why Use Section */

.why-use-sec {
    position: relative;
    z-index: 1;
    padding: 50px 0;
}

.why-use-sec .row {
    align-items: center;
}

.why-use-image img.yus-1 {
    width: 80%;
    margin: 0 auto;
}

img.yus-2 {
    position: absolute;
    bottom: 0;
    left: 1vw;
    width: 47%;
    z-index: -1;
}

.why-use-text h6 {
    font: normal normal bold 42px/54px Poppins;
    letter-spacing: 0px;
    color: #2D2D2D;
}

.why-use-text img.yu-logo {
    margin: 20px 0;
    width: 65%;
}

.why-use-text p {
    font: normal normal normal 18px/30px Poppins;
    letter-spacing: 0px;
    color: #6A6A6A;
}

.y-btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 30px;
}

.y-btns a,
.y-btns img {
    width: 180px;
    height: 55px;
    object-fit: contain;
    border-radius: 10px;
}


/* Why Use Section */


/* Testimonial Section */


/* Tstimonial Section Start */

section.client-sec {
    padding: 250px 0px 200px;
    margin-top: 80px;
}

.client-card p {
    font-size: 15px;
    line-height: 27px;
    width: 100%;
}

.img-1 {
    display: none;
}

.img-2 {
    width: 150px;
    height: 140px;
    top: -100px;
    left: -100px;
}

.img-3 {
    border-radius: 101px;
    width: 150px;
    height: 245px;
    top: 25%;
    left: -100px;
}

.img-4 {
    width: 150px;
    height: 150px;
    border-radius: 101px 0px 101px 101px;
    bottom: -10%;
    left: -100px;
}

.img-5 {
    width: 150px;
    height: 150px;
    top: -170px;
    left: 28%;
    border-radius: 0px 0px 0px 106px;
}

.img-6 {
    width: 150px;
    height: 150px;
    border-radius: 88px 88px 0px 0px;
    top: -250px;
    left: 42%;
}

.img-7 {
    width: 150px;
    height: 150px;
    border-radius: 0px 0px 106px 0px;
    right: 32%;
    top: -170px;
}

.img-8 {
    width: 150px;
    height: 150px;
    border-radius: 0px 101px 101px 101px;
    top: -100px;
    right: 5%;
}

.img-9 {
    width: 150px;
    height: 150px;
    right: -100px;
    border-radius: 0px 109px 0px 0px;
    top: 50px;
}

.img-10 {
    width: 150px;
    height: 190px;
    border-radius: 0px 101px 101px 101px;
    bottom: 13%;
    right: -100px;
}

.img-11 {
    width: 150px;
    height: 150px;
    border-radius: 0px 0px 0px 144px;
    top: 22%;
    right: 6%;
}

.client-details h5 {
    text-transform: capitalize;
    margin: 30px 0 0px 0;
    font: normal normal bold 30px/90px Poppins;
    letter-spacing: 0px;
    color: #051229;
}

.center {
    position: absolute;
    bottom: -150px;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 148px;
    height: 148px;
}

.center img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.center img {
    border-radius: 10px;
    background: #000;
}

.active_testi {
    animation: 1.5s linear 0s infinite normal none running pulse;
}

.client-slider-for .slick-slide {
    margin: 0px !important;
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

.client-sec .sec-head {
    text-align: center;
}

.client-sec .sec-head h2 {
    font-size: 59.62px;
    color: #141414;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.client-sec .sec-head p {
    color: #8d8d8d;
    font-weight: 500;
    width: 90%;
    margin: 0 auto;
}

.client-sec .sec-head {
    margin-bottom: 40px;
}

.client-card.building-text {
    padding: 0;
    text-align: center;
    position: relative;
    margin: 0px auto 0;
    z-index: 9;
}

.client-card.building-text::after {
    height: 30px;
    background: #0495b7;
    top: -10px;
    transform: rotate(45deg);
}

.client-details p {
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.testimonial-slider-box {
    width: 65%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.cs-nav-box {
    position: absolute;
    cursor: pointer;
}

section.client-sec .container {
    position: relative;
    z-index: 1;
}

.testimonial-slider-box h6 {
    font: normal normal bold 42px/50px Poppins;
    letter-spacing: 0px;
    color: #0AC9FF;
}

.testimonial-slider-box h2 {
    font: normal normal bold 60px/70px Poppins;
    letter-spacing: 0px;
    color: #051229;
}

.testimonial-slider-box img.quoma {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: 15px 0 15px;
}

.client-card.building-text p {
    font: normal normal normal 18px/35px Poppins;
    letter-spacing: 0px;
    color: #6A6A6A;
}

footer {
    padding: 80px 0 0;
    background: #051229;
}

.footer-logo-content p {
    font: normal normal normal 18px/30px Poppins;
    color: #fff;
    margin: 25px 0;
}

ul.footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

ul.footer-social i {
    font-size: 30px;
    color: #fff;
}

.footer-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.foter-icon {}

.foter-icon {}

.foter-icon lottie-player {
    width: 100px !important;
    height: 100px !important;
    filter: grayscale(1);
}

.footer-heading h3 {
    font-size: 40px;
    color: #fff;
}

span.theme-color {
    color: #0ac8ff;
}

.footer-input input {
    width: 100%;
    height: 55px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding: 0 10px;
    border-radius: 10px;
    margin: 35px 0 0;
}

.footer-input input::placeholder {
    color: #fff;
    font-size: 16px;
}

.footer-button button {
    width: 70%;
    border-radius: 0;
    margin: 35px auto 0;
    display: block;
    border: 0;
    border-radius: 10px;
}

.footer-heading p {
    flex-flow: nowrap;
}

.footer-heading p {
    font: normal normal normal 22px/32px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.footer-logo-content {
    width: 90%;
}

.footer-nav p {
    font: normal normal bold 22px/35px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.footer-nav {
    background: #0ac8ff;
    padding: 15px 0;
    text-align: center;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    margin-top: 50px;
}


/* Testimonial Section */


/* Categories Section */

.category-sec {
    background: #06C4E6;
    position: relative;
    z-index: 0;
    padding: 80px 0;
}

.category-sec h2 {
    font: normal normal bold 60px/90px Poppins;
    color: #FFFFFF;
    text-align: center;
}

.category-sec .slick-active {
    opacity: 1;
}

.category-sec {}

.category-sec .slick-slide {
    opacity: 1;
}

.category-sec .slick-slide.slick-current.slick-active.slick-center img {
    /* transform: scale(1.2); */
}

.app-screen-slider-edit {
    position: relative;
    z-index: 1;
    width: 100%;
    height: max-content;
}


.app-screen-slider-edit video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 93%;
    height: 97%;
    object-fit: cover;
    border-radius: 40px;
    /* opacity: 0; */
}

.slick-center .app-screen-slider-edit video {
    width: 94%;
    left: 0px;
    height: 97.9%;
    top: 0px;
    right: 0;
    bottom: 0;
    margin: auto;
}

.category-sec .sec-head {
    margin-bottom: 50px;
    text-align: center;
}

.category-sec .sec-head p {
    font: normal normal normal 16px/32px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.category-slider {
    position: relative;
    z-index: 1;
    opacity: 1;
}

.category-slider::before {
    position: absolute;
    content: '';
    width: 337px;
    height: 100%;
    left: -200px;
    z-index: 2;
    background: #06C4E6 0% 0% no-repeat padding-box;
    opacity: 1;
    filter: blur(30px);
}

.category-slider::after {
    position: absolute;
    content: '';
    width: 337px;
    left: auto;
    height: 100%;
    right: -240px;
    z-index: 2;
    top: 0;
    background: #06C4E6 0% 0% no-repeat padding-box;
    opacity: 1;
    filter: blur(30px);
}

.category-slider .slick-center .app-screen-slider-edit video {
    opacity: 1;
}

.category-slider .slick-prev,
.category-slider .slick-next {
    z-index: 9;
}

.category-slider .slick-prev:before,
.category-slider .slick-next:before {
    position: absolute;
    content: '\f053';
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    border-radius: 50px;
    font-size: 20px;
    display: grid;
    place-content: center;
    margin: auto;
    font-family: "Font Awesome 6 Free";
    font-weight: 800;
    color: #fff;
}

.category-slider .slick-next:before {
    content: '\f054';
}

.category-slider .slick-next {
    right: -50px;
}

.category-slider .slick-prev {
    left: -90px;
}

.category-slider .slick-slide.slick-current.slick-active.slick-center {
    margin: 50px 20px;
    transform: scale(1.2);
}

.category-slider .slick-slide {
    /* height: 600px; */
    display: flex;
    /* margin-bottom: 60px !important; */
    /* transform: translate(0px, 60px) !important; */
    align-items: center;
    justify-content: center;
}

.category-slider .slick-slide.slick-active {
    transform: scale(1);
}

.category-slider .prev-slide {
    opacity: 0.7;
    transform: scale(0.95);
}

.category-slider .slick-center {
    /* transform: translate(0px, 5px) !important; */
}

/* Categories Section */

.inner-banner img {
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.privacy-page {
    padding: 80px 0;
}

.privacy-content h2 {
    font-size: 70px;
    text-align: center;
    font-weight: 600;
    margin: 0 0 30px;
}

.privacy-content h3 {
    font-size: 40px;
    margin: 45px 0 0px;
}

.privacy-content p {
    font-size: 18px;
    color: #767676;
    line-height: 34px;
    margin: 20px 0;
}

.copy-rights ul {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.category-slider .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}