.font-115 {
    font-size: 115px;
    font-weight: 300;
}

.font-90 {
    font-size: 90px;
    font-weight: 300;
}

.font-32 {
    font-size: 32px;
    font-weight: 300;
    line-height: 45px;
    letter-spacing: -.01em;
}

.font-20 {
    font-size: 20px;
	line-height: 35px;
    font-weight: 400;
}

.video-ft {
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 20px;
}

.start-button {
    width: 450px;
    height: 450px;
    background-color: #f04e42;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 90px;
    font-weight: 300;
    color: white;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
}

.start-button:hover {
    transform: scale(1.1);
    box-shadow: 0 0 30px rgba(255, 0, 0, 0.7);
}

.founder-series {
    padding: 10px 10px;
    border: 1px solid #ffffff4d;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
}
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('../../assets/image/bg_tab3.png') no-repeat center center/cover;
    display: flex;
    align-items: center;
    padding-left: 5%;
    color: black;
    background-color: #efece6;
}

.content {
    max-width: 400px;
    height: 100%;
}
.app-store {
    display: inline-block;
    margin-top: 10px;
}

.app-store img {
    width: 150px;
}
ul li a
{
    color: #fff;
    text-decoration: none;
}
.c_text {
    font-size: 15px;
}
.img_space {
    margin: 0px 20px;
}
.navbar-toggler-icon
{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
	filter: invert(1);
}
/* Media Query starts */

/* -- 13-02-2025 new css -- */

.nav-sticky{
    position: sticky; top: 0; background-color: white; z-index: 9999;
}
   
.gradient-text {
    background: linear-gradient(45deg, #00c0ff, #ff5db1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
  }
  .gradient-btn{
    background-image: linear-gradient(45deg, #00c0ff, #ff5db1); border: 1px solid black;  font-size: 20px;
}
  .font-42 {
                  font-size: 42px;
                  line-height: 56px;
              }
              .font_20{
                font-size: 20px;
              }
              .font-25{
                  font-size: 25px;
              }
              .font-16{
                  font-size: 16px;
                  letter-spacing: 0.5px;
              }
        .fw-600{
            font-weight: 600;
        }
        .fw-500{
            font-weight: 500;
        }

.logo{
    width: 350px;
    height: 70px;
    padding: 10px;
}
@media (max-width: 576px) {
 .logo{
    width: 250px;
    height: 50px;
    padding: 10px;
}
}
 
.font-42 {
    font-size: 42px;
    font-weight: 300;
    line-height: 65px;
    letter-spacing: -.01em;
}
	