* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

html {
    scroll-behavior: smooth;

}

:root {
    --main-color: #00283b;
    --primary-color: #b4d6ef;
    --lightGray-color: #d8d8d8;
    --white-color: #ffff;
    --bs-lightwhite-color: #f4f8fb;
    --black-color: #000000;
    --light-black-color: #000000b3;
    --lg-border-radius: 30px;
    --md-border-radius: 20px;
    --sm-border-radius: 10px;
    --light-grey-color: #646464;
    --bs-paragraph-color: #797979;
    --bs-secondary-color: #193d4e;
    --bs-lightsecondary-color: #072e40;
    --bs-light-main-color: #193d4e38;
    --bs-dark-gray-color: #494545;
}

body {
    margin: 0;
    box-sizing: border-box;
    background-image: linear-gradient(180deg, rgb(255 255 255 / 21%), rgb(255 255 255 / 80%)), url(../images/home_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent !important;
    font-family: 'Chivo', Arial, sans-serif !important;
    font-size: 16px;
}

@import url('https://fonts.googleapis.com/css2?family=Chivo&display=swap');


.main-wrapper {
    background-image: linear-gradient(21deg, var(--main-color) 0, rgba(4, 45, 107, 0.25) 60%, rgba(4, 45, 107, 0) 85%), url("../images/caller_image.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    width: 100%;
}

.nav-background {
    background-color: rgba(225, 225, 225, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.home-content {
    /* background-image:linear-gradient(180deg, rgb(255 255 255 / 50%), rgb(255 255 255 / 38%)), url(../images/wave.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
    /* clip-path: polygon(100% 0, 100% 0, 100% 0, 100% 90%, 76% 97%, 49% 99%, 20% 97%, 0 89%, 0 0, 0 0); */
}


/* .navbar {
    height: 70px;
} */

nav {
    top: 0;
    left: 0;
    width: 100%;
    /* padding: 15px; */
    background-color: var(--main-color);
    color: var(--white-color);
    /* transition: background-color 1s; */
    z-index: 1000;
    /* box-shadow: 0px 0px 13px rgba(225, 225, 225, 0.4); */
}

nav.scrolled {
    background-color: rgba(3, 49, 88, 0.61);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
}

.nav .navbar-brand {
    color: var(--main-color);
}

.navbar-brand {
    width: 20%;
    min-width: 200px;
    font-weight: 800;
    cursor: pointer;
}

nav .navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    /* padding: 15px; */
}

nav .navbar-nav .nav-item {
    display: inline;
    margin: 0 6px;
    transition: 1s;
    position: relative;
    display: inline-block;
}

.navbar-nav .nav-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #f1dc61;
    transition: width 0.5s ease-in-out;
}

.navbar-nav .nav-item:hover::after {
    width: 100%;
}

.navbar-nav .nav-item:hover {
    color: #f1dc61;
    transition: color 0.2s;
}

nav .navbar-nav .nav-item .nav-link {
    color: inherit;
    text-decoration: none;
    font-size: 16px;
}

nav .navbar-nav .nav-item .nav-link.active {
    font-weight: 600;
    color: #f1dc61 !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.btn button {
    padding: 10px 35px;
    background-color: #f1dc61;
    color: #000000c9;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.btn a {
    text-decoration: none;
}

.btn button:hover {
    background-color: #d4b501;
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.home_wrapper {
    /* background-color: var(--main-color); */
    background-image: url("../images/banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* clip-path: polygon(100% 0, 100% 0, 100% 97%, 50% 100%, 0 97%, 0 0); */
    height: calc(100vh - 68px);
    max-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scrollToTopBtn1 {
    position: absolute !important;
    bottom: 100px;
    margin: auto;
    background-color: rgba(12, 12, 12, 0.35);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(28px);
    /* background-color: var(--lightGray-color);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); */
    color: #fff;
    border: none;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer !important;
    z-index: 3;
    animation: scrollanimation 0.9s infinite alternate;
}

.icon i {
    font-size: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    animation: scrollanimation 0.9s infinite alternate;
}

@keyframes scrollanimation {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(10px);
    }
}

.circles-overlay {
    position: absolute;
    right: -100px;
    top: 50%;
    height: 300px;
    width: 300px;
    border: 50px solid var(--bs-lightsecondary-color);
    border-radius: 50%;
    transform: rotate(76deg);
    z-index: -1;
}

.circles2-overlay {
    position: absolute;
    left: -73px;
    top: -10%;
    height: 300px;
    width: 300px;
    border: 50px solid var(--bs-lightsecondary-color);
    border-radius: 50%;
    transform: rotate(76deg);
    z-index: -1;
}

.square1-overlay {
    position: absolute;
    right: 30%;
    top: -88px;
    height: 300px;
    width: 300px;
    border: 15px solid var(--bs-lightsecondary-color);
    background-color: var(--bs-lightsecondary-color);
    transform: rotate(133deg);
    z-index: -1;
}

.square-overlay {
    position: absolute;
    left: -67px;
    bottom: 0;
    height: 300px;
    width: 300px;
    border: 15px solid var(--bs-lightsecondary-color);
    background-color: var(--bs-lightsecondary-color);
    transform: rotate(230deg);
    z-index: -1;
}

.home_image {
    /* padding-top: 30px; */
    width: 80%;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.home_image img {
    width: 100%;
    /* height: 100vh; */
}

@keyframes mover {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(5px);
    }
}

.home_wrapper .home_image img {
    width: 100%;
    height: 100%;
}

.parallax-img {
    position: relative;
    width: 100%;
    height: auto;
    transition: transform 0.1s ease-out;
}

.main_title {
    font-weight: 400;
    font-size: 46px;
    position: relative;
    color: #fff;
    margin-left: 0px;
}

.main_title span {
    font-weight: 700;
    position: relative;
    color: #fff;
    margin-left: 0px;
}

.main_title::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 80%;
    left: -20px;
    top: 14px;
    background-color: #f4ac3e;
    border-radius: var(--sm-border-radius);
}

.main_paragraph {
    color: #ffffffb0;
    font-weight: 400;
    font-size: 18px;
}

.btn-download-app {
    border-radius: var(--sm-border-radius);
    width: 40%;
}

.scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--main-color);
    color: var(--white-color);
    border: none;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    display: none;
    z-index: 1000;
}

.scrollToTopBtn:hover {
    background-color: var(--main-color);
}

.title {
    width: 50%;
}

/* ----------------- 
      features 
  ------------------- */

.features {
    /* background-image: url("/assets/images/bodybg\ \(1\).png") !important;
    background-repeat: repeat-y; */
    /* color: rgb(121, 121, 121); */
    /* background-image: linear-gradient(180deg, rgb(255 255 255 / 50%), rgb(255 255 255 / 81%)), url(../images/j1.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
    position: relative;
    overflow: hidden;
}

.circle-arrow {
    position: absolute;
    top: -156px;
    left: -14px;
    border: 1px solid var(--bs-light-main-color);
    height: 300px;
    width: 300px;
    border-radius: 50%;
}

.circle1-arrow {
    position: absolute;
    bottom: -74px;
    right: 196px;
    border: 1px solid var(--bs-light-main-color);
    height: 300px;
    width: 300px;
    border-radius: 50%;
}

.circle2-arrow {
    position: absolute;
    right: 30%;
    top: 28%;
    height: 300px;
    width: 300px;
    border: 1px solid var(--bs-light-main-color);
    border-radius: 50%;
    transform: rotate(76deg);
    z-index: -1;
}

.circle3-arrow {
    position: absolute;
    left: 240px;
    bottom: 26%;
    height: 300px;
    width: 300px;
    border: 1px solid var(--bs-light-main-color);
    border-radius: 50%;
    transform: rotate(76deg);
    z-index: -1;
}

.square-arrow {
    position: absolute;
    bottom: 50%;
    right: 196px;
    border: 1px solid #05516038;
    background-color: #05516038;
    border-radius: 50%;
    /* background:linear-gradient(230deg, #05516038 20%, #a3c7ce38 80%); */
    height: 200px;
    width: 200px;
}

.feature_wrapper {
    margin-top: 60px;
}

.feature_image {
    animation: scrollanimation1 2s ease-in-out infinite;
    position: relative;
    /* padding: 30px 110px; */
    padding: 50px;
}

@keyframes scrollanimation1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

.feature_image img {
    position: relative;
    /* width: 100%; */
    border-radius: var(--lg-border-radius);
    z-index: 2;
}

.feature_image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 45px;
    height: 65%;
    width: 50%;
    background-color: #00283b21;
    border-radius: 0px 0px 100px 100px;
}

.feature_image h1 {
    position: absolute;
    color: var(--lightGray-color);
    top: 325px;
    right: -240px;
    font-size: 7rem;
    z-index: 1;
    /* transform: rotate(90deg) !important; */
    transform: rotate(90deg) translateZ(0) !important;
}

.feature_title {
    font-weight: bold;
    font-size: 38px;
    border-bottom: 2px solid #f1dc61;
    position: relative;
    display: inline-block;
    margin-top: 30px;
    color: #000000c9;
}

.feature_title::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #00283b;
    transition: width 0.5s ease-in-out;
}

.feature_title:hover::after {
    width: 100%;
}

.feature_para {
    font-size: 16px;
    color: #5f6368;
    letter-spacing: 0.3px;
    font-weight: 400;
    line-height: 1.6;
}

.icons {
    border: 1px solid #00283b5e;
    /* Initial border color */
    border-radius: 50%;
    /* Makes it round */
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: relative;
    transition: all 0.3s ease;
    background-color: white;
}


/* .icons::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 0.5s ease;
} */

.icons:hover::before {
    border: 2px solid #00283b;
}

.icons:hover {
    box-shadow: 0 0 10px rgba(0, 40, 59, 0.3);
    border: 1px solid #00283b;
}

.icons img {
    width: 100%;
}

.lernmore_btn button {
    padding: 10px 35px;
    background-color: #f1dc61;
    color: #000000c9;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* .lernmore_btn {
    color: #000000;
    text-decoration: none;
    transition: 1s;
    font-size: 16px;
} */

.lernmore_btn button:hover {
    color: #000000;
}

.lernmore_btn button:hover {
    background-color: #d4b501;
    transform: translateX(10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* ------------------- 
      download css 
  ---------------------*/

#download {
    /* padding: 100px 0px; */
    position: relative;
    overflow: hidden;
}

.download-overlay {
    margin-top: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--main-color);
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* 
.circle-overlay {
    position: absolute;
    top: 55px;
    left: -120px;
    height: 450px;
    width: 450px;
    border: 70px solid var(--bs-secondary-color);
    border-radius: 50%;
    z-index: -1;
} */

.download_title {
    margin-top: 80px;
    font-size: 38px;
    font-weight: 700;
    color: var(--white-color);
}

.download_para {
    color: var(--white-color);
    font-size: 17px;
}

.footer-wrapper {
    background-color: var(--bs-lightsecondary-color);
}

.footer-wrapper .nav-link {
    color: var(--white-color);
}

.footer-wrapper a:hover {
    color: var(--white-color);
}

/* ------------------- 
    permission css 
 ---------------------*/

.permission_title {
    /* padding-top: 10px; */
    font-size: 25px;
    font-weight: bold;
    font-size: 26px;
    color: #000000c9;
}

.permission_para {
    /* padding-top: 14px; */
    font-size: 16px;
    color: #5f6368;
    letter-spacing: 0.3px;
    font-weight: 400;
    line-height: 1.6;
}

.lock {
    width: 70%;
    max-width: 400px;
    margin: 0 auto;
}


/* .lock img {
  border-radius: 30px;
} */

.privacy_wrapper {
    /* margin: 0px 20px; */
    overflow-x: hidden;
}

.privacy_title {
    margin: 20px 0px;
    font-size: 26px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: bold;
    color: #000000c9;
}

.privacy_title i {
    font-size: 18px;
    color: #fff;
    background-color: #00283b;
    padding: 10px;
    border: 1px solid #00283b;
    transition: 1s;
    border-radius: 25px;
}

.privacy_para {
    font-size: 16px;
    color: #5f6368;
    letter-spacing: 0.3px;
    font-weight: 400;
    line-height: 1.6;
}

.scroll_box {
    max-height: 250px;
    overflow-y: auto;
    padding: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    margin: 30px auto;
}

.container-box {
    max-width: 900px;
    padding: 20px;
}

/* -----------------
how to use csc
----------------- */

.info_title {
    align-items: center;
    padding-top: 10px;
    display: flex;
    gap: 15px;
    font-size: 26px;
    font-weight: 700;
    color: #000000c9;
}

.info_title i {
    font-size: 18px;
    color: #fff;
    background-color: #00283b;
    padding: 10px;
    border: 1px solid #00283b;
    transition: 1s;
    border-radius: 25px;
}


/* .info_title i:hover{
  background-color: #00283b;
  color: #fff;
  border: 1px solid #00283b;
} */

.info_para {
    padding-top: 10px;
    color: #5f6368;
    font-size: 16px;
    letter-spacing: 0.3px;
    font-weight: 400;
    line-height: 1.6;
}

.info_title1 {
    font-size: 24px;
    font-weight: 700;
    color: #000000c9;
}

.info_content .info_para {
    font-size: 16px;
    color: #5f6368;
    letter-spacing: 0.3px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1em;
}

.info_subTitle {
    font-size: 19px;
    margin-bottom: 5px;
    font-weight: 600;
}

.faq-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 2rem;
}

.accordion {
    margin-top: 30px;
}

.accordion-button {
    background-color: #f8f9fa;
    font-weight: 500;
    color: #000000c9 !important;
    transition: all 0.3s ease;
}

.accordion-button:hover {
    background-color: #00283b;
    color: #f1dc61 !important;
}

.accordion-button:not(.collapsed) {
    background-color: #00283b !important;
    color: #f1dc61 !important;
    box-shadow: none !important;
}

.accordion-body {
    background-color: #fdfdfd;
    border-top: 1px solid #ddd;
    font-size: 16px;
    color: #5f6368;
    letter-spacing: 0.3px;
    font-weight: 400;
    line-height: 1.6;
}

.accordion-item {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.Service {
    width: 70%;
    max-width: 400px;
    margin: 0 auto;
}

/* ------------------ 
   feature css  
 -------------------- */

.custom-carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

/* The carousel wrapper */
.custom-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: calc(100vh - 60px);
    perspective: 800px;
}

/* Each carousel item */
.custom-carousel-item {
    position: absolute;
    width: 280px;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); */
    cursor: pointer;
    transition: all 0.6s ease-in-out;
    transform: scale(0.8);
    opacity: 0.2;
    z-index: 1;
}

.custom-carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Positioning classes */
.custom-carousel-item.active {
    transform: translateY(0) scale(1.05);
    z-index: 5;
    opacity: 1;
}

.custom-carousel-item.left1 {
    transform: translateX(-250px) translateY(70px) rotate(-10deg) scale(0.9);
    z-index: 3;
    opacity: 0.2;
}

.custom-carousel-item.left2 {
    transform: translateX(-500px) translateY(170px) rotate(-10deg) scale(0.9);
    z-index: 2;
    opacity: 0.2;
}

.custom-carousel-item.right1 {
    transform: translateX(250px) translateY(70px) rotate(10deg) scale(0.9);
    z-index: 3;
    opacity: 0.2;
}

.custom-carousel-item.right2 {
    transform: translateX(500px) translateY(170px) rotate(10deg) scale(0.9);
    z-index: 2;
    opacity: 0.2;
}

/* Controls styling */
.custom-carousel-controls {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 10;
}

.custom-carousel-controls button {
    background: #00283b;
    color: #fff;
    border: none;
    font-size: 20px;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.3s;
}

.custom-carousel-controls button:hover {
    background: #00283b99;
}

.feature_title1 {
    font-weight: bold;
    font-size: 38px;
    border-bottom: 2px solid #f1dc61;
    position: relative;
    display: inline-block;
    margin-top: 30px;
    color: #000000c9;
}

.feature_title1::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #00283b;
    transition: width 0.5s ease-in-out;
}

.feature_title1:hover::after {
    width: 100%;
}


.feature-img1 {
    width: 70%;
    margin: 0px auto;
}

.feature-image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.footerfeatures {
    margin-top: 100px;
}

/* Feature display section - hidden by default */

.feature-display-section {
    margin-top: 100px;
    margin-bottom: 100px;
    animation: fadeIn 0.8s ease forwards;
}

.feature_para {
    font-family: 'Chivo', sans-serif;
    font-size: 1.1rem;
    color: #333;
    line-height: 1.6;
}

.scroll-to-top {
    position: fixed;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background-color: #00283b;
    padding: 6px 10px;
    border-radius: 30px;
}

.scroll-to-top i {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

/* Fade in animation */
.fade-in {
    animation: fadeInUp 0.6s ease-in-out both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/*-------------------
 ublock css 
 -------------------- */

.unlockscreen h1 {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}

.unlock_title {
    font-size: 24px;
    font-weight: 700;
    color: #000000c9;
}

.notes p {
    font-size: 17px;
    color: var(--bs-paragraph-color);
    letter-spacing: 0.3px;
    font-weight: 400;
    line-height: 1.6;
}

.unlock_2 {
    font-size: 16px;
    font-weight: 700;
    color: #000000c9;
}

.version h5 {
    font-size: 18px;
    font-weight: 700;
    color: #000000c9;
    font-family: "Google Sans Display", Roboto, Arial, sans-serif;
}

.version p {
    font-size: 17px;
    color: var(--bs-paragraph-color);
    letter-spacing: 0.3px;
    font-weight: 400;
    line-height: 1.6;
}

.unlock_para {
    font-size: 17px;
    color: var(--bs-paragraph-color);
    letter-spacing: 0.3px;
    font-weight: 400;
    line-height: 1.6;
}

.version {
    width: 100%;
}

.wave_title {
    font-size: 26px;
    font-weight: 700;
    color: #000000c9;
}

.wave_para {
    font-size: 17px;
    color: #5f6368;
    letter-spacing: 0.3px;
    font-weight: 400;
    line-height: 1.6;
}

/* ----------------- 
     help_support 
--------------------*/

.help_title {
    font-size: 26px;
    font-weight: 700;
    color: #000000c9;
}

.lead {
    font-size: 17px;
    color: #5f6368;
    letter-spacing: 0.3px;
    font-weight: 400;
    line-height: 1.6;
}

/*--------------- 
    sos page
 ----------------*/

.help_title1 {
    font-size: 24px;
    font-weight: 700;
    color: #000000c9;
}

.help_para1 {
    font-size: 16px;
    color: #5f6368;
    letter-spacing: 0.3px;
    font-weight: 400;
    line-height: 1.6;
}

.feature-section {
    padding: 60px 20px;
}

.feature-icon {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #00283b;
}

.custom-box {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #eee;
    transition: 0.3s;
}

.scroll-box {
    max-height: 600px;
    overflow-y: auto;
    /* Enables vertical scrolling */
    overflow-x: hidden;
    /* Hides horizontal scrollbar */
    padding-right: 10px;
    position: relative;
}

.scroll-box::-webkit-scrollbar {
    width: 8px;
}

.scroll-box::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.custom-box:hover {
    background-color: #f1f1f1;
}

/*----------------- 
     photohub css 
  -------------------*/


/* .slider-container {
  position: relative;
  max-width: 1140px;
  margin: auto;
}

.photohub-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  padding: 10px 40px;
}

.photohub {
  display: inline-flex;
  gap: 10px;
}

.photohub img {
  height: 300px;
  width: auto;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s;
}

.photohub img:hover {
  transform: scale(1.03);
}

.arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  font-size: 28px;
  padding: 10px 16px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1;
}

.arrow-btn.left {
  left: 10px;
}
.arrow-btn.right {
  right: 10px;
}

.arrow-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 999;
  flex-direction: column;
} */


/* 
.lightbox img {
  width: 80%;
  /* max-width: 100%; 
  height: 70%;
  /* max-height: 80vh; 
  object-fit: contain;
  border-radius: 10px;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.lightbox-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-nav button {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: none;
  font-size: 40px;
  padding: 10px 20px;
  cursor: pointer;
}

.lightbox-nav button:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.photohub-wrapper::-webkit-scrollbar {
  display: none;
}

.photohub-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
} */


/* =========== Responsive CSS =========== */

@media (min-width: 1400px) {
    .container {
        max-width: 1250px !important;
    }
}

@media (max-width: 1199px) {
    .feature_image h1 {
        position: absolute;
        color: var(--lightGray-color);
        top: 300px;
        right: -211px;
        font-size: 6rem;
        z-index: 1;
        transform: rotate(90deg);
    }

    .feature_image {
        padding: 85px;
    }

    /* .btn {
    margin: 0px auto;
  } */
    .main_title {
        font-size: 43px;
    }

    .main_title span {
        font-size: 43px;
    }

    nav .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    #download {
        width: 100%;
    }

    .main_title span {
        font-size: 40px;
    }

    .circle1-arrow {
        bottom: -135px;
        right: 170px;
    }

    .download_title {
        margin-top: 80px;
    }

    nav.scrolled {
        background-color: var(--white-color);
        color: var(--main-color);
    }

    /* .btn {
    margin: 0px auto;
  } */
    nav .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .feature_title {
        font-weight: 700;
        font-size: 1.5rem;
    }

    .feature_title1 {
        font-weight: 700;
        font-size: 1.5rem;
    }

    .feature_para {
        font-size: 1rem;
    }

    .feature_image {
        padding: 45px;
    }

    .feature_image h1 {
        position: absolute;
        color: var(--lightGray-color);
        top: 225px;
        right: -200px;
        font-size: 5rem;
        z-index: 1;
        transform: rotate(90deg);
    }

    #download {
        padding-left: 20px;
        padding-right: 20px;
    }

    .download-overlay {
        width: 100%;
    }

    .icons {
        height: 65px;
        width: 65px;
    }

    .icons img {
        width: 32px;
    }

    /* 
    .home_wrapper {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
    } */

    .scrollToTopBtn1 {
        display: none;
    }

    .btn {
        display: none;
    }

    .footer_icon {
        justify-content: center;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .container {
        max-width: 960px !important;
    }

    .main_title {
        text-align: center;
    }

    .main_title::before {
        display: none;
    }

    .main_paragraph {
        text-align: center;
    }

    .btn-download-app {
        width: 30%;
        margin: 0px auto;
        display: none;
    }

    .home_wrapper .home_image img {
        width: 70%;
        display: flex;
        margin: 0px auto;
        padding: 20px 0px;
    }

    /* .home_wrapper {
        padding-top: 80px;
    } */

    .download_title {
        text-align: center;
    }

    .download_para {
        text-align: center;
    }

    .feature_title {
        font-size: 30px;
    }

    .circle1-arrow {
        bottom: -127px;
        right: 72px;
    }

    .feature-image img {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .feature_image {
        padding: 0px;
    }

    .download_title {
        margin-top: 80px;
        text-align: center;
    }

    .download_para {
        text-align: center;
    }

    .main_title {
        font-size: 40px;
    }

    .main_paragraph {
        font-size: 17px;
    }

    .feature_title {
        font-size: 28px;
    }

    .feature_title1 {
        font-size: 28px;
    }

    .circle-arrow {
        top: -183px;
        left: -6px;
    }

    .btn-download-app {
        width: 50%;
        margin: 0 auto;
        display: none;
    }

    .title {
        text-align: center;
    }

    .main_title::before {
        display: none;
    }

    .feature_image h1 {
        position: absolute;
        color: var(--lightGray-color);
        top: 300px;
        right: -300px;
        font-size: 7rem;
        z-index: 1;
        transform: rotate(90deg);
    }

    /* .home_wrapper {
        padding-top: 60px;
        padding-bottom: 50px;
    } */

    .btn {
        margin: 0px auto;
    }

    .version {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .circle1-arrow {
        right: 52px;
    }

    .carousel-item {
        width: 180px;
        height: 220px;
    }

    /* 
    .carousel-item.left1,
    .carousel-item.right1 {
        transform: translateX(-200px) scale(0.85);
    } */

    .carousel-item.left2,
    .carousel-item.right2 {
        display: none;
    }

    .feature-image,
    .feature-description {
        width: 100%;
        text-align: center;
    }

    .feature-img1 {
        width: 100%;
    }

    .feature-description {
        padding: 20px;
        font-size: 16px;
    }

    .main-sections {
        flex-direction: column;
        height: auto;
        padding: 20px 10px;
    }

    .custom-carousel-item {
        transform: scale(1);
    }

    .feature-image img {
        height: 200px;
    }

    .custom-carousel-controls {
        gap: 10px;
        margin-top: 15px;
        display: none;
    }

    .titleinformations {
        margin-top: 30px;
    }

    .feature-image-img {
        height: auto;
    }

    .feature-display-section {
        margin-top: 0px;
        padding: 10px;
    }

    .footerfeatures {
        margin-top: 20px;
    }
}

@media (min-width: 501px) and (max-width: 767px) {
    .container {
        max-width: 720px !important;
    }

    .main_title {
        font-size: 36px;
    }

    .main_paragraph {
        font-size: 16px;
    }

    .btn-download-app {
        width: 50%;
    }

    .home_wrapper .home_image img {
        width: 60%;
        display: flex;
        margin: 0px auto;
    }

    .feature_title {
        font-size: 36px;
    }

    .feature_title1 {
        font-size: 36px;
    }

    .feature_image {
        padding: 0px;
        width: 50%;
        margin: 0px auto;
    }

    .download_title {
        font-size: 35px;
        text-align: center;
    }

    .download_para {
        font-size: 16px;
        text-align: center;
    }

    .feature-image,
    .feature-description {
        width: calc(100% - 10px);
    }
}

@media (max-width: 500px) {

    /* .feature_image {
    padding: 20px;
  } */
    .feature_image img {
        width: 80%;
    }

    .main_title {
        font-size: 23px;
    }

    .feature_title {
        /* font-size: 28px; */
        font-size: 23px;
        margin-top: 0px;
    }

    .feature_title1 {
        display: none;
    }


    .main_title span {
        font-size: 23px;
    }

    .main_title::before {
        top: 7px;
    }

    .main_paragraph {
        font-size: 16px;
    }

    .icon i {
        margin-bottom: 0px;
    }

    .home_wrapper .home_image img {
        width: 70%;
        display: flex;
        margin: 0px auto;
    }

    .permission .privacy_para {
        font-size: 16px;
    }

    .feature_image h1 {
        display: none;
    }

    .btn-download-app {
        width: 100%;
    }

    /* 
    .home_wrapper {
        padding-bottom: 20px;
    } */

    .download_title {
        margin-top: 80px;
        font-size: 22px;
    }

    .permission_title {
        /* padding-top: 32px; */
        font-size: 20px;
    }

    .permission_para {
        font-size: 16px;
    }

    .info_title {
        font-size: 18px;
        /* padding-top: 20px; */
    }

    .info_para {
        padding-top: 0px;
        font-size: 16px;
    }

    .download_para {
        font-size: 14px;
    }

    .privacy_title {
        font-size: 18px;
        margin: 10px 0px;
    }

    .privacy_para {
        font-size: 16px;
    }

    .btn {
        margin: 0px auto;
    }

    .notes p {
        font-size: 16px;
    }

    .version {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    /* .circle-overlay {
        display: none;
    } */

    .how_use p {
        font-size: 16px;
    }

    .info_title1 {
        font-size: 20px;
    }

    .wave_title {
        font-size: 19px;
    }

    .unlock_para {
        font-size: 16px;
    }

    .unlock_title {
        font-size: 22px;
    }

    .version p {
        font-size: 16px;
    }

    .help_title {
        font-size: 20px;
    }

    .feature-image,
    .feature-description {
        width: calc(100% - 10px);
    }

    .lock {
        width: 100%;
        /* max-width: 400px; */
        /* margin: 0 auto; */
    }

    .Service {
        width: 100%;
        /* max-width: 400px;
        margin: 0 auto; */
    }

    .help_title {
        text-align: center;
    }

    .feature-image-img {
        display: none;
    }

}

/* loading  */
.object-content {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: var(--main-color);
    /* or use #fff or your theme */
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease;
}

.object-content.hidden {
    opacity: 0;
    pointer-events: none;
}

.object {
    background-color: transparent;
    width: 200px;
    height: 100px;
}

.object .circle {
    border-style: solid;
    position: absolute;
    left: 50%;
    top: 45%;
    margin-top: -25px;
    margin-left: -25px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border-color: #f4ac3e transparent transparent #f4ac3e;
    border-width: 3px 3px 0 0;
    animation: animate 2s linear infinite;
}

.object .circle .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 85%;
    margin-top: 13%;
    background-color: #f4ac3e;
    box-shadow: 0 0 2em, 0 0 4em, 0 0 6em, 0 0 8em, 0 0 10em, 0 0 0 0.5em rgba(255, 255, 0, 0.2);
}

.no-scroll {
    overflow: hidden;
}

@keyframes animate {
    to {
        transform: rotate(1turn);
    }
}

/* -------- scrool bar ---------- */
::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #00283b;
    /* border-radius: 10px; */
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: #ffcc80;
    border-radius: 10px;
    border: 2px solid #00283b;
    transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: #ffcc80c7;
}

/* @keyframes animates {
    to {

        opacity: 0;
    }

    from {
        opacity: 1;
    }
} */