:root {
  --ws-bgcolor: black;
  --ws-light-grey-text: rgba(211, 211, 211, 0.914);
  --ws-feedbgcolor: rgba(128, 128, 128, 0.486);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px; /* Account for fixed header */
}

body {
  overflow-x: hidden;
  padding-top: 4rem;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
.header__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 2em;
  height: 6rem;
  z-index: 1000;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  opacity: 0.9;
  border-bottom: 1px solid var(--ws-light-grey-text);
}
.header__title {
  display: flex;
  font-size: 2rem;
  font-weight: 200;
  padding: 1em;
  align-items: center;
}

.header__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--ws-bgcolor) 0%, #333 100%);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.header__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transition: left 0.5s ease;
}

.header__icon:hover::before {
  left: 100%;
}

.header__icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, var(--ws-bgcolor) 0%, #444 100%);
}

.header__logo-text {
  font-size: 24px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  letter-spacing: 1px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}
.header__nav {
  padding-left: 30px;
  text-decoration: none;
}
.header__nav a {
  padding-right: 1em;
  display: inline;
  /* justify-content: space-between; */
  align-items: center;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  color: black;
}

.header__connect-link {
  border: 1px solid grey;
  border-radius: 10px;
  padding: 10px 9px;
  margin-left: 12px;
  box-shadow: 0px 1px 3px 0px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.header__connect-link i {
  padding: 6px 9px 6px 2px;
}
.header__connect-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__connect-box h3 {
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}
.header__connect-box a {
  border: 1px solid grey;
  border-radius: 10px;
  padding: 10px 9px;
  margin-left: 12px;
  text-decoration: none;
  color: black;
  box-shadow: 0px 1px 3px 0px;
}
.header__connect-box i {
  padding: 6px 9px 6px 2px;
}
.content__box-intro {
  width: 100%;
  max-width: 100%;
  display: flex;

  justify-content: space-between;
  margin: 2em 0em 2em 0em;
  box-shadow: 0px 0px 15px 0px lightgrey;
  /* border: 4px solid red; */
}
.content__intro-image {
  width: 50%;
  /* height: 100%; */
  max-width: 100%;
  flex-shrink: 0;
}

.content__intro-image img {
  width: 100%;

  object-fit: contain;
}

.content__intro-description-box {
  padding: 5em 0 0 5em;
  width: 50%;
  max-width: 100%;
  z-index: 1;
  margin: 0;
}
.content__intro-description-title h1 {
  font-family: Helvetica, Arial, sans-serif;
  display: flex;
  font-size: 5em;
  /* padding: 0.2em; */
}
.content__intro-description-title h3 {
  font-family: Helvetica, Arial, sans-serif;
  padding: 1em 0 0.4em 0;
  font-size: 2em;
}
.content__title-line {
  border: 2px solid white;
  display: block;
  /* width: 25em; */
}
.content__intro-description-text {
  font-family: Arial, Helvetica, sans-serif;
  padding: 2em 4em 2em 0;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.6;
  color: #333;
  letter-spacing: 0.3px;
}
.content__intro-description-links {
  display: flex;
}
.content__intro-description-links :hover
{
 
  color:white;
}
.content__explore-button {
  color: black;
  font-size: 1rem;
  padding: 1em;
  font-weight:600;
  border-radius: 10px;
  border: 2px solid white;
  background: var(--ws-feedbgcolor);
  text-decoration: none;
}

.content__intro-video {
  display: flex;
  align-items: center;
  margin-left: 3em;
  font-family: Arial, Helvetica, sans-serif;
  /* border: 3px solid yellow; */
}
.content__intro-video i {
  margin: 0.3em;
  font-size:2rem;
}
.content__into-video p {
  margin-left: 1rem;
  border: 3px solid red;
}
.content__intro-video:hover i,
.content__intro-video:hover p
{
  
  color:skyblue;

}
.content__page-tag {
  display: flex;
  justify-content: right;
  align-items: end;
  padding-right: 1em;
  margin-top: 8em;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
}

.content__mid-left .content__page-tag {
  color: white;
  margin-top: 0;
  position: absolute;
  bottom: 1rem;
  right: 1.1em;
  padding-right: 0;
}

.content__projectbox .content__page-tag {
  padding: 1em 2em;
  margin-top: 0;
}
.content__mid2 {
  /* border: 2px solid green; */
  margin: 5em;
}
.content__mid2 h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em;
  font-size: 5em;
  font-weight: 600;
}
.content__mid2cards {
  display: flex;
  border-radius: 1%;
  justify-content: space-evenly;
}
.content__mid2card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 3px solid blue;
  width: 15%;
  max-width: 40%;
  aspect-ratio: 1/1;
  font-size: 13em;
  border-radius: 15px;
  box-shadow: 0 0 5px 8px lightgrey;
}
.content__mid2card :hover {
  font-size: 0.7em;
  transition: 0.4s ease-in-out;
}
[class$="html5"]:hover {
  color: red;
}
[class$="css3-alt"]:hover {
  color: lightblue;
}
[class$="js"]:hover {
  color: gold;
}
[class$="wordpress"]:hover {
  color: grey;
}
[class$="shopify"]:hover {
  color: green;
}
.content__mid2card i {
  font-size: 50%;
  justify-content: center;
  align-items: center;
}

.content__mid {
  background-color: var(--ws-feedbgcolor);
  padding: 4em 2em 5em 2em;
  font-size: 2rem;
}
.content__midbox {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content__mid-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 2.5em;
  font-size: 2.5em;
  font-weight: 700;
  color: var(--ws-bgcolor);
  border-bottom: 3px solid var(--ws-bgcolor);
  padding-bottom: 0.5em;
  letter-spacing: 0.5px;
}
.content__mid-left {
  display: flex;
  align-items: flex-start;
  padding: 3em;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border: none;
  background-color: var(--ws-bgcolor);
  color: white;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}

.content__mid-summary {
  font-size: 1.05em;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.9;
  margin-bottom: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 400;
}

.content__mid-summary p {
  margin-bottom: 1.5em;
  text-align: left;
}

.content__mid-summary p:last-child {
  margin-bottom: 0;
}
.content__parasplit {
  display: flex;
  align-items: center;
}
.content__mid-aboutme {
  display: inline-block;
  font-size: 1em;
  border: 2px solid pink;
  overflow: auto;
  width: 49%;
  flex-wrap: wrap;
}
.content__mid-portfolio {
  display: inline-block;
  align-items: right;
  overflow: auto;
  width: 49%;
  border: 2px solid green;
}
.content__projectbox {
  border: 2px solid black;
  width: 100%;
  max-width: 100%;
}
.content__projectbox h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: 600;
}
.content__projectcards {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content__projectcards h3 {
  font-size: 2em;
  border-bottom: 2px solid black;
}
.content__projectcard {
  margin: 0.5em;
  border: 2px solid black;
  border-radius: 15px;
  height: 600px;
  pointer-events: none;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.content__wsbox {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 2em;
}
.wscards {
  position: relative;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  width: 100%;
}
.content__blogbox {
  max-width: 50%;
  width: 50%;
  height: 100%;
  padding: 0.5em;
}
.blogcards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1em;
}
.blog__preview {
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}
.iframe-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-indent: -9999px;
}

.footer__content {
  background-color: var(--ws-bgcolor);
  color: white;
  width: 100%;
  padding: 4em 2em 2em 2em;
}

.footer__container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer__main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3em;
  margin-bottom: 3em;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__section {
  display: flex;
  flex-direction: column;
}

.footer__section-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1.5em;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

.footer__email {
  margin-bottom: 1.5em;
}

.footer__email h3 {
  font-size: 1.1rem;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.footer__links {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}

.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: white;
  font-size: 1.3rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer__social-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

.footer__nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8em;
}

.footer__nav li {
  margin: 0;
}

.footer__nav a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  transition: color 0.3s ease;
}

.footer__nav a:hover {
  color: white;
  padding-left: 5px;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5em;
  padding-top: 2em;
}

.footer__built-with {
  flex: 1;
  min-width: 200px;
}

.footer__built-with p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.footer__tech {
  color: white;
  font-weight: 600;
}

.footer__copyright {
  flex: 1;
  text-align: center;
  min-width: 200px;
}

.footer__copyright p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.footer__back-to-top {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  min-width: 200px;
}

.footer__top-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.footer__top-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}
/* Tablet and below (max-width: 968px) */
@media screen and (max-width: 968px) {
  body {
    padding-top: 5rem;
  }

  .header__box {
    width: 100%;
    padding: .6em 1em;
    flex-wrap: wrap;
    height: auto;
    justify-content: space-between;
    min-height: 4rem;
  }

  .header__title {
    width: 100%;
    justify-content: space-between;
    padding: 0.5em;
  }

  .header__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4em;
    padding-left: 15px;
  }

  .header__nav a {
    font-size: 1.3rem;
    padding-right: 0.7em;
  }

  .header__connect-link {
    font-size: 0.9rem;
    padding: 8px 7px;
    margin-left: 8px;
  }

  .header__connect-link i {
    padding: 4px 7px 4px 2px;
  }

  .content__box-intro {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5em 0em 3em 0em;
  }

  .content__intro-image {
    width: 100%;
    margin-bottom: 1rem;
  }

  .content__intro-image img {
    width: 100%;
    height: auto;
    display: block;
  }

  .content__intro-description-box {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .content__intro-description-title h1 {
    font-size: 3.5em;
  }

  .content__intro-description-title h3 {
    font-size: 1.8em;
  }

  .content__intro-description-text {
    padding: 1.5em 2em 1.5em 0;
    font-size: 1.2em;
  }

  .content__intro-description-links {
    flex-wrap: wrap;
    gap: 1em;
  }

  .content__intro-video {
    margin-left: 0;
  }

  .content__mid2 {
    margin: 3em 2em;
  }

  .content__mid2 h3 {
    font-size: 3.5em;
  }

  .content__mid2cards {
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
  }

  .content__mid2card {
    width: 25%;
    min-width: 150px;
    font-size: 10em;
  }

  .content__mid {
    padding: 2em 1em 3em 1em;
  }

  .content__mid {
    padding: 3em 1.5em 4em 1.5em;
  }

  .content__mid-title {
    font-size: 2em;
    margin-bottom: 2em;
  }

  .content__midbox {
    padding: 0;
  }

  .content__mid-left {
    width: 100%;
    padding: 2.5em;
    border-radius: 10px;
  }

  .content__mid-summary {
    font-size: 1em;
    line-height: 1.7;
  }

  .content__mid-summary p {
    margin-bottom: 1.2em;
  }

  .content__projectbox {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 1em;
    max-width: 100%;
    width: 100%;
  }

  .content__projectbox h3 {
    font-size: 1.8em;
  }

  .content__projectcards {
    display: flex;

    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .content__wsbox {
    display: flex;
    flex-direction: column;
    max-width: 100%;

    width: 100%;
    margin-bottom: 2em;
  }

  .content__wsbox h3,
  .content__blogbox h3 {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 1em;
  }

  .content__projectcard {
    width: 100%;
    max-width: 100%;
    position: relative;
    pointer-events: none; /* This makes the iframe "unclickable" so the <a> tag takes the click */
    overflow: hidden;
    margin: 0;
    border: 2px solid black;
    border-radius: 15px;
    height: 600px;
  }
  .content__projectcard:hover {
    transform: scale(1.02);
    transition: transform 0.3s ease;
    border: 2px solid #0077b5; /* Use your brand color */
  }
  .footer__content {
    padding: 3em 1.5em 1.5em 1.5em;
  }

  .footer__main {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2.5em;
    margin-bottom: 2.5em;
  }

  .footer__section-title {
    font-size: 1.2rem;
    margin-bottom: 1.2em;
  }

  .footer__email h3 {
    font-size: 1rem;
  }

  .footer__social-link {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }

  .footer__nav a {
    font-size: 0.95rem;
  }

  .footer__bottom {
    flex-direction: column;
    text-align: center;
    gap: 1em;
  }

  .footer__built-with,
  .footer__copyright,
  .footer__back-to-top {
    width: 100%;
    justify-content: center;
  }

  .footer__built-with p,
  .footer__copyright p {
    font-size: 0.85rem;
  }
}

/* Medium screens (max-width: 900px) */
@media screen and (max-width: 900px) {
  .content__wsbox,
  .content__blogbox {
    max-width: 100%;
    width: 100%;
  }

  .wscards,
  .blogcards {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8em;
  }

  .content__projectcard {
    height: 220px;
    border: 2px solid black;
    border-radius: 15px;
    height: 600px;
    position: relative;
    pointer-events: none;
    overflow: hidden;
  }
}

/* Mobile devices (max-width: 768px) */
@media screen and (max-width: 768px) {
  body {
    padding-top: 6rem;
  }

  .header__box {
    padding: 1em .5em;
  }

  .header__title {
    font-size: 1.5rem;
  }

  .header__icon {
    width: 45px;
    height: 45px;
  }

  .header__logo-text {
    font-size: 22px;
  }

  .header__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3em;
    padding-left: 10px;
  }

  .header__nav a {
    font-size: 1.1rem;
    padding-right: 0.5em;
  }

  .header__connect-link {
    font-size: 0.8rem;
    padding: 6px 5px;
    margin-left: 5px;
  }

  .header__connect-link i {
    padding: 3px 5px 3px 2px;
  }

  .content__box-intro {
    margin: 4em 0em 2em 0em;
  }

  .content__intro-description-box {
    padding-left: 1em;
    padding-right: 1em;
  }

  .content__intro-description-title h1 {
    font-size: 2.5em;
  }

  .content__intro-description-title h3 {
    font-size: 1.5em;
  }

  .content__intro-description-text {
    padding: 1em 1em 1em 0;
    font-size: 1em;
  }

  .content__explore-button {
    font-size: 0.9rem;
    padding: 0.8em;
  }

  .content__intro-video {
    font-size: 0.9rem;
  }

  .content__intro-video i {
    font-size: 1.5rem;
  }

  .content__mid2 {
    margin: 2em 1em;
  }

  .content__mid2 h3 {
    font-size: 2.5em;
  }

  .content__mid2cards {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .content__mid2card {
    width: 30%;
    min-width: 120px;
    max-width: 150px;
    font-size: 6em;
  }

  .content__mid {
    padding: 1.5em 0.5em 2em 0.5em;
  }

  .content__mid {
    padding: 2.5em 1em 3.5em 1em;
  }

  .content__mid-title {
    font-size: 1.8em;
    margin-bottom: 1.8em;
  }

  .content__mid-left {
    padding: 2em;
    border-radius: 8px;
  }

  .content__mid-summary {
    font-size: 0.95em;
    line-height: 1.6;
  }

  .content__mid-summary p {
    margin-bottom: 1em;
  }

  .content__projectbox {
    padding: 0.5em;
  }

  .content__projectbox h3 {
    font-size: 1.5em;
  }

  .wscards,
  .blogcards {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    gap: 0.8em;
    width: 100%;
  }

  .content__projectcard {
    width: 100%;
    max-width: 100%;

    margin: 0;
    border: 2px solid black;
    border-radius: 15px;
    height: 600px;
  }

  .footer__content {
    padding: 2.5em 1em 1.5em 1em;
  }

  .footer__main {
    grid-template-columns: 1fr;
    gap: 2em;
    margin-bottom: 2em;
  }

  .footer__section-title {
    font-size: 1.1rem;
    margin-bottom: 1em;
  }

  .footer__email h3 {
    font-size: 0.95rem;
  }

  .footer__social-link {
    width: 38px;
    height: 38px;
    font-size: 1.1rem;
  }

  .footer__nav a {
    font-size: 0.9rem;
  }

  .footer__built-with p,
  .footer__copyright p {
    font-size: 0.8rem;
  }
}

/* Small mobile devices (max-width: 480px) */
@media screen and (max-width: 480px) {
  body {
    padding-top: 7rem;
  }

  .header__title {
    font-size: 1.2rem;
  }

  .header__icon {
    width: 40px;
    height: 40px;
  }

  .header__logo-text {
    font-size: 20px;
  }

  .header__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3em;
  }

  .header__nav a {
    font-size: 1rem;
    padding-right: 0.4em;
  }

  .header__connect-link {
    font-size: 0.75rem;
    padding: 5px 4px;
    margin-left: 0;
  }

  .header__connect-link i {
    padding: 2px 4px 2px 1px;
  }

  .content__intro-description-title h1 {
    font-size: 2em;
  }

  .content__intro-description-title h3 {
    font-size: 1.3em;
  }

  .content__intro-description-text {
    font-size: 0.9em;
    padding: 0.8em 0.8em 0.8em 0;
  }

  .content__intro-description-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .content__explore-button {
    width: 100%;
    text-align: center;
  }

  .content__intro-video {
    margin-top: 0.5em;
  }

  .content__mid2 h3 {
    font-size: 2em;
  }

  .content__mid2cards {
    gap: 0.8rem;
  }

  .content__mid2card {
    width: 28%;
    min-width: 100px;
    max-width: 120px;
    font-size: 5em;
  }

  .content__mid {
    padding: 2em 0.5em 3em 0.5em;
  }

  .content__mid-title {
    font-size: 1.5em;
    margin-bottom: 1.5em;
  }

  .content__mid-left {
    padding: 1.5em;
    border-radius: 8px;
  }

  .content__mid-summary {
    font-size: 0.9em;
    line-height: 1.6;
  }

  .content__mid-summary p {
    margin-bottom: 0.9em;
  }

  .content__projectbox h3 {
    font-size: 1.3em;
  }

  .content__wsbox h3,
  .content__blogbox h3 {
    font-size: 1.2em;
  }

  .wscards,
  .blogcards {
    gap: 0.6em;
  }

  .content__projectcard {
    width: 100%;
    max-width: 100%;

    margin: 0;
    border: 2px solid black;
    border-radius: 15px;
    height: 600px;
  }

  .footer__content {
    padding: 2em 0.5em 1em 0.5em;
  }

  .footer__main {
    gap: 1.5em;
    margin-bottom: 1.5em;
  }

  .footer__section-title {
    font-size: 1rem;
    margin-bottom: 0.8em;
  }

  .footer__email h3 {
    font-size: 0.85rem;
  }

  .footer__social-link {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }

  .footer__nav a {
    font-size: 0.85rem;
  }

  .footer__built-with p,
  .footer__copyright p {
    font-size: 0.75rem;
  }

  .footer__top-link {
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }
}
