@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  font-family: -apple-system, "Inter", sans-serif;
  margin: 0;
  background: linear-gradient(to bottom right, #ffefd8, white);
}
@media screen and (min-width: 1200px) {
  body {
    height: 100vh;
  }
}
@media screen and (max-height: 720px) and (min-width: 1200px) {
  body {
    scale: 0.9;
  }
}
@media screen and (max-height: 640px) and (min-width: 1200px) {
  body {
    scale: 0.8;
  }
}

a {
  cursor: pointer;
}

a, a:visited, a:hover, a:active {
  color: black !important;
  text-decoration: none; /* Optional: to remove underline if present */
}

@media screen and (max-width: 1200px) {
  .mobile-hidden {
    display: none;
  }
}

.card {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
}

#main-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  #main-container {
    height: 100vh;
    width: 100%;
  }
}
#main-container #top-part {
  display: flex;
}
@media screen and (max-width: 1200px) {
  #main-container #top-part {
    flex-direction: column;
    width: 100%;
    margin: 24px;
  }
}
#main-container #top-part #case-studies {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#main-container #top-part #case-studies .case-study {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  #main-container #top-part #case-studies .case-study {
    height: 332px;
    width: 740px;
    transition: transform 0.3s ease;
  }
}
@media screen and (max-width: 1200px) {
  #main-container #top-part #case-studies .case-study {
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  #main-container #top-part #case-studies .case-study:hover {
    transform: scale(0.95);
  }
  #main-container #top-part #case-studies .case-study:hover h2 {
    text-decoration: underline;
  }
}
#main-container #top-part #case-studies .case-study .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 60px;
}
@media screen and (max-width: 1200px) {
  #main-container #top-part #case-studies .case-study .text-wrapper {
    margin-left: 32px;
  }
}
@media screen and (max-width: 1200px) {
  #main-container #top-part #case-studies .case-study .text {
    margin-right: 32px;
  }
}
#main-container #top-part #case-studies .case-study .text h2 {
  font-weight: 900;
  font-size: 32px;
  margin-bottom: 0;
}
#main-container #top-part #case-studies .case-study .text p {
  margin-top: 6px;
  margin-bottom: 32px;
  opacity: 0.8;
}
#main-container #top-part #case-studies .case-study .text .results {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
#main-container #top-part #case-studies .case-study .text .results .result {
  display: flex;
  font-weight: 600;
  font-size: 14px;
  border-radius: 200px;
}
#main-container #top-part #case-studies .case-study .text .results .result p {
  opacity: 1;
}
#main-container #top-part #case-studies .case-study .text .results .result img {
  margin-right: 8px;
  margin-left: 12px;
}
#main-container #top-part #case-studies .case-study .text .results .result p {
  margin: 8px 16px 8px 0;
}
#main-container #top-part #case-studies .case-study#alphega {
  color: #122c48;
  background: linear-gradient(to top left, #bbe3ea, #a8dbe4);
}
#main-container #top-part #case-studies .case-study#alphega .main-image {
  width: 284px;
}
@media screen and (max-width: 1200px) {
  #main-container #top-part #case-studies .case-study#alphega .main-image {
    margin: 0 auto;
    padding-left: 52px;
  }
}
#main-container #top-part #case-studies .case-study#alphega .result {
  background-color: #dbfff7;
}
#main-container #top-part #case-studies .case-study#more-work {
  color: #4d152a;
  background: linear-gradient(to bottom left, #ffb9ac, #ffa393);
}
#main-container #top-part #case-studies .case-study#more-work .result {
  background-color: #fff1f1;
}
#main-container #top-part #case-studies .case-study#more-work .main-image {
  width: 260px;
  height: 270px;
}
@media screen and (min-width: 1200px) {
  #main-container #top-part #case-studies .case-study#more-work .main-image {
    margin-top: 36px;
    margin-right: 36px;
  }
}
@media screen and (max-width: 1200px) {
  #main-container #top-part #case-studies .case-study#more-work .main-image {
    margin: 40px auto;
  }
}

#profile {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  color: #051232;
  margin-right: 20px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  #profile {
    width: 350px;
    height: 684px;
  }
}
@media screen and (max-width: 1200px) {
  #profile {
    width: 100%;
    margin-bottom: 20px;
  }
}
#profile h1 {
  font-weight: 900;
  font-size: 44px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1200px) {
  #profile h1 {
    font-size: 40px;
  }
}
#profile p {
  opacity: 0.6;
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  #profile p {
    font-size: 15px;
  }
}
#profile #iulia {
  width: 160px;
  height: 160px;
  border-radius: 400px;
  margin: 44px auto 0 auto;
}
#profile #content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 4px 32px 32px 32px;
}
#profile #content img {
  border-radius: 0 !important;
}
#profile #content #buttons-container {
  margin-top: auto;
}
#profile #content .cat {
  margin-bottom: -12px;
  height: 48px;
  opacity: 1;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1200px) {
  #profile #content .cat {
    display: none;
  }
}
#profile #content #buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1200px) {
  #profile #content #buttons {
    justify-content: space-between;
    flex-direction: row;
    margin-top: 20px;
  }
}
#profile #content #buttons a {
  font-weight: 700;
  background-color: rgba(18, 44, 72, 0.08);
  text-align: center;
  padding: 16px;
  border-radius: 200px;
}
@media screen and (max-width: 1200px) {
  #profile #content #buttons a {
    width: 48% !important;
  }
}
@media screen and (min-width: 1200px) {
  #profile #content #buttons a {
    transition: transform 0.3s ease;
  }
  #profile #content #buttons a:hover {
    transform: scale(0.9);
    text-decoration: underline;
  }
}

.modal {
  z-index: 3;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(15, 30, 44, 0.7);
  display: none;
  width: 100%;
  height: 100%;
}

.modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 360px;
  width: 360px;
  background-color: #fff;
  padding: 40px 40px 34px 40px;
  border-radius: 32px;
  animation-name: modal;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}

.modal-content #contact-details {
  width: 235px;
}

.modal-content .modal-button {
  max-width: 650px;
  display: block;
  margin: 40px auto 0 auto;
  text-align: center;
  border-radius: 32px;
  position: relative !important;
  opacity: 1 !important;
  background-color: rgba(15, 30, 44, 0.06);
  padding: 20px 0;
  font-weight: 700;
}

.modal-content .modal-button:hover {
  transform: scale(0.985);
  cursor: pointer;
  text-decoration: none !important;
}

.modal-open {
  display: inherit;
}

.scroll-disabled {
  overflow: hidden;
}

@keyframes modal {
  from {
    transform: translate(-50%, -35%);
    opacity: 0.5;
  }
  to {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}/*# sourceMappingURL=main.css.map */