/* #1193f5
   #ff9800 */

/* GLOBAL */

/* SHOWCASE */

.showcase {
    min-height: 100vh;
    background-image: url('../img/bg/talkii-showcase-bg.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 30px;
}

.showcase h1 {
    font-size: 7em;
    color: #fff;
}

.showcase h2 {
    font-family: 'Varela Round', sans-serif;
    font-size: 2.5em;
    color: #dbdbdb;
}

.showcase-text {
    padding: 0 15px;
}

.showcase-btns {
    margin-top: 50px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: left;
    gap: 30px;
}

.showcase-item {
    display: grid;
    justify-content: center;
    align-items: center;
}

.showcase-img img {
    width: 100%;
    height: auto;
    padding: 10%;
}

.showcase-img img:hover {
    transform: scale(1.1);
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .5));
}

.separator-text {
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.separator-text h3 {
    color: #1193f5;
}

.separator-usp {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #1193f5;
    padding-top: 50px;
    padding-bottom: 50px;
    gap: 30px;
}

.separator-usp img {
    width: auto;
    height: 70px;
    margin-bottom: 20px;
}

.separator-usp p {
    margin: 0;
}

.separator-app {
    display: grid;
    grid-template-columns: auto auto;
    gap: 100px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #1193f5;
    padding-top: 50px;
    padding-bottom: 50px;
}

.app-icon {
    width: 80px;
    height: 80px;
    padding: 5px;
    border-radius: 12px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    display: grid;
    align-items: center;
}

.app-icon img {
    width: 100%;
    height: auto;
    align-self: center;
}

.app-icon-gradient {
    background: rgb(17, 175, 245);
    background: linear-gradient(90deg, rgba(17, 175, 245, 1) 0%, rgba(17, 130, 245, 1) 100%);
}

.section {
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-unfixed {
    background-attachment: unset;
}

.section h2 {
    margin-bottom: 30px;
}

.section-img {
    width: 100%;
    padding: 15%;
}

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

.phone-img img:hover {
    transform: scale(1.1);
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .5));
}

.section-text {
    padding: 30px;
}

.section-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
}

.section-prices {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-items: center;
    gap: 50px;
    padding-bottom: 100px;
}

.section-prices-2 {
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 100px;
}

.section-prices-lg {
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 100px;
}

.title {
    /* color: #1193f5; */
    text-align: center;
    padding: 60px 0;
}

.title-white {
    text-align: center;
    padding: 50px 0;
}

.title-white h2 {
    color: #ffffff;
}

.price {
    min-height: 400px;
    width: 290px;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    justify-items: center;
    align-content: center;
    align-items: center;
    text-align: center;
}

.price-lg {
    min-height: 400px;
    width: auto;
    min-width: 300px;
    grid-template-rows: auto auto auto;
    align-content: flex-start;
}

.price-lg .price-bottom {
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 0 15px;
}

.price-lg .price-bottom .jbtn {
    margin-top: 30px;
}

.price h3 {
    color: #fff;
    font-weight: 600;
}

.price-sm {
    min-height: 280px;
}

.price .price-middle {
    min-height: 100px;
    width: 100%;
    display: grid;
    align-items: center;
    background-color: #1193f5;
}

.price .price-orange {
    background-color: #ff9800;
}

.price-top {}

.price-premium {
    min-height: 450px;
}

.jcard {
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    padding: 30px 0;
}

.jcard:hover {
    /* box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12); */
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
    transform: scale(1.1);
}

.jcard-nohover:hover {
    /* box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12); */
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    transform: unset;
}

.text-card {
    width: 88%;
    /* height: 70%; */
    display: grid;
    padding-left: 30px;
    padding-right: 30px;
}

.infographic {
    justify-self: center;
    width: 100%;
    height: auto;
    max-height: 300px;
    /* padding: 10%; */
    margin-bottom: 30px;
}

/* .phone-img{
    height: 400px;
} */

/* PARTNERS */
.section-partners {
    display: grid;
    grid-template-columns: repeat(4, auto);
    align-items: center;
    justify-items: center;
    gap: 40px;
}

.section-partners img {
    height: 60px;
    width: auto;
}

#second-last-partner{
    grid-area: 3/2;
}

#last-partner{
    grid-area: 3/3;
}

/* TESTIMONIALS */
.section-testimonials {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-items: center;
    gap: 50px;
    padding-bottom: 30px;
}

.testimonial {
    min-height: 400px;
    width: 290px;
    display: grid;
    padding-left: 30px;
    padding-right: 30px;
}

.btn-container-center {
    display: grid;
    justify-content: center;
    margin-bottom: 50px;
}

/* BIG SCREEN */

@media (max-width: 1366px) {
    .showcase h1 {
        font-size: 5em;
        color: #fff;
    }
    .showcase h2 {
        font-size: 2em;
    }
}

/* TABLET */

@media (max-width: 1250px) {
    .section-testimonials {
        grid-template-columns: auto auto;
    }
    .section-prices {
        grid-template-columns: auto auto;
    }
}

@media (max-width: 990px) {
    .showcase {
        grid-template-columns: 1fr;
        padding-top: 100px;
    }
    .showcase-text {
        grid-area: 1/1/span 1/span 1;
        text-align: center;
        margin-top: 30px;
    }
    .section-grid {
        grid-template-columns: 1fr;
    }
    .section-text {
        padding: 30px 0;
    }
    .section-text h2 {
        text-align: center;
    }
    .showcase-btns {
        justify-content: center;
    }
    .showcase-img img {
        padding: 15%;
    }
    /* .bg-md-gradient{
        background-image: none;
        background: linear-gradient(90deg, rgba(17, 175, 245, 1) 0%, rgba(17, 130, 245, 1) 100%);
    }
    .bg-md-white{
        background: #fff;
    } */
    .card-transform h2 {
        text-align: center;
    }
    .separator-usp {
        grid-template-columns: 1fr 1fr 1fr;
    }
    /* .section-grid {
        padding-top: 50px;
    } */
    .grid-el-first {
        grid-area: 1/1/span 1/span 1;
    }
    #infographic-first {
        padding-top: 50px;
    }

    .section-partners {
        grid-template-columns: repeat(3, auto);
    }

    #second-last-partner{
        grid-area: auto;
    }
    
    #last-partner{
        grid-area: auto;
    }
}

/* PHONE */

@media (max-width: 825px) {
    .section-prices {
        grid-template-columns: auto;
    }
    .section-testimonials {
        grid-template-columns: auto;
    }

    .section-partners {
        grid-template-columns: repeat(2, auto);
    }
}

@media (max-width: 630px) {
    .showcase-img img {
        padding: 10%;
    }
    .showcase h1 {
        font-size: 3em;
        color: #fff;
    }
    .showcase h2 {
        font-size: 1.5em;
    }
    .showcase-btns {
        grid-template-columns: auto;
        gap: 15px;
    }
    .separator-app {
        gap: 50px;
    }
    .separator-usp {
        grid-template-columns: 1fr;
    }
    .section h2 {
        font-size: 3em;
    }
    .separator h3 {
        font-size: 2em;
    }
}

@media (max-width: 400px) {
    .price {
        width: 250px;
    }
    .testimonial {
        width: 250px;
    }
    .section-partners {
        grid-template-columns: repeat(1, auto);
    }
}