@import url('https://fonts.googleapis.com/css2?family=Borel&family=Josefin+Sans&family=Libre+Baskerville:wght@700&family=Petrona:wght@500&display=swap');

html {
    scroll-behavior: smooth;
}

:root {
    --primary_color: #28e98c;
}

* {
    padding: 0;
}

/**, *::before, *::after {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    box-sizing: border-box;*/
/*}*/

img {
    max-width: 100%;
}

body .body-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.3;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    scroll-behavior: smooth;
    color: #999999;
    background: #000000;
    line-height: 1.7;
    overflow-x: hidden;
}

.menu {
    border: 1px solid #575757;
    border-radius: 30px;
    position: fixed;
    right: 68px;
    top: 180px;
    text-align: center;
    gap: 18px;
    padding: 16px;
    background: #000000;
    z-index: 20;
    display: flex;
    flex-direction: column;
}

.menu > li {
    display: inline-block;
    font-size: 16px;
}


.menu > li > a > i {
    font-size: 20px;
    color: #999999;
}

.menu li a span {
    position: absolute;
    transition: .3s;
    font-size: 12px;
    background: #404042;
    right: 100%;
    color: #fff;
    display: block;
    padding: 3px 8px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
}

.menu li a span::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #404042;
    position: absolute;
    right: -3px;
    top: 50%;
    transform: rotate(54deg) skew(-8deg, -39deg);
    margin-top: -5px;
    z-index: -1;
}

.menu li a:hover span {
    opacity: 1;
    visibility: visible;
}

.menu > li > a > i:hover {
    color: var(--primary_color);
}

.left-sidebar {
    max-width: 20vw;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #565656;
    position: fixed;
    margin: auto;
    transform: translateY(-50%);
    padding: 40px;
    left: 20px;
    top: 50%;
    z-index: 10;
}

.portfolio > h2 {
    color: #FFF;
    font-family: "Josefin Sans", sans-serif;
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    display: inline-block;
}

.portfolio > h1 {
    color: #27E98B;
    font-family: "Josefin Sans", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    display: inline-block;
}

.left-sidebar .portfolio {
    position: relative;
    margin-bottom: 20px;
    right: 10px;
    width: 100%;
}

.left-sidebar > img.me {
    border-radius: 30px;
    display: block;
    margin-bottom: 30px;

}

.email {
    position: relative;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    margin: 0;
    line-height: 1.4;
}

.address {
    position: relative;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    margin: 0;
    margin-bottom: 30px;
}

.copyright {
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
}

.social-profile {
    margin-bottom: 30px;
    text-align: center;
}

.social-profile > ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
}

.social-profile > ul > li {
    list-style: none;
}

.left-sidebar .social-profile li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #565656;
    border-radius: 50%;
    color: #999999;
    font-size: 20px;
    transition: 0.3s;
}

.left-sidebar .social-profile li a:hover {
    color: var(--primary_color);
    border-color: var(--primary_color);
}

.theme-btn {
    position: relative;
    max-width: 100%;
    background: var(--primary_color);
    color: #000000;
    display: block;
    text-align: center;
    padding: 10px 58px 10px 58px;
    align-items: center;
    border-radius: 30px;
    justify-content: center;
    text-transform: uppercase;
    border: none;
    text-decoration: none;
    transition: .3s;
    cursor: pointer;
    border: 2px solid var(--primary_color);
}

.theme-btn > i {
    font-size: 24px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.theme-btn:hover {
    background: none;
    color: var(--primary_color);
}

/*--------------------------------------------------------------------------------------------------------------------*/


.title {
    position: relative;
    width: 150px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 32px;
    border: 1px solid #565656;
    background: #000;
}

.title > h4 > i {
    margin-right: 12px;
}

.subtitle {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 14px;
    justify-content: center;
    font-weight: 200;
    bottom: 10px;
}

.hello {
    position: relative;
    top: 80px;
}

.hello h2 {
    color: #FFF;
    font-family: "Josefin Sans", sans-serif;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: 1.2;
}

.hello h1 {
    color: #27E98B;
    font-family: "Inter", sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.hello h3 {
    color: #FFF;
    font-family: "Josefin Sans", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0;
}

/*main {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

.super-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.super-section > :first-child {
    padding-left: 30rem;
}

/*.main >:first-child{*/
/*    width: 920px;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 75px;*/
/*}*/

.hello h4 {
    color: rgba(153, 153, 153, 0.90);
    font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 50px;
}


.main .go-to-project-btn {
    width: 175px;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 550px;
    margin-top: 160px;
    border-radius: 50%;
    border: 1px solid #575757;
    position: relative;
    overflow: hidden;
    margin-right: 15px;
}

.main .go-to-project-btn img {
    display: block;

    animation-name: anima;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: normal;
    /*animation: rotating 6s infinite linear;*/
}

@keyframes anima {
    0% {
        transform: rotate(-360deg);
    }
}

.main .go-to-project-btn i {
    position: absolute;
    color: #fff;
    font-size: 40px;
    display: block;
}

.main-count-section {
    display: flex;
    /*flex-wrap: wrap;*/
    gap: 15%;
    margin-top: 70px;
}

.count-section > h1 {
    color: #27E98B;
    font-family: "Inter", sans-serif;
    font-size: 75px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    display: inline-block;
    margin: 0;
}

.about > :last-child {
    width: 600px;
    margin-top: 0;
}

.about > :last-child > p {
    color: rgba(153, 153, 153, 0.90);
    font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
}

.title > h4 > i {
    font-size: 20px;
}

.main-title {
    margin-top: 10%;
    margin-bottom: 10%;
}

.main-title > h2 {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 49px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    margin: 0;
    margin-right: 12px;

}

.main-title > h1 {
    color: #27E98B;
    font-family: "Inter", sans-serif;
    font-size: 61px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    margin: 0;
    /*margin-left: 12px;*/
}

.item {
    position: relative;
    padding-left: 74px;
    padding-bottom: 68px;
    cursor: pointer;
}

.item::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #656565;
    border-radius: 50%;
    left: -6px;
    top: 7px;
    transition: .3s;
}

.item::after {
    content: '';
    background: #333333;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: -1;
}

.item .date {
    display: block;
    margin-bottom: 35px;
    transition: .3s;
}

.item > h1 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
    color: #fff;
}

.item > h4 {
    font-size: 13px;
    color: #999999;
    margin-bottom: 18px;
    font-weight: 400;
    margin-top: 0;
}

.item h4:last-child {
    margin-bottom: 0;
}

.item:hover::before {
    background: var(--primary_color);
}

.item:hover .date {
    color: var(--primary_color);
}

.certificate-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 75%;
    gap: 40px;
}
.main-certificate {
    width: 80%;
    display: flex;
    justify-content: center;
}
.certificate-img > div {
    transition: transform 0.5s;

}

.certificate-img > div > img {
    border-radius: 20px;
    cursor: pointer;
    height: auto;
}

.certificate-img > div:hover {
    transform: scale(1.1);
}

.skill-line > :first-child {
    display: inline-block;

}

.skill-line > :nth-child(2) {
    display: inline-block;
    margin-left: 90px;
}


.tools-section {
    display: flex;
    flex-direction: row;
    padding-top: 3rem;
    flex-wrap: wrap;
}

.tools-section > :first-child {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(4, 1fr);
    gap: 80px;
}


.tools {
    flex-shrink: 0;
    border-radius: 85px;
    border: 1px solid #565656;
    background: #000;
    position: relative;
    cursor: pointer;
    transition: transform 0.5s;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.tools:hover {
    transform: scale(1.1);
}

.tools > img {
    margin: auto;
}

.tools > h4 {
    text-align: center;
}

.tools:hover {
    border-color: var(--primary_color);
}

.project > :nth-child(3) {
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
    flex-wrap: wrap;
    width: 78%;
}

.project-img {
    cursor: pointer;
    border-radius: 20px;
    transition: transform 0.5s;
}

.project-img > video {
    cursor: pointer;
    height: auto;
    border-radius: 20px;
    transition: transform 0.5s;
    width: 75%;
}

.project-img:hover video {
    transform: scale(1.1);
}

.project-img > h4 {
    margin-top: 5px;
    margin-bottom: 70px;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
}

.project-img:last-child {
    display: flex;
    justify-content: center;
}

.git-logo > i {
    position: relative;
    color: #FFFFFF;
    font-size: 40px;
    margin-top: 20px;
    margin-left: 16px;
}

.git-logo > h4 {
    position: relative;
    color: #FFFFFF;
    margin: 0;

}

.git-logo > i:hover,
.git-logo > h4:hover {
    color: var(--primary_color);
}

.assignment-list {
    display: flex;
}

.assignment-list > section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 40px;
}

.work {
    width: 230px;
    height: 130px;
    overflow: hidden;
    border-radius: 20px;
    transition: transform 0.5s;
}

.work:hover {
    transform: scale(1.2);
}

.work img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: block;
    transition: transform 0.5s;
    opacity: 0.9;
    object-fit: cover;
}

.layer {
    width: 100%;
    height: 0;
    border-radius: 8px;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    font-size: 20px;
    transition: height 0.5s;
    background: #bdc3c7;
    background: -webkit-linear-gradient(to bottom, #394049, #bdc3c7);
    background: linear-gradient(to bottom, #394049, #bdc3c7);
    opacity: 0.8;
}

.layer h3 {
    font-weight: bold;
    color: var(--primary_color);
    /*margin-bottom: 60px;*/
    position: relative;
    right: 35px;
}

.layer a {
    margin-top: 20px;
    color: var(--primary_color);
    text-decoration: none;
    font-size: 20px;
    line-height: 60px;
    background: linear-gradient(to top, #434343, #000000);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    right: 35px;
    bottom: 30px;
}

.work:hover img {
    transform: scale(1.1);
}

.work:hover .layer {
    height: 100%;

}

.services-list > div {
    width: 78%;
    padding-bottom: 80px;
    /*padding-top: 40px;*/
    border-radius: 20px;
    border: 1px solid #565656;
    background: #000;
    position: relative;
    transition: transform 0.5s;
}

.services-list > :first-child {
    margin-bottom: 30px;
}

.services-list > div > div > h1 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0;
    color: #fff;
    margin-left: 30px;
    margin-top: 20px;
}

.services-list > div > div {
    width: 78%;
}

.services-list > div > div > h4 {
    font-size: 16px;
    color: #999999;
    margin-bottom: 18px;
    font-weight: 300;
    margin-top: 5px;
    margin-left: 30px;
}

.services-list > div i {
    position: absolute;
    font-size: 20px;
    color: #27E98B;
    right: 8%;
    top: 12%;
}

.services-list > div > h5 {
    font-size: 14px;
    color: #FFFFFF;
    /*margin-bottom: 18px;*/
    font-weight: 300;
    margin-left: 30px;
    position: absolute;
    bottom: 5px;
}

.services-list > div:hover {
    border-color: var(--primary_color);
    transform: scale(1.1);
}

.main-title > h4 {
    position: relative;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
    color: #fff;
}

.input-group {
    width: 350px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    position: relative;
}

.input-group:nth-child(2) {
    display: inline-block;
    margin-bottom: 70px;
}
.input-group:nth-child(1) {
    display: inline-block;
    margin-bottom: 70px;
}
.input-group > label {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 7px;
}

.input-group > label sup {
    color: #fc4545;
    font-size: 12px;
    top: 0;
    display: inline-block;
}

.input-group > label span {
    color: #999999;
    text-transform: none;
    display: inline-block;
}

.input-group select,
.input-group textarea,
.input-group input {
    display: block;
    color: #fff;
    width: 100%;
    border: none;
    background: none;
    font-size: 14px;
    padding: 0;
    transition: .2s;
    padding-bottom: 3px;
}

.input-group textarea {
    height: 140px;
    border-bottom: 1px solid #555555;
    resize: none;
}

.input-group select {
    display: block;
    margin-left: -5px !important;
    font-weight: 300;
}

.input-group select:focus,
.input-group textarea:focus,
.input-group input:focus {
    outline: none;
    box-shadow: none;
    border-color: #555555;
}

.input-group textarea::placeholder,
.input-group input::placeholder {
    color: #666666;
}

.input-group:nth-child(3) {
    margin-bottom: 70px;
}

.input-group:nth-child(4) {
    width: 78%;
    margin-bottom: 70px;
}

.input-group .submit-btn-wrap {
    margin-bottom: 0;
    height: 30px;
    width: 100%;
}

.main-img-section {
    width: 750px;
    height: 500px;
    /*border: 1px solid yellow;*/
    overflow: hidden;
    border-radius: 20px;
    transition: transform 0.5s;

}

.img {
    width: calc(100% * 5);
    height: 100%;
    /*border: 1px solid yellow;*/
    display: flex;
    animation-name: slid-animation;
    animation-duration: 11s;
    animation-iteration-count: infinite;
    animation-timing-function: revert;
    animation-delay: 0.5s;

}

.img > div {
    flex-grow: 1;
    height: 100%;
    /*border-radius: 20px;*/

}

.img > :nth-child(1) {
    background: url("/assests/images/myImg/IMG_1081.JPG");
    background-size: cover;
    background-position: center;
}

.img > :nth-child(2) {
    background: url("/assests/images/myImg/IMG_1082.jpg");
    background-size: cover;
    background-position: center;
}

.img > :nth-child(3) {
    background: url("/assests/images/myImg/IMG_1083.JPG");
    background-size: cover;
    background-position: center;
}

.img > :nth-child(4) {
    background: url("/assests/images/myImg/IMG_1084.JPG");
    background-size: cover;
    background-position: center;
}

.img > :nth-child(5) {
    background: url("/assests/images/myImg/IMG_1085.JPG");
    background-size: cover;
    background-position: center;
}

@keyframes slid-animation {
    0% {
        transform: translateX(0px);

    }
    25% {
        transform: translateX(calc((-100% / 5) * 1));
    }
    50% {
        transform: translateX(calc((-100% / 5) * 2));
    }
    75% {
        transform: translateX(calc((-100% / 5) * 3));
    }
    100% {
        transform: translateX(calc((-100% / 5) * 4));
    }
}

.main-img-section:hover {
    transform: scale(1.1);
}

.page-loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-loader .bounceball {
    position: relative;
    display: inline-block;
    height: 37px;
    width: 15px;
}

.page-loader .bounceball:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    transform-origin: 50%;
    animation: bounceLoader 500ms alternate infinite ease;
}

@keyframes bounceLoader {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        transform: scaleX(2);
    }
    35% {
        height: 15px;
        border-radius: 50%;
        transform: scaleX(1);
    }
    100% {
        top: 0;
    }
}

.moreSkills{
    display: flex;
    justify-content: center;
    width: 80%;
    margin-top: 30px;
}

.moreSkillsText{
    text-decoration: none;
    color: #999999;
    font-size: 18px;
}

.moreSkills-section{
    display: flex;
    justify-content: center;
}
.moreAssignment-section{
    padding: 30px 0 30px 0;
    display: flex;
    justify-content: center;
}
.moreAssignment{
    display: flex;
    justify-content: center;
    width: 80%;
    margin-top: 50px;
}
.moreAssignmentText{
    text-decoration: none;
    color: #999999;
    font-size: 18px;
}