@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
}

body {
    margin: 0;
    line-height: normal;
    text-align: left;
    font-family: Lato;
    background-color: #030b15;
}


.h1{
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
}
.h2{
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
}
.h3{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}
.h4{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
.h5{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.h6{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.h7{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.h8{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.h1,.h2,.h3,.h4,.h5,.h6,.h7,.h8,.h1text {
    position: relative;
    text-decoration: none;
}

a{
    text-decoration: none;
}
.pri300{
    color: #7DD3FC;
}
.pri{
    color: #0194fc;
}
.wht{
    color: #fff;
}
.grey{
    color: #C9CDCF;
}

.error{
    color: #e7515a;
}
.success{
    color: #1abc9c;
}
.warning{
    color: #e2a03f;
}
.bg-pri-500{
    background-color: #0194fc;
}
.bg-pri-700{
    background-color: #05254C;
}
.bg-pri-800{
    background-color: #0B1D33;
}
.bg-pri-900{
    background-color: #030b15;
}
.bg-wht{
    background-color: #ffffff;
}
.bg-wht-10{
    background-color: rgba(255, 255, 255, 0.1);
}
.bg-linear-1{
    background: linear-gradient(180deg, #0b1d33, rgba(11, 29, 51, 0.5));
}
.bg-linear-2{
    background: linear-gradient(180deg, #0b1d33, rgba(11, 29, 51, 0));
}
.bg-linear-3{
    background: linear-gradient(0deg, #0b1d33, rgba(11, 29, 51, 0));
}
.bg-error{
    background-color: #e7515a;
}
.bg-success{
    background-color: #1abc9c;
}
.bg-warning{
    background-color: #e2a03f;
}

.home {
    width: 100%;
    position: relative;
    height: 1000px;
}
.bdctn {
    position: absolute;
    width: 100%;
    top: 72px;
    right: 0px;
    left: 0px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    z-index: 999;
}

.topnav2in {
    align-self: stretch;
    background-color: #030b15;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    box-sizing: border-box;
}

.topnavdrop {
    align-self: stretch;
    border-radius: 0px 0px 16px 16px;
    background-color: #030b15;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 16px;
    gap: 16px;
    box-sizing: border-box;
}
.topnav2 {
    position: fixed;
    width: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    z-index: 1000;/* Initial z-index */
    box-sizing: border-box;
}
.topnav {
    position: fixed;
    width: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
    background-color: #030b15;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    z-index: 1000;/* Initial z-index */
}

.topnav.hidden {
z-index: 998;
pointer-events: none; /* Not clickable when hidden */
}

.topnav2.hidden {
z-index: 998;
pointer-events: none; /* Not clickable when hidden */
}
.button {
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border: none;
    box-sizing: border-box;
}
.button:hover {
    opacity: 0.8;
  }

.button2 {
    align-self: stretch;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    z-index: 4;
    border: none;
    box-sizing: border-box;
}
.button2:hover {
    opacity: 0.8;
}
.button2nofill {
    align-self: stretch;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    z-index: 4;
    border: none;
    box-sizing: border-box;
}

.input {
    border-radius: 4px;
    background-color: #05254c;
    min-height: 40px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 16px;
    box-sizing: border-box;
    min-width: 200px;
    border: none;
    color: #fff;
    width: 100%;
    flex: 1;
}
.input:focus {
    outline: none; 
    border: 1px solid #0194fc;
  }
.input::placeholder{
    color: #C9CDCF;
}
.textarea {
    border-radius: 4px;
    background-color: #05254c;
    min-height: 120px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 16px;
    box-sizing: border-box;
    min-width: 200px;
    border: none;
    color: #fff;
    width: 100%;
    resize: none;
    flex: 1;
    font-family: lato;
}
.textarea:focus {
    outline: none; 
    border: 1px solid #0194fc;
  }
.textarea::placeholder{
    color: #C9CDCF;
    font-family: lato;
}

.button-img {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background:transparent;
    padding: 0px;
    border: none;
    min-width: 40px;
    height: 40px;
    border-radius: 4px;
}
.ctn2 {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    min-width: 290px;
    box-sizing: border-box;
}
.ctn2zz {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    min-width: 290px;
    max-width: 700px;
    box-sizing: border-box;
}
.heroimg {
    flex: 1;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: auto;
    object-fit: cover;
    min-width: 290px;
    box-sizing: border-box;
}
.ctn1 {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 64px 16px;
    box-sizing: border-box;
    gap: 16px 80px;
    max-width: 900px;
}
.ctn1zz {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 160px 16px;
    box-sizing: border-box;
    gap: 16px 80px;
    position: relative;
}
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures video covers the entire container */
    z-index: -1; /* Places the video behind other content */
}
.ctn4 {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    box-sizing: border-box;
}

.lock-icon {
    width: 48px;
    position: absolute;
    margin: 0 !important;
    top: -2px;
    left: -2px;
    height: 48px;
    z-index: 2;
}
.ctn9-icon {
    width: 48px;
    height: 48px;
}
.ctn6 {
    flex: 1;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 64px 16px;
    box-sizing: border-box;
    position: relative;
    gap: 24px;
    min-width: 290px;
}
.ctn5 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 16px;
    min-width: 290px;
    max-width: 900px;
    box-sizing: border-box;
}
.ctn3 {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 64px 16px;
    box-sizing: border-box;
    gap: 40px;
    max-width: 900px;
    text-align: center;
}
.ctn4b {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    box-sizing: border-box;
}
.ctn9 {
    align-self: stretch;
    width: 24px;
    position: relative;
    border-right: 2px dotted #0194fc;
    box-sizing: border-box;
}
.ctn9b {
    align-self: stretch;
    width: 24px;
    position: relative;
    box-sizing: border-box;
}

.ctn10 {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 0px 40px;
    gap: 16px;
    box-sizing: border-box;
}
.ctn8 {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 48px;
    box-sizing: border-box;
}
.ctn7b {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    box-sizing: border-box;
}

.ctn7 {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
}

.plan-img-icon {
    width: 80px;
    position: relative;
    height: 80px;
    object-fit: cover;
    z-index: 1;
}
.check-icon {
    width: 16px;
    position: relative;
    height: 16px;
}

.ctn11 {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    box-sizing: border-box;
}
.ctn11b {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    box-sizing: border-box;
}
.ctn2a {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    z-index: 2;
    box-sizing: border-box;
}
.star-icon {
    width: 48px;
    position: absolute;
    margin: 0 !important;
    top: -4px;
    left: -4px;
    height: 48px;
    z-index: 3;
}

.ctn3b {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 64px 16px;
    gap: 40px;
    text-align: center;
    box-sizing: border-box;
}

.star-icon4 {
    width: 90px;
    position: relative;
    height: 16px;
    z-index: 1;
}
.quote-icon {
    width: 32px;
    position: relative;
    height: 32px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 2;
}
.reviewimg-icon {
    width: 80px;
    position: absolute;
    margin: 0 !important;
    top: -40px;
    left: calc(50% - 40px);
    border-radius: 50%;
    height: 80px;
    object-fit: cover;
    z-index: 4;
}
.ctn6c {
    align-self: stretch;
    flex: 1;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 64px 16px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
    min-width: 290px;
}
.ctn6d {
    flex: 1;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 64px 16px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
    max-width: 480px;
}
.ctn12 {
    align-self: stretch;
    overflow-x: scroll;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 0px;
    gap: 16px;
    box-sizing: border-box;
}
.ctn3c {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 64px 16px;
    box-sizing: border-box;
    gap: 40px;
    max-width: 900px;
    text-align: center;
}
.logo-icon {
    width: 40px;
    position: relative;
    height: 40px;
}
.ctn2b {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    min-width: 288px;
    max-width: 400px;
    box-sizing: border-box;
}

.ctn2d {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
    box-sizing: border-box;
}
.ctn2c {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    min-width: 200px;
    box-sizing: border-box;
}
.ctn15b {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 24px 16px;
    min-width: 288px;
    max-width: 400px;
    box-sizing: border-box;
}

.send-icon {
    width: 40px;
    position: relative;
    border-radius: 4px;
    height: 40px;
}
.news-ctn {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    box-sizing: border-box;
}

.ctn15 {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 24px 16px;
    max-width: 900px;
    box-sizing: border-box;
}
.ctn13 {
    align-self: stretch;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 16px;
    box-sizing: border-box;
}
.ctn14 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
    max-width: 900px;
}
.footer {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 0px 0px;
    box-sizing: border-box;
}
.ctn11c {
    align-self: stretch;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 12px 8px;
    box-sizing: border-box;
}
.p-shell-icon {
    width: 130px;
    position: relative;
    height: 98px;
    overflow: hidden;
    flex-shrink: 0;
}
.ctn16 {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 64px 16px 0px;
    box-sizing: border-box;
}
.ctn5b {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 64px 16px;
    box-sizing: border-box;
    gap: 16px 24px;
    max-width: 900px;
}
.ctn2e {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    min-width: 256px;
    box-sizing: border-box;
}
.ctn17 {
    align-self: stretch;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 16px;
    gap: 16px;
    box-sizing: border-box;
}
.call-icon {
    width: 32px;
    position: relative;
    height: 32px;
}

#faq1,#faq2,#faq3,#faq4,#faq5,#faq6{
    display: none;
}

body::-webkit-scrollbar {
    width: 0px; /* Set the thickness (width) of the scrollbar */
}
body::-webkit-scrollbar-thumb {
    background-color: #0194fc; /* Set the color of the thumb */
    border-radius: 8px; /* Optional: Add rounded corners */
}
body::-webkit-scrollbar-track {
    background-color: #c9cdcf; /* Optional: Change track color */
    border-radius: 8px; /* Optional: Add rounded corners */
}

div::-webkit-scrollbar {
    height: 6px; /* Set the thickness (width) of the scrollbar */
}
div::-webkit-scrollbar-thumb {
    background-color: #0194fc; /* Set the color of the thumb */
    border-radius: 8px; /* Optional: Add rounded corners */
}
div::-webkit-scrollbar-track {
    background-color: #c9cdcf; /* Optional: Change track color */
    border-radius: 8px; /* Optional: Add rounded corners */
}