@import url('https://fonts.googleapis.com/css2?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&display=swap');

* {
    box-sizing: border-box;
    outline: none;
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
}

img,
button,
iframe,
a {
    user-select: none;
}

.fadeIn {
    animation: fadeIn 1s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.myShadow {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

input:user-invalid {
    border: 1.5px solid rgba(255, 0, 0, 0.416);
}

.glass {
    background: rgba(255, 255, 255, 0.562);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.banner {
    background: linear-gradient(#e6ded3d8, #e6ded3f2),
        url(https://videos.openai.com/vg-assets/assets%2Ftask_01k2bejfg6fvyr8ryzqzbtx3v9%2F1754878613_img_1.webp?st=2025-08-11T00%3A46%3A45Z&se=2025-08-17T01%3A46%3A45Z&sks=b&skt=2025-08-11T00%3A46%3A45Z&ske=2025-08-17T01%3A46%3A45Z&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skoid=3d249c53-07fa-4ba4-9b65-0bf8eb4ea46a&skv=2019-02-02&sv=2018-11-09&sr=b&sp=r&spr=https%2Chttp&sig=NzV0m4TBSB4ub5UAPMc8fm3niRsIhvr5RCcaQAeFdB8%3D&az=oaivgprodscus) no-repeat center center;
    background-size: cover;
}
.banner2 {
    background: linear-gradient(#e6ded3cf, #e6ded3cf),
        url(/docs/assets/images/img1.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;

}

.authBg {
    background: linear-gradient(rgba(0, 0, 0, 0.655), rgba(0, 0, 0, 0.664)),
        url(https://plus.unsplash.com/premium_photo-1683880731792-39c07ceea617?q=80&w=687&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D) no-repeat center center;
    background-size: cover;
}

.galleryBanner {
    background: linear-gradient(rgba(0, 0, 0, 0.655), rgba(0, 0, 0, 0.664)),
        url(/docs/assets/images/img5.jpg) no-repeat center center;
    background-size: cover;
}

.aboutBanner {
    background: linear-gradient(rgba(0, 0, 0, 0.655), rgba(0, 0, 0, 0.664)),
        url(/docs/assets/images/about.png) no-repeat center center;
    background-size: cover;
}

.resourseBanner {
    background: linear-gradient(rgba(0, 0, 0, 0.655), rgba(0, 0, 0, 0.664)),
        url(https://images.pexels.com/photos/392018/pexels-photo-392018.jpeg?_gl=1*1b427ap*_ga*MTU1MTYyMjc1NC4xNzUyMDQ1MzM5*_ga_8JE65Q40S6*czE3NTQ1NTg4NDQkbzI2JGcxJHQxNzU0NTU4OTI3JGo1OSRsMCRoMA..) no-repeat center center;
    background-size: cover;
}