@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,600;1,600&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&family=Roboto:wght@100..900&display=swap");
/* mobile first */
/*=== Global ===*/
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  background-color: #fff;
  background-size: cover;
  background-position: 100% 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.05em;
  font-kerning: normal;
}

html, body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.container {
  max-width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .container {
    max-width: 1400px;
    padding: 0 20px;
  }
}
@media (min-width: 1550px) {
  .container {
    max-width: 1650px;
    padding: 0 30px;
  }
}

/*===  page  ===*/
.page {
  display: flex;
  flex-direction: column;
}

/*=== Heder ===*/
header {
  background-color: #fff;
  position: relative;
  padding: 20px 0;
  width: 100%;
  z-index: 6;
}

#langBtn,
#langBtn {
  text-decoration: none;
}

img.uk-flag,
img.rom-flag {
  width: 30px;
  height: 23px;
}
@media screen and (min-width: 1264px) {
  img.uk-flag,
  img.rom-flag {
    width: 37px;
    height: 25px;
  }
}

.dropdown {
  display: none !important;
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 135%;
  left: 0px;
  z-index: 10;
}

.dropdown-content a {
  display: flex;
}

.dropdown-content.show {
  display: flex;
}
.dropdown-content.show a.link-flag {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.dropdown-content.show a.link-flag:hover {
  box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
  border-radius: 5px;
}

.logo_wrapper {
  max-width: 390px;
}

.logo_img {
  cursor: pointer;
  max-width: 195px;
  width: 100%;
}
@media (min-width: 992px) {
  .logo_img {
    max-width: 180px;
  }
}

#topnav .navigation {
  display: flex;
  align-items: center;
  gap: 20px;
}

.navigation {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  text-decoration: none;
}

.nav-desctop {
  display: flex;
  gap: 70px;
  padding-right: 70px;
}

.link_arrow {
  display: flex;
}

.arrow_pink {
  margin-left: 10px;
}

.nav_link {
  border: 1px solid transparent;
  color: #202A25;
  font-weight: 100;
  font-size: 20px;
  position: relative;
  text-decoration: none;
  z-index: 6;
}
@media screen and (min-width: 1264px) {
  .nav_link {
    font-size: 18px;
  }
}
.nav_link:hover {
  -webkit-text-stroke: 1px #5F4BB6;
}

.purple-border {
  border: 1px solid #5F4BB6;
  display: inline-flex;
  width: auto;
}

.support {
  background-color: #5F4BB6;
  border: 1px solid #5F4BB6;
  color: #fff;
  font-weight: 100;
  font-size: 20px;
  margin-right: 0;
  padding: 13px 25px;
}
.support:hover {
  -webkit-text-stroke: 1px #fff;
}

#topnav {
  z-index: 7;
}

.topnav {
  position: relative;
}
.topnav a {
  color: #000;
  display: block;
  font-size: 17px;
  padding: 5px 16px;
  text-decoration: none;
  max-width: 290px;
}
@media (min-width: 992px) {
  .topnav a {
    max-width: 210px;
  }
}
@media (min-width: 1550px) {
  .topnav a {
    max-width: 210px;
  }
}
.topnav a:hover {
  -webkit-text-stroke: 1px #fff;
}
.topnav #myLinks {
  display: none;
}

.topnav a.icon {
  background-color: #5F4BB6;
  content: "☰";
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  rotate: 90deg;
  right: 10px;
  top: 25px;
  z-index: 11;
  height: 47px;
}

#myLinks {
  background-color: #DFD8FF;
  margin-top: 20px;
  padding: 20px;
}

.nav2 {
  margin: 0 auto;
}
.nav2 .navigation {
  margin: 0 auto;
}

.header-navigation {
  background-color: #EB5B29;
  color: #000;
}

.desctop_lang_meni {
  display: none;
}
@media (min-width: 992px) {
  .desctop_lang_meni {
    display: flex;
    padding-right: 50px;
  }
}
@media (min-width: 1550px) {
  .desctop_lang_meni {
    display: flex;
  }
}

.link-flag {
  display: flex;
  gap: 5px;
  align-items: center;
}

#langBtn2 {
  color: transparent;
}

.fa {
  display: inline-block;
  transform-origin: center;
  transition: transform 0.3s ease;
  transform: rotate(270deg); /* desno */
}

.fa.rotate {
  transform: rotate(360deg); /* ide dole, smer kazaljke na satu */
}

.mobile_lang_meni {
  display: block;
  position: absolute;
  top: 30px;
  right: 18%;
  z-index: 10;
  border-radius: 30px;
}
@media (min-width: 992px) {
  .mobile_lang_meni {
    display: none;
  }
}
@media (min-width: 1550px) {
  .mobile_lang_meni {
    display: none;
  }
}

.desctop_navigation {
  background-color: #C4EBC8;
  display: none;
  padding: 30px 60px;
}
@media (min-width: 992px) {
  .desctop_navigation {
    display: grid;
    grid-template-columns: 1fr auto auto auto;
    align-items: center;
  }
}

.container.desctop_navigation {
  margin: 0 auto;
}

.mobile_navigation {
  justify-content: space-between;
  padding: 10px;
}
@media (min-width: 992px) {
  .mobile_navigation {
    display: none;
  }
}
@media (min-width: 1550px) {
  .mobile_navigation {
    display: none;
  }
}

.img-none {
  display: none;
}
@media (min-width: 992px) {
  .img-none {
    display: block;
  }
}
@media (min-width: 1550px) {
  .img-none {
    display: block;
  }
}

/**************************************
******        KAJRON          ********
**************************************/
.green-box {
  top: 930px;
  left: -20.6708679199px;
  width: 100%;
  height: 120px;
  transform: matrix(1, -0.07, 0.07, 1, 0, 0);
  background: #C4EBC8 0% 0% no-repeat padding-box;
  opacity: 1;
  scale: 1.05;
}

.stage {
  background-color: #5F4BB6;
  position: relative;
  top: -133px;
  width: 100%;
  height: 85px;
  border-radius: 0;
}
@media (min-width: 992px) {
  .stage {
    height: 120px;
    top: -125px;
  }
}
@media (min-width: 1550px) {
  .stage {
    height: 120px;
    top: -125px;
  }
}

.kajron {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  border-radius: 0;
  will-change: transform;
  white-space: nowrap;
  font-size: 28px;
  font-weight: 600;
  width: 100%;
}
@media (min-width: 992px) {
  .kajron {
    font-size: 40px;
  }
}
@media (min-width: 1550px) {
  .kajron {
    font-size: 40px;
  }
}

.kajron .word {
  color: #fff;
  display: inline-flex;
  align-items: center;
  margin: 0 8px;
}

.kajron .dot {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  margin: 0 0;
  flex-shrink: 0;
}

.stage:hover .kajron, .kajron:hover {
  animation-play-state: paused;
}

/**************************************
******** section - Support  ***********
***************************************/
.section-support {
  background-color: #fff;
  padding: 10px 0;
}

.bt1 {
  max-width: 238px;
}

.bt2 {
  max-width: 164px;
}

.support-wrapp {
  display: block;
}
@media screen and (min-width: 1264px) {
  .support-wrapp {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.support-wrapp-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.support-wrapp-text-title {
  color: #202A25;
  font-size: 27px;
  font-weight: 500;
}
@media screen and (min-width: 1264px) {
  .support-wrapp-text-title {
    font-size: 60px;
  }
}
@media screen and (min-width: 1564px) {
  .support-wrapp-text-title {
    font-size: 70px;
  }
}

.support-title-green {
  color: #68F393;
}

.support-title-block {
  display: block;
}

.support-wrapp-text-des {
  color: #202A25;
  font-size: 18px;
  font-weight: 100;
  padding: 15px 0;
}
@media screen and (min-width: 1264px) {
  .support-wrapp-text-des {
    font-size: 20px;
  }
}
@media screen and (min-width: 1564px) {
  .support-wrapp-text-des {
    font-size: 20px;
  }
}

.support-wrapp-img {
  display: flex;
  padding-top: 30px;
}
@media screen and (min-width: 1264px) {
  .support-wrapp-img {
    justify-content: flex-end;
    padding: 0;
  }
}

.support-img {
  max-width: 590px;
  width: 100%;
}

.polygon {
  border: 10px solid #C4EBC8;
  height: 60px;
  padding: 10px;
  width: 60px;
}

/**************************************
******** section - Service  ***********
***************************************/
.section-service {
  background-color: #fff;
  padding: 0 0 80px 0;
}

.service-wrapp {
  display: block;
}

.service-wrapp-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 10px;
}
@media screen and (min-width: 1264px) {
  .service-wrapp-text {
    flex-direction: row;
  }
}

.service-wrapp-text-title {
  color: #202A25;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 20px;
}
@media screen and (min-width: 1264px) {
  .service-wrapp-text-title {
    font-size: 35px;
    padding-right: 70px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1564px) {
  .service-wrapp-text-title {
    font-size: 40px;
  }
}
.service-wrapp-text-title span {
  display: block;
}

.service-wrapp-text-des {
  color: #202A25;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 1264px) {
  .service-wrapp-text-des {
    padding: 20px 0 20px 0;
  }
}

.service-wrapp-boxes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .service-wrapp-boxes {
    grid-template-columns: repeat(4, 1fr);
  }
}

.service-box {
  position: relative;
  overflow: hidden;
  color: #202A25;
}

.color1 {
  background-color: #C4EBC8;
}

.color2 {
  background-color: #DFD8FF;
}

.color3 {
  background-color: #CDDDF2;
}

.color4 {
  background-color: #E1EAE2;
}

.service-overlay {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}
@media screen and (min-width: 1264px) {
  .service-overlay {
    grid-template-columns: repeat(3, 1fr);
    padding: 55px 45px;
  }
}
@media screen and (min-width: 1564px) {
  .service-overlay {
    padding: 55px 45px;
  }
}

.service-overlay-title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 1264px) {
  .service-overlay-title {
    font-size: 21px;
  }
}
@media screen and (min-width: 1564px) {
  .service-overlay-title {
    font-size: 24px;
  }
}

.service-overlay-des {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

/**************************************
******** section - aboutus ************
***************************************/
.section-aboutus {
  background-color: #C4EBC8;
}

.aboutus-wrapp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media screen and (min-width: 1264px) {
  .aboutus-wrapp {
    flex-direction: row;
  }
}

.aboutus-img {
  scale: 1.05;
  width: 100%;
}

.aboutus-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
  width: 100%;
}
@media screen and (min-width: 1264px) {
  .aboutus-text {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1564px) {
  .aboutus-text {
    padding-left: 40px;
  }
}

.aboutus-text-title {
  color: #000;
  font-size: 48px;
  font-weight: 600;
}

.aboutus-text-des {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  padding-top: 20px;
}
@media screen and (min-width: 1264px) {
  .aboutus-text-des {
    font-size: 17px;
  }
}
@media screen and (min-width: 1564px) {
  .aboutus-text-des {
    font-size: 17px;
  }
}
.aboutus-text-des:last-of-type {
  padding-bottom: 30px;
}

/**************************************
******** section - FAQ ****************
***************************************/
.section-faq {
  padding: 60px 0 20px 0;
}

.faq-wrapp {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
@media (min-width: 992px) {
  .faq-wrapp {
    flex-direction: row;
    gap: 60px;
  }
}

.faq-text {
  width: 100%;
}
@media screen and (min-width: 1264px) {
  .faq-text {
    width: 30%;
  }
}
.faq-text .faq-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .faq-text .faq-title {
    font-size: 32px;
  }
}
@media (min-width: 1550px) {
  .faq-text .faq-title {
    font-size: 40px;
  }
}
.faq-text .faq-des {
  font-size: 14px;
  font-weight: 100;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .faq-text .faq-des {
    font-size: 16px;
  }
}

.faq-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 568px) {
  .faq-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.faq-item {
  padding: 20px;
  min-height: 160px;
}
@media screen and (min-width: 1264px) {
  .faq-item {
    padding: 35px;
  }
}
@media screen and (min-width: 1564px) {
  .faq-item {
    padding: 35px;
  }
}
.faq-item .faq-item-title {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
}
.faq-item .faq-item-des {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 100;
}
.faq-item.blue {
  background-color: #5F4BB6;
  color: #fff;
}
.faq-item.lightblue {
  background-color: #DFD8FF;
  color: #000;
}
.faq-item.lightest {
  background-color: #A1C4F2;
  color: #000;
}
.faq-item.lighgray {
  background-color: #CDDDF2;
  color: #000;
}

/**************************************
******** section - Client *************
***************************************/
.section-client {
  background-color: #F0F0F0;
  padding: 20px 0 20px;
  margin: 80px 0;
}
@media screen and (min-width: 1264px) {
  .section-client {
    padding: 50px 0 70px;
  }
}
@media screen and (min-width: 1564px) {
  .section-client {
    padding: 50px 0 70px;
  }
}

.client-title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1264px) {
  .client-title {
    font-size: 40px;
  }
}

.client-sub {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  padding-top: 10px;
  text-align: center;
  margin: 0 auto;
  width: 85%;
}
@media screen and (min-width: 1264px) {
  .client-sub {
    width: 50%;
    font-size: 18px;
  }
}

.client-grid {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 50px;
}
@media screen and (min-width: 1264px) {
  .client-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.client-grid-item {
  background-color: #FFFFFF;
  padding: 20px;
}
@media screen and (min-width: 1264px) {
  .client-grid-item {
    padding: 50px;
  }
}
@media screen and (min-width: 1564px) {
  .client-grid-item {
    padding: 50px;
  }
}

.client-img {
  height: 80px;
  width: 80px;
}

.client-grid-item-header {
  display: flex;
  align-items: center;
}
.client-grid-item-header p {
  font-size: 13px;
  font-weight: 700;
  padding-left: 20px;
}
@media screen and (min-width: 1264px) {
  .client-grid-item-header p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1564px) {
  .client-grid-item-header p {
    font-size: 24px;
  }
}
.client-grid-item-header span {
  display: block;
  font-size: 11px;
  font-weight: 300;
  padding-top: 5px;
}
@media screen and (min-width: 1264px) {
  .client-grid-item-header span {
    font-size: 13px;
  }
}

.client-grid-item-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  padding-top: 21px;
}

/**************************************
******** section - Contact ************
***************************************/
.section-contact {
  padding: 10px;
}
.section-contact hr {
  border: none;
  background-color: #5F4BB6;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  scale: 1.065;
  margin: 35px 0 25px;
}

.contact-list-wrapper {
  background-color: #C4EBC8;
  padding: 10px;
}
@media screen and (min-width: 1264px) {
  .contact-list-wrapper {
    padding: 50px;
  }
}
@media screen and (min-width: 1564px) {
  .contact-list-wrapper {
    padding: 50px;
  }
}

.contact-title {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}

.logo-contact {
  max-width: 180px;
}
.contact-list-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .contact-list-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    align-items: flex-start;
    padding-top: 10px;
  }
}
.contact-list-items .bold {
  font-weight: 900;
}

.contact-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}
@media screen and (min-width: 1264px) {
  .contact-list-item {
    flex-direction: row;
    max-width: 404px;
    padding: 0;
    align-items: flex-start;
  }
}
.contact-list-item a {
  text-decoration: none;
}

@media (min-width: 992px) {
  .contact-list-item:last-of-type {
    justify-self: flex-end;
    width: 100%;
  }
}

.contact-item-title {
  font-size: 14px;
  text-transform: uppercase;
}

.contact-item-image img {
  width: initial;
}

.contact-item-des-title {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
}
@media screen and (min-width: 1264px) {
  .contact-item-des-title {
    font-size: 14px;
  }
}

.contact-item-des {
  font-size: 14px;
  color: #000;
  padding-left: 3px;
  text-align: center;
}
@media screen and (min-width: 1264px) {
  .contact-item-des {
    text-align: left;
  }
}

.contact-item-des span {
  display: block;
}

.contact-item-des a {
  color: #000;
  text-decoration: none;
}
.contact-item-des a:hover {
  color: #5F4BB6;
  -webkit-text-stroke: 1px #5F4BB6;
}

/*=== Footer ===*/
.footer-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 1264px) {
  .footer-wrapper {
    flex-direction: row;
  }
}
@media screen and (min-width: 1564px) {
  .footer-wrapper {
    flex-direction: row;
  }
}
.footer-wrapper a {
  margin-top: 20px;
}

footer {
  background-color: #202A25;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
}
@media screen and (min-width: 1264px) {
  footer {
    font-size: 16px;
  }
}

/*# sourceMappingURL=main.css.map */
