.ardentlogo-container {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.ardentlogo-image {
  height: 2rem;
}
.ardentlogo-text {
  font-size: 24px;
  padding-left: var(--dl-space-space-unit);
}

.navigation-links-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.navigation-links-navlink {
  text-decoration: none;
}
.navigation-links-navlink1 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigation-links-navlink2 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}








@media(max-width: 767px) {
  .navigation-links-nav {
    align-items: flex-start;
    flex-direction: column;
  }
  .navigation-links-navlink {
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-navlink1 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-navlink2 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
}

.main-header-header {
  width: 100%;
  display: flex;
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
.main-header-navlink {
  display: contents;
}
.main-header-logo {
  text-decoration: none;
}
.main-header-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.main-header-burger-menu {
  display: none;
}
.main-header-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  display: flex;
}
.main-header-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.main-header-nav1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.main-header-container {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.main-header-image {
  height: 2rem;
}
.main-header-close-mobile-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-header-icon02 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.main-header-icon04 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.main-header-icon06 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.main-header-icon08 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}




@media(max-width: 767px) {
  .main-header-header {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .main-header-nav {
    display: none;
  }
  .main-header-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media(max-width: 479px) {
  .main-header-header {
    padding: var(--dl-space-space-unit);
  }
  .main-header-mobile-menu {
    padding: 16px;
  }
}

.blog-post-card-blog-post-card {
  width: 100%;
  display: flex;
  overflow: hidden;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 5px 5px 10px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.blog-post-card-blog-post-card:hover {
  transform: scale(1.02);
}
.blog-post-card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.blog-post-card-container {
  display: flex;
  padding: var(--dl-space-space-twounits);
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.blog-post-card-text {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: var(--dl-space-space-twounits);
}
.blog-post-card-text1 {
  color: var(--dl-color-gray-500);
  font-weight: 400;
  margin-bottom: var(--dl-space-space-twounits);
}


.blog-post-card-root-class-name2 {
  width: 100%;
}
.blog-post-card-root-class-name3 {
  width: auto;
  max-width: 500px;
  align-self: center;
}

@media(max-width: 991px) {
  .blog-post-card-image {
    height: 350px;
  }
}

.ardentfooter-ardentfooter {
  width: 100%;
  display: flex;
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
  background-color: #101010;
}
.ardentfooter-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.ardentfooter-links-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.ardentfooter-container1 {
  display: flex;
  align-items: flex-start;
  margin-right: 10rem;
  flex-direction: row;
  justify-content: space-between;
}
.ardentfooter-container2 {
  width: auto;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.ardentfooter-product-container {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-twounits);
  flex-direction: column;
  justify-content: center;
}
.ardentfooter-navlink {
  color: var(--dl-color-gray-white);
  margin-top: 0px;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.ardentfooter-navlink1 {
  color: var(--dl-color-gray-white);
  margin-top: 0px;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.ardentfooter-navlink2 {
  color: var(--dl-color-gray-white);
  margin-top: 0px;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.ardentfooter-container3 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.ardentfooter-contact {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  justify-content: flex-start;
}
.ardentfooter-text {
  color: var(--dl-color-gray-white);
  align-self: flex-end;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-unit);
}
.ardentfooter-link {
  color: var(--dl-color-gray-white);
  align-self: flex-end;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.ardentfooter-link1 {
  color: var(--dl-color-gray-white);
  align-self: flex-end;
  text-decoration: none;
}
.ardentfooter-separator {
  width: 100%;
  height: 1px;
  margin-top: var(--dl-space-space-halfunit);
  margin-bottom: var(--dl-space-space-halfunit);
  background-color: var(--dl-color-gray-900);
}
.ardentfooter-text3 {
  color: var(--dl-color-gray-white);
  align-self: center;
  padding-top: var(--dl-space-space-oneandhalfunits);
}




@media(max-width: 991px) {
  .ardentfooter-ardentfooter {
    flex-direction: column;
  }
  .ardentfooter-container1 {
    margin-right: var(--dl-space-space-fourunits);
  }
  .ardentfooter-product-container {
    margin-right: var(--dl-space-space-fourunits);
  }
}
@media(max-width: 767px) {
  .ardentfooter-ardentfooter {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .ardentfooter-container {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .ardentfooter-links-container {
    width: 100%;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
  }
  .ardentfooter-container1 {
    margin-right: var(--dl-space-space-fourunits);
  }
  .ardentfooter-product-container {
    margin-right: var(--dl-space-space-fourunits);
  }
}
@media(max-width: 479px) {
  .ardentfooter-ardentfooter {
    padding: var(--dl-space-space-unit);
  }
  .ardentfooter-container {
    align-items: center;
    flex-direction: column;
  }
  .ardentfooter-links-container {
    align-items: center;
    flex-direction: column;
  }
  .ardentfooter-container1 {
    margin-right: 0px;
  }
  .ardentfooter-product-container {
    margin-right: var(--dl-space-space-twounits);
  }
  .ardentfooter-container3 {
    margin-top: var(--dl-space-space-oneandhalfunits);
    align-items: flex-start;
    margin-bottom: 0px;
  }
  .ardentfooter-contact {
    align-items: flex-start;
    margin-bottom: var(--dl-space-space-unit);
  }
  .ardentfooter-text3 {
    text-align: center;
  }
}

.about-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
}
.about-hero {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  min-height: 40vh;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-image: linear-gradient(113deg, rgba(130, 125, 83, 0.8) 7.00%,rgba(69, 96, 108, 0.8) 94.00%),url("public/frame-bg2-1500h.png");
}
.about-text {
  color: var(--dl-color-gray-white);
  font-size: 3rem;
}
.about-text3 {
  color: var(--dl-color-gray-white);
  width: 60%;
  margin-top: var(--dl-space-space-twounits);
  text-align: center;
  margin-bottom: var(--dl-space-space-twounits);
}
.about-blog {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  justify-content: space-between;
}
.about-container1 {
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-twounits);
  justify-content: space-between;
}
.about-container2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media(max-width: 991px) {
  .about-hero {
    flex-direction: column;
  }
  .about-text {
    text-align: center;
  }
  .about-text1 {
    text-align: center;
  }
  .about-text3 {
    text-align: center;
  }
  .about-blog {
    flex-direction: column;
  }
  .about-container1 {
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .about-container2 {
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-threeunits);
  }
}
@media(max-width: 767px) {
  .about-hero {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .about-blog {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
}
@media(max-width: 479px) {
  .about-hero {
    width: 100%;
    padding: var(--dl-space-space-twounits);
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .about-text {
    width: 80%;
  }
  .about-text3 {
    width: 80%;
  }
  .about-blog {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
}
