@import url("../fonts/steppe/stylesheet.css");
*{
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}
:root {
	--hue: 223;
	--bg: hsl(var(--hue),10%,90%);
	--fg: hsl(var(--hue),10%,10%);
	--primary: hsl(var(--hue),90%,50%);
	--trans-dur: 0.3s;
	--trans-timing: cubic-bezier(0.65,0,0.35,1);
}
::-webkit-scrollbar {
width: 8px;
height: 6px;
}
::-webkit-scrollbar-track {
background: transparent;
}
::-webkit-scrollbar-thumb {
background: #888;
height: 4px;
border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #d08709;
  }
.no-resize {
resize: none !important;
}
.phone {
position: fixed;
top: 65px;
right: 6.6em;
display: flex;
align-items: center;
z-index: 1200;
}
.phone-link {
display: flex;
align-items: center;
color: #9e9e9e; 
text-decoration: none;
margin-right: 20px; 
transition: color 0.5s ease;
}

.phone-link:hover {
color: #e4e4e4; 
}

.phone .fa-phone-flip {
margin-right: 10px; 
font-size: 20px;
}
.lang-dropdown-btn .fa-earth-americas {
display: none;
}

@media (max-width: 768px) {
.phone {
    margin-right: -50px;
}
.phone-number {
  display: none;
}
.lang-dropdown-btn .fa-earth-americas {
  display: flex;
  color: #9e9e9e;
  transition: color 0.5s ease;
  font-size: 20px;
}
.lang-dropdown-btn .fa-earth-americas:hover {
  display: flex;
  color: #e4e4e4;
}
.lang-dropdown-btn .lang-arrow {
  display: none;
}
.lang-name {
  display: none;
}
}
@media (max-width: 700px) {
.lang-dropdown-list {
  width: 100px; 
}
}
@media (max-width: 700px) {
  .logo {
    z-index: 1500;
  }
  .logo-container {
    max-width: 135px;
  }
}
.animated {
opacity: 0;
transform: translateY(20px);
transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
#back-to-top {
  display: inline-block;
  background-color: #a03ce37b;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 10%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s, color .4s, transform 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #fff;
  }
  #back-to-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  }
  #back-to-top:hover {
  cursor: pointer;
  background-color: #ffa405;
  color: #000;
  }
  #back-to-top:active {
  background-color: #e2e2e2;
  transform: scale(0.9);
  }
  #back-to-top.show {
  opacity: 1;
  visibility: visible;
  }
  @media (max-width: 700px) {
    #back-to-top {
      width: 44px;
      height: 44px;
    }
    #back-to-top::after {
      line-height: 44px;
    }
  }
  html.lenis, html.lenis body {
    height: auto;
  }
  
  .lenis.lenis-smooth {
    scroll-behavior: auto !important;
  }
  
  .lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }
  
  .lenis.lenis-stopped {
    overflow: hidden;
  }
  
  .lenis.lenis-scrolling iframe {
    pointer-events: none;
  }
body{
  background: #f0f0f0;
  overflow-x: hidden;
  justify-content: center;
  box-sizing: border-box;
  transition:
  background-color var(--trans-dur),
  color var(--trans-dur);
}
.scroll-blocker {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  }
body::before {
content: '';
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 25%;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.87) 0%, rgba(0, 0, 0, 0) 100%);
pointer-events: none; 
z-index: 1000;
resize: horizontal; 
}
@media (max-width: 768px) {
body::before {
  height: 25%; 
}
}
html {
scroll-behavior: smooth;
}
.read-more-btn {
background-color: #524FD5;
color: white;
border: none;
padding: 10px 15px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
border-radius: 5px;
cursor: pointer;
transition: background 0.3s;
}

.read-more-btn:hover {
background-color: #423d91;
}

@media screen and (max-width: 768px) {
.news-item {
  width: 100%;
  margin: 10px 0;
}
}
/*---FAQ---*/
::selection{
background: #7d2ae8;
color: #fff;
}
.accordion {
padding-top: 50px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.questions-container{
max-width: 91vh;
margin: 0 auto;
}
.accordion-text .title {
font-size: 35px;
font-weight: 600;
color: #0f0f0f;
text-align: center;
margin-bottom: 35px;
}
.question span {
text-align: left;
}
.question button{
width: 100%;
background-color: #e7e7e7;
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 15px;
border: none;
outline: none;
font-size: 22px;
color: #3f3f3f;
font-weight: 600;
cursor: pointer;
border-radius: 10px;
}
.question p{
font-size: 18px;
max-height: 0;
opacity: 0;
padding-top: 15px;
line-height: 1.5;
overflow: hidden;
text-align: left;
transition: all 0.6s ease;
}
.d-arrow{
transition: transform 0.3s ease-in ;
color: #3f3f3f;
}
.question p.show{
max-height: 200px; 
opacity: 1;
padding: 12px 30px 30px 15px;
color: #00000096;
}
.question button .d-arrow.rotate{
transform: rotate(180deg);
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 5000;
  opacity: 1;
  transition: opacity 1s ease-out;
  }
  
  .spinner {
  margin-bottom: 30px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #7118ab;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 0.8s linear infinite;
  }

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.preloader-content {
text-align: center;
opacity: 1;
transition: opacity 1s ease-in-out, visibility 1s ease-in-out; 
animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}

.preloader h2 {
margin: 0;
font-size: 24px;
color: #333;
}

.loaded .preloader {
opacity: 0;
pointer-events: none;
transition: opacity 0.5s ease-out;
}

.loaded .preloader-content {
opacity: 0;
}


@media only screen and (max-width: 600px) {
.preloader h2 {
    font-size: 18px;
}

.preloader {
    align-items: center;
    text-align: center;
}
}
.sub-header {
min-height: 40vh;
width: 100%;
background-image: linear-gradient(rgba(2, 4, 14, 0.685),rgba(2, 4, 14, 0.418)), url(../images/stages.jpg);
background-position: center;
background-size: cover;
text-align: center;
position: relative;
overflow: hidden;
color: #fff;
}
.sub-header h1 {
  font-size: 4vw;
  font-weight: 600;
  color: #f1f1f1;
  margin-top: 14rem;
}
@media screen and (max-width: 768px) {
  .sub-header h1 {
    font-size: 7vw;
  }
}
.logo-container {
  position: fixed;
  top: 1%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1501;
}
.sub-header .logo {
width: 100%;
max-width: 180px;
height: 100%;
z-index: 1500;
transition: opacity 0.3s;
}
.sub-header .logo:hover {
  opacity: 0.7;
}
button {
border: 0;
padding: 0;
background: transparent;
cursor: pointer;
}
.lang-dropdown {
position: fixed;
top: 60px;
right: 20px;
z-index: 1200;
}

.lang-dropdown-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  transition: color 0.3s;
  }
  .lang-dropdown-btn:hover .lang-name,
  .lang-dropdown-btn:hover .lang-arrow {
    color: #e4e4e4;
  }
  .lang-dropdown-btn .lang-name,
  .lang-dropdown-btn .lang-arrow {
    color: #a0a0a0;
    transition: color 0.3s;
  }
.lang-name {
margin-right: 10px;
color: #9e9e9e;
}
.lang-arrow {
transition: transform 0.3s ease-in;
color: #9e9e9e;
}

.lang-dropdown-btn.active .fa-angle-down {
transform: rotate(180deg);
}

.lang-dropdown-list {
display: none;
position: absolute;
background-color: #00000050;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
border-radius: 10px;
margin-top: 5px;
right: 5px;
transition: opacity .4s ease;
}

.lang-dropdown-list.active {
display: block;
}

.lang-dropdown-item {
padding: 10px;
color: #fff;
text-decoration: none;
display: block;
transition: background 0.3s;
}

.lang-dropdown-item:hover {
background: #555;
}
.navbar,
.navbar-burger,
.menu {
    position: fixed;
}

.navbar {
    z-index: 1501;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 72px;
    padding-left: 25px;
}

.navbar-burger {
    z-index: 1501;
    top: 30px;
    left: 20px;
    display: grid;
    place-items: center;
    width: 44px;
    height: 75px;
    pointer-events: visible;
    background-image: url("../assets/menu.svg");
    background-repeat: no-repeat;
    filter: brightness(70%);
    background-position: center;
    transition: filter 0.3s;
}

.navbar-burger:hover {
    filter: brightness(100%);
}

body.open .navbar-burger {
    background-image: url("../assets/close.svg");
}

.menu {
    z-index: 1200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.959);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

body.open .menu {
    opacity: 1;
    visibility: visible;
}

.menu nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0;
    margin-top: -10%;
}

.menu nav:hover a {
    opacity: 1;
    transition: 0.3s;
}

.menu nav .dropbtn {
    opacity: 0.25;
}

.menu nav a:hover {
    opacity: 0.25;
    transition: 0.3s;
}

.dropdown {
    position: relative;
    display: block;
    width: 100%;
}

.dropdown-content {
    display: none;
    position: fixed;
    min-width: 200px;
    z-index: 1501;
    left: 50em; /* ВОТ ЭТО ИЗМЕНИТЬ */
    top: 40%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.dropdown-content.show {
    display: block;
    opacity: 1;
}

.dropdown-content a {
    color: white;
    font-family: "Steppe";
    padding: 20px 34px;
    text-align: left;
    text-decoration: none;
    display: block;
    font-size: 30px;
    animation: appear 0.3s backwards;
}

.dropbtn {
    position: relative;
    font-family: "Steppe";
    color: white;
    padding: 16px;
    font-size: 40px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-left: 4em;
}

.dropbtn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #f7f7f7;
    transform: scaleX(0);
    transform-origin: 50% 50%;
    transition: 0.3s;
}

.menu .dropbtn:hover::after {
    transform: scaleX(0.9);
}

.dropbtn:hover, .dropbtn:focus {
    background-color: transparent;
}

.dropdown .fa-chevron-right {
    font-size: 0.8rem;
    margin-left: 20px;
    transition: all 0.3s ease;
}

.dropdown:hover .fa-chevron-right,
.dropdown .dropbtn:focus .fa-chevron-right {
    transform: translateX(5px);
}

body.open .menu .dropbtn {
    animation: appear 0.3s backwards;
}

@keyframes appear {
    0% {
        opacity: 0;
        translate: 0 20px;
    }
    100% {
        opacity: 1;
    }
}

/* Мобильные устройства */
@media screen and (max-width: 1200px) {
    .menu {
        justify-content: flex-start;
        padding-top: 100px;
    }

    .menu nav {
        margin-top: 50px;
    }

    .dropdown-content {
        position: static;
        width: 100%;
        margin-left: 0;
        padding-left: 20px;
        transform: none;
    }

    .dropdown-content.show {
        display: block;
        opacity: 1;
    }

    .dropdown-content a {
        font-size: 26px;
        padding: 15px 20px;
        margin-bottom: 5px;
        width: auto;
    }

    .dropbtn {
        font-size: 32px;
        padding: 15px 20px;
        margin-left: 0;
        width: 100%;
        text-align: left;
    }

    .dropdown .fa-chevron-right {
        float: right;
        margin-right: 10px;
    }
}

@media screen and (max-width: 400px) {
    .dropbtn {
        font-size: 1.8rem;
        padding: 16px 16px;
    }

    .dropdown-content a {
        font-size: 24px;
        padding: 10px 16px;
    }
}

@media (min-width: 401px) and (max-width: 700px) {
    .dropdown-content a {
        font-size: 26px;
        padding: 12px 18px;
    }

    .dropbtn {
        font-size: 30px;
        padding: 14px 20px;
    }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
    .dropbtn {
        font-size: 34px;
        padding: 16px 22px;
    }

    .dropdown-content a {
        font-size: 28px;
    }
}

@media screen and (max-height: 500px) {
    .menu {
        justify-content: flex-start;
        padding-top: 80px;
    }

    .menu nav {
        margin-top: 0;
    }

    .dropbtn {
        font-size: 26px;
        padding: 10px 16px;
    }

    .dropdown-content a {
        font-size: 22px;
        padding: 8px 16px;
    }
}

/*----stages----*/
a {
	color: var(--primary);
	transition: color var(--trans-dur);
}
.timeline-cont {
  padding: 0 1.5em;
}
h1 {
	font-size: 2em;
	margin: 0 0 3rem;
	padding-top: 1.5rem;
	text-align: center;
}
.btn {
	background-color: #7118ab;
	border-radius: 0.25em;
	color: var(--bg);
	cursor: pointer;
	padding: 0.6em 0.9em;
	transition:
		background-color calc(var(--trans-dur) / 2) linear,
		color var(--trans-dur);
	-webkit-tap-highlight-color: transparent;
}
.btn:hover {
	background-color: rgb(255, 164, 5);
  color: #000;
}
.btn-group {
	display: flex;
	gap: 0.375em;
	margin-bottom: 1.5em;
}
.timeline2 {
  padding-top: 3rem;
  margin: auto;
	width: 100%;
	max-width: 40em;
}
.timeline__arrow {
	background-color: transparent;
	border-radius: 0.25em;
	cursor: pointer;
	flex-shrink: 0;
	margin-inline-end: 0.25em;
	outline: transparent;
	width: 2em;
	height: 2em;
  color: var(--fg);
	font: 1em/1.5 "IBM Plex Sans", sans-serif;
	transition:
		background-color calc(var(--trans-dur) / 2) linear,
		color var(--trans-dur);
	-webkit-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
}
.timeline__arrow:focus-visible,
.timeline__arrow:hover {
	background-color: hsl(var(--hue),10%,50%,0.4);
}
.timeline__arrow-icon {
	display: block;
	pointer-events: none;
	transform: rotate(-90deg);
	transition: transform var(--trans-dur) var(--trans-timing);
	width: 100%;
	height: auto;
}
.timeline__date {
	font-size: 0.833em;
	line-height: 2.4;
}
.timeline__dot {
	background-color: #7118ab;
	border-radius: 50%;
	display: inline-block;
	flex-shrink: 0;
	margin: 0.625em 0;
	margin-inline-end: 1em;
	position: relative;
	width: 0.75em;
	height: 0.75em;
}
.timeline___dot {
  background-color: #7118ab;
  border-radius: 50%;
  display: inline-flex; 
  justify-content: center; 
  align-items: center; 
  margin: 0.625em 0;
  margin-inline-end: 1em;
  position: relative;
  width: 1.4em; 
  height: 1.2em; 
}
.timeline-cont img {
  width: 100%;
  height: 100%;
  margin-top: 15px;
  border-radius: 5px;
  padding-bottom: 15px;
}
.timeline__check-icon {
  font-size: 0.6em;
  color: #fff;
}
.timeline__item {
	position: relative;
	padding-bottom: 2.25em;
}
.timeline__item:not(:last-child):before {
	background-color: #ffa405;
	content: "";
	display: block;
	position: absolute;
	top: 1em;
	left: 2.625em;
	width: 0.125em;
	height: 100%;
	transform: translateX(-50%);
}
[dir="rtl"] .timeline__arrow-icon {
	transform: rotate(90deg);
}
[dir="rtl"] .timeline__item:not(:last-child):before {
	right: 2.625em;
	left: auto;
	transform: translateX(50%);
}
.timeline__item-header {
	display: flex;
}
.timeline__item-body {
	border-radius: 0.375em;
	overflow: hidden;
	margin-top: 0.5em;
	margin-inline-start: 4em;
	height: 0;
}
.timeline__item-body-content {
	background-color: hsl(var(--hue),10%,50%,0.2);
	opacity: 0;
	padding: 0.8em 0.75em;
	visibility: hidden;
	transition:
		opacity var(--trans-dur) var(--trans-timing),
		visibility var(--trans-dur) steps(1,end);
}
.timeline__meta {
	width: 100%;
}
.timeline__title {
	font-size: 1.5em;
	line-height: 1.333;
}
/* Expanded state */
.timeline__item-body--expanded {
	height: auto;
}
.timeline__item-body--expanded .timeline__item-body-content {
	opacity: 1;
	visibility: visible;
	transition-delay: var(--trans-dur), 0s;
}
.timeline__arrow[aria-expanded="true"] .timeline__arrow-icon {
	transform: rotate(0);
}
.c-button {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  padding: 0.7em 1.6em;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
@media (max-width: 400px) {
  .c-button {
    padding: 0.6em 1.1em;
    font-size: 13px;
  }
}

.c-button--gooey {
  color: #ffffff;
  background-color: #7118ab;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  border: 2px solid #7118ab;
  border-radius: 5px;
  position: relative;
  transition: all 700ms ease;
}

.c-button--gooey .c-button__blobs {
  height: 100%;
  filter: url(#goo);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -3px;
  right: -1px;
  z-index: -1;
}

.c-button--gooey .c-button__blobs div {
  background-color: #ffa405;
  width: 34%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  transform: scale(1.4) translateY(125%) translateZ(0);
  transition: all 700ms ease;
}

.c-button--gooey .c-button__blobs div:nth-child(1) {
  left: -5%;
}

.c-button--gooey .c-button__blobs div:nth-child(2) {
  left: 30%;
  transition-delay: 30ms;
}

.c-button--gooey .c-button__blobs div:nth-child(3) {
  left: 66%;
  transition-delay: 25ms;
}

.c-button--gooey:hover {
  color: #0e0e0e;
  border: 2px solid #ffa405;
}

.c-button--gooey:hover .c-button__blobs div {
  transform: scale(1.4) translateY(0) translateZ(0);
}
/*---- call to action ----*/

.cta {
  margin: 100px auto;
  width: 85%;
  position: relative;
  border-radius: 10px;
  text-align: center;
  padding: 100px 0;
  overflow: hidden;
}

.background-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
  background: linear-gradient(rgba(2, 4, 14, 0.418),rgba(2, 4, 14, 0.418)), url('../images/background.png') center/cover no-repeat; 
}

.cta h1{
  font-size: 2.2em;
  color: #fff;
  margin-bottom: 40px;
  padding: 0;
  font-weight: 600;
}

@media (max-width: 1000px){
  .cta h1{
    font-size: 1.5em;
    padding: 5px 5px;
  }
  .cta {
    width: 85%;
  }
}

@media (max-width: 700px) {
  .cta {
    padding: 45px 10px; 
  }

  .cta h1 {
    margin-bottom: 25px; 
  }
}
@media (max-width: 400px) {
  .cta h1 {
    font-size: 1.2em;
    font-weight: 550;
  }
}

/*---footer---*/
.footer {
  background: url("academics/images/nachalnoe/nachalnoe3-desc.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 20px;
  margin: 30px 20px;
  border-radius: 20px;
  position: relative;
  color: #fff;
  overflow: hidden;
}

.footer-container {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.footer-columns {
  display: flex;
  justify-content: space-around;
  flex: 1;
  text-align: center;
}

.footer-column {
  flex: 1;
  min-width: 200px;
}

.footer-column h4 {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.footer-column ul {
  list-style: none;
  padding-bottom: 15px;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #b9b9b9;
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: #ffa405;
}

/* Нижняя часть футера */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-logo {
  text-align: center;
  margin: 0 auto;
}

.footer-logo img {
  max-width: 180px;
}

.footer-copyright {
  text-align: left;
  flex: 1;
  margin-left: 20px;
}

.footer-socials {
  text-align: right;
  flex: 1;
  margin-right: 20px;
}

.footer-socials ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 20px; 
}

.footer-socials li a {
  font-size: 2rem; 
  color: #f7f7f7;
  transition: color 0.3s;
}

.footer-socials li a:hover {
  color: #ffa405;
}

.waves {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
}

.wave {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background-size: 1000px 100px;
  background: url("images/wave.png");
}

.wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animateWaves 7s linear infinite;
}

.wave#wave2 {
  z-index: 999;
  opacity: 0.6;
  bottom: 10px;
  animation: animate 7s linear infinite;
}

.wave#wave3 {
  z-index: 1000;
  opacity: 0.4;
  bottom: 15px;
  animation: animateWaves 6s linear infinite;
}

.wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  animation: animate 5s linear infinite;
}

@keyframes animateWaves {
  0% {
    background-position-x: 1000px;
  }
  100% {
    background-position-x: 0px;
  }
}

@keyframes animate {
  0% {
    background-position-x: -1000px;
  }
  100% {
    background-position-x: 0px;
  }
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-columns {
    flex-direction: column;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .footer-socials ul {
    justify-content: center;
    gap: 20px;
  }

  .footer {
    margin: 0 10px;
    border-radius: 15px;
  }
}
