@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* CSS Document */
body{background:#fff}



.new{width:100%;height:100%;background:#fff}
.img {
    width: auto;
    margin-top: 50px;
}
.for_text {
    font-size: 30px;
    color: #000;
    line-height: 40px;
    margin-left: 10px;
    font-family: 'Roboto Slab', serif;
}
.for_boder h2 {
    font-size: 40px;
    color: #fff;
    line-height: 50px;
        font-family: "Inter", sans-serif;
    margin-top: 0px;
    margin-bottom: 300px;
}
.for_boder h3{   font-size: 25px;
    
   
        }		

 .blue-color{color: #0baab7}
.for_boder a{color: #229a41; }	
.for_boder a:hover{color: #0ea5ff;text-decoration:none; }		
.for_boder li{font-size:30px;text-align:center;color: #0f90d1;}
.for_boder{text-align:center;background:#010e1f}


.logo {
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.logo span {
    color: #e67e22; /* Orange color from poster */
}

.tagline {
    font-size: 1.2rem;
    letter-spacing: 5px;
    color: #1abc9c; /* Teal color */
    margin-bottom: 40px;
    font-weight: 400;
}

/* Main Content */
.status-badge {
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    margin-bottom: 20px;
    border: 1px solid #1abc9c;
}

h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.slogan {
    font-size: 1.2rem;
    color: #bdc3c7;
}

.slogan span {
    color: #e67e22;
    font-weight: 600;
}

.divider {
    margin: 30px auto;
    width: 60%;
    border: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, #1abc9c, transparent);
}

/* Features/Icons Section */
.features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.feature-item .icon {
    font-size: 2rem;
    margin-bottom: 10px;
}

.feature-item p {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #1abc9c;
}

footer {
    margin-top: 50px;
    font-size: 0.8rem;
    opacity: 0.6;
}

/* Mobile Responsive */
@media (max-width: 600px) {
    .features {
        grid-template-columns: repeat(2, 1fr);
    }
    .logo {
        font-size: 2.5rem;
    }
}


@media only screen and (max-width: 768px)

{
.slider p{float: left;margin-top: -19px;margin-left: -32px;font-size: 9px;}
.slider h1{float: left;margin-top: -45px;font-size: 24px;margin-left: -33px;}

.slider h2 {
    float: left;
    margin-top: 0px;
    margin-left: -160px;
    border: 2px solid rgba(255,255,255,1);
    padding: 2px;
	font-size:13px;
}



}









