.element{
    margin-top: 3rem;
    width: 100%;
}

.element::after{
    content: "";
    display: block;
    clear: both;
}

.body{
    background-image: linear-gradient(to right, #3d1e55, #1c2e5e);
}

.body-div{
    margin-left: 5%;
    margin-right: 5%;
}

.header{
    position: sticky;
    top: 0;
    background-image: linear-gradient(to right, #3d1e55, #1c2e5e);
    border-bottom: 2px solid #d73cbe;
    padding: 1rem;
    display: flex;
    z-index: 11;
    align-items: center;
}

.header::after{
    content: "";
    display: block;
    clear: both;
}

.header-links{
    display: flex;
    gap: 1rem;
    text-align: center;
    align-items: center;
    margin-left: auto;
}

.header-fav{
    display: flex;
    text-align: center;
    align-items: center;
    border-style:groove;
    border-radius: 50%;
    border-color: #d73cbe;
    margin-right: 1rem;
}

@media (max-width: 768px){
    .header-fav{
        display: none;
    }
}

.header-icon{
    width: 3rem;
    display: flex;
    align-items: center;
}

.header-button{
    color: #d73cbe;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 30px;
    border-style: solid;
    border-color: #d73cbe;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text{
    color: white;
}

.specialText{
    color: #d73cbe;
}

#typing-text{
    min-height: 2rem;
}

.typing{
    margin-top: 3rem;
    width: 100%;
    height: 3rem;
}

.icon-big{
    width: 1.5rem;
}

.icon-bigger{
    width: 2rem;
}


@media only screen and (min-width: 768px){
    
    .icon-card-box{
        display: flex;
        align-items: stretch;
    }

    .icon-card{
        padding: 1.25%;
        margin-left: 1.25%;
        margin-right: 1.25%;
        width: 25%;
        float: left;
        border-color: white;
        border-style: groove;
        border-radius: 30px;
    }

}

@media (max-width: 768px){

    .icon-card{
        padding: 1rem;
        width: 90%;
        border-color: white;
        border-style: groove;
        border-radius: 30px;
        margin-bottom: 1rem;
    }

}

.icon-small{
    width: 1rem;
}

.icon-row-big {
  display: flex;
  align-items: center;  
  gap: 8px;             
  font-size: 1.5rem;  
}

.icon-row-small {
  display: flex;
  align-items: center;  
  gap: 8px;             
  font-size: 1rem;
  margin-top: 1rem;   
}


.review-container{
    position: relative;
    width: 100%;          
    margin: auto;
    overflow: hidden;    
}

.review-slider{
    display: flex;         
    transition: transform 0.4s ease-in-out;
}

.review{
    flex: 0 0 100%;        
    text-align: center;
    box-sizing: border-box;
    padding: 1rem;
}


.review-stars{
    width: 6rem;
}

.arrow.right{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;      
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    padding: 0.5rem;
}

@media (max-width: 768px) {

    .review-container {
        max-width: 100%;       
    }

    .review {
        padding: 1rem;       
    }

    .arrow.right {
        right: 5px;          
        font-size: 1.7rem;   
        padding: 0.25rem;
    }

    .review-stars {
        width: 4.5rem;       
    }
}

.img-container{
    width: 30%;
    float: left;
    margin-right: 1rem;
}

.myImg{
    margin-top: 1em;
    width: 100%;
}

.info-container{
    float: left;
    width: 60%;
}

@media (max-width: 768px){
    .img-container{
        width: 100%;
        float: left;
        margin-right: 1rem;
    }

    .myImg{
        margin-top: 1em;
        width: 100%;
    }

    .info-container{
        float: left;
        width: 100%;
    }
}

.cv-link{
    color:#d73cbe;
}

.footer{
    border-top: 2px solid #d73cbe;
}
