/**************************/
/* HEADER */
/**************************/

.company-name:link,
.company-name:visited {
  text-decoration: none;
  font-size: 4.4rem;
  font-weight: 600;
  color: #1864ab;
}

.company-name:hover,
.company-name:active {
  color: #1c7ed6;
}
/**************************/
/* NAVIGATION */
/**************************/

.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6.4rem;
}

.main-nav-link.nav-cta:link,
.main-nav-link.nav-cta:visited {
  padding: 1.2rem 2.4rem;
  border-radius: 9px;
  color: #fff;
  background-color: #1c7ed6;
}

.main-nav-link.nav-cta:hover,
.main-nav-link.nav-cta:active {
  background-color: #1864ab;
}

/* 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 {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 8rem;
  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);
}

.sticky .section-hero {
  margin-top: 9.6rem;
}

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

.section-hero {
  background-color: #f8f9fa;
  padding: 4.8rem 0 8rem 0;
}

.hero {
  /* max-width: 130rem; */
  margin: 0 auto;
  padding: 0 7.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.8rem;
  align-items: center;
}

.hero-text-box {
  margin-left: 3.2rem;
}

.hero-description {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 4.8rem;
}

/* .hero-text-box {
  padding-left: 4.8rem;
} */

.email-phone-line {
  display: flex;
  align-items: center;
  gap: 6.4rem;
}

/* .icon-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
} */

.icon-text {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.8rem;
}

.icon-text span {
  font-size: 1.6rem;
  letter-spacing: 0.25px;
}

.line-logo {
  height: 3rem;
}

.phone-icon,
.email-icon {
  width: 3rem;
  height: 3rem;
  color: #666;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 4.8rem;
  /* padding-right: 4.8rem; */
}

.gallery-item {
  overflow: hidden;
}

.gallery-item img {
  /* To remove white space between photos */
  display: block;

  width: 100%;
  transition: all 0.4s;
}

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

/**************************/
/* PRODUCTS SECTION */
/**************************/

.products {
  padding: 4.8rem;
  margin-bottom: 6.4rem;
}

.subheading {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  color: #1971c2;
  margin-bottom: 2.4rem;
  letter-spacing: 0.75px;
  text-align: center;
}

.heading-secondary {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 8rem;
}

.products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(5, 1fr);
  column-gap: 6.4rem;
  row-gap: 12.8rem;
  padding: 0 9rem;
  align-items: center;
  /* justify-items: center; */
}

/* .product-description {
  align-self: center;
} */

.product-img {
  width: 90%;
  border-radius: 8px;
  /* align-self: center; */
  /* justify-self: center; */
}

.product-heading {
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 3.2rem;
}

.product-heading br {
  display: none;
}

/* .product-text {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.2px;
} */

/* .product-img-box {
  position: relative;
} */

.more-information:link,
.more-information:visited {
  padding-left: 4.4rem;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1864ab;

  transition: all 0.3s;
}

.more-information:hover,
.more-information:active {
  text-decoration: underline;
}

/**************************/
/* About us Section */
/**************************/

.about-us {
  background-color: #1971c2;
  padding: 6.4rem 0 9.6rem 0;
  margin-bottom: 6.4rem;
}

.about-heading .subheading {
  color: #e7f5ff;
}

.about-heading .heading-secondary {
  color: #fff;
}

.about-us-grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  padding: 0 6.4rem;
  gap: 9.6rem;
}

.about-us-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* gap: 3.2rem; */
}

.about-img {
  width: 75%;
  border-radius: 9px;
  justify-self: center;
}

.about-pic {
  display: inline-block;
  text-align: center;
}

.about-description {
  width: 90%;
  color: #fff;
  font-size: 2rem;
  line-height: 2;
  align-self: center;
}

/**************************/
/* TIPS Section */
/**************************/

.tips {
  margin-bottom: 6.4rem;
}
.tip-description {
  text-align: center;
  font-size: 2rem;
  padding: 0 8rem;
  line-height: 1.8;
  margin-bottom: 4.8rem;
}

.tips-margin-btm {
  margin-bottom: 4.8rem;
}

.tips-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.8rem;
  padding: 0 6.4rem;
}

.tip-img {
  display: block;
  width: 85%;
  border-radius: 9px;
  margin: 0 auto;
  margin-bottom: 3.2rem;
}

.tip-individual-heading {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
}

.tip-individual-text {
  font-size: 1.8rem;
  padding: 0 2.4rem;
  line-height: 1.6;
  letter-spacing: -0.2px;
}

/**************************/
/* CTA-FORM SECTION */
/**************************/

.section-cta {
  max-width: 120rem;
  /* max-width: 140rem; */
  padding: 4.8rem 0 12.8rem;
  margin: 0 auto;
  /* border-top: 1px solid #fff4e6; */
}

.heading-secondary-2 {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 2.4rem;
}

.cta {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  /* background-color: #e67e22; */
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15);
  border-radius: 11px;

  background-image: linear-gradient(to right bottom, #d0ebff, #a5d8ff);
  overflow: hidden;
}

.cta-text-box {
  padding: 4.8rem 6.4rem 6.4rem 6.4rem;
  color: #343a40;
}

.cta-text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 2.4rem;
  text-align: center;
}

.cta-img-box {
  background-image: linear-gradient(
      to right bottom,
      rgba(111, 194, 209, 0.35),
      rgba(104, 170, 224, 0.35)
    ),
    url("../img/cta/cta.jpg");
  background-size: cover;
  background-position: center;
}

.icon-form {
  margin-bottom: 6.4rem;
  justify-content: center;
}

.email-phone-line.icon-form span {
  font-size: 1.6rem;
}

.fill-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3.2rem;
  row-gap: 3.2rem;
  margin-bottom: 4.8rem;
  /* row-gap: 3.2rem; */
}

.fill-form label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.fill-form input,
.fill-form textarea {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.8rem;
  font-family: inherit;
  color: inherit;
  border: none;
  background-color: #e7f5ff;
  border-radius: 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.message-form {
  grid-column: 1 / -1;
}

.message-form textarea {
  height: 10rem;
  /* word-wrap: break-word; */
}

.fill-form input::placeholder {
  color: #aaa;
}

.cta *:focus {
  outline: none;
  box-shadow: 0 0 0 0.8rem rgba(233, 253, 253, 0.5);
}

.btn--form,
.btn--form:link,
.btn--form:visited {
  display: block;
  margin: 0 auto;
  background-color: #1864ab;
  color: #fff;
  padding: 1.2rem 6.4rem;
}

.btn--form:hover,
.btn--form:active {
  background-color: #d0ebff;
  color: #555;
}
