@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap');

@font-face {
    font-family: BrandonGrotesqueBlack;
    font-weight: bold;
    src: url("brandon-font/brandon-black.otf") format("opentype");
}

@font-face {
    font-family: BrandonGrotesqueLight;
    font-weight: light;
    src: url("brandon-font/brandon-light.otf") format("opentype");
}

:root {
    --body-fonts: 'Inter', sans-serif;
    --title-Font: BrandonGrotesqueBlack;
    --title-light-Font: BrandonGrotesqueLight;
    --black-Color: #000000;
    --white-Color: #fff;
    --alpha: 0.8;
    --mg-b: 100px;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    font-family: var(--body-fonts);
    box-sizing: border-box;
    font-size: 16px;
    color: var(--white-Color);
    background-color: var(--black-Color);
    margin: 0px;
    height: 100%;
}

a {
    color: var(--black-Color);
    text-decoration: none;
}

    a:hover {
        color: var(--black-Color);
    }

ul {
    list-style: none;
    margin: 0px;
    padding: 0;
}

.text-just {
    text-align: justify;
}

.container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
}
/* .container-fluid
{
  padding-left: 2rem;
  padding-right: 2rem;
} */
/*** Begin Header ***/
header {
    background: var(--black-Color);
}

    header .navbar-brand img {
        width: 150px;
        padding-top: 0px;
    }

.navbar {
    align-items: flex-start;
    padding: 15px 0px;
    background: var(--black-Color) !important;
    border-bottom: 2px solid rgba(255,255,255,0.1);
    /* box-shadow: 1px 1px 10px rgba(154, 154, 154, .3); */
}

    .navbar .navbar-toggler {
        color: rgba(255,255,255,1);
        border-color: rgba(255,255,255,1);
    }

        .navbar .navbar-toggler:focus {
            box-shadow: 0 0 0 0rem;
        }

.navbar-collapse {
    align-items: center;
    justify-content: flex-end;
}

.nav-link {
    color: var(--white-Color);
    font-family: var(--title-Font);
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
}

    .nav-link:focus, .nav-link:hover {
        color: var(--white-Color);
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.75);
}

    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .show > .nav-link {
        color: rgba(255,255,255,1);
    }

.header-txt {
    color: var(--white-Color);
    background-color: var(--black-Color);
    padding-bottom: 70px;
    text-align: right;
    height: calc(100vh - 100px);
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    text-transform: uppercase;
    font-family: var(--title-Font);
}

.brd-bt, .brd-bt:focus-visible, .brd-bt:first-child:active {
    background: var(--black-Color);
    color: var(--white-Color);
    font-weight: 700;
    padding: 8px 25px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    transition: all 0.5s;
    text-align: center;
    border-radius: 4px;
    /* margin-top: 15px; */
}

    .brd-bt:hover {
        background: var(--black-Color);
        color: var(--white-Color);
    }

.btn-check:checked + .btn, .btn.active, .btn.show,
.btn:first-child:active, :not(.btn-check) + .btn:active,
.dropdown:focus-visible, button:not(:disabled) {
    border: none;
    outline: none;
}

.white-bt, .white-bt:hover {
    background: var(--white-Color);
    color: var(--black-Color) !important;
    font-weight: 700;
    padding: 8px 25px;
    width: fit-content;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    transition: all 0.5s;
    text-align: center;
    border-radius: 4px;
    margin-top: 15px;
}

.dropdown-menu {
    font-size: 0.85rem;
    border-radius: 0px;
}

.btn-person {
    color: var(--white-Color);
    padding: 0;
}
/*** Style for New Screens ***/
.Main-payment {
    background-color: var(--black-Color);
    padding-top: 120px;
}

    .Main-payment a {
        color: var(--white-Color);
    }

        .Main-payment a:hover {
            color: var(--white-Color);
        }

.h-vh {
    height: 100vh;
}

.logo-form img {
    width: 150px;
}

.integ-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
}

input:focus, textarea:focus, select:focus {
    outline: none !important;
}

.integ-form {
    display: flex;
    flex-direction: column;
    margin: 0 0 30px 0px;
    /* min-height: 350px; */
}

.gray-bg {
    background: #fff;
    padding: 40px;
}

.integ-bg {
    width: calc(600px - 100px);
}

.integ-form label {
    margin-bottom: 6px;
    color: var(--black-Color);
    font-size: 0.85rem;
}

.form-group {
    margin-bottom: 15px;
}

.integ-form p {
    margin-top: 10px;
}

.integ-form .forget a {
    color: #44aaed;
    font-size: 0.85rem;
    text-decoration: underline;
}

.white-txt {
    color: var(--white-Color);
}

    .white-txt a {
        color: var(--white-Color);
        text-decoration: underline;
    }

.black-txt {
    color: var(--black-Color);
}

    .black-txt a, .black-txt a:hover {
        color: var(--black-Color);
        text-decoration: underline;
    }

.integ-tit {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
}

.form2 {
    margin: 50px 0px;
}

    .form2 .form-group {
        margin-bottom: 25px;
    }

    .form2 label {
        display: block;
        margin-bottom: 10px;
        color: var(--black-Color);
        font-size: 1rem;
    }

    .form2 select {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
    }

    .form2 .custom-split {
        display: flex;
        flex-direction: row;
        column-gap: 3%;
    }

.page-txt {
    text-align: center;
    margin-top: 25px;
}

    .page-txt h2 {
        text-transform: uppercase;
        margin-bottom: 10px;
        font-weight: bold;
    }

.m-b {
    margin-bottom: 35px;
}

.main-pack {
    margin: 50px 0px;
}

.pack {
    box-shadow: 0px 0px 20px rgba(255, 255, 255, .5);
    margin: 0px 15px;
}

.card-body {
    padding: 50px 25px 25px;
}

    .card-body h3 {
        font-weight: bold;
    }

.pack hr {
    width: 50%;
    margin: 0 auto;
    background-color: var(--black-color);
    opacity: 0.5;
}

.card-text {
    margin-top: 25px;
}

.pack ul {
    margin: 0 0 0 30px;
    list-style: disc;
}

    .pack ul li {
        margin: 0 0 10px 0px;
    }

.pack .brd-bt {
    margin: 10px 0px;
    width: 90%;
}

.cors-search {
    width: 40%;
    margin: 20px auto 0px;
}

.cors-txt {
    margin-top: 15px;
    padding: 0 10px;
}

    .cors-txt p {
        font-size: 0.75rem;
    }

.cors-img {
    position: relative;
    transition: all 0.3s;
}

.cors-block:hover .cors-img img {
    opacity: 0.7;
    transition: all 0.3s;
}

.cors-img .cors-play {
    position: absolute;
    border-radius: .2rem;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: all 0.3s;
}

.cors-block:hover .cors-play {
    opacity: 1;
    transition: all 0.3s;
}
/*** pagination ***/
.pagination {
    margin: 20px 0px;
}

    .pagination .page-link {
        color: var(--white-Color);
        background: transparent;
        border: 1px solid var(--white-Color);
        margin: 0px 0px;
        border-radius: 0 !important;
    }

        .pagination .page-link:hover {
            color: var(--black-Color);
            background-color: var(--white-Color);
        }

        .pagination .page-link:focus {
            box-shadow: none;
        }

.page-item.active {
    color: var(--white-Color);
}

    .page-item.active .page-link {
        color: var(--black-Color);
        background-color: var(--white-Color);
        border-color: var(--white-Color);
    }

.cors-details {
    margin-top: 50px;
}

    .cors-details h5 {
        border-bottom: 1px solid var(--white-Color);
        display: inline-block;
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-size: 1rem;
    }

.scroll {
    overflow-y: scroll;
    padding-right: 15px;
    height: 400px;
}

.cors-details ul {
    margin: 0px;
    list-style: none;
}

    .cors-details ul li {
        margin: 0 0 10px 0;
    }

.other-link {
    margin-bottom: 20px;
}

    .other-link img {
        margin-bottom: 8px;
        width: 85%;
    }

.custom-scrollbar {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 330px;
    padding-right: 0px;
}
    /* /* To style the document scrollbar, remove `.custom-scrollbar` */
    .custom-scrollbar::-webkit-scrollbar {
        width: 10px;
    }

    .custom-scrollbar::-webkit-scrollbar-track {
        background: var(--black-Color);
        border: 1px solid rgba(255, 255, 255, .3);
        border-radius: 10px;
    }

    .custom-scrollbar::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, .5);
        border-radius: 10px;
        box-shadow: 0 0 0px rgba(0, 0, 0, 1);
    }

.user-pro {
    min-height: 300px;
}

    .user-pro h3 {
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .user-pro span, .check span {
        color: rgba(255, 255, 255, .6);
    }

    .user-pro li {
        margin-bottom: 12px;
    }

.check {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding-bottom: 6px;
    margin-bottom: 20px;
}

/*footer {
    border-top: 1px solid rgba(255,255,255,0.3);
    padding: 25px 0px 0;
    margin-top: 25px;
    color: var(--white-Color);
}*/
footer {
    border-top: 1px solid rgba(255,255,255,0.3);
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px; /* Set your desired fixed height */
    background-color: #000; /* Change the background color as needed */
    color: #fff; /* Change the text color as needed */
    text-align: center;
    padding: 15px 0; /* Adjust padding as needed */
    z-index:999;
}

.div-height {
    min-height: 120px
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    min-width: 300px; /* Minimum width */
    min-height: 200px; /* Minimum height */
}

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.btns {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 25px;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: var(--black-Color)
}




















/**** responsive ****/
/* Begin max width 1025px */
@media (max-width: 1025px) {
    .pack {
        margin: 0;
    }
}
/* END max width 1025px */
/* BEGIN max width 992px */
@media (max-width: 992px) {
}
/* END max width 992px */

/* BEGIN max width 991px */
@media (max-width: 991px) {
    .navbar {
        padding-top: 15px;
    }

    header .logo img {
        margin-top: -1px;
        padding: 0;
    }

    .navbar-dark .navbar-nav .nav-link {
        width: fit-content;
    }

    .dropdown-menu.show {
        display: inline-block;
    }
}
/* BEGIN max width 600px */
@media (max-width: 600px) {
    .integ-bg {
        width: 100%;
    }

    .gray-bg {
        padding: 40px 20px;
    }
}
/* END max width 600px */
/* BEGIN max width 480px */
@media (max-width: 480px) {

    header .logo img {
        width: 140px;
    }
}
/* END max width 480px */
/* BEGIN max width 360px */
@media (max-width: 360px) {
    .card-body {
        padding: 50px 10px 25px;
    }
}
/* END max width 360px */

