@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #FFFFFF;
  transition: background-color 5000s ease-in-out 0s;
}

body {
  margin: 0;
}

.container {
  margin: 0;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 950;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  padding: 20px;
  border-radius: 100px;
  background-color: #000000;
}

#myBtn i {
  font-size: 20px;
  padding: 5px;
}

#myBtn:hover {
  background-color: #000000;
}

.logo {
    text-align: center;
    margin: 0;
    background-color: #FFF7DD;
}

.logo img {
  height: 150px;
}

.navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #111;
  transition: 0.2s;
  display: flex;
  visibility: hidden;
  opacity: 0;
}

.navigation.active {
  visibility: visible;
  opacity: 1;
  z-index: 980;
}

.navigation .navarea {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigation .navarea ul li {
  list-style: none;
  font-family: 'Poppins', sans-serif;
}

.navigation .navarea ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
  background-color: yellow;
}

.navigation .navarea ul li:nth-child(1)::before {
  background-color: #FF0000;
}

.navigation .navarea ul li:nth-child(2)::before {
  background-color: #0000FF;
}

.navigation .navarea ul li:nth-child(3)::before {
  background-color: #008000;
}

.navigation .navarea ul li:nth-child(4)::before {
  background-color: #542C00;
}

.navigation .navarea ul li:hover::before {
  opacity: 1;
}

.navigation .navarea ul li a {
  font-size: 3em;
  font-weight: 600;
  text-decoration: none;
  color: #9B9B9B;
}

.navigation .navarea ul li:hover a {
  color: #FFFFFF;
}

.imgarea {
  position: relative;
  width: 50%;
  height: 100vh;
}

.imgarea img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navtoggle {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  z-index: 1000;
  cursor: pointer;
  background: #000000 url(/Imagenes/menunav.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.navtoggle.active {
  z-index: 1000;
  background: #000000 url(/Imagenes/closenav.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .navigation .navarea {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .navigation .navarea ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .navigation .navarea ul li {
    background-color: #FFFFFF;
    margin: 10px 10px;
    padding: 5px 10px;
  }
  .navigation .navarea ul li:hover {
    background-color: #FF355A;
  }
  .navigation .navarea ul li a {
    color: #000000;
    font-size: 2em;
    letter-spacing: 2px;
  }
  .navigation .navarea ul li:hover::before {
    opacity: 0; 
  }
  .imgarea {
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: 0.7;
  }
  .navtoggle.active {
    filter: invert(1);
  }
}

.titulo_cabecera {
  width: 100%;
  height: 100vh;
  margin: 0;
  background-color: #FFF7DD;
}

.titulo_cabecera h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  font-family: 'Poppins', sans-serif;
  font-size: 80px;
  text-align: center;
  color: #567582;
  margin: 0;
}

@media screen and (max-width: 1199px) and (min-width: 900px) { 
  .titulo_cabecera h1 {   
    font-size: 50px;  
  }
}

@media screen and (max-width: 899px) and (min-width: 700px) { 
  .titulo_cabecera h1 {   
    font-size: 40px;  
  }
}

@media screen and (max-width: 699px) and (min-width: 500px) { 
  .titulo_cabecera h1 {   
    font-size: 35px;  
  }
}

@media screen and (max-width: 499px) and (min-width: 300px) { 
  .titulo_cabecera h1 {   
    font-size: 25px;  
  }
}

.circle_section {
  width: 100%;
  height: 110vh;
  margin: 0;
  background-color: #FFF7DD;
}

.circle_section section {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF7DD url(/Imagenes/russian-language-course.jpg); 
  background-repeat: no-repeat;
  background-position: center;
  clip-path: circle(0px at center);
  margin-top: -550px;
}

@media screen and (max-height: 499px) and (min-height: 300px) { 
  .circle_section {
    height: 150vh;
  }
}

.titulo_cardvert {
  width: 100%;
  height: 250px;
  background-color: #FFFFFF;
}

.titulo_cardvert h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-size: 60px;
  color: #000000;
  text-align: center;
  padding-top: 50px;
}

@media screen and (max-width: 1149px) and (min-width: 900px) {
  .titulo_cardvert h1{ 
    font-size: 50px; 
  }
}

@media screen and (max-width: 899px) and (min-width: 700px) {
  .titulo_cardvert h1{ 
    font-size: 40px; 
  }
}

@media screen and (max-width: 699px) and (min-width: 300px) {
  .titulo_cardvert h1{ 
    font-size: 30px; 
  }
}

.method {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.method .boxmethod {
  position: relative;
  width: 350px;
  padding: 40px;
  font-family: 'Poppins', sans-serif;
  background-color: #FFFFFF;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  border-radius: 4px;
  margin: 20px;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
}

.method .boxmethod .textmethod {
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.method .boxmethod:hover .textmethod {
  color: #FFFFFF;
}

.method .boxmethod h3 { 
  font-weight: 600;
  margin-top: 20px;
}

.method .boxmethod p { 
  font-weight: 300; 
  margin-top: 20px;
  margin-bottom: 20px;
}

.method .boxmethod a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #FFFFFF;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  color: #000000;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.method .boxmethod .iconmethod {
  position: relative;
  width: 80px;
  height: 80px;
  color: #FFFFFF;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 40px;
  font-weight: 600;
  transition: 1s;
}

.method .boxmethod:nth-child(1) .iconmethod {
  box-shadow: 0 0 0 0 #E91E63;
  background-color: #E91E63;
}

.method .boxmethod:nth-child(1):hover .iconmethod {
  box-shadow: 0 0 0 400px #E91E63;
}

.method .boxmethod:nth-child(2) .iconmethod {
  box-shadow: 0 0 0 0 #23E629;
  background-color: #23E629;
}

.method .boxmethod:nth-child(2):hover .iconmethod {
  box-shadow: 0 0 0 400px #23E629;
}

.method .boxmethod:nth-child(3) .iconmethod {
  box-shadow: 0 0 0 0 #2196F3;
  background-color: #2196F3;
}

.method .boxmethod:nth-child(3):hover .iconmethod {
  box-shadow: 0 0 0 400px #2196F3; 
}

.method .boxmethod:nth-child(4) .iconmethod {
  box-shadow: 0 0 0 0 #D623FF;
  background-color: #D623FF;
}

.method .boxmethod:nth-child(4):hover .iconmethod {
  box-shadow: 0 0 0 400px #D623FF; 
}

.method .boxmethod:nth-child(5) .iconmethod {
  box-shadow: 0 0 0 0 #FF6C23;
  background-color: #FF6C23;
}

.method .boxmethod:nth-child(5):hover .iconmethod {
  box-shadow: 0 0 0 400px #FF6C23; 
}

.method .boxmethod:nth-child(6) .iconmethod {
  box-shadow: 0 0 0 0 #FF23DE;
  background-color: #FF23DE;
}

.method .boxmethod:nth-child(6):hover .iconmethod {
  box-shadow: 0 0 0 400px #FF23DE; 
}


.bioprof {
  position: relative;
  left: 0;
  width: 100%;
  min-height: 100vh;
  padding: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 1s;
  background-color: #FF006E;
}

.bioprof .imgbio {
  position: relative;
  min-width: 500px;
  height: 500px;
  border-radius: 50%;
  overflow: hidden;
}

.bioprof .imgbio img {
  width: 500px;
  height: 600px;
}

.bioprof .textbio {
  max-width: 700px;
  margin-left: 40px;
}

.bioprof .textbio h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #FFFFFF;
}

.bioprof .textbio h1 span {
  font-weight: 600;
  color: #000000;
  font-size: 50px;
}

.bioprof .textbio p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 20px;
}

@media screen and (max-width: 989px) {
   .bioprof {
    padding: 40px;
    flex-direction: column;
    justify-content: center;
  }
  .bioprof .imgbio {
    width: 300px;
    min-width: 300px;
    height: 300px;
    margin-top: 100px;
  }
  .bioprof .textbio {
    margin-bottom: 100px;
    margin-left: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 1099px) and (min-width: 700px) {
  .bioprof .textbio h1 { 
    font-size: 30px; 
  }
  .bioprof .textbio h1 span {
    font-size: 40px;
  }
  .bioprof .textbio p { 
    font-size: 15px; 
  }
}

@media screen and (max-width: 699px) {
  .bioprof .textbio h1 { 
    font-size: 25px; 
  }
  .bioprof .textbio h1 span {
    font-size: 35px;
  }
  .bioprof .textbio p { 
    font-size: 12px;
  }
}

.courses {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.courses .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.courses .slide.slide1 {
  background: url(/Imagenes/learn-russian-online.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.courses .slide.slide2 {
  background: url(/Imagenes/learn-ukrainian-online.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  left: 50%;
}

@media screen and (max-width: 1099px) {
  .courses {
      display: none;
    }
}

.testimonials {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2196F3;
  overflow: hidden;
}

.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  max-width: 320px;
  min-width: 320px;
  box-shadow: 0 15px 50px rgba(0,0,0,0.2);
  filter: blur(4px);
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  background-color: #D1EBFF;
}

.swiper-slide-active {
  filter: blur(0px);
  background-color: #FFFFFF;
}

.testimbox {
  position: relative;
  width: 100%;
  padding: 40px;
  padding-top: 90px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #999;
}

.testimbox .quotetesti {
  position:absolute;
  top: 20px;
  right: 30px;
  opacity: 0.2;
}

.testimbox .detatestim {
  display: flex; 
  align-items: center;
  margin-top: 20px;
}

.testimbox .detatestim .imgtestim {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.testimbox .detatestim .imgtestim img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimbox .detatestim h3 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #2196F3; 
}

.testimbox .detatestim h3 span {
  font-size: 12px; 
  color: #333; 
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: none;
}

.contcircmenu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
  background-color: #FFFFFF;
}

.circmenu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
}

.circmenu li {
  position: absolute;
  left: 0;
  list-style: none;
  transform-origin: 200px;
  transition: 0.5s;
  transition-delay: calc(0.1s * var(--i));
  transform: rotate(0deg) translateX(80px);
}

.circmenu.active li {
  transform: rotate(calc(360deg / 4 * var(--i)));
}

.circmenu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-decoration: none;
  transform: rotate(calc(360deg / -4 * var(--i)));
  box-shadow: 0 3px 4px rgba(0,0,0,0.15);
  transition: 0.5s;
  font-size: 30px;
  background-color: #000000;
}

.circmenu li:nth-child(2) a {
  color: #CB20DB;
}

.circmenu li:nth-child(3) a {
  color: #07B713;
}

.circmenu li:nth-child(4) a {
  color: #2DA9E2;
}

.circmenu li:nth-child(5) a {
  color: #2934D8;
}

.circmenu li a:hover {
  color: #FF1252;
}

.circtoggle {
  position: absolute;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 850;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  transition: transform 1.25s;
  box-shadow: 0 0 4px rgba(0,0,0,0.15);
  color: #FFFFFF;
  background-color: #000000;
}

.circmenu.active .circtoggle {
  transform: rotate(315deg);
}

@media screen and (max-width: 499px) {
   .contcircmenu {
      min-height: 80vh;
    }
   .circmenu {
    width: 200px;
    height: 200px;
  }
  .circmenu li {
    transform-origin: 100px;
  }
  .circmenu li a { 
    width: 40px;
    height: 40px;
    font-size: 20px; 
  }
}

@media screen and (max-height: 499px) {
   .contcircmenu {
      min-height: 120vh;
    }
   .circmenu {
    width: 200px;
    height: 200px;
  }
  .circmenu li {
    transform-origin: 100px;
  }
  .circmenu li a { 
    width: 40px;
    height: 40px;
    font-size: 20px; 
  }
}

.footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 100px;
  padding: 20px 50px;
  font-family: 'Poppins', sans-serif;
  background-color: #3586FF;
}

.footer .ftsocial,
.footer .ftmenu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0;
}

.footer .ftsocial li,
.footer .ftmenu li{
  list-style: none;
}

.footer .ftsocial li a {
  display: inline-block;
  font-size: 20px;
  color: #FFFFFF;
  margin: 0 10px;
  transition: 0.5s;
}

.footer .ftsocial li a:hover {
  transform: translateY(-10px);
}

.footer .ftsocial li img {
  height: 25px;
}

.footer .ftmenu li a {
  display: inline-block;
  font-size: 20px;
  color: #FFFFFF;
  margin: 0 10px;
  text-decoration: none;
  opacity: 0.7;
}

.footer .ftmenu li a:hover {
  opacity: 1;
}

.footer p { 
  font-size: 10px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}

.footer a {
  text-decoration: none;
  color: #FFFFFF;
}

.footer .wave {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(/Imagenes/wave.png);
  background-size: 1000px 100px;
}

.footer .wave#wave1 {
  bottom: 0;
  z-index: 900;
  opacity: 1;
  animation: animateWave 4s linear infinite;
}

.footer .wave#wave2 {
  bottom: 10px;
  z-index: 890;
  opacity: 0.5;
  animation: animateWave_02 4s linear infinite;
}

.footer .wave#wave3 {
  bottom: 15px;
  z-index: 900;
  opacity: 0.2;
  animation: animateWave 3s linear infinite;
}

.footer .wave#wave4 {
  bottom: 20px;
  z-index: 890;
  opacity: 0.7;
  animation: animateWave_02 3s linear infinite;
}

@keyframes animateWave {
  0% {
    background-position-x: 1000px;
  }
  
   100% {
    background-position-x: 0px;
  }
}

@keyframes animateWave_02 {
  0% {
    background-position-x: 0px;
  }
  
   100% {
    background-position-x: 1000px;
  }
}