@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Righteous&display=swap");
.container {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.col-1 {
  width: 8.3333333333%;
  padding: 0 16px;
}

.col-2 {
  width: 16.6666666667%;
  padding: 0 16px;
}

.col-3 {
  width: 25%;
  padding: 0 16px;
}

.col-4 {
  width: 33.3333333333%;
  padding: 0 16px;
}

.col-5 {
  padding: 0 16px;
  width: 41.6666666667%;
}

.col-6 {
  padding: 0 16px;
  width: 50%;
}

.col-7 {
  padding: 0 16px;
  width: 58.3333333333%;
}

.col-8 {
  padding: 0 16px;
  width: 66.6666666667%;
}

.col-9 {
  padding: 0 16px;
  width: 75%;
}

.col-10 {
  padding: 0 16px;
  width: 83.3333333333%;
}

.col-11 {
  padding: 0 16px;
  width: 91.6666666667%;
}

.col-12 {
  padding: 0 16px;
  width: 100%;
}

[class*=col-] {
  float: left;
}

[class*=col-]::after {
  clear: both;
}

.row {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  align-items: center;
}

.container-fluid {
  width: 100%;
}

.clear-fix {
  clear: both;
}

@media only screen and (max-width: 1200px) {
  .container {
    width: 95%;
  }
  .col-lg-1 {
    width: 8.3333333333%;
    padding: 0 16px;
  }
  .col-lg-2 {
    width: 16.6666666667%;
    padding: 0 16px;
  }
  .col-lg-3 {
    width: 25%;
    padding: 0 16px;
  }
  .col-lg-4 {
    width: 33.3333333333%;
    padding: 0 16px;
  }
  .col-lg-5 {
    width: 41.6666666667%;
    padding: 0 16px;
  }
  .col-lg-6 {
    width: 50%;
    padding: 0 16px;
  }
  .col-lg-7 {
    width: 58.3333333333%;
    padding: 0 16px;
  }
  .col-lg-8 {
    width: 66.6666666667%;
    padding: 0 16px;
  }
  .col-lg-9 {
    width: 75%;
    padding: 0 16px;
  }
  .col-lg-10 {
    width: 83.3333333333%;
    padding: 0 16px;
  }
  .col-lg-11 {
    width: 91.6666666667%;
    padding: 0 16px;
  }
  .col-lg-12 {
    width: 100%;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 992px) {
  .container {
    width: 95%;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
    padding: 0 16px;
  }
  .col-md-3 {
    padding: 0 16px;
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
    padding: 0 16px;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  .col-s-1 {
    width: 8.3333333333%;
  }
  .col-s-2 {
    width: 16.6666666667%;
  }
  .col-s-3 {
    width: 25%;
    padding: 0 16px;
  }
  .col-s-4 {
    width: 33.3333333333%;
  }
  .col-s-5 {
    width: 41.6666666667%;
  }
  .col-s-6 {
    width: 50%;
    padding: 0 16px;
  }
  .col-s-7 {
    width: 58.3333333333%;
  }
  .col-s-8 {
    width: 66.6666666667%;
  }
  .col-s-9 {
    width: 75%;
  }
  .col-s-10 {
    width: 83.3333333333%;
  }
  .col-s-11 {
    width: 91.6666666667%;
  }
  .col-s-12 {
    width: 100%;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 576px) {
  .container {
    width: 100%;
  }
  .col-xs-1 {
    width: 8.3333333333%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
  }
  .col-xs-3 {
    width: 25%;
    padding: 0 16px;
  }
  .col-xs-4 {
    width: 33.3333333333%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
  }
  .col-xs-6 {
    width: 50%;
    padding: 0 16px;
  }
  .col-xs-7 {
    width: 58.3333333333%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
  }
  .col-xs-12 {
    width: 100%;
    padding: 0 16px;
  }
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

body {
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

html {
  scroll-behavior: smooth;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

button {
  border: none !important;
}

.footer {
  background-color: #000;
  color: #fff;
  padding: 40px 0 20px;
  text-align: center;
}

.footer_content {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_text p {
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  max-width: 800px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.25px;
  margin: 0 auto;
}

.footer_img {
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  margin: 20px 0;
}

.footer .buttonGetTouch {
  background-color: #fff;
  padding: 14px 30px;
  border: none;
  color: #000;
  border-radius: 41px;
  cursor: pointer;
  line-height: 150%;
  margin-bottom: 30px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.footer_contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px 0;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.footer_contact p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

.footer_contact nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.footer_contact nav a {
  color: #fff;
  text-decoration: none;
  margin: 0 8px;
  transition: color 0.3s ease;
  font-family: "Montserrat", sans-serif;
}

.footer_contact nav a:hover {
  color: #ccc;
}

/* Responsive styles */
@media (max-width: 1200px) {
  .footer_text p {
    font-size: 70px;
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .footer_text p {
    font-size: 60px;
    max-width: 700px;
  }
  .footer_img {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 30px 0 20px;
  }
  .footer_text p {
    font-size: 48px;
    max-width: 90%;
  }
  .footer_img {
    width: 150px;
    height: 150px;
  }
  .footer .buttonGetTouch {
    padding: 15px 25px;
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .footer_text p {
    font-size: 36px;
    line-height: 1.2;
  }
  .footer_img {
    width: 120px;
    height: 120px;
  }
  .footer .buttonGetTouch {
    padding: 12px 20px;
    font-size: 14px;
  }
  .footer_contact {
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
  }
  .footer_contact p,
  .footer_contact nav {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer_contact nav a {
    margin: 0 5px;
    font-size: 13px;
  }
}
@media (max-width: 375px) {
  .footer_text p {
    font-size: 28px;
  }
  .footer_img {
    width: 100px;
    height: 100px;
  }
  .footer .buttonGetTouch {
    padding: 10px 18px;
    font-size: 13px;
  }
  .footer_contact {
    font-size: 12px;
  }
  .footer_contact nav a {
    font-size: 12px;
    margin: 0 4px;
  }
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #fff;
  z-index: 100;
  flex-wrap: wrap;
}

.header_contact {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.email-contact {
  display: flex;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  padding: 2px 0px;
}

.email-CV {
  display: flex;
  gap: 8px;
}

.header_contact #email {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin: 0 8px 0 0;
}

.header_contact .buttonCopy,
.header_contact .buttonCv {
  padding: 8px 20px;
  border: none;
  background-color: #eeeeee;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  border-radius: 25px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  outline: none;
  min-width: 80px;
}

.header_contact .buttonCopy:active,
.header_contact .buttonCv:active {
  transform: translateY(2px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #e0e0e0;
}

.header_contact .buttonCopy:hover,
.header_contact .buttonCv:hover {
  background-color: #e6e6e6;
}

.header_contact .buttonCopy:focus,
.header_contact .buttonCv:focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.header_links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.header_links a {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  color: #000;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  margin: 0 8px;
  transition: color 0.2s ease;
}

.header_links a:hover {
  color: #555;
}

/* Media queries for responsiveness */
@media (max-width: 992px) {
  .header {
    padding: 12px 15px;
  }
  .header_contact #email {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .header {
    flex-direction: column;
    gap: 15px;
    padding: 15px 10px;
  }
  .header_contact {
    width: 100%;
    justify-content: center;
  }
  .header_links {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  .header_contact {
    flex-direction: column;
    gap: 12px;
  }
  .email-contact {
    text-align: center;
    justify-content: center;
    width: 100%;
  }
  .email-CV {
    width: 100%;
    justify-content: center;
  }
  .header_contact #email {
    margin-right: 0;
    font-size: 15px;
  }
  .header_contact .buttonCopy,
  .header_contact .buttonCv {
    padding: 6px 16px;
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .header_links {
    gap: 8px;
  }
  .header_links a {
    font-size: 16px;
    margin: 2px 0;
  }
  .email-CV {
    gap: 6px;
  }
  .header_contact .buttonCopy,
  .header_contact .buttonCv {
    min-width: 70px;
    padding: 6px 14px;
  }
}
.main {
  text-align: center;
}

.intro {
  margin-bottom: 40px;
  padding: 40px 0;
  border-radius: 10px;
}

.intro_content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.intro_title {
  color: #111;
  font-family: Righteous;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: 1.8px;
  margin-bottom: 15px;
}

.intro_description {
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0 10px;
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.intro_buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.intro_buttons a {
  color: white !important;
  text-decoration: none;
}

.buttonGetTouch {
  padding: 20px 30px;
  background-color: #000000;
  color: #fff;
  border: none;
  border-radius: 41px;
  cursor: pointer;
  line-height: 150%;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
  .container {
    max-width: 100%;
  }
  .intro_title {
    font-size: 48px;
    line-height: 65px;
  }
  .intro_description {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
  .intro_buttons {
    flex-direction: column;
    align-items: center;
  }
  .intro_title {
    font-size: 40px;
    line-height: 55px;
  }
  .intro_description {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .container {
    padding: 0 10px;
  }
  .intro_title {
    font-size: 32px;
    line-height: 45px;
  }
  .intro_description {
    font-size: 16px;
  }
  .buttonGetTouch,
  .btn-secondary {
    width: 100%;
    max-width: 280px;
    padding: 15px 20px;
    font-size: 16px;
  }
  .btn_googleplay img {
    height: 35px;
  }
}
@media (max-width: 375px) {
  .intro_title {
    font-size: 24px;
    line-height: 35px;
  }
  .intro_description {
    font-size: 14px;
  }
}
.projects-kotlin {
  padding: 30px 25px;
  border-radius: 20px;
}

.projects {
  margin-bottom: 40px;
  text-align: center;
}

.projects-header {
  margin-bottom: 30px;
}

.projects-header p {
  color: #111;
  font-family: "Righteous", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.25px;
  margin-bottom: 20px;
}

.projects_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.project_card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 20px 24px 0; /* no bottom padding */
  overflow: hidden; /* clip image to card bottom */
}

.project_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.project_googleplay_text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 1 0;
  width: 50%;
  padding: 12px 16px 16px 0;
  text-align: left;
  height: 100%;
  gap: 10px;
}

.project_text {
  margin-bottom: 10px;
}

.project_title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
}

.project_description {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.5;
}

.googleplay_icon,
.appstore_icon {
  height: auto;
  display: inline-block;
  margin: 2px 0; 
}

.googleplay_icon img,
.appstore_icon img {
  width: 100%; 
  height: auto;
  display: block;
  max-width: 150px;
}

/* Fix responsiveness for iPad Pro and 14-inch screens */
/* @media (min-width: 1000px) and (max-width: 1440px) {
  .googleplay_icon img,
  .appstore_icon img {
    max-width: 130px;
    width: 50%;
  }

  .project_description {
    margin-bottom: 0px; 
  }
} */

/* .appstore_icon {
  transform: scale(0.85);
  transform-origin: left center;
  margin-left: 4%;
} */

.project_image {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end; /* stick image to bottom */
  padding: 0; /* remove extra space */
  margin: 0; /* ensure no bottom gap */
}

.project_image img {
  max-width: 100%;
  border-radius: 12px;
  height: auto;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0; /* remove top/bottom margin */
  display: block; /* remove inline gap */
}

.github_img {
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
}

.github_card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 20px 35px 40px; 
  border-radius: 20px;
  text-align: center;
}

.project_card .github_card {
  margin-left: auto;
  margin-right: auto;
}

.github_title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
}

.github_description {
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
  line-height: 1.5;
  opacity: 0.7;
}

.github_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border: 1px solid #fff;
  border-radius: 41px;
  /* padding: 4px 12px; */
  flex-wrap: wrap;
}

.github_buttons a {
  color: white !important;
  text-decoration: none;
}

.button_github {
  display: flex;
  padding: 10px 20px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 1200px) {
  .project_image img {
    margin-top: 80px;
  }
}
@media (max-width: 992px) {
  .project_card {
    display: flex;
    justify-content: center;
  }
  .project_googleplay_text {
    height: auto;
  }
  .github_card {
    margin: 20px 25px 35px;
  }
  .github_title {
    font-size: 20px;
  }
  .github_description {
    font-size: 13px;
  }
  .project_title {
    font-size: 20px;
  }
  .project_description {
    font-size: 13px;
  }
  .project_image {
    margin-bottom: 0px;
  }
  .project_image img {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .github_img {
    width: 50px;
    height: 50px;
  }
  .github_title {
    font-size: 18px;
  }
  .github_description {
    font-size: 12px;
  }
  .button_github {
    padding: 8px 16px;
  }
  .project_card {
    flex-direction: column-reverse;
    padding: 20px 20px 0 20px;
  }
  .project_googleplay_text {
    width: 100%;
    padding: 12px 0 0 0;
    order: 2;
    text-align: center;
    height: auto;
    gap: 8px;
  }
  .project_image {
    width: 100%;
    order: 1;
    margin-bottom: 0px;
    padding: 10px 0 0 0;
  }
  .project_image img {
    max-height: 250px;
  }
  .googleplay_icon,
  .appstore_icon {
    margin: 0 auto;
  }
  .project_image img {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .github_card {
    margin: 20px 15px 30px;
  }
  .github_img {
    width: 40px;
    height: 40px;
  }
  .github_title {
    font-size: 16px;
  }
  .github_description {
    font-size: 11px;
  }
  .github_buttons {
    flex-direction: column;
    gap: 10px;
  }
  .button_github {
    width: 100%;
    justify-content: center;
  }
  .projects-header p {
    font-size: 32px;
  }
  .project_card {
    padding: 20px 20px 0 20px;
  }
  .project_title {
    font-size: 18px;
    margin-top: 10px;
  }
  .project_image img {
    margin-top: 10px;
  }
  .project_description {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .project_image {
    margin-bottom: 0px;
  }
  .project_image img {
    max-height: 200px;
  }
  .googleplay_icon img,
  .appstore_icon img {
    width: 130px;
  }
  .btn-primary-kotlin {
    padding: 10px 20px;
  }
}
@media (max-width: 375px) {
  .project_card {
    padding: 20px 20px 0 20px;
  }
  .project_title {
    font-size: 16px;
  }
  .project_description {
    font-size: 11px;
  }
  .project_image {
    margin-bottom: 0px;
  }
  .project_image img {
    max-height: 180px;
  }
  .googleplay_icon img,
  .appstore_icon img {
    width: 120px;
  }
  .btn-primary-kotlin {
    padding: 10px 20px;
  }
}
.coming-soon {
  padding: 40px 20px;
  border-radius: 16px;
  margin: 0 10px 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.coming-soon__content {
  width: 100%;
}

.coming-soon h1 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.25px;
  margin: 0;
}

/* Responsive styles */
@media (max-width: 992px) {
  .coming-soon h1 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .coming-soon {
    padding: 30px 15px;
  }
  .coming-soon h1 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .coming-soon {
    padding: 25px 10px;
    margin: 0 5px 30px;
  }
  .coming-soon h1 {
    font-size: 32px;
  }
}
@media (max-width: 375px) {
  .coming-soon {
    padding: 20px 10px;
  }
  .coming-soon h1 {
    font-size: 26px;
  }
}
.youtube {
  padding: 0px 50px;
}

.youtube_header {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  margin-bottom: 40px;
  padding: 40px 0px;
  background-color: rgba(238, 238, 238, 0.3019607843);
}

.youtube_content {
  text-align: center;
  max-width: 100%;
}

.youtube_img {
  width: 330px;
  aspect-ratio: 357/79.73;
  height: auto;
  margin-bottom: 15px;
}

.youtube_title {
  max-width: 750px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.25px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

.intro_youtube {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-top: 16px;
  flex-wrap: wrap;
}

.btn-primary-youtube {
  border: 1px solid #000 !important;
  background-color: transparent;
  padding: 10px 26px;
  border-radius: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-primary-youtube a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.25px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .youtube_img {
    width: 280px;
  }
  .youtube_title {
    font-size: 18px;
    padding: 0 10px;
  }
  .btn-primary-youtube a {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .youtube {
    padding: 30px 15px;
  }
  .youtube_img {
    width: 240px;
  }
  .youtube_title {
    font-size: 17px;
  }
  .btn-primary-youtube a {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .youtube {
    padding: 20px 10px;
  }
  .youtube_img {
    width: 200px;
  }
  .youtube_title {
    font-size: 16px;
  }
  .intro_youtube {
    gap: 10px;
  }
  .btn-primary-youtube {
    padding: 8px 20px;
  }
  .btn-primary-youtube a {
    font-size: 16px;
  }
}
.avatar-container {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  margin-bottom: 25px;
  perspective: 1000px;
}

.avatar-flipper {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.avatar-container .avatar-flipper {
  transform: rotateY(180deg);
}

.avatar-container:hover .avatar-flipper {
  transform: rotateY(0deg);
}

.avatar-front,
.avatar-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 4px solid white;
}

.avatar-front {
  background-color: #f8f9fa;
}

.avatar-back {
  transform: rotateY(180deg);
}

.emoji-avatar img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.emoji-avatar {
  position: relative;
}

.emoji-avatar_video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
  pointer-events: none; /* prevent browser overlay */
}

.intro_avatar {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

@keyframes flipAvatar {
  0% {
    transform: rotateY(0deg);
  }
  70% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}

/* hover flips are enabled (no override) */
/*# sourceMappingURL=main.css.map */
.appstore_icon { margin-top: auto; }
.googleplay_icon { margin-top: 8px; }
@media (min-width: 1200px) {
  .project_googleplay_text {
    padding-left: 16px;
  }
}
@media (max-width: 1480px) {
  .project_card { padding-bottom: 0; }
  .project_image { align-items: flex-end; padding-bottom: 0; margin-bottom: 0; align-self: stretch; }
  .project_image img { margin-bottom: 0; display: block; }
}