@media only screen and (max-width: 900px) {
    .landing-grid{
        grid-template-columns: 1fr!important;
        grid-template-rows: 1fr auto;
        grid-gap: 6rem!important;
    }
    #blob-3{
        display: none;
    }
    #blob-4{
        display: none;
    }
    #blob-5{
        display: none;
    }
}
@media only screen and (max-width: 1200px) {
    .landing-4-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr))!important;
    }
    .scroll-arrows{
        display: none;
    }
}
@media only screen and (max-width: 800px) {
    .landing-4-grid{
        grid-template-columns: repeat(1, minmax(0, 1fr))!important;
    }
    #conditions-art{
        grid-row-start: 1;
    }
    #section-4-text-container{
        grid-row-start: 2;
    }
}
p,
h2{
    word-break: break-word;
}

.landing-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.landing-4-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 20px;
}
#section-1-layered-waves{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    max-height: 300px;
    z-index: -1;
}
#section-1-arrow-down{
    height: auto;
    width: 70px;
    position: absolute;
    bottom: 5%;
    left: 60%;
}
#section-1-arrow-down:hover{
    cursor: pointer;
}
#section-1-arrow-down:hover > g > path{
    fill: #1D242D;
}
#section-1-wrapper{
    /*min-height: calc(100vh - 100px - 8rem);*/
}
#section-1{
    padding-top: 4rem;
    padding-bottom: 15%;
}
#section-1-text-container{
    margin: auto 0;
    z-index: 100;
}
#section-1-text-container a{
    padding: 13px 20px;
    margin-right: 20px;
    word-break: keep-all;
    white-space: nowrap;
}
@media only screen and (max-width: 500px) {
    #section-1-text-container a {
        line-height: 3rem;
    }
}
#section-1-art-container{
    position: relative;
    min-height: 200px;
}
#mock-up{
    max-width: 95%;
    height: auto;
    width: auto;
    transform: translateX(-5%);
}
#ai-art-3{
    max-width: 140%;
    max-height: 200%;
    height: auto;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 100%;
    z-index: -1;
}
#section-2-arrow-down{
    height: auto;
    width: 70px;
    position: absolute;
    bottom: 10%;
    left: 40%;
    transform: scale(-1, 1);
}
#section-2-arrow-down:hover{
    cursor: pointer;
}
#section-2-arrow-down:hover > g > path{
    fill: #1D242D;
}
#section-2-wrapper{

}
#section-2{

}
#section-2 .card img{
    height: auto;
    width: 45%;
    max-width: 80px;
    padding: 5px;
}
#section-3-layered-waves{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: -1;
    max-height: 300px;
}
#section-3{
    padding-top: 7rem;
}
#section-3-mock-up-container{
    margin: auto 0;
    text-align: center;
}
#section-3-mock-up-container img{
    border-radius: 25px;
}
#section-3-text-container{
    margin: auto 0;
}
#section-4-text-container{
    margin: auto 0;
}
#mock-up-tablet{
    height: auto;
    width: 100%;
}
#section-5{
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.conditions-card-inner-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    max-width: 70%;
    margin: 0 auto;
    word-break: keep-all;
    white-space: nowrap;
}
@media only screen and (max-width: 1100px) {
    .conditions-card-inner-grid{
        max-width: 85%;
    }
}
@media only screen and (max-width: 1000px) {
    .conditions-card-inner-grid{
        max-width: 100%;
    }
    #section-5 .card{
        padding: 40px 20px;
    }
}
@media only screen and (max-width: 800px) {
    #section-5{
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-row-gap: 40px;
        place-items: center;
    }
    #section-5 .card{
        width: 100%;
        max-width: 380px;
    }
}
.pricetag{
    font-size: 2rem;
    font-weight: bold;
    margin: 1rem 0;
}
#conditions-background-img-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}
#conditions-background-img-container img{
    width: 100%;
}
#ai-art-4{
    height: auto;
    width: auto;
    max-width: 120%;
    opacity: 100%;
    z-index: -1;
}
#section-6{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#section-6 p{
    max-width: 50%;
    text-align: center;
}
@media only screen and (max-width: 700px) {
    #section-6 p{
        max-width: 100% !important;
        text-align: left!important;
    }
}
#section-6 .card{
    max-width: 100%;
}
@media only screen and (max-width: 800px) {
    #section-6  .card{
        width: 100%;
        max-width: 380px;
        padding: 40px 20px;
    }
    #section-6 .edit-forms{
        max-width: 380px!important;
    }
}
@media only screen and (max-width: 500px) {
    .main-pad-up {
        padding-top: clamp(1rem, 2rem, 3rem) !important;
        padding-bottom: clamp(1rem, 2rem, 3rem) !important;
    }
}




.fadeDefaultOpacity{
    opacity: 0;
}
.fadeInBot {
    -webkit-animation: fadeInBot 1.2s both; /* Safari 4+ */
    -moz-animation: fadeInBot 1.2s both; /* Fx 5+ */
    -o-animation: fadeInBot 1.2s both; /* Opera 12+ */
    animation: fadeInBot 1.2s both; /* IE 10+, Fx 29+ */
}
.fadeInLeft{
    -webkit-animation: fadeInLeft 1.2s both; /* Safari 4+ */
    -moz-animation: fadeInLeft 1.2s both; /* Fx 5+ */
    -o-animation: fadeInLeft 1.2s both; /* Opera 12+ */
    animation: fadeInLeft 1.2s both; /* IE 10+, Fx 29+ */
}
.fadeInRight {
    -webkit-animation: fadeInRight 1.2s both; /* Safari 4+ */
    -moz-animation: fadeInRight 1.2s both; /* Fx 5+ */
    -o-animation: fadeInRight 1.2s both; /* Opera 12+ */
    animation: fadeInRight 1.2s both; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes fadeInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translateX(-50px);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
      opacity: 0;
      -moz-transform: translateX(-50px);
  }
  100% {
      opacity: 1;
      -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
      opacity: 0;
      -o-transform: translateX(-50px);
  }
  100% {
      opacity: 1;
      -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
      opacity: 0;
      transform: translateX(-50px);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
      opacity: 0;
      -webkit-transform: translateX(50px);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
      opacity: 0;
      -moz-transform: translateX(50px);
  }
  100% {
      opacity: 1;
      -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
      opacity: 0;
      -o-transform: translateX(50px);
  }
  100% {
      opacity: 1;
      -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
      opacity: 0;
      transform: translateX(50px);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}
@-webkit-keyframes fadeInBot {
  0% {
      opacity: 0;
      -webkit-transform: translateY(50px);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInBot {
  0% {
      opacity: 0;
      -moz-transform: translateY(50px);
  }
  100% {
      opacity: 1;
      -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInBot {
  0% {
      opacity: 0;
      -o-transform: translateY(50px);
  }
  100% {
      opacity: 1;
      -o-transform: translateY(0);
  }
}
@keyframes fadeInBot{
  0% {
      opacity: 0;
      transform: translateY(50px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}
.scale-animation{
    animation: scale-animation 3s linear normal;
}
@keyframes scale-animation {
    0%{
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
    100%{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}