/* Card - Call to action 1 */

.call-to-action {
    display: flex;
    margin-top: 3rem;
}

.call-to-action img {
    border-radius: 30px;
    width: 100%;
    max-width: 220px;
    object-fit: cover;
    z-index: 1;
}


.call-to-action .img-download {
    border-radius: 30px;
    width: 100%;
    max-width: 220px;
    object-fit: cover;
    z-index: 1;
}

.call-to-action div {
    padding: 1rem 1.5rem 2rem 62px;
    width: 100%;
    transform: translateX(-30px);
    border-radius: 0px 45px 45px 0px;
    align-self: flex-end;
}

@media (max-width: 575px) {
    .call-to-action img {
                width: 50%;
    }
    .call-to-action div {
            transform: translateX(0px);
        width: calc(100% + 30px);
        margin-left: -30px;

}
    
}

.call-to-action h2 {
    font-size: 1.2rem;
    font-weight: 700;
    padding-top: 1rem;
}

.call-to-action p {
    padding-bottom: 1rem;
    border-bottom: 1px solid;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.button {
    padding: 0.5rem 1.5rem;
    border-radius: 10px;
    font-size: 0.9rem;
    display: inline-block;
}


.icon-color {
    color: rgb(255, 255, 255);
}

.text-color,
.text-color:hover,
.text-color:focus {
    color: white;
    text-decoration: none;
}

.range input::-webkit-slider-thumb {
    background: linear-gradient(180deg, #2b1e30 10%, #48335c 100%);
}

.border-color {
    border-color: #b59cc8 !important;

}

/* Card - Call to action 2 */

.call-to-action-2 {
    display: flex;
    padding: 1rem;
    margin-top: 2rem;
    border-radius: 6.5px;
    justify-content: space-between;
}

.call-to-action-2 img {
    width: 45%;
    max-width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 30px;
}

.call-to-action-2 .button {
    border-radius: 30px;
    padding: 0.5rem 2rem;
}

.call-to-action-2 div {
    padding: 0.5rem;
    align-self: center;
    text-align: center;
}

.call-to-action-2 h2 {
    font-size: 1.5rem;
}

.call-to-action-2 .slider-list a {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: block;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.45),
        inset 0px -3px 3px rgba(255, 255, 255, 0.07);
    margin: 0.5rem auto 0px auto;
}

.call-to-action-2 .slider-list {
    align-self: center;
    list-style: none;
    padding-left: 0px;
    width: 40px;
}

.slider-list a .slider-active {
    width: 7px;
    height: 7px;
    margin: auto;
    border-radius: 50%;
    background-color: white;
    display: block;
    transform: translateY(4px);
}

/* Card - Call to action 3 */

.call-to-action-3 {
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 30px;
    max-width: 350px;
    margin: 3rem auto 0px auto;
}

.call-to-action-3 img {
    border-radius: 30px;
    max-height: 350px;
    width: auto;
}

.call-to-action-3 div {
    padding: 2rem 1rem;
}

.call-to-action-3 h2 {
    font-size: 1.5rem;
    font-weight: 700;
}

.call-to-action-3 hr {
    margin: 2rem 0px;
}


/* Cards - Add Contact & Contact me - Default */

.add-contact,
.contact-me {
    margin-top: 3rem;
    border-radius: 30px !important;
    padding: 0.5rem 0.5rem;
    text-align: center;
    width: 100%;
    min-width: 156px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;

}

.add-contact i,
.contact-me i {
    font-size: 40px;
    margin-bottom: 1rem;
}


/* Cards - Add Contact & Contact me - Horizontal */

.add-contact-2,
.contact-me-2 {
    padding: 0.5rem;
    margin-top: 3rem;
    width: 80%;
    min-width: 160px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-weight: 300;

}

.add-contact-2 i,
.contact-me-2 i {

    font-size: 30px;
    margin-right: 1rem;
}


/* Cards - Add Contact & Contact me - Circle */

.add-contact-3,
.contact-me-3,
.card-big-circle {

    padding: 1rem;
    margin-top: 3rem;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    font-size: 0.9rem;

}

.add-contact-3 i,
.contact-me-3 i,
.card-big-circle i {
    font-size: 40px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.card-big-circle .ic-off {
    font-size: 120px;
    margin-top: 1rem;
}

.card-shadow {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45),
        0px -3px 3px rgba(255, 255, 255, 0.07);

}
/* 
.card-shadow:focus,
.active {
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.45),
        inset 0px -3px 3px rgba(255, 255, 255, 0.07);
} */

/* .card-shadow:focus i,
.active i {
    opacity: 50%;
} */

.blob {
    background: black;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45),
        0px -3px 3px rgba(255, 255, 255, 0.07);
}

.blob:hover {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@media(max-width:768px){
    .add-contact-3 i, .contact-me-3 i, .card-big-circle i{
        margin-top: 1rem;
    }
    .add-contact-3, .contact-me-3, .card-big-circle{
        width: 150px;
        height: 150px;
        
    }
} 