* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

header {
    background: #410080;
    padding: 15px 0;
    overflow-x: auto;
}

.social-icon i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
}

.linkedin-icon i {
    background: #0A66C2;
    color: #fff;
}

.linkedin-icon i:hover {
    background: #0A66C2;
    color: #fff;
}

.twitter-icon i {
    background: #00acee;
    color: #fff;
}

.twitter-icon i:hover {
    background: #00acee;
    color: #fff;
}

.insta-icon i {
    background: #D62977;
    color: #fff;
}

.insta-icon i:hover {
    background: #D62977;
    color: #fff;
}

.fb-icon i {
    background: #3b5998;
    color: #fff;
}

.fb-icon i:hover {
    background: #3b5998;
    color: #fff;
}

.nav-icon {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.cardimg {
    padding: 50px 0;
}

.cardimg img {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transform: rotate(-5deg);
}

.social-icon {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.social-icon span {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    white-space: nowrap;
}

.icon-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.icon-text span {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    white-space: nowrap;
}