/* graditnt-2 */
.background-container {
    position: relative;
    z-index: 0;
    background-color: black;
    overflow: hidden;
    min-height: 100vh;
    width: 100%;
    padding-bottom: 20px;
}
.background-container::before {
    content: "";
    position: absolute;
    width: 50vw;
    height: 50vw; 
    border-radius: 50%;
    filter: blur(8vw); 
    opacity: 0.6;
    z-index: 0;
}
.background-container::after {
    content: "";
    position: absolute;
    width: 80vw;
    height: 50vw;
    border-radius: 50%;
    filter: blur(7vw);
    opacity: 0.5;
    z-index: 0;
}
.background-container::before {
    background: linear-gradient(to right, #C9260C 5%, #FF8000 100%);
    top: 10%;   
    left: 1%; 
}
.background-container::after {
    background: linear-gradient(to right, #C9260C 0%, #FA9CEA 51%, #7300FF 100% );
    top: -1%;
    left: 30%;
}
.background-container::before {
    width: 50vw;
    height: 50vw;
    filter: blur(10vw);
    top: 3%;
    left: -2%;
}
@media (max-width: 768px) {
    .background-container::before {
        width: 100vw;
        height: 100vw;
        filter: blur(15vw);
        top: 7%;
        left: -30%;
    }
    .background-container::after {
        width: 120vw;
        height: 120vw;
        filter: blur(17vw);
        top: 1%;
        left: 10%;
    }
}
@media (max-width: 425px) {
    .background-container {
        padding-bottom: 0;
    }
}
@media (min-width: 1441px) {
.background-container {
    padding-bottom: 5vh;
}    
}

.hero {
    padding: 200px 50px 100px;
    text-align: left;
}
.hero h1{
    font-weight: normal;
    line-height: 1;
    margin-bottom: 60px;
}
.hero p{
    font-size: 1.5em;
    color: white;
}
.hero-content {
    max-width: 100vw;
    padding-right: 20vw;
}
@media (max-width: 1024px) {
    .hero {
        padding: 180px 40px 100px;
    }
}
@media (max-width: 768px) {
    .hero {
        padding: 130px 30px 0px;
    }
    .hero h1{
        font-size: 2rem;
    }
    .hero p{
        font-size: 1em;
    }
}
@media (max-width: 425px) {
    .hero {
        padding: 140px 24px 0px;
    }
    .hero .container {
        padding: 0;
    }
    .hero h1{
        text-align: start;
        font-size: 32px;
        margin-bottom: 100px;
        line-height: 1.1;
    }
    .hero p{
        font-size: 20px;
        font-weight: 500;
    }
    .hero-content {
        padding-right: 0;
    }
}
@media (min-width: 1430px) {
    .hero {
        padding: 280px 70px 60px;
    }
    .hero h1{
        font-size: 64px;
        margin-bottom: 228px;
    }
    .hero p{
        font-size: 32px;
    }
}

.news-section {
    border-top: 1px solid white;
    padding: 20px;
    position: relative;
    z-index: 1;
}
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; 
    color: white;
    margin-bottom: 50px;
}
.news-item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
.news-info {
    display: flex;
    justify-content: space-between;
    font-size: 0.8em;
}
.news-image {
    margin: 10px 0;
}
.news-image img {
    width: 100%;
    height: auto;
    display: block;
}
.news-title {
    margin-bottom: 10px;
    color: white;
    font-weight: normal;
}
.news-description {
    font-size: 0.9em;
    line-height: 1.4;
    color: white;
    font-weight: lighter;
}
.news-block {
    display: flex;            
    justify-content: space-between;
    align-items: center;      
    width: 100%;               
    padding: 10px 0;            
    color: white;             
}
.news-left {
    display: flex;             
    align-items: center;        
    gap: 3px;    
    color: white;               
}
.news-indicator {
    display: inline-block;      
    width: 0.8px;             
    height: 12px;           
    background-image: linear-gradient(to bottom, white, white);
    background-size: 5px 4px; 
    background-repeat: repeat-y;
}
.news-date {
    font-size: 0.8em;  
    color: white;   
}

@media (min-width: 1024px) {
    .news-section {
        padding: 50px;
    }
}
@media (max-width: 1024px) {
    .news-section {
        padding: 38px;
    }
}
@media (max-width: 992px) { 
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .news-section {
        padding: 30px;
    }
    .news-grid {
        gap: 40px 20px;
    }
    .news-image {
        margin-bottom: 10px;
    }
}
@media (max-width: 425px) {
    .news-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .news-section {
        padding: 40px 24px;
    }
    .news-info {
        margin-bottom: 13px;
        padding: 0;
    }
    .news-date {
        font-size: 12px;
    }
    .news-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .news-description {
        font-size: 14px;
    }
    .news-image {
        margin-bottom: 24px;
        padding: 0;
        margin-top: 0;
    }
}
@media (min-width: 1430px) {
    .news-grid {
        gap: 32px;
    }
    .news-info {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
    }
    .news-title {
        font-size: 24px;
    }
    .news-description {
        font-size: 16px;
    }
}

