body{
  margin: 0px;
  font-family: lato,poppins,roboto,sans-serif;
}
.footer {
color: black;
display: flex;
justify-content: center;
padding: 24px;
border-top: solid 1px #ededed;
}
.main-container {
display: flex;
justify-content: center;
padding-top: 100px;
padding-bottom: 100px;
margin: 0px 20px;
}
p {
font-size: 1.2em;
line-height: 1.6em;
}
h1 {
margin: 0px;
font-size: 2.6em;
font-weight: 800;
line-height: 1.3em;
font-family: poppins,lato,sans-serif;
}
h2 {
margin-bottom: 0px;
}
h3 {
margin-bottom: 10px;
text-transform: capitalize;
line-height: 1.4em;
font-size: 22px;
}
.hero-block{
margin: 40px 0px;
}
.flexbox {
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
}
.spaced{
justify-content: space-between;
}

.header {
display: flex;
position: fixed;
background: white;
left: 0;
top: 0;
z-index: 10;
width: 100%;
border-bottom: solid 1px #f1f1f1;
box-shadow: 0px 4px 8px #0000000f;
align-content: center;
justify-content: space-between;
align-items: center;
}
.logo{
padding-left: 24px;
height: 28px;
}
.header-links {
display: flex;
column-gap: 32px;
padding: 24px;
}
.header-links a {
color: black;
text-decoration: none;
}
.primary-cta{
margin: 16px 0px;
padding: 12px 20px;
color: white;
border-color: #f13345;
display: inline-block;
background-color: #3f92ff;
border-radius: 8px;
font-weight: 600;
font-size: 18px;
cursor: pointer;
}
.primary-cta:hover{
opacity:.6;
}
hr{
margin:40px;
border-top:solid 1px #f1f1f1;
}
    /* Flexbox container with flex-direction as column */
    .flex-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 24px;
        flex-grow: 1;
        row-gap: 24px;
        justify-content: center;
    }

    /* Flex items (images) */
    .flex-item {
    }
    .tag-link {
display: flex;
flex-direction: row;
column-gap: 4px;
flex-wrap: wrap;
row-gap: 8px;
}
.tag-link a {
text-decoration: none;
color: black;
padding: 6px 10px;
border-radius: 20px;
font-size: 14px;
border: solid 1px #cacaca;
text-transform: capitalize;
}
.imagecard {
padding: 24px;
border: solid 1px #f1f1f1;
box-shadow: 0px 2px 4px #d2d2d260;
border-radius: 10px;
width: 300px;
display: flex;
flex-grow: 1;
flex-direction: column;
justify-content: space-between;
background-color: white;
transition: all .3s ease-in-out;
}
.imagecard:hover{
cursor: default;
box-shadow: 0px 8px 12px #d2d2d290;
}
.buttons {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
margin: 24px 0px 0px 0px;
column-gap: 10px;
}
.buttons button{
width: 100%;
font-size: 16px;
border:solid 0px;
border-radius: 6px;
background-color: #7d52bd;
position:relative;
}
button a {
text-decoration: none;
color: white;
display: block;
padding: 10px 0px;
}
button:hover{
transition: all .3s ease-in-out;
opacity: .8;
}

.usps {
display: flex;
width: 100%;
justify-content: center;
column-gap: 32px;
flex-direction: row;
background-color: white;
flex-wrap: wrap;
box-shadow: 0px 0px 8px #d2d2d260;
border-radius: 16px;
padding: 40px 0px;
margin: 40px 0px;
margin-bottom: 60px;
flex-grow: 1;
}
.usps div {
width: 240px;
flex-grow: 1;
text-align: center;
padding: 0px 40px;
display: flex;
flex-direction: column;
align-content: center;
align-items: center;
}
.pagewrapper {
width: 1100px;
display: flex;
flex-direction: column;
align-items: center;
}
hr{
margin: 16px 0px;
}
.free-illustration {
background-color: #ffc700;
display: inline-block;
padding: 4px 10px;
color: white;
border-radius: 4px;
font-weight: 600;
}

.buybtn {
background-color: #ffca00 !important;
padding: 0px 10px;
overflow: hidden;
background-image: linear-gradient(88deg, deeppink, orange);

}
.buybtn a{
color: white;
}

.overlay_helper {
position: fixed;
top: 0;
left: 0;
background-color: #000000;
display: inline-table;
z-index: 20;
display: block;
visibility: hidden;
width: 100%;
}
.overlay_bg{
background-color: white;
display: flex;
justify-content: center;
align-items: center;
}
.uspicon {
width: 30px;
display: flex;
color: white;
padding: 10px 18px;
border-radius: 12px;
margin-bottom: 0px;
position: relative;
justify-content: center;
}
.desctext{
  line-height: 1.6em;
}




.popup-container {
  position: fixed;
  background-color: #00000099;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}

.popup-info {
    background-color: white;
    width: 500px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 4%;
    height: fit-content;
}

.popup-image {
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 36px;
}

.popup-text {
  min-height: 100px;
  width: auto;
  padding: 20px;
  line-height: 1.6em;
}
 
    
    h2 {
    margin: 0px;
    font-size: 2.4em;
    font-weight: 800;
}
h3 {
    font-size: 1.5em;
    margin-top: 14px;
}
    
    a {
        text-decoration: none;
        color: black;
    }
    .buybtn::before {
        content: "AB";
        background-color: white;
        height: 100%;
        position: absolute;
        left: -30%;
        top: 0;
        color: white;
        transform: skewX(30deg);
        opacity: 0.3;
    }
    button .buybtn:hover::before, .imagecard:hover .buybtn::before  {
        left: 110%;
        animation: repeatTransition 3s ease-out infinite;
    }
    
    @keyframes repeatTransition {
      0% {
        left: -10%;
      }
      25% {
        left: 110%;
      }
      100{
        left: 110%;  
      }
    }
    
    .imagecard:hover img{
        transform:scale(1.04);
        transition: all 0.3s ease-in-out;
    }
    h1{
        text-transform: capitalize;
    }
    p {
    font-size: 1.2em;
    line-height: 1.6em;
    margin: 14px 0px;
}
    

@media screen and (max-width: 600px) {
    .flexbox {
        flex-direction: column-reverse;
    }
    .flexbox img {
        max-width: 100%;
        height: auto;
        margin-top: -60px;
    }
    .usps{
        row-gap: 40px;
    }
   .overlay_bg img{
       max-width: 100%;
       height:auto;
   }
}


.gumroad-packs-download {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 32px 0px;
}
.download-pack {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    flex-grow: 1;
    width: 300px;
    justify-content: center;
    align-items: center;
}
.download-pack img {
    min-width: 300px;
    height: 300px;
}