@font-face {
    font-family: Proxima Nova;
    src: url('./font/proximanova_regular.ttf');
    font-weight: 100;
}

@font-face {
    font-family: Proxima Nova;
    src: url('./font/proximanova_bold.otf');
    font-weight: 300;
}

@font-face {
    font-family: Proxima Nova;
    src: url('./font/proximanova_extrabold.otf');
    font-weight: 500;
}

body {
    background: linear-gradient(135deg, #A78FDC 0%, #A78FDC 30%, #fff3ff 100%) fixed;
    font-family: Proxima Nova;
    font-weight: 100;
    margin: 0;
}

div {
    display: flex;
}

p {
    margin: 5px 0px 5px 0px;
}

.mainContainer {
    width: 100%;
    justify-content: center;
}

.mainContainerPortfolio {
    width: 100%;
    height: 100%;
    justify-content: center;
    background: white;
}

.wrap {
    flex-direction: column;
    width: 100%;
    max-width: 620px;
}

.header {
    z-index: 0;
    width: auto;
    justify-content: center;
    margin: 10px 0px -60px 0px;
    min-width: 120px;
}

.headerPortfolio {
    width: 100%;
    justify-content: center;
    align-content: center;
    min-width: 120px;
    height: 100px;
    align-items: center;
    background: linear-gradient(#A78FDC 0%, #fff3ff);
    box-shadow: 0px 3px 5px #e4dafb;
    padding: 8px 0px 5px 0px;
    position: fixed;
    flex-wrap: wrap;
}

.mainImage {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0px 3px 5px grey;
    border: 3px solid white;
    background-image: url("./Images/Ava.jpg");
    background-size: cover;
}

.mainImagePortfolio {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0px 3px 5px grey;
    border: 3px solid white;
}

.mainImagePortfolioContainer {
    justify-content: center;
    width: 100%;
}

.bodyContainer {
    background-color: white;
    flex-direction: column;
    border-radius: 5px;
    padding: 75px 5px 5px 5px;
    align-items: center;
    width: auto;
    padding-bottom: 20px;
}

.nameHeadLine {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 2px;
    width: 100%;
    justify-content: center;
    margin-bottom: 5px;

}

.nameHeadLinePortfolio {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 8px;
    align-self: center;
}

.professionHeadLine {
    font-size: 16px;
    font-weight: 300;
    justify-content: center;
    line-height: 1.3;
    margin-bottom: 10px;
}

.contactButton {
    display: flex;
    width: 100%;
    min-width: 170px;
    max-width: 400px;
    height: 40px;
    background-color: #A78FDC;
    border: none;
    text-decoration: none;
    font-size: 17px;
    color: white;
    border-radius: 5px;
    box-shadow: 0px 3px 5px grey;
    justify-content: center;
    align-items: center;
    margin: 10px;
    transition: background 1s ease;
}

.contactButton::before {
    content: "";
    background-image: url('./Images/whatsapp_icon.svg');
    background-size: 100%;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.contactButtonLink:link {
    text-decoration: none;
}

.contactButton:hover {
    background-color: #c7b4f5;
    cursor: pointer;
}

.contactButton:active {
    background-color: #76659c;
    box-shadow: 2px 2px 2px grey;
}

.mainText {
    flex-direction: column;
    min-width: 170px;
    max-width: 450px;
    justify-self: center;
    margin: 5px 0px 5px 0px;
    line-height: 1.4;
}

.phoneNumber {
    color: #5c4e76;
    text-decoration: none;
    transition: all 1s ease;
}

.phoneNumber:hover {
    text-shadow: 2px 2px 2px #c7b4f5;
}

.prtfolioPhotos {
    width: 100%;
    max-width: 430px;
    display: flex;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.portfolioLink {
    display: flex;
    margin: 20px 0px 20px 0px;
    width: 100%;
    max-width: 430px;
    transition: all 1s ease;

}

.portfolioLink:hover {
    background-color: white;
    opacity: 80%;
    cursor: pointer;
}

.protfolioImage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 20%;
    min-height: 80px;
    height: 100%;
    border-radius: 2px;
    box-shadow: 1px 1px 3px grey;
    margin: 0px 3px 0px 3px;
    list-style-type: none;
}

.footer {
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
}

.work {
    font-size: 17px;
    font-weight: 200;
    color: rgb(177, 176, 176);
}

.tegs {
    font-size: 15px;
    margin: 0px 0px 20px 0px;
}

.footerImage {
    width: 30px;
    height: 30px;
    list-style-type: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px 3px 0px 3px;
    transition: all 1s ease;
}

.footerImage:hover {
    transform: translateY(-5px);
}

.footerImagesPortfolio {
    align-self: flex-start;
}


.footerImagePortfolio {
    width: 30px;
    height: 30px;
    list-style-type: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px 3px 0px 3px;
    transition: all 1s ease;
    border: 1px solid white;
    border-radius: 50%;

}

.footerImagePortfolio:hover {
    transform: translateY(-5px);
}

.containerPortfolio {
    margin-top: 113px;
    /* flex-wrap: wrap; */
    justify-content: center;
    flex-direction: column;
}

.bodyPortfolio {
    padding: 15px;
    justify-content: center;
}

.portfolioPhotos {
    width: 100%;
    height: 100%;
    max-width: 900px;
}

.closeButton {
    position: fixed;
    z-index: 1;
    right: 10px;
    top: 10px;
    background-image: url('./Images/icons-close.png');
    width: 32px;
    height: 32px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 1s ease;
}

.closeButton:hover {
    transform: rotate(90deg);
}