
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

/* NAVRBAR */

}
#logo{
    width:60px !important;
    height:60px !important;
    border-radius: 50px;
    position: relative;
    margin-top: -10px !important;
   
}
.navbar {
    background-color: #6a0474;
    height: 80px;
    margin: 20px;
    border-radius: 16px;
    padding: 1rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
}

.navbar-brand {
    font-weight: 500;
    color: #ffffff;
    font-size: 24px;
    transition: color 0.3s;
}

.login-button {
    background-color: #4e0248;
    color: #ffffff;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.login-button:hover {
    background-color: #000000;
}

.navbar-toggler {
    border: none;
    font-size: 1.25rem;
    background-color: transparent;
    color:#f3c821;
}

.navbar-toggler:focus,
.btn-close:focus {
    box-shadow: none;
    outline: none;
}

.nav-link {
    color: #ffffff;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    padding: 0.5rem 1rem;
    transition: color 0.3s;
}

.nav-link:hover,
.nav-link.active {
    color: #f3c821;
}

/* Adjust link color for small screens when navbar background is white */
@media screen and (max-width: 768px) {
    .navbar {
        background-color: #ffffff;
    }
    
    .navbar-brand,
    .nav-link {
        color: #000000; /* Change link color to black for better visibility */
    }
    #logo{
        width:60px;
        height:60px;
        border-radius: 50px;
        position: relative;
        margin-top: -7px !important;
       
    }
}


@media (max-width:991px){
.nav-link::before{
    content: " ";
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}
.nav-link:hover::before, .nav-link.active::before{
    width: 100%;
    visibility: visible;
}
#logo{
    width:60px;
    height:60px;
    border-radius: 50px;
    position: relative;
    margin-top: -7px !important;
   
}
}

@media (max-width:576px){
    .nav-link::before{
        content: " ";
        position: absolute;
        bottom:0;
        left:50%;
        transform: translateX(-50%);
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        visibility: hidden;
        transition: 0.3s ease-in-out;
    }
    .nav-link:hover::before, .nav-link.active::before{
        width: 100%;
        visibility: visible;
    }
    #logo{
        width:60px;
        height:60px;
        border-radius: 50px;
        position: relative;
        margin-top: -7px !important;
       
    }
    }
    
@media (max-width:1280px){
    .nav-link::before{
        content: " ";
        position: absolute;
        bottom:0;
        left:50%;
        transform: translateX(-50%);
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        visibility: hidden;
        transition: 0.3s ease-in-out;
    }
    .nav-link:hover::before, .nav-link.active::before{
        width: 100%;
        visibility: visible;
    }
    #logo{
        width:60px;
        height:60px;
        border-radius: 50px;
        position: relative;
        margin-top: -7px !important;
       
    }
    }


/* NAVBAR END */

#demo{
    display: flex;
    align-items: center;
    justify-content: center;
}






#demo .flip-card {

    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8rem;
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px;
    animation: floating 1.5s ease-in-out infinite alternate;
  }
  
  @keyframes floating {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px); /* Apply floating effect */
    }
}
  #demo .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  #demo .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  #demo .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  #demo .flip-card-front {
    background-color: #ffffff;
    color: black;
  }
  
  #demo .flip-card-back {
    background-color: #940068;
    color: white;
    transform: rotateY(180deg);
  }
  #flipbtn{
    padding: 10px 10px;
    margin-top: 5rem;
    border-radius: 15px;
    background-color: #f3c821;
  }

  h1{
    color: #000000;
  }

  



  #footer{
    min-height: 100vh;
    background-color: #101010;
    padding: 85px 0;
    animation:  CSSscrollReveal1 ease-in-out both ;
    animation-timeline: view();
    animation-range: entry 50% cover 50%;
    margin-top: 5rem;


}
#footer i{
    font-size: 25px !important;
    margin:1rem;
    margin-top: 3rem;

}
#footer i:hover{
    color: #fff;
    font-weight: 700 !important;
}
#footer h2{
    color: #fff;
    text-transform: uppercase;
}
@media (max-width:767px){
    #footer{
        background-color: #333131;
        padding: 85px 0;
    
    
    }
}
@media (max-width:576px){
    #footer{
        background-color: #111111;
        padding: 85px 0;
    
    
    }
}
#footer p{
    color:#fff;
}
#footer button{
    padding: 10px;
    position: relative;
    background-color: #0051ff;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    letter-spacing: 5px;
}
#footer button:hover{
    background-color: #134cc9;
}

.single-box p{
color: #fff;
line-height: 1.9;
}

.single-box h3{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.single-box.card-area{
    color: #04e617;
    font-size: 20px;
    margin-right: 10px;
}
.single-box ul{
    list-style: none;
    padding: 0;

}

.single-box ul li a{
text-decoration: none;
color: #04e617;
line-height: 2.5;
font-weight: 100;
}
.single-box ul li a:hover{
    color: #87e3ff;
}

.single-box h2{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.basic-addon2{
    background: #ffbb00 !important;
    color: #fff;
}
.socials i{
font-size: 18px;
margin-right: 15px;
}

@media (max-width:767px){
    .single-box{
        margin-bottom: 50px;
    }
}

@media (min-width:768px) and (max-width:991px){
    .single-box{
        margin-bottom: 50px;
    }
}
#copyright{
    color: #fff;
    margin-top: 2rem;
    margin-bottom: 15rem;
}