/* HERO */

.hero{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;

    padding: 0 20px;
    padding-top: 120px;
    padding-bottom: 20px;

    background-color: #111;
    color: #fff;
}

.hero-image{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;

    width: 550px;
    height: 550px;
    border-radius: 30px;

    background-image: url("../images/photos/hero-image-free-trial.webp");
    background-size: cover;
    background-position: center;
}

.hero-content{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
}

.hero-content > h1{
    font-size: 60px;
    line-height: 64px;
    max-width: 550px;
}

.hero-content > h1 > span{
    background: linear-gradient(to right, #c6168d, #7d03ef);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-content > p{
    font-size: 20px;
    max-width: 550px;
}

.hero-content > a{
    padding: 15px 40px;

    color: #fff;
    background: linear-gradient(to right, #EE2CC0, #AB0884);
    font-size: 16px;
    border-radius: 13px;

    text-decoration: none;
}

.hero-content > a:hover{
    background: linear-gradient(to right, #AB0884, #AB0884);
}

@media (max-width: 1200px) {
    .hero{
        gap: 20px;
    }
}

@media (max-width: 1050px) {
    .hero{
        flex-direction: column-reverse;
    }

    .hero-image{
        width: 100%;
        height: 250px;
    }

    .hero-content{
        align-items: center;
        text-align: center;
    }

    .hero-content > h1{max-width: 800px;}
    .hero-content > p{max-width: 800px;}
}

@media (max-width: 600px) {
    .hero-content{gap: 20px}
    .hero-content > h1{font-size: 25px;line-height: 30px;}
    .hero-content > p{font-size: 14px;}
}

/* SPECIFICATIONS */

.container-specifications{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    padding: 50px 20px;

    background: linear-gradient(to bottom, #1C1C1C, #111111);
    color: #fff;
    text-align: center;
}

.container-specifications > h2{
    font-size: 45px;
    padding-bottom: 20px;
}

.container-specifications > p{
    font-size: 20px;
}

.specifications-cards{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;

    padding-top: 50px;
}

.specifications-card{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;

    padding: 20px;

    width: 240px;
    height: 210px;

    background-color: #202020;
    border-radius: 15px;
}

.specifications-card > h3{
    font-size: 20px;
    text-align: left;
}

@media (max-width: 1280px) {
    .specifications-cards{
        max-width: 900px;
    }
}

@media (max-width: 600px) {
    .container-specifications > h2{font-size: 25px;}
    .container-specifications > p{font-size: 14px;}
}

@media (max-width: 529px) {
    .specifications-card{
        width: 100%;
        height: auto;
    }
}

/* IMAGE CARDS */

.container-image-cards{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    background-color: #111111;
    color: #fff;
    padding: 50px 20px;

    transform: translateZ(0);
}

.container-image-cards > h2{
    font-size: 40px;
    text-align: center;
    padding-bottom: 20px;
}

.container-image-cards > p{
    font-size: 20px;
    text-align: center;
    padding-bottom: 50px;
}

.image-cards{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.image-cards > div{
    display: flex;
    justify-content: center;
    align-items: center;

    width: 350px;
    height: 350px;

    border-radius: 15px;
    background-size: cover;

    overflow: hidden;
}

.image-cards > div:nth-child(1){
    background-image: url("../images/photos/ai-and-data-develop.webp");
}

.image-cards > div:nth-child(2){
    background-image: url("../images/photos/ai-startup-slika.webp");
}

.image-cards > div:nth-child(3){
    background-image: url("../images/photos/enterprise-slika.webp");
}

.image-cards > div:nth-child(4){
    background-image: url("../images/photos/organizations-dataset.webp");
}

.image-cards > div > div{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;

    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);

    border-radius: 15px;
    padding: 20px;
}

.image-cards > div > div > div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.image-cards > div > div > div > img{
    width: 30px;
    height: 30px;
}

.image-cards > div > div > div > h3{
    font-size: 20px;
}

@media (max-width: 1499px) {
    .image-cards{
        max-width: 800px;
    }
}

@media (max-width: 600px) {
    .container-image-cards > h2{
        font-size: 25px;
    }

    .container-image-cards > p{
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    .image-cards > div{
        width: 100%;
    }

    .image-cards > div > div > div > h3{
        font-size: 18px;
    }
}

/* DATA SOVEREIGNTY */

.container-data-sovereignty{
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 50px 20px;

    background-color: #111;
    color: #fff;
}

.data-sovereignty-gradient{
    background: linear-gradient(to bottom, #FFFFFF, #565656);
    border-radius: 30px;
    padding: 1px;
}

.data-sovereignty-card{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;

    padding: 25px;

    background: linear-gradient(to bottom, #282828, #111111);
    border-radius: 30px;
}

.data-sovereignty-card > img{
    width: 500px;
    border-radius: 15px;
}

.data-sovereignty-card > div{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}

.data-sovereignty-card > div > h2{
    font-size: 40px;
    max-width: 500px;
}

.data-sovereignty-card > div > p{
    font-size: 16px;
    max-width: 500px;
}

@media (max-width: 1150px) {
    .data-sovereignty-gradient{
        width: 100%;
    }

    .data-sovereignty-card{
        flex-direction: column;
        width: 100%;
    }

    .data-sovereignty-card > img{
        width: 500px;
    }

    .data-sovereignty-card > div{
        align-items: center;
    }

    .data-sovereignty-card > div > h2,
    .data-sovereignty-card > div > p{
        text-align: center;
        max-width: 800px;
    }
}

@media (max-width: 600px) {
    .data-sovereignty-card{
        padding: 40px 20px;
    }

    .data-sovereignty-card > img{
        width: 100%;
    }

    .data-sovereignty-card > div > h2{
        font-size: 25px;
    }

    .data-sovereignty-card > div > p{
        font-size: 14px;
    }
}

/* FORM */

.form-container{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;

    padding: 50px 20px;
    padding-bottom: 0;
    background-color: #111;
    color: #fff;
}

.form-container > div{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}

.form-container > div > h2{
    font-size: 40px;
    max-width: 300px;
}

.form-container > div > p{
    font-size: 18px;
    max-width: 300px;
}

.form-container > form{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;

    width: 700px;

    padding: 40px;
    background-color: #141414;
    border: 1px solid #2a2a2a;
    border-radius: 15px;
}

.form-container > form > h2{
    font-size: 30px;
    padding-bottom: 10px;
}

.form-container > form > p{
    font-size: 12px;
    padding-bottom: 10px;
}

.form-container > form > p > span{
    color: #19AAA8;
}

.form-container > form > h3{
    font-size: 14px;
    padding-top: 30px;
}

.form-container > form > input,
.form-container > form > select,
.form-container > form > textarea{
    font-size: 14px;
    background-color: #1a1a1a;
    color: #fff;
    border: 1px solid #262626;
    border-radius: 5px;
    padding: 10px;
    width: 100%;

    margin-top: 20px;
}

.form-container > form > textarea{
    resize: vertical;
    height: 200px;
}

.form-container > form > input:focus,
.form-container > form > select:focus,
.form-container > form > textarea:focus{
    outline: 0;
    border: 1px solid #E24D99;
}

.form-container > form > input::placeholder,
.form-container > form > textarea::placeholder{
    color: #949494;
}

.custom-input-field-phone-number{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;

    width: 100%;
    margin-top: 20px;

    background-color: #1a1a1a;
    border: 1px solid #262626;
    border-radius: 5px;
}

.custom-input-field-phone-number:focus-within{
    border: 1px solid #E24D99;
}

.custom-input-field-phone-number > select{
    display: flex;
    flex-shrink: 0;

    padding: 10px;

    font-size: 14px;
    background-color: #1a1a1a;
    color: #fff;
    border-radius: 5px;
    border: 0;

    cursor: pointer;
}

.custom-input-field-phone-number > select:focus{
    outline: none;
}

.custom-input-field-phone-number > input{
    width: 100%;
    padding: 10px;

    font-size: 14px;
    background-color: transparent;
    color: #fff;
    border: 0;
}

.custom-input-field-phone-number > input:focus{
    outline: none;
}

.custom-input-field-phone-number > input::placeholder{
    color: #949494;
}

.container-legal-information{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;

    padding-top: 20px;
}

.container-legal-information > input{
    width: 15px;
    height: 15px;

    display: flex;
    flex-shrink: 0;

    accent-color: #c6168d;
    cursor: pointer;
}

.container-legal-information > p{
    font-size: 12px;
    color: #fff;
    user-select: none;
}

.container-legal-information > p > a{
    font-family: Poppins, sans-serif;
    color: #fff;
}

.container-submit-button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

    padding-top: 30px;
}

.container-submit-button > button{
    padding: 10px;
    width: 60%;

    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    border: 0;

    background-color: #c6168d;
    color: #fff;

    cursor: pointer;
}

@media (max-width: 1094px) {
    .form-container{
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .form-container > div{
        justify-content: center;
        align-items: center;
    }

    .form-container > div > h2{
        text-align: center;
        max-width: none;
        font-size: 30px;
    }

    .form-container > div > p{
        max-width: 500px;
        text-align: center;
    }
}

@media (max-width: 740px) {
    .form-container > form{
        width: 100%;
    }
}

@media (max-width: 600px) {
    .form-container > form{
        padding: 20px;
    }

    .form-container > form > h2{
        font-size: 25px;
    }

    .form-container > form > input,
    .form-container > form > select,
    .form-container > form > textarea{
        font-size: 12px;
    }

    .custom-input-field-phone-number > select{
        font-size: 12px;
    }

    .custom-input-field-phone-number > input{
        font-size: 12px;
    }

    .container-submit-button > button{
        width: 100%;
        font-size: 12px;
    }
}

/* FORM VALIDATION ERRORS */

.form-container > form > .error {
    color: #ff4444;
    font-size: 12px;
    margin-top: 5px;
    padding: 0;
}

/* CTA BUTTONS */

.container-cta-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;

    padding: 100px 20px;

    background-image: url("../images/photos/serious-ai-cta.webp");
    background-size: cover;
    background-position: center;

    color: #fff;
}

.container-cta-buttons > h3{
    font-size: 40px;
    text-align: center;

    max-width: 850px;
}

.container-cta-buttons > p{
    max-width: 700px;
    text-align: center;
    font-size: 18px;
}

.cta-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cta-buttons > a{
    padding: 15px 20px;

    color: #fff;
    border-radius: 13px;
    text-align: center;

    text-decoration: none;
}

.cta-buttons > a:nth-child(1){
    background: linear-gradient(to right, #EE2CC0, #AB0884);
}
.cta-buttons > a:nth-child(1):hover{
    background: linear-gradient(to right, #AB0884, #AB0884);
}

.cta-buttons > a:nth-child(2){
    background: linear-gradient(to right, #383838, #242424);
}
.cta-buttons > a:nth-child(2):hover{
    background: linear-gradient(to right, #242424, #242424);
}

@media (max-width: 600px) {
    .container-cta-buttons > h3{
        font-size: 25px;
    }

    .container-cta-buttons > p{
        font-size: 16px;
    }

    .cta-buttons{
        flex-direction: column;
    }
}

/* SECTION ANIMATION */

.js-enabled .animate {
  opacity : 0;
  transform: translateY(50px);
  transition: all 1s ease;
}

.animate.show {
  opacity: 1;
  transform: translateY(0);
}
