   * {
  box-sizing: border-box; /* Применяем ко всем элементам */
}
body{
    margin: 0;
    font-family: "Just Dance Bold";
}
@font-face {
    font-family: 'PP Neue Montreal';
    src: url('fonts/PPNeueMontreal-Medium.woff2') format('woff2'),
        url('fonts/PPNeueMontreal-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Just Dance Bold';
    src: url('fonts/JustDanceBold.woff') format('woff'),
    url('fonts/JustDanceBold.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'PP Neue Montreal';
    src: url('fonts/PPNeueMontreal-Thin.woff2') format('woff2'),
        url('fonts/PPNeueMontreal-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('fonts/PPNeueMontreal-Bold.woff2') format('woff2'),
        url('fonts/PPNeueMontreal-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal Book';
    src: url('fonts/PPNeueMontreal-Book.woff2') format('woff2'),
        url('fonts/PPNeueMontreal-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('fonts/PPNeueMontreal-SemiBolditalic.woff2') format('woff2'),
        url('fonts/PPNeueMontreal-SemiBolditalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('fonts/PPNeueMontreal-Italic.woff2') format('woff2'),
        url('fonts/PPNeueMontreal-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
/* Стили для кнопки меню */
 .menu-button {
            width: 100px;
            height: 50px;
            background-color: rgba(227, 227, 227, 0.6);
            border-radius: 10%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            position: fixed;
            top: 500px;
            left: 10px;
            font-weight: bold;
            z-index: 1000000000000000000000000000000000000000000000000000000000000000;
        }

        .menu {
            position: fixed;
            top: 10%;
            left: 7%; /* Изначально скрыто справа от кнопки */
            width: 500px;
            height: 850px;
            background-color: #121212;
            border-radius: 10px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
            transform: rotateY(90deg) scale(0.9);
            transform-origin: left;
            opacity: 0;
            color: white;
            cursor: pointer;
            z-index: 1000000000000000000000000000000000000000000000000000000000000000;
            transition: transform 0.6s ease, opacity 0.6s ease;
        }

        .menu.active {
            transform: rotateY(0) scale(1);
            opacity: 1;
        }
        .menu ul li {
            font-size: 30px;
            font-weight: bold;
            list-style: none;
            text-align: center;
            padding: 25px 25px 25px 0px;
        }

.menu-button:hover {
    font-size: 0.9em;
    transition: font-size 0.3s ease;
}


        .menu li:hover {
    transform: scale(0.9); /* Уменьшает размер */
    transition: transform 0.3s ease; /* Добавляет плавность */
}
        .menu li:nth-child(5) {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 2px;
}

.menu li:nth-child(6){
    padding-bottom: 2px;
}

.menu li:nth-child(7){
    padding-bottom: -2px;
}
.menu li:nth-child(8){
    padding-bottom: 3px;
}

::-webkit-scrollbar {
    width: 4px; /* Ширина скроллбара */

}
/* Стилизация трека (фона, по которому двигается ползунок) */
::-webkit-scrollbar-track {
    background: #FFF; /* Цвет фона скроллбара */
    border-radius: 10px; /* Скругление */
    transition: opacity 1s ease-in-out;

}

/* Стилизация самого ползунка */
::-webkit-scrollbar-thumb {
    background: #000; /* Цвет ползунка */
    border-radius: 20px; /* Скругление углов */
   
}
.circle {

    position: fixed; /* Зафиксировать круг относительно окна */
    width: 50px; /* Диаметр круга */
    height: 50px; /* Диаметр круга */
    border: 1px solid black; /* Черная обводка */
    border-radius: 50%; /* Округлые края для создания круга */
    background-color: transparent; /* Без заливки внутри */
    pointer-events: none; /* Убираем влияние на события мыши */
    z-index: 10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000;
}

.part1{
width: 100%; /* Контейнер занимает всю доступную ширину */
    height: 100%; /* Контейнер занимает всю доступную высоту */
    position: relative; /* Позиционирование для контейнера */
    overflow: hidden; /* Скрыть лишнее, если видео выходит за пределы */
margin: 0; /* Убираем отступы */
    padding: 0; /* Убираем внутренние отступы */

}
.part1 video{
   width: 100%; /* Контейнер занимает всю доступную ширину */
    height: 100%; /* Контейнер занимает всю доступную высоту */
    position: relative; /* Позиционирование для контейнера */
    overflow: hidden; /* Скрыть лишнее, если видео выходит за пределы */
        display: block; /* Убираем возможные отступы снизу */

}

.videoo-container {
            width: 200px;
            height: 120px;
            overflow: hidden;
            cursor: pointer;
            position: fixed;
            z-index: 10000000000000000000000000000000000000000000000000000000000;

        }

        .poster {
            width: 90%;
            height: 90%;
            object-fit: cover;
            position: absolute;
            top: 3%;
            left: 10%;
            transition: opacity 0.3s ease;
        }

        .videoo-container video {
            width: 90%;
            height: 90%;
            object-fit: cover;
            position: absolute;
            top: 3%;
            left: 10%;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .videoo-container:hover .poster {
            opacity: 0;
        }

        .videoo-container:hover video {
            opacity: 1;
        }


        .header{
     justify-content: flex-end;
     display: flex;
}
.header-text h1{
    top: 0px;
    left: 322px;
    display: flex;
    position: absolute;
    font-weight: bold;
    font-size: 64px;
    text-transform: uppercase;
    color: black;

}
.header-text h2{
    top: 190px;
    left: 322px;
    display: flex;
    position: absolute;
    font-weight: 400;
    font-size: 36px;

}
.nav {
    display: flex;
    gap: 90px; /* Расстояние между пунктами */
    justify-content: flex-end;
    margin-top: 10px;
    padding: 20px 50px; /* Отступ от краёв */
    position: fixed;
    z-index: 1000000;
}

.navtext {
    font-size: 24px;
    text-decoration: none;
    color: #000;
    position: relative;
    cursor: pointer;
    right: 0;
    font-weight: 400;
}

/* Линия под текстом */
.navtext::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 2px;
    background-color: #000;
    transition: width 0.3s ease-in-out;
}

/* Анимация при наведении */
.navtext:hover::after {
    width: 100%;
}

.text-container {
    position: absolute; /* Абсолютное позиционирование для текста */
    top: 50%; /* Центрируем текст по вертикали */
    left: 50%; /* Центрируем текст по горизонтали */
    transform: translate(-50%, -50%); /* Идеальное центрирование текста */
    text-align: center; /* Выравнивание текста по центру */
    color: white; /* Белый цвет текста */
    font-size: 3rem; /* Размер шрифта */
    font-weight: bold; /* Жирный шрифт */
    z-index: 2; /* Текст будет сверху видео */
}

.text-container .subtitle {
    font-size: 5rem; /* Меньший размер шрифта для подзаголовка */
    margin-top: 20px; /* Отступ сверху для подзаголовка */
}

.text-container .undertitle{
    font-size: 1.5rem; /* Меньший размер шрифта для подзаголовка */
    position: absolute;
    top: 550px;

}


.part3{
    position: relative;
    width: 100%;
    height: 100%;
    color: black;
    margin: 0;
    padding: 0;
    background-color: white;
}

.part3 .h1{
    position: relative;
    top: 50px;
    left: 10%;
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    max-width: 1300px;
    color: black;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.textarea .p1{
text-align: center;
display: flex;
flex-direction: column;
position: relative;
top: 50px;
font-size: 90px;
font-weight: bold;
}
.textarea .p2{
text-align: center;
display: flex;
flex-direction: column;
position: relative;
font-size: 30px;
font-weight: 600;
}

.textarea .p3{
text-align: center;
display: flex;
flex-direction: column;
position: relative;
font-size: 90px;
font-weight: bold;
margin: 20px;
}
.textarea .p4{
text-align: center;
display: flex;
flex-direction: column;
position: relative;
font-size: 30px;
font-weight: 600;
}
.textarea .p5{
text-align: center;
display: flex;
flex-direction: column;
position: relative;
font-size: 90px;
font-weight: bold;
margin: 20px;
top: 90px;
}
.textarea .p6{
text-align: center;
display: flex;
flex-direction: column;
position: relative;
font-size: 30px;
font-weight: 600;
margin: 110px;
}

.p7{
text-align: center;
display: flex;
flex-direction: column;
position: relative;
font-size: 90px;
font-weight: bold;
}

.p8{
text-align: center;
display: flex;
flex-direction: column;
position: relative;
font-size: 30px;
font-weight: 600;
margin: 0;
padding: 0;
}


@keyframes fade-in-black {
    0% { color: grey; font-weight: bold; }
    50% { color: grey; font-weight: bold; }
    100% { color: black; font-weight: bold; }
}

[class^='p'] { /* Применяем ко всем p1, p2, p3 и т. д. */
    animation: fade-in-black linear both;
    animation-timeline: view();
    animation-range: entry 40% cover 60%;
}

.textnew{
    position: relative;
    background-color: black;
    color: white;
    height: 3400px;
}

.textnew p{
    font-weight: 900;
    font-size: 50px;
    text-align: left;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 55px;
    padding: 100px;
  
}

.textnew h1{
    text-align: center;
    font-weight: 900;
    font-size: 100px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 70px;
    padding: 0;
   
}
.textnew h2{
     text-align: center;
    font-weight: 500;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    left: 34%;
    padding: 0;
    top: 190px;
    bottom: 50px;
    z-index: 2;
    max-width: 600px;
}

.s1{
    position: absolute;
    left: 47%;
    font-size: 350px;
    top: 650px;
    z-index: 1;
    max-width: 600px;
    color: rgba(255, 255, 255, 0.1);
}

.textnew h3{
    text-align: center;
    font-weight: 900;
    font-size: 100px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 70px;
    padding: 0;
    top: 250px;
}
.scroll-container {
  width: 100%;
  height: 520px;
  overflow: hidden;
  position: relative;
  top: 250px;
  display: flex;
  align-items: center;
}

.scroll-wrapper {
  display: flex;
  gap: 20px;
  width: max-content; /* Позволяет блокам выходить за пределы */
}

.scroll-item {
  flex: 0 0 auto; 
  width: 700px;
  height: 500px;
  background: #FFF;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(15px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: black;
}




.scroll-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Заполняет блок */
}


.textnew h4{
     text-align: center;
    font-weight: 500;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    left: 34%;
    padding: 0;
    top: 500px;
    bottom: 50px;
    z-index: 2;
    max-width: 600px;
}



.s2{
    position: absolute;
    left: 47%;
    font-size: 350px;
    top: 1945px;
    z-index: 1;
    max-width: 600px;
    color: rgba(255, 255, 255, 0.1);
}


.textnew h5{
    text-align: center;
    font-weight: 900;
    font-size: 100px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 70px;
    padding: 0;
    top: 600px;
}


.scroll-containerr {
  width: 100%;
  height: 520px;
  overflow: hidden;
  position: relative;
  top: 550px;
  display: flex;
  align-items: center;
}

.scroll-wrapperr {
  display: flex;
  gap: 20px;
  width: max-content; /* Позволяет блокам выходить за пределы */
}
.scroll-itemm {
  flex: 0 0 auto;
  width: 700px;
  height: 500px;
  background: #FFF;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(15px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: black;
}




.scroll-itemm img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Заполняет блок */
}


.part4 p{
    font-weight: 900;
    font-size: 50px;
    text-align: left;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 55px;
    padding: 100px;
    color: black;
  
}


.part4 h1{
    font-weight: 900;
    font-size: 70px;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0;
    color: black;
    top: 100px;
}

.img1{
    position: relative;
    left: 15%;
    width: 300px;
    height: 300px;
    top: 150px;

}

.img2{
    position: relative;
    left: 25%;
    width: 300px;
    height: 300px;
    top: 150px;

}

.img3{
    position: relative;
    left: 35%;
    width: 300px;
    height: 300px;
    top: 150px;

}




.part4 .h11{
    font-weight: 900;
    font-size: 70px;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0;
    color: black;
    top: 250px;
}

.img11{
    position: relative;
    left: 15%;
    width: 300px;
    height: 300px;
    top: 300px;

}

.img22{
    position: relative;
    left: 25%;
    width: 300px;
    height: 300px;
    top: 300px;

}

.img33{
    position: relative;
    left: 35%;
    width: 300px;
    height: 300px;
    top: 300px;

}



.part4 .h111{
    font-weight: 900;
    font-size: 70px;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0;
    color: black;
    top: 400px;
}

.img111{
    position: relative;
    left: 15%;
    width: 300px;
    height: 300px;
    top: 500px;

}

.img222{
    position: relative;
    left: 25%;
    width: 300px;
    height: 300px;
    top: 500px;

}

.img333{
    position: relative;
    left: 35%;
    width: 300px;
    height: 300px;
    top: 500px;

}

.part5{
     color: white;
    background-color: black;
    width: 100%;
    position: relative;
    top: 700px;
    height: 5000px;
}

.part5 h1{
    font-weight: 900;
    font-size: 50px;
    text-align: left;
    position: relative;
    margin: 55px;
    padding: 100px;
     color: white;
  
}


.part5 h2{
    font-weight: 900;
    font-size: 100px;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0;
    top: 100px;
     color: white;
}

.part5 p{
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    position: relative;
    margin: 50px;
    padding: 50px;
    top: 100px;
     color: white;
  
}


.video-box, .video-box2, .video-box3, .video-box4 {
    position: relative; /* Делаем контейнеры родительскими */
}


.video-box {
            transition: transform 0.4s ease-out, opacity 0.4s ease-out;
            opacity: 1;
            width: 950px; height: 700px; background: #D9D9D9; border-radius: 20px;
            left: 10%;
            top: 10%;
    

        }

        .video-box video {
            width: 100%;
            border-radius: 20px;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease-out, opacity 0.4s ease-out;

        }
        

        /* Увеличение блока при прокрутке */
        .video-box.visible {
            transform: scale(1.08);
            opacity: 1;

        }

        /* Автозапуск видео при наведении */
        .video-box video:hover {
            transform: scale(1.05);
        }
        .text-pro {
    position: absolute;
    color: white;
    font-size: 30px;
    font-weight: bold;
    top: 20px;
    left: 20px;
}

.text-pro2{
    position: absolute;
    color: black;
    font-size: 15px;
    top: 20px;
    right: 20px;
    font-weight: bold;
    background: rgba(232, 221, 5, 0.7); /* Полупрозрачный черный фон */
    padding: 10px 15px; /* Отступы внутри прямоугольника */
    border-radius: 5px; /* Скругление углов */

}
.text-pro3{
    position: absolute;
    color: white;
    font-size: 15px;
    font-weight: bold;
    left: 20px;
    background: rgba(0, 0, 0, 0.1); /* Полупрозрачный черный фон */
    padding: 10px 15px; /* Отступы внутри прямоугольника */
    border-radius: 5px; /* Скругление углов */
bottom: 20px;
}

.text-pro4 img{
     position: absolute;
     right: 20px;
     bottom: 20px;
     width: 36px;
     height: 36px;
}


.video-box2 {
            transition: transform 0.4s ease-out, opacity 0.4s ease-out;
            opacity: 1;
            width: 950px; height: 700px; background: #D9D9D9; border-radius: 20px;
            left: 40%;
            top: 15%;
   
    

        }

        .video-box2 video {
            width: 100%;
            border-radius: 20px;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease-out, opacity 0.4s ease-out;

        }
        

        /* Увеличение блока при прокрутке */
        .video-box2.visible {
            transform: scale(1.08);
            opacity: 1;

        }

        /* Автозапуск видео при наведении */
        .video-box2 video:hover {
            transform: scale(1.05);
        }

.video-box3 {
            transition: transform 0.4s ease-out, opacity 0.4s ease-out;
            opacity: 1;
            width: 950px; height: 700px; background: #D9D9D9; border-radius: 20px;
            left: 10%;
            top: 20%;
   
    

        }

        .video-box3 video {
            width: 100%;
            border-radius: 20px;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease-out, opacity 0.4s ease-out;

        }
        

        /* Увеличение блока при прокрутке */
        .video-box3.visible {
            transform: scale(1.08);
            opacity: 1;

        }

        /* Автозапуск видео при наведении */
        .video-box3 video:hover {
            transform: scale(1.05);
        }

.video-box4 {
            transition: transform 0.4s ease-out, opacity 0.4s ease-out;
            opacity: 1;
            width: 950px; height: 700px; background: #D9D9D9; border-radius: 20px;
            left: 40%;
            top: 25%;
    

        }

        .video-box4 video {
            width: 100%;
            border-radius: 20px;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease-out, opacity 0.4s ease-out;

        }
        

        /* Увеличение блока при прокрутке */
        .video-box4.visible {
            transform: scale(1.08);
            opacity: 1;

        }

        /* Автозапуск видео при наведении */
        .video-box4 video:hover {
            transform: scale(1.05);
        }
.text-proo {
    position: absolute;
    color: white;
    font-size: 30px;
    font-weight: bold;
    top: 20px;
    left: 20px;
}

.text-proo2{
    position: absolute;
    color: black;
    font-size: 15px;
    top: 20px;
    right: 20px;
    font-weight: bold;
    background: rgba(21, 199, 12, 0.7); /* Полупрозрачный черный фон */
    padding: 10px 15px; /* Отступы внутри прямоугольника */
    border-radius: 5px; /* Скругление углов */

}
.text-proo3{
    position: absolute;
    color: white;
    font-size: 15px;
    font-weight: bold;
    left: 20px;
    background: rgba(0, 0, 0, 0.1); /* Полупрозрачный черный фон */
    padding: 10px 15px; /* Отступы внутри прямоугольника */
    border-radius: 5px; /* Скругление углов */
bottom: 20px;
}

.text-proo4 img{
     position: absolute;
     right: 20px;
     bottom: 20px;
     width: 36px;
     height: 36px;
}



.text-prooo {
    position: absolute;
    color: white;
    font-size: 30px;
    font-weight: bold;
    top: 20px;
    left: 20px;
}

.text-prooo2{
    position: absolute;
    color: black;
    font-size: 15px;
    top: 20px;
    right: 20px;
    font-weight: bold;
    background: rgba(21, 199, 12, 0.7); /* Полупрозрачный черный фон */
    padding: 10px 15px; /* Отступы внутри прямоугольника */
    border-radius: 5px; /* Скругление углов */

}
.text-prooo3{
    position: absolute;
    color: white;
    font-size: 15px;
    font-weight: bold;
    left: 20px;
    background: rgba(0, 0, 0, 0.1); /* Полупрозрачный черный фон */
    padding: 10px 15px; /* Отступы внутри прямоугольника */
    border-radius: 5px; /* Скругление углов */
bottom: 20px;
}

.text-prooo4 img{
     position: absolute;
     right: 20px;
     bottom: 20px;
     width: 36px;
     height: 36px;
}



.text-proooo {
    position: absolute;
    color: white;
    font-size: 30px;
    font-weight: bold;
    top: 20px;
    left: 20px;
}

.text-proooo2{
    position: absolute;
    color: black;
    font-size: 15px;
    top: 20px;
    right: 20px;
    font-weight: bold;
    background: rgba(232, 221, 5, 0.7); /* Полупрозрачный черный фон */
    padding: 10px 15px; /* Отступы внутри прямоугольника */
    border-radius: 5px; /* Скругление углов */

}
.text-proooo3{
    position: absolute;
    color: white;
    font-size: 15px;
    font-weight: bold;
    left: 20px;
    background: rgba(0, 0, 0, 0.1); /* Полупрозрачный черный фон */
    padding: 10px 15px; /* Отступы внутри прямоугольника */
    border-radius: 5px; /* Скругление углов */
bottom: 20px;
}

.text-proooo4 img{
     position: absolute;
     right: 20px;
     bottom: 20px;
     width: 36px;
     height: 36px;
}

.part6{
    top: 1375px;
width: 100% /* Контейнер занимает всю доступную ширину */
    height: 1080px; /* Контейнер занимает всю доступную высоту */
    position: relative; /* Позиционирование для контейнера */
    overflow: hidden; /* Скрыть лишнее, если видео выходит за пределы */
margin: 0; /* Убираем отступы */
    padding: 0; /* Убираем внутренние отступы */

}
.part6 video{
   width: 100%; /* Контейнер занимает всю доступную ширину */
    height: 100%; /* Контейнер занимает всю доступную высоту */
    position: relative; /* Позиционирование для контейнера */
    overflow: hidden; /* Скрыть лишнее, если видео выходит за пределы */
        display: block; /* Убираем возможные отступы снизу */

}

.main-text a{
    text-decoration: none;
    color: white;
}

.white-text .navtext {
    color: white !important;
    transition: color 0.3s ease-in-out;
}

.part4 h6{
    position: relative;
    top: 260px;
    text-align: center;
    left: 20.5%;
    max-width: 1100px;
    align-items: center;
    font-weight: 400;
    font-size: 30px;
}


@media (min-width: 1081px){
    html, body{
        width: 100%;
        overflow-x: hidden;
    }
}

@media (max-width: 1080px){
    body, html{
        width: 100%;
        overflow-x: hidden;
    }
}

@media (max-width: 400px){
    .img1, .img2, .img3{
    width: 110px;
    height: 110px;
  }

}

@media(max-width: 820px){
    body, html{
        width: 100%;
        overflow-x: hidden;
    }

    .nav, .navtext{
        opacity: 0;

    }
    .menu-button{
        top: 20px;
        left: unset;  /* Убираем левый отступ */
    right: 20px;
    }
    .videoo-container {
            width: 115px;
            height: 90px;
            transition: all 0.3s ease;
        }

        .poster {
            width: 100%;
            height: 100%;
            transition: all 0.3s ease;
        }

        .videoo-container video {
            width: 100%;
            height: 100%;
            transition: all 0.3s ease;
        }
        .menu{
    width: 250px;
    height: 425px;
}
.menu ul li {
            font-size: 15px;
            font-weight: bold;
            list-style: none;
            text-align: center;
            padding: 15px 15px 15px 0px;
        }
  .img1, .img2, .img3{
    width: 150px;
    height: 150px;
  }



.part4 h6{
font-size: 20px !important;
left: 0% !important;
}



.part4 p{
    font-size: 40px;
    margin: 20px;
    padding: 40px;
  
}
.main-textt a{
    font-size: 24px;
}

.text-containerr .subtitlee{
    font-size: 2rem;
}
.main-text{
    font-size: 24px;
}

.text-container .subtitle{
    font-size: 2rem;
}

.part3 .h1{
    font-size: 25px !important;
}

  .p1, .p3, .p5, .p7{
font-size: 45px !important;
}
  .p2, .p4, .p6, .p8{
font-size: 15px !important;
  }

.textnew p{
    font-size: 30px;
        margin: 25.5px;
    padding: 50px;
}

.textnew h1{
    font-size: 50px;
}
.textnew h2{
    font-size: 25px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 41%;

   
}

.textnew h5{
    font-size: 50px;

}

.s1{
    font-size: 250px;
    top: 13%;
    left: 48%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.s2{
    font-size: 250px;
    position: absolute;
    transform: translate(-35%, -200%);
}

.textnew h4{
     font-size: 25px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 63%;
}

.textnew h3{
    font-size: 40px;

}

.scroll-item{
    width: 400px;
    height: 300px;
}

.scroll-item img{
    width: 400px;
    height: 300px;
    border-radius: 15px !important;
}

.scroll-itemm{
    width: 400px;
    height: 300px;
}

.scroll-itemm img{
    width: 400px;
    height: 300px;
    border-radius: 15px !important;
}

.part5 h2{
    font-size: 60px;
}

.part5 p{
    font-size: 25px;
    margin: 20px;
    padding: 20px;
}



.part5{
    height: 2300px;
}

.part6{
    top: 270px;
}
 .video-box{
    width: 80%;
    height: 300px;
    border-radius: 5px;
    top: 5%;

}

.video-box video{
    width: 100%;
    height: 300px;
    border-radius: 5px;

}

.video-box2{
    width: 80%;
    height: 300px;
    border-radius: 5px;
    top: 7%;
    left: 10%;

}

.video-box2 video{
    width: 100%;
    height: 300px;
    border-radius: 5px;

}

.video-box3{
    width: 80%;
    height: 300px;
    border-radius: 5px;
    top: 9%;

}

.video-box3 video{
    width: 100%;
    height: 300px;
    border-radius: 5px;

}

.video-box4{
    width: 80%;
    height: 300px;
    border-radius: 5px;
    top: 11%;
    left: 10%;

}

.video-box4 video{
    width: 100%;
    height: 300px;
    border-radius: 5px;

}

}
@media (max-width: 821px){
    .nav, .navtext{
        
font-size: 8px;
    }
}

@media (min-width: 768px){
    .scroll-item{
    width: 450px;
    height: 350px;
}

.scroll-item img{
    width: 450px;
    height: 350px;
    border-radius: 15px !important;
}

.scroll-itemm{
    width: 450px;
    height: 350px;
}

.scroll-itemm img{
    width: 450px;
    height: 350px;
    border-radius: 15px !important;
}
}

@media(max-width: 321px){
    .img1, .img2, .img3{
    width: 110px;
    height: 110px;
  }

}

@media (max-width: 380px){
    .s1{
    top: 15%;
  }
}

@media (max-width: 320px){
    .video-box{
    width: 250px;
    height: 200px;
    border-radius: 5px;
    top: 5%;

}

.video-box video{
    width: 250px;
    height: 200px;
    border-radius: 5px;

}

.video-box2{
    width: 250px;
    height: 200px;
    border-radius: 5px;
    top: 7%;
    left: 10%;

}

.video-box2 video{
    width: 250px;
    height: 200px;
    border-radius: 5px;

}

.video-box3{
    width: 250px;
    height: 200px;
    border-radius: 5px;
    top: 9%;

}

.video-box3 video{
    width: 250px;
    height: 200px;
    border-radius: 5px;

}

.video-box4{
    width: 250px;
    height: 200px;
    border-radius: 5px;
    top: 11%;
    left: 10%;

}

.video-box4 video{
    width: 250px;
    height: 200px;
    border-radius: 5px;

}

}

@media(min-width: 821px) and (max-width: 1838px){
    .textnew h2{

    left: 50%;
    transform: translate(-50%, -50%);
    }
    .textnew h4{

    left: 50%;
    transform: translate(-50%, -50%);
    top: 550px;
    }
    .s1{
        left: 49%;
    transform: translate(-50%, -50%);
    top: 780px;
    }
    .s2{
        top: 2120px;
        left: 49%;
    transform: translate(-50%, -50%);
    }
    .part4 h6{
        left: 50%;
        top: 290px;
    transform: translate(-50%, -50%);
    }
    .video-box{
    width: 80%;
    height: 15%;
    border-radius: 5px;
    top: 5%;

}

.video-box video{
    width: 100%;
    height: 100%;
    border-radius: 5px;

}

.video-box2{
    width: 80%;
    height: 15%;
    border-radius: 5px;
    top: 7%;
    left: 10%;

}

.video-box2 video{
    width: 100%;
    height: 100%;
    border-radius: 5px;

}

.video-box3{
    width: 80%;
    height: 15%;
    border-radius: 5px;
    top: 9%;

}

.video-box3 video{
    width: 100%;
    height: 100%;
    border-radius: 5px;

}

.video-box4{
    width: 80%;
    height: 15%;
    border-radius: 5px;
    top: 11%;
    left: 10%;

}

.video-box4 video{
    width: 100%;
    height: 100%;
    border-radius: 5px;

}

.part5{
height: 3555px;
}

.part6{
    top: 665px;
}

}

@media(min-width: 910px) and (max-width: 1200px){
    .img3{
        left: -30%;
        top: 500px;
        position: relative;
    }
}

@media(min-width: 822px) and (max-width: 992px){
    .part5{
        height: 3910px;
    }
}

@media(max-width: 1200px){
    .part6 .video{
    width: unset !important;
    height: 885px;
}

.part1 .video{
    height: 885px;
    width: unset !important;
}

}

@media(max-width: 768px){
    .circle{
        opacity: 0 !important; 
    }
}

@media(min-width: 1380px){
    .text-container .undertitle{
        top: 150px;
    }
}

@media(max-width: 1379px){
    .text-container .undertitle{
        top: 230px;
    }
}
.videooo-containerr {
            width: 200px;
            height: 120px;
            overflow: hidden;
            cursor: pointer;
            position: fixed;
            top: 88%;
            left: 90%;
            z-index: 100000000000000000000000000000000000000000000000000000000000;

        }

        .posterr {
            width: 60%;
            height: 60%;
            object-fit: cover;
            position: absolute;
            transition: opacity 0.3s ease;
            top: 15%;
            left: 15%;
            
        }

        .videooo-containerr video {
            width: 90%;
            height: 90%;
            object-fit: cover;
            position: absolute;
            opacity: 0;
            transition: opacity 0.3s ease;
            
        }
        

        .videooo-containerr:hover .posterr {
            opacity: 0;
        }

        .videooo-containerr:hover video {
            opacity: 1;

        }

        @media(max-width: 1584px){
            .videooo-containerr{
                left: 85vw;
            }
        }
           @media(max-width: 1024px){
            .videooo-containerr{
                left: 80vw;
            }
        }
          @media(max-width: 768px){
            .videooo-containerr{
                left: 70vw;
            }
        }
         @media(max-width: 500px){
            .videooo-containerr{
                left: 65vw;
            }
        }
          @media(max-width: 425px){
            .videooo-containerr{
                left: 60vw;
            }
        }
         @media(max-width: 375px){
            .videooo-containerr{
                left: 55vw;
            }
        }
        @media(max-width: 320px){
            .videooo-containerr{
                left: 50vw;
            }
        }