:root {
  --primary-bg-color: #F8FBFF; /* Light gray background */
  --accent-color: #F0544F;
  --secondary-text-color:#FF6262; /* Red accent color */
  --text-color: #333333; /* Dark gray text */
  --secondary-bg-color: #F1F8FF; /* White background */
  --tertiary-bg-color: #D1E8FF;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  max-width: 100%;
  overflow-x: hidden;
  font-size: 62.5%;
}
@media (max-width: 105.5625em) {
  html {
    font-size: 58%;
  }
}
@media (max-width: 95.625em) {
  html {
    font-size: 54%;
  }
}

.heading {
  background-color: #F0544F;
  height: 250px;
  width: 100%;
}
@media (max-width: 71.875em) {
  .heading {
    height: 300px;
  }
}
.heading__title {
  padding: 142px 192px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  width: 100%;
  height: 100%;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.2px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 95.625em) {
  .heading__title {
    font-size: 20px;
    padding: 115px 120px;
  }
}
@media (max-width: 71.875em) {
  .heading__title {
    font-size: 16px;
    padding: 100px 12px;
  }
}
.heading__title h1 {
  font-weight: 500;
}

.navbar {
  border-radius: 0 0 0.1px 0.1px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 0.5rem 18.8rem;
  z-index: 4;
  height: 64px;
}
@media (max-width: 95.625em) {
  .navbar {
    padding: 0.5rem 17.4rem;
  }
}
@media (max-width: 84.9375em) {
  .navbar {
    padding: 0.3px 15.5rem;
  }
}
@media (max-width: 71.875em) {
  .navbar {
    padding: 0px 13rem;
  }
}
@media (max-width: 60em) {
  .navbar {
    width: 100vw;
    padding: 0px 72px;
    justify-content: space-between;
    height: 64px;
  }
}
@media (max-width: 34.375em) {
  .navbar {
    padding: 0px 32px;
  }
}
@media (max-width: 420px) {
  .navbar {
    padding: 0 8px;
  }
}

.navbar {
  border-radius: 0 0 0.1px 0.1px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 0.5rem 18.8rem;
  z-index: 4;
  height: 64px;
}
@media (max-width: 95.625em) {
  .navbar {
    padding: 0.5rem 17.4rem;
  }
}
@media (max-width: 84.9375em) {
  .navbar {
    padding: 0.3px 15.5rem;
  }
}
@media (max-width: 71.875em) {
  .navbar {
    padding: 0px 13rem;
  }
}
@media (max-width: 60em) {
  .navbar {
    width: 100vw;
    padding: 0px 72px;
    justify-content: space-between;
    height: 64px;
  }
}
@media (max-width: 34.375em) {
  .navbar {
    padding: 0px 32px;
  }
}
@media (max-width: 420px) {
  .navbar {
    padding: 0 8px;
  }
}

.navbar__logo {
  height: 50px;
  width: auto;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 84.9375em) {
  .navbar__logo {
    height: 47.5px;
  }
}
@media (max-width: 71.875em) {
  .navbar__logo {
    height: 45.5px;
  }
}
@media (max-width: 34.375em) {
  .navbar__logo {
    height: 42.5px;
  }
}
@media (max-width: 420px) {
  .navbar__logo {
    height: 36px;
  }
}

.navbar__nav {
  padding: 0 4px;
  display: flex;
  gap: 16px;
}
@media (max-width: 60em) {
  .navbar__nav {
    display: none;
  }
}

.nav-item {
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  color: rgba(20, 19, 19, 0.935);
  margin-left: 2rem;
  position: relative;
  padding: 0.2rem 0 0.1rem;
  transition: transform 0.1s, color 0.2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 105.5625em) {
  .nav-item {
    font-size: 16px;
  }
}
@media (max-width: 95.625em) {
  .nav-item {
    font-size: 1.8rem;
    margin-left: 1.8rem;
  }
}
@media (max-width: 84.9375em) {
  .nav-item {
    font-size: 15.1px;
  }
}
@media (max-width: 71.875em) {
  .nav-item {
    font-size: 14.9px;
    margin-left: 1.5rem;
  }
}
@media (max-width: 60em) {
  .nav-item {
    margin-left: 0px;
  }
}

.nav-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-image: linear-gradient(to right, #f53232, #d1a260);
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
  transform-origin: bottom right;
}

.nav__home {
  color: #f61e1e;
}

.nav-item:hover, .nav-item:focus {
  color: #ff5c5c; /* Change color on hover */
  transform: scale(1.1); /* Pop effect */
}

.nav-item:hover:before, .nav-item:focus:before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.navbar--scrolled {
  margin: 0;
  z-index: 2;
}

.menu__phone {
  display: none;
}
@media (max-width: 60em) {
  .menu__phone {
    display: block;
    height: 45px;
    padding: 1px 4px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    text-align: center;
    position: relative;
  }
}
.burger-icon, .cross-icon {
  height: 100%;
  font-size: 32px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-color);
}
@media (max-width: 34.375em) {
  .burger-icon, .cross-icon {
    font-size: 30px;
  }
}

.drop__menu {
  display: none;
  transform: translateY(-4px);
  transition: linear;
  transition: visibility 2s, opacity 2s, transform 2s ease-in;
  width: 100vw;
  background-color: #fff;
  position: absolute;
  right: -189%;
  top: 110%;
  border-radius: 2px;
  box-shadow: 5px 8px 15px 20px rgba(248, 133, 133, 0.1);
}
@media (max-width: 34.375em) {
  .drop__menu {
    right: -88%;
  }
}
@media (max-width: 420px) {
  .drop__menu {
    right: -23%;
  }
}
.drop__menu li {
  list-style: none;
  width: 100%;
  padding: 16px 64px;
  border-bottom: 0.01px solid rgba(0, 0, 0, 0.337);
  text-align: right;
}
@media (max-width: 34.375em) {
  .drop__menu li {
    padding: 16px 42px;
  }
}
@media (max-width: 420px) {
  .drop__menu li {
    padding: 16px;
  }
}
.drop__menu li > * {
  padding: 0;
  font-size: 18px;
}
.drop__menu li > :first-child {
  margin-top: 16px;
}

.cross-icon {
  display: none;
}

.menu__phone input:checked ~ .burger-icon {
  display: none;
}

.menu__phone input:checked ~ .cross-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
}
@media (max-width: 34.375em) {
  .menu__phone input:checked ~ .cross-icon {
    font-size: 34px;
  }
}
@media (max-width: 420px) {
  .menu__phone input:checked ~ .cross-icon {
    font-size: 32px;
  }
}

.menu__phone input:checked ~ .drop__menu {
  display: flex;
  flex-direction: column;
  opacity: 1;
  visibility: visible;
}

/* Main Menu Styling */
.menu {
  background: #f8f8f8;
  padding: 10px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.menu__list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.menu__item {
  margin-right: 20px;
}
.menu__item:last-child {
  margin-right: 0;
}
.menu__link {
  display: block;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  padding: 10px 15px;
  display: block;
  position: relative;
}
.menu__link:hover {
  color: #007bff;
}

/* Submenu Styling */
.submenu {
  display: none;
  position: absolute;
  left: 0;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-top: 2px solid #007bff;
  margin-top: 10px;
  padding: 10px 0;
  min-width: 200px;
}
.submenu__item {
  color: #333;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
}
.submenu__item:hover {
  background-color: #f2f2f2;
}
.submenu__text {
  margin-right: 10px;
}
.submenu__icon {
  font-size: 16px;
  vertical-align: middle;
}

/* Media query for screens with a max-width of 960px */
@media screen and (max-width: 960px) {
  .navbar__nav {
    display: none;
  }
  .menu__icon {
    display: block;
    cursor: pointer;
    background-color: #f7f7f7;
    width: 44px;
    height: 40px;
    box-shadow: 0px 0.1px 1px 0px rgba(0, 0, 0, 0.4705882353);
  }
  .menu__icon img {
    width: 38px;
    height: 38px;
  }
  .menu__icon:active {
    transform: translateY(-2px);
  }
  .navbar__nav.active {
    display: block;
    width: 270px;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #e64c4c; /* Background color for the dropdown */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 5;
  }
  .navbar__nav ul {
    width: 100%;
    padding: 0;
    list-style-type: none;
  }
  .navbar__nav ul li {
    text-align: center;
    padding: 10px; /* Adjust as needed */
  }
  .navbar__nav ul li a {
    display: block;
    width: 100%;
    /* Additional styling as needed */
  }
  /* Optional: Change the appearance of nav-items on smaller screens */
  .nav-item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
}
.insi img {
  height: 34px;
  width: 34px;
}
@media (max-width: 60em) {
  .insi img {
    height: 34px;
    width: 34px;
  }
}

.black__tap {
  display: none;
}
@media (max-width: 34.375em) {
  .black__tap {
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100vw;
    height: 55px;
    z-index: 99;
    border-top: 0.1px solid rgba(122, 122, 122, 0.39);
    outline: none;
    background-color: rgba(255, 255, 255, 0.006);
    color: #ffffff;
    border-radius: 2px;
    cursor: pointer;
    box-shadow: 0px -0.8px 16px 0.4px rgba(141, 141, 141, 0.5058823529);
    text-align: center;
  }
}

.ph_menu {
  position: relative;
  display: inline-block;
}

.ph_num {
  padding: 32px;
  display: none;
  position: absolute;
  min-width: 250px;
  left: -120px;
  text-align: center;
  color: rgb(31, 30, 30);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  background-color: #fafafa;
  border-radius: 8px;
  font-size: 18px;
}
.ph_num a {
  color: #000;
  padding: 8px;
  text-decoration: none;
  display: block;
}

.ph_menu:hover .ph_num {
  display: block;
  z-index: 100;
}

/* Main Menu Styling */
/* about content */
.about__details {
  padding: 0px 32px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 71.875em) {
  .about__details {
    padding: 32px;
    justify-content: center;
    align-items: center;
  }
}
.about__right {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.4px;
  color: #322929;
  text-align: center;
  width: 100%;
  font-weight: 500;
}
@media (max-width: 105.5625em) {
  .about__right {
    font-size: 20px;
    text-align: center;
  }
}

.about__wrapper {
  margin: 120px 180px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 72px;
}
@media (max-width: 105.5625em) {
  .about__wrapper {
    margin: 100px 10px 0px;
  }
}
@media (max-width: 71.875em) {
  .about__wrapper {
    margin: 80px 60px 0px;
  }
}
@media (max-width: 34.375em) {
  .about__wrapper {
    margin: 80px 2px 0px;
  }
}

.leadership-section {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 84px;
}
.leadership-section > :first-child {
  color: #333;
  margin-bottom: -24px;
  font-size: 32px;
  font-weight: 600;
}

.leader {
  background-color: #FBFBFD;
  padding: 64px;
  display: grid;
  grid-template-columns: 1fr 0.2fr 0.8fr 1fr 1fr;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 32px;
}
@media (max-width: 60em) {
  .leader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 21px;
  }
}
.leader .ceo {
  grid-template-rows: 1fr;
}
.leader .coo {
  grid-row: 1fr 0.5fr;
}
.leader-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.leader__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  grid-column: 1/2;
}
.leader__bg {
  background-color: rgba(250, 117, 112, 0.9764705882);
  width: 400px;
  height: 400px;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}
.leader__image {
  background: linear-gradient(#E9EBEE, #E9EBEE) 25px 0/4px 100%;
  overflow: hidden;
  max-width: 200px;
  z-index: 1;
  width: 200px;
  height: 200px;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  position: relative;
}
.leader__image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e5e5e5;
  opacity: 0;
  transition: 0.5s ease all;
}
.leader__image::after:hover::after {
  opacity: 0.2;
}
.leader__image img {
  width: 100%;
  height: 100%;
  transition: 0.5s ease all;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transform: scale(0.99);
  border-radius: 16px;
}
.leader__image:hover img {
  transform: scale(1.05);
}
.leader__right--bt {
  grid-column: 4/5;
  padding: 12px 0px;
  margin-left: -54px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  gap: 8px;
}
.leader__right--bt a {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.leader__right--bt a img {
  width: 42px;
  height: 42px;
}
.leader__right--bt a:hover {
  transform: translateY(-1px);
}
.leader__left {
  grid-column: 3/6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.leader--info {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.6px;
  color: rgba(41, 41, 41, 0.958);
  text-align: justify;
}

@keyframes bgMotion {
  0% {
    left: 0px;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 24px;
  }
}
.remain_para {
  grid-column: 1/6;
  grid-row: 2/3;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 1px;
  color: rgba(41, 41, 41, 0.958);
  text-align: justify;
}

.vli {
  grid-column: 2/3;
  grid-row: 1/2;
  width: 0.1px;
  margin-bottom: 18px;
  background-color: rgba(80, 78, 78, 0.3960784314);
}
@media (max-width: 60em) {
  .vli {
    height: 0.1px;
    width: 100%;
  }
}

.team {
  margin: -60px 120px 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 71.875em) {
  .team {
    flex-direction: column;
  }
}
@media (max-width: 34.375em) {
  .team {
    margin: -30px 12px 42px;
  }
}

.para {
  padding: 0 24px 24px;
  border-radius: 4px;
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: 0.4px;
  font-weight: 500;
  text-align: center;
  color: black;
  z-index: 2;
}
@media (max-width: 105.5625em) {
  .para {
    font-size: 20px;
  }
}
@media (max-width: 95.625em) {
  .para {
    font-size: 16px;
  }
}
@media (max-width: 34.375em) {
  .para {
    padding: 0 1px 2px;
  }
}

.image {
  width: 700px;
  height: 400px;
}
@media (max-width: 60em) {
  .image {
    width: 270px;
    height: 200px;
  }
}
.image img {
  height: 100%;
  width: 100%;
}

.icon_comp {
  width: 52px;
  height: 52px;
}

.company {
  margin: 60px 120px 60px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 95.625em) {
  .company {
    gap: 32px;
  }
}
.company h2 {
  font-size: 24px;
  color: #F0544F;
}
.company div {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.company > * {
  width: 330px;
  height: 300px;
  padding: 16px;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0.1px 4px 18px 0.4px rgb(252, 189, 189);
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.company > *:hover {
  box-shadow: 0.1px 4px 18px 0.4px rgb(189, 252, 218);
}

hr {
  width: 600px;
  height: 5px;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 10px 0;
  padding: 0;
}
@media (max-width: 34.375em) {
  hr {
    width: 250px;
  }
}

.vl {
  border-left: 1px solid rgb(71, 71, 71);
  height: 400px;
}
@media (max-width: 95.625em) {
  .vl {
    height: 500px;
  }
}
@media (max-width: 71.875em) {
  .vl {
    height: 1px;
    width: 500px;
    background-color: #333;
  }
}
@media (max-width: 34.375em) {
  .vl {
    width: 270px;
  }
}

.footer__nav-item {
  list-style: none;
}
.footer__nav-item a {
  text-decoration: none;
  color: #FDFEFF;
}

.footer {
  height: auto;
  color: #FFF;
  font-family: "Poppins", Serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.6;
  background-color: #2c3e50;
  padding: 6.4rem 18rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6.4rem;
}
@media (max-width: 95.625em) {
  .footer {
    padding: 5.6rem 12rem 1rem;
  }
}
@media (max-width: 84.9375em) {
  .footer {
    padding: 5rem 9rem 1rem;
  }
}
@media (max-width: 71.875em) {
  .footer {
    align-items: center;
    padding: 8rem 5rem 1rem;
  }
}
@media (max-width: 60em) {
  .footer {
    align-items: center;
    padding: 5rem 3rem 1rem;
  }
}
@media (max-width: 34.375em) {
  .footer {
    padding: 5rem 1rem 1rem;
  }
}

.contact__details {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
.contact__details img {
  width: 24px;
  height: 24px;
}

.contact__details {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
.contact__details img {
  width: 24px;
  height: 24px;
}
@media (max-width: 84.9375em) {
  .contact__details img {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 71.875em) {
  .contact__details img {
    width: 19px;
    height: 19px;
  }
}

@media (max-width: 84.9375em) {
  .footer_logo {
    height: 50px;
    width: 170px;
  }
  .footer_logo img {
    width: 100%;
    height: 100%;
  }
}

.footer {
  /*&__social-links {
    // Add styles for social links here
  }*/
}
.footer__branding {
  height: 100%;
  padding: 2rem 0;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
@media (max-width: 95.625em) {
  .footer__branding {
    padding: 0rem;
  }
}
@media (max-width: 60em) {
  .footer__branding {
    align-items: center;
    flex-direction: column;
    gap: 24px;
  }
}
.footer__branding > * {
  flex-basis: 33.333%;
}
.footer__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 71.875em) {
  .footer__top {
    align-items: center;
  }
}
@media (max-width: 60em) {
  .footer__top {
    align-items: center;
  }
}
.footer__title {
  font-size: 24px;
  margin-bottom: 8px;
}
.footer__intro {
  font-size: 2.4rem;
  font-weight: 400;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 71.875em) {
  .footer__intro {
    align-items: center;
    gap: 32px;
  }
}
@media (max-width: 60em) {
  .footer__intro {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 32px;
  }
}
@media (max-width: 34.375em) {
  .footer__intro {
    width: 280px;
    align-items: center;
    gap: 16px;
  }
}
.footer__description {
  font-size: 16px;
  margin-bottom: 8px;
}
@media (max-width: 71.875em) {
  .footer__description {
    font-size: 14px;
    text-align: center;
  }
}
.footer__contact {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  font-size: 14px;
}
@media (max-width: 60em) {
  .footer__contact {
    display: none;
  }
}
.footer__contact .footer__address {
  display: block;
  margin-bottom: 4px;
}
.footer__contact .footer__email {
  display: block;
}
.footer__links {
  padding: 0 10rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: flex-start;
}
@media (max-width: 71.875em) {
  .footer__links {
    align-items: center;
  }
}
@media (max-width: 60em) {
  .footer__links {
    padding: 0 7rem;
    align-items: center;
  }
}
@media (max-width: 34.375em) {
  .footer__links {
    margin: 0 auto;
    width: 300px;
    padding: 1px;
  }
}
.footer__links h2 {
  font-size: 2.4rem;
  font-weight: 400;
}
.footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  gap: 0.8rem;
}
@media (max-width: 60em) {
  .footer__nav-list {
    flex-direction: row;
    list-style: none;
  }
}
.footer__nav-list li {
  list-style-type: disc;
  list-style-position: inside;
}
@media (max-width: 60em) {
  .footer__nav-list li {
    flex-direction: row;
    list-style: none;
  }
}
.footer__social-feed {
  font-size: 28px;
  flex-basis: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
.footer__navigation {
  flex-basis: 20%;
}
.footer__navigation .footer__nav-list {
  list-style-type: none;
  padding: 0;
}
.footer__navigation .footer__nav-list .footer__nav-item {
  margin-bottom: 4px;
  cursor: pointer;
}
.footer__navigation .footer__nav-list .footer__nav-item:hover {
  text-decoration: underline;
}
.footer__copyright {
  padding: 0;
  width: 100%;
  font-weight: 600;
  flex-basis: 100%;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.footer__social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.footer__social-links a {
  flex-basis: 25%;
  text-align: center;
}
.footer__social-links a img {
  width: 56px;
  height: 56px;
}
.footer__social-links a > :last-child {
  width: 36px;
  height: 36px;
}

@media (max-width: 768px) {
  .footer {
    flex-direction: column;
    align-items: center;
  }
  .footer__branding, .footer__navigation, .footer__twitter-feed {
    flex-basis: 100%;
    margin-right: 0;
  }
}
@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}/*# sourceMappingURL=style.css.map */