/***** General CSS *****/

:root {
    --primary: #00084D;
    --secondary: #0090EB;
}

body {
    word-break: break-word;
    font: 15px/25px 'Abel';
    color: #393939;
    overflow-x: hidden;
}

body::-webkit-scrollbar-track {
    background-color: #fff;
}

body::-webkit-scrollbar {
    width: 7px;
    background-color: #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: #00084D;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

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;
}

img {
    max-width: 100%;
}

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;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 1.2;
}


/***** Font Files *****/

@font-face {
    font-family: 'Abel';
    src: url('../fonts/Abel-Regular.woff2') format('woff2'),
        url('../fonts/Abel-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Antigritas';
    src: url('../fonts/Antigritas-Regular.woff2') format('woff2'),
        url('../fonts/Antigritas-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.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: 'Abel';
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Abel';
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Abel';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Abel';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Abel';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Abel';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/* project css start */

header {
    width: 75%;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    padding: 20px 0px;
    z-index: 9;
}

.banner {
    position: relative;
    height: 100vh;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: #fff;
}

.banner>img.ban_bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    filter: grayscale(1);
}

.banner>img.ban_vec {
    position: absolute;
    z-index: -1;
    width: 100%;
    bottom: 0;
}

header a.logo_here {
    display: block;
}

header a.logo_here>img {
    width: 130px;
}

header ul {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transition: 0.2s ease-in-out;
}

header .row {
    align-items: center;
}

header .download_btnn {
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px;
    border-radius: 50px;
    padding-right: 8px;
    padding-left: 20px;
    width: fit-content;
    margin-left: auto;
    gap: 30px;
}

header .download_btnn>span {
    color: #fff;
    font-size: 20px;
}

header .download_btnn>ul {
    gap: 5px;
}

header .download_btnn>ul>li>a>img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

header .download_btnn>ul>li>a {
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

header ul.menu>li>a {
    color: var(--primary);
    font-size: 20px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
    position: relative;
    padding: 5px 20px;
    line-height: 1;
}

.banner .row {
    align-items: end;
}

.banner .ban_img>img {
    width: 100%;
}

.banner .row>.col-lg-6.col-md-6 {
    height: -webkit-fill-available;
}

.banner .banner_textt {
    text-align: center;
    margin-top: 90px;
}

.banner .banner_textt>h1 {
    color: var(--primary);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}

.banner .banner_textt>h1>span {
    color: var(--secondary);
    font-family: 'Antigritas';
    font-weight: 500;
}

.banner .banner_textt>p {
    font-size: 20px;
    color: var(--primary);
    line-height: 1.6;
    margin-bottom: 20px;
}

header.sticky {
    width: 100%;
    position: fixed;
}

header.sticky ul.menu {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.1s;
}

header ul.menu>li>a:after {
    position: absolute;
    content: "";
    background: var(--secondary);
    width: 0;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.3s ease-in-out;
    right: 0;
    margin: 0 auto;
    border-radius: 5px;
}

header ul.menu>li>a:hover:after {
    width: 100%;
}

header ul.menu>li>a:hover {
    color: #fff;
}

.theme_btn {
    font-size: 20px;
    background: var(--primary);
    color: #fff;
    padding: 0 30px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 15px;
    padding-right: 7px;
    border-radius: 30px;
    transition: 0.3s ease-in-out;
}

.theme_btn>span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    position: relative;
    transition: 0.3s ease-in-out;
}

.banner .banner_textt>.theme_btn {
    margin: 0 auto;
}

.theme_btn>span>i {
    color: var(--primary);
    font-size: 16px;
    transition: 0.3s ease-in-out;
}

.theme_btn:hover {
    color: var(--secondary);
    transition: 0.3s ease-in-out;
    background: #fff;
}

.theme_btn:hover>span {
    background: var(--secondary);
}

.theme_btn:hover>span>i {
    color: #fff;
}

.banner>img.screen1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 250px;
    bottom: -440px;
}

/* about sec */

.about_sec {
    height: 100%;
    display: flex;
    align-items: end;
    padding-bottom: 60px;
    position: relative;
    flex-direction: column;
}

.about_sec .abt_textt>h2 {
    font-size: 50px;
    color: var(--secondary);
    font-family: 'Antigritas';
    font-weight: 500;
}

.about_sec .abt_textt>span {
    font-size: 28px;
    line-height: 1.6;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
}

.about_sec .abt_textt>p {
    font-size: 16px;
    color: #787878;
    line-height: 1.4;
    margin: 0;
}

.about_sec .abt_textt {
    width: 80%;
}

.about_sec .row {
    align-items: center;
}

.about_sec .abt_imgg>img {
    width: 100%;
}

.about_sec:after {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, #ffffff, transparent);
    width: 100%;
    height: 70px;
    left: 0;
    bottom: 60px;
}

header>.container-fluid {
    padding: 0 4%;
    transition: 0.3s ease-in-out;
}

.bluetooth_sec {
    background: var(--primary);
    padding: 100px 0px;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.theme_heading {
    text-align: center;
}

.theme_heading>h2 {
    font-size: 50px;
    color: var(--secondary);
    font-family: 'Antigritas';
    font-weight: 500;
    margin-bottom: 20px;
}

.theme_heading>p {
    font-size: 28px;
    color: #fff;
    line-height: 1.4;
}

/* bluetooth sec */

.bluetooth_sec .bluetooth_wrpr {
    position: relative;
    width: 500px;
    margin: 0 auto;
    height: 500px;
}

.bluetooth_sec .bluetooth_wrpr>.blue_box3 {
    border: 3px solid #ffffff40;
    border-radius: 50%;
    position: relative;
    box-shadow: inset 0 0 20px 0px #ffffff21;
    width: 100%;
    height: 100%;
}

.bluetooth_sec .bluetooth_wrpr>.blue_box3>img {
    position: absolute;
    width: 60px;
    height: 60px;
}

.bluetooth_sec .bluetooth_wrpr>.blue_box3>img.img_1 {
    right: 90px;
    top: 0;
}

.bluetooth_sec .bluetooth_wrpr>.blue_box3>img.img_4 {
    left: -20px;
    bottom: 130px;
    width: 70px;
    height: 70px;
}

.bluetooth_sec .bluetooth_wrpr>.blue_box3>img.img_5 {
    right: -20px;
    bottom: 130px;
    width: 70px;
    height: 70px;
}

.bluetooth_sec .bluetooth_wrpr>.blue_box3>img.img_6 {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -50px;
    width: 90px;
    height: 90px;
}

.bluetooth_sec .bluetooth_wrpr>.blue_box2 {
    width: 75%;
    height: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    border: 3px solid #ffffff40;
    border-radius: 50%;
    box-shadow: inset 0 0 20px 20px #ffffff21;
    transform: translate(-50%, -50%);
}

.bluetooth_sec .bluetooth_wrpr>.blue_box2>img {
    position: absolute;
}

.bluetooth_sec .bluetooth_wrpr>.blue_box2>.img_2 {
    left: 0;
    width: 60px;
    height: 60px;
    top: 50px;
}

.bluetooth_sec .bluetooth_wrpr>.blue_box2>.img_3 {
    right: 0;
    width: 60px;
    height: 60px;
    top: 60px;
}

.bluetooth_sec .bluetooth_wrpr>.main_blu {
    width: 50%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    border: 3px solid #ffffff40;
    border-radius: 50%;
    box-shadow: inset 0 0 20px 20px #ffffff21;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bluetooth_sec .bluetooth_wrpr>.main_blu>img {
    width: 40px;
}

.bluetooth_sec .theme_heading {
    margin-bottom: 70px;
}

.bluetooth_sec .bluetooth_wrpr>.blue_box2 {
    animation: 13s linear 0s infinite normal none running rotate1;
}

.bluetooth_sec .bluetooth_wrpr>.blue_box3 {
    animation: 15s linear 0s infinite normal none running rotate2;
}

@keyframes rotate1 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

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

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

.about_sec video.bgvideo {
    width: 100%;
    height: 1200px;
    object-fit: cover;
    filter: grayscale(1) opacity(0.2) blur(10px);
    border-radius: 50%;
    margin-top: -600px;
}

.chat_sec {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: end;
    padding-bottom: 80px;
    overflow: hidden;
}

.chat_sec>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
}

.chat_sec .chat_right_box {
    margin-bottom: 15px;
    width: 83%;
    margin-left: auto;
}

.chat_sec .chat_right_box>p {
    background: var(--primary);
    padding: 15px;
    color: #fff;
    font-size: 17px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 5px;
    border-radius: 15px;
    border-bottom-right-radius: 0;
}

.chat_sec .chat_right_box>span {
    display: block;
    margin-left: auto;
    width: fit-content;
    color: #999999;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.chat_sec .chat_left_box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 15px;
}

.chat_sec .chat_left_box>img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.chat_sec .chat_left_box>.chat_left_textt>p {
    background: #fff;
    font-size: 17px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 5px;
    border-radius: 15px;
    border-top-left-radius: 0;
    padding: 15px;
    line-height: 1.3;
    color: #000;
}

.chat_sec .chat_left_box>.chat_left_textt>span {
    color: #999999;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.chat_sec .slick-slide {
    opacity: 1;
}

.chat_sec:after {
    position: absolute;
    content: "";
    background: #999999f5;
    width: 510px;
    height: 250px;
    right: 0;
    bottom: 0;
    filter: blur(30px);
}

.encounters_sec {
    padding: 100px 0;
    display: flex;
    align-items: center;
    background: #F9F9F9;
}

.encounters_sec .row {
    align-items: center;
}

.encounters_sec .encounters_cards_wrpr .encounter_card {
    margin-left: auto;
    position: relative;
    display: flex;
    align-items: end;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.encounters_sec .encounters_cards_wrpr .encounter_card>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.encounters_sec .encounters_cards_wrpr .encounter_card .encounter_card_textt>span {
    font-size: 20px;
    background: #fff;
    color: var(--primary);
    padding: 0 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    width: fit-content;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 10px;
}

.encounters_sec .encounters_cards_wrpr .encounter_card .encounter_card_textt>h3 {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}

.encounters_sec .encounters_cards_wrpr .encounter_card .encounter_card_textt>p {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.encounters_sec .encounters_cards_wrpr .encounter_card .encounter_card_textt>p>img {
    width: 25px;
}

.encounters_sec .encounters_cards_wrpr .encounter_card .encounter_card_textt>ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
}

.encounters_sec .encounters_cards_wrpr .encounter_card .encounter_card_textt>ul>li>a>img {
    width: 40px;
}

.encounters_sec .encounters_cards_wrpr .encounter_card .encounter_card_textt {
    width: 100%;
    padding: 30px;
}

.encounters_sec .encounter_textt>h2 {
    font-size: 50px;
    color: var(--secondary);
    font-family: 'Antigritas';
    font-weight: 500;
    margin-bottom: 20px;
}

.encounters_sec .encounter_textt>p {
    font-size: 28px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 15px;
}

.encounters_sec .encounter_textt>ul>li {
    font-size: 28px;
    color: #000;
    padding-left: 25px;
    position: relative;
    line-height: 1.6;
}

.encounters_sec .encounter_textt>ul>li:after {
    position: absolute;
    content: "";
    background: #000;
    width: 10px;
    height: 10px;
    left: 0;
    top: 15px;
    border-radius: 50%;
}

.encounters_sec .encounters_cards_wrpr {
    height: 500px;
    width: 60%;
    position: relative;
    margin-left: auto;
    margin-right: 50px;
}

.encounters_sec .encounters_cards_wrpr .encounter_card.box2 {
    z-index: 2;
}

.encounters_sec .encounters_cards_wrpr .encounter_card.box3 {
    z-index: 1;
}


.pricing_sec {
    padding: 50px 0 100px;
    background: #F9F9F9;
}

.pricing_sec .theme_heading>p {
    color: #000;
}

.pricing_sec .theme_heading {
    margin-bottom: 50px;
}

.pricing_sec .pricing_box {
    background: #F9F9F9;
    box-shadow: 0 0 20px 2px #c7c7c75e;
    border-radius: 30px;
    padding-bottom: 30px;
}

.pricing_sec .pricing_box>.pricing_head {
    background: #F9F9F9;
    border: 15px solid #fff;
    border-radius: 30px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 2px #c7c7c75e;
    transition: 0.3s ease-in-out;
}

.pricing_sec .pricing_box>.pricing_head>span {
    color: var(--primary);
    font-size: 20px;
    border: 1px solid #CDCDCD;
    background: #fff;
    padding: 0 30px;
    height: 50px;
    display: flex;
    width: fit-content;
    align-items: center;
    border-radius: 60px;
    font-weight: bold;
    margin-bottom: 14px;
}

.pricing_sec .pricing_box>.pricing_head>h3 {
    font-size: 62px;
    margin-bottom: 15px;
    color: var(--primary);
    font-weight: bold;
    display: flex;
    align-items: end;
    line-height: 1;
}

.pricing_sec .pricing_box>.pricing_head>h3>span {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px;
}

.pricing_sec .pricing_box>.pricing_head>p {
    margin: 0;
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s ease-in-out;
}

.pricing_sec .pricing_box>span {
    font-size: 20px;
    color: #999999;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
    padding-left: 30px;
    line-height: 1;
}

.pricing_sec .pricing_box>ul {
    margin: 0;
    padding-left: 30px;
}

.pricing_sec .pricing_box>ul>li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
}

.pricing_sec .pricing_box>ul>li:last-child {
    margin: 0;
}

.pricing_sec .pricing_box>ul>li:after {
    position: absolute;
    content: "";
    background: #000;
    width: 7px;
    height: 7px;
    left: 0;
    top: 9px;
    border-radius: 20px;
}

.pricing_sec .pricing_box:hover>.pricing_head {
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgb(0 144 235 / 60%) 100%);
}

.pricing_sec .pricing_box:hover>.pricing_head>p {
    color: #fff;
}

.get_app_secc {
    background: var(--primary);
    padding: 100px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.get_app_secc .get_app_wrpr {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.get_app_secc .get_app_wrpr>img {
    width: 35%;
    margin: 0 auto;
    display: block;
}

.get_app_secc .get_app_wrpr>img.app2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    /* transform: translateX(130px) scale(.8); */
}

.get_app_secc .get_app_wrpr>img.app3 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    /* transform: translateX(-130px) scale(.8); */
}

.get_app_secc .get_app_wrpr:after {
    position: absolute;
    content: "";
    background: var(--primary);
    width: 800px;
    height: 270px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -70px;
    filter: blur(30px);
    border-radius: 50%;
}

.get_app_secc .theme_heading {
    position: relative;
    z-index: 2;
    margin-top: -50px;
}

.get_app_secc .theme_heading>.download_btnn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: fit-content;
    margin: 0 auto;
    gap: 20px;
    padding: 0 30px;
    height: 50px;
    border-radius: 30px;
    margin-top: 30px;
    padding-right: 10px;
}

.get_app_secc .theme_heading>.download_btnn>span {
    font-size: 20px;
    color: var(--primary);
    font-weight: 600;
}

.get_app_secc .theme_heading>.download_btnn>ul {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.get_app_secc .theme_heading>.download_btnn>ul>li>a {
    width: 40px;
    height: 40px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.get_app_secc .theme_heading>.download_btnn>ul>li>a>img {
    width: 20px;
}

.get_app_secc .theme_heading>.download_btnn>ul>li:first-child>a>img {
    filter: brightness(0) invert(1);
}

.get_app_secc:after {
    position: absolute;
    content: "";
    background: var(--secondary);
    width: 300px;
    height: 300px;
    left: 0;
    bottom: -200px;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    border-radius: 50%;
    filter: blur(100px);
}

footer {
    padding-top: 80px;
    padding-bottom: 20px;
}

footer .ftr_info>img {
    width: 160px;
    display: block;
    margin-bottom: 20px;
}

footer .ftr_info>p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #000;
}

footer .ftr_links>h5 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--secondary);
}

footer .ftr_links {
    margin-top: 40px;
    padding-left: 40px;
}

footer .ftr_links>ul {
    margin: 0;
}

footer .ftr_links>ul>li>a {
    font-size: 20px;
    color: #000;
    display: block;
    margin-bottom: 15px;
    transition: 0.3s ease-in-out;
    position: relative;
    width: fit-content;
}

footer .ftr_links>ul>li>a:after {
    position: absolute;
    content: "";
    background: #000;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0px;
    transition: 0.3s ease-in-out;
}

footer .ftr_links>ul>li>a:hover:after {
    width: 100%;
}

footer .ftr_cont {
    margin-top: 40px;
}

footer .ftr_cont>h5 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--secondary);
}

footer .ftr_cont>a {
    font-size: 20px;
    color: #000;
    display: block;
    margin-bottom: 15px;
    transition: 0.3s ease-in-out;
    position: relative;
    width: fit-content;
}

footer .ftr_cont>a:after {
    position: absolute;
    content: "";
    background: #000;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    transition: 0.3s ease-in-out;
}

footer .ftr_cont>a:hover:after {
    width: 100%;
}

footer .ftr_cont>img {
    width: 100px;
}

footer .ftr_social {
    margin-top: 40px;
}

footer .ftr_social>h5 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--secondary);
}

footer .ftr_social>ul {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

footer .ftr_social>ul>li>a>img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

footer .ftr_social>ul>li.twitter_icon>a>img {
    filter: brightness(0);
}

footer h2 {
    text-align: center;
    background: -webkit-linear-gradient(#eee, #00084D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 88px;
    font-weight: bold;
    line-height: 1.1;
    margin: 30px 0px;
}

footer .copy_right>p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0;
}

/*  */

.how_works_secc .vid_wrpr {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.how_works_secc .vid_wrpr>video {
    width: 100%;
    height: 550px;
    border-radius: 50px;
    object-fit: cover;
    border: 10px solid #fff;
}

.how_works_secc .vid_wrpr>a {
    position: absolute;
    z-index: 1;
}

.how_works_secc .vid_wrpr>a>img {
    width: 90px;
}

.how_works_secc {
    padding: 100px 0px;
    position: relative;
    z-index: 1;
    background: #F9F9F9;
}

.how_works_secc:before {
    position: absolute;
    width: 100%;
    height: 75%;
    content: "";
    background: var(--primary);
    z-index: -1;
    top: 0;
    left: 0;
}

.how_works_secc .howworks_box>.howworks_box_head {
    display: flex;
    align-items: end;
    gap: 20px;
    margin-bottom: 70px;
    justify-content: center;
}

.how_works_secc .howworks_box>.howworks_box_head>.hw_img {
    position: relative;
}

.how_works_secc .howworks_box>.howworks_box_head>.hw_img>img {
    width: 90px;
}

.how_works_secc .theme_heading {
    margin-bottom: 70px;
}

.how_works_secc .howworks_box>.howworks_box_head>.hw_img:after {
    position: absolute;
    content: "";
    background: #ffffff17;
    width: 60px;
    height: 60px;
    left: -10px;
    z-index: -1;
    border-radius: 50%;
    bottom: -10px;
}

.how_works_secc .howworks_box>.howworks_box_head>div {
    text-align: center;
}

.how_works_secc .howworks_box>.howworks_box_head>div>span {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

.how_works_secc .howworks_box>.howworks_box_head>div>p {
    margin: 0;
    font-size: 12px;
    color: #999999;
}

.how_works_secc .howworks_box>.howworks_box_head>.chat_txt {
    background: #fff;
    padding: 10px 20px;
    border-radius: 15px;
    border-bottom-right-radius: 0;
    text-align: left;
}

.how_works_secc .howworks_box>.howworks_box_head>.chat_txt>p {
    font-size: 10px;
    color: #000;
    line-height: 1.6;
}

.how_works_secc .howworks_box>.howworks_box_textt>h3 {
    font-size: 24px;
    color: var(--secondary);
    font-family: 'Antigritas';
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
}

.how_works_secc .howworks_box>.howworks_box_textt {
    text-align: center;
}

.how_works_secc .howworks_box>.howworks_box_textt>p {
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    width: 57%;
    margin: 0 auto;
}

.how_works_secc .howworks_box {
    margin-bottom: 70px;
}

.how_works_secc .vid_wrpr:before {
    position: absolute;
    content: "";
    background: var(--secondary);
    width: 300px;
    height: 300px;
    left: 0;
    top: -110px;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    z-index: -1;
    filter: blur(70px);
}