
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Epilogue:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=PT+Sans+Narrow:wght@400;700&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=Port+Lligat+Sans&family=Quicksand:wght@300..700&family=Rajdhani:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&family=Yatra+One&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    transition: all 0.5s ease;
    font-family: Epilogue, sans-serif;
    outline: none;
}


.heroo{
    background-color: #387975;
    width: 100%;
    height: 40vh;
    border-top-left-radius: 30%;
    border-top-right-radius: 30%;
}

.sarlavha{
    font-size: 5.6rem;
    color: #fff;
}

.matn{
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
}

.heroo{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.wrapper-event-1{
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    border-bottom: 1px solid lightgray;
    padding-top: 3rem;
    padding-bottom: 3rem;

}

.event-left{
    width: 16%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border-right: 1px solid lightgray;
}
.event-center{
    width: 48%;
}
.event-right{
    width: 30%;
}

.rasm{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
}




.day{
    font-size: 2.6rem;
    color: #387975;
}
.day-p{
    color: #387975;
}
.sarlavhaa{
    color: #141414;
    font-size: 3rem;
    font-weight: bold;
}

.matnn{
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #535756;

}


.linkchaa{
    color: #387975;
    font-size: 1rem;
}


.events{
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.wrapper-images{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.wrap-rasm{
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}
.rasmlar{
    width: 33%;
    height: auto;
}
/* 
#wrap{
    display: none;
} */


#ora{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}


.salom{
    background-color: #387975;
    padding: 13px 30px;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    margin-right: 1rem;
    border-radius: 20px;
    border-color: transparent;
    cursor: pointer;
}

.salom:hover{
    background-color: transparent;
    border-color: #141414;
    color: #141414;
}

.rasmlar{
    border-radius: 10px;
}
#ora{
    transition: 1s ease-out;
}

#ora3{
    width: 100%;
}
.videoun{
    width: 30%;
}

.footerr{
    max-width: 400px;
    display: flex;
    background-color: #387975;
    color: #fff;
    border: 2px solid transparent;
    border-radius: 20px;
    padding: 13px 40px;
}
.wrapper-admin{
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerr:hover{
    background-color: transparent;
    border: 2px solid #141414;
    color: #141414;
    cursor: pointer;
}

.wrapper-tug{
    display: flex;
    align-items: center;
    justify-content: center;
}
.css{
    width: 100%;
}

@media(max-width: 768px){

    .wrapper-event-1{
        display: flex;
        flex-direction: column-reverse;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }
    .event-center{
        width: 100%;
    }
    .event-left{
        width: 100%;
        border-right: none;
    }
    .event-right{
        width: 100%;
    }
    .rasm{
        max-width: 600px;
        max-height: auto;
    }
    .event-left{
        display: flex;
        flex-direction: column;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }
    .event-center{
        display: flex;
        flex-direction: column;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }
    .event-right{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #ora{
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .wrap-rasm{
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .rasmlar{
        width: 100%;
    }
    
}


@media (max-width: 500px){
    .sarlavha{
        font-size: 3rem;
    }
    .matn{
        text-align: center;
    }
    .sarlavhaa{
        text-align: center;
        font-size: 2rem;
    }
}

@media (max-width: 400px){
    .sarlavha{
        font-size: 3rem;
    }
    .matn{
        text-align: center;
    }
    
    .rasm{
        max-width: 100%;
        object-fit: cover;
    }
}


