:root{
    --main-width:100%;
    --main-height:100vh;
    --main-color:#c9ff00;
    --second-color:#ffffff;
    --third-color:#000000FF;
}
html, body {
    overflow-x: hidden;
}
body{
    overflow: hidden;
    background: var(--third-color);
    margin: 0;
    padding: 0;
    position: relative;
}
section{
    width: var(--main-width);
    height: 170vh;
    position: relative;
}
.nav{
    display: flex;
    border-bottom: 1px solid #c9ff00;
    width: 100%;
    height: 55px;
    position: fixed;
    z-index: 11;
    justify-content: space-between;
    backdrop-filter: blur(5px);
}
.myicon{
    width: 80px;
    height: 70px;
}
.navmenu{
    display: flex;
    align-items: center;
    gap: 50px;
    margin-right: 30px;
}
.navmenu li{
    list-style: none;
    font-size: 14px;
}
.navmenu li a{
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    color: #c9ff00;
    transition: 0.3s ease;
    position: relative;
}
.navmenu li a:hover {
    color: #fff;
    transform: scale(1.1);
    text-shadow: 0px 0px 10px #c9ff00;
}
.navmenu li a:before{
    content: '';
    position: absolute;
    background: #c9ff00;
    width: 0;
    height: 2px;
    bottom: -7px;
    left: 0;
    transition: 0.7s ease;
}
.navmenu li a:hover:before{
    width: 100%;
}
.fa-bars{
    position: absolute;
    font-size: 15px;
    right: -50px;
    top: 20px;
}
.section{
    position: relative;
}
.socialmedia a img{
    width: 30px;
    height: 30px;
}
.socialbar{
    height: 55vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    position: fixed;
    top: 0;
    bottom: 70px;
    margin: auto;
    z-index: 10;
    transform: translate(-60px, 0);
}
.socialmedia a{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    backdrop-filter: blur(5px);
    display: block;
    padding: 10px;
    width: 90px;
    text-align: right;
    transition: 1s;
    transition-property: transform;
}
.socialmedia a:hover{
    transform: translate(30px, 0);
}
#facebook:hover{
    background: #1877F2;
}
#facebookimg{
    transition: 0.3s ease;
}
#facebookimg:hover{
    transform: scale(1.1);
    text-shadow: 0px 0px 10px #ffffff;
}
#github:hover{
    background:  #181717;
}
#githubimg{
    transition: 0.3s ease;
}
#githubimg:hover{
    transform: scale(1.1);
    text-shadow: 0px 0px 10px #ffffff;
}
#instergram:hover{
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}
#instergramimg{
    transition: 0.3s ease;
}
#instergramimg:hover{
    transform: scale(1.1);
    text-shadow: 0px 0px 10px #ffffff;
}
#linkedin:hover{
    background: #0A66C2;;
}
#linkedinimg{
    transition: 0.3s ease;
}
#linkedinimg:hover{
    transform: scale(1.1);
    text-shadow: 0px 0px 10px #ffffff;
}
.base{
    z-index: 5;
    position: relative;
    top: 60px;
    width: 100%;
    height: 160vh;
    display: grid;
    grid-template-columns:repeat(1, 3fr) ;
}
.base>div{
    border: 1px solid transparent;
}
.base>div:first-child{
    position: relative;
    display: flex;
    justify-content: left;
    width: 100%;
    height: 30vh;
}
.base>div:first-child>h1{
    align-self: center;
    position: absolute;
    left: 70px;
    color: white;
    font-weight: bold;
    font-family: Dubai , "SansSerif";
    font-size: 85px;
    text-transform: uppercase;
}
#together{
    color: #c9ff00;
}
.base>div:nth-child(2){
    position: relative;
    width: 100%;
    height: 90vh;
    z-index: 2;
}
.middle-div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1200px;
    height: 580px;
    display: flex;
    border-radius: 40px;
    background-color: rgba(246, 255, 220, 0.04);
    box-shadow: 0 7px 20px 5px #00000088;
    backdrop-filter: blur(20px);
    z-index: 10;
}
.from-div{
    position: relative;
    width: 800px;
    height: 580px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    background-color: rgba(246, 255, 220, 0.01);
    box-shadow: 0 7px 20px 5px #00000088;
    overflow: hidden;
}
.from-div::before{
    content: "";
    position: absolute;
    top: 550px;
    border-radius: 100%;
    width: 800px;
    height: 580px;
    background-color: rgba(255, 255, 255, 0.05);
    transform-origin: bottom center;
    transition: transform 0.6s ease-in-out;
}
.from-div:hover::before{
    transform: scale(3);
}
.from{
    position: relative;
}
.lable{
    color: #f6ffdc;
    position: absolute;
    width: 700px;
    height: 30px;
    top: 30px;
    left: 0px;
    right: 0;
    margin: auto;
    font-size: 25px;
    padding-top: 20px;
    border-top: 2px solid #c9ff00;
    font-family: "Baloo Da 2", sans-serif;
    font-weight: bold;
    word-spacing: 5px;
}
.number{
    font-size: 20px;
    color: rgba(101, 99, 99, 0.79);
}
.lable2{
    top: 145px;
}
.lable3{
    top: 260px;
}
.lable4{
    top: 375px;
}
.input{
    background-color: rgb(0, 0, 0);
    position: absolute;
    width: 700px;
    height: 30px;
    top: 90px;
    left: 0px;
    right: 0;
    margin: auto;
    border-radius: 20px;
    border: none;
}
.input:hover{
    background-color: #c9ff00;
}
#email{
    top: 205px;
}
#message{
    top: 320px;
}
#message1{
    top: 435px;
}
.my-details{
    width: 400px;
    height: 580px;
    position: relative;
}
.my-details>div{
    font-weight: bold;
    font-family: Dubai , "SansSerif";
}
.my-details>div:first-child{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
    background-image: url("../assets/image/picture.jpg");
    width: 200px;
    height: 200px;
    background-size: cover;
    border-radius: 100%;
    box-shadow: 0 7px 20px 5px #00000088;
}
.my-details>div:nth-child(2){
    font-size: 25px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 250px;
    height: 10px;
    top: 265px;
    color: chartreuse;
    letter-spacing: 3px;
}
.my-details>div:nth-child(3){
    border: 2px solid white;
    font-size: 16px;
    color: #afacac;
    width: 290px;
    height: 40px;
    border-radius: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 305px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.my-details>div:nth-child(4){
    border: 2px solid white;
    font-size: 16px;
    color: #afacac;
    width: 290px;
    height: 40px;
    border-radius: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.base>div:nth-child(3){
    width: 100%;
    height: 38vh;
    position: relative;
    display: flex;
    justify-content: right;
    align-items: center;
}
.send{
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.send>div{
    position: absolute;
}
.send>div:first-child{
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.32);
    background-color: rgba(255, 255, 255, 0.35);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    font-family: Dubai , "SansSerif";
    font-weight: bold;
    color: white;
}
.send>div:nth-child(2){
    width: 220px;
    height: 220px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.32);
    animation-name: send_animate;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes send_animate {
    from{
        transform: scale(1);
    }
    to{
        transform: scale(1.5);
        border: none;
    }
}
.send>div:nth-child(3){
    width: 190px;
    height: 190px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.32);
    animation-name: send_animate;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.line{
    margin-right: 100px;
    width: 900px;
    height: 1.5px;
    background-color: rgba(255, 255, 255, 0.22);
}
.circle15{
    position: absolute;
    top: 350px;
    right: 700px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-image: linear-gradient(200deg, #111111, #5a138a, #be206a, #b90e38,
    #f3759c, #e7c1c1);
    filter: blur(30px);
    animation-name: circle15_animate;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes circle15_animate {
    from{
        top: 150px;
        right: 730px;
    }
    to{
        top: 80px;
        right: 800px;
    }
}
.circle13{
    position: absolute;
    top: 350px;
    right: 700px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-image: linear-gradient(45deg,
    #8CFF32, #D4FF32, #E9FF32, #FDFF32, #FFFFFF,
    #ffffff , #0088d1, #344daf, #515bd4,
    #2c0942,#cecec9
    );
    filter: blur(20px);
    animation-name: circle13_animate;
    animation-duration: 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes circle13_animate {
    0%{
        top: 200px;
        right: 300px;
    }
    100%{
        top: 500px;
        right: 100px;
    }
}
.circle14{
    position: absolute;
    top: 95px;
    right: 100px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #111111, #28282a, #797373, #a4a9ad,
    #C1C9D9, #beb7b7);
    filter: blur(40px);
}
.circle11{
    position: absolute;
    top: 250px;
    width: 120px;
    height: 120px;
    right: 970px;
    border-radius: 100%;
    background-image: linear-gradient(200deg, #111111, #b9b9da, #1f4188, #7722c7,
    #d40fda, #d90b72);
    filter: blur(40px);
    animation-name: circle11_animate;
    animation-duration: 15s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}
@keyframes circle11_animate {
    from{
        top: 300px;
    }
    to{
        top: 100px;
        right: 1100px;
    }
}
.circle12{
    position: absolute;
    top: 500px;
    right: 700px;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #111111, #28282a, #494747, #7d7f81,
    #C1C9D9, #494747);
    filter: blur(50px);
}
.circle16{
    position: absolute;
    top: 530px;
    right: 400px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #273673, #1616d2, #247496, #9f2e90);
    filter: blur(10px);
}
.circle17{
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #cad100, #71fd00, #0cc270, #157ba8);
    filter: blur(10px);
    animation-name: circle17_animate;
    animation-duration: 25s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}
@keyframes circle17_animate {
    from{
        top: 750px;
        right: 330px;
    }
    to{
        top: 550px;
        right: 1100px;
    }
}
.circle18{
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #00d1ab, #2a0fa2, #8c18ec, #dc08ab);
    filter: blur(40px);
    animation-name: circle18_animate;
    animation-duration: 15s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}
@keyframes circle18_animate {
    from{
        top: 700px;
        right: 1000px;
    }
    to{
        top: 800px;
        right: 1200px;
    }
}
.circle19{
    position: absolute;
    top: 1000px;
    right: 300px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #00d1ab, #2a0fa2, #8c18ec, #dc08ab);
    filter: blur(60px);
}
.circle20{
    position: absolute;
    top: 700px;
    right: 200px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #d10076, #930fa2, #18ec62, #a7dc08);
    filter: blur(60px);
}
.circle21{
    position: absolute;
    border-radius: 100%;
    animation-name: circle21_animate;
    animation-duration: 15s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}
@keyframes circle21_animate {
    from{
        top: 900px;
        right: 700px;
        width: 80px;
        height: 80px;
        background-image: linear-gradient(90deg, #d1ce00, #0fa260, #18a2ec, #dc08d8);
        filter: blur(60px);
    }
    to{
        top: 1050px;
        right: 900px;
        width: 60px;
        height: 60px;
        background-image: linear-gradient(90deg, #00d131, #0f8ca2, #b718ec, #ef0b5b);
        filter: blur(20px);
    }
}
.circle22{
    position: absolute;
    top: 1070px;
    right: 450px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #d10076, #d20e42, #8d18ec, #2f08dc);
    filter: blur(10px);
}
@media all and (max-width: 1055px){
    .nav{
        height: 45px;
    }
    .myicon{
        width: 65px;
        height: 55px;
    }
    .navmenu li{
        font-size: 12px;
    }
    .socialmedia a img{
        width: 23px;
        height: 23px;
    }
    .socialbar{
        height: 40vh;
        gap: 8px;
        top: 0;
        bottom: 0px;
        margin: auto;
        transform: translate(-70px, 0);
    }
    .base{
        width: 100vw;
    }
    .base>div:first-child{
        width: 100vw;
    }
    .base>div:first-child>h1{
        left: 100px;
        font-size: 60px;
    }
    .base>div:nth-child(2){
        width: 100vw;
    }
    .middle-div{
        width: 800px;
        height: 450px;
    }
    .from-div{
        width: 720px;
        height: 450px;
    }
    .from-div::before{
        width: 720px;
        height: 450px;
    }
    .lable{
        width: 450px;
        top: 30px;
        font-size: 16px;
        padding-top: 8px;
        border-top: 1px solid #c9ff00;
        word-spacing: 3px;
    }
    .number{
        font-size: 14px;
    }
    .lable2{
        top: 120px;
    }
    .lable3{
        top: 210px;
    }
    .lable4{
        top: 300px;
    }
    .input{
        width: 450px;
        height: 20px;
        top: 80px;
    }
    #email{
        top: 170px;
    }
    #message{
        top: 260px;
    }
    #message1{
        top: 350px;
    }
    .my-details{
        width: 400px;
        height: 450px;
    }
    .my-details>div:first-child{
        width: 100px;
        height: 100px;
    }
    .my-details>div:nth-child(2){
        font-size: 18px;
        width: 180px;
        height: 8px;
        top: 165px;
        letter-spacing: 1px;
    }
    .my-details>div:nth-child(3){
        font-size: 12px;
        width: 220px;
        height: 30px;
        top: 195px;
    }
    .my-details>div:nth-child(4){
        font-size: 12px;
        width: 220px;
        height: 30px;
        top: 260px;
    }
    .base>div:nth-child(3){
        width: 100vw;
        height: 38vh;
    }
    .send{
        width: 170px;
        height: 170px;
    }
    .send>div:first-child{
        width: 130px;
        height: 130px;
    }
    .send>div:nth-child(2){
        width: 150px;
        height: 150px;
    }
    .line{
        width: 600px;
    }
}
@media all and (max-width: 850px){
    .myicon{
        width: 65px;
        height: 55px;
        position: absolute;
        top: 10px;
        left: 15px;
    }
    .navmenu {
        display: none;
    }
    .nav{
        border-bottom: 1px solid transparent;
        backdrop-filter: blur(0);
    }
    .fa-bars{
        position: absolute;
        font-size: 15px;
        right: 30px;
        top: 25px;
    }
    .socialmedia a img{
        width: 20px;
        height: 20px;
    }
    .socialbar{
        height: 40vh;
        gap: 10px;
        top: 0;
        bottom: 40px;
        transform: translate(-70px, 0);
    }
    .base{
        width: 100vw;
    }
    .base>div:first-child{
        width: 100vw;
    }
    .base>div:first-child>h1{
        left: 120px;
        font-size: 40px;
    }
    .base>div:nth-child(2){
        width: 100vw;
    }
    .middle-div{
        width: 600px;
    }
    .from-div{
        border-radius: 40px;
        width: 650px;
    }
    .from-div::before{
        display: none
    }
    .lable{
        width: 550px;
    }
    .input{
        width: 550px;
    }
    .my-details{
        display: none;
    }
    .my-details>div:first-child{
        display: none;
    }
    .my-details>div:nth-child(2){
        display: none;
    }
    .my-details>div:nth-child(3){
        display: none;
    }
    .my-details>div:nth-child(4){
        display: none;
    }
    .base>div:nth-child(3){
        width: 95vw;
    }
    .send{
        width: 130px;
        height: 130px;
    }
    .send>div:first-child{
        width: 100px;
        height: 100px;
        font-size: 14px;
    }
    .send>div:nth-child(2){
        width: 110px;
        height: 110px;
    }
    .send>div:nth-child(3){
        width: 130px;
        height: 130px;
    }
    .line{
        width: 380px;
    }
}
@media all and (max-width: 620px){
    .base{
        width: 100vw;
    }
    .base>div:first-child{
        width: 100vw;
    }
    .base>div:first-child>h1{
        left: 90px;
        font-size: 40px;
    }
    .base>div:nth-child(2){
        width: 100vw;
    }
    .middle-div{
        width: 400px;
    }
    .from-div{
        width: 650px;
    }
    .lable{
        width: 350px;
    }
    .input{
        width: 350px;
    }
    .base>div:nth-child(3){
        width: 100vw;
    }
    .send{
        width: 110px;
        height: 110px;
    }
    .send>div:first-child{
        width: 80px;
        height: 80px;
        font-size: 14px;
    }
    .send>div:nth-child(2){
        width: 100px;
        height: 100px;
    }
    .send>div:nth-child(3){
        width: 110px;
        height: 110px;
    }
    .line{
        width: 280px;
    }
}
@media all and (max-width: 425px){
    .base{
        width: 100vw;
    }
    .base>div:first-child{
        width: 100vw;
    }
    .base>div:first-child>h1{
        left: 50px;
        font-size: 33px;
    }
    .base>div:nth-child(2){
        width: 100vw;
    }
    .middle-div{
        width: 320px;
    }
    .from-div{
        width: 650px;
    }
    .lable{
        width: 280px;
    }
    .input{
        width: 280px;
    }
    .base>div:nth-child(3){
        width: 100vw;
        right: -30px;
        justify-content: right;
    }
    .line{
        width: 200px;
    }
}
@media all and (max-width: 375px){
    .base{
        width: 100vw;
    }
    .base>div:first-child{
        width: 100vw;
    }
    .base>div:first-child>h1{
        left: 30px;
        font-size: 30px;
    }
    .middle-div{
        width: 280px;
    }
    .lable{
        width: 245px;
    }
    .input{
        width: 245px;
    }
}