/* using */
.desktop-only {
    display: none;
}

/* using */
.tablet {
    display: block;
}



.iframe {
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}




/* Used to display information in tables in lessons */
.lesson-table {
    margin: 40px auto;
    width: 100%;
    font-family: "Helvetica Neue", "Segoe UI", Helvetica, arial, sans-serif;
}

.lesson-table th {
    border-bottom: 2px solid #000;
    text-align: center;
    background-color: #bbb;
    font-size: 18px;
    padding: 10px;
}

.lesson-table td {
    padding: 15px 25px;
}

.lesson-table tr:nth-child(odd) {
    background: #f6f6f6;
}

.lesson-table tr:nth-child(even) {
    background-color: #e6e6e6;
}

/* Used for right-aligned lesson table columns */
.key-column {
    text-align: right;
    font-weight: bold;
    vertical-align: top;
    padding-right: 0;
    padding-left: 15px;
}

/* Used as a heading in terminal displays */
.terminal-heading {
    font-family: poppins;
    font-size: 24px;
    border-bottom: 1px solid #fff;
}

/* Used for lesson examples, not bash */
.pre-document {
    padding: 25px;
    font-size: 14px;
    line-height: 1.25em;
    background-color: #eee;
    margin: 25px 0;
}

/* ////////////////////// LATEST BOOKMARK ////////////////////////////////////// */


/* NEED */
a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

/* NEED */
div.blogtitle {
    display: none;
}






#splash-left {
    /* width: 360px; */
    display: inline-block;
    padding: 0;
    /* width: 600px; */
}


#splash-left img {
    /* width: 360px;
    width: 540px; */
    opacity: 0.5;
    height: 300px;

}

#splash-b {
    display: inline-block;
    color: #eee;
    color: #fff;
    border: 0px solid blue;
    font-family: poppins;
    text-align: center;
    width: calc(100% - 470px);
}




/*duplicated with more properties, test site and merge*/
.flex-container {
    display: flex;
    padding: 0;
    margin: 0;
}

/* testing */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: poppins;
    font-weight: 700;
}

/* ------------------- work on these ------------------------ */

.feature-left {
    /* display: flex;
  width: 66%;
  border: 0px solid green;
  margin: 14px 20px;
  padding: 0 30px;
  text-align: center;
  font-size: 28px;
  line-height: 80px;
  height: 92px; */
    width: 66%;
}

.feature-right {
    font-size: 32px;
    line-height: 24px;
    /* height: 120px; */

    border-radius: 18px;
    border: 5px solid #999;
    /* padding: 10px; */

    text-align: center;
    width: 33%;
    text-shadow: 2px 2px #000;
    font-family: poppins;
    padding-top: 30px;
}

#feature-line1 {
    font-size: 32px;
    line-height: 24px;
    /* height: 120px; */

    /* padding: 10px; */

    text-align: center;
    /* width: 420px; */
    text-shadow: 2px 2px #000;
    font-family: poppins;
    /* padding-top: 30px; */
}

#feature-line2 {
    font-size: 56px;
    font-weight: 400;

    border: 0px solid red;
    font-family: Delicious Handrawn, Helvetica, Arial, sans-serif;
    line-height: 40px;
    padding-top: 2px;
    color: yellow;
}

/* bookmark ------------------------------------------------------------ */

/* NEED */
.flush-container {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* NEED */
.blogpost {
    width: 600px;
    margin: 40px auto;
}

/* NEED */
.example-table {
    width: 80%;
    margin: 25px auto;
    border: 1px solid #444;
    min-width: 300px;
    text-align: center;
    padding: 45px 15px;
}

/* NEED */
.example-table th {
    background-color: #aaa;
    border-bottom: 2px solid #000;
}

/* NEED */
.example-table tr:nth-child(even) {
    background: #ddd;
}

/* NEED */
.example-table tr:nth-child(odd) {
    background-color: #eee;
}

/* NEED */
.example-table td {
    padding: 5px 15px;
}

/* NEED */
.blogpost-title {
    /* text-decoration: underline; */
    font-family: Poppins;
    /* font-family: Neucha; */
    font-weight: 700;
}

/* NEED */
.blogpost-metadata {
    font-size: 12px;
    font-weight: 400;
}

.blogpost-body {
    margin: 20px 0 0 0;
    padding: 0;
}



.profile-bio-link {
    /* font-size: 36px; */
    font-size: 32px;
    line-height: 24px;
    height: 120px;
}

.header-promo {
    font-size: 56px;
}


.articles-container {
    width: 600px;
    margin: 0 auto;
}

.articles-container h2 {
    font-family: poppins;
    font-weight: 800;
    margin-top: 35px;
}

.loaded-article {
    width: 100%;
    height: 400px;
    padding: 35px;
    margin: 25px 0;
    background-size: cover;
}

.loaded-article-titles {
    padding: 25px;
    /* background-color: rgba(255, 255, 0, 0.7); */
    /* background-color: rgba(0, 0, 0, 0.8); */
    background-color: rgba(255, 255, 255, 0.7);
}

a.loaded-article-titles:hover {
    text-decoration: none;
}

.loaded-article-titles h3 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 24px;
}

#loaded-article-excerpts {
    margin: 15px 0;
    color: #000;
    font-size: 18px;
}

#loaded-article-readmore {
    font-family: poppins;
    font-weight: bold;
}

.profile-photo {
    width: 60px;
    border-radius: 50%;
    border: 4px solid black;
}



/* 768 and above */
/* @@media only screen (min-width: 768px){
...
} */

/* @* iphones in portrait mode *@ */
/* @@media only screen and (min-width: 320px) and (max-width: 479px){
...
} */

/* 768px to 959px */
/* @@media only screen and (min-width: 768px) and (max-width: 959px){
...
} */

.tagline {
    font-size: 36px;
    margin-top: 70px;
    margin-bottom: 30px;
    padding: 30px 0;
    width: 100%;
    text-align: center;
    font-family: Shadows Into Light, roboto slab;
    display: block;
    font-weight: bold;
}

html {
    font-size: 14px;
}

/* @media (min-width: 768px) {
  html {
    font-size: 16px;
  }
} */

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
}

.page-container {
    display: flex;
    justify-content: space-evenly;
}

.flex-container {
    display: flex;
    justify-content: space-evenly;
}

/* NEEDED */
.left-column {
    /* max-width: 300px; */
    /* min-width: 300px;
  margin-left: 10px; */
}

.widget-top {
    vertical-align: top;
    display: inline-block;
    border: 0px solid red;
    margin: 0 auto;
}

.widget {
    border-radius: 12px;
    background-color: #f5f5f5;
    padding: 12px;
    padding-bottom: 18px;
    border: 1px solid #ddd;
    margin-left: 0px;
}

#profile-name {
    text-align: center;
    font-weight: bold;
    /* font-size: 1.1em; */
    word-wrap: break-word;
    font-size: 36px;
    display: inline-block;
    margin-left: 10px;
}

/* NEED */
article {
    /* margin: 0 5%; monitor and see if I need this */
    font-size: 1.2em;
    line-height: 1.8em;
}

/* NEED */
article p {
    margin: 25px 0;
}

.widget-statement {
    padding: 8px;
    overflow-wrap: break-word;
}

.widget-tagline {
    text-align: center;
    font-weight: bold;
    font-family: shadows into light;
    letter-spacing: 2px;
    font-size: 48px;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}

.privacy p {
    margin: 20px 0;
}

.paths th {
    text-align: center;
    padding: 20px 0;
}

.paths td {
    width: 33%;
    padding: 0 20px 20px 20px;
}

.paths img {
    width: 140px;
}

td.paths-description {
    /* padding-top: 15px; */
    padding: 5px 40px;
    vertical-align: top;
    border: 0px solid #000;
}

/* NEED */
.center {
    text-align: center;
}

/* NEED */
.terminal {
    font-size: 12px;
    background-color: #222;
    color: #fff;
    border-top: 24px solid #555;
    border-radius: 12px;
    padding: 26px 18px;
    line-height: 1.5em;
    margin: 24px auto;
    font-family: Verdana, sans-serif;
}

.terminal2 {
    font-size: 12px;
    background-color: #222;
    color: #fff;
    border-top: 24px solid #555;
    border-radius: 12px;
    padding: 26px 18px 12px 28px;
    line-height: 1.5em;
    margin: 24px auto;
    font-family: Verdana, sans-serif;
}

/* ////////////////////////////// start //////////////////////////// */

.nextup {
    background-image: url("/images/developer-coding.jpg");

    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    color: #fff;
}

/* NEEDED */
.highlight {
    background-color: #f3e5ab;
    padding: 20px 30px;
    font-size: 14px;
    margin: 30px auto;
}

/* NEEDED */
.lesson-container {
    padding: 3%;
    font-size: 1.4em;
    line-height: 1.5em;
    margin: 0 auto;
}

/* NEEDED */
.lesson-container h1,
.lesson-container h2,
.lesson-container h3,
.lesson-container h4,
.lesson-container h5,
.lesson-container h6 {
    /* font-family: roboto slab; */
    font-family: "Josefin Sans";
    line-height: 1.2em;
    margin: 30px 0;
}


/* NEEDED */
.lesson-container h1 {
    text-align: center;
    font-size: 2.5em;
    margin: 40px 0;
}


.splash {
    padding: 3%;
    font-size: 1.4em;
    line-height: 1.5em;
    /* width: 66%; */
    margin: 0 auto;
}

.splash h1,
.splash h2,
.splash h3 {
    /* width: 100%; */
    text-align: center;
    font-family: roboto slab;
    line-height: 1.2em;
    margin: 20px;
}

.splash h1 {
    font-size: 2.5em;
}

/* CSS for the hero section */
.hero {
    display: flex;
    justify-content: space-between;
}

.hero div {
    flex-basis: 30%;
    margin: 3.33%;
}

/* CSS for the header and footer */
header {
    background-color: #f1f1f1;
    margin: 0;
}

.header-h1 {
    margin-top: 0;
    margin-bottom: 100px;
    margin-left: 20px;
    font-family: roboto slab;
    font-weight: 800;
    font-size: 2.5em;
    text-shadow: 2px 2px 1px black;
}

.header-bg {
    background-image: url("/images/splash-down.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    color: #fff;
}



/* CSS for the filler text */
.filler-text {
    padding: 2em;
}

/* nav {
  display: flex;
  justify-content: center;
}
nav a {
  flex: 1;
  text-align: center;
}
@media (max-width: 600px) {
  nav a {
    display: block;
    text-align: center;
  }
} */

nav ul {
    /* width: 300px; */
    display: flex;
    justify-content: center;
    list-style: none;
    /* remove bullet points */
    margin: 0;
    /* remove margin */
    padding: 0;
    /* remove padding */
    text-align: center;
}

nav li {
    flex: 1;
    /* take up equal space on the line */
    text-align: center;
    /* center the text */
    display: inline-block;
    text-align: center;
    background-color: #000;
    /* opacity: 0.5; */
    background: rgba(9, 9, 9, 0.37);
    text-shadow: 2px 2px 1px black;
}

.nav-icon {
    display: none;
}

.nav-text {
    display: inline;
}

.nav-links li {
    display: inline-block;
    /* border: 1px solid red; */
}

.nav-links a {
    display: inline-block;
    /* padding: 10px; */
    text-decoration: none;
}

/* @media (max-width: 768px) {
  .nav-links li {
    display: inner-block;
    padding-bottom: 0;
    margin: 0 auto;
    vertical-align: bottom;
  }
  .nav-text {
    display: none;
  }
  .nav-icon {
    display: inline;
    max-width: 50px;
    margin: 0 auto;
  }

  .nav-links a {
    display: block;
    padding: 10px;
    text-align: center;
  }
} */

/* @media (max-width: 1200px) {
  .nav-links li {
    display: inner-block;
    padding-bottom: 0;
    margin: 0 auto;
    vertical-align: bottom;
  }
  .nav-link-left {
    display: none;
  }
  .nav-icon {
    display: inline;
    max-width: 50px;
    margin: 0 auto;
  }

  .nav-links a {
    display: block;
    padding: 10px;
    text-align: center;
  }
} */

.nav-links li {
    display: inner-block;
    padding-bottom: 0;
    margin: 0 auto;
    vertical-align: bottom;
}

.nav-link-left {
    /* display: none; */
}

.nav-text {
    display: none;
}

.nav-icon {
    display: inline;
    max-width: 50px;
    margin: 0 auto;
}

.nav-links a {
    display: block;
    padding: 10px;
    text-align: center;
}

/* @media (max-width: 600px) {
  nav ul {
    flex-wrap: wrap;
  }
  nav li {
    width: 100%;
  }
} */

.learning-icons {
    width: 10%;
    display: block;
    margin: 3.33%;
}

/* ------------------------- from layout html style tag... */

nav.main-nav {
    position: fixed;
    top: 0;
    background-color: #000;
    /* @* background-color: #222; *@ */
    width: 100%;
    padding: 0;
    color: #fff;
    height: 60px;
}

.main-nav div {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    display: inline-block;
}

.main-nav h1,
.main-nav h2,
.main-nav h3 {
    display: inline-block;
    /* @* font-family: Nunito Sans, Poppins, EB Garamond, Delicious Handrawn; *@ */
    font-family: Neucha;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.main-nav input {
    padding: 8px 12px;
    width: 200px;
}

.main-nav button {
    background-color: #2ab1f7;
    font-weight: bold;
    color: #fff;
    padding: 0 20px;
}

.right {
    text-align: right;
}



.nav-left {
    width: 25%;
    margin-left: 4%;
    /* @* border:1px solid green; *@ */
}

.nav-center {
    width: 20%;
}

.nav-right {
    width: 45%;
    margin-right: 4%;
}

.nav-text {
    padding: 18px;
    font-size: 1em;
    font-weight: bold;
}

.nav-link-left {
    padding: 18px 14px;
    font-size: 1em;
    font-weight: bold;
}

.nav-link-right {
    padding: 18px;
    font-size: 1em;
    font-weight: bold;
}

/* NEED */
.announcement {
    font-family: poppins, roboto slab;
    font-weight: 800;
    text-shadow: 2px 2px 1px black;
    background: rgba(9, 9, 9, 0.57);
    font-size: 70px;
    height: 140px;
    line-height: 140px;
    vertical-align: middle;
    text-align: center;
}

/* NEED */
.announcement-module {
    text-shadow: 2px 2px 1px black;
    background: rgba(9, 9, 9, 0.57);
    vertical-align: middle;
    text-align: left;
    line-height: 36px;
    width: 85%;
    max-width: 740px;
    margin: 30px auto;
    font-family: poppins;
    font-size: 32px;
    font-weight: 700;
    padding: 25px;
}

/* DON'T THINK I NEED */
/* .splash-text {
  margin-top: 0;
  margin-bottom: 100px;
  margin-left: 40px;
  font-family: roboto slab;
  font-weight: 800;
  font-size: 2.5em;
  text-shadow: 2px 2px 1px black;
} */

.container {
    width: 100%;
    display: flex;
    padding: 0;
}

.sticky-nav-adjust {
    margin-top: 60px;
}

.villain {
    display: flex;
    justify-content: space-between;
}

.villain1 {
    flex-basis: 30%;
    margin: 2%;
    max-width: 300px;
    border: 1px solid red;
}

.villain2 {
    flex-basis: 60%;
    margin: 2%;
    min-width: 760px;
    border: 1px solid red;
}

button {
    background-color: #2ab1f7;
    font-weight: bold;
    color: #fff;
    padding: 0 20px;
}

ul {}

li {
    list-style: square;
}

#my-div {
    /* @* display: none;
  opacity: 0; *@ */
    transition: opacity 0.3s ease-in-out;
}

.show {
    display: block;
    opacity: 1;
}

#my-div {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#my-div.show {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

/* @* lgtm - 20 character max *@ */
#profile-location,
#profile-title {
    display: inline-block;
    border: 0px solid red;
    font-size: 0.9em;
}

/* @* lgtm - 40 character max *@ */

/* @* lgtm - 38 character max for link, only url/lowercase *@ */
.profile-bio-link,
.profile-bio-link-info {
    word-wrap: break-word;
}

/* @* lgtm - 40 character max *@ */
.profile-bio-link-info {
    margin-bottom: 8px;
}

/* @* lgtm *@ */
a {
    text-decoration: none;
}

/* @* lgtm *@ */
a:link,
a:visited {
    font-weight: bold;
    color: #1e81b0;
    color: #0c76a8;
    /* subtly slightly darker */
}

#feature-line2 a {
    color: yellow;
    font-weight: 400;
    text-decoration: none;
}

#feature-line1 a {
    color: #fff;
    text-decoration: none;
}

/* @* lgtm *@ */
a:hover {
    text-decoration: underline;
}

/* @* lgtm *@ */
a:active {
    color: #2596be;
}

/* @* lgtm *@ */
a.nav:link,
a.nav:visited {
    color: rgb(233, 233, 233);
}

/* @* lgtm *@ */
a.nav:hover {
    color: #fff;
    text-decoration: none;
}

/* @* lgtm *@ */
a.nav:active {
    color: #ddd;
}

/* @* lgtm *@ */
a.profile-bio:link,
a.profile-bio:visited {
    font-weight: bold;
    /* color: #1e81b0; */
}

/* @* lgtm *@ */
a.profile-bio:hover {
    text-decoration: underline;
}

/* @* lgtm *@ */
a.profile-bio:active {
    color: #2596be;
}

/* @* textarea::placeholder {
  color: #ccc; 
  font-size:3em; 
} *@ */

textarea::placeholder {
    font-weight: bold;
    opacity: 0.5;
    color: red;
}

label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 2em;
    color: #ccc;
}

textarea {
    font-size: 0.9rem;
    width: 90%;
    /* @* border:1px solid rgb(88, 88, 100); *@ */
    border: 1px solid #ddd;
    border-radius: 12px;
    outline: none;
    height: 180px;
    padding: 10px;
    box-shadow: 1px 1px 1px #999;
}

a.latestTitles {
    color: #111;
    text-decoration: none;
}

a.latestTitles:hover {
    /* color: #ffffcc; */
    background-color: #fff;
}

a.readMore:hover {
    text-decoration: underline;
}

a.postlink {
    color: #000;
}

a.postlink:hover {
    /* background-color: #eee; */
    background-color: rgba(255, 255, 255, 0.9);
    /* color: #1e81b0; */
    box-shadow: 1px 1px 1px #999;
}

/* Styles from _Layout.css */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* NEED */
.email-form {
    font-size: 22px;
    margin: 0 auto 2% auto;
    padding: 0;
    border: 0px solid red;
    width: 360px;
}

/* NEED */
input.email-form {
    width: 358px;
    line-height: 24px;
    padding: 15px;
    margin-bottom: 1px;
    border-top: 1px solid #888;
    border-left: 1px solid #888;
    display: block;
}

/* NEED */
input#cta-submit {
    background-color: #0099cc;
    color: #fff;
    font-family: Delicious Handrawn;
    font-size: 36px;
    width: 360px;
    line-height: 24px;
    padding: 15px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    display: block;
}

/* NEED */
#about-cta {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 56px;
    font-family: Delicious Handrawn;
    text-shadow: 2px 4px 4px black;
    color: gold;
}

/* NEED */
h1.poppins,
h4.poppins {
    font-family: poppins;
    font-weight: 600;
    font-weight: bold;
}

/*  NEED */
span.keyword {
    color: #2ab1f7;
}

/* NEED */
span.string {
    color: #ff9966;
}



/* NEEDED */
.calendar-container {
    padding: 8px;
    margin: 20px auto;
    /* width: 250px; */
    height: 250px;
    border: 1px solid grey;
}


table.calendar {
    width: 100%;
}

table.calendar td {
    width: 40px;
    height: 30px;
    border: 1px solid #fff;
    background-color: #eee;

}

table.calendar th {
    background-color: #ccc;
    color: #fff;
    border: 1px solid #fff;
    height: 20px;
    margin: 0 auto;
    padding: 0;
    text-align: center;

}

table.calendar {
    border-collapse: collapse;
}

/* Used to place headings directly over text in lessons */
h5.stacked,
h4.stacked,
h3.stacked {
    margin-bottom: 0;
}

/* Used for bulletin notes on lessons home page */
a.bulletin {
    color: #000;
}

/* Used for bulletin notes on lessons home page */
a.bulletin:hover {
    /* color: #4c7f8b;
  color: #1e81b0; */

    /* color: #175f81; */
    /* color: #fff; */
    text-decoration: none;
}

a.bulletin:hover div {
    /* background-color: #4c7f8b; */
    /* background-color: #175f81; */
    /* background-color: #1e81b0; */
    background-color: #fffa98;
}

/* used for some lesson titles on lessons nav menu */
.scaledown {
    font-size: 15px;
}



/*******************************/



.cta-group {
    opacity: 0;
    transform: translateY(20px);
    animation-fill-mode: forwards;
}



/* Image on top */
.hero-image {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 2rem 0;

    /* max-width: 100%; */
    /* display: block; */


}




.hero-image img {

    max-width: 800px;
    width: 100%;
    height: auto;
    display: inline-block;
}


/* Overlay with text + video */
.hero-overlay {
    /* background: rgba(0, 0, 0, 0.7); */

    width: 90%;
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem;
    border-radius: 12px;
    color: #fff;


    margin-top: 15px;





    /* display: flex;
    flex-wrap: wrap;
    align-items: flex-start; */
}

/* Two-column layout */
.hero-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

/* Left column (text) */
.hero-text {
    flex: 1;
    /* min-width: 300px; */
}

.hero-text h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.hero-text p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

/* CTA buttons */
.cta-group {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.cta-button {
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-button.primary {
    background: #ff6600;
    color: #fff;
}

.cta-button.primary:hover {
    background: #e55a00;
}

.cta-button.secondary {
    background: #fff;
    color: #ff6600;
    border: 2px solid #ff6600;
}

.cta-button.secondary:hover {
    background: #ffe6d5;
}

/* Trust bar */
.trust-bar {
    margin-top: 2rem;
}





.trust-bar p {
    font-size: 1rem;
    color: #ddd;
    margin-bottom: 0.5rem;
}





@keyframes popIn {
    0% {
        transform: scale(0.95);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}



.cta-group {
    animation: fadeUp 0.8s ease 0.1s forwards;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}