body{
    background-color: #F5F6F7;
    color: #44566C;
    font-family: "Archivo", sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.65;
    min-height: 100vh;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Archivo", sans-serif;
    font-weight: 700;
}

body, html {
    -webkit-text-size-adjust: 100%;
}

html, body {
    max-width: 100%;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

h4{
    font-size: 1.05rem;
    margin-bottom: 10px !important;
    margin-top: 6px !important;
    font-weight: 600 !important;
}

hr{
    border: 0;
    border-bottom: 3px solid #1a73e8;
    margin: 0;
    padding: 0;
    border-radius: 20px;
    width: 50px;
}

/*=============Headings============*/

u{
    color: #1a73e8;
    margin-top: 5px;
}

.highlight {
    font-weight: 600;
    display: inline-block;
    height: inherit;
    background-position-y: bottom;
    background-size: contain;
    background-repeat: repeat-x;
}


/*==============Experience CSS================*/

.timeline {
    background: var(--primary-color);
    padding: 20px;
  }
  
  .outer {
    border-left: 1px solid #1a73e8;
  }
  
  .card {
    position: relative;
    margin: 0 0 20px 20px;
    padding: 10px;
    background: #F5F8F9;
    color: rgb(91, 91, 91);
    border-radius: 20px;
  }

  .card:hover{
    box-shadow: 0 0.5rem 1rem rgba(48, 130, 253, 0.15), 0 0.125rem 0.25rem rgba(48, 137, 253, 0.15);
  }
  
  .info {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .title {
    color: #44566C;
    position: relative;
    margin-top: 5px;
    margin-bottom: 0px;
  }
  
  .title::before {
    content: "";
    position: absolute;
    background: #fff;
    left: -38px;
    width: 10px;
    height: 10px;
    border: 2px solid #1a73e8;
    border-radius: 999px;
  }

  /*====================Project css==================*/


.small-img{
    width: 30px;
    height: 30px;
    border: 2px solid rgba(48, 130, 253, 0.15);
    float: left;
    box-shadow: 0 0.6rem 2rem rgba(160, 160, 160, 0.3), 0 0.01rem 0.5rem rgba(160, 160, 160, 0.3);
    border-radius: 20px;
    margin-right: 5px;
}

.small-img-skill{
    width: 30px;
    height: 30px;
    border: 1px solid #F5F8F9;
    float: left;
    box-shadow: 0 0.6rem 2rem rgba(160, 160, 160, 0.3), 0 0.01rem 0.5rem rgba(160, 160, 160, 0.3);
    border-radius: 20px;
    margin-right: 10px;
}

.skill-category{
    font-size: 16px;
    font-weight: 600 !important;
    margin-left: 10px;
}

.project-card{
    background-color: #F5F8F9;
    border-radius: 20px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 1, 0.1); */
    
    padding: 20px 20px 15px 20px;
}

.project-card:hover{
    box-shadow: 0 0.5rem 1rem rgba(48, 130, 253, 0.15), 0 0.125rem 0.25rem rgba(48, 137, 253, 0.15);
}

.project-text{
    margin-bottom: 0px;

}

.project-btn{
    color: #1a73e8;
    font-size: 13px;
    font-weight: 600;
    margin: auto;
    text-decoration: none;
}
.project-btn:hover{
    color: #fff;
    background-color: #1a73e8;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem rgba(48, 130, 253, 0.15), 0 0.125rem 0.25rem rgba(48, 137, 253, 0.15);
}
.project-all-btn{
    color: #1a73e8;
    font-size: 15px;
    font-weight: 600;
    margin-top: 30px;
    text-decoration: none;
    float: right;
    padding: 5px 10px 5px 10px;

}
.project-all-btn:hover{
    color: #fff;
    background-color: #1a73e8;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 0.5rem 1rem rgba(48, 130, 253, 0.15), 0 0.125rem 0.25rem rgba(48, 137, 253, 0.15);
}
p{
    margin-top: 0;
    margin-bottom: 1rem;
}

.titleh1{
    font-size: 1.6rem;
}

.flex-container{
    display: flex;
    /* grid-template-columns: 1fr 5fr;
    gap: 20px; */
    /* display: flex;
    padding-top: 7rem; */
}
/* Project grid */
.grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
    align-items: center;
}

.text-center{
    text-align: center!important;
}

/*==================Skills================*/

ul#skill li{
    display:inline-flex;
}

#skill{
    padding-left: 0px !important;
}

.skilist{
    border-radius: 20px;
    font-weight: 600;
    border: 0.3px solid #bebebe;
    padding: 5px 15px 5px 15px;
    margin: 0px 10px 5px 10px;
    background-color: #eef1f2;
}
.skillname{
    margin-top: 2.5px;
}


/* =============Side navigation============== */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border-radius: 20px 0px 0px 20px;
    box-shadow: 0 2.5rem 3.125rem rgb(103 118 128 / 10%) !important;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #44566C;
    display: block;
    transition: 0.2s;
  }
  .sidenav a:hover {
    color: #1a73e8;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  

.name-container{
    font-size: 1.89rem;
    font-family: "Merriweather", serif;
    position: relative;
    margin-top: 10px;
    margin-bottom: 2px;
}

.badge{
    font-size: 0.9375rem;
    font-weight: 500;
    border-radius: 10rem;
    padding: 0.4rem 1rem;
    display: inline-block;
    margin-bottom: 5px;
}

.social_links{
    line-height: 0;
    margin-top: 1.5rem;
    text-decoration: none;
}

.social{
    color:#44566C; 
    margin-right:5px;
    margin-left:5px;
    font-size: 20px;
}
.contacts-block__item {
    margin-bottom: 0.6875rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contacts-block {
    list-style: none;
    margin-bottom: 0.5rem;
    padding: 0px;
}

.box-side-bottom {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    z-index: 0;
}

.btn {
    background-color: #1a73e8;
    border-radius: 20px;
    border: 0;
    box-shadow: 0 0.5rem 1rem rgba(48, 130, 253, 0.15), 0 0.125rem 0.25rem rgba(48, 137, 253, 0.15);
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    line-height: inherit;
    padding: 0.6rem 1.3rem;
    position: relative;
    transition: .4s ease-in-out;
    white-space: nowrap;
    text-decoration: none;
    display: block;
    text-align: center;
   
}


.badge--light{
    background-color: #f4f4f5;
    color: #44566C;
}

.font-size-sml{
    font-size: 1.4rem;
}

.weight-500{
    font-weight: 500;
}

.shadow{
    box-shadow: 0 2.5rem 3.125rem rgb(103 118 128 / 10%) !important;
}
.box{
    background-color: #fff;
    border-radius: 20px;
    padding: 1.875rem;
    /* position: relative; */
    transition: box-shadow .3s ease-in-out;
}

.my_image{
    margin-top: -7rem;
    margin-bottom: 1.5625rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 900px;
    display: block;
    height:170px;
    width:170px;
    border: 5px solid #ffffff;
    box-shadow: 0 0.6rem 2rem rgba(117, 117, 117, 0.3), 0 0.125rem 0.25rem rgba(117, 117, 117, 0.3);
    /* position: relative bdbdbd;
    top:-80px;
    right: -30%;
    left: 30%; */
}


.box1{
    width: 21%;
    height: 100%;
    background-color: #fff;
    margin-left: 7.60%;
    margin-right: 1%;
}

.sidemenu{
    position: sticky;
    top: 6rem;
    margin-bottom: 10px;
}


/* ================Menu BUtton============== */
/* p{background-color: #16273d;} */
.menu-button{
    background-color: #1a73e8;
    border-radius: 50px;
    border: 0;
    box-shadow: 0 0.5rem 1rem rgba(48, 130, 253, 0.15), 0 0.125rem 0.25rem rgba(48, 137, 253, 0.15);
    color: #fff;
    cursor: pointer;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 20px;
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 1;
}

.menu{
    display: flex;
    border: 1px solid #44566C;
    padding: 0px !important;
    border-radius: 20px;
    padding: -10px !important;
   }


.newbox{
    position: relative;
    transition: box-shadow .3s ease-in-out;
    border-radius: 20px;
    padding: 1.875rem;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.big-container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 85px;
}


.box2{
    width: 79%;
    height: 100%;
    background-color: #fff;
    margin-right: 7.60%;
    margin-left: 1.1%;
    margin-bottom: 20px;
    padding-top: 0px !important;
}
.back_ground{
    background-image: url('https://art-template.ru/vcard1/assets/images/triangles-top.svg'), url('https://art-template.ru/vcard1/assets/images/triangles-bottom.svg');
    background-position: left top, right bottom;
    background-repeat: no-repeat;
    background-size: inherit
}container


.inner-flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



@media only screen and (max-width: 1200px){
    .flex-container{
        display: flex;
        flex-direction: column; 
    }
    .box{
        background-color: #fff;
        border-radius: 20px;
        padding: 1.875rem;
        position: relative;
        /* transition: box-shadow .3s ease-in-out; */
    }

    .newbox{
        position: relative;
        transition: box-shadow .3s ease-in-out;
        border-radius: 20px;
    }
    
    .box1{
        width: 80%;
        background-color: #fff;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }
    .box2{
        width: 80%;
        background-color: rgb(255, 255, 255);
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }

    .my_image{
        margin-top: -7rem;
        margin-bottom: 1.5625rem;
        margin-left: auto;
        margin-right: auto;
        display: block;
        height:200px;
        width:200px;
    }

     .contacts-block {
        list-style: none;
        margin-bottom: 0.5rem;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;    
    } 

    .contact-info{
        margin-left: 10px;  
    }
}



@media only screen and (max-width: 768px){
    .my_image{
        height:180px;
        width:180px;
    }
    .sidenav a {
        text-align: center;
    }
}


@media only screen and (max-width: 650px){
    .contacts-block {
        list-style: none;
        margin-bottom: 0.5rem;
        overflow: hidden;
        display: block;
        text-align: center; 
    } 
    .grid{
        grid-template-columns: repeat(1,1fr);
    }
    .contact-info{
        margin-left: 0px;  
    }

}




@media only screen and (max-width: 580px){
    .back_ground {
        background-size: contain;
    }
    .my_image{
        height:160px;
        width:160px;
    }
    
    .social{
        margin-top: 1.125rem;
        margin-bottom: 1rem;
    }
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


.img-post {
    height: 50px;
    width: 50px;
    position: relative;
    top: 0;
    border: 2px solid #ffffff;
    border-radius: 100%;
    box-shadow: 0 0.6rem 2rem rgba(160, 160, 160, 0.3), 0 0.01rem 0.5rem rgba(160, 160, 160, 0.3);
  }