body {
    background-image: url("https://ak.picdn.net/shutterstock/videos/32508250/thumb/1.jpg?ip=x480");
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
    font-family: 'Domine', serif;
}
.main {
    width: 1200px;
    margin: 50px auto;
    background-color: rgba(0, 0, 0, 0.76);
    color: #fff;
    /* border: 3px solid red; */
    display: flex;
    border-radius: 10px;
}
.container {
    width: 100%;
    display: flex;

}
/* --------------------------------------- */


.swiper {
    width: 200px;
  }

  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
  }

/* -------------------------------- */
.keyboard-focused.collapsible-header:focus {
    background: none;
}
.collapsible-header {
    background: none;
    border: none;
    margin-left: 50px;
}
.collapsible {
    border: none;
}
.collapsible-body {
    padding: 10px;
    border: none;
}
.name {
    margin-bottom: 50px;
}
.myInfo {
    background-color: rgb(0 131 153 / 45%);
    border-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.myProgress {
    /* border-left: 3px solid #fff; */
    width: 100%;
    display: flex;
    flex-direction: column;
}
.profile-photo {
    width: 300px;
}
.main-blocks {
    padding: 30px 20px 20px;
    text-align: center;
}
.contacts-list {
    width: 260px;
    margin: auto;
    text-align: left;
    font-size: 15px;
}
.important-text {
    font-weight: bold;
    color: rgb(207, 245, 38);
}
.contacts-list li {
    margin: 5px;
}
.fas, .fab {
    margin-right: 5px;
}
.fa-github {
    margin-left: 0 !important;
}
.projects-block {
    margin: 20px;
}
.projects-block li{
    font-size: 20px;
    text-align: left;
    margin: 15px;
}
.projects-block .fas, .fab {
    margin-left: 10px;
}
.fa-smile-wink {
    margin-left: 10px;
}

/* ------------------------------- */

.scale {
    width: 100%;
    display: flex;
}
.sec-scale {
    margin: 70px 70px 0 0;
}
.scale h5 {
    margin: 5px 20px 5px 50px;
    width: 200px;
    text-align: left;
}
.level {
    width: 100%;
    height: 20px;
    background-color: #fff;
    justify-content: left;
}
.level-fill {
    background-color: rgb(35, 226, 35);
    height: 20px;
}

/* ----------------------------------- */

.html-level {
    width: 85%;
}
.java-level {
    width: 67%;
}
.jquery-level {
    width: 60%;
}
.materialize-level {
    width: 85%;
}
.vue-level {
    width: 10%;
}
.react-level {
    width: 51%;
}
.redux-level {
    width: 20%;
}
.photoshop-level {
    width: 70%;
}
/* ---------------------------- */

@media (max-width: 1000px) {
    .scale {
        display: flex;
        flex-direction: column;
    }
    .main {
        margin: 30px;
    }
}

@media (max-width: 750px) {
    .swiper {
        max-width: 400px;
    }
    .container {
        display: flex;
        flex-direction: column;
    }
    .projects-block li{
        text-align: center;
    }
    .sec-scale {
        margin: 0;
    }
    .scale h5{
        text-align: center;
        margin: 10px auto;
    }
}
