*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  color: #434455;
  background-color: white;
}

ul,
ol {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

p,
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-style: none;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.container {
  width: 369px;
  padding-left: 18px;
  padding-right: 18px;
  margin: 0 auto;
}

/*!________________ HEADER______________________ */

.page-header .container {
  padding: 0;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.page-header {
}

.logo-header {
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 0.93333;
  color: #173a56;
  gap: 10px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.img-logo-header {
  border: none;
  width: 40px;
  height: 36px;
}

.menu-btn-mob {
  display: flex;
  border: none;
  background-color: #fff;
  padding: 0;
  cursor: pointer;
}

.svg-menu-btn {
  color: #2f2f37;
  border: none;
  display: block;
}

/*!________________ Section WORK______________________ */

.work {
  padding: 30px 0 50px 0;
}

.work-img {
  margin-bottom: 10px;
}

.title-work {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.66667;
  text-align: center;
  color: #22343d;
  margin-bottom: 15px;
}

.text-work {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55556;
  text-align: center;
  color: #22343d;
  margin-bottom: 15px;
}

.work-list-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.work-list-item {
  display: flex;

  align-items: center;
}

.work-link {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background-color: #02897a;
  width: 142px;
  height: 53px;
  display: block;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.work-link:hover,
.work-linkn:focus {
  background-color: #03b79a;
  box-shadow: 0 4px 10px rgba(3, 183, 154, 0.5);
  outline: none;
  transform: scale(1.02);
}

.work-link:focus-visible {
  outline: 2px solid #03b79a;
  outline-offset: 2px;
}

.work-link-play {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #02897a;
  display: flex;
  align-items: center;
  gap: 8px;
}

/*!________________ Section WORK______________________ */

.product-built {
  padding: 50px 0;
}

.title-built {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #22343d;
  margin-bottom: 50px;
}

.list-built {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.item-built {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}

.link-item-built {
  width: 50px;
  height: 50px;
  display: block;
  align-items: center;
  margin-bottom: 24px;
}

.svg-icon-built {
}

.link-item-built {
  display: inline-block;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.link-item-built:hover,
.link-item-built:focus {
  transform: scale(1.1);
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
}

.title-item-built {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #22343d;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-item-built {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
  color: #22343d;
  margin-bottom: 40px;
}

.built-link-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background-color: #02897a;
  width: 142px;
  height: 53px;
  display: block;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.built-link-btn:hover,
.built-link-btn:focus {
  background-color: #03b79a;
  box-shadow: 0 4px 10px rgba(3, 183, 154, 0.5);
  outline: none;
  transform: scale(1.02);
}

.built-link-btn:focus-visible {
  outline: 2px solid #03b79a;
  outline-offset: 2px;
}

.work-link-play {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.work-link-play:hover,
.work-link-play:focus {
  background-color: #03b79a;
  box-shadow: 0 4px 10px rgba(3, 183, 154, 0.5);
  outline: none;
  transform: scale(1.02);
  color: white;
}

.work-link-play:focus-visible {
  outline: 2px solid #03b79a;
  outline-offset: 2px;
}

/*!________________ Section Management _____________________ */

.management {
  padding: 50px 0;
}

.container {
}

.img-management {
  margin-bottom: 50px;
}

.management-content {
}

.menagement-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #22343d;
  margin-bottom: 12px;
}

.management-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #22343d;
  margin-bottom: 16px;
}

.management-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #22343d;
  margin-bottom: 16px;
}

/*!________________ Section Customer Support _____________________ */

.customer-support {
  padding: 50px 0;
}

.container-customer {
  display: flex;
  flex-wrap: wrap;
  width: 369px;
  padding-left: 18px;
  padding-right: 18px;
  margin: 0 auto;
}

.img-customer {
  display: block;
  width: 350px;
  height: 320px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.content-customer {
  display: flex;
  flex-direction: column;
}
.customer-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #22343d;
  margin-bottom: 8px;
}
.customer-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #22343d;
  margin-bottom: 16px;
}
.customer-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #22343d;
  margin-bottom: 16px;
}
.svg-list-customet {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.customer-item {
  display: flex;
  column-gap: 16px;
}
.customer-svg {
}
.customer-text-svg {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #22343d;
  width: 287px;
}

/*!________________ Section Collaborative _____________________ */

.collaborative {
  padding: 50px 0 70px 0;
}
.container-collaborative {
  display: flex;
  flex-wrap: wrap;
  width: 369px;
  padding-left: 18px;
  padding-right: 18px;
  margin: 0 auto;
}

.img-collaborative {
  display: block;
  width: 350px;
  height: 320px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.images-collaborative {
}
.collaborative-content {
}
.collaborative-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #22343d;
  margin-bottom: 8px;
}
.collaborative-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #22343d;
  margin-bottom: 16px;
}
.collaborative-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #22343d;
  margin-bottom: 24px;
}

/*!________________ Section Quick & Easy Process _____________________ */

.process {
  padding: 70px 0 50px 0;
}

.container-process {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  max-width: 375px;
  padding-left: 18px;
  padding-right: 18px;
  margin: 0 auto;
  gap: 32px;
  justify-content: center;
  align-items: center;
}

.process-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #22343d;
  width: 348px;
  margin-bottom: 8px;
}

.process-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.625;
  text-align: center;
  color: #22343d;
  width: 338px;
  margin-bottom: 40px;
}

.list-process {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  max-width: 750px;
  margin: 0 auto;
}

.process-item {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  gap: 16px;
  box-sizing: border-box;
}

.process-image-wrapper {
  /* position: relative; */
  /* flex-shrink: 0; */
}

.process-img {
  width: 90px;
  height: 90px;
  /* object-fit: cover;
  border-radius: 50%;
  border: 4px solid; */
}

.process-text-wrapper {
  flex: 1;
}

.process-text {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #2f281e;
  background-color: white;
  padding: 12px 20px;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: 0;
  display: inline-block;
}

.process-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;

  border-radius: 4px;
  width: 216px;
  height: 53px;
  background: #02897a;

  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;

  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;

  text-decoration: none;
  border: none;
  outline: none;
}

.process-btn:hover,
.process-btn:focus {
  background-color: #03b79a;
  box-shadow: 0 4px 10px rgba(3, 183, 154, 0.5);
  outline: none;
  transform: scale(1.02);
}

.process-btn:focus-visible {
  outline: 2px solid #03b79a;
  outline-offset: 2px;
}

/*!________________ Section Contents Strategies _____________________ */

.pricing-section {
  padding: 50px 0;
}

.container-strategies {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.price-title {
  display: flex;
  flex-wrap: wrap;
}
.price-title-text {
  display: flex;
}

.strategies-title {
  font-weight: 700;
  font-size: 34px;
  color: #22343d;
  margin-bottom: 8px;
}
.strategies-text-title {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
  color: #22343d;
}
.strategies-list {
}
.strategies-item {
}
.strategies-img {
  width: 348px;
  height: 185px;
  margin-bottom: 24px;
}

.strategies-text-img {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #22343d;
  margin-bottom: 12px;
}

.strategies-span-img {
  font-weight: 700;
}

.strategies-subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.66667;
  color: #22343d;
  margin-bottom: 56px;
}
.strategies-text-span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.66667;
  color: #02897a;
}

/*! ____________ Section Price Table _____________ */

.pricing-section {
  padding: 50px 0;
}

.pricing-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* flex-direction: column;
  align-items: center; */
}

.price-title {
  font-weight: 700;
  font-size: 34px;
  color: #22343d;
  margin-bottom: 8px;
}

.price-subtitle {
  font-weight: 500;
  font-size: 16px;
  color: #22343d;
  margin-bottom: 74px;
}

.pricing-card {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  max-width: 332px;
  width: 100%;
  margin-bottom: 32px;
}

.pricing-title-card {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.66667;
  color: #22343d;
}

.pricing-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 2.5;
  color: #22343d;
  margin-bottom: 16px;
}

.pricing-amount {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}

.side {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
}

.currency {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0em;
  color: #02897a;
  align-self: flex-start;
  margin-top: 8px;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 29px;
}

.price {
  font-weight: 700;
  font-size: 76px;
  line-height: 1.31579;
  letter-spacing: 0em;
  justify-content: start;
  color: #02897a;
  line-height: 0.7;
  margin-bottom: 0;
}

.period {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.01em;
  color: #afafaf;
  align-self: flex-end;
  justify-content: start;
  margin-bottom: 0px;
}

.pricing-features {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.01em;
  color: #22343d;
  gap: 16px;
  margin-bottom: 38px;
}

.pricing-button {
  background-color: #20b2aa;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.pricing-button:hover,
.pricing-button:focus {
  background-color: #03b79a;
  box-shadow: 0 4px 10px rgba(3, 183, 154, 0.5);
  outline: none;
  transform: scale(1.02);
}

.pricing-button:focus-visible {
  outline: 2px solid #03b79a;
  outline-offset: 2px;
}

/** ============   green card  =============  */

.pricing-card-gree {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  background: #02897a;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  max-width: 332px;
  width: 100%;
  margin-bottom: 32px;
}

.pricing-title-card-gree {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.66667;
  color: #fff;
  margin-bottom: 8px;
}

.pricing-description-gree {
  font-weight: 400;
  font-size: 16px;
  line-height: 2.5;
  color: #fff;
  margin-bottom: 16px;
}

.pricing-amount-gree {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
}

.price-green {
  font-weight: 700;
  font-size: 76px;
  line-height: 1.31579;
  letter-spacing: 0em;

  justify-content: start;
  color: #fff;
  line-height: 0.7;
  margin-bottom: 0;
}

.side-green {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
}

.currency-green {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0em;
  color: #fff;
  align-self: flex-start;
  margin-top: 8px;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 29px;
}

.period-green {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.01em;
  align-self: flex-end;
  justify-content: start;
  margin-bottom: 0px;
  color: #e0e0e0;
}

.pricing-features-green {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.01em;
  color: #fff;
  gap: 16px;
  margin-bottom: 38px;
}

.pricing-button-green {
  background: #fff;
  color: #02897a;
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.pricing-button-green:hover,
.pricing-button-green:focus {
  background-color: #03b79a;
  box-shadow: 0 4px 10px rgba(3, 183, 154, 0.5);
  outline: none;
  transform: scale(1.02);
  color: #fff;
}

.pricing-button-green:focus-visible {
  outline: 2px solid #03b79a;
  outline-offset: 2px;
}

/*! ____________ Section What Clients Say _____________ */

.clients-say {
  padding: 50px 0;
}

.container-clients-say {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}
.clients-say-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.67647;
  letter-spacing: 0.01em;
  color: #22343d;
  margin-bottom: 8px;
}
.clients-say-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.01em;
  text-align: center;
  color: #22343d;
  margin-bottom: 32px;
}

.rating-svg-container {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}

.clients-card-wrapper {
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 30px 35px;
  width: 327px;
  height: auto;
}

.svg-star {
  margin-bottom: 16px;
}
.text-svg-star {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: #32454f;
  max-width: 275px;
  margin-bottom: 16px;
}

.clients-amount {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.foto-img {
  width: 50px;
  height: 50px;
  margin-right: 14px;
}

.foto-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
}

.foto-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #02897a;
}

.foto-profession {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.71429;
  letter-spacing: 0.01em;
  color: #252b42;
}

.product-container {
  border-radius: 32px;
  width: 371px;
  background: #02897a;
}
.product-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  padding: 22px 0;
}
.product-btn {
  display: block;
  border-radius: 8px;
  width: 150px;
  height: 50px;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 32px;

  font-weight: 600;
  font-size: 20px;
  color: #02897a;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.product-btn:hover,
.product-btn:focus {
  background-color: #03b79a;
  box-shadow: 0 4px 10px rgba(3, 183, 154, 0.5);
  outline: none;
  transform: scale(1.02);
  color: #fff;
}

.product-btn:focus-visible {
  outline: 2px solid #03b79a;
  outline-offset: 2px;
}

/*! ____________ Section Footer _____________ */

.page-footer {
  padding: 43px 0;
}
.footer-container {
}

.logo-footer {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.footer-social {
  display: flex;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

.social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.social-link {
}
.social-icon {
}
.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.footer-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #22343d;
}
.footer-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
  align-items: center;
}
.footer-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 2.1875;
  text-align: center;
  color: #22343d;
  justify-content: center;
}
.footer-subscribe {
  display: flex;
  flex-direction: column;
}
.footer-subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #22343d;
  margin-bottom: 34px;
}
.subscribe-form {
}
.subscribe-input {
  width: 325px;
  height: 48px;
  font-family: "ProximaNova", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #bcd0e5;
  margin-bottom: 21px;
  padding: 10px 15px;
}
.subscribe-btn {
  margin: 0 auto;
  width: 131px;
  height: 39px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #02897a;
  display: block;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 44px;
  border: none;
}

.subscribe-btn:hover,
.subscribe-btn:focus {
  background-color: #03b79a;
  box-shadow: 0 4px 10px rgba(3, 183, 154, 0.5);
  outline: none;
  transform: scale(1.02);
  color: #fff;
}

.subscribe-btn:focus-visible {
  outline: 2px solid #03b79a;
  outline-offset: 2px;
}

.footer-copy {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.875;
  text-align: center;
  color: #22343d;
}

/*!================= mob menu =================== */

.modal-menu {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: end;
  align-items: start;
  z-index: 1000;
}

.modal-content {
  position: relative; /* важливо */
  background: #fff;
  padding: 40px 20px;
  border-radius: 8px;
  text-align: center;
  display: flex;
  justify-content: center;
  min-width: 250px;
  min-height: 250px;
  animation: fadeIn 0.3s ease;
}

.modal-nav a {
  display: block;
  margin: 10px 0;
  font-size: 18px;
  color: #333;
  text-decoration: none;
}

.modal-nav a:hover {
  color: #03b79a;
}

.close-modal {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
