.elementor-258 .elementor-element.elementor-element-ef783a3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-258 .elementor-element.elementor-element-ef783a3:not(.elementor-motion-effects-element-type-background), .elementor-258 .elementor-element.elementor-element-ef783a3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-258 .elementor-element.elementor-element-f7d3a84{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-258 .elementor-element.elementor-element-f7d3a84:not(.elementor-motion-effects-element-type-background), .elementor-258 .elementor-element.elementor-element-f7d3a84 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-258 .elementor-element.elementor-element-fd725cd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overflow:hidden;}@media(min-width:768px){.elementor-258 .elementor-element.elementor-element-fd725cd{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-a11a291 */a {
  text-decoration: none;
  color: #fff;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.container {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
/* Small */
@media (min-width: 768px) {
  .container {
    width: 750px;
  }

}
/* Medium */
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
/* Large */
@media (min-width: 1200px) {
  .container {
    width: 90%;
  }
}
/* End Global Rules */

/* Start Landing Page */
.landing-page header {
  min-height: 80px;
  display: flex;

}
@media (max-width: 767px) {
  .landing-page header {
    min-height: auto;
    display: initial;
  }
}
.landing-page header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.landing-page header .logo {
  color: #5d5d5d;
  font-style: italic;
  text-transform: uppercase;
  font-size: 20px;
}
@media (max-width: 767px) {
  .landing-page header .logo {
    margin-top: 60px;
    margin-bottom: 0px;
  }
}
.landing-page header .links {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .landing-page header .links {
    text-align: center;
    gap: 10px;
  }
}
.landing-page header .links li {
  margin-left: 30px;
  color: #fff;
  cursor: pointer;
  transition: .3s;
}
@media (max-width: 767px) {
  .landing-page header .links li {
    margin-left: auto;
  }
}
.landing-page header .links li:last-child {
  border-radius: 50%;
  color: #FFF;
  background-color: #6c63ff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.landing-page header .links li:last-child:hover {
  color: #000;
  background-color: #fff;
}

.landing-page .content .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 140px;
  min-height: calc(100vh - 80px);
}
@media (max-width: 767px) {
  .landing-page .content .container {
    gap: 0;
    min-height: calc(100vh - 101px);
    justify-content: center;
    flex-direction: column-reverse;
  }
}

.landing-page .content .info h1 {
  color: #fff;
  font-size: 44px;
  font-family: rubik;
}
.landing-page .content .info p {
  margin: 0;
  line-height: 1.6;
  font-size: 15px;
  color: #fff;
  font-family: comfortaa;
  width: 600px;
}
.landing-page .content .info button {
  border: 0;
  border-radius: 5px;
  padding: 10px 30px;
  margin-top: 25px;
  cursor: pointer;
  color: #FFF;
  background-color: #6c63ff;
}

.landing-page .content .info button:hover {
  color: #000;
  background-color: #fff;
}

.landing-page .content .image img {
  max-width: 100%;
}
/* End Landing Page */

.elementor-258 .elementor-element.elementor-element-a11a291 span{
        font-weight:700;
  background-color: #2AA5A0;
  background-image: linear-gradient(90deg, #F05BFC, #6F6FFE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 }
 
 
 
 
.info {
    width: 50%;
    box-sizing: border-box;
}
.image{
    width: 50%;
    box-sizing: border-box;
}


.landing-page .content .image img {
	animation: float 8s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}



@media (max-width: 767px) {
    .landing-page .content .container {
        flex-direction: column;
    }

    .landing-page .content .image {
        width: 100%;
    }

    .landing-page .content .info {
        width: 100%; 
        text-align: center; 
        margin-bottom: 15px;
    }
    .landing-page .content .info h1 {
  font-size: 28px;
}
.landing-page .content .info p {
  margin: 0;
  line-height: 1.4;
  font-size: 15px;
  color: #fff;
  font-family: comfortaa;
    width: 100%;
}
}





.landing-page header .links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    padding: 15px;
}

.landing-page header .links li a svg {
    fill: #ffffff; /* Замените на цвет, который вам нужен */
    width: 100%;
    height: 100%;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-703bf5f */.container {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}



/* Start Landing Page */
.landing-page header {
  min-height: 80px;
  display: flex;

}
@media (max-width: 767px) {
  .landing-page header {
    min-height: auto;
    display: initial;
  }
}
.landing-page header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.landing-page header .logo {
  color: #5d5d5d;
  font-style: italic;
  text-transform: uppercase;
  font-size: 20px;
}
@media (max-width: 767px) {
  .landing-page header .logo {
    margin-top: 60px;
    margin-bottom: 0px;
  }
}
.landing-page header .links {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .landing-page header .links {
    text-align: center;
    gap: 10px;
  }
}
.landing-page header .links li {
  margin-left: 30px;
  color: #fff;
  cursor: pointer;
  transition: .3s;
}
@media (max-width: 767px) {
  .landing-page header .links li {
    margin-left: auto;
  }
}
.landing-page header .links li:last-child {
  border-radius: 50%;
  color: #FFF;
  background-color: #6c63ff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.landing-page header .links li:last-child:hover {
  color: #000;
  background-color: #fff;
}

.landing-page .content .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 140px;
  min-height: calc(100vh - 80px);
}
@media (max-width: 767px) {
  .landing-page .content .container {
    gap: 0;
    min-height: calc(100vh - 101px);
    justify-content: center;
    flex-direction: column-reverse;
  }
}

.landing-page .content .info h1 {
  color: #fff;
  font-size: 44px;
  font-family: rubik;
}
.landing-page .content .info p {
  margin: 0;
  line-height: 1.6;
  font-size: 15px;
  color: #fff;
  font-family: comfortaa;
  width: 600px;
}
.landing-page .content .info button {
  border: 0;
  border-radius: 5px;
  padding: 10px 30px;
  margin-top: 25px;
  cursor: pointer;
  color: #FFF;
  background-color: #6c63ff;
}

.landing-page .content .info button:hover {
  color: #000;
  background-color: #fff;
}

.landing-page .content .image img {
  max-width: 100%;
}
/* End Landing Page */

.elementor-258 .elementor-element.elementor-element-703bf5f span{
        font-weight:700;
  background-color: #2AA5A0;
  background-image: linear-gradient(90deg, #F05BFC, #6F6FFE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 }
 
 
 
 
.info {
    width: 50%;
    box-sizing: border-box;
}
.image{
    width: 50%;
    box-sizing: border-box;
}




@media (max-width: 767px) {
    .landing-page .content .container {
        flex-direction: column;
    }

    .landing-page .content .image {
        width: 100%;
    }

    .landing-page .content .info {
        width: 100%; 
        text-align: center; 
        margin-bottom: 15px;
    }
    .landing-page .content .info h1 {
  font-size: 28px;
}
.landing-page .content .info p {
  margin: 0;
  line-height: 1.4;
  font-size: 15px;
  color: #fff;
  font-family: comfortaa;
    width: 100%;
}
}





.landing-page header .links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    padding: 15px;
}

.landing-page header .links li a svg {
    fill: #ffffff; /* Замените на цвет, который вам нужен */
    width: 100%;
    height: 100%;
}


.logo{
    width: 60px;
}



.card .card-front-image {
  position: relative;
 z-index: 2;

     align-items: center; 
  justify-content: center; 
}

.card .card-image {
  width: 320px;
  border-radius: clamp(0.2rem, 0.50vw, 2rem);

}

.card-fader {
  position: absolute;
  left: 35px;
  top: 0px;
}

/*animation*/

.elementor-258 .elementor-element.elementor-element-703bf5f .slider-image1 {
    animation-name: scaleUp;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}


@keyframes scaleUp {
    0% {
        transform: scale(1.2); 
    }
    100% {
        opacity: 1;
        transform: scale(1); 
    }
}

@keyframes fade-left {
  from {
    scale: 1;
    translate: 0%;
    opacity: 1;
  }
  
  to {
    scale: 0.8;
    translate: -30%;
    opacity: 0;
  }
}

@keyframes fade-right {
  from {
    scale: 1;
    translate: 0%;
    opacity: 1;
  }
  
  to {
    scale: 0.8;
    translate: 30%;
    opacity: 0;
  }
}

.elementor-258 .elementor-element.elementor-element-703bf5f .slider-container .next{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    left: 550px;
    margin-right: 0px;
    top: 90%;
    z-index: 9;

    border-radius: 20%; 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.elementor-258 .elementor-element.elementor-element-703bf5f .slider-container .prev{
    position: absolute;
    width: 30px;
    height: 30px;
    top:90%;
    margin-right: 50px;
    z-index: 9;
    right: 0;
    left: 500px;
    border-radius: 20%; 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.elementor-258 .elementor-element.elementor-element-703bf5f .slider-container .prev:hover, .slider-container .next:hover{
    cursor: pointer;
}

.elementor-258 .elementor-element.elementor-element-703bf5f .slider-container .prev:hover::before {
    content: url('/wp-content/uploads/2023/11/Vector-9.svg');     
    position: absolute;
    transform: scale(0.8);
    background-color: #FFF;
    border-radius: 20%; 
    padding: 5px;
    padding-top: 10px;
}


.elementor-258 .elementor-element.elementor-element-703bf5f .slider-container .next:hover::before {
    content: url('/wp-content/uploads/2023/11/Vector-9-1.svg');     
    position: absolute;
    transform: scale(0.8);
    background-color: #FFF;
    border-radius: 20%; 
    padding: 5px;
    padding-top: 10px;
}



@media (max-width: 1739px) {
    .card .card-image {
  width: 250px;
  border-radius: clamp(0.2rem, 0.50vw, 2rem);
}
}

@media (max-width: 1366px) {
    .card .card-image {
  width: 220px;
  border-radius: clamp(0.2rem, 0.50vw, 2rem);
}
}


.prev{
    fill: #ff0000;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7080a57 */.banner-style-one {
    min-height: 100vh;
    overflow:hidden;

}

.banner-style-one .border1 {
    top: 0%;
    left: 12%;
    position: absolute;
    height: 100%;
    width: 1px;

}

.banner-style-one .border1:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: -2px;
    width: 4px;
    height: 30px;
    -webkit-animation: scroll1 6s ease-out infinite;
    animation: scroll1 6s ease-out infinite;
    background: #6F6FFE;
}

.banner-style-one .border2 {
    top: 0%;
    left: 44%;
    position: absolute;
    height: 100%;
    width: 1px;

}

.banner-style-one .border2:before {
    content: '';
    position: absolute;
    top: 0;
    right: -2px;
    width: 4px;
    height: 30px;
    -webkit-animation: scroll2 6s ease-out infinite;
    animation: scroll2 6s ease-out infinite;
    background: #6F6FFE;
    overflow: hidden;
}

.banner-style-one .border3 {
    top: 80px;
    position: absolute;
    height: 1px;
    width: 100%;

}

.banner-style-one .border3:before {
    content: '';
    position: absolute;
    top: 0;
    right: -2px;
    width: 30px;
    height: 4px;
    -webkit-animation: scroll3 6s ease-out infinite;
    animation: scroll3 6s ease-out infinite;
    background: #6F6FFE;
    overflow: hidden;
}

.banner-style-one .border4 {
    top: 87%;
}

.banner-style-one .border4 {
    top: 90%;
    left: 44%;
    position: absolute;
    height: 1px;
    width: 56%;
}

.banner-style-one .border4:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 30px;
    height: 4px;
    -webkit-animation: scroll3 7s ease-out infinite;
    animation: scroll3 7s ease-out infinite;
    background: #6F6FFE;
}

@-webkit-keyframes scroll1 {
  0% {
    opacity: 1;
    bottom: 0; }
  50% {
    bottom: 50%; }
  100% {
    bottom: 100%;
    opacity: 0.5; } }

@keyframes scroll1 {
  0% {
    opacity: 1;
    bottom: 0; }
  50% {
    bottom: 50%; }
  100% {
    bottom: 100%;
    opacity: 0.5; } 
}

@-webkit-keyframes scroll2 {
  0% {
    opacity: 1;
    top: 0; }
  50% {
    top: 50%; }
  100% {
    top: calc(100% - 30px);
    opacity: 0.5; } }

@keyframes scroll2 {
  0% {
    opacity: 1;
    top: 0; }
  50% {
    top: 50%; }
  100% {
    top: calc(100% - 30px);
    opacity: 0.5; } 
}


@-webkit-keyframes scroll3 {
  0% {
    opacity: 1;
    left: 0; }
  50% {
    left: 50%; }
  100% {
    left: 100%;
    opacity: 0.5; } }

@keyframes scroll3 {
  0% {
    opacity: 1;
    left: 0; }
  50% {
    left: 50%; }
  100% {
    left: 100%;
    opacity: 0.5; }
}



@media (max-width: 1739px){
    .banner-style-one .border1 {
    left: 8%;
}
.banner-style-one .border2 {
    left: 44%;
}
.banner-style-one .border4 {
    top: 85%;
    left: 47%;
    width: 56%;

}
.banner-style-one {
    min-height:100vh;

}
}



@media (max-width: 1199px){
    .banner-style-one .border1 {
    left: 7%;
}
.banner-style-one .border2 {
    left: 93%;
}
.banner-style-one .border4 {
    top: 92%;
    left: 0%;
    width: 100%;

}
.banner-style-one {
    min-height: 1020px;
}
}


@media (max-width: 767px){
    .banner-style-one .border1 {
    left: 7%;
    display: none;
}
.banner-style-one .border2 {
    left: 93%;
        display: none;
}
.banner-style-one .border4 {
    top: 100%;
    left: 0%;
    width: 100%;
        display: none;

}
.banner-style-one {
    min-height: 200px;
}
}/* End custom CSS */