@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: Arial, sans-serif;
  font-size: 1.6rem;
  min-width: 350px;
}

nav.navbar-custom {
  background: linear-gradient(135deg, #bde61b, #0dc89f);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
nav.navbar-custom .navbar-brand:hover {
  scale: 1.05;
}
nav.navbar-custom a.hover:hover {
  scale: 1.02;
}
nav.navbar-custom .nav-link.active {
  color: #000000 !important;
}

.navbar-toggler {
  border-color: #ffffff;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: none;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-toggler .navbar-toggler-icon::before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.navbar-toggler:hover {
  color: white;
}

.main p.desc {
  color: #3f4c7c;
  font-size: 1.6rem;
  padding: 10px 0;
  line-height: 1.6;
}
.main .fs {
  font-size: 5rem;
  font-weight: bold;
  color: #3f4c7c;
}
.main .bd {
  padding: 0 20px;
}
.main .btn {
  display: inline-block;
  padding: 10px 20px;
  background: #007bff;
  color: #ffffff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 999px;
  border: none;
  position: relative;
  overflow: hidden;
}
.main .btn::after {
  content: "";
  background-color: #215690;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 0.3s linear;
}
.main .btn:hover::after {
  width: 100%;
}
.main .btn-transition {
  position: relative;
  z-index: 1;
}
.main .home .avatar {
  width: 100%;
  padding: 20px;
}
.main .home .avatar img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.main .home .home-content {
  padding: 20px;
}
.main .home .home-content .home-name {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.main .home .home-content .home-name span {
  font-weight: bold;
  color: #3f4c7c;
}
.main .home .home-content .home-name .text-primary {
  color: #4facfe;
  animation: colorChange 5s infinite alternate-reverse;
}
.main .home .home-content .has-text-align-center em {
  font-style: italic;
}

@keyframes colorChange {
  0% {
    filter: hue-rotate(0deg);
    color: #4facfe;
  }
  25% {
    filter: hue-rotate(90deg);
    color: rgb(129.7118644068, 195.9152542373, 254.2881355932);
  }
  50% {
    filter: hue-rotate(180deg);
    color: #ff6347;
  }
  75% {
    filter: hue-rotate(270deg);
    color: #32cd32;
  }
  100% {
    filter: hue-rotate(360deg);
    color: #4facfe;
  }
}
.about .about-text {
  padding: 20px;
}
.about .avatar {
  width: 100%;
  padding: 20px;
}
.about .avatar img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.project .box-hidden {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.project img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
  border-radius: 10px 10px 0 0;
}
.project img:hover {
  transform: scale(1.1);
}
.project .project-hover {
  transition: transform 0.5s;
}
.project .project-hover:hover {
  transform: translateY(-16px);
  cursor: pointer;
}

/*========== Skill ==========*/
.skill-hover {
  transition: transform 0.3s ease;
}
.skill-hover:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.skill-hover .box-hidden i {
  transition: transform 0.3s ease, color 0.3s ease;
}
.skill-hover:hover .box-hidden i {
  transform: translateY(-10px);
  color: #007bff;
}

/*========== Education ==========*/
.education-timeline .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.education-timeline .card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

.bg-primary {
  transition: background-color 0.3s ease;
}
.bg-primary:hover {
  background-color: rgb(0, 98.4, 204);
}

/*========== Contact ==========*/
.img-custom img {
  width: 100%;
  object-fit: cover;
}

.text-truncate-single {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

/* Tạo khoảng cách và căn chỉnh cho các block mạng xã hội */
.channel-block {
  margin-bottom: 30px;
}
.channel-block .inner-box {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
}
.channel-block .inner-box:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
.channel-block .inner-box .icon-box {
  margin-bottom: 15px;
}
.channel-block .inner-box .icon-box img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.channel-block .inner-box .icon-box img:hover {
  transform: scale(1.1);
}
.channel-block .inner-box h2 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
}
.channel-block .inner-box p {
  font-size: 1.6rem;
  color: #666;
}

/* Responsive Design */
@media (max-width: 768px) {
  .channel-block {
    margin-bottom: 20px;
  }
  .channel-block .inner-box {
    padding: 15px;
  }
  .channel-block .icon-box img {
    width: 50px;
    height: 50px;
  }
  .channel-block h3 {
    font-size: 1rem;
  }
  .channel-block p {
    font-size: 0.85rem;
  }
}
.footer {
  background: linear-gradient(135deg, #0ab245, #2575fc);
  color: #007bff;
  padding: 60px 0;
}
.footer .container .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
.footer .container .row .col-lg-4,
.footer .container .row .col-md-6 {
  padding: 0 15px;
}
.footer .container .row .col-lg-4 .social-links,
.footer .container .row .col-md-6 .social-links {
  margin-top: 1.5rem;
}
.footer .container .row .col-lg-4 .social-links a,
.footer .container .row .col-md-6 .social-links a {
  margin-right: 1rem;
  color: #ffffff;
  transition: all 0.3s ease, transform 0.3s ease;
}
.footer .container .row .col-lg-4 .social-links a i,
.footer .container .row .col-md-6 .social-links a i {
  font-size: 1.6rem;
}
.footer .container .row .col-lg-4 .social-links a i:hover,
.footer .container .row .col-md-6 .social-links a i:hover {
  color: #f39c12;
  transform: scale(1.1);
}
.footer .container .row .col-lg-4 .social-links a:last-child,
.footer .container .row .col-md-6 .social-links a:last-child {
  margin-right: 0;
}
.footer .container .row h5 {
  color: #007bff;
  font-weight: 600;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.footer .container .row h5:hover {
  color: #215690;
}
.footer .container .row ul.list-unstyled li {
  font-size: 1.6rem;
  margin-bottom: 15px;
  line-height: 1.8;
  color: #ffffff;
  transition: color 0.3s ease;
}
.footer .container .row ul.list-unstyled li:hover {
  color: #f39c12;
}
.footer .container .row ul.list-unstyled li i {
  color: #f39c12;
  margin-right: 10px;
}
.footer .footer-bottom {
  text-align: center;
  margin-top: 40px;
}
.footer .footer-bottom p {
  color: #aaa;
  font-size: 1.4rem;
  transition: color 0.3s ease;
}
.footer .footer-bottom p:hover {
  color: #007bff;
}
.footer a.text-light {
  color: #ffffff;
  text-decoration: none;
}
.footer a.text-light:hover {
  color: #215690;
}

@media (max-width: 992px) {
  .footer {
    padding: 40px 0;
  }
  .footer .container .row {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 30px 0;
  }
  .footer .container .row {
    gap: 15px;
  }
}

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