/* CSS Mini Reset */

html,
body {
  overflow-x: visible;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

.footer-banner {
  text-align: center;
  padding: 1rem;
}

html,
body,
div,
form,
fieldset,
legend,
label {
  margin: 0;
  padding: 0;
}

.text-container {
  margin: 0 auto;
  width: 90%;
}

.port-page-internal {
  padding: 0 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.main-content {
  flex: 1;
  padding: 10px;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  color: #333;
  background-color: #fdfcf9;
}

header {
  background-image: url("https://example.com/hero-fabric.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 100px 20px;
  text-align: center;
}

header p {
  font-size: 1.2em;
  max-width: 600px;
  margin: 0 auto;
}

.back-btn a {
  color: #808080;
  margin: 0 0 30px 0;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.back-btn a:hover,
.back-btn a:active,
.back-btn a:focus,
.back-btn a:visited {
  color: #666666;
  /* darker gray */
}

.section {
  padding: 0px;
  margin: auto;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.cover-alternate-content.wider {
  height: 400px;
}

/* Portfolio case study cards start */

.container-group {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 60px;
  width: min(1200px, 100%);
  margin: 0 auto;
}
.container {
  float: none;
  max-width: unset;
  margin: 0;
  padding-top: 0;
  display: contents;
}

.card img {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.infographic-image {
  margin: 5px auto;
  width: 50%;
  height: auto;
}

.card h3 {
  font-size: 0.5em;
  font-family: "Playfair Display", serif;
}

.card p {
  font-size: 0.5em;
}

.card-case-studies {
  margin-top: 30px;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  transition:
    background 0.4s ease-in-out,
    transform 0.2s ease,
    box-shadow 0.3s ease;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}

.card-content h3,
.card-content p {
  color: #1b0626;
}

.card-content a {
  display: inline-block;
  margin: 10px;
  padding: 5px 10px;
  color: #1b0626;
}

.read-more-btn:hover {
  background-color: #8e44ad;
  transform: scale(1.05);
}

/* Portfolio case study cards end */

.about,
.contact {
  text-align: center;
}

.contact form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 400px;
  margin: auto;
}

.contact input,
.contact textarea {
  padding: 10px;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact button {
  padding: 12px;
  background-color: #222;
  color: #5d5d5d;
  font-size: 1em;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

footer {
  font-family: "Poppins", serif;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 0.9em;
}

/********************************************** Navigation start ***********************************************/
/********************************************** Navigation start ***********************************************/

nav {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3d155f;
  color: white;
  padding: 0px;
  position: relative;
  z-index: 1000;
}

nav .menu {
  display: flex;
  list-style: none;
  gap: 20px;
  margin: 0;
  padding: 0;
}

nav .menu li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  padding: 20px;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

nav .menu li a:hover {
  background-color: #5a2b8c;
  transform: scale(1.05);
  text-decoration: none;
}

.menu li a i,
.menu li a svg {
  font-size: 18px;
  transition: transform 0.2s ease;
}

.menu li a:hover i,
.menu li a:hover svg {
  transform: scale(1.1);
}

nav .menu li a.social-link svg {
  display: block;
  width: 22px;
  height: 22px;
}

nav .hamburger {
  display: none;
  font-size: 2em;
  cursor: pointer;
  user-select: none;
}

/********************************************** Navigation end ***********************************************/
/********************************************** Navigation end ***********************************************/

.text-only-wider {
  text-align: left;
  margin-left: 0;
}

.text-only-wider {
  padding: 60px 0px;
  max-width: 90%;
}

/* links start  */

p,
a,
a:link {
  font-weight: 400;
}

.reference {
  font-size: 0.9em;
}

a,
a:active {
  color: #ffffff;
  text-decoration: underline;
}

a:hover {
  color: #ffffff;
  text-decoration: underline;
}

a.highlighted-link {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 20%;
  margin: 60px auto;
  padding: 1em;
  color: #fff;
  background-color: #9b59b6;
  border-radius: 8px;
  text-decoration: none;
  transition:
    background-color 0.3s ease,
    transform 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

a.highlighted-link:hover {
  background-color: #8e44ad;
  transform: translateY(-2px);
}

.text-only-wider > .highlighted-link {
  width: 20%;
  margin: 0 auto;
  padding: 1em;
  color: #fff;
  background-color: #9b59b6;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition:
    background-color 0.3s ease,
    transform 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.highlighted-link:hover {
  background-color: #8e44ad;
  transform: translateY(-2px);
}

.highlight-card h2 {
  font-size: 5em;
  margin: 0px;
}

.highlight-card h3 {
  padding-top: 40px;
  font-size: 2.5em;
  font-weight: 700;
}

.highlight-card img {
  width: 30%;
}

/* links end  */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
caption,
p {
  font-weight: normal;
  text-align: center;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
caption {
  padding: 10px;
  margin: 10px;
  clear: both;
}

h1.drawwilder-title {
  color: #000000;
}

h2.drawwilder-subtitle {
  color: #000000;
}

.drawwilder-container {
  margin: 0px auto;
  padding-bottom: 20px;
  width: 60%;
  display: block;
  text-align: center;
}

img {
  border: 0;
}

/* Index page */

h1.landingpage-title.eg {
  width: 50%;
  margin: 0 auto;
  font-size: 3em;
  font-weight: 600;
  text-align: center;
}

body {
  font-family: "Poppins", serif;
  margin: 0;
  height: 100vh;

  background-image:
    linear-gradient(
      to bottom,
      rgba(48, 0, 80, 0.9) 100%,
      rgba(48, 0, 80, 0.6) 50%,
      rgba(48, 0, 80, 0.2) 100%,
      rgba(48, 0, 80, 0) 100%
    ),
    url(./images/london-artwork-estela.png);

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #8052b8;
}

.container-links {
  width: 80%;
  margin: 0 auto;
}

.landingpage-title {
  text-shadow:
    0 1px 3px rgba(0, 0, 0, 0.25),
    0 4px 12px rgba(0, 0, 0, 0.4);
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* About page */

.about-estela-image {
  margin: 10px auto 50px auto;
  width: 30%;
  height: auto;
}

.container-message {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}

.cover-alternate-content h2 {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 2em;
  text-align: left;
}

.cover-alternate-content p {
  color: #ffffff;
  text-align: left;
  font-size: 1em;
  font-weight: 200;
}

.button-like-eg:hover,
.button-like-eg:focus {
  color: #071e55 !important;
}

.cover-alternate-content {
  margin: 0 auto;
  background-color: #4a006d;
  padding: 60px;
  width: 60%;
}

.internal-full-width {
  width: 80%;
  margin: 0 auto;
}

.cover-alternate-content .bleed-into-container {
  margin-bottom: 0px;
  padding-bottom: 0px;
  width: 90%;
}

.cover-alternate-container.two {
  background-color: #071e55;
  padding: 60px 0px;
  margin: 0px;
}

/* Badges/Labels start */

.labels {
  margin: 10px;
}

.badge {
  margin: 0px 5px 5px 0px;
  display: inline-block;
  background-color: #f0f0f0;
  color: #818491;
  font-size: 12px;
  padding: 2px 7px;
  border-radius: 12px;
  text-transform: uppercase;
  float: left;
  border-radius: 2px;
}

/* Video start */

.video-wrapper {
  padding-top: 60px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.responsive-video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.responsive-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cover-alternate-content img {
  margin: 30px auto;
}

/* Video end */

/* Drawwilder website */

.drawwilder-noborder-container {
  width: 60%;
  margin: 60px auto 0px auto;
}

.workwithme-button {
  margin-top: 20px;
  background-color: #000;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.5em;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.workwithme-button:hover {
  background-color: #333;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.main-content.drawwilder h2 {
  font-size: 1.6em;
}

/* Left (text) */
.drawwilder-left {
  flex: 1 1 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem 3rem;
  box-sizing: border-box;
}

.drawwilder-container {
  max-width: 520px;
  text-align: left;
}

.drawwilder-title {
  font-size: 2.4rem;
  letter-spacing: 0.5px;
  margin-bottom: 0.2rem;
}

.drawwilder-container p em {
  color: #777;
}

.drawwilder-subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 1.5rem 0;
  color: #444;
  text-align: left;
}

.drawwilder-text-intro {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  text-align: left;
}

.drawwilder-image {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}

/* Responsive layout */
@media (max-width: 900px) {
  .drawwilder-wrapper {
    flex-direction: column;
  }

  .drawwilder-left,
  .drawwilder-right {
    flex: 1 1 100%;
    padding: 2rem;
  }

  .drawwilder-image {
    height: 50vh;
  }

  .drawwilder-title {
    font-size: 2rem;
  }
}

.drawwilder-wrapper {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1a1a1a;
}

.drawwilder-left {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 4rem 3rem;
  box-sizing: border-box;
  background: #fff;
}

.drawwilder-container {
  max-width: 520px;
  text-align: left;
}

.drawwilder-right {
  flex: 1 1 50%;
  min-height: 100vh;
  background: url("images/drawwilder/neotropica/neotropica-thumb.png") center /
    cover no-repeat;
}

.drawwilder-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 100vh;
  flex: 1 1 50%;
}

.drawwilder-left {
  flex: 1 1 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0.8rem 3rem;
  box-sizing: border-box;
  background-color: #ffffff;
}

.drawwilder-container {
  width: 90%;
  text-align: center;
}

.drawwilder-title {
  font-size: 2.4rem;
  letter-spacing: 0.5px;
  margin-bottom: 0.2rem;
}

.drawwilder-container p em {
  color: #777;
}

.drawwilder-subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 1.5rem 0;
  color: #444;
}

.drawwilder-container p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.drawwilder-right {
  flex: 1 1 50%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
}

.drawwilder-image {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}

.drawwilder-text-intro li {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  font-size: 1.2em;
  color: #171417;
  margin-bottom: 10px;
  text-align: left;
}

.drawwilder-text-intro li img {
  width: 30px;
  height: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.avatar-text-intro li {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  font-size: 1.2em;
  color: #171417;
  margin-bottom: 10px;
  text-align: left;
}

.avatar-text-intro li img {
  width: 30px;
  height: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.drawwilder-container img {
  width: 30%;
  margin: 0 auto;
}

.strawberry-idea {
  background-color: #ffc0cb;
  color: #3d155f;
  font-weight: normal;
  padding: 2px 7px;
  border-radius: 2px;
}

.orange-idea {
  background-color: #fac898;
  color: #3d155f;
  font-weight: normal;
  padding: 2px 7px;
  border-radius: 2px;
}

.lavendar-idea {
  background-color: #d4c0dc;
  color: #3d155f;
  font-weight: normal;
  padding: 2px 7px;
  border-radius: 2px;
}

.lake-idea {
  background-color: #c6dedf;
  color: #3d155f;
  font-weight: normal;
  padding: 2px 7px;
  border-radius: 2px;
}

.earth-idea {
  background-color: #dfc6c8;
  color: #3d155f;
  font-weight: normal;
  padding: 2px 7px;
  border-radius: 2px;
}

.heart-idea {
  background-color: #ffcdcd;
  color: #3d155f;
  font-weight: normal;
  padding: 2px 7px;
  border-radius: 2px;
}

.gold-idea {
  background-color: #fff7cd;
  color: #3d155f;
  font-weight: normal;
  padding: 2px 7px;
  border-radius: 2px;
}

.greenfields-idea {
  background-color: #d8e9c1;
  color: #3d155f;
  font-weight: normal;
  padding: 2px 7px;
  border-radius: 2px;
}

.grey-idea {
  background-color: #ebeced;
  color: #3d155f;
  font-weight: normal;
  padding: 2px 7px;
  border-radius: 2px;
}

.skin-idea {
  background-color: #c4feff;
  color: #3d155f;
  font-weight: normal;
  padding: 2px 7px;
  border-radius: 2px;
}

.plum-idea {
  background-color: #d9d0da;
  color: #3d155f;
  font-weight: normal;
  padding: 2px 7px;
  border-radius: 2px;
}

.sky-idea {
  background-color: #99cced;
  color: #3d155f;
  font-weight: normal;
  padding: 2px 7px;
  border-radius: 2px;
}

.earth-idea {
  background-color: #9c89ff;
  color: #3d155f;
  font-weight: normal;
  padding: 2px 7px;
  border-radius: 2px;
}

.mustard-idea {
  background-color: #ffeaa6;
  color: #3d155f;
  font-weight: normal;
  padding: 2px 7px;
  border-radius: 2px;
}

.green-idea {
  background-color: #cdffcd;
  color: #3d155f;
  font-weight: normal;
  padding: 2px 7px;
  border-radius: 2px;
}

/* Typography start */

/* Titles start */
.captation-title {
  font-size: 1.5em;
  font-weight: 800;
  margin: 5px 0px;
}

.display-title {
  margin: 0 auto;
  color: #fffffff;
  font-size: 28px;
  font-weight: 900;
  padding: 10px 0px;
}

.cover-alternate-container.two h3.strong-typography,
.cover-alternate-container.two p {
  color: #ffffff;
}

/* Font Poppins */

.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: italic;
}

/* Font Poppins end */

/* Titles end */

h1,
h2,
h4,
h5,
h6,
p {
  margin: 10px;
  text-align: center;
  font-family: "Poppins", serif;
  color: #fff;
}

.text-content h2 {
  font-size: 2em;
  text-align: left;
  padding: 10px 0px 0px 0px;
}

h3.stronger {
  font-weight: 700;
}

.cover-alternate-content.wider > .landingpage-title {
  color: #ffffff;
}

/* Lists */

ul,
ol {
  text-align: center;
  font-family: "Poppins", serif;
  color: #ffffff;
  font-size: 1em;
  text-align: left;
  margin: 0px;
  padding: 0px;
}

.list-clean li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
}

.list-clean li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #ccc;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

ol {
  list-style-type: decimal;
  margin-bottom: 30px;
}

ol ::marker {
  font-weight: bold;
}

ul {
  list-style-type: disc;
  font-size: 1em;
}

/* Lists end */

/* Containers */

.highlight-card {
  padding: 90px;
  background-color: #3d155f;
  margin: 30px 0px;
  border-radius: 10px;
}

.heading-text {
  padding: 60px 0px;
}

.internal-page-card div {
  padding: 0px 0px 0px 90px;
}

/* Small icons start */

.gradient-divider {
  max-width: 65%;
  margin: 0 auto;
  border: 0;
  height: 3px;
  background: linear-gradient(
    to right,
    #541675,
    #7d2eac,
    #e4cef1,
    #7d2eac,
    #3a0d5d
  );
  border-radius: 2px;
}

.small-icons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.small-icons div {
  width: 20%;
  margin: 0.5%;
  box-sizing: border-box;
}

.small-icons img {
  width: 100%;
  height: auto;
}

/* Small icons end */

.word-cloud {
  text-align: center;
  max-width: 600px;
  margin: auto;
}

.word {
  display: inline-block;
  margin: 5px;
  font-family: Arial, sans-serif;
}

/* Typogrphy end */

/* Banner */

/* Content divs start */

.content-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.wrapper {
  margin: 0px;
  padding: 0px;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

section {
  width: 80%;
  margin: 0 auto;
}

.bkg-cover {
  margin: 120px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 120px 0px;
}

.container-eg {
  margin: 0px 0px 30px 0px;
}

.cover-alternate-container.one {
  background-color: #541675;
}

.landingpage-title {
  color: #fff;
}

.cover-alternate-container.one .cover-alternate-content h2 {
  color: #ffffff;
  margin: 0px;
}

.content {
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
}

.strong-typography {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
}

/* Portfolio internal pages */

.content-bit {
  float: left;
}

.text-content {
  width: 60%;
  text-align: left;
}

.text-content p,
.text-content h1,
.text-content h2,
.text-content h3,
.text-content ol,
.text-content ol li,
.text-content ul,
.text-content ul li,
.text-content li {
  text-align: left;
}

.text-content img {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0px;
}

.projectcontent {
  width: 100%;
  margin: 0 auto;
}

.projectcontent h2 {
  text-align: center;
}

.port-page-internal img {
  width: 100%;
}

.projectcontent.drawwilder {
  width: 100%;
  margin: 0 auto;
}

.small-text-legend {
  font-size: 14px;
  margin: 0px;
  padding: 0px 0px 0px 20px;
  color: #5a5a5a;
}

/* /////////////////////  Drawwilder start /////////////////////  */

.main-content.drawwilder {
  background-color: #fff;
  width: 100%;
  padding: 0px;
}

.lb-close:after {
  content: "✕";
  font-size: 40px;
  color: white;
}

.drawwilder-read-more,
.read-more-button {
  display: inline-block;
  margin: 0px 20px 20px 20px;
  padding: 0.6rem 1.2rem;
  background-color: #bb90e0;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.drawwilder-read-more:hover {
  background-color: #90e093;
}

.port-page-internal.drawwilder {
  background-color: #ffffff;
}

.main-content.drawwilder h1 {
  font-size: 3em;
  font-weight: 900;
  padding-left: 0px;
  margin-left: 0px;
}

.drawwilder-byline {
  text-align: left;
  font-style: italic;
  color: #777;
  margin: 0.5rem 0 1rem;
}

.drawwilder-text-intro h2 {
  color: #3a0d5d;
}

.main-content.drawwilder h2.drawwilder-subtitle-strong {
  color: #000;
  font-size: 2em;
}

.drawwilder-text-intro {
  width: 70%;
  margin: 0 auto;
}

.blog-content.drawwilder {
  width: 100%;
  text-align: center;
}

.blog-content.drawwilder {
  padding: 0px;
  margin: 0px;
}

art-gallery {
  display: block !important;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.drawwilder-item-container {
  margin: 40px auto;
  width: 100%;
  max-width: 800px;
  display: block;
  text-align: center;
}

.drawwilder-item-container h2,
.drawwilder-item-container h3,
.drawwilder-item-container a {
  color: #000000 !important;
}

.drawwilder-item-container p {
  color: #2a282b !important;
}

.art-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.drawwilder-item-container {
  height: auto;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  color: #3a0d5d;
  box-sizing: border-box;
}

.art-item img {
  width: 100%;
  height: auto;
  display: block;
}

.drawwilder-item-container {
  margin: 40px auto;
  padding-bottom: 20px;
  width: 100%;
  display: block;
  text-align: center;
}

.drawwilder-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.port-page-internal.drawwilder p {
  color: #171417;
  font-size: 1em;
  padding-bottom: 20px;
}

.slider-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 10;
  padding: 2rem;
  width: 90%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}

.background-slider {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.background-slider .swiper-slide {
  height: 100%;
}

.swiper-container.background-slider.swiper-fade.swiper-initialized.swiper-horizontal.swiper-watch-progress.swiper-backface-hidden {
  margin-bottom: 30px;
  height: 690px;
}

.background-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
}

/* Slideshow end */

.drawwilder-text-intro {
  width: 100%;
  margin: 0 auto;
}

.instagram-feed {
  max-width: 600px;
  margin: 2rem auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

/*Drawwilder intro titles */

h2.drawwilder-subtitle {
  font-size: 1em;
  padding: 0px;
  margin: 0px;
}

p.drawwilder-text-introSpecificity: (0, 1, 1) {
  text-align: left;
}

.main-content.drawwilder h2.plain {
  font-family: "Poppins", serif;
}

.back-to-gallery {
  text-align: center;
  margin-top: 2rem;
  font-weight: 500;
}

.back-to-gallery a {
  text-decoration: underline;
  color: #333;
}

/* Content divs end */

.banner-eg {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.banner-general {
  padding: 0px;
  margin: 0px;
  width: 100%;
}

.label {
  font-family: "Poppins", serif;
  font-size: 13px;
  color: #777777;
}

/* Images start */

.internal-page-card img {
  width: 100%;
  float: left;
}

.display-title-bottom {
  margin: 0px;
}

.my-hero {
  width: 20%;
}

/* Images end */

/* Footer start */

/* Footer styling */

body,
html {
  height: 100%;
  margin: 0;
}

.footer-banner {
  text-align: center;
  padding: 1rem;
}

/* Footer end */

/* Cards start */

.container {
  padding-top: 60px;
  float: left;
  max-width: 45%;
  margin: 20px 30px 20px 20px;
}

.interna-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  gap: 20px;
}

.text-card {
  color: #71797e;
  font-size: 1em;
}

.main-content.internalpage {
  margin: 90px auto;
  width: 90%;
}

.internal-page-card {
  text-align: center;
  font-family: "Poppins", serif;
  color: rgb(7, 27, 74);
  background-color: white;
  width: 90%;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
  padding: 30px;
  border-radius: 30px;
  margin: 0px 0px 90px 0px;
}

.internal-page-card h3 {
  font-size: 3em;
}

.internal-page-card h4 {
  font-size: 2em;
}

.internal-page-card p {
  font-size: 1.5em;
  text-align: left;
  float: left;
}

.internal-page-card > .image-eg-small {
  width: 30% !important;
}

/* Internal pages portfolio start */

.projectinfo {
  margin: 60px 0px;
  padding: 20px 60px;
  border: 1px solid #fff;
}

.projectinfo ul li {
  list-style: none;
  padding: 0px 0px 0px 10px;
}

img.bordered {
  border-radius: 50%;
}

div.projectcontent > .label-text {
  margin: 0px;
  padding: 10px 0px;
  font-size: 14px;
  color: #ffffff;
}

.label-text {
  font-size: 1em;
  padding: 10px 0px;
}

/* Internal pages portfolio end */

/* Cards end */

/* Portfolio start */

/* Portfolio Page Styles */
.main-content-portfolio {
  width: 70%;
  margin: 60px auto;
}

.main-content-portfolio img {
  border: 1px solid lightgray;
  background-color: white;
  padding: 30px;
}

/* Portfolio end */

/* Blog */

.blog-preview {
  padding: 30px;
  margin: 60px;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s;
}

.blog-preview:hover {
  transform: scale(1.01);
}

.blog-content {
  padding: 15px;
  width: 90%;
}

.blog-preview > img {
  width: 50%;
  padding: 20px 20px 20px 0px;
}

.blog-title {
  margin: 0 0 10px;
  font-size: 1.2em;
  font-weight: bold;
}

.blog-intro {
  margin: 0;
  color: #ffffff;
}

/* Subscriber form */
.ck-subscribe-form {
  background: #fefefe;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  margin: 60px auto 0px auto;
  padding: 30px;
  max-width: 600px;
  font-family: sans-serif;
}

.ck-subscribe-form input[type="email"] {
  width: 95%;
  margin: 60px 0px;
  padding: 12px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1em;
}

.ck-subscribe-form button {
  background-color: #000;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
}

.ck-subscribe-form button:hover {
  background-color: #444;
}

footer.footer-banner.drawwilder {
  color: #000000;
}

/* Global default for media (non-card, non-gallery rules can still override) */
:where(img, video, iframe) {
  display: block;
  margin-inline: auto;
  max-width: 100%;
  width: 70%;
  height: auto;
  padding: 60px 0px 0px 0px;
}

/***************************************************************************  Media Queries start ***************************************************************************/
/***************************************************************************  Media Queries start ***************************************************************************/

/* Drawwilder media qieries specific */

@media (max-width: 900px) {
  .drawwilder-wrapper {
    flex-direction: column;
  }

  .drawwilder-right {
    min-height: 50vh;
  }

  .drawwilder-left {
    padding: 2rem;
  }
}

@media (max-width: 900px) {
  .drawwilder-wrapper {
    flex-direction: column;
  }

  .drawwilder-left,
  .drawwilder-right {
    flex: 1 1 100%;
    padding: 0.8rem 2rem;
  }

  .drawwilder-image {
    height: 50vh;
  }

  .drawwilder-title {
    font-size: 2rem;
  }
}

@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) {
  /* likely an iPhone 6, 7, 8, X, 12 mini */

  .text-only-wider {
    max-width: 100%;
  }

  h1 {
    font-size: 1.5em;
    text-align: center;
  }

  h2 {
    font-size: 2em;
    text-align: center;
  }

  h3 {
    font-size: 1em;
    text-align: center;
  }

  p,
  ul li,
  ol li {
    font-size: 1em;
    text-align: center;
  }

  .port-page-internal h3 {
    font-size: 1.5em;
    text-align: center;
  }

  .projectcontent p {
    text-align: center;
  }
}

/*************************************** Phones ***************************************/

@media only screen and (min-device-width: 360px) and (max-device-width: 412px) and (-webkit-device-pixel-ratio: 3) {
  /* high-res Android devices */

  .text-only-wider {
    max-width: 100%;
  }

  h1 {
    font-size: 1.5em;
    text-align: center;
  }

  h2 {
    font-size: 2em;
    text-align: center;
  }

  h3 {
    font-size: 1em;
    text-align: center;
  }

  p,
  ul li,
  ol li {
    font-size: 1em;
    text-align: center;
  }

  .port-page-internal h3 {
    font-size: 1.5em;
    text-align: center;
  }

  .projectcontent p {
    text-align: center;
  }
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
  /* styles for standard smartphones */

  .cover-alternate-container.one {
    margin-top: 60px;
  }

  .text-only-wider {
    max-width: 100%;
  }

  h1 {
    font-size: 1.5em;
    text-align: center;
  }

  h2 {
    text-align: center;
  }

  h3 {
    text-align: center;
  }

  p,
  ul li,
  ol li {
    font-size: 1em;
    text-align: center;
  }

  .port-page-internal h3 {
    font-size: 1.5em;
    text-align: center;
  }

  .projectcontent p {
    text-align: center;
  }
}

@media only screen and (min-width: 414px) and (max-width: 767px) {
  /* styles for large smartphones */

  .text-only-wider {
    max-width: 100%;
  }

  h1 {
    font-size: 1.5em;
    text-align: center;
  }

  h2 {
    font-size: 2em;
    text-align: center;
  }

  h3 {
    font-size: 1em;
    text-align: center;
  }

  p,
  ul li,
  ol li {
    font-size: 1em;
    text-align: center;
  }

  .port-page-internal h3 {
    font-size: 1.5em;
    text-align: center;
  }

  .projectcontent p {
    text-align: center;
  }
}

/* 📱 Mobile Devices (Up to 768px) */
@media screen and (max-width: 768px) {
  .portrait-eg {
    padding: 10px;
    width: 20%;
    margin: 0 auto;
    border-radius: 50%;
  }
  .text-only-wider {
    max-width: 100%;
  }

  .cover-alternate-content {
    width: 90%;
    padding: 60px;
  }

  section {
    width: 100%;
    margin: 0 auto;
  }

  .text-content {
    width: 100%;
  }

  h2 {
    text-align: center;
    margin: 0px;
  }

  h3 {
    margin: 0px;
    text-align: center;
  }

  p,
  ul li,
  ol li {
    margin: 0px;
    font-size: 1em;
    text-align: center;
  }

  nav .menu li a {
    padding: 5px;
    font-size: 0.8em;
  }

  .projectcontent p {
    text-align: center;
  }

  .blog-title {
    text-align: center;
  }

  .blog-preview {
    margin: 0px 0px 20px 0px;
  }

  .blog-content {
    width: 100%;
    padding: 0px;
  }

  .drawwilder-text-intro.specs {
    margin: 30px auto;
    padding: 30px;
    width: 75%;
    background-image: url(../images/drawwilder/fabric-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.85);
    background-blend-mode: lighten;
    border-radius: 10px;
  }

  .avatar-text-intro.specs {
    margin: 30px auto;
    padding: 30px;
    width: 75%;
    background-image: url(../images/drawwilder/avatar-flowers/avatar-flowers-detail-horiz.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.85);
    background-blend-mode: lighten;
    border-radius: 10px;
  }

  .drawwilder-text-intro li {
    font-size: 1em;
    text-align: center;
  }

  .avatar-text-intro li {
    font-size: 1em;
    text-align: center;
  }

  .text-only-wider h2 {
    width: 60%;
    padding-left: 80px;
  }

  .container {
    max-width: 100%;
  }

  .background-slider {
    height: 400px !important;
  }
}

@media (min-width: 428px) and (max-width: 550px) {
  .drawwilder-right {
    width: 90%;
  }

  .text-only-wider {
    max-width: 60%;
    position: relative;
    left: -20px;
  }
}

/* 📱 Mobile Devices up to (480px) */

@media only screen and (max-width: 480px) {
  .text-only-wider {
    max-width: 100%;
  }

  h1 {
    font-size: 1.5em;
    text-align: center;
  }

  .port-page-internal h3 {
    font-size: 1.5em;
    text-align: center;
  }

  .projectcontent p {
    text-align: center;
  }
}

/* 📱 Mobile Devices (250px - 349px) */

@media (min-width: 250px) and (max-width: 349px) {
  :where(img, video, iframe) {
    display: block;
    margin-inline: auto;
    max-width: 100% !important;
    width: 60% !important;
    height: auto;
    padding: 30px 0px 0px 0px !important;
  }

  .about-estela-image {
    margin: 10px auto 50px auto;
    width: 30%;
    height: auto;
  }

  .drawwilder-right {
    width: 90%;
  }

  .text-only-wider {
    left: -120px;
  }

  .text-content {
    width: 100%;
  }

  .portrait-eg {
    padding: 10px;
    width: 70%;
    margin: 0 auto;
    border-radius: 50%;
  }
}

/* iPhone SE */
@media (min-width: 320px) and (max-width: 374px) {
  h1.landingpage-title.eg {
    width: 90%;
    margin: 0 auto;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
  }

  .container-message {
    width: 70%;
    margin: 0px auto;
  }

  .landingpage-title {
    order: 1;
  }

  .about-estela-image {
    order: 2;
  }

  span {
    font-size: 0.8em;
  }
}

/* iPhone 8 */
@media (min-width: 375px) and (max-width: 413px) {
  h1.landingpage-title.eg {
    width: 90%;
    margin: 0 auto;
    font-size: 2em;
    font-weight: 600;
    text-align: center;
  }

  .container-message {
    width: 70%;
    margin: 0px auto;
  }

  .landingpage-title {
    order: 1;
  }

  .about-estela-image {
    order: 2;
  }

  span {
    font-size: 0.8em;
  }
}

/* 📱 Mobile Devices (300px - 600px) */
@media (min-width: 300px) and (max-width: 600px) {
  h1.landingpage-title.eg {
    width: 90%;
    margin: 0 auto;
    font-size: 1.4em;
    font-weight: 600;
    text-align: center;
  }

  .container-message {
    width: 70%;
    margin: 0px auto;
  }

  .landingpage-title {
    order: 1;
  }

  .about-estela-image {
    order: 2;
  }

  span {
    font-size: 0.8em;
  }

  /* New page start */
  .cover-alternate-content {
    width: 80%;
    padding: 60px;
  }

  .cover-alternate-content h2 {
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 1.2em;
    text-align: left;
  }

  .cover-alternate-content p {
    color: #ffffff;
    text-align: left;
    font-size: 1em;
    font-weight: 200;
  }

  /* New page end */

  :where(img, video, iframe) {
    display: block;
    margin-inline: auto;
    max-width: 100% !important;
    width: 40% !important;
    height: auto;
    padding: 30px 0px 0px 0px !important;
  }

  .drawwilder-right {
    width: 90%;
  }

  .portrait-eg {
    padding: 10px;
    width: 30%;
    margin: 0 auto;
    border-radius: 50%;
  }

  .text-container {
    margin: 0 auto;
    width: 90%;
  }

  .text-only-wider {
    max-width: 100%;
  }

  .port-page-internal h3 {
    font-size: 1.5em;
    text-align: center;
  }

  .projectcontent p {
    text-align: center;
  }

  .blog-content {
    width: 100%;
    padding: 0px;
  }

  .slider-overlay {
    width: 90%;
  }

  .port-page-internal.drawwilder h3 {
    font-size: 1.5em;
  }

  .port-page-internal.drawwilder p {
    font-size: 1em;
  }

  .main-content.drawwilder h2 {
    font-size: 1.2em;
  }

  .art-gallery {
    margin: 0px;
    padding: 0px;
  }

  .drawwilder-item-container {
    margin: 0px 0px;
  }

  .text-content {
    width: 100%;
  }

  .text-only-wider {
    max-width: 100%;
  }

  .container {
    max-width: 100%;
  }

  .background-slider {
    height: 400px;
  }

  #word-cloud {
    margin: 0 auto !important;
    width: 100% !important;
    font-size: 22px !important;
  }

  .art-gallery {
    gap: 2rem;
    justify-content: center;
  }

  .image-container > img {
    height: 200px !important;
    width: 100% !important;
    object-fit: cover;
    border-radius: 8px;
    display: block;
  }

  .button-like-eg {
    padding: 10px 20px !important;
    font-size: 16px !important;
    margin: 5px 0 !important;
  }

  .cover-alternate-content.wider.left {
    float: none !important;
  }
}

/* iPhone 8 Plus */
@media (min-width: 414px) and (max-width: 767px) {
}

/*************************************** iPads ***************************************/

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* styles for iPads/tablets in portrait */

  .text-only-wider {
    max-width: 100%;
  }

  h1 {
    font-size: 1.5em;
    text-align: center;
  }

  h2 {
    font-size: 2em;
    text-align: center;
  }

  h3 {
    font-size: 1em;
    text-align: center;
  }

  p,
  ul li,
  ol li {
    font-size: 1em;
    text-align: center;
  }

  .port-page-internal h3 {
    font-size: 1.5em;
    text-align: center;
  }

  .projectcontent p {
    text-align: center;
  }

  .drawwilder-text-intro.specs {
    margin: 30px auto;
    padding: 30px;
    width: 75%;
    background-image: url(../images/drawwilder/fabric-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.85);
    background-blend-mode: lighten;
    border-radius: 10px;
  }

  .avatar-text-intro.specs {
    margin: 30px auto;
    padding: 30px;
    width: 75%;
    background-image: url("/images/drawwilder/avatar-flowers/avatar-flowers-detail-horiz.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.85);
    background-blend-mode: lighten;
    border-radius: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) and (orientation: landscape) {
  /* styles for iPads/tablets in landscape */

  .text-only-wider {
    max-width: 100%;
  }

  h1 {
    text-align: left;
    width: 50%;
  }

  h2 {
    font-size: 2em;
    text-align: left;
  }

  h3 {
    font-size: 1em;
    text-align: center;
  }

  p,
  ul li,
  ol li {
    text-align: center;
  }

  .port-page-internal h3 {
    font-size: 1.5em;
    text-align: center;
  }

  .projectcontent p {
    text-align: center;
  }

  .cover-alternate-content img {
    width: 95%;
  }

  .drawwilder-text-intro.specs {
    margin: 30px auto;
    padding: 30px;
    width: 75%;
    background-image: url(../images/drawwilder/fabric-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.85);
    background-blend-mode: lighten;
    border-radius: 10px;
  }

  .avatar-text-intro.specs {
    margin: 30px auto;
    padding: 30px;
    width: 75%;
    background-image: url(../images/drawwilder/avatar-flowers/avatar-flowers-detail-horiz.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.85);
    background-blend-mode: lighten;
    border-radius: 10px;
  }
}

/* iPad mini (7.9") + iPad (9.7") */
@media (min-width: 768px) and (max-width: 834px) {
  h1.landingpage-title.eg {
    width: 100%;
    margin: 0 auto;
    font-size: 2em;
    font-weight: 600;
    text-align: center;
  }
}

/* iPad (9.7") vertical */
@media (min-width: 768px) and (max-width: 1024px) {
  h1.landingpage-title.eg {
    width: 100%;
    margin: 0 auto;
    font-size: 2em;
    font-weight: 600;
    text-align: center;
  }
}

/* iPad (9.7") Landscape */
@media (width: 1024px) and (height: 768px) {
  h1.landingpage-title.eg {
    width: 100%;
    margin: 0 auto;
    font-size: 2em;
    font-weight: 600;
    text-align: center;
  }
}

/* iPad Pro (10.5") */
@media (min-width: 835px) and (max-width: 1117px) {
  h1.landingpage-title.eg {
    width: 80%;
    margin: 0 auto;
    font-size: 3em;
    font-weight: 600;
    text-align: center;
  }

  .container-message {
    width: 80%;
    margin: 30px auto;
  }
}

/* Ipad Pro (12.9") */
@media (min-width: 1118px) and (max-width: 2000px) {
  h1.landingpage-title.eg {
    width: 50%;
    margin: 0 auto;
    font-size: 3em;
    font-weight: 600;
    text-align: center;
  }

  /* About page start */
  .about-estela-image {
    margin: 10px auto 50px auto;
    width: 30% !important;
    height: auto;
  }

  .cover-alternate-content {
    margin: 0 auto;
    background-color: #4a006d;
    padding: 60px;
    width: 30%;
  }

  h1.landingpage-title.eg {
    width: 100%;
    margin: 0 auto;
    font-size: 2em;
    font-weight: 600;
    text-align: center;
  }

  .container-message {
    width: 50%;
  }

  /* About page end */

  .main-content {
    flex: 1;
    padding: 10px;
    width: 50%;
    margin: 0 auto;
  }

  :where(img, video, iframe) {
    display: block;
    margin-inline: auto;
    max-width: 100% !important;
    width: 80% !important;
    height: auto;
    padding: 30px 0px 0px 0px !important;
  }

  .text-only-wider {
    padding: 0px 0px;
    max-width: 45%;
  }

  h1 {
    font-size: 3em;
  }

  .portrait-eg {
    padding: 10px;
    width: 20%;
    margin: 0 auto;
    border-radius: 50%;
  }

  .drawwilder-item-container {
    max-width: 1000px;
  }

  .blog-preview {
    width: 50%;
    margin: 60px auto;
  }
}

/* iPad Pro (12.9") */
@media (min-width: 1118px) and (max-width: 1366px) {
}

/*************************************** Desktops ***************************************/

@media (min-width: 2415px) and (max-width: 2435px) {
  .text-only-wider {
    padding: 0px 0px;
    max-width: 50%;
  }

  .main-content {
    flex: 1;
    padding: 10px;
    width: 90%;
    margin: 0 auto;
  }

  .drawwilder-item-container {
    max-width: 1000px;
  }

  .blog-preview {
    width: 50%;
    margin: 60px auto;
  }
}

@media (min-width: 2000px) and (max-width: 2415px) {
  .text-only-wider {
    padding: 0px 0px;
    max-width: 50%;
  }

  .main-content {
    flex: 1;
    padding: 10px;
    width: 90%;
    margin: 0 auto;
  }

  .drawwilder-item-container {
    max-width: 1000px;
  }

  .blog-preview {
    width: 50%;
    margin: 60px auto;
  }
}

@media (min-width: 1500px) and (max-width: 2000px) {
  .cover-alternate-content {
    margin: 0 auto;
    background-color: #4a006d;
    padding: 60px;
    width: 30%;
  }

  .text-only-wider {
    padding: 0px 0px;
    max-width: 50%;
  }

  .main-content {
    flex: 1;
    padding: 10px;
    width: 90%;
    margin: 0 auto;
  }

  .drawwilder-item-container {
    max-width: 1000px;
  }

  .blog-preview {
    width: 50%;
    margin: 60px auto;
  }
}

@media (min-width: 2000px) and (max-width: 3000px) {
  .cover-alternate-content {
    margin: 0 auto;
    background-color: #4a006d;
    padding: 60px;
    width: 30%;
  }

  .main-content {
    flex: 1;
    padding: 10px;
    width: 50%;
    margin: 0 auto;
  }

  /* About page start */

  .about-estela-image {
    margin: 10px auto 50px auto;
    width: 30% !important;
    height: auto;
  }

  h1.landingpage-title.eg {
    width: 50%;
    margin: 0 auto;
    font-size: 3em;
    font-weight: 600;
    text-align: center;
  }

  /* About page end */

  :where(img, video, iframe) {
    display: block;
    margin-inline: auto;
    max-width: 100% !important;
    width: 60% !important;
    height: auto;
    padding: 30px 0px 0px 0px !important;
  }
}

/* Large desktop */
@media (min-width: 1367px) {
}

/* 💻 Desktops & Tablets (960px) */
/* Iphone 8 landscape */

@media screen and (max-width: 960px) {
  h1.landingpage-title.eg {
    width: 100%;
    margin: 0 auto;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
  }

  .container-message {
    width: 80%;
    margin: 0px 20px;
  }

  .landingpage-title {
    order: 1;
  }

  .about-estela-image {
    order: 2;
  }

  /* About page start */
  .landingpage-title {
    order: 1;
  }

  .about-estela-image {
    order: 2;
  }
  /* About page end */

  nav {
    flex-wrap: wrap;
  }

  .blog-preview {
    width: 85%;
    margin: 60px auto;
  }

  .drawwilder-item-container {
    max-width: 1000px;
  }

  nav .hamburger {
    display: block;
  }

  nav .menu {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #3d155f;
    position: absolute;
    top: 60px;
    left: 0;
    text-align: center;
    padding: 0px;
  }

  nav .menu.active {
    display: flex;
    padding: 20px 0px;
  }
}

/* === Responsive: Medium+ Tablets and Desktop === */
@media screen and (min-width: 961px) {
  nav .menu {
    display: flex !important;
  }

  .blog-preview {
    width: 60%;
    margin: 0px auto 60px auto;
  }

  .drawwilder-item-container {
    max-width: 500px;
  }

  nav .hamburger {
    display: none !important;
  }

  .text-content {
    width: 100%;
  }

  .drawwilder-text-intro.specs {
    margin: 30px auto;
    padding: 30px;
    width: 75%;
    background-image: url(../images/drawwilder/fabric-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.85);
    background-blend-mode: lighten;
    border-radius: 10px;
  }

  .avatar-text-intro.specs {
    margin: 30px auto;
    padding: 30px;
    width: 75%;
    background-image: url(../images/drawwilder/avatar-flowers/avatar-flowers-detail-horiz.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.85);
    background-blend-mode: lighten;
    border-radius: 10px;
  }

  .avatar-text-intro.specs.floral-reverie {
    margin: 30px auto;
    padding: 30px;
    width: 75%;
    background-image: url(../images/drawwilder/flower-reverie/banner-floral-reverie-detail-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.85);
    background-blend-mode: lighten;
    border-radius: 10px;
  }

  .avatar-text-intro.specs.floral-reverie h2 {
    color: #3a0d5d;
  }
}

/* 📱 Large Tablets & Small Laptops (960px - 1023px) */

@media (min-width: 960px) and (max-width: 1023px) {
  /* About page start */
  .container-message {
    flex-direction: column;
  }

  .landingpage-title {
    order: 1;
  }

  .about-estela-image {
    order: 2;
  }

  h1.landingpage-title.eg {
    width: 100%;
    margin: 0 auto;
    font-size: 2em;
    font-weight: 600;
    text-align: center;
  }

  /* About page end */

  .cover-alternate-content.wider > .landingpage-title {
    margin: 0;
    padding: 20px 0;
  }

  .blog-preview {
    width: 50%;
    margin: 60px auto;
  }

  .drawwilder-text-intro {
    width: 70%;
    margin: 0 auto;
  }

  .avatar-text-intro {
    width: 70%;
    margin: 0 auto;
  }

  .text-content {
    width: 100%;
    text-align: left;
  }

  .display-title {
    font-size: 6em !important;
  }

  .content-img {
    max-width: 60% !important;
    padding: 60px;
  }

  .portrait-eg {
    padding: 10px;
    width: 20%;
    margin: 0 auto;
    border-radius: 50%;
  }

  .background-slider {
    height: 90vh;
  }

  .slider-overlay {
    width: 100% !important;
  }
}

/* 📱 Medium Tablets (800px - 959px) */

@media (min-width: 800px) and (max-width: 959px) {
  /* About page start */
  .container-message {
    flex-direction: column;
  }

  .landingpage-title {
    order: 1;
  }

  .about-estela-image {
    order: 2;
  }

  h1.landingpage-title.eg {
    width: 100%;
    margin: 0 auto;
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
  }

  /* About page end */

  .slider-overlay {
    width: 100% !important;
  }

  .blog-preview {
    width: 50%;
    margin: 60px auto;
  }

  .initial-heading {
    margin: 0 !important;
    padding: 25px !important;
  }

  .main-button {
    margin: 0 auto;
    padding-left: 10%;
  }

  .drawwilder-text-intro {
    width: 70%;
    margin: 60px auto;
  }

  .avatar-text-intro {
    width: 70%;
    margin: 60px auto;
  }

  .display-title {
    margin: 0 auto !important;
  }

  .cover-alternate-content.wider.left {
    float: none !important;
  }

  .container {
    max-width: 100%;
  }

  .text-content {
    width: 90%;
  }
}

/* 📱 Tablets (768px - 799px) */
/* iPad Pro (10.5") landscape */

@media (min-width: 768px) and (max-width: 799px) {
  h1.landingpage-title.eg {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 10px;
    font-size: 2.5em !important;
  }

  .container-message {
    width: 80%;
    margin: 30px auto;
  }

  h1.landingpage-title {
    font-size: 4em !important;
    font-weight: 900;
    margin-top: 250px;
  }

  .background-slider {
    height: 400px;
  }

  .container {
    max-width: 100%;
  }

  .text-content {
    width: 100%;
  }
}

/***************************************************************************  Media Queries end ***************************************************************************/
/***************************************************************************  Media Queries end ***************************************************************************/

/* Links page */

.container-links {
  width: 60%;
  margin: 0 auto;
  padding: 0px;
}

.container-links ul li {
  text-align: left;
  list-style: none;
}
