/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


*,
*::before,
*::after{
  box-sizing: border-box;
}
:where(ul,ol):where([class]){
  padding-left: 0;
}
body,
:where(blockquote,figure):where([class]){
  margin: 0;
}
:where(h1,h2,h3,h4,h5,h6,p,ul,ol,dl):where([class]){
  margin-block: 0;
}
:where(dd[class]){
  margin-left: 0;
}
img {
  display: block;
  max-width: 100%;
}
input,
textarea,
select,
button{
  font: inherit;
}
html{
  height: 100%;
  scroll-behavior: smooth;
}
body{
  min-height: 100%;
  line-height: 1.5;
  -webkit-overflow-scrolling: touch;
}





body {
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}


h1, h2 ,h3 ,h4, h5,h6 {
font-family: 'Josefin Sans', sans-serif;
font-weight: 700;
}





.social-button {
  transition: all 0.4s;
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background-color: #96d069;
  color: #fff;
  font-size: 24px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition-delay: 1s;
  z-index: 1000;
}
.social-button-open {
  transition-delay: 0s;
  bottom: 85px;
  background-color: #d81558;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}
.social-button .social-point{
  transition: all 0.4s;
  opacity: 0;
  width: 0px;
  height: 0px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
  cursor: pointer;
  visibility: hidden;
}
.social-button .social-point:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}
.social-button .social-point:nth-child(2) {
  transition-delay: 0.3s;
  position: absolute;
  right: 50px;
  bottom: 50px;
  background-color: #25D366;
}
.social-button .social-point:nth-child(3) {
  transition-delay: 0.4s;
  position: absolute;
  right: 50px;
  bottom: 50px;
  background-color: #DC4E41;
}
.social-button .social-point:nth-child(4) {
  transition-delay: 0.5s;
  position: absolute;
  right: 50px;
  bottom: 50px;
  background-color: #1da1f2;
}
.social-button .social-point:nth-child(5) {
  transition-delay: 0.6s;
  position: absolute;
  right: 50px;
  bottom: 50px;
  background-color: #49a942;
}
.social-button .social-point:nth-child(6) {
  transition-delay: 0.7s;
  position: absolute;
  right: 50px;
  bottom: 50px;
  background-color: #3b5998;
}
.social-button-open .social-point-open{
  opacity: 1;
  width: 50px;
  height: 50px;
  visibility: visible;
}
.social-button-open .social-point-open:nth-child(2) {
  right: 5px;
  bottom: 80px;
}
.social-button-open .social-point-open:nth-child(2):hover {
  transition-delay: 0s;
  background-color: #1EA551;
}
.social-button-open .social-point-open:nth-child(3) {
  right: 65px;
  bottom: 65px;
}
.social-button-open .social-point-open:nth-child(3):hover {
  transition-delay: 0s;
  background-color: #B14237;
}
.social-button-open .social-point-open:nth-child(4) {
  right: 80px;
  bottom: 5px;
}
.social-button-open .social-point-open:nth-child(4):hover {
  transition-delay: 0s;
  background-color: #1980BF;
}
.social-button-open .social-point-open:nth-child(5) {
  right: 65px;
  bottom: -65px;
}
.social-button-open .social-point-open:nth-child(5):hover {
  transition-delay: 0s;
  background-color: #3D8937;
}
.social-button-open .social-point-open:nth-child(6) {
  right: 5px;
  bottom: -80px;
}
.social-button-open .social-point-open:nth-child(6):hover {
  transition-delay: 0s;
  background-color: #2F4575;
}







header {
  position: fixed;
  width: 80%; /* Уменьшаем ширину хедера до 80% */
  top: 30px; /* Начальное положение 30 пикселей ниже верха */
  background-color: #f5f1e6;
  z-index: 1000;
  transition: top 0.3s ease-in-out;
  display: flex;
  justify-content: space-between; /* Размещаем логотип и меню по сторонам */
  align-items: center; /* Центрируем элементы по вертикали */
  left: 50%; /* Смещение на 50% */
  transform: translateX(-50%); /* Центрирование хедера */
  padding: 10px 0;
  border-radius: 15px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 812px) 
    and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse) {
    
    header {
        top: 0px;
        margin-top: 10px;
    }
}

.header-sticky {
top: 0; /* Хеддер прилипает к верху при скролле */
}


.logo img {
  height: 57px; 
  transform: translateY(10%);
}

.menu {
  width: auto; /* Меню занимает оставшееся пространство */
  display: flex;
  justify-content: center;
  right: 6%;
  position: relative;
  transform: translateZ(0);
}
@media (max-width: 768px) {
  .menu{
    right: 0;
  }
  .logo img {
    height: 4em;
  }
  
}

.menu ul {
list-style: none;
display: flex;
gap: 20px;
margin: 0;
padding: 0;
justify-content: center; /* Центрируем элементы по горизонтали */
}

.menu-item {
text-decoration: none;
color: #333;
font-weight: bold;
font-size: 0.7vw;
font-weight: 600;
display: flex;
align-items: center; /* Центрируем по вертикали */
justify-content: center; /* Центрируем по горизонтали */
transform: translateY(0); /* Вертикальное выравнивание текста */
}

.instagram-icon {
font-size: 38px; /* Размер иконки Instagram */
display: block; /* Обеспечивает выравнивание иконки */
margin: 0; /* Убираем отступы для точного выравнивания */
transform: translateY(0); /* Центрируем иконку по вертикали */
}

.menu-item.active {
color: #8fb075; /* Цвет активного элемента */
}

.ico-del {
  left: 76vw;
  font-size: 38px;
  position: absolute;
  right: 1%;
  color: #000;
}

/* Для мобильной версии */
@media (max-width: 768px) {
.ico-del{
  position: relative;
  left: 1em;
}



.ico-del i{
  font-size: 38px;
}

.menu {
  position: absolute;
  top: 70px;
  width: 100%;
  background-color: #f5f1e6;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.menu ul {
  flex-direction: column;
  gap: 10px;
  margin: 10px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.menu-item {
  text-align: center;
  font-size: 12px;
}

.mobile-menu-button {
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.mobile-menu-button ion-icon {
  font-size: 28px;
  color: #333;
}

.menu.active {
  max-height: 300px; /* Set this value based on the total height of the menu */
}

.menu.active ul {
  opacity: 1;
}
}

@media (min-width: 769px) {
.mobile-menu-button {
  display: none;
}
}








.video-container {
position: relative;
width: 100%;
height: 100vh;
overflow: hidden;

}

.video-container video {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
z-index: 1;
filter: blur(4px);
}

.content-overlay {
position: relative;
width: 100%;
height: 100%;
z-index: 2;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: white;
text-align: center;
padding: 0px 20px 3vw 20px;
z-index: 100;
}

.content-overlay h1 {
font-family: 'Great Vibes';
font-size: 50px;
color: rgba(255, 255, 255, 0.76);
padding-top: 30px;
padding-bottom: 10px;
}

.content-overlay h2 {
font-size: 50px;
color: rgba(255, 255, 255, 0.76);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.18em;
line-height: 1.3em;
}

.info-blocks-con {
display: flex;
justify-content: space-around;
width: 80%;
top: 20%;
position: relative;
z-index: 3;
padding: 0 20px;
}

.info-block {
background: rgba(255, 255, 255, 0.20);
padding: 10px 20px;
color: white;
border-radius: 20px;
display: flex;
align-items: center;
flex-basis: 30%;
text-align: left;
position: relative;
text-decoration: none; /* Removes underline from links */
margin: 20px;
}

.info-block ion-icon,
.info-block i {
margin-right: 10px;
font-size: 40px;
color: #f0ead4;
}

.info-text {
display: flex;
flex-direction: column;
}

.info-text h3 {
font-size: 1.2em;
margin: 0;
margin-bottom: 5px;
}

.info-text p {
margin: 0;
}

.info-block:hover {
background: rgba(255, 255, 255, 0.30); /* Slightly change background color on hover */
}

/* Mobile Styles */
@media (max-width: 768px) {
.video-container{
  padding-bottom: -1em;
}
.content-overlay{
  width: auto;
  top: -95vw;
  height: auto;
}
.content-overlay h1 {
    margin-top: 20em;
    font-size: 24px;
    padding-bottom: 5px;
}

.content-overlay h2 {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 3vw;
}

.info-blocks-con {
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.info-blocks-con{
  bottom: -1em;
}

.info-block {
    width: 80%;
    flex-basis: 80%;
    margin: 10px 0;
    justify-content: center;
    text-align: center;
}

.info-block ion-icon,
.info-block i {
    font-size: 30px;
}

.info-text h3 {
    font-size: 1em;
}

.info-text p {
    font-size: 0.9em;
}
}






/* послуги */

.unique-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 80%;
margin: auto;
}

.unique-row {
display: flex;
justify-content: space-between;
width: 100%;
margin: 10px 0;
}

.unique-block {
width: 30%;
height: 400px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
border: 1px solid #ddd;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
overflow: hidden;
border-radius: 20px;
background-color: white;
}

.unique-block img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 20px;
}

.unique-text-overlay {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
font-size: 20px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.unique-button {
background-color: transparent;
border: 2px solid #fff;
color: white;
font-size: 20px;
cursor: pointer;
transition: all 0.8s ease;
position: relative;
width: 200px;
height: 200px;
border-radius: 50%;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}

/* Стили для состояния hover */
.unique-button::before {
content: '';
position: absolute;
top: 55%;
left: 50%;
width: 0;
height: 0;
background-color: #adc17a;
transform: translate(-50%, -50%);
transition: all 0.8s ease;
border-radius: 50%;
z-index: 0;
}

.unique-block:hover .unique-button::before {
width: 300%;
height: 300%;
}

.unique-block:hover .unique-button {
border-color: #adc17a;
}

.unique-button span {
position: relative;
z-index: 1;
}

/* Текст "подробнее" и иконка */
.unique-button span.details {
display: none;
align-items: center;
opacity: 0;
transition: opacity 0.8s ease, transform 0.8s ease;
position: absolute;
top: 54%;
left: 50%;
transform: translate(-50%, 50%);
z-index: 1;
color: white;
font-size: 20px;
display: flex;
justify-content: center;
align-items: center;
}

.unique-block:hover .unique-button span.details {
display: flex;
opacity: 1;
transform: translate(-50%, 0%);
}

.unique-button span.details:hover .fa-solid {
transform: scale(1.2);
color: #fff;
transition: transform 0.3s ease, color 0.3s ease;
}

/* Поднятие текста на изображении при hover на блоке */
.unique-block:hover .unique-text-overlay {
transform: translate(-50%, -55%);
}

/* Основные стили для информационного блока */
.service-info {
position: absolute;
top: 0;
right: -100%;
width: 100%;
height: 100%;
background-color: white;
transition: right 0.8s ease;
overflow-y: auto;
z-index: 6;
border-radius: 20px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.service-info.active {
right: 0;
}

/* Стили для кнопки закрытия */
.close-btn {
position: absolute;
top: 15px;
right: 15px;
font-size: 32px;
cursor: pointer;
color: #000;
transition: color 0.3s ease, transform 0.3s ease;
}

/* Стили для кнопки закрытия при наведении */
.close-btn:hover {
color: #f00;
transform: rotate(45deg);
}

.service-info p {
font-size: 0.9vw;
margin: 2vw;
}

.pos-text{
font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
  text-align: center;
  padding: 10px;
}

@media (max-width: 767px) {
.pos-text{
  font-size: 25px;
  margin: 10%;
}

.unique-row {
    flex-wrap: wrap;
    justify-content: space-around;
}



.unique-block {
    width: 45%;
    margin-bottom: 10px;
}

.service-info p {
    font-size: 12px;
}
}

@media (max-width: 767px) {
.unique-row {
    flex-wrap: wrap;
    justify-content: space-around;
}

.unique-block {
    width: 100%;
    margin-bottom: 10px;
}

.unique-block.unique-text-block {
    width: 100%;
    display: none;
}

.text-content p {
    font-size: 10px;
}

.info-block p {
    font-size: 11px;
}
}


/*косметология */

#section3{
margin-top: 15%;
}

.text-kos{
font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
  text-align: center;
  padding: 10px;
}

@media (max-width: 767px) {
.text-kos{
  font-size: 20px;
}

}


.content-wrapper-01 {
width: 80%;
margin: auto;
display: flex;
align-items: center; /* Centers the items vertically */
}

.image-section-01 {
width: 50%;
}

.image-section-01 img{
border-radius: 25px;
}

.text-section-01 {
width: 50%;
padding: 6%;
display: flex;
justify-content: center;
}
@media (max-width: 767px) {
.text-section-01{
  font-size: 10px;
}
}


.text-section-01 p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-align: justify;
}

#content-wrapper-01 {
  display: flex; 
}

@media (max-width: 767px) {
  #content-wrapper-01 {
      flex-direction: column; 
  }
  
  #text-section-01 {
      width: 100%;
      font-size: 10px;
  }
  
  #image-section-01 {
      width: 100%;
  }
  
  #text-section-01 p {
    font-size: 10px;
  }
  .text-section-01 p {
    font-size: 10px;
    
  }
}



/*фото робит */


.foto-rob {
width: 80%;
margin: auto;
}

.foto-rob-txt {
font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
  text-align: center;
  padding: 10px;
}

@media (max-width: 767px) {
.foto-rob-txt{
  font-size: 20px;
  margin: 7%;
}
}

.photo-grid {
height: 100%;
width: 100%;
display: grid;
gap: 1rem;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
grid-auto-rows: 240px;
}

.card {
height: 100%;
width: 100%;
border-radius: 4px;
transition: transform 200ms ease-in-out;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.card:hover {
box-shadow: rgba(2, 8, 20, 0.1) 0px 0.35em 1.175em,
            rgba(2, 8, 20, 0.08) 0px 0.175em 0.5em;
transform: translateY(-3px) scale(1.1);
}

@media screen and (min-width: 600px) {
.card-tall {
    grid-row: span 2 / auto;
}

.card-wide {
    grid-column: span 2 / auto;
}
}

@media screen and (max-width: 600px) {
.photo-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 блока в ряд на мобильных устройствах */
}
}


/*подарункови сертификати*/


#section5{
margin-top: 16vw;
}
@media (max-width: 767px) {
#section5{
 

}
#section6{
  margin-top: 11vw;
}
#section7{

}
}

.txt-pod-sert {
font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
  text-align: center;
  padding: 10px;
}

@media (max-width: 767px) {
.txt-pod-sert{
  font-size: 20px;
}
}

.text-vop-34 {
display: contents;
font-weight: 700;
font-size: 25px;
}

@media (max-width: 767px) {
.text-vop-34{
  font-size: 10px;
}
}


.txt-kon{
font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
  text-align: center;
  padding: 10px;
}

@media (max-width: 767px) {
.txt-kon{
  font-size: 20px;
  margin: 6%;
}
}

.con-map-info {
width: 80%;
margin: auto;
display: flex;
flex-wrap: wrap;
}

.contact-info, .google-map {
width: 50%; /* Это для настольной версии */
flex-basis: 50%; /* Определяет базовую ширину для flex-элементов */
}


.contact-info a {
display: flex;
align-items: center;
color: black;
text-decoration: none;
font-size: 25px;
padding: 3%;
position: relative;
left: 18%;
}

@media (max-width: 767px) {
.con-map-info {
  flex-direction: column; /* В мобильной версии блоки располагаются вертикально */
}

.contact-info a{
  left: 2%;
  margin-bottom: 10px;
}

.contact-info, .google-map {
  width: 100%; /* Устанавливаем ширину 100% для мобильной версии */
  flex-basis: 100%; /* Устанавливаем базовую ширину 100% */
}
}




footer {
background: #f0ead4;
padding: 20px 0;
border-radius: 30px 30px 0 0;
margin-top: 4vw;
margin-left: auto;
margin-right: auto;
width: 90%;
box-sizing: border-box;
text-align: center;
}

@media (max-width: 767px){
footer{
  margin-top: 20vw;
}
}

.footer-content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 20px;
}

.footer-social a {
display: inline-block;
color: #be9342;
font-size: 14px;
padding: 0 20px;
text-decoration: none;
}

.footer-menu{
padding-top: 39px;
padding-bottom: 20px;
}

.footer-social{
padding: 10px;
}

.footer-menu ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
justify-content: center;
gap: 20px;
}

.footer-menu ul li {
display: inline;
}

.footer-menu ul li a {
display: block;
color: black;
font-size: 14px;
padding: 0 4px;
font-weight: 600;
text-decoration: none;
}

.footer-menu ul li a:hover{
color: #adc17a;
}

.footer-social  a:hover{
color: white;
}


@media (max-width: 768px) {
.footer-content {
    flex-direction: column;
    align-items: center;
}

.footer-social a {
    margin-bottom: 10px;
    font-size: 12px;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
    display: flex; /* Используем flex-контейнер */
    flex-wrap: wrap; /* Разрешаем перенос элементов на новую строку */
    justify-content: center; /* Выравниваем элементы по центру */
    gap: 10px; /* Добавляем отступы между элементами */
}

.footer-menu ul li {
    display: inline; /* Элементы списка в одну строку */
}

.footer-menu ul li a {
    font-size: 12px;
    padding: 5px;
    font-weight: 600;
    text-decoration: none;
    color: black;
}
.footer-menu {
  padding-top: 2%;
}
}




/*слайдер*/


/* external css: flickity.css */


.still-slaid-txt {
font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
  text-align: center;
  padding: 10px;
}
@media (max-width: 768px) {
.still-slaid-txt{
  font-size: 20px;
}
}


.slider-container {
width: 100%;
overflow: hidden;
position: relative;
padding-bottom: 8px; /* Отступ внизу для размещения полосы прокрутки ниже изображений */
}

.slider {
border-radius: 10px;
margin: 4%;
display: flex;
align-items: center;
cursor: grab;
overflow-x: auto;
scroll-behavior: smooth; /* Плавная прокрутка */
padding-bottom: 8px; /* Отступ внизу для корректного отображения полосы прокрутки */
}

/* Стили для полосы прокрутки */
.slider::-webkit-scrollbar {
height: 10px; /* Высота полосы прокрутки */
}

.slider::-webkit-scrollbar-thumb {
background-color: #be9342; /* Цвет ползунка */
border-radius: 5px; /* Скругление углов ползунка */
}

.slider::-webkit-scrollbar-track {
background-color: transparent; /* Прозрачный трек */
border-radius: 5px; /* Скругление углов трека */
}


.slider img {
width: 33%; /* Ширина изображения 33% от контейнера */
height: auto; /* Высота изображения фиксированная */
object-fit: cover; /* Заполнение изображения без искажения */
flex-shrink: 0; /* Не сжимать изображение */
border-radius: 10px;
margin-right: 10px; /* Расстояние между изображениями */
margin: 15px;
}

@media (max-width: 768px) {
.slider img {
  width: 100%;
  margin: 0;
  padding-left: 10px;
}
}



.scroll-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;  /* Button width */
  height: 50px; /* Button height */
  background: #be9342;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  border: 1px solid #fff;
  transition: all 0.3s;
  padding: 0; /* Ensure no extra padding interferes */
}

.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; /* Ensures it takes up full width */
  height: 100%; /* Ensures it takes up full height */
}

.scroll-button i {
  font-size: 25px;; 
  line-height: 1; /* Ensures the icon is centered vertically */
}

.scroll-button.left {
  left: 0.5em;
}

.scroll-button.right {
  right: 0.5em;
}

.scroll-button:hover {
  background: #fff;
  color: #be9342;
  border: 1px solid #be9342;
}

@media (max-width: 768px) {
  .scroll-button {
    width: 50px;  /* Maintain button size */
    height: 50px;
    font-size: 50px; /* Maintain font size */
  }
  
.scroll-button i {
  font-size: 0.5em;
}
}



.video-container .mobile-image {
  display: none; /* Hide image by default */
}

.video-container .desktop-video {
  display: block; /* Show video by default */
}

@media only screen and (max-width: 768px) {
  .video-container .desktop-video {
      display: none; /* Hide video on small screens */
  }
  
  .video-container .mobile-image {
      display: block; 
      width: 100%; 
      height: auto; 
      position: absolute;
      z-index: -1;
      filter: blur(2px);
  }
}