        @import url('https://fonts.googleapis.com/css2?family=Inria+Sans:wght@700&family=Ropa+Sans&display=swap');
        @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap');
           * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        html {
            scroll-behavior: smooth;
        }
        html, body {
            max-width: 100%;
            overflow-x: hidden;
            }
        /* FIST SECTION */
        /* Nav bar */
        /* contact button */
        
        #demo-svg path {
            stroke-dasharray: 1000;
            stroke-dashoffset: 0;
        }
        
        .container-for-svg {
            z-index: -1;
            position: absolute;
            right: 0;
            top: 35px;
            width: 525px;
            height: 130px;
        }
        
        #demo-svg {
            display: block;
            position: absolute;
            left: 0;
            transform: scale(0.5);
        }
        
        @media screen and (max-width: 831px) {
            #demo-svg {
                position: absolute;
                right: 0;
                top: 15px;
                transform: scale(0.2);
            }
            .container-for-svg {
                position: absolute;
                right: -159px;
                top: -15px;
                width: 525px;
                height: 130px;
            }
        }
        
        @media screen and (max-width: 456px) {
            .container-for-svg {
                position: absolute;
                right: -159px;
                top: -40px;
                width: 525px;
                height: 130px;
            }
        }
        /* .contact-button {
            width: 150px;
        } */
        
        .button {
            z-index: 200;
            margin: 5%;
            display: inline-flex;
            white-space: nowrap;
            justify-content: center;
            align-items: center;
            background-color: #C262AF;
            border: none;
            outline: none;
            border-radius: 7px;
            overflow: hidden;
            font-family: "Inria Sans", sans-serif;
            font-size: min(5vw, 40px);
            padding-left: 1%;
            padding-right: 1%;
            font-weight: 500;
            cursor: pointer;
        }
        
        .button:hover {
            background-color: rgb(133, 58, 118);
        }
        
        .button:active {
            box-shadow: none;
            background-color: rgb(109, 48, 97);
        }
        
        .button__text,
        .button__icon {
            display: inline-flex;
            align-items: center;
            padding: 0 8px;
            color: #fff;
            height: 100%;
        }
        
        .button__icon {
            font-size: min(1.5em, 8px);
            margin-right: 10%;
        }
        /* contact button */
        
        a {
            z-index: 1000;
            text-decoration: none;
            color: #59437A;
        }
        /* Nav bar */
        
        .line {
            width: 40%;
            height: 5px;
            background-color: #59437A;
            border-radius: 30px;
            margin-left: 8%;
        }
        
        .container {
            margin-top: 10px;
            width: 100%;
            height: min(calc(0.35 *100vw), 200px);
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .title {
            width: min(calc(100vw * 0.8435), 600px);
            height: min(calc(0.38 *62vw), 200px);
            max-height: 400px;
            max-width: 1050px;
            background: url(Images/title.svg);
            background-repeat: no-repeat;
            background-position: top;
            background-size: cover;
        }
        /* SCROOLL TO MENU*/
        
        .scroll-button {
            z-index: 150;
            position: fixed;
            bottom: 50px;
            right: 50px;
            height: min(15vw, 80px);
            width: min(15vw, 80px);
            background: url(Images/arrow-changed.svg);
            background-size: cover;
            background-position: center;
            cursor: pointer;
            opacity: 0;
            transition: all 0.5s ease-in-out;
        }
        
        .scroll-button.active {
            transition: all 0.5s ease-in-out;
            opacity: 1;
        }
        
        .scroll-button:hover {
            opacity: 0.7;
        }
        /* SCROOLL TO MENU */
        /* ABOUT PART */
        /* Menu part */
        
        .engineer-containter {
            width: 100vw;
            text-align: center;
        }
        
        .engineer-image {
            width: 50%;
            min-width: 390px;
            margin-bottom: -3px;
        }
        
        .menu {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            flex-wrap: wrap;
        }
        
        .menu-item {
            font-family: 'Inria Sans';
            font-size: 20px;
            color: #59437A;
            display: block;
            text-align: center;
            width: 230px;
            height: 178px;
            background-color: white;
            gap: 20px;
            box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
            transition: all 0.5s ease-in-out;
            transform: scale(1);
        }
        
        .menu-item:hover {
            transition: all 0.5s ease-in-out;
            transform: scale(1.2);
        }
        
        .menu .menu-logo {
            position: relative;
            margin: 20px auto 7px auto;
        }
        
        .background-first {
            z-index: -100;
            position: absolute;
            background-color: #E1B7BF;
            height: 72%;
            width: 100vw;
        }
        
        .background-second {
            z-index: -101;
            position: absolute;
            height: 100%;
            width: 100vw;
            top: 0;
            background-color: #59437A;
        }
        
        .first-section {
            position: relative;
            padding-bottom: 50px;
        }
        /* FIST SECTION */
        /* SECOND SECTION */
        
        .second-section {
            position: relative;
        }
        
        h1 {
            font-family: 'Inria Sans';
            font-weight: 400;
            font-size: max(22px, 3vw);
            color: #FFFFFF;
            text-transform: uppercase;
        }
        
        h2, .company {
            font-family: 'Roboto';
            font-weight: 900;
            font-size: max(34px, 5vw);
            color: #FFFFFF;
            margin-bottom: 28px;
            
        }
        @keyframes shake {
            0% { transform: skewX(-15deg); }
            5% { transform: skewX(15deg); }
            10% { transform: skewX(-15deg); }
            15% { transform: skewX(15deg); }
            20% { transform: skewX(0deg); }
            100% { transform: skewX(0deg); }  
          }
        .company{
            display: inline-block;
            text-decoration: underline;
            animation: .8s shake infinite alternate;
        }
        .company:hover{
            color:#E1B7BF;
        }
        p,
        .list-for-p {
            font-family: 'Roboto';
            font-weight: 400;
            font-size: max(16px, 2vw);
            text-align: justify;
            color: rgba(255, 255, 255, 0.7);
        }
        
        .container-second-section {
            padding-left: 48px;
            padding-right: 48px;
            text-align: justify;
        }
        
        .resume {
            margin-top: 40px;
            margin-bottom: 19px;
        }
        /* SECOND SECTION */
        /* THIRD SECTION */
        
        .third-section {
            position: relative;
        }
        
        .container-third-section {
            padding-top: 27px;
        }
        
        .background-third {
            z-index: -101;
            position: absolute;
            height: 100%;
            width: 100vw;
            top: 0;
            background-color: #E1B7BF;
        }
        
        .data-list-item {
            z-index: -1;
            position: relative;
            text-align: center;
            width: 339px;
            height: 223px;
            background: white;
            filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        }
        
        .top-part {
            position: relative;
            width: 100%;
            height: 25px;
            background-color: #59437A;
        }
        
        .data-number {
            margin-top: 15px;
            color: #C262AF;
            font-family: 'Roboto';
            font-weight: 900;
            font-size: 85px;
        }
        
        .data-caption {
            font-family: 'Roboto';
            margin-top: 20px;
            font-style: normal;
            font-weight: 900;
            font-size: 24px;
            text-transform: uppercase;
            opacity: 0.7;
        }
        
        .my-photo {
            z-index: 1;
            width: 100vw;
            margin-top: -10px;
            background: url(Images/Me_for_website.png);
            height: 455px;
            background-size: cover;
            background-size: 349px 455px;
            background-repeat: no-repeat;
            background-position-x: center;
        }
        
        .contacts {
            margin-left: 8vw;
            margin-right: 8vw;
            padding-left: 7%;
            padding-right: 7%;
            padding-top: 15px;
            padding-bottom: 26px;
            background-color: #59437A;
            color: white;
            font-family: 'Roboto';
            font-weight: 400;
            font-size: 20px;
            margin-bottom: 70px;
        }
        
        .contacts-text {
            text-align: left;
            color: rgba(255, 255, 255, 0.7);
        }
        
        mark {
            color: white;
            background: transparent;
            font-family: 'Inria Sans';
            font-weight: 400;
            font-size: max(20px, 3.3vw);
            color: rgba(255, 255, 255, 1);
        }
        
        .contacts-icons-container {
            display: inline-flex;
            width: 100%;
            justify-content: center;
            gap: max(60px, 10vw);
        }
        
        .contact-icon {
            filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
            width: max(50px, 6vw);
            height: max(50px, 6vw);
            background-size: cover;
        }
        
        .portfolio-button {
            cursor: pointer;
        }
        
        .about-me.closed {
            display: none;
        }
        /* ABOUT PART */
        
        footer {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100vw;
            height: 70px;
            background-color: #59437A;
        }
        
        .separator {
            position: absolute;
            height: fit-content;
            background-size: cover;
            width: 100%;
            top: -20%;
        }
        
        .copyright-text {
            color: white;
            font-family: 'Roboto';
            font-weight: 900;
            font-size: 20px;
        }
        
        .about-button {
            cursor: pointer;
        }
        
        .blog-button {
            cursor: pointer;
        }
        /* THIRD SECTION */
        /* Portfolio */
        
        .video-container {
            width: 100%;
            display: flex;
            justify-content: center;
        }
        
        .read-more-button {
            margin: 30px auto;
            font-size: max(17px, 1.5vw);
        }
        
        .read-more-button-container {
            padding-left: 50%;
        }
        
        .video-caption {
            text-align: center;
            font-size: 20px;
            padding: 17px;
            text-transform: uppercase;
        }
        /* THiRD SECTION */
        .models{
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 28px;
        width: 70%;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
        .add__board {
            border-top: 4px solid #FFFFFF;
        }
        
        .add__purple {
            color: #59437A;
        }
        
        .container-third-section-portfolio {
            padding-top: 34px;
            padding-left: 48px;
            padding-right: 48px;
            text-align: justify;
        }
        /* THIRD SECTION */
        /* FOURTH SECTION */
        
        .fourth-section {
            position: relative;
        }
        
        .fourth-section-countainer {
            padding-top: 34px;
            padding-left: 48px;
            padding-right: 48px;
            text-align: justify;
            position: relative;
        }
        
        .view-website-button {
            font-size: max(17px, 1.5vw);
        }
        
        .contacts-icons-container {
            margin-top: 16px;
        }
        
        .fourth-section-countainer {
            padding-bottom: 40px;
        }
        /* FOURTH SECTION */
        
        .portfolio.closed {
            display: none;
        }
        /* Portfolio */
        /* BLOG */
        
        .article-list {
            list-style: none;
        }
        
        .footer-for-blog {
            justify-content: space-around;
        }
        
        .square {
            height: 20px;
            width: 20px;
            background-color: white;
            position: absolute;
            top: -12px;
            rotate: 45deg;
        }
        
        .first-square {
            left: -10px;
        }
        
        .second-square {
            right: -10px;
        }
        
        .button-for-footer {
            width: 152px;
            justify-content: center;
            font-size: 17px;
        }
        
        .blog.closed {
            display: none;
        }
        
        .article-list {
            margin-top: 14px;
        }
        /* BLOG */