body {
  font-family: "Karla", sans-serif;
  scroll-behavior: smooth;
  background-color: #fff;
  margin-top: -1rem;
}

body {
  overflow-x: hidden;
}

/* .tlc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  box-sizing: content-box;
} */

.tlc {
  margin-bottom: -4rem;
}

.tlc-lists {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  color: #fff;
  background-color: #228be6;
  list-style: none;
  display: inline-block;
  flex-direction: column;
  gap: 1.2rem;
}

.tlc-list {
  color: #fff;
  font-size: 1rem;
  display: inline-block;
  align-items: center;
  margin-right: 2.4rem;
  margin-left: 2.4rem;
}

.tlc-icon {
  margin-right: 8px;
  height: 1.2rem;
  color: #fff;
}

.tlc-icon-logo {
  margin-right: -55px;
  height: 1.2rem;
  color: #fff;
  margin-left: 25rem;
}

.tlc-img {
  transform: translateY(0.2rem);
  padding-left: 1.2rem;
}

.header {
  transform: translateY(-3rem);
  margin-bottom: -4rem;
}

.header-img {
  height: 8rem;
  transform: translate(0, 100px);
}

.header-list {
  margin-left: 5.5rem;
  font-size: 1.6rem;
  font-weight: 600;
}

.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 3.2rem;
  padding-left: 7rem;
  margin-top: 3rem;
}

.main-nav-link:link,
.main-nav-link:visited {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s;
}

.main-nav-link:active,
.main-nav-link:hover {
  color: #63a9eb;
}

.main-nav-link:link,
.main-nav-link:visited {
  padding: 1rem 2rem;
  border-radius: 3px;
  color: #fff;
  background-color: #63a9eb;
  border-radius: 1.5rem;
}

.main-nav-link:hover,
.main-nav-link:active {
  background-color: #e97a11;
  padding: 1rem 2.75rem;
}

.social-links {
  list-style: none;
  display: flex;
  gap: 2.4rem;
}

.contacts {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
}

.address {
  margin-bottom: 2.4rem;
}

.footer {
  padding: 8rem 0;
  border-top: 1px solid #ddd;
  background-color: #d0ebff;
}

.grid--footer {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid {
  display: grid;
  column-gap: 3.2rem;
  row-gap: 4.5rem;
}

.logo-col {
  display: flex;
  flex-direction: column;
}

.logo {
  height: 6rem;
  transform: translateX(3rem);
}

.footer-logo {
  display: block;
  margin-bottom: 3.2rem;
}

.footer-heading {
  transform: translateX(2.5rem);
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 3.2rem;
}

.social-links {
  list-style: none;
  display: flex;
  gap: 2rem;
}

.social-icon {
  height: 2.4rem;
  width: 2.4rem;
}

.contacts {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.2;
}

.address {
  font-size: 1.2rem;
  margin-bottom: 2.4rem;
}

.footer-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.footer-link:link,
.footer-link:visited {
  text-decoration: none;
  font-size: 1.2rem;
  color: #267ac8;
  transition: all 0.3s;
}

.footer-link:hover,
.footer-link:active {
  color: #14426e;
}

.copyright-box {
  background-color: #63a9eb;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

.copyright {
  font-size: 1rem;
  line-height: 1.2rem;
  color: #fff;
  margin-top: auto;
  padding-left: 3rem;
}

.contact-info {
  border-radius: 1.5rem;
  border-left: solid 5px #08233b;
  border-right: solid 5px #08233b;
  border-top: solid 5px #08233b;
  border-bottom: solid 5px #08233b;
  color: #08233b;
  background-color: #d0ebff;
  padding: 1rem 5rem;
}

.heading-1 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.dropdown {
  display: inline-block;
}

.dropdown button {
  transition: all 0.3s;
  padding: 1rem 2rem;
  border-radius: 3px;
  color: #fff;
  background-color: #63a9eb;
  border-radius: 1.5rem;
  border: none;
  font-weight: 600;
}
.dropdown a {
  display: block;
  color: black;
  text-decoration: none;
  padding: 10px 15px;
}
.dropdown .content {
  display: none;
  position: absolute;
  background-color: hsl(0, 0%, 95%);
  min-width: 100px;
  box-shadow: 2px 2px 5px hsla(0, 0%, 0%, 0.8);
}

.dropdown:hover .content {
  display: block;
}

.dropdown:hover button {
  color: #fff;
  background-color: #e97a11;
}
.dropdown a:hover {
  background-color: hsl(0, 0%, 90%);
}

.content {
  transition: all 0.3s;
  border-radius: 1.5rem;
}

.content-link {
  border-radius: 1.5rem;
}

.info-text {
  font-size: 1.2rem;
  margin-left: 1rem;
}

.info-icon {
  transform: translateY(0.1rem);
}
