/*global*/
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
}

main {
    overflow: none !important;
}

* {
    box-sizing: border-box;
}

strong {
    display: contents !important;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

p strong {
    display: contents;
}

h3 {
    font-size: 24px !important;
}

h2 {
    font-size: 32px !important;
}

h1 {
    font-size: 48px;
}

section {
    background-repeat: no-repeat;
    background-size: cover;
}

p {
    margin: 0;
}

button:hover {
    cursor: pointer;
}


.overflow-hid {
    overflow: hidden;
}

.swal2-container {
    overflow: auto !important;
    padding-right: 0 !important;
}

body.swal2-shown {
    overflow: auto !important;
    padding-right: 0 !important;
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: auto !important;
    padding-right: 0 !important;
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .overflow-hid {
    overflow: auto;
    padding-right: 0 !important;
}

.title-page {
    color: #001664;
}

.swal2-popup-custom {
    background-color: #f0f8ff !important;
    color: #000 !important;
}

.hidden {
    display: none !important;
}

.custom-title {
    font-weight: 700;
    line-height: 48px;
    text-align: center;
}

.text-center {
    text-align: center;
    font-weight: 400;
    line-height: 24px;
}

.text-color-blue {
    color: #0d2b74;
}

.custom-button {
    width: 320px;
    height: 48px;
    border-radius: 24px;
    padding: 12px 0;
    color: #ffffff;
    line-height: 24px;
    align-items: center;
    font-size: 16px;
    display: flex !important;
    justify-content: center !important;
    border: solid 1px #3963ff !important;
    font-weight: 600;
}

.disable-button {
    width: 192px;
    height: 48px;
    border-radius: 24px;
    padding: 12px 0;
    color: #ffffff;
    line-height: 24px;
    align-items: center;
    font-size: 16px;
    display: flex !important;
    justify-content: center !important;
    font-weight: 600;
}

#submit-button-contactus:hover {
    cursor: pointer;
    border: solid 1px #3963ff !important;
}

.content-a-color a {
    color: #3963ff !important;
}

.button-center {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-block-start: auto;
}

.card-radius-top-left {
    border-radius: 24px 0;
}

.card {
    position: relative;
    overflow: hidden;
    padding: 16px;
    width: 358px;
    color: #0d2b74;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    background-color: white;
    justify-content: space-between;
    border: 1px solid #e0e9ff;
}

.card a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card:hover {
    box-shadow: 0px 0px 15px 4px rgba(80, 80, 201, 0.2);
    border: 1px solid rgba(244, 247, 254, 1);
}

.icons:hover {
    box-shadow: 0px 0px 5px 4px #5050c91a;
    cursor: pointer;
}

.icons-posts-container {
    display: flex;
    gap: 24px;
    margin: 0 auto;
    justify-content: center;
}

.icons:hover .card-title {
    color: #3963ffff !important;
}

.card button {
    width: 100%;
}

.image-card {
    overflow: hidden;
    height: 256px;
}

.posts-page .card {
    max-width: 358px !important;
    width: 100%;
}

.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.card-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    max-height: 76px;
    padding: 16px 0;
    display: inline-block;
    text-wrap: wrap;
    overflow: hidden;

}

.card-p {
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    overflow: hidden;
    color: #001664 !important;
    transition: all 1s ease-in-out;
}

.card-p ul {
    padding-left: 19px;
}

.card-p p {
    color: #001664;
}

.videos {
    overflow: hidden;
}

.video-content iframe {
    width: 100% !important;
    height: 100% !important;
}

.video {
    overflow: hidden;
}

.video-content {
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    height: 568px;
    background-color: black;
}

.video-content video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shadow-on-video {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000066;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    box-sizing: border-box;
}

.card-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 24px;
}

.icons:hover {
    box-shadow: 0px 2px 10px 4px rgba(80, 80, 201, 0.2);
    background: rgba(244, 247, 254, 0.05);
    border-radius: 24px;
}

.icons .card-title {
    font-size: 14px;
    text-align: center;
    width: 128px;
    font-weight: 700;
    line-height: 24px;

    text-wrap: wrap !important;
}

.ns-icons-img {
    overflow: hidden;
}

.image-icons {
    width: 64px;
    height: 64px;
}

.image-icons img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* header */
.ns-menu li a {
    transition: all 0.5s ease;
    padding-bottom: 4px;
}

.ns-menu li:hover a {
    color: #3963ff;
    border-bottom: solid 1px blue;
}

.header {
    height: 96px;
}

.site-header {
    height: 96px;
    width: 100%;
    position: fixed;
}

.navbar {
    background-color: #141b5c;
    opacity: 1 !important;
}

.current-menu-item a {
    color: #3963ff !important;
    border-bottom: solid 1px blue !important;
}

.nav-xl .site-logo {
    display: block;
}

.nav-mobile {
    display: none;
    background-color: #141b5c;
}

.left-header {
    flex-direction: row;
}

/*top icon video*/
.video-top-icon {
    width: 100%;
    text-align: end;
}

.video-top-icon image {
    cursor: pointer;
}

.has-vivid-cyan-blue-color {
    background-color: #0000;
}

/*center video icon video*/
.video-center-icon img:hover {
    cursor: pointer;
}

.video-center-icon img {
    cursor: pointer;
    width: 128px;
}

/*pricing*/
.video-content {
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    height: 568px;
    background-color: black;
}

.video-content video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shadow-on-video {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000066;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    box-sizing: border-box;
}

/*top icon video*/
.video-top-icon {
    width: 100%;
    text-align: end;
}

.video-top-icon img {
    cursor: pointer;
}

/*center video icon video*/
.video-center-icon img:hover {
    cursor: pointer;
}

.video-center-icon img {
    cursor: pointer;
    width: 128px;
}

/* icons video*/
/*bottom video icons left*/
.video-bottom-icons {
    display: flex;
    justify-content: end;
    width: 100%;
}

.alert-copy {
    color: #a8e890;
    text-align: center;
    padding: 8px 4px;
    border: solid 1px #a8e890;
    margin-bottom: 8px;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    margin-left: 32px;
    transition: all 0.2s;
}

/*bottom video icon right*/
.video-button-bottom-right {
    display: flex;
    align-items: end;
}

.video-button-bottom-right img:hover {
    cursor: pointer;
}

.wat-code-items {
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

.wat-code-items .wat-code-item-left img {
    border-radius: 0 24px;
}

.two-column-text-image {
    margin: 0 auto;
}

.text-image {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
}

.text-image .left {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.button-text-image {
    display: flex;
    flex-wrap: wrap;
}

.button-text-image a:nth-of-type(1) {
    margin-right: 16px;
    margin-bottom: 16px;
}

.text-image h3 {
    margin: 0 0 8px 0;
}

.text-image .custom-title {
    text-align: left;
}

.image-text {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
}

.image-text .custom-title {
    text-align: left;
}

/*Why Code Verify*/
.cards-wcv {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

h2 {
    width: auto;
    font-size: 48px;
    color: #141b5c;
    margin-top: 0;
    margin-bottom: 0;
}

.text-image .image {
    /*max-width: 620px;*/
    border-radius: 24px;
}

.image img {
    width: 100%;
    height: auto;
    border-radius: 24px;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.primary-button {
    color: #ffffff;
    padding: 12px 48px;
    display: block;
    width: max-content;
    cursor: pointer;
    font-size: 16px;
    border-radius: 24px;
}

.two-column-image-text {
    margin: 0 auto;
}

.pricing {
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.pricing .custom-title {
    text-align: center;
    width: 100%;
}

table.price-table {
    border-spacing: 8px;
    overflow-x: auto;
    white-space: nowrap;
    max-width: fit-content;
    display: block;
    margin: 0 auto;
}

th.table-heading {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    padding: 16px;
    text-wrap: balance;
}

.table-body {
    text-wrap: balance;
}

/*.price-table tr:nth-child(odd) td {*/
/*    background: #ffe3e3;*/
/*}*/

.price-table td,
.price-table th {
    box-shadow: 0px 0px 10px 0 #00000040;
    width: 128px;
}

th.table-heading:first-child {
    border-radius: 4px 0 0 4px;
}

/*th.table-heading:nth-child(2) {*/
/*    background-color: rgba(116, 194, 103, 0.72) !important;*/
/*}*/

/*.table-body:nth-child(2) {*/
/*    background-color: rgba(116, 194, 103, 0.72) !important;*/
/*}*/

th.table-heading:last-child {
    border-radius: 0 4px 4px 0;
}

.price-table td {
    background: #ffffff;
    color: #141b5c;
    text-align: center;
    padding: 16px;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

.price-table tr:nth-child(2) td:first-child {
    border-radius: 4px 0 0 0;
}

.price-table tr:nth-child(2) td:last-child {
    border-radius: 0 4px 0 0;
}

.price-table tr:last-child td:first-child {
    border-radius: 0 0 0 4px;
}

.price-table tr:last-child td:last-child {
    border-radius: 0 0 4px 0;
}

.faq {
    margin: 0 auto;
    overflow: hidden;
}

.faq .custom-title {
    text-align: center !important;
}

.faq-item {
    background: #fff;
    border-radius: 16px;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    padding: 0 24px;
}

.faq-item:nth-of-type(1) {
    margin-top: 0;
}

.faq-item:last-of-type {
    margin-bottom: 0;
}

.faq-item:hover {
    cursor: pointer;
}

.faq-arrow {
    width: 32px;
    height: 32px;
    border-radius: 24%;
    transition: all 0.5s;
    margin: 24px 0;
    background-color: #f6f6fd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-content {
    padding-right: 16px;
    width: 88%;
    display: flex;
    flex-direction: column;
}

.faq-content h4 {
    font-size: 20px;
    margin: 20px 0 16px 0;
}

h3 {
    color: #001664;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
}

p.faq-answer {
    color: #141b5c;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
    font-size: 16px !important;
    line-height: 24px;
    font-weight: 400;
}

strong {
    display: block;
}

.content-check-code {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.check-box-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 1200px;
    width: 100%;
    text-align: center;
}

.svg-check {
    width: 24px;
    height: 24px;
    overflow: hidden;
}

.svg-check img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.check-box-item {
    display: flex;
    align-items: start;
    text-align: left;
    border-radius: 8px;
}

.Checks {
    font-weight: 400;
    line-height: 24px;
    margin-left: 8px;
    font-size: 16px;
}

/* container */
.container {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 32px;
    box-sizing: border-box;
}

.container-text {
    width: 1000px;
    margin: auto;
}

/*text image small*/
.text-image-small,
.image-text-small {
    display: flex;
    gap: 2%;
}

.image-small-card {
    flex: 1;
    overflow: hidden;
    height: 350px;
}

.image-small-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;

}

.content-text-image-small {
    flex: 1;
    text-align: left;
}

.content-text-image-small .custom-title {
    text-align: left;
}

.content-text-image-small p {
    color: #001664;
}

.image-text-small .content-image-text-small {
    flex: 1;
    text-align: left;
}

.image-text-small .content-image-text-small .custom-title {
    text-align: left;
}

.popup-show-image, .popup-show-card-description {
    padding: 50px;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999999999999;
    display: flex;
    justify-content: center;
}

.popup-image {
    flex: 1;
}

.popup-image img {
    border-radius: 15px;
    width: 100%;
    margin: auto;
    height: 100%;
}

.popup-description {
    flex: 2;
}

.popup-description h4 {
    margin: 0;
    padding: 0;
    color: #001664;
}

.popup-description p {
    margin-top: 8px;
    color: #001664;
    font-size: 16px;
    font-weight: 400;
}

.popup-card {
    background-color: white;
    padding: 16px;
    border-radius: 20px;
    width: 800px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    display: flex;
    gap: 24px;
}

.popup-show-image img {
    max-width: 100%;
    display: block;
    margin: auto;
    max-height: 100%;
}

.close-popup {
    display: none;
}

.show-image .image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.gallerys {
    display: flex;
    gap: 16px;
    align-items: center;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 324px;
    margin: 0 16px;
}

.gallerys::-webkit-scrollbar {
    display: none;
}

.gallery {
    background-color: white;
    width: 33%;
    height: 256px;
    border-radius: 20px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    display: flex;
    overflow: hidden;
}

.gallery iframe {
    width: 100%;
}

.gallery .gallery-image {
    width: 100%;
}

.gallery .gallery-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.gallery:hover {
    cursor: pointer;
}

.active-gallery {
    height: 320px;
    transform: scale(1);
}

.gallery .videos {
    width: 100%;
    height: 100%;
}

.gallery .video {
    height: 100%;
}

.gallery .video-content {
    height: 100%;
}

/*slider*/
.ns-slider {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-slider {
    transition: all 0.3s ease;
    font-weight: 500;
}

.button-slider svg {
    color: rgba(0, 22, 100, 0.28);
}

.button-slider:hover svg {
    cursor: pointer;
    color: #00166480;
}

.gallery .video-center-icon img {
    width: 64px;
}

/*pagination posts*/
.pagination-posts {
    text-align: center;
}

.pagination-posts .page-numbers.current {
    color: rgba(0, 0, 0, 0.34);
    border: solid 1px #dd3333;
}

.pagination-posts .page-numbers {
    border-radius: 50%;
    padding: 8px;
    margin: 0 10px;
    border: solid 1px #000000;
}

/*social*/
.social-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.social-item {
    width: 128px;
    height: 128px;
    border-radius: 24px;
    padding: 16px;
}

.social-item:hover {
    box-shadow: 0px 2px 10px 4px rgba(80, 80, 201, 0.2);
    background: rgba(244, 247, 254, 0.05);
}

.social-image,
.social-title {
    text-align: center;
    color: #3963ff !important;
}

/*map*/
.map {
    display: flex;
    justify-content: center;
}

.map iframe {
    border-radius: 8px;
    width: 65%;
}

/*filter*/
.filter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 760px;
    margin: auto;
}

.filter-top {
    display: flex;
    justify-content: center;
    padding-bottom: 32px;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(
            270deg,
            rgba(0, 0, 0, 0) 0%,
            rgb(0 0 0 / 4%) 50%,
            rgba(0, 0, 0, 0) 100%
    );
    border-image-slice: 1;
}

.filter-search-input {
    display: flex;
    gap: 4px;
    height: 48px;
    border: 1px solid #3963ff;
    padding: 0 4px 0 16px;
    border-radius: 50px;
    max-width: 358px;
    width: 100%;
    background: rgba(255, 255, 255, 0.09);
    align-items: center;
}

.filter-search-input input {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    background: none;
}

.filter-search-input input::placeholder {
    color: rgba(0, 0, 0, 0.72);
}

.filter-center,
.filter-bottom {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.filter-center {
    padding-bottom: 16px;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(
            270deg,
            rgba(0, 0, 0, 0) 0%,
            rgb(0 0 0 / 4%) 50%,
            rgba(0, 0, 0, 0) 100%
    );
    border-image-slice: 1;
    margin: 16px 0;
}

.check-item {
    border-radius: 24px;
    padding: 8px;
    border: 1px solid #3963ff;
    width: 230px;
    display: flex;
    align-items: center;

    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check-item input {
    accent-color: #001664;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    margin: 10px;
    border-radius: 4px;
    border: 1px solid #001664;
}

.check-item p {
    margin-left: 31px;
}

.check-item input:checked ~ .custom-checkbox {
    background-color: #001664;
}

.custom-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

.check-item input:checked ~ .custom-checkbox:after {
    display: block;
}

.check-item .custom-checkbox:after {
    left: 6px;
    top: 1px;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter .filter-submit {
    width: 320px;
    margin: auto;
    height: 48px;
    border-radius: 24px;
    background: #3963ff;
    border: none;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

/*image-images*/
.image-images {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
}

.image-images img {
    width: 100%;
    background-color: #0d2b74;
    height: 456px;
    border-radius: 24px;
}

.image-images div {
    border-radius: 24px;
    height: 456px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.position-relative {
    position: relative;
}

.image-images .shadow {
    background: linear-gradient(180deg, rgba(0, 22, 100, 0) 44.8%, #071442 100%);
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    align-items: end;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.image-images .shadow a {
    color: #fff;
}

.image-right-items {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 32%;
}

.image-right-item {
    height: auto;
}

.image-left-item {
    overflow: hidden;
    width: 762px;
}


.image-left-item a {
    width: 100%;
    position: relative;
}

.cards-api {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

.card-titles {
    display: flex;
    flex-direction: column;
}

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

/*pagination cards api*/
.pagination-cards {
    display: flex;
    justify-content: center;
}

.pagination-cards ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: -10px;
    padding: 0;
}

.pagination-cards ul li {
    width: 32px;
    height: 32px;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    font-size: 16px !important;
}

.pagination-cards ul li:hover {
    cursor: pointer;
}

.pagination-cards .active {
    background-color: #3963ff;
    color: white;
}

.pagination-cards .active a {
    color: white;
}

/*tag arrow*/
.image-tag-arrow {
    width: 320px;
    margin-left: 10%;
}

.image-tag-arrow img {
    width: 100%;
}

.image-tag-arrow {
    position: relative;
}

.image-tag-arrow span {
    position: absolute;
    left: 20px;
    top: 22%;
    color: white;
}

/*form contact us*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.contact-us {
    text-align: center;
}

.form-contact-us form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 65%;
    margin: auto;
}

.form-contact-us {
    display: flex;
    justify-content: center;
}

#contactForm {
    width: 1000px;
}

.scroll-contact-us {
    display: block;
    position: relative;
    top: -30px;
    visibility: hidden;
}

.contact-us-form {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
}

.contactus-form-background {
    position: absolute;
    height: 100%;
    z-index: 0;
    width: 100%;
}

.contactus-form-background img {
    width: 100%;
    height: 100%;
}

.form-contact-us form .input-contact-us {
    gap: 16px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.contact-us-form-content {
    z-index: 10;
    position: relative;
}

.form-contact-us form .input-contact-us input,
textarea {
    width: 49%;
    padding: 12px 16px 12px 16px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 300;
    background-clip: inherit;
    border: 1px solid #acacacff;
    background-color: #ffffffff !important;
    color: #2c3345ff !important;
}

.form-contact-us form .input-contact-us input:focus {
    outline: none;
}

#contactForm textarea:focus {
    outline: none;
}

#contactForm textarea {
    font-size: 14px !important;
    margin-top: 16px;
}

.form-contact-us form .input-contact-us input {
    height: 48px;
}

.form-contact-us p,
.header-contact-us p {
    color: #001664;
}

.header-contact-us .description {
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
}

.header-contact-us h2 {
    font-weight: 700;
    line-height: 32px;
}

.form-contact-us form textarea {
    width: 100% !important;
}

.check-box-contact-us {
    display: flex;
    gap: 16px;
    align-items: start;
}

#submit-button-contactus
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-container p {
    margin-left: 34px;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    height: 25px;
    width: 25px;
    border-radius: 4px;
    transition: all 0.5s ease;
    border: 1.5px solid rgba(66, 79, 127, 1);
}

.checkbox-container:hover input ~ .checkmark {
}

.checkbox-container .checkmark.checked {
    background-color: #2196f3;
}

.swal-text {
    color: #000000 !important;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark.checked:after {
    left: 8px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-box-contact-us input:hover {
    cursor: pointer;
}

.form-contact-us form .button {
    width: 192px;
    border-radius: 24px;
    margin: auto;
}

/* sticky */
.ns-sticky {
    display: flex;
    flex-direction: row;
    gap: 48px;
}

.sticky-image {
    position: sticky;
    top: 0;
}

.sticky-image img {
    width: 170%;
    transform: translateX(-304px);
    z-index: -1;
}

.sticky-title {
    width: 50%;
}

.sticky-title h2 {
    text-align: left;
}

.sticky-title p {
    text-align: left;
}

.sticky-cards {
    width: 50%;
    display: flex;
    flex-direction: row;
    gap: 96px;
    z-index: 9;
}

.sticky-card img {
    object-fit: contain !important;
}

.sticky-cards .card {
    width: 266px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);

}

.sticky-card .image-card {
    width: 100%;
}

.sticky-card:nth-of-type(1) {
    padding-top: 48px;
}

.sticky-card .card-p {
    height: auto;
}

.sticky-cards .card:hover {
    background-color: white;
    box-shadow: 0px 0px 5px 4px rgba(80, 80, 201, 0.1);
}

.title-sticky-card {
    text-align: left;
    padding: 24px 0 16px 0;
}

.title-sticky-card h3 {
    padding: 0 !important;
}

.header-sticky {
    position: sticky;
    top: 128px;
    z-index: 1;
}

.header-sticky img {
    width: 170%;
    transform: translateX(-304px);
}

.sticky-card {
    width: 100%;
    text-align: center;
}

.sticky-cards-left {
    width: 256px;
    gap: 24px;
    display: flex;
    flex-direction: column;
}

.sticky-card .card-title {
    font-size: 16px;
}

.sticky-cards-right {
    width: 256px;
    gap: 24px;
    display: flex;
    flex-direction: column;
}

.sticky-cards .sticky-cards-right {
    margin-top: 128px;
}

.cards-image-text-small {
    display: flex;
    flex-direction: column;
}

.cards-image-text-small .item-services:hover .custom-title {
    color: rgba(57, 99, 255, 1);
}

.cards-image-text-small .item-services:hover {
    box-shadow: 0px 0px 32px 4px rgba(80, 80, 201, 0.13);
}

.button-item-services a {
    border-radius: 24px;
    border: none;
    background: rgba(57, 99, 255, 1);
    color: white;
    padding: 12px 48px;
    display: inline-block;
}

.button-item-services a:hover {
    background-color: white;
    color: rgba(57, 99, 255, 1);
    border: solid 1px rgba(57, 99, 255, 1);
}

.work-item:hover {
    box-shadow: 0px 0px 5px 4px rgba(80, 80, 201, 0.1);
}

.api-cards-title {
    text-align: center;
}

.api-cards-title h3 {
    font-size: 16px !important;
    padding: 0;
    text-wrap: wrap;
}

.card-api .cards-wcv .card {
    width: 256px;
}

.card-api .cards-wcv {
    gap: 24px;
}

.service-description .custom-title {
    text-align: left;
}

.service-category {
    color: #141b5c;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 12px;
}

.service-category:last-of-type .separator {
    display: none;
}

/*text video*/
.text-video {
    display: flex;
    gap: 48px;
    padding: 48px 0;
}

.text-video:last-child {
    padding-bottom: 0 !important;
}

.text-video .text-left h3 {
    text-align: left !important;
    padding-bottom: 16px;
}

.text-video-items .text-video:nth-of-type(1) {
    padding-top: 48px;
}

.text-video-items .text-video:last-of-type {
    padding-bottom: 48px;
}

.text-video .text-left {
    flex: 1;
}

.text-video .video-right {
    flex: 1;
    display: flex;
    justify-content: end;
}

.video-right .video {
    width: 100%;
}

.text-video .video-right .shadow-on-video {
    background: rgba(255, 255, 255, 0.2);
}

.text-video .video-right .video .video-content {
    width: 100%;
    height: 400px;
    border-radius: 16px;
}

.text-video h2 {
    text-align: left;
}

/*products*/
.filter-top-products {
    border: none;
}

/*call to action*/
.call-to-action {
    display: flex;
    box-shadow: 0px 0px 15px 4px #5050c933;
    width: 89%;
    margin: auto;
    border-radius: 24px;
    overflow: hidden;
}

.cta-left {
    width: 100%;
    padding: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: white;
}

.cta-left .call-to-action-button {
    display: flex;
    gap: 24px;
    margin-top: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.cta-left .call-to-action-button a {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 14px;
    text-wrap: nowrap;
    width: 256px;
}

.cta-content svg {
    width: 24px;
    height: 24px;
    object-fit: cover;
}

/* responsive media queries */
@media (max-width: 320px) {
    .container {
        padding: 0 16px;
    }

    .gallerys {
        height: 200px;
    }

    .gallery {
        width: 100% !important;
        height: 160px !important;
    }

    .button {
        width: 100% !important;
        padding: revert;
    }

    .card-title {
        font-size: 18px;
    }

    .video-center-icon img {
        width: 32px;
    }

    .video-button-bottom-right img {
        height: 16px;
    }

    .card-right-img img {
        width: 100%;
    }

    .active-gallery {
        height: 180px !important;
    }

    .button-slider {
        padding: 8px;
    }

    .faq-arrow {
        padding: 16px;
    }

    form.search-form {
        flex-direction: column;
    }

    .map iframe {
        height: 128px;
    }

    .social-items {
        gap: 8px;
    }

    .social-item {
        width: 124px;
        height: 124px;
        padding: 12px;
    }

    .map iframe {
        width: 100%;
    }

    .image-images .shadow {
        font-size: 14px;
        line-height: 16px;
    }

    .image-tag-arrow span {
        font-size: 8px;
    }

    .right-header a {
        font-size: 14px;
    }

    .right-header svg {
        width: 20px;
    }

    .image-images div {
        height: 160px;
    }

    .service-image {
        padding: 16px !important;
    }

    .sitemap-title {
        gap: 4px;
    }

    .sitemap-child {
        margin-top: 24px;
    }

    .video-center-icon img {
        width: 47px !important;
    }

    .right-header {
        display: none;
    }

    .image-right-item {
        height: auto !important;
    }

    .image-images img {
        height: 224px !important;
    }
}

@media (max-width: 490px) {
    .sitemap-content {
        font-size: 14px;
    }

    .ns-sticky {
        flex-direction: column !important;
    }

    .sticky-cards .card {
        width: 358px !important;
    }

    .sticky-cards {
        width: 100% !important;
    }

    .container {
        padding: 0 16px;
    }

    .faq-button {
        margin-top: -5px;
    }

    .faq-content h4 {
        font-size: 16px !important;
        line-height: 20px;
        font-weight: 700;
    }

    .image-images {
        padding: 0 !important;
    }

    .nav-mobile {
        padding: 0 16px !important;
    }

    .image-images div {
        width: 100%;
        height: auto !important;
        flex-direction: column !important;
    }

    .check-box-item {
        width: 100% !important;
        flex-basis: unset !important;
    }

    .check-box-items {
        grid-template-columns: 1fr !important;
    }

    .card-title {
        text-wrap: wrap !important;
    }

    .ns-sticky {
        overflow: hidden;
    }

    .image-text {
        overflow: hidden;
    }

    .text-image {
        overflow: hidden;
    }

    .sticky-image {
        height: 0;
    }

    .cta-left {
        padding: 16px;
    }

    .cta-left .call-to-action-button {
        margin-top: 24px;
        gap: 16px;
    }

    .sitemap-content a {
        font-size: 12px !important;
    }

    th.table-heading {
        font-size: 12px !important;
        padding: 2px;
        line-height: 16px;
    }
    .price-table td{
        font-size: 12px !important;
    }
}

@media (max-width: 404px) {
    .sitemap-content {
        font-size: 8px;
    }
}

@media (max-width: 640px) {
    .wat-code-items {
        gap: 0;
    }

    .wat-code-items .wat-code-item-left img {
        width: 100%;
    }

    .wat-code-items .wat-code-item-right img {
        width: 100%;
    }

    .footer-title {
        line-height: 24px;
    }

    .content-check-code {
        padding: 0;
    }

    .button {
        width: 100%;
    }

    .card-title {
        font-size: 20px;
    }

    .video-content {
        height: auto;
    }

    .video-center-icon img {
        width: 80px;
    }

    h3 {
        font-size: 20px;
    }

    .faq-arrow {
        padding: 16px;
    }

    /* filter */
    .check-item label {
        font-size: 10px;
    }

    .filter-center,
    .filter-bottom {
        gap: 8px;
    }

    .filter .filter-submit {
        width: 100%;
    }

    .image-tag-arrow {
        width: 100%;
    }

    .post-list-container form {
        flex-direction: column;
    }

    .pagination-cards ul {
        padding: 0;
    }

    .pagination-cards ul li {
        width: 24px;
        height: 24px;
    }

    .form-contact-us form .input-contact-us {
        flex-direction: column;
    }

    .form-contact-us form .input-contact-us input {
        width: 100%;
    }

    .form-contact-us form {
        width: 100%;
    }

    .ns-sticky {
        flex-direction: column;
        gap: 32px;
    }

    /* sticky */
    .sticky-cards {
        flex-direction: column;
        align-items: center;
    }

    .sticky-cards-right {
        width: 100%;
    }

    .sticky-cards-left {
        width: 100%;
    }

    .sticky-cards .card {
        max-width: 100%;
        margin: auto;
    }

    .sticky-cards .sticky-cards-right {
        margin-top: 0;
    }

    .sticky-cards {
        gap: 24px;
    }

    .right-header a {
        padding: 24px;
    }

    th.table-heading {
        font-size: 16px;
        padding: 8px;
    }

    .price-table td {
        font-size: 16px;
        padding: 8px;
    }

    .sitemap-child {
        padding-left: 24px;
    }

    .button-center a {
        width: 100%;
    }

    .button-center {
        width: 100%;
    }

    .contactus-form-background {
        height: 22%;
        top: 84px;
    }

    .menu {
        gap: 16px;
    }

    .button-text-image a:nth-of-type(1) {
        margin-right: 0;
        margin-bottom: 16px;
    }

    h3 {
        font-size: 20px !important;
    }

    h2 {
        font-size: 24px !important;
    }

    h1 {
        font-size: 32px !important;
    }

    .icons-posts-container {
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 769px) {
    .text-image {
        grid-template-columns: 1fr 1fr;
    }

    .image-text {
        grid-template-columns: 1fr 1fr;
    }

    .pricing {
        padding-left: 48px;
        padding-right: 48px;
    }

    .nav-xl {
        height: auto !important;
    }
}

@media (max-width: 768px) {
    .text-image-small {
        flex-direction: column-reverse;
        align-items: center;
    }

    .image-text-small {
        flex-direction: column;
        align-items: center;
    }

    .image-small-card {
        margin-top: 24px;
    }

    .gallery {
        width: 64%;
        height: 256px;
    }

    .active-gallery {
        height: 320px;
    }

    .nav-xl {
        height: 0;
        overflow: hidden;
        transition: all 0.5s ease;
    }

    .nav-xl .site-logo {
        display: none;
    }

    .nav-mobile {
        height: 64px;
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        padding: 0 32px;
    }

    .long-content div a {
        color: #3963ff !important;
    }

    .hamburger-menu {
        width: 32px;
        height: 32px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }

    .hamburger-menu-item {
        height: 4px;
        width: 24px;
        margin: 2px 0;
        background-color: white;
        border-radius: 5px;
        transition: all 0.5s ease;
    }

    .ns-menu li {
        transition: all 0.3s ease;
        border: 1px solid;
        border-image-source: linear-gradient(
                270deg,
                rgba(0, 0, 0, 0) 0%,
                rgb(0 0 0 / 4%) 50%,
                rgba(0, 0, 0, 0) 100%
        );
        border-image-slice: 1;
    }

    .ns-menu li:hover {
        cursor: pointer;
        background: rgba(255, 255, 255, 0.57);
    }

    .ns-menu li a {
        color: rgba(20, 27, 92, 1);
        border-bottom: none !important;
    }

    .navbar {
        background: rgba(255, 255, 255, 0.4);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(13.3px);
        -webkit-backdrop-filter: blur(13.3px);
        border: 1px solid rgba(255, 255, 255, 0.04);
        opacity: 0;
        transition: all 0.5s ease;
    }

    .navbar .container {
        padding: 0;
    }

    .menu {
        flex-wrap: wrap;
    }

    .primary-menu ul {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .header-container {
        flex-direction: column;
    }

    .left-header {
        flex-direction: column;
        width: 100%;
        gap: 0 !important;
    }

    .header-container {
        padding: 0 !important;
    }

    .ns-menu {
        width: 100%;
        text-align: center;
    }

    .menu-item {
        width: 100%;
        padding: 12px;
        position: relative;
    }

    .menu-item:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0.2px;
    }

    .site-navigation {
        width: 100%;
        flex-basis: 47%;
    }

    .filter {
        width: 100%;
    }

    .image-tag-arrow {
        margin: 0;
    }

    .image-right-items {
        width: 100%;
    }

    .image-right-items a {
        width: 100%;
    }

    .image-left-item {
        width: 100%;
    }

    /*sticky*/
    .ns-sticky {
        flex-direction: column;
    }

    .sticky-title {
        width: 100% !important;
    }

    .sticky-cards .card {
        width: 256px;
    }

    .header-sticky img {
        display: none;
    }

    .site-header {
        height: auto !important;
    }

    .header {
        height: 64px;
    }

    .service-image {
        padding: 54px 32px;
    }

    .pricing {
        padding: 0;
    }

    .text-video {
        flex-direction: column;
        gap: 8px;
        padding: 0;
    }

    .map iframe {
        width: 100%;
    }

    .sticky-title {
        width: 100%;
    }

    .nav-xl {
        overflow: scroll;
    }

    h1 {
        font-size: 32px !important;
    }

    .image-images .shadow {
        height: 100%;
        flex-direction: row;
    }

    .content-image-images {
        background-color: #0d2b74;
    }

    .image-images img {
        object-fit: cover;
        background-color: #0d2b74;
    }

    .image-images {
        flex-wrap: wrap !important;
    }

    .ns-sticky {
        flex-direction: row;
    }

    .sticky-cards {
        flex-direction: column;
    }

    .sticky-cards .sticky-cards-right {
        margin-top: 16px;
    }

    .right-header {
        display: none;
    }

    .image-images div {
        flex-direction: row;
        height: auto;
    }

    .image-right-item {
        height: 300px !important;
    }


    .img-post-service img {
        width: 100%;
    }

    .check-box-item {
        width: 100%;
        flex-basis: unset;
    }

    .check-box-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .cta-left {
        width: 100%;
        justify-content: center;
    }

    .popup-card {
        flex-direction: column;
    }

    .popup-card .popup-image {
        height: 235px;
        width: fit-content;
        margin: auto;
        flex: none;
    }

    .icons-posts-container {
        gap: 8px;
    }
}

.page-404 {
    height: 50vh;
}

.page-404 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 320px) and (max-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (max-width: 906px) {
    .image-images .shadow {
        font-size: 14px;
    }

    .text-video .video-right .video .video-content {
        height: 224px !important;
    }

    .call-to-action {
        flex-direction: column;
    }
}

@media screen and (min-width: 1024px) {
    table.price-table {
        display: table;
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .sticky-title {
        width: 30%;
    }

    .container-text {
        width: 100%;
    }

    .sticky-title {
        width: 30%;
    }

    .sticky-cards {
        width: 70%;
        justify-content: space-around;
    }

    .header-sticky img {
        width: 200%;
    }

    .text-video .video-right .video .video-content {
        height: 257px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (max-width: 1280px) {
    .sticky-cards {
        gap: 24px;
    }

    .sticky-title {
        width: 40%;
    }

    .sticky-cards {
        width: 60%;
    }
}

@media (min-width: 1281px) {
    .container {
        max-width: 1536px;
    }
}