* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Roboto;
}

:root {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}




.container {
    background: rgb(40, 0, 52);
    background: linear-gradient(0deg, rgba(40, 0, 52, 1) 0%, rgba(142, 0, 107, 1) 96%);
    width: auto;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section {
    height: 100%;
    width: 70%;
    display: flex;
    flex-direction: column;
}


nav {
    height: 10%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 2px gray;
}

ul li {
    list-style: none;
    display: inline-block;
    padding: 20px 20px;
    color: #fff;
    font-weight: 800;
}

a {
    text-decoration: none;
    color: #fff;
}

/*navbar s*/
#NB {
    border: 8px solid;
    border-image: repeating-linear-gradient(0deg, #f800e3 0 1px, #ffffff 0 1px, #ff0059 0 1px) 8;
    -webkit-mask:
        conic-gradient(from 180deg at top 8px right 8px, #0000 90deg, #000 0) var(--_i, 200%) 0 /200% var(--_i, 8px) border-box no-repeat,
        conic-gradient(at bottom 8px left 8px, #0000 90deg, #000 0) 0 var(--_i, 200%)/var(--_i, 8px) 200% border-box no-repeat,
        linear-gradient(#000 0 0) padding-box no-repeat;
    transition: .3s, -webkit-mask-position .3s .3s;
}

#NB:hover {
    --_i: 100%;
    color: #ffffff;
    transition: .3s, -webkit-mask-size .3s .3s;
}

/*nav bar e*/


.space {
    height: 20%;
    width: 100%;
}

.text-a {
    font-size: 50px;
    color: #fff;
}

.button-box {
    margin-top: 40px;
    width: 40%;
}

.button-box p {
    color: rgba(255, 255, 255, 0.7);
    font: 80px;
    margin-bottom: 50px;
}

.button-box input {
    margin: 50px;
}


/*button style start*/
.button-64 {
    align-items: center;
    background-image: linear-gradient(144deg, rgba(142, 0, 107, 1), #5B42F3 50%, #00DDEB);
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(142, 0, 107, 1) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-family: Phantomsans, sans-serif;
    font-size: 20px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 140px;
    padding: 3px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
}

.button-64:active,
.button-64:hover {
    outline: 0;
}

.button-64 span {
    background-color: rgb(5, 6, 45);
    padding: 16px 24px;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: 300ms;
}

.button-64:hover span {
    background: none;
}

@media (min-width: 768px) {
    .button-64 {
        font-size: 24px;
        min-width: 196px;
    }
}

/*button style end*/


main {
    background: rgb(142, 0, 107);
    background: linear-gradient(0deg, rgba(142, 0, 107, 1) 0%, rgba(40, 0, 52, 1) 96%);
    height: 100vh;
    width: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.text-b {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    height: 30%;
    width: 100%;
}

.bio {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.T {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.T p {
    color: rgba(255, 255, 255, 0.6);
    margin-top: 40px;

}

.T h1 {
    font-size: 50px;
    font-weight: 500;
}



.image {
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-range {
    width: auto;
    height: 85vh;
    background: rgb(40, 0, 52);
    background: linear-gradient(0deg, rgba(40, 0, 52, 1) 0%, rgba(142, 0, 107, 1) 96%);
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.container-range .text {
    text-align: center;
    width: 35%;
    margin-top: 80px;
    font-size: 20px;
    color: #fff
}

.text h1 {
    padding: 40px 0;
}

.section-skill {
    width: 60%;
    height: 50%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*js start*/


.container-bos {
    display: flex;
    width: 500vw;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.container-bos .boxz {
    margin: 20px;
}

.container-bos .boxz h3 {
    display: flex;
    margin-top: 10px;
    color: #ffffff;
    justify-content: center;
    align-items: center;
}

.skill {
    position: relative;
    width: 160px;
    height: 160px;
}

.outer {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    padding: 20px;
    box-shadow: 6px 6px 10px -1px rgba(255, 255, 255, 0.15),
        -6px -6px 10px -1px rgba(255, 255, 255, 0.954);
}

.inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 4px 4px 6px -1px rgba(249, 249, 249, 0.2),
        inset -4px -4px 6px -1px rgba(255, 250, 250, 0.7),
        -0.5px -0.5px 0 rgba(255, 255, 255, 1),
        0.5px 0.5px 0 rgba(0, 0, 0, 0.15),
        0 12px 10px -10px rgba(250, 246, 246, 0.05);
}

#number {
    font-weight: 900;
    color: #ffffff;
}

.skill circle {
    fill: none;
    stroke-width: 10px;
    stroke-dasharray: 472;
    /* full 472 */
    stroke-dashoffset: 472;
}

.container-bos .boxz:nth-child(1) .skill circle {
    stroke: url(#GradientColor);
    animation: animone 2s linear forwards;
}

.container-bos .boxz:nth-child(2) .skill circle {
    stroke: url(#GradientColor);
    animation: animtwo 2s linear forwards;
}

.container-bos .boxz:nth-child(3) .skill circle {
    stroke: url(#GradientColor);
    animation: animthree 2s linear forwards;
}

.skill svg {
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes animone {
    100% {
        stroke-dashoffset: 83;
    }
}

@keyframes animtwo {
    100% {
        stroke-dashoffset: 147;
    }
}

@keyframes animthree {
    100% {
        stroke-dashoffset: 185;
    }
}

/*js end */


/*start page 4*/

.container-img {
    width: auto;
    height: 100vh;
    background: rgb(142, 0, 107);
    background: linear-gradient(0deg, rgba(142, 0, 107, 1) 0%, rgba(40, 0, 52, 1) 96%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.container-img .intro-text {
    width: 40%;
    height: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;

}

.container-img .intro-text h1 {
    font-size: 40px;
}


.container-img .intro-text p {
    width: 50%;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.6);

}

.img {
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-box-2 {
    width: 50%;
    height: 15%;
}

/*edit photo stert*/
.photo {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1em;
    width: 800px;
    height: 500px;
    transition: all 400ms;
}

.photo:hover .box {
    filter: grayscale(100%) opacity(24%);
}

.box {
    position: relative;
    background: var(--img) center center;
    background-size: cover;
    transition: all 400ms;
    display: flex;
    justify-content: center;
    align-items: center;
}

.photo .box:hover {
    filter: grayscale(0%) opacity(100%);
}

.photo:has(.box-1:hover) {
    grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
}

.photo:has(.box-2:hover) {
    grid-template-columns: 1fr 3fr 1fr 1fr 1fr;
}

.photo:has(.box-3:hover) {
    grid-template-columns: 1fr 1fr 3fr 1fr 1fr;
}

.photo:has(.box-4:hover) {
    grid-template-columns: 1fr 1fr 1fr 3fr 1fr;
}

.photo:has(.box-5:hover) {
    grid-template-columns: 1fr 1fr 1fr 1fr 3fr;
}

.box:nth-child(odd) {
    transform: translateY(-16px);
}

.box:nth-child(even) {
    transform: translateY(16px);
}

.box::after {
    content: attr(data-text);
    position: absolute;
    bottom: 20px;
    background: #000;
    color: #fff;
    padding: 10px 10px 10px 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    transform: translateY(60px);
    opacity: 0;
    transition: all 400ms;
}

.box:hover::after {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 400ms;
}

/*edit photo end*/

.button-box-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*button style start*/
.button-89 {
    --b: 3px;
    /* border thickness */
    --s: .45em;
    /* size of the corner */
    --color: #fdfdff;

    padding: calc(.5em + var(--s)) calc(.9em + var(--s));
    color: var(--color);
    --_p: var(--s);
    background:
        conic-gradient(from 90deg at var(--b) var(--b), #0000 90deg, var(--color) 0) var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
    transition: .3s linear, color 0s, background-color 0s;
    outline: var(--b) solid #ffffff00;
    outline-offset: .6em;
    font-size: 25px;

    border: 0;

    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-89:hover,
.button-89:focus-visible {
    --_p: 0px;
    outline-color: var(--color);
    outline-offset: .05em;
}

.button-89:active {
    background: var(--color);
    color: #fff;
}


/*button style end*/




/*start page 5*/
.container-process {
    width: auto;
    height: 80vh;
    background-image: url(/img/page5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #860067;
    background-blend-mode: multiply;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.work-process {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 20%;
    text-align: center;
    font-size: 25px;
    color: #fff;
}



.icons,
.icons2 {
    width: 80%;
    height: 30%;
    display: flex;
    justify-content: center;

}

.item1,
.item2,
.item3,
.item4,
.item5,
.item6 {
    width: 30%;
    height: 100%;
    margin: 1px 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

/*end page 5*/





/*start page 6*/
.container-text {
    width: auto;
    height: 100vh;
    background-color: #840065;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.text-box {
    height: 30%;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.text-box p {
    width: 40%;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.6);
}



.p-box {
    width: 60%;
    height: 40%;
}



.p-box p {
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


.a-cover {
    display: flex;
    width: auto;
    height: 50%;
    justify-content: center;
    align-items: center;
}


.a-cover a {
    color: #F800E3;
    font-size: 30px;
    font-weight: 900;
    transition: 0.2s;
}

.a-cover a:hover {
    color: #fff;
    transform: scale(1.1);
}

.logo-box {
    width: 100%;
    height: 30%;
    display: flex;
    padding: 0 200px;
    justify-content: space-around;
    align-items: center;
    background-color: #280034;
}


.logo-box .logo {
    width: 10%;
    height: 30%;
    margin: 20px;
}


.logo img {
    width: 100%;
    transition: 0.5s;
}

.logo img:hover {
    transform: scale(1.4);
}

/*end page 6*/




/*start page 7  (footer)*/

footer {
    width: auto;
    height: 115vh;
    background-image: url(/img/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #860067;
    background-blend-mode: multiply;
    background-attachment: fixed;

}

.comment-page {
    height: 100vh;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}






.comment-page .contact {
    height: 30%;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    
}

.comment-page .contact h1 {
    font-size: 40px;
}


.comment-page .contact p {
    color: rgba(255, 255, 255, 0.6);
    margin-top: 20px;
}


.input-box{
    width: 70%;
    height: 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.input-box input{
    width: 40%;
    height: 50%;
    margin: 30px;
    border: 1px solid gray;
    padding: 10px;
    background-color: #280034;

}

::placeholder{
    color: lightgray;
    font-weight: 700;
    margin-left: 20px;
}


.input-box2{
    width: 70%;
    height: 30%;
    background-color: red;
}


.input-box2 input{
    width: 100%;
    height: 100%;
    border: 1px solid gray;
    padding: 10px;
    background-color: #280034;
    margin: 0 0px;
    box-sizing: border-box;
}


.input-box2 input::placeholder{
    position: absolute;
    top: 30px;
}

.endign-button{
    margin-top: 50px;
}

/*ending button start*/
.button-86 {
    all: unset;
    width: 100px;
    height: 30px;
    font-size: 16px;
    background: transparent;
    border: none;
    position: relative;
    color: #f0f0f0;
    cursor: pointer;
    z-index: 1;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
  
.button-86::after,
.button-86::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -99999;
    transition: all .4s;
}

.button-86::before {
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    background: #28282d;
    border-radius: 10px;
}

.button-86::after {
    transform: translate(10px, 10px);
    width: 35px;
    height: 35px;
    background: #280034;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50px;
  }
  
  .button-86:hover::before {
      transform: translate(5%, 20%);
      width: 110%;
    height: 110%;
}
  
.button-86:hover::after {
    border-radius: 10px;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
  }
  
  .button-86:active::after {
    transition: 0s;
    transform: translate(0, 5%);
}

/*ending button edn*/


.footer {
    width: auto;
    height: 15vh;
    background-color: #280034;
    background-blend-mode: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}



.text-ending, .footer-nav, .icon{
    width: 30%;
    height: 100%;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.footer-nav ul li{
    color: rgba(255, 255, 255, 0.6);
     font-size: 20px;
     transition: 0.2s;
}


.footer-nav li:hover{
    color: #fff;
    transform: scale(1.1);
}




.icon i{
    margin: 10px;
    font-size: 30px;
    transition: 0.7s;
}

.icon i:hover{
    transform: scale(1.4);
}


















/*end page 7  (footer)*/