html,body {
    /* height: 100%; */
    margin: 0;
    scroll-behavior: smooth;
}

body {
    height: 100%;
    /* padding-left: 25px;
    padding-right: 25px; */
    margin: 0;
    min-width: 320px;
    background-image: url("/img/render\ \(3\).jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover; 
    /* background-color: #151515; */
    font-family: Arial, Helvetica, sans-serif;
}

* {
    list-style: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

@font-face {
    font-family: "Poppins-Medium"; 
    src: url("../3D/popins/Poppins-Medium.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
} 

::selection {
    background-color: #cc005f;
    color: #FFFFFF;
}

a {
    color: inherit;
    text-decoration: none;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.container {
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
/* swsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss */
.title-header {
    margin-top: 240px;
}

.title-logo {
    padding: 0;
    margin: 0;
    margin-bottom: 7px;
    color: #FFFFFF;;
    font-family: "Poppins-Medium", sans-serif;
    font-weight: 800;
    font-size: 50px;
    line-height: 160%;
}

.iformation {
    margin: 0;
    margin-bottom: 20px;
    color: #cc005f;
    font-family: "Poppins-Medium", sans-serif;
    /* font-size: 21.6471px; */
    font-style: normal;
    font-variant-ligatures :common-ligatures ;
    font-weight: 600;
}

.information-list {
    width: 38px;
    height: 38px;
    margin-right: 8.4px;
}

svg {
    width: 38px;
    height: 38px;
}

.information-list:last-child {
    margin-right: 0;
}

.link-forme {
    margin-bottom: 10px;
}

.link-email {
    display: inline-block;
    padding: 15px 30px;
    margin-bottom: 12px;
    margin-top: 6px;
    background-color: rgba(255, 255, 255, 0.3);
    font-family: "Poppins-Medium", sans-serif ;
    color: #FFFFFF;
    transition: background-color 0.4s ease-in-out;
}

.link-email {
    font-weight: 700;
}

.link-email:hover {
    background-color: #151515;
}

.link-work {
    margin-bottom: 12px;
    margin-top: 6px;
    font-family: "Poppins-Medium", Arial, sans-serif;
    color: #FFFFFF;
    display: inline-block;
    padding: 12px 30px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    transition: border 0.4s ease-in-out;
    font-weight: 700;
}

.information-me {
    margin: 0;
    padding: 0;
    justify-content: center;
    margin-bottom: 30px;
    /* max-width: 270px; */
    /* max-width: 370px;
    margin-left: 40px auto; */
}

.contackts {
    padding-left: 22px auto;
}

.link-insta svg path, circle {
    transition: fill 0.3s ease-in-out, stroke 0.3s ease-in-out;
}

.link-work:hover {
    border: 3px solid #cc005f;
}

.link-work::after {
    border: 3px solid #cc005f;
}

.information-list {
    color: #FFFFFF;
}

.link-insta:hover svg path {
    fill: #cc005f;
    stroke: #cc005f;
}

.link-insta:hover svg circle {
    fill: #cc005f;
}

/* setka */

.glavni {
    margin: 0;
    /* padding-left: 25px;
    padding-right: 25px; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.content-grids {
    max-width: 700px;
}

.title-grids {
    max-width: 700px;
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.grids-list {
    margin-right: 15px;
    margin-bottom: 15px;
}

/* .grids-list:last-child {
    margin-right: 0;
} */

.image-grids {
    /* border: 5px solid rgba(255, 255, 255, 0.3); */
    border: 5px solid #FFFFFF;
    /* max-width: 280px; */
    max-height: 280px;
    transition: border 0.3s ease-in-out;
}


.image-grids:hover {
    border: 5px solid #cc005f;
}

.logo-grids {
        font-family:Arial, sans-serif;
        background-image: linear-gradient(#ffffff,#cc005f,#DC143C);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    /* background-color: linear-gradient(to bottom right, blue, pink); */
    /* background-color: linear-gradient (blue,#cc005f,pink); */
    font-size: 30px;
    margin: 0;
    margin-bottom: 40px;
}

/* about-me */

.about-info {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 800;
    line-height: 40px;
    /* margin-left: 25px;
    margin-right: 25px; */
}

.about-me {
    height: 100%;
    /* padding: 10px 10px 10px 10px; */
    border: 5px solid #cc005f;
    background-color: rgba(255, 255, 255, 0.3);
    max-width: 550px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
    /* text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; */
}

.instagram-color {
    color: #cc005f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 800;
    line-height: 40px;
    transition: color 0.4s ease-in-out;
}

.instagram-color:hover {
    color: bisque;
}