.carousel-inner img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}

.carousel-caption {
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  padding: 10px 20px;
}
body {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100%;
    background-color: #F4F5FF;
}
p {
    width: 100%;
    left: 0px;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: top;
    max-width: 550px;
    color: #727586;
    margin: 0px;
}
a:hover {
    cursor: pointer;
    color: #673DE6;
    text-decoration: underline;
}
h1 {
    font-family: 'DM Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
    margin: 8px;
}
h3 {
    text-align: center;
}

.main-header {
    background-color: rgba(255,255,255,.875);
    box-shadow: 0 0 .5rem #D9D9D9;
    padding-bottom: 1rem;
    width: 100%;
    top: 0;
    height: 10rem;
    z-index: 12;
    color: #000;
    height: 5rem;
    padding-top: 0.5rem;
}
.main-header .logo {
    position: relative;
    top: -0.8rem;
}
.main-header .logo a {
    font-size: 3.2rem;
    letter-spacing: .2rem;
    color: currentColor;
}
.anchor-nav li { list-style:none; }
.anchor-nav li a { color:#000; text-decoration:none; font-weight: 500;  padding-right: 20px; }
.align-items-center {
    align-items: center!important;
    line-height: 60px;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*width: 50%;*/
    height: 100%;
}
.content a {
    text-decoration: none;
    color: #000;
}
.ic-launch  {
    margin-left: 10.5px;
    width: 21px !important;
    height: 20px !important;
}
.link-container {
    margin-top: 32px;
    margin-bottom: 32px;
}
.link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #673DE6;
    margin-top: 8px;
    text-decoration: none;
}
.main-image {
    width: 100%;
    max-width: 650px;
    max-height: 406px;
    height: auto;
}
.navigation {
    width: 100%;
    height: 72px;
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #36344D;
}
.mobile-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}
.mobile-card:hover {
  transform: translateY(-5px);
}
.mobile-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.mobile-title {
  font-weight: bold;
  padding: 10px;
  text-align: center;
  font-size: 18px;
}
.specification {
    text-align: center;
    border-top: 1px solid #e1e1e1;
}
.footer {
  background: #0d0d0d;
  color: #ffffff;
  width: 100%;
}

.footer-logo img {
  filter: brightness(1.2);
}

.footer-social a {
  transition: all 0.3s ease;
}

.footer-social a:hover {
  color: #0dcaf0;
  transform: scale(1.2);
}
.about-us h2{
    text-align: center;
}
.about-us p {
    text-align: center;
    max-width: 100% !important;
}

@media screen and (max-width: 580px) and (min-width: 0px) {
    h1, p, .link-container {
        width: 80%;
    }
}
@media screen and (min-width: 650px) and (min-height: 0px) and (max-height: 750px) {
    .link-container {
        margin-top: 12px;
    }
    h1 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}