﻿/* Variables */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth !important;
}

body {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-size: 20px;
    overflow-x: hidden;
    background: #fff;
    font-weight: 300;
}
label.error{
    color: red;
    font-size: 15px;
}

::selection {
    user-select: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ea7c18;
}

a:hover {
    transition: all 0.3s ease-out 0s;
    color: #171826;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin: 0px;
    font-family: 'SF Pro Display';
}

a,
p {
    color: #848484;
}


/* p {
    font-family: 'SF Pro Display';
    line-height: 32px;
    font-size: 20px;
} */

p {
    font-family: 'SFProDisplay-Medium';
    line-height: 32px;
    font-size: 20px;
    font-weight: 600;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}


/*#blurryscroll { 
  top: 0; left: 0; 
  width: 100%;
  height: 4rem;
  overflow: hidden;
  position: fixed;
  filter: blur(4px); 
  background-color: #fff;
}*/

button:focus {
    outline: unset !important;
    box-shadow: unset !important;
}


/*============= Top header Css start =============*/

.header_top {
    background: #003B69;
    padding: 10px 0px;
    /*  z-index: 9999;*/
}

.header_top p {
    color: #ffffffb3;
    font-size: 14px;
}

.header_top .choose-btn {
    border: 1px solid #fff;
    padding: 4px 18px;
}

button.btn.btn-primery.choose-btn {
    min-width: fit-content;
    padding: 0px 10px;
    line-height: normal;
}

.language_picker_top_header .dropdown-toggle::after {
    display: none;
}

.language_picker_top_header .btn-group.bootstrap-select button,
.language_picker_top_header .btn-group.bootstrap-select button:hover {
    background: none;
    border: none;
    color: #fff;
}

.language_picker_top_header .btn-group.bootstrap-select button:focus {
    outline: none !important;
}

.language_picker_top_header .btn-group.bootstrap-select .dropdown-menu.open {
    z-index: 999999;
}

.language_picker_top_header .btn-group.bootstrap-select button .filter-option.pull-left {
    border-right: 1px solid #ffffff70;
    margin-right: 6px;
    padding-right: 13px;
    width: fit-content;
}

.language_picker_top_header .btn-group.bootstrap-select button .caret {
    border-top: 8px dashed;
    border-top: 4px solid\9;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.language_picker_top_header .btn-group.bootstrap-select .dropdown-menu.open ul li a:focus {
    outline: none !important;
}


/*============= Top header Css end =============*/

header.site_header {
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    /*box-shadow: 0px 3px 33px 0 rgb(19 24 44 / 69%);*/
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(5px);
    background: #04050596;
}

header.site_header .navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

header.site_header .navbar-nav .nav-item.active a.nav-link {
    color: #fff;
    font-weight: bold;
}


/* header.site_header .navbar-nav .nav-item.active a.nav-link::after {
    content: "";
    background-color: #fff;
    width: 67%;
    height: 3px;
    display: block;
    border-radius: 50px;
} */

header.site_header .navbar-nav ul:first-child {
    gap: 20px;
}

header.site_header .navbar-nav ul:last-child {
    gap: 15px;
}

header.site_header .social_icons_header .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 1rem 15px;
}

header.site_header ul.site_header_social .nav-item a.nav-link.header_download_app_btn {
    opacity: 1;
}

header.site_header ul.site_header_social .nav-item a.nav-link {
    opacity: 0.9;
}

header.site_header ul.site_header_social .nav-item a.nav-link i {
    background-color: #fff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    color: #3e110a;
    display: flex;
    align-items: center;
    justify-content: center;
}

header.site_header ul.site_header_social .nav-item a.nav-link:hover {
    opacity: 1;
}

header.site_header .navbar-nav .nav-item .nav-link {
    padding: 0px;
    font-size: 18px;
    color: #fff;
    position: relative;
    font-family: 'SF Pro Display';
    white-space: nowrap;
}


/*header.site_header .navbar-nav .nav-item.active .nav-link {
  color: #FFE600;
}
header.site_header .navbar-nav .nav-item .nav-link:hover {
  color: #FFE600;
}*/

.header_download_app_btn:hover {
    background: linear-gradient(to right, #c94c0f 0%, #c53a13 32%, #9f1217 100%) !important;
    color: #fff !important;
    -moz-transition: all 0s ease-out 0s;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
}

header.site_header .navbar-nav .nav-item .nav-link.btn.btn-primary {
    padding: 8px 20px;
    color: #fff !important;
    background-image: linear-gradient(to right, #282888, #100ad9);
    min-width: auto;
}

header.site_header .navbar-nav .nav-item span.nav-link {
    padding: 1rem 0px;
}


/*header.site_header .navbar-nav .nav-item:hover .nav-link 
{
  color: #ea7c18;
}*/


/*header.site_header .navbar-nav .nav-item.active .nav-link {
  color: #ea7c18;
}*/


/*header.site_header .navbar-nav .nav-item:hover .nav-link::after {
  content: "";
  display: block;
  background-image: url(../images/hover_border.png);
  background-size: auto;
  background-repeat: no-repeat;
  height: 4px;
  position: absolute;
  width: 100%;
  background: linear-gradient(90deg, rgb(206, 79, 46) 0%, rgb(206, 79, 46) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);

  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}
*/


/*header.site_header .navbar-nav .site_header_social .nav-item:hover .nav-link::after {
  display: none;
}

header.site_header .navbar-nav .nav-item.nav_item_btn_wallet:hover .nav-link::after,
header.site_header .navbar-nav .nav-item.nav_item_btn_wallet.active .nav-link::after {
  content: "";
  display: none;
}

header.site_header .navbar-nav .nav-item.active .nav-link::after {
  content: "";
  display: block;
  background-size: auto;
  background-repeat: no-repeat;
  height: 4px;
  position: absolute;
  width: 100%;
  background: linear-gradient(90deg, rgb(206, 79, 46) 0%, rgb(206, 79, 46) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}*/

header.site_header.header-scrolled {
    top: -92px;
    left: 0;
    right: 0;
    z-index: 999;
    /*  background: #ffffffad;*/
    transform: translateY(90px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    /*  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);*/
    -moz-transition: transform 500ms ease, background 500ms ease;
    -ms-transition: transform 500ms ease, background 500ms ease;
    -o-transition: transform 500ms ease, background 500ms ease;
    background: rgba(164, 40, 11, 0.87);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(10px);
    padding: 0;
}

header.site_header.common_header {
    background-color: rgba(164, 19, 27, 0.4);
}

header.site_header.common_header.header-scrolled {
    background: rgba(148, 17, 23, 0.92);
}

header.site_header .header_social_nav li {
    display: inline-block;
    padding: 0 8px;
}


/*header.site_header .navbar-brand img {
  width: 100%;
  }*/

header.site_header .menu_button {
    margin: -4px 0 0 30px;
    height: 55px;
}

header.site_header .menu_button img {
    width: 25px;
}

header.site_header .ecosystem_menu {
    background-color: #171826;
    position: fixed;
    width: 100vw;
    top: 0;
    padding: 50px 0;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

header.site_header .ecosystem_menu a {
    padding: 20px;
}

header.site_header .ecosystem_menu a .item_text h3 {
    color: #8493ad;
    font-size: 16px;
}

header.site_header .ecosystem_menu .close_eco_menu {
    position: relative;
    top: -8px;
    text-align: right;
}

header.site_header .ecosystem_menu .close_eco_menu button {
    background-color: transparent;
    outline: none;
    border: none;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
    -ms-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
}

header.site_header .ecosystem_menu .close_eco_menu button span {
    height: 2px;
    width: 25px;
    background-color: #8493ad;
    margin-bottom: 4px;
    display: block;
}

header.site_header .ecosystem_menu .close_eco_menu button span:first-child {
    transform: rotate(-45deg);
    position: relative;
    top: 4.5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

header.site_header .ecosystem_menu .close_eco_menu button span:last-child {
    transform: rotate(45deg);
    bottom: 2px;
    position: relative;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

header.site_header .ecosystem_menu .close_eco_menu:hover button {
    -webkit-transform: rotateZ(720deg);
    -moz-transform: rotateZ(720deg);
    transform: rotateZ(720deg);
    -ms-transform: rotateZ(720deg);
    -o-transform: rotateZ(720deg);
}

header.site_header .ecosystem_menu.active {
    visibility: visible;
    opacity: 1;
}

header.site_header .header_social_nav li img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.btn.btn-primary {
    background-color: #100ad9;
    border: 0px solid !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 18px;
    padding: 10px;
    border-radius: 4px !important;
    max-width: 180px;
    color: #fff;
    background-image: linear-gradient(to right, #282888, #100ad9);
}

.btn.btn-primary:hover {
    background: #ea7c18 !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0;
}

header.site_header.header-scrolled .header_logo img {
    width: 80px;
}

a.nav-link.btn.btn-primery.header_login_btn {
    background-color: #FFE600;
    min-width: 120px;
    padding: 10px 15px;
    line-height: normal;
}

@media only screen and (max-width: 1199px) {
    .navbar-toggler {
        background: transparent !important;
        border: none !important;
        outline: none !important;
        height: 58px;
        width: 58px;
        z-index: 9;
        box-shadow: none !important;
        outline: none !important;
        padding: 0 0.75rem;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
    }
    .navbar-toggler .icon-bar {
        height: 2px;
        width: 35px;
        margin-bottom: 6px;
        display: block;
        background-color: #fff;
        transition: all 400ms linear;
        cursor: pointer;
        -webkit-transition: all 400ms linear;
        -moz-transition: all 400ms linear;
        -ms-transition: all 400ms linear;
        -o-transition: all 400ms linear;
    }
    .navbar-toggler span:last-child {
        margin-bottom: 0;
    }
    .navbar-toggler span:nth-child(2) {
        width: 22px;
        margin-left: 0;
    }
    .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
        opacity: 1;
    }
    .navbar-toggler.active span:first-child {
        transform: rotate(-45deg);
        top: 6px;
        position: relative;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }
    .navbar-toggler.active span:nth-child(2) {
        opacity: 0;
    }
    .navbar-toggler.active span:last-child {
        transform: rotate(45deg);
        bottom: 10px;
        position: relative;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    header.site_header .navbar-collapse {
        position: fixed;
        top: 0;
        left: -290px;
        width: 235px;
        height: 101vh !important;
        background: #0a141f;
        display: flex !important;
        flex-direction: column;
        justify-content: left;
        align-items: flex-start;
        visibility: visible !important;
        overflow-y: auto !important;
        padding: 75px 25px 30px;
        box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
    }
    header.site_header .navbar-collapse.active {
        left: 0;
        z-index: 1;
    }
    header.site_header .navbar-collapse.collapse.show {
        left: 0 !important;
    }
    header.site_header .navbar-nav .nav-item .nav-link {
        padding: 0px;
        /*      color: #fff !important;*/
    }
    header.site_header .navbar-nav .nav-item .nav-link::after {
        bottom: 0;
    }
    header.site_header .navbar-nav .nav-item {
        display: block;
        padding: 1rem 0;
    }
    header.site_header .navbar-nav .site_header_social .nav-item {
        display: block;
        padding: 5px 0;
    }
    header.site_header ul.navbar-nav {
        gap: 0;
    }
    header.site_header .navbar-nav .nav-item.active .nav-link::after,
    header.site_header .navbar-nav .nav-item:hover .nav-link::after {
        width: 25% !important;
    }
    /*    header.site_header .navbar-nav .site_header_social .nav-item a.header_download_app_btn{
      background-color: rgba(164, 40, 11, 0.87) !important;
      color: #fff !important;
    }*/
    /* header.site_header {
      position: relative;
    }*/
    .header_searchbar .search {
        display: none;
    }
    .header_searchbar input {
        opacity: 1 !important;
        width: 100% !important;
        padding: 10px !important;
        position: unset !important;
        margin-top: 15px !important;
    }
}

@media only screen and (max-width: 1280px) {
    header.site_header .navbar-nav ul:first-child {
        gap: 16px !important;
    }
    header.site_header .header_equal .header_logo img {
        width: 180px !important;
    }
}

@media only screen and (min-width: 1024px) {
    header.site_header .header_social_nav {
        position: relative;
        padding-right: 50px;
        margin-right: 70px;
    }
    header.site_header .header_social_nav::after {
        position: absolute;
        content: "";
        width: 2px;
        height: 120%;
        background-color: #171826;
        right: 0;
        top: -2px;
    }
}


/*  @media (min-width: 1400px){
    header.site_header .container {
      max-width: 92% !important;
    }
  }*/

.site_header_w_45 {
    width: 100%;
}

.register-btn {
    /* font-size: 16px; */
}


/*===========----------- header css end -----------===========*/

.header_searchbar .search {
    position: sticky;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    /*  left: 0;*/
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: all 1s;
    z-index: 4;
}

.header_searchbar .search:hover {
    cursor: pointer;
}

.header_searchbar .search::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 8px;
    right: 0;
    bottom: 0;
    left: 9px;
    width: 6px;
    height: 2px;
    background: white;
    transform: rotate(45deg);
    transition: all 0.5s;
}

.header_searchbar .search::after {
    content: "";
    position: absolute;
    margin: auto;
    top: -5px;
    right: 0;
    bottom: 0;
    left: -5px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid white;
    transition: all 0.5s;
}

.header_searchbar input {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    outline: none;
    border: none;
    background: #fff;
    color: #0a151f;
    /*    padding: 0 80px 0 20px;*/
    border-radius: 30px;
    transition: all 1s;
    opacity: 0;
    z-index: 5;
}

.header_searchbar input:hover {
    cursor: pointer;
}

.header_searchbar input:focus {
    width: 300px;
    opacity: 1;
    cursor: text;
    padding: 0 40px 0 20px;
    height: 45px;
}

.header_searchbar input:focus~.search {
    right: -250px;
    z-index: 6;
}

.header_searchbar input:focus~.search::before {
    top: 0;
    left: 0;
    width: 15px;
    background: #000;
}

.header_searchbar input:focus~.search::after {
    top: 0;
    left: 0;
    width: 15px;
    height: 2px;
    border: none;
    background: #000;
    border-radius: 0%;
    transform: rotate(-45deg);
}

.header_searchbar input::placeholder {
    color: #0a151f;
    opacity: 0.5;
}


/*===========----------- Home page css start -----------===========*/

.home_banner_section {
    height: 100vh;
    /* overflow: hidden; */
    position: relative;
    /* background-image: url(../video/video.png); */
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    background: transparent;
    /* transition: opacity 0.1s;
  opacity: 1; */
}

.hidden {
    display: hidden;
}

.hero-video-content {
    position: relative;
    z-index: 9;
    color: #fff;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: grid;
    width: 100%;
    text-align: center;
    background-color: transparent;
    height: 100vh;
}

video#banner_video {
    width: 100%;
    height: 100vh;
    object-position: center;
    object-fit: cover;
}

.hero-video video {
    /* height: 100%; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn.button.coustom_btn {
    background: linear-gradient(90deg, #C33C9A, #722885);
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    max-width: 220px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    border: none;
    font-size: 18px;
}

.btn.button.coustom_btn:hover {
    background: linear-gradient(90deg, #722885, #C33C9A);
}

.common_section {
    padding: 7rem 0;
}

.dive_into_section {
    background: url(../images/dive_into.png), url(../images/dive_into_bg.png);
    background-repeat: no-repeat;
    background-position: right bottom, right center;
    background-size: 700px, contain;
}

.expand_your_surroundings_section {
    background-color: #F5F5F7;
}

.expand_your_surroundings_left_top,
.expand_your_surroundings_left_bottom,
.expand_your_surroundings_right_bottom,
.expand_your_surroundings_right_top {
    max-width: 270px;
}

.expand_your_surroundings_left_bottom {
    position: relative;
    top: 32%;
}

.expand_your_surroundings_right_top {
    position: relative;
    left: -55%;
    top: 17%;
}

.expand_your_surroundings_right_bottom {
    position: relative;
    right: 55%;
    top: 17%;
}

.expand_your_surroundings_right_bottom {
    position: relative;
    right: 8%;
    top: 33%;
}

b,
strong {
    font-weight: bold !important;
}

.technology_section {
    background-image: url("https://thesoilverse.sgp1.vultrobjects.com/95d57839-7c62-45ca-acdd-644715da3eac.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 4rem;
    background-position: center -3rem;
    /* background-attachment: fixed; */
    background-color: #070b18;
}

.text-gray {
    color: #848484 !important;
}

.technology_section_text {
    min-height: 600px;
}

.technology_earth_left_text,
.technology_earth_right_text {
    max-width: 250px;
    text-align: left;
    position: absolute;
}

.technology_earth_left_text {
    right: 3%;
    top: 3%;
}

.technology_earth_left_text::after {
    content: "";
    width: 45px;
    display: block;
    height: 135px;
    position: absolute;
    left: -29%;
    top: 11%;
    border: 1px solid #fff;
    border-right-color: rgb(255, 255, 255);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right: none;
    border-bottom: none;
}

.technology_earth_left_text::before {
    content: "";
    width: 7px;
    display: block;
    border-radius: 100%;
    background-color: #fff;
    height: 7px;
    position: absolute;
    left: -10%;
    top: 8%;
}

.technology_earth_left_text p,
.technology_earth_right_text p {
    line-height: normal;
    font-size: 14px;
}

.technology_earth_right_text {
    left: 13%;
    bottom: 23%;
}

.technology_earth_right_text::after {
    content: "";
    width: 45px;
    display: block;
    height: 135px;
    position: absolute;
    left: 69%;
    bottom: 85%;
    border: 1px solid #fff;
    border-top-color: rgb(255, 255, 255);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(255, 255, 255);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left: none;
    border-top: none;
}

.technology_earth_right_text::before {
    content: "";
    width: 7px;
    display: block;
    border-radius: 100%;
    background-color: #fff;
    height: 7px;
    position: absolute;
    right: 32%;
    top: 11%;
}

.privacy_and_security_section .btn.button.coustom_btn {
    max-width: 330px;
}

footer {
    background-color: #070B18;
}

ul.social_icons li a i {
    font-size: 22px;
    background-color: #848484;
    color: #070b18;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.social_icons li.fa_telegram_icon a i {
    background: none;
    color: #848484;
    font-size: 35px;
}

ul.social_icons li a i:hover {
    background-color: #fff;
    color: #070b18;
}

ul.social_icons li.fa_telegram_icon a i:hover {
    color: #fff;
    background-color: #070b18;
}

footer ul li a {
    font-size: 15px;
    /* font-family: 'SFProDisplay-Medium'; */
    font-family: 'SF Pro Display';
    font-weight: normal;
}

footer .footer_nav ul li a:hover {
    /* text-decoration: underline; */
    color: #fff;
}

.heading_text_size {
    font-size: 48px;
}

.text_size {
    font-size: 34px;
    line-height: 40px;
    font-family: 'SF Pro Display';
    font-weight: normal;
}

.Paragraph_text {
    font-size: 20px;
}

footer p {
    font-size: 15px;
    font-family: 'SF Pro Display';
    font-weight: normal;
}


/*===========----------- Home page css end -----------===========*/

.note {
    max-width: 500px;
    margin: 0 auto;
}

.circle-audio-player {
    display: block;
    color: #86868b;
    margin: 0 auto;
    cursor: pointer;
    width: 40px;
}

#playerContainer {
    padding: 20px;
    position: absolute;
    top: 65px;
    right: 0px;
}

#playButtonCanvas {
    cursor: pointer;
    /* Add other styles as needed */
}

.technology_significance_section {
    background-color: #070B18;
}

.footer_border_left {
    border-left: 1px solid #454852;
    margin-left: 57px;
}

.video_h_80vh {
    height: 80vh !important;
}

.Video_buttton {
    position: absolute;
    right: 30px;
    top: 80px;
}

.botón {
    align-items: center;
    display: flex;
    justify-content: center;
}

.fondo {
    background: #000000;
    border-radius: 50%;
    box-shadow: 0 1px 2.2px rgba(0, 0, 0, 0.051), 0 2.3px 5.3px rgba(0, 0, 0, 0.059), 0 4.4px 10px rgba(0, 0, 0, 0.06), 0 7.8px 17.9px rgba(0, 0, 0, 0.059), 0 14.6px 33.4px rgba(0, 0, 0, 0.059), 0 35px 80px rgba(0, 0, 0, 0.07);
    cursor: pointer;
    height: 50px;
    position: absolute;
    width: 50px;
}

.botón:active .fondo {
    background: #e93c15;
}

.icono {
    height: 100px;
    transform: rotate(-120deg);
    transition: transform 500ms;
    width: 100px;
}

.parte {
    background: white;
    height: 100px;
    position: absolute;
    width: 100px;
}

.izquierda {
    clip-path: polygon( 43.77666% 55.85251%, 43.77874% 55.46331%, 43.7795% 55.09177%, 43.77934% 54.74844%, 43.77855% 54.44389%, 43.77741% 54.18863%, 43.77625% 53.99325%, 43.77533% 53.86828%, 43.77495% 53.82429%, 43.77518% 53.55329%, 43.7754% 53.2823%, 43.77563% 53.01131%, 43.77585% 52.74031%, 43.77608% 52.46932%, 43.7763% 52.19832%, 43.77653% 51.92733%, 43.77675% 51.65633%, 43.77653% 51.38533%, 43.7763% 51.11434%, 43.77608% 50.84334%, 43.77585% 50.57235%, 43.77563% 50.30136%, 43.7754% 50.03036%, 43.77518% 49.75936%, 43.77495% 49.48837%, 44.48391% 49.4885%, 45.19287% 49.48865%, 45.90183% 49.48878%, 46.61079% 49.48892%, 47.31975% 49.48906%, 48.0287% 49.4892%, 48.73766% 49.48934%, 49.44662% 49.48948%, 50.72252% 49.48934%, 51.99842% 49.4892%, 53.27432% 49.48906%, 54.55022% 49.48892%, 55.82611% 49.48878%, 57.10201% 49.48865%, 58.3779% 49.4885%, 59.6538% 49.48837%, 59.57598% 49.89151%, 59.31883% 50.28598%, 58.84686% 50.70884%, 58.12456% 51.19714%, 57.11643% 51.78793%, 55.78697% 52.51828%, 54.10066% 53.42522%, 52.02202% 54.54581%, 49.96525% 55.66916%, 48.3319% 56.57212%, 47.06745% 57.27347%, 46.11739% 57.79191%, 45.42719% 58.14619%, 44.94235% 58.35507%, 44.60834% 58.43725%, 44.37066% 58.41149%, 44.15383% 58.27711%, 43.99617% 58.0603%, 43.88847% 57.77578%, 43.82151% 57.43825%, 43.78608% 57.06245%, 43.77304% 56.66309%, 43.773% 56.25486%);
    transition: clip-path 500ms;
}

.derecha {
    clip-path: polygon( 43.77666% 43.83035%, 43.77874% 44.21955%, 43.7795% 44.59109%, 43.77934% 44.93442%, 43.77855% 45.23898%, 43.77741% 45.49423%, 43.77625% 45.68961%, 43.77533% 45.81458%, 43.77495% 45.85858%, 43.77518% 46.12957%, 43.7754% 46.40056%, 43.77563% 46.67156%, 43.77585% 46.94255%, 43.77608% 47.21355%, 43.7763% 47.48454%, 43.77653% 47.75554%, 43.77675% 48.02654%, 43.77653% 48.29753%, 43.7763% 48.56852%, 43.77608% 48.83952%, 43.77585% 49.11051%, 43.77563% 49.38151%, 43.7754% 49.65251%, 43.77518% 49.9235%, 43.77495% 50.1945%, 44.48391% 50.19436%, 45.19287% 50.19422%, 45.90183% 50.19408%, 46.61079% 50.19394%, 47.31975% 50.1938%, 48.0287% 50.19366%, 48.73766% 50.19353%, 49.44662% 50.19338%, 50.72252% 50.19353%, 51.99842% 50.19366%, 53.27432% 50.1938%, 54.55022% 50.19394%, 55.82611% 50.19408%, 57.10201% 50.19422%, 58.3779% 50.19436%, 59.6538% 50.1945%, 59.57598% 49.79136%, 59.31883% 49.39688%, 58.84686% 48.97402%, 58.12456% 48.48572%, 57.11643% 47.89493%, 55.78697% 47.16458%, 54.10066% 46.25764%, 52.02202% 45.13705%, 49.96525% 44.01371%, 48.3319% 43.11074%, 47.06745% 42.4094%, 46.11739% 41.89096%, 45.42719% 41.53667%, 44.94235% 41.3278%, 44.60834% 41.24561%, 44.37066% 41.27137%, 44.15383% 41.40575%, 43.99617% 41.62256%, 43.88847% 41.90709%, 43.82151% 42.24461%, 43.78608% 42.62041%, 43.77304% 43.01978%, 43.773% 43.428%);
    transition: clip-path 500ms;
}

.puntero {
    border-radius: 50%;
    cursor: pointer;
    height: 100px;
    position: absolute;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.active .icono {
    transform: rotate(-90deg);
}

.active .izquierda {
    clip-path: polygon( 56.42249% 57.01763%, 54.93283% 57.0175%, 53.00511% 57.01738%, 50.83554% 57.01727%, 48.62036% 57.01718%, 46.55585% 57.01709%, 44.83822% 57.01702%, 43.66373% 57.01698%, 43.22863% 57.01696%, 42.86372% 57.01904%, 42.56988% 57.01621%, 42.3402% 56.99486%, 42.16778% 56.94152%, 42.0457% 56.84267%, 41.96705% 56.68478%, 41.92493% 56.45432%, 41.91246% 56.13777%, 41.91258% 55.76282%, 41.9129% 55.37058%, 41.91335% 54.96757%, 41.91387% 54.56032%, 41.91439% 54.15537%, 41.91485% 53.75926%, 41.91517% 53.3785%, 41.91529% 53.01965%, 41.94275% 52.72355%, 42.02117% 52.51653%, 42.14465% 52.38328%, 42.30727% 52.30854%, 42.50308% 52.27699%, 42.72619% 52.27341%, 42.97065% 52.28248%, 43.23056% 52.2889%, 43.94949% 52.28896%, 45.45083% 52.28912%, 47.47445% 52.28932%, 49.76027% 52.28957%, 52.04818% 52.28981%, 54.07805% 52.29003%, 55.5898% 52.29019%, 56.32332% 52.29024%, 56.58221% 52.28816%, 56.83726% 52.28948%, 57.07897% 52.30593%, 57.29794% 52.34898%, 57.48468% 52.43029%, 57.62978% 52.56146%, 57.72375% 52.7541%, 57.75718% 53.01981%, 57.75713% 53.37763%, 57.75699% 53.81831%, 57.75679% 54.31106%, 57.75657% 54.82507%, 57.75635% 55.32958%, 57.75615% 55.79377%, 57.75601% 56.18684%, 57.75596% 56.47801%, 57.7549% 56.50122%, 57.74034% 56.5624%, 57.6955% 56.64887%, 57.60334% 56.748%, 57.44691% 56.84712%, 57.20925% 56.93358%, 56.87342% 56.99471%);
}

.active .derecha {
    clip-path: polygon( 56.42249% 42.44625%, 54.93283% 42.44637%, 53.00511% 42.44649%, 50.83554% 42.4466%, 48.62036% 42.4467%, 46.55585% 42.44679%, 44.83822% 42.44685%, 43.66373% 42.4469%, 43.22863% 42.44691%, 42.86372% 42.44483%, 42.56988% 42.44767%, 42.3402% 42.46902%, 42.16778% 42.52235%, 42.0457% 42.6212%, 41.96705% 42.77909%, 41.92493% 43.00956%, 41.91246% 43.32611%, 41.91258% 43.70105%, 41.9129% 44.0933%, 41.91335% 44.49631%, 41.91387% 44.90355%, 41.91439% 45.3085%, 41.91485% 45.70462%, 41.91517% 46.08537%, 41.91529% 46.44422%, 41.94275% 46.74032%, 42.02117% 46.94735%, 42.14465% 47.0806%, 42.30727% 47.15534%, 42.50308% 47.18688%, 42.72619% 47.19047%, 42.97065% 47.1814%, 43.23056% 47.17497%, 43.94949% 47.17491%, 45.45083% 47.17476%, 47.47445% 47.17455%, 49.76027% 47.1743%, 52.04818% 47.17406%, 54.07805% 47.17384%, 55.5898% 47.17369%, 56.32332% 47.17363%, 56.58221% 47.17571%, 56.83726% 47.17439%, 57.07897% 47.15795%, 57.29794% 47.1149%, 57.48468% 47.03359%, 57.62978% 46.90242%, 57.72375% 46.70977%, 57.75718% 46.44406%, 57.75713% 46.08625%, 57.75699% 45.64557%, 57.75679% 45.15282%, 57.75657% 44.6388%, 57.75635% 44.1343%, 57.75615% 43.6701%, 57.75601% 43.27703%, 57.75596% 42.98586%, 57.7549% 42.96265%, 57.74034% 42.90148%, 57.6955% 42.815%, 57.60334% 42.71587%, 57.44691% 42.61675%, 57.20925% 42.53029%, 56.87342% 42.46916%);
}


/*=============------------ About Page Css Start ------------============*/

.about_banner_section {
    height: 100vh;
    position: relative;
    background-image: url("https://thesoilverse.sgp1.vultrobjects.com/3e1deb17-a775-44b5-bc49-196800e19a28.png");
    /* background-image: url(https://ik.imagekit.io/u3kzu0wtk/about/banner.png?updatedAt=1690632131252); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.established_section {
    background: url(../images/about/established_bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    padding: 5rem 0;
}

.our_strength_section {
    background-color: #070B18;
    padding: 5rem 0px;
        overflow: hidden;
}

.box-shadow {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 25px #E2E2E291;
    border-radius: 40px;
    opacity: 0.9;
    padding: 40px;
    height: 100%;
}

.our_mission_section {
    background-image: url("https://thesoilverse.sgp1.vultrobjects.com/71904136-77c4-4fbe-b4d2-3d94cf935d65.png");
    background-size: cover;
    background-position: bottom center;
    padding-bottom: 10rem;
    padding-top: 5rem;
}

.border_radius_img {
    border-radius: 40px;
    overflow: hidden;
    max-height: 450px;
    object-position: center;
    object-fit: cover;
}

.border_radius_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.future_of_tomorrow_section {
    height: 100vh;
    position: relative;
    background-image: url("https://thesoilverse.sgp1.vultrobjects.com/e6de7d56-c607-45f5-ad0c-bae63399df23.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.future_of_tomorrow_section .heading_text_size {
    height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
    max-width: 75%;
    margin: 0 auto;
}


/*------------- slider css start -----------*/

.swiper-button-next, .swiper-button-prev{
    z-index: 1 !important;
}

/*----------------------
      Hoattest products section CSS
    -----------------------*/

.prod-title {
    color: #374151;
    font-size: 30px;
    font-weight: 700;
}

.swiper {
    width: 100%;
    margin-top: 30px;
    padding: 25px 0;
    position: relative;
}

.prod-arrow {
    position: relative;
    left: 70px;
    top: 40px;
}

.prod-arrow .swiper-button-next {
    margin-top: 0;
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
}

.prod-arrow .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    margin-top: 0px;
    right: 35px;
    left: auto;
}

.prod-arrow .swiper-button-next:after,
.prod-arrow .swiper-button-prev:after {
    color: #6b7280;
    font-size: 20px;
    font-weight: 700;
    display: none !important;
}

.product-box {
    background: #fff;
    padding: 35px;
    box-shadow: 0px 4px 28px 0px #5563801a;
    border-radius: 16px;
    min-height: 490px;
    height: 100%;
}


/*.product-box .prod-badge {
  background-color: rgba(255, 153, 0, 0.1);
  color: #ff9900;
  font-size: 15px;
  font-weight: 700;
  padding: 5px 8px;
  border-radius: 4px;
}
*/

.product-box .prod-img {
    display: block;
    text-align: left;
    width: auto;
    height: 200px;
    object-fit: contain;
    margin: 10px 0;
}

.product-box .prod-code {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 8px;
}

.product-box .prod-name {
    color: #374151;
    font-weight: 700;
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /*  min-height: 72px;*/
}

.prod-price-cart {
    margin-top: 25px;
}

.prod-price-cart h4 {
    min-height: auto !important;
}

.dollar {
    color: #6b7280;
    padding-right: 5px;
}

.prod-inner-pagination {
    position: relative;
    width: auto !important;
    bottom: 1px !important;
}

.prod-inner-pagination .swiper-pagination-bullet {
    height: 3px;
    width: 12px;
    border-radius: 2px;
    background-color: #6b7280;
}

.prod-inner-slider .prod-price-cart {
    margin-top: 15px;
}

.product-box:hover .prod-price-cart a img {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(218deg) brightness(300%) contrast(648%);
    margin-right: 5px;
}

.prod-price-cart a {
    transition: all 0.3s ease-in-out;
    padding: 6px 10px;
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
}

.prod-price-cart a span {
    display: none;
}

.product-box:hover .prod-price-cart a img {
    transform: translate(-5px, 0);
}

.see-all-btn {
    background: #161616;
    border: 2px solid transparent;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    min-width: 140px;
    min-height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.5s ease;
}

.see-all-btn:hover {
    background: transparent;
    border-color: #161616;
    color: #161616;
}

.swiper-slide a {
    text-decoration: none;
}

.prod-inner-slider .swiper {
    padding: 0;
}

.prod-inner-pagination {
    opacity: 0;
}

.product-box:hover .prod-inner-pagination {
    opacity: 1;
}

.swiper.hoattest-products-slider.swiper-initialized.swiper-horizontal {
    overflow: visible;
}


/*=============------------ About Page Css End ------------============*/

#section1 {
    /* background-image: url(../video/soilverse-1.webp); */
    background-image: url(../images/soilverse-1.webp);
}

.social_icon a {
    border-radius: 100%;
    background-color: #0177b5;
}

.social_icon a img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.social_icon {
    position: absolute;
    right: 15%;
    bottom: 20%;
}

#carouselExampleIndicators {
    max-width: 1000px;
    margin: 0 auto;
}


/*=============------------ MetaVerse Page Css End ------------============*/

.meta_banner {
    padding-top: 80px;
    background-color: #030510;
}

.metaverse_section1 {
    height: 100vh;
    position: relative;
    background-image: url("https://thesoilverse.sgp1.vultrobjects.com/e30777c6-38ff-4186-b814-51d5a8148dc7.png");
    /* background-image: url(https://ik.imagekit.io/u3kzu0wtk/about/banner.png?updatedAt=1690632131252); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

h1.heading_text_size.position_top {
    position: absolute;
    text-align: center;
    color: white;
    width: 100%;
}

.meta_earth_left_text,
.meta_earth_right_text {
    max-width: 250px;
    text-align: left;
    position: absolute;
}

.meta_earth_left_text {
    right: 14%;
    top: 46%;
}

.meta_earth_left_text::after {
    content: "";
    width: 45px;
    display: block;
    height: 135px;
    position: absolute;
    left: -29%;
    top: 25%;
    border: 1px solid #fff;
    border-right-color: rgb(255, 255, 255);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right: none;
    border-bottom: none;
}

.meta_earth_left_text::before {
    content: "";
    width: 7px;
    display: block;
    border-radius: 100%;
    background-color: #fff;
    height: 7px;
    position: absolute;
    left: -10%;
    top: 22%;
}

.meta_earth_left_text p,
.meta_earth_right_text p {
    line-height: normal;
    font-size: 14px;
}

.meta_earth_right_text {
    left: 19%;
    bottom: -2%;
}

.meta_earth_right_text::after {
    content: "";
    width: 45px;
    display: block;
    height: 59px;
    position: absolute;
    left: 100%;
    bottom: 19%;
    border: 1px solid #fff;
    border-top-color: rgb(255, 255, 255);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(255, 255, 255);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left: none;
    border-top: none;
}

.meta_earth_right_text::before {
    content: "";
    width: 7px;
    display: block;
    border-radius: 100%;
    background-color: #fff;
    height: 7px;
    position: absolute;
    right: -1%;
    top: 78%;
}

.metaverse_section2 {
    text-align: center;
    padding-top: 50px;
    background-image: url("https://thesoilverse.sgp1.vultrobjects.com/e1cde5f8-0fb4-4b2f-9e79-e223659386a4.png");
    /* background-image: url(https://ik.imagekit.io/u3kzu0wtk/about/banner.png?updatedAt=1690632131252); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.image_width {
    width: 33%;
}

.metaverse_section3 {
    /* padding: 30px; */
    text-align: center;
    /* padding-top: 50px; */
    background-image: url(../images/metaverse/Mask21.png);
    /* background-image: url(https://ik.imagekit.io/u3kzu0wtk/about/banner.png?updatedAt=1690632131252); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    color: white !important;
}

.meta_tech {
    position: relative;
}

.meta_tech_right {
    /* width: 50%; */
    width: 70%;
    /* background-image: url(../images/metaverse/Metagrup.png); */
    /* background-color: red; */
    /* background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
    border-radius: 30px;
    z-index: 0;
    /* margin-left: 90px; */
}


/* .meta_tech_left {
    width: 30%;
    background-color: #000410;
    height: 300px;
    position: absolute;
    border-radius: 30px;
    top: 15%;
    left: 50%;
    box-shadow: rgb(67 63 112) 0px 3px 8px;
} */

.meta_tech_left {
    width: 40%;
    background-color: #000410;
    height: 340px;
    position: absolute;
    border-radius: 30px;
    top: 11%;
    right: 6px;
    box-shadow: rgb(67 63 112) 0px 3px 8px;
}

.carousel-inner .card_text {
    font-family: 'SFProDisplay-Medium';
    line-height: 24px;
    font-size: 16px;
    : ;
}

.card_text {
    font-family: 'SFProDisplay-Medium';
    line-height: 21px;
    font-size: 14px;
    /* font-weight: 600; */
}

.metaverse_section5 {
    background-color: #F5F5F7;
    text-align: center;
}


/* .card_text_Ecommerce {
    width: 450px;
    text-align: center;
    margin: auto;
} */

.card_text_Ecommerce p {
    /* font-size: 16px; */
    line-height: inherit;
    font-weight: normal;
    padding: 0 15px;
}

.common_section_sm {
    padding: 5rem 0;
}


/*===========----------- Contact us page css start -----------===========*/

.contact_us_banner_section {
    background: url(../images/contact/banner.png);
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    text-align: center;
    align-items: center;
    display: flex;
}

.address_box_card {
    border: 1px solid #7070704a;
    padding: 20px;
    border-radius: 40px;
    height: 100%;
    transition: 0.3s;
}

.address_box_card:hover {
    box-shadow: 0px 3px 25px #CACACA91;
    border: 1px solid #7070701c;
    transition: 0.3s;
}

.address_box_card .address_card_text {
    background-color: #070B18;
    padding: 10px;
}

.address_box_card .address_card_text p {
    margin: 0px;
    color: #fff;
}

.address_box_card p {
    margin-bottom: 5px;
    color: #070B18;
}

.address_box_card_img {
    height: 75px;
}

.contact_form_section {
    background-color: #F5F5F7;
    border-radius: 40px 40px 0px 0px;
    padding: 50px 100px 0px 100px;
}

.contact_form_inner_section {
    background-color: #fff;
    padding: 40px;
}

.contact_page_form .form-control,
.contact_page_form .form-select {
    font-family: 'SFProDisplay-Medium';
    font-weight: 600;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: #7070704a;
}

.contact_form_left_img {
    position: relative;
    animation: MoveUpDown 3s linear infinite;
}

@keyframes MoveUpDown {
    0%,
    100% {
        bottom: 0;
    }
    50% {
        bottom: 30px;
    }
}


/*===========----------- Contact us page css end -----------===========*/


/*===========---------- metra ai css start ---------===========*/

.metra_ai_banner {
    /*  height: 100vh;*/
    position: relative;
    background-image: url(../images/metra_ai/home_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    padding: 7rem 0;
}

.metra_ai_left_text {
    left: 19%;
    bottom: 11%;
    max-width: 250px;
    text-align: left;
    position: absolute;
}

.metra_ai_left_text p {
    line-height: normal;
    font-size: 18px;
}


/*
    .metra_ai_product_box{
    padding: 35px;
    }*/

.metra_ai_help_img_box {
    background-color: #FFFFFF12;
    border-radius: 40px;
    padding: 25px;
    text-align: center;
    box-shadow: 0px 4px 28px 0px #5563801a;
    height: 260px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.metra_ai_help_img_box img {
    max-height: 100%;
}

.metra_ai_product_box p {
    font-family: 'SF Pro Display';
    font-weight: normal;
    font-size: 18px;
}

.metra_ai_faq .accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5 !important;
    border: none;
}

.metra_ai_faq .accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #CCC;
}

.metra_ai_faq .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 15px 0;
    color: #262525;
    font-size: 22px;
    border: none;
    background: none;
    outline: none;
    font-family: 'SFProDisplay-Medium';
}

.metra_ai_faq .accordion button:hover,
.metra_ai_faq .accordion button:focus {
    cursor: pointer;
}

.metra_ai_faq .accordion button:hover::after,
.metra_ai_faq .accordion button:focus::after {
    cursor: pointer;
    color: #848484;
    border: 1px solid #848484;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    color: #AC1A80;
}

.metra_ai_faq .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 11px;
    left: 0px;
    width: 15px;
    height: 3px;
    background: currentColor;
}

.metra_ai_faq .accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 6px;
    width: 3px;
    height: 15px;
    background: currentColor;
}

.metra_ai_faq .accordion button[aria-expanded=true] {
    color: #262525;
}

.metra_ai_faq .accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.metra_ai_faq .accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.metra_ai_faq .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.metra_ai_faq .accordion-content p {
    font-family: 'SF Pro Display';
    font-weight: normal;
    font-size: 18px;
    margin-top: 13px;
}

.metra_ai_faq .accordion .accordion-item:last-child {
    border: none !important;
}


/*===========---------- metra ai css end ---------===========*/


/*===========---------- faq css start ---------===========*/

.faq_us_banner_section {
    background: url(../images/faq/banner.png);
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    align-items: center;
    display: flex;
    min-height: 550px;
    padding: 10rem 0;
}

.faq_banner_card {
    background: rgb(7, 3, 16);
    background: linear-gradient(0deg, rgba(7, 3, 16, 0.66) 0%, rgba(69, 49, 136, 0.65) 100%);
    border-radius: 12px;
    padding: 20px;
}

.faq_page_faq .Accordions {
    display: block;
    max-width: 100%;
    margin: auto;
}

.faq_page_faq .Accordion_item {
    width: 100%;
    height: auto;
    margin: 20px 0;
    border-radius: 10px;
    border: 1px solid #CCCCCC;
}

.faq_page_faq .Accordion_item:first-child {
    margin-top: 50px;
}

.faq_page_faq .Accordion_item .title_tab {
    width: 100%;
    padding: 20px;
    cursor: pointer;
    /*  border-radius: 10px;
      border: 1px solid #CCCCCC;*/
}

.faq_page_faq .Accordion_item .title_tab .title {
    font-size: 20px;
    position: relative;
    padding-right: 27px;
}

.faq_page_faq .Accordion_item .title_tab .title .icon {
    position: absolute;
    right: 1%;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background-color: transparent;
    transform: rotate(-90deg);
    transition: transform 0.3s ease-in;
}

.faq_page_faq .Accordion_item .title_tab .title .icon:before,
.faq_page_faq .Accordion_item .title_tab .title .icon:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #C33C9A;
}

.faq_page_faq .Accordion_item .title_tab .title .icon:before {
    top: 0;
    left: 2px;
    transform: rotate(-45deg);
}

.faq_page_faq .Accordion_item .title_tab .title .icon:after {
    top: 0;
    right: 2px;
    transform: rotate(45deg);
}


/* .faq_page_faq .inner_content {
    width: 100%;
    height: auto;
    display: none;
    overflow: hidden;
} */


/* .faq_page_faq .inner_content p {
    border-top: 1px solid #CCC;
    margin: auto;
    padding: 18px 15px;
    line-height: 28px;
    letter-spacing: 1px;
    opacity: 0;
    /*transform: translate3d(0px, 60px, 0px);
      transition: transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01), opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);*/


}
*/ .faq_page_faq .inner_content p {
    padding: 18px 20px;
}
.faq_page_faq .inner_content {
    border-top: 1px solid #CCC;
    margin: auto;
    padding: 18px 20px;
    line-height: 28px;
    letter-spacing: 1px;
    width: 100%;
    height: auto;
    display: none;
    overflow: hidden;
}

/* ================================= */
.faq_page_faq .Accordion_item .title_tab.active {
    transition: background-color 0.3s ease-in;
}
.faq_page_faq .Accordion_item .title_tab.active .title .icon {
    transform: rotate(0deg);
    transition: transform 0.3s ease-in;
}
.faq_page_faq .Accordion_item .title_tab:hover {
    transition: background-color 0.3s ease-in;
}
.faq_page_faq .Accordion_item .inner_content p.show {
    opacity: 1;
    /*transform: translate3d(0px, 0px, 0px);
      transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);*/
}
.faq_page_faq .inner_content ul {
    list-style: disc;
    font-family: 'SFProDisplay-Medium';
    padding-left: 2rem;
    padding-bottom: 2rem;
    gap: 10px;
    display: grid;
    color: #848484;
}

/*===========---------- faq css end ---------===========*/

/*===========---------- Privacy Policy css start ---------===========*/
.privacy_section {
    position: relative;
    top: -2rem;
}
.privacy_section .box-shadow {
    background-color: #fff;
    opacity: 1;
}

/*===========---------- Privacy Policy css end ---------===========*/

/*===========---------- Terms of use css start ---------===========*/
.terms_left {
    background-color: #F6F6F6;
    padding: 30px;
}
.terms_box_shadow {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 25px #E2E2E291;
    opacity: 0.9;
    padding: 40px;
    height: 100%;
}
.terms_banner_section {
    background: url(../images/terms_bg.png);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 550px;
    text-align: center;
    align-items: center;
    display: flex;
    padding: 10rem 0;
    background-position: center;
}

/*===========---------- Terms of use css end ---------===========*/
.owl-carousel .owl-item {
    transition: all 0.3s ease-in-out;
}
.owl-item {
    width: 100%;
}
.owl-carousel .owl-item .card {
    padding: 0px;
    position: relative;
}
.owl-carousel .owl-stage-outer {
    /* overflow-y: auto !important; */
    
    overflow-y: hidden !important;
    padding-bottom: 0px;
}
.owl-carousel .owl-item img {
    height: 400px;
    object-fit: cover;
}
.owl-carousel .owl-item .card .name {
    position: absolute;
    bottom: -20px;
    left: 33%;
    color: #101c81;
    font-size: 1.1rem;
    font-weight: 600;
    background-color: aquamarine;
    padding: 0.3rem 0.4rem;
    border-radius: 5px;
    box-shadow: 2px 3px 15px #3c405a;
}
.owl-carousel .owl-item .card {
    opacity: 1;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.owl-carousel .owl-item.active.center .card {
    /* margin-left: 10px; */
    
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.owl-theme .owl-dots .owl-dot span {
    height: 20px;
    background: #2a6ba3 !important;
    border-radius: 2px !important;
    opacity: 0.8;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    /* min-height: 13px;
    width: 13px; */
    
    opacity: 1;
    transform: translateY(2px);
    background: #83b8e7 !important;
}
@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel .owl-item .card .name {
        left: 24%;
    }
}
@media(max-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 30%;
    }
}
.owl-left {
    background: none !important;
    position: absolute;
    left: 5%;
    top: 45%;
    /* width: 38px !important; */
}
.owl-right {
    background: none !important;
    position: absolute;
    right: 5%;
    top: 45%;
    /* width: 38px !important; */
}


.meta_banner h1.heading_text_size.position_top {
  position: unset;
  text-align: center;
}

.d-table-cell{
    display: table-cell;
}