@font-face {
    font-family: CubicCoreMono;
    src: url('../fonts/CubicCoreMono.ttf');
}

body{
    font-family: 'Outfit', sans-serif;
}
.container {
    min-width: 95% !important;
}
.bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.bg-video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000bf;
    z-index: 1;
}
.bg-video video {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
}

.main-wapper {
    position: relative;
    z-index: 1;
}
.logo {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #9a9ca1;
}
.logo-brand {
    font-family: CubicCoreMono;
    font-size: 50pt;
    line-height: 50%;
    mix-blend-mode: color-burn;
    opacity: 0.6;
    text-shadow: 3px 3px #000000;
    color: #ffffff;
    text-decoration: none;
}
.logo-brand:hover {
    color: #ffffff;
}

.tableTitle {
    margin-bottom: 30px;
}
.tableTitle h4{
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}
.tableSecarhFilter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
.searchFilder {
    width: 24%;
    flex: 1 auto;
}
.searchFilder select {
    background: transparent;
    border-radius: 0;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    width: 100%;
    padding: 8px 0;
}
.searchFilder select option {
    color: #000;
    padding: 0 10px;
}
.btn-filterSubmit {
    background: #1666e6;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    border-radius: 0;
}
.btn-filterSubmit:hover {
    background: #1255c1;
    color: #fff;
}

.dataTableWapepr .table>:not(caption)>*>* {
    background: transparent !important;
    border: 1px solid #253a44;
    color: #fff;
    font-weight: 200;
    padding: 20px 15px;
    cursor: pointer;
}
table.dataTable.cell-border > tbody > tr:hover {
    background: #20323a;
}
.dataTableWapepr .table tbody tr {
    background: #344750;
    color: #fff;
}
.dataTableWapepr .table tbody tr a {
    text-decoration: none;
    color: #fff;
    display: block;
}

.dataTableWapepr #dataTable1_wrapper #dataTable1_length label .form-select option {
    color: black;
}
.iconsPay {
    margin-bottom: 16px;
    color: #349134;
    font-size: 42px;
}
.dataTableWapepr #dataTable1_paginate .pagination {
    justify-content: end;
}
.dataTableWapepr #dataTable1_paginate .pagination .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dataTableWapepr #dataTable1_paginate .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.footer-wapper {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #9a9ca1;
}
.footerContact p {
    margin-bottom: 0;
    color: #999ca1;
}

.innerpageWapper {
    position: relative;
    background: url(../img/breadcrums.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
}
.breadcrums {
    padding: 80px 0;
}
.breadcrums-decp h5 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.breadcrums-decp h2 {
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.innerpageWapper .logo-brand {
    mix-blend-mode: normal;
}

.descriptionPage h5 {
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.descriptionPage p {
    color: #c1c1c1;
}
.descriptionPage p a {
    color: #1666e6;
    text-decoration: none;
}
.pricingPage {
    margin-top: 40px;
}
.pricingPage h5 {
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.pricingPage h3 {
    color: #fff;
    letter-spacing: 2px;
}
.specification {
    margin-top: 50px;
}
.secifiTitle {
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.secifiWapper {
    width: 90%;
}
.secifiItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;

}
.secifiItem span {
    color: #b7acac;
}
.secifiItem p {
    margin-bottom: 0;
    color: #cbc3c3;
}
.backBtn {
    margin-top: 30px;
}
.btn-back {
    border: 1px solid #ddd;
    border-radius: 0;
    color: #ddd;
    padding: 14px 20px;
    font-size: 14px;
    letter-spacing: 2px;
}
.btn-back:hover {
    border: 1px solid #fff;
    color: #fff;
}
.purchareFile {
    border: 1px solid #565656;
    padding: 30px;
    text-align: center;
}
.purchareFile h5 {
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.purchareFile p {
    color: #c1c1c1;
}
.btn-theme {
    background: #1666e6;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0;
    padding: 14px 30px;
    text-transform: uppercase;
}
.btn-theme:hover {
    background: #1255c1;
    color: #fff;
}
.link-btn {
    color: #fff;
}

.dataTableWapepr #dataTable1_wrapper .btn-group {
    margin-bottom: 20px;
    display: block;
}
.dataTableWapepr #dataTable1_wrapper #dataTable1_length {
    width: 100%;
    display: inline-block;
}
.dataTableWapepr #dataTable1_wrapper #dataTable1_length label {
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 50%;
    font-weight: 300;
}
.dataTableWapepr #dataTable1_wrapper #dataTable1_length label .form-select {
    background: transparent;
    color: #fff;
    border-radius: 0;
    border-color: #666666;
    /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='#ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e); */
    /* --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='#ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e) !important; */
}
.dataTableWapepr #dataTable1_wrapper #dataTable1_filter {
    display: inline-flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 30px;
    width: 100%;
}
.dataTableWapepr #dataTable1_wrapper #dataTable1_filter label {
    color: #ffffff;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 10px;
}
.dataTableWapepr #dataTable1_wrapper #dataTable1_filter label .form-control {
    background: transparent;
    border-radius: 0;
    border-color: gray;
    color: white;
}
.dataTableWapepr #dataTable1_info {
    color: gray;
    margin-bottom: 10px;
    margin-top: 20px;
    display: inline-block;
}


@media only screen and (max-width: 992px) {
    
}
@media only screen and (max-width: 768px) {
    .secifiWapper {
        width: 100%;
    }
    .purchareFile {
        margin-top: 50px;
    }
    .dataTableWapepr {
        overflow-x: auto;
    }
}
@media only screen and (max-width: 600px) {
    .dataTableWapepr #dataTable1_wrapper #dataTable1_length {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .dataTableWapepr #dataTable1_wrapper #dataTable1_length label {
        width: 100%;
    }
    .dataTableWapepr #dataTable1_wrapper #dataTable1_filter {
        display: block;
        width: 100%;
    }
    .dataTableWapepr #dataTable1_wrapper .btn-group {
        display: flex;
    }
    .searchFilder {
        width: 100%;
    }
    .searchBtn {
        width: 100%;
    }
    .searchBtn .btn-filterSubmit {
        width: 100%;
    }
}