@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kaushan+Script&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sen:wght@400..800&family=Spirax&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Kaushan+Script&family=Sen:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Kaushan+Script&family=Sen:wght@400..800&family=Spirax&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kaushan+Script&family=Sen:wght@400..800&family=Spirax&display=swap');

.updates {
    margin: 0;
    min-height: 100vh;
    /*
    background: rgba(238, 238, 238, 0.66);
    */
   /* background: linear-gradient(to left, rgb(255, 255, 255), rgba(241, 130, 83, 0.44)),linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0.88));*/
    /*background-image: url("../images/img_8.png")!important;*/
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.updates h1 {
    align-items: center;
    font-size: 3em;
    justify-content: center;
    font-family: "Sen", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin-top: 1.2em;
}

.updatesImage-slider{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 1190px;
    height: 600px;
    margin: 0 0 50px;
}

.container1 {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 !important; ;
}

.updateSlide{
    z-index: 1;
    position: absolute;
    width: 100%;
    clip-path: circle(0% at 0 50%);
}

.updateSlide .active{
    clip-path: circle(150% at 0 50%);
    transition: 2s;
    transition-property: clip-path;
}


.updateSlide img{
    z-index: 1;
    width: 100%;
    height: 525px;
    border-radius: 5px;
    object-fit: cover;
}

.updateSlide .info2{
    position: absolute;
    top: 0;
    padding: 15px 30px;
}

.updateSlide .info2 h2{
    color: #FFFFFF;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
}
.updateSlide .info2 p{
    color: #FFFFFF;

    font-size: 18px;
    width: 80%;
    padding: 10px;
    border-radius: 4px;
    letter-spacing: 2px;
}

.info2{
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.3);
    width: 85%;
    padding: 5px;
    border-radius: 4px;
    letter-spacing: 2px;
    border: 1px ;
}

.navigation{
    z-index: 2;
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.navigation .btn{
    background: rgb(136, 159, 168);
    width: 11px;
    height: 11px;
    margin: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.navigation .btn.active{
    background: black !important;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}
.updateSlide {
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: circle(0% at 0 50%);
    transition: clip-path 2s ease;
    z-index: 1;
    opacity: 0; /* Hidden by default */
}

.updateSlide.active {
    clip-path: circle(150% at 0 50%);
    z-index: 2; /* Bring the active slide to the top */
    opacity: 1; /* Show the active slide */
}

@media (max-width: 1300px) and (min-width: 1025px){
    .updatesImage-slider{
        width: 790px;
        height: 600px;
        margin: -12px 0px;
    }
}

@media (max-width: 1024px) and (min-width: 769px){
    .updatesImage-slider{
        width: 737px;
        height: 600px;
        margin: -12px 0px;
    }

    .updateSlide img{
        z-index: 1;
        width: 100%;
        height: 500px;
        border-radius: 5px;
    }
    .updateSlide .info2{
        padding: 15px 30px;
    }

    .updateSlide .info2 h2{
        color: #FFFFFF;
        font-size: 50px;
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: 2px;
    }
    .updateSlide .info2 p{
        font-size: 18px;
        width: 80%;
        padding: 10px;

    }

    .navigation{
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
    }

    .navigation .btn{
        width: 12px;
        height: 12px;
        margin: 10px;

    }

    .updates h1{
        font-size: 2.5em;
    }


}

@media (max-width: 768px) and (min-width: 590px){
    .updates h1 {
        font-size: 2em;
    }
    .updatesImage-slider{
        width: 576px;
        height: 400px;
        margin: 51px 0;
    }

    .updateSlide img{
        z-index: 1;
        width: 100%;
        height: 400px;
        border-radius: 5px;
    }
    .updateSlide .info2{
        padding: 15px 30px;
    }

    .updateSlide .info2 h2{
        color: #FFFFFF;
        font-size: 35px;
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: 2px;
    }
    .updateSlide .info2 p{
        font-size: 16px;
        width: 80%;
        padding: 10px;

    }

    .navigation{
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .navigation .btn{
        width: 12px;
        height: 12px;
        margin: 10px;

    }

}

@media (max-width: 589px) and (min-width: 448px) {
    .updates h1 {
        font-size: 2em;
    }
    .updatesImage-slider {
        width: 400px;
        height: 305px;
        margin: 7px 0 50px;
    }

    .updateSlide img {
        z-index: 1;
        width: 100%;
        height: 320px;
        border-radius: 5px;
    }

    .updateSlide .info2 {
        padding: 15px 30px;
    }

    .updateSlide .info2 h2 {
        color: #FFFFFF;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: 2px;
    }

    .updateSlide .info2 p {
        font-size: 12px;
        width: 90%;
        padding: 10px;

    }

    .navigation {
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%);
    }

    .navigation .btn {
        width: 8px;
        height: 8px;
        margin: 10px;

    }
    .updates {
        margin: 0;
        min-height: 22vh;
    }

}

@media (max-width: 447px) and (min-width: 350px) {
    .updates h1 {
        font-size: 2em;
    }
    .updatesImage-slider {
        width: 340px;
        height: 210px;
        margin: 7px 0 40px;
    }

    .updateSlide img {
        z-index: 1;
        width: 100%;
        height: 220px;
        border-radius: 5px;
    }

    .updateSlide .info2 {
        padding: 15px 30px;
    }

    .updateSlide .info2 h2 {
        color: #FFFFFF;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: 2px;
    }

    .updateSlide .info2 p {
        font-size: 10px;
        width: 100%;
        padding: 4px;

    }

    .navigation {
        bottom: -3em;
        left: 50%;
        transform: translateX(-50%);
    }

    .navigation .btn {
        width: 6px;
        height: 6px;
        margin: 10px;

    }
    .updates {
        margin: 0;
        min-height: 22vh;
    }
}

@media (max-width: 349px) and (min-width: 326px) {
    .updates h1 {
        font-size: 2em;
    }
    .updatesImage-slider {
        width: 290px;
        height: 210px;
        margin: 50px 0px;
    }

    .updateSlide img {
        z-index: 1;
        width: 100%;
        height: 220px;
        border-radius: 5px;
    }

    .updateSlide .info2 {
        padding: 15px 30px;
    }

    .updateSlide .info2 h2 {
        color: #FFFFFF;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: 2px;
    }

    .updateSlide .info2 p {
        font-size: 8px;
        width: 100%;
        padding: 4px;

    }

    .navigation {
        bottom: -3em;
        left: 50%;
        transform: translateX(-50%);
    }

    .navigation .btn {
        width: 6px;
        height: 6px;
        margin: 10px;

    }
    .updates {
        margin: 0;
        min-height: 22vh;
    }
}


@media (max-width: 325px) and (min-width: 219px) {
    .updatesImage-slider {
        width: 200px;
        height: 156px;
        margin: 3px 0 30px;
    }

    .updateSlide img {
        z-index: 1;
        width: 100%;
        height: 120px;
        border-radius: 5px;
    }

    .updateSlide .info2 {
        padding: 15px 30px;
    }

    .updateSlide .info2 h2 {
        color: #FFFFFF;
        font-size: 9px;
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: 2px;
    }

    .updateSlide .info2 p {
        font-size: 5px;
        width: 100%;
        padding: 0px;

    }

    .navigation {
        bottom: 1em;
        left: 50%;
        transform: translateX(-50%);
    }

    .navigation .btn {
        width: 6px;
        height: 6px;
        margin: 10px;

    }
    .updates {
        margin: 0;
        min-height: 22vh;
    }

    .updates h1 {
        font-size: 2em;
    }


}