@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Oswald:wght@500&display=swap);



/* login  */

.cbx-input:-webkit-autofill,
.cbx-input:-webkit-autofill:hover,
.cbx-input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #1c1c1c inset !important;
    -webkit-text-fill-color: #f4f4f4 !important;
    caret-color: #f4f4f4;
}
.cbx-modal {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
    background-color: rgba(7, 4, 20, .65);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
}

.cbx-modal.hidden {
	display: none;
}

.cbx-modal-content {
    background-color: gray;
	padding: 20px;
	border-radius: 8px;
	min-width: 300px;
	position: relative;
}

#closeModal {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.cbx-login-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
   background:
    radial-gradient(1200px 600px at 10% -10%, rgba(128, 0, 255, .25), transparent 60%),
    radial-gradient(1000px 520px at 110% 110%, rgba(255, 0, 128, .18), transparent 60%),
    linear-gradient(180deg, #0f0f12 0%, #1a1a1d 100%);
}

.cbx-login-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 30px;
  width: 360px;
  border-radius: 18px;
}

.cbx-login-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 25px;
}

.cbx-login-logo {
  width: 80px;
  height: 80px;
  border-radius: 12px;
}

.cbx-login-title {
  color: #fff;
  margin: 0;
  font-size: 1.8rem;
}

.cbx-login-sub {
  color: #bbb;
  font-size: 0.9rem;
  margin: 0;
}
.err{
    margin-bottom: 2vh;
}
.cbx-field {
  margin-bottom: 18px;
}
.cbxForm{
    margin: 4vh 0vw;
    display: flex;
    flex-direction: column;
}

.cbxBtn{
    margin: 1vh auto !important;
    color: white !important;
    background: #490659 !important;
    font-weight: bold;
    
}

.cbxBtn:hover{
    color: white !important;
}
.cbx-label {
  color: #eee;
  display: block;
  font-size: 0.9rem;
  margin-bottom: 6px;
}

.cbx-input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    background: #1c1c1c;
    color: #f4f4f4;
    border: 2px solid #ffff;
    font-size: 16px;
    outline: none;
    margin: 1vh 0;
    appearance: none;
    cursor: pointer;
}

.cbx-input:focus {
    border-color: #7a47ff !important; 
    box-shadow: 0 0 0 2px rgba(122, 71, 255, 0.45);
}

.cbx-input option {
    background: #1c1c1c;        
    color: #f4f4f4; 
    padding: 10px;
}
.cbx-input option:hover {
    background: #2a2a2a !important;
    color: #ffffff !important;
}
.cbx-input option:checked {
    background: #3f1c8c !important;
    color: white;
}
.cbx-bad {
  border-color: #ff4d4d !important;
}

.cbx-error {
  color: #ff6b6b;
  font-size: 0.8rem;
  margin-top: 4px;
}

.cbx-passbox {
  position: relative;
  display: flex;
  align-items: center;
}

.cbx-eye {
  position: absolute;
  right: 12px;
  background: none;
  border: none;
  color: #ccc;
  cursor: pointer;
  font-size: 18px;
}

.cbx-btn {
  width: 100%;
  padding: 14px;
  border: none;
  background: linear-gradient(135deg, #6a11cb, #8093e7);
  border-radius: 10px;
  color: white;
  font-size: 1.1rem;
  cursor: pointer;
  transition: opacity .2s;
}

.cbx-btn:hover {
  opacity: .9;
}

/* login  !*/
#loader,
nav,
nav>div {
    display: flex
}

#loader,
.modal-preview {
    top: 0;
    width: 100%;
    height: 100%
}

.details .place-box .text,
nav h6 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .7)
}

.about-section,
.cardFeature h3,
.details .title-1,
.details .title-2,
.tabs,
.title-1 {
    font-family: Oswald, sans-serif
}

::after,
::before,
nav a::after {
    position: absolute;
    content: ""
}

.card,
.containerDetails,
header {
    position: relative
}

.card,
nav a::after {
    transition: transform .3s
}

#btn,
nav {
    z-index: 99
}

.btn,
.img_home,
.tab,
nav .nav-links div {
    cursor: pointer
}

#features,
.tab {
    text-align: center
}

* {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box
}

#banner {
    margin-top: 0
}

#loader {
    position: fixed;
    left: 0;
    background-color: rgba(0, 0, 0, .95);
    z-index: 9999;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

#loader img {
    width: 120px;
    margin-bottom: 20px
}

#loader .spinner {
    border: 8px solid #4b4a4a;
    border-top: 8px solid #d29e25;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: 1s linear infinite spin
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.scroll-indicator {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    cursor: pointer
}

.scroll-indicator svg {
    fill: #fff;
    width: 50px;
    height: 50px
}

.modal-preview {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    background: rgba(0, 0, 0, .8);
    justify-content: center;
    align-items: center
}

.modal-preview-dialog {
    width: 85%;
    max-width: 1200px;
    height: 85%;
    display: flex;
    justify-content: center;
    align-items: center
}

.modal-preview-content {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    overflow: hidden
}

.btn.close-modal {
    position: absolute;
    color: #fff;
    background-color: red;
    top: 20px;
    right: 20px;
    padding: 10px;
    cursor: pointer;
    z-index: 1060;
    margin: 0 !important;
    min-width: 0 !important;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
    transition: box-shadow .2s, transform .2s
}

.btn.close-modal:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
    transform: scale(.98)
}

.iframe-container {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none
}

@media (max-width:768px) {
    .modal-preview-dialog {
        width: 95%;
        height: 80%
    }
}

@media (max-width:480px) {
    .modal-preview-dialog {
        width: 100%;
        height: 80%;
        border-radius: 0
    }
}

:active,
:focus,
:hover {
    outline: 0 !important;
    outline-offset: 0
}

:root {
    --primary-color-tabs: #fff;
    --secondary-color-tabs: #490659
}

body {
    margin: 0;
    padding: 0;
    background-color: #1a1a1a;
    color: rgba(255, 255, 255, .8666666667);
    font-family: Inter, sans-serif;
    overflow-x: hidden !important
}

.btn,
nav {
    background-color: rgba(0, 0, 0, 0)
}

header {
    width: 100%;
    height: 600px;
    background-size: cover;
    z-index: 10
}

nav {
    position: fixed;
    left: 303px;
    top: 7px;
    right: 303px;
    justify-content: space-between;
    align-items: center;
    padding: 2px 2vw;
    transition: height .5s, padding .5s, background-color .5s;
    box-shadow: 0 4px 8px transparent;
    border-radius: 15px
}

.btn,
.card {
    border: none
}

nav.active {
    background-color: rgba(7, 4, 20, .65);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px)
}

nav>div {
    justify-content: center;
    align-items: center
}

nav img {
    height: 35px
}

nav h6 {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-left: 1rem;
    transition: font-size .5s
}

.btn span,
.cardFeature h3,
h2,
nav a {
    font-weight: 700
}

nav .nav-links {
    display: flex;
    gap: 2rem;
    color: #fff
}

.btn,
.btn span,
nav a {
    display: inline-block;
    position: relative
}

#btn,
.card .card-img-overlay,
.card-content,
.cardsBackground,
.details {
    position: absolute
}

nav a {
    color: #fff;
    text-decoration: none;
    padding: 0 .8em;
    margin: .2em 0;
    transition: color .3s
}

nav a::after {
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background-color: #d29e25;
    transform: scaleX(0);
    transform-origin: right
}

.details .title-1,
.title-1,
nav a.active,
nav a:hover {
    color: #d29e25
}

nav a:hover::after {
    color: #d29e25;
    transform: scaleX(1);
    transform-origin: left
}

h2 {
    margin-bottom: 2rem
}

.btn {
    width: auto;
    height: auto;
    margin: 0 25px 15px;
    min-width: 150px
}

.btn span {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: .3s
}

.btn_play,
.btn_preview {
    padding: 5px
}

.btn_play span {
    min-width: 150px;
    color: #fff;
    background-color: #03852c
}

.btn_preview span {
    min-width: 150px;
    color: #fff;
    background-color: #1a1a1a
}

.btn_play::after,
.btn_play::before,
.btn_preview::after,
.btn_preview::before {
    background: rgba(0, 0, 0, 0);
    z-index: 2
}

.cardsBackground,
.slide-container .slide {
    background-position: center;
    background-size: cover
}

.btn.hover_border::after,
.btn.hover_border::before {
    width: 10%;
    height: 25%;
    transition: .35s
}

.btn.hover_border::before {
    top: 0;
    left: 0;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff
}

.btn.hover_border::after {
    bottom: 0;
    right: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.btn.hover_border:hover::after,
.btn.hover_border:hover::before {
    width: 99%;
    height: 98%
}

.card {
    background-color: #2c2c2c;
    color: #fff;
    overflow: hidden;
    border-radius: 2%
}

.card .card-img-top {
    transition: transform .3s, filter .3s;
    width: 100%
}

.card .card-img-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: opacity .3s;
    color: #fff
}

.card:hover .card-img-overlay {
    opacity: 1
}

.card:hover .card-img-top {
    transform: scale(1.1);
    filter: brightness(.7)
}

.btn-primary {
    background-color: #f6c700;
    border-color: #f6c700
}

.btn-primary:hover {
    background-color: #d29e25;
    border-color: #d29e25
}

#features,
footer {
    border-top: 3px solid #454242
}

.cardsBackground {
    left: 0;
    top: 0;
    box-shadow: 6px 6px 10px 2px rgba(0, 0, 0, .6)
}

#btn {
    top: 690px;
    left: 16px
}

.card-content {
    left: 0;
    top: 0;
    color: rgba(255, 255, 255, .8666666667);
    padding-left: 16px
}

.details .place-box,
.tabs {
    overflow: hidden;
    padding: 5px
}

.content-place {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 500
}

.details .title-1,
.details .title-2,
.details>.desc,
.title-1 {
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .7)
}

.content-title-1,
.content-title-2 {
    font-size: 20px;
    font-family: Oswald, sans-serif
}

.content-start {
    width: 30px;
    height: 5px;
    border-radius: 99px;
    background-color: rgba(255, 255, 255, .8666666667)
}

.details {
    z-index: 22;
    top: 187px;
    left: 300px
}

.details .place-box {
    height: 46px;
    margin: 1vh 0;
    border-radius: 5px
}

.details .place-box .text {
    padding-top: 5px;
    font-size: 20px;
    position: relative
}

.details .place-box .text:before {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    border-radius: 99px;
    background-color: #fff
}

.details .title-1 {
    font-size: 72px
}

.details .title-2 {
    font-size: 50px
}

.details .title-box-1 {
    overflow: hidden;
    background-color: rgba(0, 0, 0, .5);
    padding: 0 7px;
    border-radius: 14px
}

.details>.desc {
    margin-top: 16px;
    width: 500px;
    background-color: rgba(0, 0, 0, .5);
    padding: 10px;
    border-radius: 5px;
    font-size: 20px
}

.slide-container {
    position: relative;
    height: 800px;
    width: 100%;
    overflow: hidden;
    z-index: 1
}

.cover,
.slide-container .slide {
    position: absolute;
    left: 0;
    top: 0
}

.slide-container .slide {
    height: 800px;
    width: 100%
}

.cover {
    background-color: #fff;
    z-index: 100
}

.indicator {
    bottom: -10px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
    z-index: 60;
    background-color: #ecad29
}

#features,
.tabs {
    background-color: #1f1f1f
}

.title-1 {
    font-size: 48px
}

.tabs-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.tabs {
    position: relative;
    display: flex;
    border-radius: 99px;
    font-size: 1.2rem;
    font-weight: 500;
    width: 100%;
    max-width: 675px;
    box-shadow: 6px 6px 10px 2px rgba(0, 0, 0, .8)
}

.tab {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 10px 20px;
    z-index: 1;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.tab-slider {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    width: calc(33.33% - 10px);
    background-color: var(--secondary-color-tabs);
    border-radius: 30px;
    z-index: 0;
    transition: width .3s, left .3s
}

.cardFeature {
    border: none;
    background-color: #d86608;
    height: 90%;
    padding: 10px
}

.cardMaxWide {
    max-width: 28%
}

.cardFeature h3 {
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 2vh
}

#features {
    margin-top: 3vh;
    padding: 7vh 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-bottom: 3px solid #454242
}

.cardFeature img {
    width: 70%;
    max-width: 180px;
    margin-top: -.5rem
}

.about-section {
    padding: 10vh 0;
    position: relative
}

.about-title {
    text-shadow: -3px 4px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    color: #d29e25
}

.about-text {
    color: #a1a1a1;
    font-size: 1.1rem
}

.about-image {
    width: 100%;
    max-width: 559px;
    position: absolute;
    bottom: 132px;
    left: 21vw;
    transform: translateY(50%)
}

@media(max-width:1440px) {
    .about-image {
        max-width: 450px;
        left: 10vw;
        bottom: 100px
    }
}

@media(max-width:1366px) {
    .details {
        left: 102px
    }
}

@media(max-width:1200px) {
    nav {
        left: 50px;
        right: 50px;
        padding: 2px 1vw
    }

    .nav-links {
        gap: 1.5rem
    }

    .details {
        left: 6vw
    }
}

@media(max-width:1024px) {
    .about-image {
        max-width: 355px;
        left: 5vw;
        bottom: 75px
    }
}

@media(max-width:900px) {
    nav {
        left: 20px;
        right: 20px;
        padding: 2px 1vw
    }

    .nav-links {
        gap: 1rem
    }
}

@media(max-width:766px) {

    .about-text,
    .about-title {
        text-align: center
    }

    .about-section {
        padding: 5vh 0
    }

    .cardMaxWide {
        max-width: 60%
    }

    .about-image {
        position: static;
        display: block;
        margin: 0 auto 20px;
        transform: translateY(0);
        width: 80%
    }

    .details {
        left: 15vw
    }

    .tab {
        font-size: 14px;
        padding: 10px
    }

    .tab-slider {
        width: calc(33.33% - 10px)
    }

    .cardFeature {
        height: auto
    }
}

@media(max-width:600px) {
    .details {
        left: 8vw
    }

    nav {
        left: 1px;
        right: 1px;
        padding: 2px 3vw
    }

    .nav-links {
        gap: 0 !important
    }

    .title-1 {
        font-size: 35px
    }
}

footer {
    background-color: rgba(7, 4, 20, .3)
}
.footer-text{
    color: #a1a1a1;
}