/*global-css-start*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


body {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    background-color: #F6F6F6;
    scroll-behavior: smooth;
    font-family: "Inter", sans-serif;
}

:root {
    --first-family: "Plus Jakarta Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #00022A;
    font-weight: 600;
}

strong {
    font-weight: 800;
    color: #000;
}

a {
    text-decoration: none !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #000;
    font-weight: 400;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: auto;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

button {
    color: inherit;
    border: none;
    background-color: transparent;
}

p {
    margin-bottom: 0.5rem;
    font-size: 16px;
    font-weight: 400;
    color: #626884;
    line-height: 24px;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none !important;
}

ul {
    padding-left: 0 !important;
}

hr {
    background-color: #D0D0D0 !important;
    opacity: 1;
    border-color: #D0D0D0 !important;
}

.form-select:focus,
.form-control:focus {
    box-shadow: none !important;
    border-color: #ccc;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: inherit;
    color: inherit;
}

label {
    margin-bottom: 5px;
}

textarea {
    resize: none;
}

input:focus,
button:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

img {
    max-width: 100%;
    height: auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.img-40 {
    width: 40px;
    height: 40px;
}

.img-80 {
    width: 80px;
    height: 80px;
    background-color: #ccc;
}

.fz-14 {
    font-size: 14px !important;
}

.fz-16 {
    font-size: 16px !important;
}

.fz-18 {
    font-size: 18px !important;
}

.fz-20 {
    font-size: 20px !important;
}

.fz-22 {
    font-size: 22px !important;
}

.fz-24 {
    font-size: 24px !important;
}

.fz-26 {
    font-size: 26px !important;
}

.fz-28 {
    font-size: 28px !important;
}

.fz-30 {
    font-size: 30px !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.decoration {
    text-decoration: underline !important;
}

.btn-close {
    background-image: none;
    padding: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

.form-check {
    vertical-align: middle;
    margin-bottom: 10px;
}

.form-check .form-check-label {
    margin-bottom: 0;
    cursor: pointer;
}

.tp-space {
    padding-top: 100px;
    padding-bottom: 100px;
}

.tp-space-scond {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.title {
    font-size: 64px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.lg_title {
    font-size: 80px;
    color: #00022A;
    margin-bottom: 24px;
}

.subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #00022A;
    margin-bottom: 20px;
}

.innr-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}

.new_title {
    font-size: 32px;
    font-weight: 500;
    color: #00022A;
    line-height: 1.4;
}

.new_para {
    font-size: 20px;
    color: #505050;
    font-weight: 400;
}

.thm-btn {
    display: inline-block;
    padding: 6px 10px;
    background-color: #24D744;
    border: 1px solid #24D744;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.thm-btn.light-btn {
    background-color: #fff;
    border-color: #fff;
    color: #4F40FF;
}

.thm-btn:hover,
.thm-btn.outline:hover {
    background-color: #1ec83e;
    border-color: #1ec83e;
    color: #fff;
    box-shadow: 0 6px 14px rgba(36, 215, 68, 0.55);
}

.thm-btn.outline {
    background-color: transparent;
    border-color: #4F40FF;
    color: #4F40FF;
}

.thm-lg-btn {
    display: inline-block;
    padding: 6px 10px;
    font-size: 16px;
    color: #FFF;
    font-weight: 500;
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 6px;
}

.thm-lg-btn:hover {
    background-color: #333;
    border-color: #333;
    color: #FFF;
}

.thm-lg-btn.grn-btn {
    background-color: #BEE14A;
    border-color: #BEE14A;
}

.thm-lg-btn.warning {
    background-color: #EEBD5B;
    color: #fff;
    border-color: #EEBD5B;
    text-align: center;
}

.custom-frm-bx {
    margin-bottom: 30px;
    position: relative;
}

.custom-frm-bx label {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.custom-frm-bx .form-control,
.custom-frm-bx .form-select {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #595959 !important;
    font-size: 18px;
    font-weight: 400;
    background-color: #EEEEEE;
}

.custom-frm-bx textarea.form-control {
    height: 150px;
}

.custom-frm-bx::placeholder {
    color: #626884;
    opacity: 1;
}

.custom-frm-bx::-ms-input-placeholder {
    color: #626884;
}

.p-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.clr {
    color: #4F40FF !important;
}

/*global-css-end*/
.tp-header {
    background-color: #1E1B21;
    /* backdrop-filter: blur(65.80000305175781px) */
}

.tp-header .logo img {
    width: 52px;
    height: 39px;
}

.closeMenuBtn {
    font-size: 18px;
    cursor: pointer;
    text-align: right;
    padding-right: 10px;
}

.menu .nav-item {}

.menu .nav-item .nav-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-transform: capitalize;
}

.hero-section {
    /* background-color: #1E1B21;
   position: relative;
    z-index: 99;
    padding: 100px 0; */

     background-color: #1E1B21;
    position: relative;
    z-index: 0;
    padding: 100px 0;
    overflow: hidden;
}

.hero-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url("/assets/website/images/top-shape.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.hero-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("/assets/website/images/left-shape.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1;

}

.hero-main-picture {
    display: flex;
    position: relative;
    z-index: 4;
}


/* 
.hero-section {
    background-color: #1E1B21;
    position: relative;
    z-index: 0;
    padding: 100px 0;
    overflow: hidden;
}

.hero-section::after,
.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1; 
}

.hero-section::after {
    right: 0;
    background-image: url("/assets/images/top-shape.png");
}

.hero-section::before {
    left: 0;
    background-image: url("/assets/images/left-shape.png");
} */



.hero-first-bx img {
    width: 100%;
    height: 595px;
    object-fit: cover;
}

.hero-content {
    position: relative;
    z-index: 3;
}

.hero-second-bx {
    position: absolute;
    z-index: -2;
    right: 85px;
    bottom: 0;
}

.hero-second-bx img {
    width: 100%;
    height: 590px;
    object-fit: cover;
}

.hero-content h2 {
    font-weight: 700;
    font-size: 80px;
    line-height: 86px;
    letter-spacing: -4px;
    color: #fff;

}

.hero-content .legal-title {
    color: #24D744;
}

.hero-content p {
    font-weight: 400;
    font-size: 21px;
    line-height: 34px;
    color: #C5C5C5;

}

.app-store-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.app-store-btn img {
    width: 210px;
    object-fit: cover;
}

.trusted-setion {
    padding: 80px 0;
    position: relative;

}


.trusted-setion::before {
    content: "";
    position: absolute;
    top: 50px;
    right: 0;
    background: url("/assets/website/images/new-vector.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.trusted-picture {
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trusted-picture img {
    width: 300px;
    object-fit: cover;
}

.trusted-picture::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    height: 50%;
    max-width: 500px;
    width: 100%;
    background: linear-gradient(178.83deg, rgba(19, 113, 36, 0) 15.13%, rgba(27, 164, 52, 0.4) 88.34%, #24D744 161.54%);
    z-index: -1;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    margin: 0 auto;
}

.trusted-title {
    display: inline-block;
    background: #24D74457;
    border: 1px solid #00D727;
    backdrop-filter: blur(17.799999237060547px);
    padding: 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    font-family: var(--first-family);
    border-radius: 30px;
    color: #007215;
}

.trusted-content {
    position: relative;
    z-index: 111;
}

.trusted-content h3 {
    font-weight: 700;
    font-size: 62px;
    line-height: 75px;
    color: #000;
}


.trusted-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #505050;

}

.stant-out-section{
    padding: 80px 0;
}

.join-meeting-section{
    padding: 80px 0;
}


.feature-card{
    background: #FFFFFF;
    border-radius: 30px;
    padding: 30px 20px 0px 20px ;
    min-height: 450px;
    display: flex;
}

.feature-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feature-content h5{
font-weight: 600;
font-size: 20px;
text-align: center;
color: #000000;

}
.feature-content p{
font-weight: 500;
font-size: 18px;
letter-spacing: 0%;
text-align: center;
color: #595959;

}
.feature-content img{
width: 236px;
}

.feature-sub-bx{
    display: flex;
}

.get-app-section{
    padding: 100px 0;
    background: #1E1B21;
    position: relative;

}


.get-app-section::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    background: url("/assets/website/images/get-vector.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.faq-section{
    padding: 80px 0;
}

.accordion-crd{
    background-color: #fff;
    padding: 40px 52px;
    border-radius: 30px;
}

.accordion-item{
    border: none !important;

}



.accordion-button::after {
    display: none !important;
}

.faq-section .accordion-button {
    background: transparent !important;
    box-shadow: none !important;
    padding-left: 0 !important;
    font-family: Inter;
font-weight: 500;
font-size: 18px;
line-height: 28px;
padding: 10px 0;

}

.faq-section .accordion-body{
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #667085;
}

.faq-section .faq-btn {
    width: 20px;
    height: 20px;
    line-height: 13px;
    border-radius: 50%;
    background: #fff;
    color: #24D744;
    border: 2px solid #24D744;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    font-size: 16px;
}

.faq-section .faq-btn.collapsed::after {
    content: "+";
}

.faq-section .faq-btn:not(.collapsed)::after {
    content: "–";
}

.footer-section{
    background-color: #1E1B21;
    padding: 60px 0 25px;
    border-top: 1px solid #925A5A;
}

.footr-btm-content img{
    width: 75px;
}

.footr-btm-content p{
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #FFFFFF;
}

.footr-menu-bx h6{
font-weight: 400;
font-size: 16px;
line-height: 100%;
color: #24D744;
margin-bottom: 20px;
}

.footr-item {
    padding: 8px 0;
}

.footr-item .footr-link{
font-weight: 300;
font-size: 14px;
line-height: 100%;
color: #FFFFFF;
text-transform: capitalize;
text-align: start;

}

.footr-copyright-bx{
    border-top: 1px solid #24D744;
}

.footr-copyright-content p{
font-weight: 400;
font-size: 14px;
color: #A1A1AA;
padding-top: 20px;
margin-bottom: 0;
}

.social-list{
    display: flex;
    align-items: center;
    justify-content: end;
    padding-top: 20px;
    gap: 10px;
}

.social-link{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    background-color: #1E293B;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    text-align: center;

}

.social-link:hover{
background-color: #2563EB;
}

.current-opening-card{
    background: #FFFFFF;
    padding: 25px;
    border-radius: 30px;
   

}

.current-icon{
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #F6F6F6;
    border-radius: 8px;
    font-size: 20px;
}

.current-tp-head h5{
font-weight: 600;
font-size: 20px;
line-height: 100%;
text-align: center;
color: #000000;
margin-bottom: 0;

}

.current-opening-card p{
font-weight: 400;
font-size: 16px;
line-height: 150%;
color: #595959;
}

.view-content h4{
font-family: "Rubik", sans-serif;
font-weight: 700;
font-size: 36px;
line-height: 100%;
color: #001833;
}

.view-content h6{
font-weight: 600;
font-size: 20px;
line-height: 100%;
color: #000000;
}

.future-item{
font-weight: 400;
font-size: 16px;
color: #595959;
padding:  0px;
text-align: start;
    list-style-type: disc !important;

}

.future-list .future-item::marker{
     color: #000 !important;
  font-weight: 700;
  font-size: 1.5em;
}


.job-card {

    background: #1B1A1F;
    color: #fff;
    border-radius: 8px;
}



.job-icon {
    font-size: 24px;
    color: #fff;
}

.job-title {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    color: #D4D4D4;
}

.job-text {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.upload-box {
    border: 1px dashed #595959;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.upload-icon {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000000;
}

.browse-btn {
    border: 1px solid #595959;
    padding: 10px 20px;
    border-radius: 12px;
    cursor: pointer;
    display: inline-block;
    color: #000 !important;
    transition: .3s;
    font-size: 16px;
    font-weight: 600 !important;
    text-align: center;
}

.upload-box:hover {
    background: #e9e9e9;
}

.nw-tbn{
    display: none;
}
