/**************************/
/* HEADER */
/**************************/
.promotion {
  background-color: rgb(247, 214, 219);
  text-align: center;
  padding: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  word-spacing: 0.3rem;
}

.header {
  /*  background-image: url(/img/herodental.png);*/
  background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    url(/img/heromain.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;

  color: #fff;
  /*background-attachment: fixed;*/
  background-attachment: scroll;

  /* Because we want header to be sticky later */
}
.logo {
  display: flex;
}
.logo-img {
  height: 3rem;
}
.logo-title {
  font-size: 2rem;
  color: #333;
  align-self: flex-end;
}

/**************************/
/* NAVIGATION */
/**************************/
.nav-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 9.6rem;
  padding: 0 4.8rem;
  margin-bottom: 20rem;
}
.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4.8rem;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #393d3e;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s;
}

.main-nav-link:hover,
.main-nav-link:active {
  color: #398c74;
}

/* MOBILE */
.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;

  display: none;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #333;
}

.icon-mobile-nav[name="close-outline"] {
  display: none;
}

/* STICKY NAVIGATION */

.sticky .header .nav-section {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 7rem;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 999;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
}

/**************************/
/* HERO SECTION */
/**************************/

.hero {
  max-width: 130rem;
  margin: 0 auto;
  padding: 0 3.2rem;
}

.hero-text-box {
  float: right;
}

.hero-description {
  font-size: 2.5rem;
  line-height: 1.6;
  margin-bottom: 4.8rem;
  color: #333;
}

.hero-description span {
  font-size: 1.5rem;
  margin-right: 4.8rem;
  color: #333;
}

.hero-img {
  width: 100%;
}
.language {
  color: #333;
  font-size: 1.7rem;
}

.delivered-services {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 8rem;
}

.delivered-text {
  font-size: 1.8rem;
  font-weight: 600;
}

.delivered-text span {
  color: #398c74;
  font-weight: 700;
}

/**************************/
/* Services SECTION */
/**************************/

.section-services {
  padding: 4.8rem 0;
}

.services {
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 11px;
  overflow: hidden;
  transition: all 0.5s;
}

.services:hover {
  transform: translateY(-1.2rem);
  box-shadow: 0 3.2rem 6.4rem rgba(0, 0, 0, 0.06);
}

.services-content {
  padding: 3.2rem 4.8rem 4.8rem 4.8rem;
}

.services-tags {
  margin-bottom: 1.2rem;
  display: flex;
  gap: 0.4rem;
}

.tag {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #333;
  border-radius: 100px;
  font-weight: 600;
}

.services-title {
  font-size: 2.5rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.services-list {
  font-size: 1.8rem;
  color: #333;
  font-weight: 300;
}

.services-list li {
  margin-bottom: 1rem;
}

.services-attributes {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.services-icon {
  height: 2.4rem;
  width: 2.4rem;
  color: #cccccc;
}

.services-img {
  width: 100%;
}

.all-services {
  text-align: center;
  font-size: 1.8rem;
}

/* ----- LINKS ----- */

a:link,
a:visited {
  color: #41b490;
  text-decoration: none;
  padding-bottom: 1px;
  -webkit-transition: border-bottom 0.2s, color 0.2s;
  transition: border-bottom 0.2s, color 0.2s;
}

a:hover,
a:active {
  color: #398c74;
  /* border-bottom: 1px solid transparent; */
}

/**************************/
/* TESTIMONIALS Insurances */
/**************************/

.section-insurances {
  padding: 4.8rem 0;
  background-color: #e8fff8;
}
.services-insurance {
  margin-top: 3rem;
}

.services-insurance h3 {
  font-size: 2.5rem;
}

.insurances-gallery {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  gap: 0rem;
  padding: 0rem;
}

.insurances-gallery-item {
  /*overflow: hidden;*/
  height: 10em;
  display: flex;
  align-items: center;
}

.insurances-gallery-item img {
  display: block;
  width: 100%;
  transition: all 0.4s;
  margin-left: auto;
  margin-right: auto;
}

.insurances-gallery-item img:hover {
  transform: scale(1.1);
}

.insurances-paymentplan p {
  font-size: 2.4rem;
  line-height: 1.8;
  margin-top: 2rem;
}

/**************************/
/* TESTIMONIALS SECTION */
/**************************/

.section-testimonials {
  background-color: #fff;
  display: grid;
  grid-template-columns: 55fr 45fr;
  align-items: center;
}

.testimonials-container {
  padding: 4.8rem;
}

.testimonials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 4.8rem;
  column-gap: 8rem;
}

.testimonial-text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 1.6rem;
}

.testimonial-name {
  font-size: 2rem;
  color: #6f6f6f;
  font-weight: 500;
  margin-bottom: 1rem;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, 3fr);
  gap: 0rem;
  padding: 0rem;
}

.gallery-item {
  overflow: hidden;
}

.gallery-item img {
  display: block;
  width: 100%;
  transition: all 0.4s;
}

.gallery-item img:hover {
  transform: scale(1.1);
}

/**************************/
/* ABOUT SECTION */
/**************************/

.section-about-me {
  padding: 4.8rem 0;
  background-color: #e8fff8;
}

.introduction {
  font-size: 2.4rem;
  line-height: 1.8;
}

/**************************/
/* LOCATION SECTION */
/**************************/
#ourlocation {
  padding: 4.8rem 0;
  background-color: #fff;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: 20px;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.step-description {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.office-hour {
  list-style: none;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/**************************/
/* FOOTER */
/**************************/

.footer {
  padding: 7rem 0;
  border-top: 1px solid #eee;
  background-color: #e8fff8;
}

/* .grid--footer {
  grid-template-columns: 1.5fr 1.5fr 1fr 1fr 1fr;
} */

.logo-col {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  display: block;
  margin-bottom: 3.2rem;
}

.social-links {
  list-style: none;
  display: flex;
  gap: 2.4rem;
  padding: 2rem;
}

.social-icon {
  height: 2.4rem;
  width: 2.4rem;
}

.copyright {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #767676;
  margin-top: auto;
}

.footer-heading {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.contacts {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
}

.address {
  margin-bottom: 1rem;
}

.footer-link:link,
.footer-link:visited {
  text-decoration: none;
  font-size: 1.6rem;
  color: #767676;
  transition: all 0.3s;
}

.footer-link:hover,
.footer-link:active {
  color: #555;
}
