@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Montserrat:ital,wght@0,600;1,600&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=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: "Baloo 2", sans-serif;
  padding: 0 20px;
}

html, body {
  overflow-x: hidden;
}

.container {
  max-width: 100%;
  margin: 0 auto;
}

.bg_container {
  background-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .bg_container {
    background-size: cover;
  }
}
@media (min-width: 1440px) {
  .bg_container {
    background-size: cover;
  }
}

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

/*=== Heder ===*/
#langBtn,
#langBtn {
  text-decoration: none;
}

img.uk-flag,
img.la-flag {
  width: 50px;
  height: 35px;
  margin-top: 0;
}
@media (min-width: 992px) {
  img.uk-flag,
  img.la-flag {
    margin-top: 6px;
  }
}
@media (min-width: 1440px) {
  img.uk-flag,
  img.la-flag {
    margin-top: 6px;
  }
}

.dropdown {
  display: block;
  position: relative;
  height: 60px;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 75%;
  left: -11px;
  z-index: 10;
}
@media (min-width: 992px) {
  .dropdown-content {
    left: 4px;
  }
}
@media (min-width: 1440px) {
  .dropdown-content {
    left: 4px;
  }
}

.dropdown-content a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
}

.dropdown-content a:hover {
  background-color: #000;
}

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

.logo_wrapper {
  max-width: 190px;
  margin: 0;
}
@media (min-width: 992px) {
  .logo_wrapper {
    max-width: 190px;
    margin: 0 1%;
  }
}
@media (min-width: 1440px) {
  .logo_wrapper {
    max-width: 260px;
    margin: 0 11%;
  }
}

.logo_img {
  display: flex;
  cursor: pointer;
  max-width: 200px;
  width: 100%;
}
@media (min-width: 992px) {
  .logo_img {
    max-width: 360px;
  }
}
@media (min-width: 1440px) {
  .logo_img {
    max-width: 260px;
  }
}

#topnav .navigation {
  display: flex;
  align-items: center;
  gap: 0;
}
@media (min-width: 992px) {
  #topnav .navigation {
    gap: 10px;
  }
}
@media (min-width: 1440px) {
  #topnav .navigation {
    gap: 20px;
  }
}

.navigation {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  width: 455px;
}
.navigation .link_arrow {
  background-color: #FFFE72;
}

.nav-desctop {
  align-items: center;
  display: flex;
  width: 100%;
}

.link_arrow {
  display: flex;
}

.nav_link {
  align-items: center;
  border-radius: 0;
  border: 1px solid transparent;
  background-color: transparent;
  color: #000;
  display: flex;
  height: 60px;
  font-weight: 100;
  font-size: 16px;
  font-family: "Baloo 2", sans-serif;
  position: relative;
  justify-content: center;
  text-decoration: none;
  margin-right: 10px;
  z-index: 6;
  width: 130px;
}
@media (min-width: 992px) {
  .nav_link {
    border-radius: 30px;
    border: 1px solid transparent;
    background-color: #F0F0F0;
    color: #000;
    font-size: 18px;
    width: 135px;
  }
}
@media (min-width: 1440px) {
  .nav_link {
    border-radius: 30px;
    border: 1px solid transparent;
    background-color: #F0F0F0;
    color: #000;
    font-size: 19px;
    width: 180px;
  }
}
.nav_link:hover {
  border: 1px solid #000000;
  -webkit-text-stroke: 1px #000;
}

.support {
  color: #000;
  font-family: "Baloo 2", sans-serif;
  font-size: 20px;
}
@media (min-width: 992px) {
  .support {
    margin-right: 0;
  }
}
@media (min-width: 1440px) {
  .support {
    margin-right: 0;
  }
}
.support:hover {
  -webkit-text-stroke: 2px #000;
}

#topnav {
  z-index: 7;
}

.topnav {
  overflow: hidden;
  position: relative;
}
.topnav a {
  color: #000;
  display: block;
  font-size: 17px;
  padding: 10px 5px 10px 0;
  text-decoration: none;
  max-width: 174px;
}
@media (min-width: 992px) {
  .topnav a {
    color: #dedede;
    max-width: 190px;
  }
}
@media (min-width: 1440px) {
  .topnav a {
    color: #dedede;
    max-width: 210px;
  }
}
.topnav a:hover {
  -webkit-text-stroke: 1px #fff;
}
.topnav #myLinks {
  display: none;
}

.topnav a.icon {
  background-color: #E7B2AA;
  content: "☰";
  color: #fff;
  display: block;
  position: absolute;
  right: 10px;
  padding: 10px 15px;
  top: 5px;
  z-index: 11;
}

#myLinks {
  background-color: transparent;
}

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

#langBtn2 {
  color: transparent;
}

.mobile_lang_meni {
  display: block;
  position: absolute;
  top: 12px;
  right: 33%;
  z-index: 10;
}
@media (min-width: 992px) {
  .mobile_lang_meni {
    display: none;
  }
}
@media (min-width: 1440px) {
  .mobile_lang_meni {
    display: none;
  }
}

.desctop_navigation {
  display: none;
  padding: 15px 10px;
}
@media (min-width: 992px) {
  .desctop_navigation {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1440px) {
  .desctop_navigation {
    display: flex;
    align-items: center;
  }
}

.dropdown.desctop_lang_meni {
  background-color: #F0F0F0;
  border-radius: 30px;
  padding: 5px 50px 5px 15px;
}

.container.desctop_navigation {
  margin: 0 auto;
}

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

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

/*=== Live Support ===*/
.live_support {
  height: auto;
  margin: 0 0 20px 0;
}

.live_support_container {
  width: 100%;
}

.live_title {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  font-family: "Baloo 2", sans-serif;
  line-height: 1;
  margin-bottom: 61px;
  width: 100%;
}
@media (min-width: 992px) {
  .live_title {
    font-size: 50px;
  }
}
@media (min-width: 1440px) {
  .live_title {
    font-size: 60px;
  }
}

.live_support_item {
  border-radius: 20px;
}
@media (min-width: 992px) {
  .live_support_item {
    border-radius: 50px;
  }
}
@media (min-width: 1440px) {
  .live_support_item {
    border-radius: 60px;
  }
}
.live_support_item p {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .live_support_item p {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .live_support_item p {
    font-size: 22px;
  }
}

.item1 {
  align-items: flex-start;
  background-color: #FFFF72;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  padding: 15px;
}
@media (min-width: 992px) {
  .item1 {
    border-radius: 50px;
    padding: 35px;
  }
}
@media (min-width: 1440px) {
  .item1 {
    border-radius: 60px;
    padding: 45px;
  }
}
.item1 .btn {
  margin-left: 10px;
}
.item1 a {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 30px;
  color: #000;
  font-family: "Baloo 2", sans-serif;
  font-size: 20px;
  padding: 13px 45px;
  text-decoration: none;
}
.item2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-wrapper {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .button-wrapper {
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .button-wrapper {
    margin: 0;
  }
}

.live_support_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 340px;
  grid-gap: 2%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .live_support_wrapper {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-template-rows: 780px;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .live_support_wrapper {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-template-rows: 780px;
    margin: 0;
  }
}

/*=== Mouse ===*/
.mouse-wrapper {
  bottom: 115px;
  background-color: #fff;
  border-radius: 60px 60px 0 0;
  display: none;
  padding: 70px 0 0 0;
  justify-content: center;
  position: relative;
  top: 213px;
  left: 20%;
  width: 200px;
}
@media (min-width: 992px) {
  .mouse-wrapper {
    display: flex;
    top: 652px;
    left: -116px;
  }
}
@media (min-width: 1440px) {
  .mouse-wrapper {
    display: flex;
    top: 652px;
    left: -116px;
  }
}

/*=== Keep ===*/
.keep {
  display: flex;
}

.keep-wrapper {
  align-items: center;
  display: block;
  grid-template-columns: 350px 680px 350px;
  grid-gap: 20px;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .keep-wrapper {
    display: grid;
  }
}
@media (min-width: 1440px) {
  .keep-wrapper {
    display: grid;
  }
}

/*=== Balloons ===*/
.balloon {
  padding: 30px 0;
}

.balloon-wrapper {
  align-items: center;
  display: block;
  justify-content: center;
}
@media (min-width: 992px) {
  .balloon-wrapper {
    display: flex;
  }
}
@media (min-width: 1440px) {
  .balloon-wrapper {
    display: flex;
  }
}

.balloon-item {
  align-items: center;
  background-color: #F0F0F0;
  border-radius: 40px;
  display: flex;
  font-size: 40px;
  font-weight: 700;
  height: 200px;
  justify-content: center;
  max-width: 400px;
  margin: 5px auto;
  width: 100%;
}
@media (min-width: 992px) {
  .balloon-item {
    border-radius: 120px;
    font-size: 60px;
    height: 300px;
  }
}
@media (min-width: 1440px) {
  .balloon-item {
    border-radius: 140px;
    font-size: 70px;
    height: 300px;
  }
}

.blue-item {
  background-color: #DFF2FF;
}

.yellow-item {
  background-color: #FFFF72;
}

/*=== About ===*/
.about-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 300px 1fr;
  grid-gap: 2%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .about-wrapper {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-gap: 2%;
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  .about-wrapper {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-gap: 2%;
    margin: 0 auto;
  }
}

.about_text {
  color: #000;
  font-size: 16px;
  line-height: 1;
}
@media (min-width: 992px) {
  .about_text {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (min-width: 1440px) {
  .about_text {
    font-size: 20px;
    line-height: 1.3;
  }
}

.left-item {
  background-position: center;
  background-size: cover;
  border-radius: 40px;
}

.right-item {
  padding: 0;
}
@media (min-width: 992px) {
  .right-item {
    padding: 0 30px 30px 0;
  }
}
@media (min-width: 1440px) {
  .right-item {
    padding: 0 30px 30px 0;
  }
}

/*=== Expert ===*/
.expert {
  padding: 40px 0;
}

.expert-title {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  display: flex;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .expert-title {
    font-size: 45px;
  }
}
@media (min-width: 1440px) {
  .expert-title {
    font-size: 48px;
  }
}
.expert-title img {
  margin-left: 20px;
}

.expert-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 500px 500px 500px 500px;
  grid-gap: 40px;
  justify-content: center;
}
@media (min-width: 992px) {
  .expert-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 600px 600px;
    grid-gap: 20px;
    justify-content: center;
  }
}
@media (min-width: 1440px) {
  .expert-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 800px;
    grid-gap: 40px;
  }
}

.expert-item {
  border-radius: 60px;
  background-size: cover;
  background-position: center;
  color: #fff;
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
  padding: 15px;
  text-align: left;
}
@media (min-width: 992px) {
  .expert-item {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .expert-item {
    padding: 36px;
  }
}
.expert-item h2 {
  font-size: 32px;
  font-weight: 500;
}
.expert-item p {
  font-size: 20px;
}

/*=== Faq ===*/
.faq {
  background-color: #fff;
  color: #000;
  text-align: left;
}

.faq-content-item {
  align-items: center;
  display: block;
  justify-content: space-between;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .faq-content-item {
    display: flex;
    padding: 20px;
  }
}
@media (min-width: 1440px) {
  .faq-content-item {
    display: flex;
    padding: 30px;
  }
}

.faq_subtitle {
  font-size: 24px;
}
@media (min-width: 992px) {
  .faq_subtitle {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .faq_subtitle {
    font-size: 32px;
  }
}

.faq_text {
  font-size: 16px;
  width: 100%;
}
@media (min-width: 992px) {
  .faq_text {
    font-size: 20px;
    max-width: 717px;
  }
}
@media (min-width: 1440px) {
  .faq_text {
    font-size: 20px;
    max-width: 717px;
  }
}

/*=== Services ===*/
.services {
  background-color: #fff;
  margin-top: 60px;
}

.marks-img {
  max-width: 135px;
}

.services-container {
  display: block;
}
@media (min-width: 992px) {
  .services-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 1440px) {
  .services-container {
    display: grid;
    grid-template-columns: 45% 55%;
    grid-gap: 20px;
  }
}

.services-left-content .btn {
  margin-left: 20px;
  margin-top: 70px;
}
.services-left-content a {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 30px;
  color: #000;
  font-family: "Baloo 2", sans-serif;
  font-size: 20px;
  padding: 13px 45px;
  text-decoration: none;
}

.services-right-content {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .services-right-content {
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .services-right-content {
    margin-top: 0;
  }
}
.services-right-content .blue-item {
  background-color: #DFF2FF;
  margin: 20px 0;
  position: relative;
  right: 0;
}
@media (min-width: 992px) {
  .services-right-content .blue-item {
    right: 0;
  }
}
@media (min-width: 1440px) {
  .services-right-content .blue-item {
    right: 13%;
  }
}

.services-text {
  font-size: 20px;
  max-width: 530px;
}

.section {
  background-color: #F0F0F0;
  border-left: 10px solid #D2D2D2;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .section {
    border-left: 15px solid #D2D2D2;
    flex-direction: column;
    height: auto;
  }
}
@media (min-width: 1440px) {
  .section {
    border-left: 20px solid #D2D2D2;
    flex-direction: row;
    height: 160px;
  }
}

.testiomial-img {
  height: 100px;
  margin: 30px 60px;
  width: 100px;
}

/*=== Contact ===*/
.contact {
  background-color: #DFF2FF;
  padding: 10px;
  color: #000;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .contact {
    margin-top: 50px;
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .contact {
    margin-top: 50px;
    padding: 40px;
  }
}
.contact a {
  color: #000;
}

.contact-container {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 10px 30px;
}
@media (min-width: 992px) {
  .contact-container {
    border-radius: 50px;
    padding: 40px 10px 40px 40px;
  }
}
@media (min-width: 1440px) {
  .contact-container {
    border-radius: 60px;
    padding: 40px 10px;
  }
}

.contact-wrapper {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  max-width: 1670px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .contact-wrapper {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (min-width: 1440px) {
  .contact-wrapper {
    align-items: center;
    flex-direction: row;
  }
}

.contact-title {
  font-size: 24px;
}
@media (min-width: 992px) {
  .contact-title {
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .contact-title {
    font-size: 32px;
  }
}

.icon_content {
  font-weight: 100;
  align-items: center;
  font-size: 13px;
  display: block;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .icon_content {
    display: flex;
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1440px) {
  .icon_content {
    display: flex;
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.icon_content span {
  font-weight: 700;
}
.icon_content .contact-btn {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 30px;
  color: #000;
  display: block;
  font-weight: 100;
  font-family: "Baloo 2", sans-serif;
  font-size: 20px;
  padding: 13px 23px;
  text-decoration: none;
}

.contact-arrow {
  margin-left: 15px;
}

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

.visibiliti {
  display: none;
}
@media (min-width: 992px) {
  .visibiliti {
    display: inline-block;
  }
}
@media (min-width: 1440px) {
  .visibiliti {
    display: inline-block;
  }
}

.page_link {
  text-decoration: none;
}
.page_link:hover {
  color: #ff0000;
}

/*=== Back To Top button ===*/
.back_top {
  background-color: #DE693A;
  color: black;
}

#myBtn {
  background-color: #D2FF33;
  border-radius: 5px;
  border: none;
  bottom: 20px;
  color: #000;
  cursor: pointer;
  font-size: 18px;
  outline: none;
  position: fixed;
  padding: 15px;
  right: 10px;
  z-index: 99;
}

/*=== Footer ===*/
footer {
  background-color: #DFF2FF;
  color: #000;
  font-size: 16px;
  padding: 0 10px 20px 10px;
  text-align: left;
}
@media (min-width: 992px) {
  footer {
    text-align: center;
  }
}
@media (min-width: 1440px) {
  footer {
    text-align: center;
  }
}

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