.container {
  width: 100% !important;
}

section {
  padding: 30px 0;
}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}

.navbar ul {
  display: none;
  /* visibility: hidden; */
}

.btn {
  display: none;
}

#hero .container {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  width: 80%;
  margin: auto;
  flex-wrap: wrap;
}

.feature__content {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}

.feature__content h1 {
  font-size: 2rem;
  padding-right: 0px;
}

.feature__content h1:nth-child(2) {
  font-size: 2rem;
  margin-bottom: 10px;
}

.feature__content p {
  font-size: 1rem;
}

.btn__group {
  display: flex;
  justify-content: center;
}

.btn__group .main-btn {
  font-size: 0.9rem;
  padding: 14px 20px;
}

.feature__image {
  width: 100%;
}

/* Compatible Section */
#compatible .container {
  flex-wrap: wrap;
  text-align: center;
}

/* Compatible Section: content */
#compatible .content {
  width: 100%;
  margin-bottom: 12px;
}

#compatible .content h3 {
  color: var(--secondary-color);
  font-weight: 300;
  font-size: 1rem;
}

/* Compatible Section: softwares */
#compatible .softwares {
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 1.2rem;
}

#compatible img {
  width: 38%;
  aspect-ratio: 2/1;
  object-fit: contain;
}

/* Tools Section */
.sub__heading h2 {
  font-size: 2rem;
}

.sub__heading p {
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-muted);
}

.sub__heading br {
  display: none;
}

/* Tool Section */
#tools {
  padding-inline: 20px;
}

#tools .card__group {
  flex-direction: column;
  gap: 1.5rem;
}

#tools .card__group .card {
  width: 100%;
}

/* Projects Section */
#projects {
  padding-inline: 20px;
}
/* Projects Section: Card Group */
#projects .card__group {
  flex-direction: column;
}

#projects .card {
  width: 100%;
}

#projects .card__img img {
  width: 340px;
  height: auto;
}

/* Mobile-First Section */
#mobile__first {
  padding-inline: 20px;
}

#mobile__first .container {
  background-color: #fbf5f3;
  padding: 40px 35px;
  border-radius: 35px;
  display: flex;
  flex-direction: column;
}

/* Mobile-First Section: content */
.mobile__content {
  width: 100%;
}

.mobile__content h3 {
  font-size: 2.2rem;
  margin-bottom: 16px;
}

.mobile__content > p {
  font-size: 0.9rem;
  font-weight: 400;
  width: 100%;
}

.mobile__content ul {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  width: 90%;
  margin-bottom: 40px;
}

.mobile__content li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.mobile__content li p {
  font-size: 0.9rem;
  font-weight: 500;
}

.mobile__content img {
  display: none;
}

.mobile__image {
  width: 100%;
}

/* Store Section */
#store {
  padding-inline: 20px;
}

#store .sub__heading svg {
  width: 50px;
}

/* Store Section: Cards */
#store .card__container {
  display: flex;
  gap: 1rem;
  margin-top: 40px;
}

#store .card__group {
  width: 48%;
}

#store .card__group:last-child {
  display: none;
}

#store .card {
  padding: 18px 16px;
}

#store .card .card__content h3 {
  font-size: 1rem;
}

#store .card .card__content p {
  font-size: 0.7rem;
  line-height: 0.9rem;
  font-weight: 400;
}

/* Support Section */
#support {
  margin: 0;
}

#support .container {
  flex-direction: column;
  padding: 50px 0;
  border-radius: 20px 20px 0 0;
}

/* Support Section: Content */
#support .support__content {
  width: 100%;
  text-align: center;
}

#support .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-bottom: 16px;
}

#support .icon P {
  font-size: 1rem;
  font-weight: 600;
}

#support .support__content h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

#support .support__content > p {
  font-size: 0.9rem;
  margin-inline: auto;
}

#support .support__featureImg {
  width: 80%;
}

#support .list__card {
  padding: 20px 24px;
}

#support .card__intro i {
  font-size: 2.2rem;
}

#support .card__btn i {
  font-size: 2rem;
}

#support .card__intro h5 {
  color: var(--darkGreen-color);
  font-weight: 500;
  font-size: 0.8rem;
}

/* Footer */
footer {
  padding: 40px 18px;
}

.footer-content svg {
  width: 2rem;
  height: auto;
}

.footer-content .title {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.footer-content .title br{
  display: none;
}

.footer-content .btn-dark {
  padding: 16px 20px;
  border-radius: 10px;
}

.footer-content .btn-dark p{
  font-size:.9rem;
}

footer .label-group{
  flex-direction: column;
  align-items:center;
  gap: 2rem;
}

footer .label{
  text-align:center;
  width:40%;
  flex-direction: column;
  margin:0;
  gap:.7rem;
}

footer .label i{
  font-size:1.8rem;
}

footer .label p {
  font-size:1rem;
}


footer .copyright{
  flex-direction:column;
  text-align:center;
  row-gap:1rem;
}
footer .copyright p{
  font-size:.9rem;
}