body{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #343339;
    background-image: url("../images/bg3.png");
    background-size: cover;
}
nav{
    width: auto;
    height: auto;
    background-color: #fff;
    /* border-style: solid; */
    padding: 25px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    padding-left: 10%;
    padding-right: 10%;    
}
nav a{
    text-decoration: none;
    color: #605c73;
}
nav .menu{
    display: none;
}
nav .center{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
nav .center .active{
    color: #590fce;
}
.st-tab{
    width: auto;
    height: auto;
    /* border-style: solid; */
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 90px;
}
.st-tab .left .role{
    font-size: 80px;
    font-weight: 700;
    display: flex;
}
.st-tab .left{
    /* border-style: solid; */
}
.mobile-menu{
    display: none;
}
.left .role .purple{
    color: #590fce;
}
.left .dev{
    font-size: 80px;
    font-weight: 700;
    display: flex;
}
.mini-text{
    padding-left: 5px;
}
.btns .contact{
    width: auto;
    height: auto;
    border-style: hidden;
    background-color: #690ffb;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    margin-left: 5px;
}
.btns{
    margin-top: 25px;
}
.btns .git{
    width: auto;
    height: auto;
    border-style: solid;
    border-width: thin;
    background-color: #ffffff;
    color: #42414a;
    text-decoration: none;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    margin-left: 5px;
    border-color: #605c73;
}
.st-tab .right{
    border-radius: 50%;
    /* /* width: 250px; */
    height: min-content; 
    padding: 25px;
    border-style: solid;
    border-color: #eee9f6;
}
.st-tab .img{
    width: 250px;
    height: 250px;
    background-image: url("../images/me.jpg");
    background-size: contain;
    border-radius: 50%;
    border-style: solid;
    border-color: #eee9f6;
    border-width: thick;
}
.divider-text{
    font-size: 40px;
    font-weight: 700;
    color: #3f3a45;
    margin-top: 125px;
    padding-left: 10%;
    padding-right: 10%;
}

.divider-text2{
    font-size: 35px;
    font-weight: 700;
    color: #3f3a45;
    margin-top: 45px;
    padding-left: 10%;
    padding-right: 10%;
}
.projects{
    width: auto;
    height: auto;
    /* border-style: solid; */
    /* padding: 25px; */
    margin-top: 10px;
    margin-right: 10%;
    margin-left: 10%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    gap: 35px;
}
.projects .left{
    width: 70%;
    height: auto;
    /* padding: 10; */
    /* border-style: solid; */
    margin-bottom: 30px;
    border-radius: 25px;
}
.projects .right{
    width: 30%;
    height: auto;
    /* padding: 10; */
    /* padding: 35px; */
    border-radius: 15px;
    /* border-style: solid; */
}
.projects .project-img{
    width: 100%;
    /* height: 80px; */
}
.project-img img{
    width: 75%;
    height: 300px;
    object-fit:cover;
    border-radius: 15px;
    margin-left: 13%;
}
.p-bg{
    padding: 25px;
    background-image: url("../images/pr.png");
    background-size: cover;
    border-radius: 25px;
}
.left .project-title, .right .project-title{
    font-size: 20px;
    font-weight: 700;
    padding-top: 10px;
    padding-left: 10px;
}



.right .project-img img{
    width: 90%;
    height: 300px;
    object-fit:cover;
    border-radius: 15px;
    margin-left: 5%;
}
.project-des{
    font-size: 14px;
    padding-left: 10px;
    color: #504e57;
}
.scnd-tab{
    width: auto;
    height: auto;
    padding: 25px;
    /* border-style: solid; */
    display: flex;
    /* gap: 25px; */
    padding-left: 10%;
    padding-right: 10%;
}
.workplaces{
    border-left-style: solid;
    border-width: thick;
    padding-left: 25px;
    width: 25%;
}
.work{
    margin-bottom: 5px;
}
.position{
     width: 100%;
    height: auto;
    border-style: solid;
}
.skills{
    width: auto;
    height: auto;
    padding: 25px;
    /* border-style: solid; */
    display: flex;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 25px;
    cursor:default;
}
.sec .title{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.skil{
    margin-bottom: 5px;
    font-size: 14px;
}
.skil:hover, .left:hover, .right:hover{
    color: #690ffb;
    cursor: default;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

.btns .contact:hover{
    background-color: #4609a9;
    transition-duration: 0.3s;
}
.btns .git:hover{
    background-color: #f4f1f9;
    transition-duration: 0.3s;
    color: #171719;
}


.loader{
    width: auto;
    height: 100vh;
    padding: 0%;
    display: block;
    background-color: #ffffff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    align-content: center;
    text-align: center;
}
.about-me1 {
    width: auto;
    height: auto;
    padding: 25px;
    margin-top: 85px;
    /* border-style: solid; */
    display: flex;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
}
.about-me1 .text{
    font-size: 105px;
    font-weight: 700;
    padding-top: 60px;
    
}
.about-me1 .img{
    margin-top: 35px;
    width: auto;
}

.about-me1 img{
    width: 350px;
    height: 350px;
    border-radius: 50%;
    /* object-fit: scale-down; */
}

    .groups {
        width: auto;
        height: auto;
        padding: 25px;
        /* border-style: solid; */
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 150px;
    }
    .group {
        display: flex;
        justify-content: space-between;
        gap: 4%;
        margin-bottom: 150px;
    }
    .group img{
        width: 50%;
        height: 300px;
        object-fit: cover;
        transform: rotate(-8deg);
        border-radius: 15px;
        border-style: solid;
        transition-duration: 0.3s;
        transition-timing-function: ease-in-out;
        cursor: pointer;
        border-color: #e9dbff;
        border-width: thin;
    }
    .group img:hover{
        width: 50%;
        height: 300px;
        object-fit: cover;
        transform: rotate(0deg);
        transform: scale(1.5);
        border-radius: 15px;
        /* border-style: solid; */
    }
    .group .text{
        /* border-style: solid; */
        font-size: 14px;
        color: #605c73;

        margin-top: 30px;
    }
    .group .header{
        font-size: 20px;
        color: #171719;
        font-weight: 700;
    }


.services-tab1{
    margin-top: 185px;
    /* border-style: solid; */
    text-align: center;
}
.services-tab1 .text{
    font-size: 55px;
    font-weight: 700;
}
.services{
    width: auto;
    height: auto;
    /* border-style: solid; */
    display: flex;
    flex-wrap: wrap;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 25px;
    gap: 2%;
    justify-content: center;
    margin-bottom: 35px;
}
.service{
    width: 300px;
    height: auto;
    border-style: solid;
    border-radius: 10px;
    padding: 25px;
    border-color: #e2d0ff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: default;
    margin-top: 25px;
}
.service .service-name{
    text-align: center;
    font-size: 22px;
    color: #690ffb;
}
.hire-me-s-btn{
    width: auto;
    background-color: #5f2aff;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    transition-duration: 0.3s;
}
.hire-me-s-btn:hover{
    width: auto;
    background-color: #3a13ad;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}
.service a{
    text-decoration: none;
}


.experience-tab{
    width: auto;
    height: auto;
    padding-left: 10%;
    padding-right: 10%;
    /* border-style: solid; */
    padding-top: 25px;
}
.experience{
    width: auto;
    height: auto;
    /* padding: 25px; */
    /* border-style: solid; */
    display: flex;
    gap: 2%;
    margin-bottom: 80px;
}
.experience img{
    width: auto;
    height: 300px;
    object-fit: scale-down;
    border-radius: 15px;
}
.experience .text{
    /* border-style: solid; */
    font-size: 20px;
    font-weight: 700;
}

.experience li{
    font-size: 14px;
    font-weight: 400;
}
























@keyframes loader {
    0%{
        opacity: 0;
        transform: scale(0.9);
    }
    25%{
        opacity: 1;
        transform: scale(1);
    }
    50%{
        opacity: 0;
        transform: scale(0.9);
    }
    75%{
        opacity: 1;
        transform: scale(1);
    }
}
.loader img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border-style: solid;
    border-color: #f4f1f9;
    /* margin-left: 48%; */
    opacity: 0.5;
    animation: loader 7s infinite;
    margin-top: 25vh;
}
.loader .text{
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #343339;
}
.loader .loader-text{
    font-size: 12px;
    color: #605c73;
}

footer{
    width: auto;
    height: 400px;
    /* border-style: solid; */
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 75px;
}
.contacts{
    width: auto;
    height:auto;
    /* border-style: solid; */
    /* padding: 25px; */
    display: flex;
    gap: 1%;
    border-left-style: solid;
    border-color: #42414a;
    margin-top: 15px;
}
.contact-type, .contact{
    width: auto;
    height:auto;
    /* border-style: solid; */
    padding: 25px;
}
.contact-type .type, .contact .contact-li{
    margin-top: 10px;
}
.contact-li a{
    color: #5f2aff;
    transition-duration: 0.3s;
}
.contact-li a:visited{
    color: #5f2aff;
}
.contact-li a:hover{
    color: #7e71a5;
}





footer .header{
    font-size: 25px;
    font-weight: 700;
}





















/* Mobile response */
@media (max-width: 970px) {
    .st-tab .left .role{
        font-size: 60px;
        font-weight: 700;
        display: flex;
    }
    .left .dev{
        font-size: 60px;
        font-weight: 700;
        display: flex;
    }
    .st-tab .right{
        border-radius: 50%;
        /* /* width: 250px; */
        height: min-content; 
        padding: 10px;
        border-style: solid;
        border-color: #eee9f6;
        display: none;
    } 
    .st-tab .img{
        width: 120px;
        height: 120px;
        background-image: url("../images/me.jpg");
        background-size: contain;
        border-radius: 50%;
        border-style: solid;
        border-color: #eee9f6;
        border-width: thick;
    }

    .mini-text{
        padding-left: 5px;
    }
    .btns .contact{
        width: auto;
        height: auto;
        border-style: hidden;
        background-color: #690ffb;
        color: #fff;
        text-decoration: none;
        padding: 10px;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 5px;
        margin-left: 5px;
    }
    .btns{
        margin-top: 25px;
        display: flex;
    }
    .btns .git{
        width: auto;
        height: auto;
        border-style: solid;
        border-width: thin;
        background-color: #ffffff;
        color: #42414a;
        text-decoration: none;
        padding: 10px;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 5px;
        margin-left: 5px;
        border-color: #605c73;
    }
    
.projects{
    width: auto;
    height: auto;
    /* border-style: solid; */
    /* padding: 25px; */
    margin-top: 10px;
    margin-right: 2%;
    margin-left: 2%;
    display: block;
    justify-content: space-between;
    margin-bottom: 25px;
    gap: 35px;
}
.projects .left{
    width: 100%;
    height: auto;
    /* padding: 10; */
    /* border-style: solid; */
    margin-bottom: 30px;
    border-radius: 25px;
}
.projects .right{
    width: 100%;
    height: auto;
    /* padding: 10; */
    /* padding: 35px; */
    border-radius: 15px;
    /* border-style: solid; */
}
.project-img img{
    width: 90%;
    height: 300px;
    object-fit:cover;
    border-radius: 15px;
    margin-left: 5%;
}

nav .menu{
    display: block;
    padding-top: 25px;
}
nav .center{
    display: none;
}
nav .hire{
    display: none;
}
nav .left{
    padding-top: 25px;
}
.st-tab{
    width: auto;
    height: auto;
    /* border-style: solid; */
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 70px;
}
nav{
    width: 100vw;
    height: auto;
    background-color: #fff;
    /* border-style: solid; */
    /* padding: 25px; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content:space-evenly;
    font-weight: 500;
    padding-left: 2%;
}

.skills{
    width: auto;
    height: auto;
    padding: 25px;
    /* border-style: solid; */
    display: flex;
    /* justify-content:flex-start; */
    gap: 2.5%;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 25px;
    cursor:default;
}
.sec .title{
    font-size: 18px;
}
.skil{
    font-size: 12px;
}
.divider-text2{
    font-size: 35px;
    font-weight: 700;
    color: #3f3a45;
    margin-top: 45px;
    padding-left: 2%;
    padding-right: 2%;
}
.project-des{
    font-size: 14px;
    padding-left: 10px;
    color: #57555e;
    margin-bottom: 25px;
}

@keyframes show {
    1% {
        left: 80%;
    }
    50% {
        left: 20%;
    }
    100% {
        left: 0%;
    }
}



.mobile-menu{
    width: auto;
    height: 100vh;
    background-color: #171719;
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    padding: 25px;
    background-image: url("../images/me2.png");
    background-size: cover;
    transition-duration: 0.3s;
}

.mobile-menu .menu-header{
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-top: 25px;
}
.mobile-menu .items{
    display: block;
    margin-top: 30%;
}
.items .item{
    width: auto;
    margin-top: 15px;
    padding-left: 0px;
}
.item a{
    text-decoration: none;
    color: #fff;
}

.about-me1 {
    width: 90%;
    height: auto;
    /* padding: 25px; */
    margin-top: 55px;
    /* border-style: solid; */
    display: flex;
    justify-content: space-between;
    padding-left: 2%;
    /* gap: 5%; */
}
.about-me1 .text{
    width: 70%;
    font-size: 30px;
    font-weight: 700;
    padding-top: 60px;
    /* border-style: solid; */
    
}
.about-me1 .img{
    width: 30%;
    /* display: none; */
    /* border-style: solid; */
    padding-top: 25px;
}

.about-me1 img{
    width: 100%;
    height:auto;

    object-fit: scale-down;
}


.groups {
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding: 10px;
    /* margin-right: 0px; */
    /* border-style: solid; */
    display: block;
}
.group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: flex-start;
    margin-bottom: 70px;
    border-top-style: solid;
    border-color: #e2d0ff;
}
.group img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    /* transform: rotate(-8deg); */
    border-radius: 15px;
    border-style: solid;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    cursor: pointer;
    border-color: #e9dbff;
    border-width: thin;
    margin-top: 25px;
}
.group img:hover{
    width: 100%;
    object-fit: cover;
    transform: rotate(0deg);
    /* transform: scale(1.5); */
    border-radius: 15px;
    /* border-style: solid; */
}
.group .text{
    /* border-style: solid; */
    font-size: 14px;
    color: #605c73;

    margin-top: 30px;
}
.group .header{
    font-size: 20px;
    color: #171719;
    font-weight: 700;
}


.experience-tab{
    width: auto;
    height: auto;
    padding-left: 1%;
    padding-right: 1%;
    /* border-style: solid; */
    padding-top: 25px;
}
.experience{
    width: auto;
    height: auto;
    /* padding: 25px; */
    /* border-style: solid; */
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    border-top-style: solid;
    border-color: #f6f1ff;
    padding-top: 25px;
}
.experience img{
    width: 100%;
    height: auto;
    object-fit: scale-down;
    border-radius: 15px;
}
.experience .text{
    /* border-style: solid; */
    font-size: 20px;
    font-weight: 700;
}

.experience li{
    font-size: 14px;
    font-weight: 400;
}

footer{
    width: auto;
    height: 400px;
    /* border-style: solid; */
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 1%;
    padding-right: 1%;
    margin-bottom: 75px;
}
.contacts{
    width: auto;
    height:auto;
    /* border-style: solid; */
    /* padding: 25px; */
    display: flex;
    gap: 0.5%;
    border-left-style: solid;
    border-color: #42414a;
    margin-top: 15px;
}
.contact-type, .contact{
    width: auto;
    height:auto;
    /* border-style: solid; */
    padding: 25px;
}
.contact-type .type, .contact .contact-li{
    margin-top: 10px;
    font-size: 14px;
}
.contact-li a{
    text-decoration: none;
    color: #690ffb;
}
footer .header{
    font-size: 25px;
    font-weight: 700;
}

}



















