@font-face {
  font-family: "teko-regular";
  src: url(../fonts/Teko-Regular.ttf);
}
html, body{
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
body{
    color:#fff; 
     background: linear-gradient(
        135deg,
        #0c0c0c 0%,
        #1a1a2e 15%,
        #16213e 35%,
        #303c4b 50%,
        #373739 70%,
        #070707 85%,
        #020310 100%
    );
    min-height: 100vh;
    overflow-x: hidden;   
}
a{
  color:#fff;
  font-weight: 500;
}
a:hover{
  color:#ff4d4d;
  text-decoration: none;}
.intro-img{
    text-align: center;
}
.intro-img img{
    width:10em;
    
}
.about-img{text-align: center;}
.about-img img{
  width:4em;
}
#zee_header{
   height:60px;
    padding:15px 30px;
    position: fixed;
    top:0;
    width:100%;
    background-color:inherit;
    color:#fff;
    border:none;
    
    
}
.ze3ra img{
    width:6em;
    margin-right: 20px;
    margin-top: -10px;  
    
}
h1,h2,h4,h3,h5,h6{
  font-family: "teko-regular";
 
  
 }
.btn-get-started {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 12px 24px 13px 24px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.1);
   
  }
  
.btn-get-started:hover {
    color: white;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  .login_form{
    margin-top: 80px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  .form-control, .form-control>input{
    background-color: inherit;
    color:#fff
    /* box-shadow:0 0 6px #01255ccc;  */

  }
  .suc_msg{
    color:#02a72b;
    text-align: center;
    width:100%;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .err_msg{
    color:#fff;
    width:100%;
    text-align: left;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .err_msg >.err{
    float:left;
    background-color: #ff0fa3;
    color:#fff;
    padding:0 8px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .err_msg_form{
    color:#ff0f03;
    font-size: 14px;
  }
  .red-text{color:rgb(255, 251, 0)}
/*--------------------------------------------------------------
# Sidenav bar
--------------------------------------------------------------*/
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #000000;
    overflow-x: hidden;
    padding-top: 40px;
    transition: .4s;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    display: block;
    transition: 0.3s
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    z-index:999
}
#open_nav{
font-size:30px;
cursor:pointer;
color:#fff;
float:right
}

@media screen and (max-height: 450px){
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.swiper-container{
        overflow:hidden;
        width:100%;
        height:500px;
        margin:0 auto;
    }
        .swiper-slide{
        display:flex;
        justify-content:center;
        align-items:center;
        padding:10px
    }
.intro-text img{
  margin-bottom:20px;
  width:10em
}
/* Animated background elements */
.bg-shapes {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
.shape {
    position: absolute;
    background: rgba(255, 255, 255, 0.08);
    animation: float 6s ease-in-out infinite;
    box-shadow: 0 8px 32px rgba(255, 255, 255, 0.1);
}
.shape:nth-child(1) {
    width: 120px;
    height: 80px;
    border-radius: 15px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
    transform: rotate(15deg);
}
.shape:nth-child(2) {
    width: 90px;
    height: 140px;
    border-radius: 12px;
    top: 60%;
    right: 15%;
    animation-delay: 2s;
    transform: rotate(-20deg);
}
.shape:nth-child(3) {
    width: 100px;
    height: 60px;
    border-radius: 10px;
    bottom: 20%;
    left: 20%;
    animation-delay: 4s;
    transform: rotate(25deg);
}
.shape:nth-child(4) {
    width: 80px;
    height: 120px;
    border-radius: 8px;
    top: 10%;
    right: 30%;
    animation-delay: 1s;
    transform: rotate(-10deg);
}
.shape:nth-child(5) {
    width: 110px;
    height: 70px;
    border-radius: 14px;
    bottom: 40%;
    right: 20%;
    animation-delay: 3s;
    transform: rotate(30deg);
}
.shape:nth-child(6) {
    width: 95px;
    height: 95px;
    border-radius: 20px;
    top: 40%;
    left: 5%;
    animation-delay: 5s;
    transform: rotate(-15deg);
}
@keyframes float {
    0%,
    100% {
        transform: translateY(0px) rotate(var(--start-rotation, 0deg));
    }
    50% {
        transform: translateY(-20px)
            rotate(calc(var(--start-rotation, 0deg) + 180deg));
    }
}      
.inset{
  padding:30px;
  background-image:linear-gradient(#04549ecc,#000); 
  border-radius: 20px;
}
.btn-cycle{
  margin-top:30px;
  border-radius: 25px;
  /* border:2px solid #04a512; */
  color:#fff;
  background-color: #000;
  padding:8px 15px;
  cursor: pointer;

}
.side{
  max-height: fit-content;
}
.foot_login{
  text-align: center;
  width:100%;
  padding:25px;
  background-color: #000000cc;
}
.reviews{background-image:linear-gradient(#04549ecc,#000); }
#register{
  background-image:linear-gradient(#04549ecc,#000); 
}
#register {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-image:linear-gradient(#04549e,#000); 
        color:#fff;
        padding: 2rem;
        border-radius: 0.75rem;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        z-index: 1000;
    }
 