
@import 'bootstrap';
@import url('https://fonts.googleapis.com/css2?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:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
  --bs-text-opacity: 0.5; /* Đặt độ mờ là 50% */
  font-weight: 300;
}


* {
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}


::-webkit-scrollbar-thumb {
  background: #ded7d7;
  border-radius: 10px;
}


body {
  padding-top: 60px;
}

p, a, h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

a {
  text-decoration: none !important;
  transition: 0.3s all ease;
  font-size: 1rem;
}

ul li a {
  text-decoration: none;
}

.navbar.scrolled {
  background-color: #e8edec; 
  transition: background-color 0.3s ease; 
}

.navbar-brand {
  font-weight: 500;
  color: #009979;
  font-size: 24px;
  transition: 0.3s color;
}

.navbar-toggler {
  border: none;
  font-size: 1.1rem;
}
.navbar-toggler:focus .btn-close:focus {
  box-shadow: none;
  outline: none;
}

.nav-link {
  color: #666777;
  font-weight: '300';
  position: relative;
}

.nav-link:hover,
.nav-link.active {
  color: #000;
}

@media (min-width: 991px) {
  .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #009979;
    visibility: hidden;
    transition: 0.3s ease-in-out;
  }

  .nav-link:hover::before,
  .nav-link.active::before {
    width: 100%;
    visibility: visible;
  }
}

@media only screen and (max-width: 768px){
    .mt-10{
        margin-top: 10px !important;
    }
    .py-8 {
        padding-top: 2rem !important;
    }
}
.mt-10 {
  margin-top: 100px;
}
.section {
  padding: 50;
  padding: 50px;
}

.icon > svg {
  height: 3rem;
  width: 3rem;
}
.py-8 {
  padding-bottom: 4rem !important;
  padding-top: 4rem !important;
}
.fw-bold,
.fw-semibold {
  font-weight: 600 !important;
}
.fs-lg {
  font-size: 1rem !important;
}
h1{
  font-size: 3rem;
  font-weight: 400;
}


.lift {
  box-shadow: 0 0 0 rgba(22, 28, 45, 0);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.lift:focus,
.lift:hover {
  box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1),
    0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important;
  transform: translate3d(0, -3px, 0);
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.mb-8 {
  margin-bottom: 4rem !important;
}
.img-fluid,
.img-thumbnail {
  height: auto;
  max-width: 100%;
}
/* .mb-9 {
  margin-bottom: 4rem !important;
} */

.shape-blur-4 {
  bottom: 0;
  left: 50%;
  top: 0;
  transform: translateX(-50%) scale(1.3);
  width: 80%;
}
.shape {
  pointer-events: none;
  position: absolute;
}

/* 
.text-gray-200 {
  --bs-text-opacity: 1;
  color: whitesmoke !important;
} */
.img-skewed {
    perspective: 1500px;
    transform-style: preserve-3d;
}
.img-skewed-start {
    perspective-origin: 0;
}
.img-skewed-start .img-skewed-item {
    
    backface-visibility: hidden;
    transform: rotateY(-35deg) rotateX(15deg);
}



.device,
.device > .img-fluid {
  position: relative;
}
.device-macbook:before,
.device-macbook > .device-screen {
  height: 73.076923076%;
  left: 13.38709677%;
  top: 11.53846154%;
  width: 73.548387096%;
}
.device-screen,
.device:before {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}
.device:before {
  background-color: white;
  content: "";
}

.device-combo {
  position: relative;
}
.device-combo > .device {
  position: absolute;
}

.device-combo-iphonex-macbook,
.device-combo-macbook-iphonex {
  padding-bottom: 62.4260355%;
}
.device-combo-iphonex-macbook > .device-iphonex,
.device-combo-macbook-iphonex > .device-iphonex {
  width: 27.9585799%;
  z-index: 1;
}

.device-combo-iphonex-macbook > .device-iphonex {
  bottom: 0;
  left: 0;
}
.device-screen,
.device:before {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}
.device-iphonex:before,
.device-iphonex > .device-screen {
  height: 80.838323353%;
  left: 16.4021164%;
  top: 7.784431138%;
  width: 66.137566137%;
}
.device-combo > .device {
  position: absolute;
}

.device-combo-iphonex-macbook > .device-macbook,
.device-combo-macbook-iphonex > .device-macbook {
  width: 91.7159763%;
}
.device-combo-iphonex-macbook > .device-macbook {
  right: 0;
  top: 0;
}

.device-screen,
.device:before {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}
.device-macbook:before,
.device-macbook > .device-screen {
  height: 73.076923076%;
  left: 13.38709677%;
  top: 11.53846154%;
  width: 73.548387096%;
}

/* .pb-6 {
  padding-bottom: 3rem !important;
} */
.border-bottom {
  border-bottom: 1px red;
}


.text-gradient{
  background: #121FCF;
background: linear-gradient(to right, #121FCF 0%, #C50FCF 100%);
-webkit-text-fill-color: transparent;

}


.list-features li{
  color: #2f1c6a;
  margin-bottom: 0.5rem;
  list-style-type: none;
}

.list-features li i {
  margin-right: 12px;
}

body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  background-color: #fdfdfd;
  color: #333;
}
/* Sidebar chiếm full height + full width */
.sidebar {
  min-height: 100vh;
  padding: 0;
}

.sidebar .nav-link {
  width: 100%;
  border-radius: 0;
  transition: all 0.2s ease;
}

.sidebar .nav-link:hover {
  background-color: #f0f4ff;
  color: #0d6efd;
}

.sidebar .nav-link.active {
  background-color: #e7f1ff;
  font-weight: 600;
  color: #0d6efd;
}

.post-content blockquote {
  border-left: 4px solid #007bff;
  padding: 0.5rem 1rem;
  margin: 1rem 0;
  color: #555;
  background-color: #f9f9f9;
}

.post-content blockquote ul {
  margin-bottom: 0;
}

.post-content blockquote ul li {
  margin-bottom: 0.5rem;
  list-style-type: none;
  font-style: italic;
}

h1 {
  color: #16508a;
  font-weight: 600;
  font-size: 1.7rem ;
  text-transform: uppercase;
}

h2{
  color: #16508a;
  font-weight: 600;
}

h3{
  color: #16508a;
  font-weight: 600;
}

.post-content blockquote h2 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;

  margin-top: 0;
}

.post-content {
  text-align: justify;
}


/* Nội dung docs */
.post-content h1 {
  margin-bottom: 1.2rem;
  font-weight: 600;
  color: #545454;
}

.post-content h2, .post-content h2 span {
  color: #16508a !important;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 1rem;
}

.post-content h3 {
  font-size: 1rem;
  margin-top: 2.5rem;
}

.post-content ul, .post-content ol {
  padding-left: 16px;
}

.post-content figure img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1rem auto;
  border-radius: 8px;
}

.post-content ul li, .post-content ol li {
  margin-bottom: 0.5rem;
  list-style-type: disc;
}

.post-content p {
  line-height: 1.7rem;
  margin-bottom: 1rem;
}

.post-content pre {
  background-color: #f8f9fa;
  padding: 1rem;
  border-radius: 6px;
  overflow-x: auto;
}

.post-content code {
  background-color: #f3f4f6;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: "Fira Code", monospace;
  font-size: 0.9rem;
}


section {
  /* text-align: center;
  justify-content: center; */
  display: flex;
  flex-direction: column;
}

section h2 {
  color: #16508a !important;
  align-items: center;
  justify-content: center;
}

.img-avatar {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.card-hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(22, 28, 45, 0.05);
}

.card-hover:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.icon-round-content{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #1ABC9C;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.icon-round-content i {
  color: white;
  font-size: 24px;
}

.card-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #16508a;
}

section ul {
  padding-left: 0;
  margin: 1.5rem auto;
  max-width: 600px;
  text-align: left;
}

section ul li {
  color: #16508a;
  font-size: 1.05rem;
  list-style: none;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}

section ul li:hover {
  color: #1abc9c;
}

section ul li::before {
  content: "•";
  color: #1abc9c;
  font-size: 1.5rem;
  margin-right: 0.75rem;
  font-weight: bold;
  display: inline-block;
}

.card-body{
  padding: 1rem;
}

/* Ghi chú phát hành */
.release-notes {
  background-color: #f8f9fa;
  padding: 1em;
  border-radius: 0.5em;
  margin-bottom: 1em;
}
.release-notes h1, .release-notes h2, .release-notes h3 {
  margin-top: 0;
  color: #16508a;
  font-size: medium;
  font-weight: 500;
}
.release-notes {
  all: unset;
}

.release-notes p {
  margin-bottom: 1em;
  line-height: 1.6;
}
.release-notes ul {
  margin: 0;
  margin-bottom: 1em;
  padding-left: 1.5em;
  list-style-type: none;
  max-width: unset;
}

.release-notes ul li {
  display: block;
}

.release-notes ul li::before {
  color: unset;
}

.release-notes ul li:hover {
  color: unset;
}

.release-notes ul li ul {
  margin: 0;
  padding: auto;  
  list-style-type: none;
}

.release-notes ul li ul li::before {
  display: none;
}

.release-notes ul li{
  color: #676767
}


/* scroll y */
