*,
*::before,
*::after {
  box-sizing: border-box;
}

::placeholder {
  color: #fffdfd6e !important;
  opacity: 1 !important; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: #fffdfd6e !important;
}

body { 
  margin: 0;
  font-family: verdana;
  font-size: 14px;
  font-weight:300;
  color:#e0dfdc;
 
  background-color:#000;
  
  background-size: 100% 100%;
  background-attachment: fixed;
  
}

.text-danger{
	color: #efc096 !important;
}

.text-lyt{
	color:#f2e7c6 !important;
} 

.main{
  
padding:5px;
padding-top:15px;
padding-bottom:15px;
border-radius:5px;
margin-top:10vh;
margin-bottom:10vh    ;
width:auto;
 
 
}
 .main  .table {
font-size:12px;
text-align:left;
 
}


.main  .pagination{
overflow:auto;
margin-top:15px;
font-size:12px;
opacity:75%;
color:#000
}
 
a:page-link{
font-size:12px;
}
.modal-header{
background-color:#000000;
border-radius:0px;
text-align:left

}
#video-bg{
  z-index:-1;
  position: fixed;
  right: 0;
  left:0;
  bottom: 0;
  top:0;
  min-width: 100%; 
  min-height: 100%;
 
  
  
} 

@media print {
  body {
    background: transparent;
  }
}

* {
  scrollbar-color: rgba(var(--tblr-scrollbar-color, var(--tblr-body-color-rgb)), 0.16) transparent;
}

*::-webkit-scrollbar {
  width: 0rem;
  height: 1rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  *::-webkit-scrollbar {
    -webkit-transition: none;
    transition: none;
  }
}

*::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  border: 1px solid transparent;
  box-shadow: inset 0 0 0 1rem rgba(var(--tblr-scrollbar-color, var(--tblr-body-color-rgb)), 0.16);
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*:hover::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0 1rem rgba(var(--tblr-scrollbar-color, var(--tblr-body-color-rgb)), 0.32);
}

*::-webkit-scrollbar-corner {
  background: transparent;
}


.btn-dark{
	background-color:#000 !important;
	border-color::#000 !important;
	text-spacing:1px;
}

.btn-dark:hover{
	 color:#ffda4e !important;
	 
} 
 

.bg-black{
	background-color:#000;
}

.bg-black-trans{
		background-color:#0000005c !important; 
}
.bg-white-trans{
		background-color:#FFFFFF5c !important; 
}

.blured{
	z-index:-1;
	height:100%;
	width:100%;
	display:inline-block;
	position:fixed;
	right:0;
	left:0;
	top:0;
	bottom:0;
	backdrop-filter: blur(5px);
 
}  
.blured-3{
   
    backdrop-filter: blur(3px);
  
}
 
.blured-5{
	 backdrop-filter: blur(5px);
  
}

.blured-10{
 
    backdrop-filter: blur(10px);
 
}


.blured-15{
	
	  backdrop-filter: blur(15px);
 
}



.blured-50{
   border: 1px solid #f9f6f624 !important;
   backdrop-filter: blur(50pt) !important;
   -webkit-backdrop-filter: blur(50pt) !important;
   backdrop-filter: blur(50pt) !important;
 
}

 
.blured-500{
   border: 1px solid #ffffff26 !important;
     backdrop-filter: blur(50pt) !important;
   -webkit-backdrop-filter: blur(50pt) !important;
   backdrop-filter: blur(50pt) !important;
 
}

.card{
	 
    border: 1px solid #ffffff26 !important;
	backdrop-filter: blur(50pt) !important;
}
 
.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
 ;
}

.btn{
	letter-spacing:1.5px;
	 text-shadow:none !important;
	 font-family: "Bebas Neue", sans-serif !important;
}

	
.page-header{
	 display:flex;
   font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
 
  font-style: normal;
 
	
	
}
   
   
.carousel-wrapper {
   position: relative;
  text-align: center;
   
}
.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
  display:flex;
  
  align-items:center;
 
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
 background-color:#ffffff29;
    backdrop-filter: blur(5px);
}

.owl-carousel .item {
  text-align: center;
}
.owl-carousel .nav-button {
  height: 50px;
  width: 25px;
  cursor: pointer;
  position: absolute;
  top:35% !important;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}
.owl-carousel .owl-prev {
  left: -15px;
}
.owl-carousel .owl-next {
  right: -15px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 30px;
  background: #000000;
  border-radius: 5px;
  
}
.owl-carousel .prev-carousel:hover {
  background: #FFF;
}
.owl-carousel .next-carousel:hover {
  background: #FFF;
}

.section_header {
	color:#f2e7c6 !important;
}


.section_header p{
	 color: #fffdfd6e !important;
}


.border{
 
	 border: 1px solid #f9f6f624 !important;
}

.form_area{
	 padding:0px  !important; 
	 border-radius:5px;
	 
}


.form_area form{
	margin-bottom:0px  !important; 
	padding:15px;
	min-width:300px;
  
    backdrop-filter: blur(50pt) !important;
   -webkit-backdrop-filter: blur(50pt) !important;
   backdrop-filter: blur(50pt) !important;
}

.form_title h3 , {
	 font-size:18px !important;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 300;
	 color:#ffda4e;
	 margin-bottom:15px;
	 
}


.form_area .form-control , .form-control  {
	padding:10px;
	background-color:#080606cf !important;
	border: solid 1px #4d545a8c  !important;
	color:#d9e2eb !important;
}

 
.custom_btn  , .gold-btn{
	letter-spacing:1px;
	 
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
	color:#000 !important;
	background-color:#ffc107 !important;
	border-color::#000 !important;
	 
}

.custom_btn:hover , .gold-btn:hover{
	 
	color:#ffc107 !important;
	background-color:#000 !important;
	border-color::#000 !important;
}

.plan_title{
	 font-size:28px !important;
     font-family: "Bebas Neue", sans-serif;
     font-weight: 300;
	 color:#ffda4e;
	 margin-bottom:15px;
	 background-color:#000;
	 padding:5px;
}

.plan_header{
	 font-size:22px !important;
     font-family: "Bebas Neue", sans-serif;
     font-weight: 400;
	 color:#FFF;
	 
}

.plan_price{
	 font-size:22px !important;
     font-family: "Bebas Neue", sans-serif;
     font-weight: 400;
	 color:#ffda4e;
	 
}


.modal-plan-name{
	 font-size:24px !important;
     font-family: "Bebas Neue", sans-serif;
     font-weight: 400;
	 color:#ffda4e;
	 background: #000;
	 display:block;
	 width:100%;
	 padding:15px;
	
	 
}
.plan_text{
	 font-size:22px !important;
     font-family: "Bebas Neue", sans-serif;
	 color:#000;
	 
}

.golden-text{
	 font-size:14px !important;
     font-weight:normal !important; 
	 color:#fffdfd6e !important;
}

nav ul.list-unstyled strong{
	color:#FFF ;
	font-family: "Bebas Neue", sans-serif;
	text-transform:capitalize;
}


nav ul.list-unstyled  a{
	color:#FFF !important; 
	font-family: "Bebas Neue", sans-serif;
	text-transform:capitalize;
	letter-spacing:1px;
}


nav ul.list-unstyled i, small , svg{
	color:#f2e7c6 !important;
}

#robot{
max-width:500px;
max-height:500px;


}
  
#robot  .robotH{ 
   
max-width:500px;
max-height:500px;


}
  
#robot  .robotb{ 
    
max-width:200px;
max-height:200px;


}
 
.small-xxx{
font-size:10px !important; 
}

 .pulse-button {
             border: none;
           
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
            animation: pulse 1.5s infinite;
        }

        @keyframes pulse {
            0% {
                transform: scale(1);
                box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            }

            70% {
                transform: scale(1);
                box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            }

            100% {
                transform: scale(1);
                box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            }
        }

.bounce {
  
  position: relative;
  animation: moveUpDown 2s infinite ease-in-out;
}

@keyframes moveUpDown {
  0% { transform: translateY(-50); }
  50% { transform: translateY(10px); }
  100% { transform: translateY(-10); }
}