

.home-container {
    border: 1px solid #cccccc3b;
    border-radius: 17px;
    background-color: #f9f9f9;
    color: #282c34;
    width: 45%;

    position: relative;
    top: 30px;
    padding: 20px;
    z-index: 1!important;
    display: inline-block;
    /*animation: parallaxMove5 15s linear forwards;*/

}
.home-container-start-wrapper{
    width: 100%;
}
.home-container-start {
    /*border: 1px solid #ccc;*/
    border-radius: 17px;
    background-color: #f9f9f9;
    color: #282c34;
    width: 334px;
    position: relative;
    padding: 0px;
    z-index: 1!important;
    display: inline-block;
    top: 140px;
}


@media (min-width: 900px) and (max-width: 1200px) {
    .home-container {
        width: 64%;
    }
}

@media (max-width: 900px) {
    .home-container {
        border: 1px solid #ccc;
        border-radius: 17px;
        background-color: #f9f9f9;
        color: #282c34;
        width: 84%;
        position: relative;
        top: -6px;
        /* margin: 20px; */
        padding: 20px;
        /*left: 8%;*/
        z-index: 1 !important;
        display: inline-block;
    }
    .quiz-banner {
        width: 100% !important;
    }
}

/*body, html {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
/*    background-color: #f5f5f5;*/
/*    color: #333;*/
/*}*/

header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-align: center;
    /*padding: 40px 20px;*/
}

header h1 {
    margin: 0;
    font-size: 2.5rem;
}

header p {
    margin-top: 10px;
    font-size: 1.2rem;
}

.main {
    /*padding: 20px;*/
}

.container-home {
    /*max-width: 1200px;*/
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.quiz-card {
    margin: 10px;
    padding: 20px;
    width: calc(33% - 20px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 10px;
    background-color: white;
    cursor: pointer;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.quiz-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

h2 {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}




.quiz-card img {
    width: 100px; /* Устанавливаем желаемый размер изображения */
    height: 100px; /* Устанавливаем желаемый размер изображения */
    object-fit: cover; /* Обеспечиваем, чтобы изображения надлежащим образом заполняли свое пространство */
    border-radius: 50%; /* Делаем изображения круглыми */
    margin-bottom: 10px; /* Добавляем немного пространства между изображением и текстом */
}



.quiz-card {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: center;
    margin: 10px;
    height: 200px; /* Устанавливаем высоту баннера */
    width: calc(33% - 20px); /* Управляем шириной баннера */
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 10px;
    background-color: white;
    background-size: cover; /* Обеспечиваем покрытие всего блока изображением */
    background-position: center; /* Центрируем изображение */
    cursor: pointer;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    padding: 20px;
    color: white; /* Меняем цвет текста на белый для лучшей видимости */
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5); /* Добавляем тень к тексту для улучшения читаемости на ярком фоне */
}

.quiz-card span {
    font-size: 1.5em;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5); /* Добавляем полупрозрачный фон для текста */
    border-radius: 5px;
    padding: 5px 10px;
}

.quiz-banner {
    position: relative;
    height: 300px; /* Задаем высоту баннера */
    margin: 20px 0;
    border-radius: 10px;
    background-size: cover; /* Гарантируем, что фоновое изображение покроет весь баннер */
    background-position: center; /* Центрируем фоновое изображение */
    display: flex;
    align-items: flex-end; /* Выравниваем текст в нижней части баннера */
    justify-content: center;
    cursor: pointer;
    overflow: hidden; /* Убираем выходящие за пределы баннера элементы */
}

.quiz-banner span {
    width: 100%; /* Заставляем текст занимать всю ширину баннера */
    background-color: rgba(0, 0, 0, 0.5); /* Делаем фон для текста полупрозрачным, чтобы он выделялся на фоне изображения */
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0; /* Добавляем отступы для текста */
}
.quiz-banner {
    margin: 10px 0;
    width: 30%;
    position: relative;
    height: 300px; /* Задаем высоту баннера */
    margin: 20px 0;
    border-radius: 10px;
    background-size: cover; /* Гарантируем, что фоновое изображение покроет весь баннер */
    background-position: center; /* Центрируем фоновое изображение */
    display: flex;
    align-items: flex-end; /* Выравниваем текст в нижней части баннера */
    justify-content: center;
    cursor: pointer;
    overflow: hidden; /* Убираем выходящие за пределы баннера элементы */
}

.quiz-banner span {
    width: 100%; /* Заставляем текст занимать всю ширину баннера */
    background-color: rgba(0, 0, 0, 0.5); /* Делаем фон для текста полупрозрачным, чтобы он выделялся на фоне изображения */
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0; /* Добавляем отступы для текста */
}

.banners-container {
    justify-content: center; /* Выравнивание по горизонтали */
    align-items: center;
    /*min-height: 900px;*/

    padding-bottom: 30px;
    width: 100%;
    background-image: url('https://localhost:8894/images/home/quizland_background.jpg'); /* Путь к фоновому изображению */
    background-size: cover; /* Или используйте 100% 100% для точного растягивания */
    background-position: center;
    background-repeat: repeat; /* Это предотвратит повторение изображения */

    /*padding: 40px 20px; !* Добавляем некоторый внутренний отступ *!*/
    border-radius: 15px; /* Слегка скругляем углы контейнера */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Добавляем тень для дополнительной глубины */
    /*margin: 20px auto; !* Центрируем контейнер на странице *!*/
    width: 100%; /* Ограничиваем максимальную ширину контейнера */
}

.banners-container-2{
    height: 463px;
    top: 100px;
    text-align: center;
    width: 100%;
    background-size: cover; /* Или используйте 100% 100% для точного растягивания */
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Добавляем тень для дополнительной глубины */
    width: 100%; /* Ограничиваем максимальную ширину контейнера */
    border-top: 10px solid #9f51513b;
    border-bottom: 10px solid #9f51513b;
}

.zoom-background{

    animation: zoomBackground100 30s ease-in-out infinite alternate;
}

@keyframes zoomBackground100 {
    0% {
        background-size: 100%;
    }
    100% {
        background-size: 120%;
    }
}


@keyframes zoomBackground200 {
    0% {
        background-size: 200%;
    }
    100% {
        background-size: 220%;
    }
}

@keyframes zoomBackground300 {
    0% {
        background-size: 300%;
    }
    100% {
        background-size: 320%;
    }
}

@media (max-width: 900px) and (min-width: 600px) {
    .zoom-background {
        animation: zoomBackground200 30s ease-in-out infinite alternate;
    }
}

@media (max-width: 600px)  {
    .zoom-background {
        animation: zoomBackground300 30s ease-in-out infinite alternate;
        height: 600px;
    }
}

@media (max-width: 900px)  {
    .banners-container-2 {
        height: 600px;
    }
}

.banners-container-about-project{
    height: 563px;
    top: 100px;
    text-align: center;
    width: 100%;
    background-size: cover; /* Или используйте 100% 100% для точного растягивания */
    background-position: center;
    background-repeat: no-repeat; /* Это предотвратит повторение изображения */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Добавляем тень для дополнительной глубины */
    width: 100%; /* Ограничиваем максимальную ширину контейнера */
    border-top: 10px solid #9f51513b;
}

@media (max-width: 900px) {
    .banners-container-about-project {
        height: 600px;
    }
}

@media (max-width: 500px) {
    .banners-container-about-project {
        height: 800px;
    }
}

.scale-effect-1 {
    transition:transform 1s ease-in-out !important;
    transform: scale(1);
}

.scale-effect-1:hover {
    transform: scale(1.01);
}


.scale-effect-2 {
    transition:transform 1s ease-in-out !important;
    transform: scale(1);
}

.scale-effect-2:hover {
    transform: scale(1.02);
}

.scale-effect-5 {
    transition:transform 1s ease-in-out !important;
    transform: scale(1);
}

.scale-effect-5:hover {
    transform: scale(1.05);
}

.scale-effect-10 {
    transition:transform 1s ease-in-out !important;
    transform: scale(1);
}

.scale-effect-10:hover {
    transform: scale(1.1);
}

.scale-effect-20 {
    transition: transform 1s ease-in-out !important;
    transform: scale(1);
}

.scale-effect-20:hover {
    transform: scale(1.2);
}

.scale-effect-30 {
    transition: transform 1s ease-in-out !important;
    transform: scale(1);
}

.scale-effect-30:hover {
    transform: scale(1.3);
}


.scale-effect-50 {
    transition: transform 1s ease-in-out !important;
    transform: scale(1);
}

.scale-effect-50:hover {
    transform: scale(1.5);
}

.scale-effect-70 {
    transition: transform 1s ease-in-out !important;
    transform: scale(1);
}

.scale-effect-70:hover {
    transform: scale(1.7);
}

.scale-effect-100 {
    transition: transform 1s ease-in-out !important;
    transform: scale(1);
}

.scale-effect-100:hover {
    transform: scale(2);
}


.animatedTextWaveGradient:hover {
    color: transparent;
    background-clip: text;
    background-image: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
}

.animatedTextWaveGradient:hover {
    color: transparent;
    background-clip: text;
    background-image: linear-gradient(245deg, #e024f5, #26d9d3, #071bb5, #ecadff, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    animation: bgChange 100s ease infinite;
    background-size: 500% 100%;
}

@keyframes bgChange {
    0% {
        background-position: 0% 0%;
    }
    20% {
        background-position: -100% 0%;
    }
    40% {
        background-position: -200% 0%;
    }
    60% {
        background-position: -300% 0%;
    }
    80% {
        background-position: -400% 0%;
    }
    100% {
        background-position: -500% 0%;
    }
}


.lets-start-header {
    height: 223px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.lets-start-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    animation: parallaxMove5 5s linear forwards;
    z-index: 0;
}

.lets-start-header-content {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 61px;
    text-align: center;
    z-index: 1;
}

@media (max-width: 900px) {
    .lets-start-header-title {
        font-size: 22px;
    }
}
@media (min-width: 901px) {
    .lets-start-header-title {
        font-size: 30px;
    }
}


.lets-start-header-title {
    color: #b25ab7;
    margin-bottom: 18px;
    margin-top: 0;
}

.lets-start-header-description {
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.6;
    color: #97488c;
}
@media (max-width: 900px) {
    .lets-start-header-description {
        font-size: 18px;
    }
}
@media (min-width: 901px) {
    .lets-start-header-description {
        font-size: 25px;
    }
}



.lets-start-btn-start {
    display: inline-block;
    padding: 12px 24px;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}

.lets-start-btn-start:hover {
    background-color: #45a049;
}

@keyframes parallaxMove5 {
    0% { transform: translateY(0); }
    100% { transform: translateY(-6%); }
}

@keyframes lets-start-waveEffect {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

.lets-start-glow-on-hover {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5); /* Добавляем тень к тексту для улучшения читаемости на ярком фоне */
}

.lets-start-text {
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    -webkit-background-clip: text; /* Использовать текст как маску для градиента */
    background-clip: text;
    color: transparent; /* Скрыть оригинальный цвет текста */
}

.lets-start-text:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: 1000px;
    height: 100px;
    animation: lets-start-glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.99); /* Добавляем тень к тексту для улучшения читаемости на ярком фоне */
}

.lets-start-text:hover:before {
    opacity: 1;
}

@keyframes lets-start-glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.lets-start-glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: lets-start-glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.99); /* Добавляем тень к тексту для улучшения читаемости на ярком фоне */
}

.lets-start-glow-on-hover:hover:before {
    opacity: 1;
}

@keyframes lets-start-glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

@keyframes lets-start-bgChange {
    0% {
        background-position: 0% 0%, 100% 0%, 200% 0%, 300% 0%, 400% 0%;
    }
    20% {
        background-position: -100% 0%, 0% 0%, 100% 0%, 200% 0%, 300% 0%;
    }
    40% {
        background-position: -200% 0%, -100% 0%, 0% 0%, 100% 0%, 200% 0%;
    }
    60% {
        background-position: -300% 0%, -200% 0%, -100% 0%, 0% 0%, 100% 0%;
    }
    80% {
        background-position: -400% 0%, -300% 0%, -200% 0%, -100% 0%, 0% 0%;
    }
    100% {
        background-position: -500% 0%, -400% 0%, -300% 0%, -200% 0%, -100% 0%;
    }
}

.lets-start-animated-text {
    color: transparent;
    background-clip: text;
    background-image: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
}

.lets-start-animated-text {
    color: transparent;
    background-clip: text;
    background-image: linear-gradient(245deg, #e024f5, #26d9d3, #071bb5, #ecadff, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    animation: lets-start-bgChange 20s ease infinite;
    background-size: 500% 100%;
}

@keyframes lets-start-animatedGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.lets-start-animated-text {
    background: linear-gradient(90deg, #ff00cc, #3333ff, #00ccff);
    background-size: 200% 200%;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: lets-start-animatedGradient 3s ease infinite;
}



.our-benefits-background-image {
    filter: blur(6px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    animation: parallaxMove5 15s linear forwards;
    z-index: -1;
}

.our-benefits-features-section {
    padding: 50px 0;
}

.our-benefits-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.our-benefits-section-title {
    text-align: center;
    font-size: 36px;
    color: #333;
    margin-bottom: 30px;
}

.our-benefits-features {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.our-benefits-features svg {
    height: 50px;
    width: 50px;
    color: #99227b;
}



.our-benefits-feature {
    flex: 1 1 350px;
    max-width: 350px;
    text-align: center;
    margin-bottom: 30px;
}

.our-benefits-feature a {
    text-decoration: none;
}

.our-benefits-feature-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.our-benefits-feature-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    @extend .animatedTextWaveGradient;
}

.our-benefits-feature-description {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
}

.our-benefits-feature-icon {
    font-size: 34px;
}

/*@keyframes our-benefits-parallaxMove {*/
/*    0% { transform: translateY(0); }*/
/*    100% { transform: translateY(-6%); }*/
/*}*/


.container-background-gradient-light {
    background: linear-gradient(135deg, #ba8fde42, #c0aae2f2, #96b1ef73, #72cad6);
    color: #fae3ff;
    font-size: larger;
    position: relative;
    top: 66px;
}
.container-background-gradient-light-start {
    background: linear-gradient(135deg, #ba8fde42, #c0aae2f2, #96b1ef73, #72cad6);
    color: #fae3ff;
    font-size: larger;
    position: relative;
    /*top: 86px;*/
}
.lets-start-header-content {
    margin: 0 auto;
    max-width: 900px;
    padding-top: 82px;
    position: relative;
    text-align: center;
    z-index: 1;
}

/*.banners-container, .banners-container-2 {*/
/*    background-position: 50%;*/
/*    background-repeat: repeat;*/
/*    background-size: cover;*/
/*    border-radius: 0px;*/
/*    box-shadow: 0 4px 8px #0000001a;*/
/*    width: 100%;*/
/*}*/



.home-link-purple {
    color: #fee6fab3;
    text-decoration: none;
    font-family: sans-serif;
}

.home-icon-close {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 1.1rem;
    height: 1.1rem;
}
.hidden {
    display: none;
}
