@font-face {
  font-family: "SVN-Gilroy-Bold";
  src: url("../fonts/SVN-GilroyBold.woff2") format("woff2"), url("../fonts/SVN-GilroyBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN-Gilroy-Medium";
  src: url("../fonts/SVN-GilroyMedium.woff2") format("woff2"), url("../fonts/SVN-GilroyMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN-Gilroy-Regular";
  src: url("../fonts/SVN-Gilroy.woff2") format("woff2"), url("../fonts/SVN-Gilroy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN-Gilroy-SemiBold";
  src: url("../fonts/SVN-GilroySemiBold.woff2") format("woff2"), url("../fonts/SVN-GilroySemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "SVN-Gilroy-Regular";
  font-size: 16px;
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SVN-Gilroy-Bold";
}

* {
  margin: 0;
  padding: 0;
}

.sidebar {
  width: 266px;
  position: fixed;
  left: 0;
  padding: 0 23px;
  top: 0;
  height: 100%;
  box-shadow: 1px 4px 6px 0 rgba(0, 0, 0, 0.05);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 22.12%, rgba(11, 149, 248, 0.74) 66.83%, #3335CF 100%);
}

.logo {
  width: 168px;
  margin: auto;
}

.logo img {
  width: 100%;
}

.headline {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}

.headline h6 {
  text-transform: uppercase;
  font-size: 15px;
}

.infor-contact {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}

.infor-contact p {
  display: inline-block;
  width: 100%;
  display: flex;
  gap: 6px;
  margin-bottom: 6px;
}

.infor-contact p img {
  width: 20px;
}

.infor-contact p span,
.infor-contact p a {
  font-size: 14px;
  color: #3335CF;
}

.infor-contact p a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.nav {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}

.nav ul {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.nav ul li {
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}

.nav ul li a {
  display: inline-block;
  width: 100%;
  background: white;
  padding: 12px 27px;
  display: flex;
  text-decoration: none;
  align-items: center;
  border-radius: 100px;
  color: #292929;
  justify-content: left;
}

.nav ul li a:hover {
  background: #FF863B;
  color: white;
}

.list-services-main li img,
.list-services-main li h6 {
  cursor: pointer;
}

.main-content .content-heroslide a {
  text-decoration: none;
  cursor: pointer;
}

.main-content .content-heroslide a:hover {
  opacity: 0.9;
}

.languages-footer {
  position: fixed;
  bottom: 30px;
  left: 23px;
}

.languages-footer b {
  display: flex;
  flex-wrap: wrap;
  color: white;
  align-items: center;
  gap: 5px;
  font-family: "SVN-Gilroy-Bold";
  font-size: 14px;
}

.languages-footer b a {
  text-decoration: none;
  color: white;
}

.languages-footer b img {
  width: 22px;
}

.languages-footer b span {
  color: white;
  font-family: "SVN-Gilroy-Regular";
}

.main-content {
  display: inline-block;
  width: 100%;
  padding-left: 300px;
  padding-right: 34px;
  padding-top: 34px;
  padding-bottom: 34px;
}

.main-content .hero-slide {
  border-radius: 20px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  gap: 30px;
  display: flex;
  align-items: center;
  padding-right: 40px;
  height: 510px;
  background: linear-gradient(225deg, #2A40D5 22.22%, #0499FB 98.56%);
}

.main-content .hero-slide img {
  width: 70%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 510px;
}

.main-content .content-heroslide h1 {
  font-size: 50px;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  color: white;
}

.main-content .content-heroslide a {
  display: inline-block;
  width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 57px;
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  border-radius: 100px;
  background: linear-gradient(90deg, #FF7369 0%, #FFA750 100%);
}

.list-services {
  display: inline-block;
  width: 100%;
  background: linear-gradient(180deg, #F7F7FF 0%, #FFF 100%);
  padding-left: 300px;
  padding-right: 34px;
  padding-top: 34px;
  padding-bottom: 34px;
}

.list-services h2 {
  font-size: 45px;
  color: #2A40D5;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.list-services ul {
  display: flex;
  gap: 20px;
  padding: 0;
  list-style: none;
}

.list-services ul li {
  width: 20%;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid #FFF;
  background: linear-gradient(156deg, #E8F6FF 3.58%, #F2F6FF 45.72%, #E0E0FF 95.84%);
  border-radius: 16px;
}

.list-services ul li .avatar-services img {
  width: 100%;
}

.list-services ul li .infor-services {
  display: inline-block;
  width: 100%;
  margin-top: 16px;
}

.list-services ul li .infor-services h6 {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  color: #2A40D5;
}

.list-services ul li .infor-services p {
  display: inline-block;
  width: 100%;
  color: #292929;
}

.list-services ul li .infor-services button {
  display: inline-block;
  width: 100%;
  background: none;
  border: 0;
  outline: none;
  text-align: right;
}

.list-services ul li .infor-services button img {
  border: 0;
  width: 24px;
}

.copyright-footer {
  display: inline-block;
  width: 100%;
  padding-left: 300px;
  text-align: center;
  border-top: 1px solid #F3F3FE;
}

.copyright-footer p {
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
  padding: 20px 0;
}

.mobile-nav {
  display: none;
}

@media (max-width: 1600px) {
  .hero-slide h1 {
    font-size: 40px !important;
  }
}

.footer-mobile {
  display: none;
}

.modal-dialog {
  max-width: 1100px !important;
  width: 90% !important;
  margin: 30px auto;
}

.modal.show {
  align-items: center;
  justify-content: center;
  display: flex !important;
}

.modal-content {
  display: flex;
  flex-direction: column;
  max-height: 85vh;
}

.description-modal {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
}

@media (max-width: 768px) {
  .modal-dialog {
    margin: 20px auto;
    width: 96% !important;
  }

  .modal-content {
    max-height: 85vh;
  }
}

.description-modal {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
}

.modal-header h4 {
  color: #2A40D5;
}

.modal-header button {
  font-size: 32px;
  padding: 10px 15px !important;
  margin: -10px -15px -10px auto !important;
  opacity: 0.8;
}

.modal-header button:hover {
  opacity: 1;
}

@media (max-width: 1024px) {
  .mobile-nav.active .nav.mobile-menu-nav {
    display: block !important;
    background: #2A40D5;
    top: 44px !important;
    padding: 20px;
  }

  .mobile-nav.active ul li a {
    font-size: 20px;
    font-family: "SVN-Gilroy-Bold";
    color: #292929;
  }

  .mobile-nav.active button img#close-menu {
    display: block !important;
  }

  .mobile-nav.active button img#open-menu {
    display: none !important;
  }

  body {
    padding-top: 74px;
  }

  .infor-contact p span,
  .infor-contact p a {
    font-size: 16px;
  }

  .mobile-nav {
    width: 100%;
    background: white;
    padding: 0;
    position: fixed;
    box-shadow: 0 4px 4px 0 rgba(217, 217, 217, 0.25);
    top: 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
    left: 0;
    padding: 0px 16px;
  }

  .mobile-nav .logo {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }

  .mobile-nav .logo img {
    height: 74px;
  }

  .mobile-nav button {
    outline: none;
    border: 0;
    background: none;
  }

  .mobile-nav button img {
    height: 38px;
  }

  .mobile-nav button img:nth-child(2) {
    display: none;
  }

  .mobile-nav .mobile-menu-nav {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
  }

  .copyright-footer {
    text-align: left;
  }

  .copyright-footer h6 {
    font-size: 22px;
  }

  .copyright-footer p.copyright-text-footer {
    padding: 0 20px;
    margin-top: 20px;
  }

  .infor-contact p {
    text-align: left;
    margin-bottom: 10px;
    display: flex;
    gap: 8px;
  }

  .footer-mobile {
    display: block;
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
  }

  .footer-mobile p {
    padding: 0;
  }

  .sidebar {
    display: none;
  }

  .main-content,
  .list-services,
  .copyright-footer {
    padding: 0 !important;
  }

  body {
    padding: 10px;
  }

  .list-services {
    margin-top: 30px;
  }

  .list-services h2 {
    margin-top: 20px;
    padding: 0 20px;
  }

  .list-services ul {
    flex-wrap: wrap;
    gap: 0;
  }

  .list-services li {
    width: 100% !important;
    list-style: none !important;
    margin-bottom: 20px;
  }

  .list-services {
    border-radius: 16px 16px 0 0;
  }

  .list-services-main {
    padding: 0 16px;
  }

  .hero-slide {
    display: inline-block;
    width: 100%;
    gap: 0;
  }

  .main-content .hero-slide {
    display: inline-block !important;
    height: initial !important;
    padding-right: 0;
    gap: 0;
    border-radius: 0 0 16px 16px !important;
  }

  .main-content .hero-slide img {
    width: 100%;
    height: 400px;
  }

  .content-heroslide {
    padding: 30px;
  }
}

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