@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    margin:  0px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    background: #000;
    overflow-x: hidden;
}
img{
    max-width: 100%;
    display: block;
}
h1{
    margin: 0px auto 20px;
    max-width: 100%;
    width: 100%;
    font-weight: 700;
    font-size: 70px;
    line-height: 1.2;
}
h1 span{
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(131deg, #ff7d1e 36%, #fd40e5);
    -webkit-background-clip: text;
    background-clip: text;
    display: block;
    margin-bottom: 20px;
    /* opacity: 0; */
}
h2{
    font-size: 60px;
    font-weight: 700;
    margin: 0px auto 20px;
}
p{
    font-size: 20px;
    line-height: 1.7;
}
a,
img{
    display: block;
}
.my_profile_page{
    position: relative;
    max-width: 100%;
    width: 100%;
}
.bnr_sec{
    position: relative;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 100vh;
    /* background: linear-gradient(180deg, #000 100%, #fff); */
}
.bnr_outer{
    position: sticky;
    top: 0px;
    max-width: 100%;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.bnr_inr{
    position: relative;
    padding: 60px;
    max-width: 1280px;
    width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
    transform-origin: center right;
    box-sizing: border-box;
    overflow: hidden;
}
.bnr_inr:after, .bnr_inr:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 40%;
    background: linear-gradient(to left,#121212 0%,transparent 100%);
    right: 0;
    z-index: 1;
}
.bnr_inr:after {
    left: 0;
    right: unset;
    transform: rotate(180deg);
}
.bnr_text_wrap, 
.bnr_text_wrap{
    position: relative;
    z-index: 2;
}
.bnr_text_wrap{
    max-width: 575px;
    width: 100%;
}
.btn_link_sec{
    display: flex;
    align-items: center;
}
.resume_btn{
    position: relative;
    padding: 10px 20px;
    border-radius: 25px;
    display: inline-block;
    color: #fff;
    margin-top: 20px;
    font-weight: 600;
    text-decoration: none ;
    background:linear-gradient(131deg, #ff7d1e 36%, #fd40e5);
}
.btn_link_sec .linkedin, .ftr_inr .linkedin{
    height: 40px;
    width: 40px;
    background: url(../images/linkedin-dark.png);
    background-size: cover;
    margin-bottom: 10px;
} 
.btn_link_sec .linkedin{
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 15px;
}
.code_pen{
    background: #000;
    border: 1px solid #ddd;
    margin-left: 15px;
}
.bnr_img_sec{
    position: relative;
    padding: 15px;
    border-radius: 50%;
    border: 5px dashed #ddd;
    max-width: 400px;
    width: 100%;
    min-height: 400px;
    background: #1e1818d6;
    z-index: 2;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.bnr_img_sec:after, .bnr_img_sec:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background:linear-gradient(131deg, #ff7d1e 36%, #fd40e5);
    max-width: 100%;
    width: 100%;
    border-radius: 42px;
    z-index: 0;
    /* opacity: 0.25; */
}
/* .bnr_img_sec:after {
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    background-color: #fff;
    z-index: 1;
    opacity: 1;
} */
.profile_inr{
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile_pic{
    position: absolute;
    display: block;
    height: 320px;
    width: 320px;
    background: url(../images/profile.jpg);
    background-size: 125%;
    background-position: center;
    border-radius: 50%;
    /* border-radius: 35px; */
    /* border: 5px dashed #000; */
    box-sizing: border-box;
    z-index: 3;
    /* opacity: 0; */
}
.profile_pic_inr{
    position: absolute;
    height: 360px;
    width: 360px;
    background: #000;
    border-radius: 50%;
    border: 5px dashed #fff;
    box-sizing: border-box;
    z-index: 2;
}
.hdn_sec{
    position: relative;
    min-height: 200vh;
    width: 0px;
}
.next_sec{
    position: relative;
    min-height: 100vh;
}
.css_art_sec{
    position: relative;
    padding: 120px 0px;
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
}
.css_art_inr{
    position: relative;
    max-width: 930px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
.css_art_inr h2{
    position: sticky;
    top: 20px;
    margin-bottom: 40px;
}
/* .css_art_hdn{
    position: relative;
    height: 110;
    width: 0px;
} */
.art_img{
    position: sticky;
    margin: 0px auto 30px;
    text-align: center;
    display: inline-block;
}
.title_btn{
    position: absolute;
    right: 20px;
    top: 0px;
    border-radius: 6px;
    padding: 2.5px 10px;
    background: linear-gradient(131deg, #ff7d1e 36%, #fd40e5);
    color: #000;
    font-size: 12px;
    font-weight: 500;
    transform: translate(0%, -50%);
    display: block;
}
.ai1{
    top: 120px;
}
.ai2{
    top: 135px;
}
.ai3{
    top: 150px;
}
.ai4{
    top: 165px;
}
.ai5{
    top: 180px;
}
.ai6{
    top: 195px;
}
/* .ai7{
    top: 210px;
    width: 960px;
    height: 474px;
} */
.art_img img{
    border-radius: 20px;
    display: inline-block;
}
.card_sec{
    position: relative;
    padding-top: 120px;
}
.card_inr{
    max-width: 250px;
    width: 100%;
    margin: 0px auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.card_box{
    position: absolute;
    max-width: 250px;
    width: 100%;
    height: 300px;
    top: calc(50% - 150px);
    border-radius: 15px;
    margin-bottom: 120px;
    transition: all 0.3s linear;
}
.card_inr.active .card_box{
    transform: unset;
}
.cb1{
    position: relative;
    background: url(../images/panda.png);
    background-size: cover;
    transform: translateX(-300px) rotate(-10deg);
    z-index: 1;
}
.cb2{
    background: url(../images/emoji.png);
    background-size: cover;
    transform: translateX(-100px) rotate(10deg);
    z-index: 2;
}
.cb3{
    background: url(../images/penguin.png);
    background-size: cover;
    transform: translateX(100px) rotate(10deg);
    z-index: 3;
}
.cb4{
    background: url(../images/cool.png);
    background-size: cover;
    transform: translateX(300px) rotate(-10deg);
    z-index: 4;
}
/* .mid_content_sec{
    position: relative;
    display: flex;
    align-items: flex-start;
} */
.mid_content_inr{
    position: sticky;
    top: 0px;
    min-height: 100vh;
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
}

.mid_content{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.mid_content_box{
    position: relative;
    max-width: 410px;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.3s linear;
}
.mid_content_box.active{
    opacity: 1;
}
.mid_content_box p{
    background: linear-gradient(131deg, #ff7d1e 36%, #fd40e5);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.mid_content_box h2{
    font-size: 50px;
    line-height: 1.2;
}
.mid_content_hdn{
    position: relative;
    height: 100vh;
    width: 0px;
}
.mid_cimg_sec{
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}
.c_card{
    position: absolute;
    border-radius: 14px;
    height: 200px;
    width: 200px;
    background: #ddd;
}
.cc1{
    background: url("../images/lighthouse.png");
    background-size: cover;
    z-index: 1;
    /* top: 5%;
    left: 10%; */
}
.cc2{
    background: url("../images/cactus.png");
    background-size: cover;
    height: 125px;
    width: 125px;
    /* top: 35%;
    left: -15%; */
}
.cc3{
    background: url("../images/Bee.png");
    background-size: cover;
    height: 175px;
    width: 175px;
    /* bottom: 17.5%;
    left: -5%; */
}
.cc4{
    background: url("../images/Elephant.png");
    background-size: cover;
    height: 100px;
    width: 100px;
    /* bottom: 35%;
    left: 20%; */
}
.cc5{
    background: url("../images/Radio.png");
    background-size: cover;
    height: 150px;
    width: 150px;
    /* bottom: 2.5%;
    left: 30%; */
}
.cc6{
    background: url("../images/tv.png");
    background-size: cover;
    /* top: 2%;
    right: 30%; */
    height: 175px;
    width: 175px;
}
.cc7{
    background: url("../images/robot.png");
    background-size: cover;
    /* top: 20%;
    right: -5%; */
}
.cc8{
    background: url("../images/butterfly.png");
    background-size: cover;
    height: 100px;
    width: 100px;
    /* bottom: 7%;
    right: 35%; */
}
.cc9{
    background: url("../images/Locker.png");
    background-size: cover;
    height: 125px;
    width: 125px;
    /* right: 15%;
    bottom: 20%; */
}
.cc10{
    background: url("../images/minnion.png");
    background-size: cover;
    height: 150px;
    width: 150px;
    /* right: -10%;
    bottom: 30%; */
}
.code_sec{
    position: relative;
    max-width: 700px;
    width: 100%;
    margin: 0px auto;
    padding: 120px 0px;
    text-align: center;
}
.code_inr{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.code_box{
    position: relative;
    width: 200px;
    height: 300px;
    cursor: pointer;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    background: linear-gradient(131deg, #ff7d1e 36%, #fd40e5);
    text-align: left;
}
.code_box:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.3s linear;
    transform-origin: left center;
    z-index: 1;
    background: #000;
}
.cd1:before{
    transform: perspective(250px) scaleZ(0.5) rotateY(15deg);
}
.cd2:before{
    transition-delay: 0.3s;
    transform: perspective(250px) scaleZ(0.5) rotateY(10deg);
}
.cd3:before{
    transition-delay: 0.6s;
    transform: perspective(250px) scaleZ(0.5) rotateY(20deg);
}
.code_sec.active .cd1:before,
.code_sec.active .cd2:before,
.code_sec.active .cd3:before{
    transform: unset;
}
/*  */
.code_box p{
    font-size: 22px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    margin: 0px;
    opacity: 0;
}
.html{
    position: relative;
    z-index: 2;
    margin: 0px;
    background-size: cover;
}
.code_box p.perc{
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
    margin-top: 15px;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(131deg, #ff7d1e 50%, #fd40e5);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
    opacity: 1;
}
.ftr_sec{
    position: relative;
    margin: 0px auto;
    padding-top: 25vh;
}
.ftr_inr{
    position: relative;
    max-width: 900px;
    width: 100%;
    margin: 0px auto;
    padding-top: 120px;
    background: linear-gradient(to bottom,#121212 0%,transparent 100%);
    border-radius: 20px;
    text-align: center;
}
.ftr_inr:after{
    content: "";
    position: absolute;
    left: 10%;
    top: -50px;
    height: 100px;
    width: 100px;
    background: rgb(18,18,18);
    /* background: radial-gradient(circle, transparent 0%, #121212 50%, transparent 100%); */
    border-radius: 50%;
    opacity: 0.75;
    z-index: 1;
    display: none;
}
.ftr_inr p{
    font-size: 12px;
}
.ftr_inr a{
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #ff7d1e 50%, #fd40e5);
    -webkit-background-clip: text;
    background-clip: text;
    text-decoration: none;
    display: inline-block;
}
.ftr_row{
    display: inline-block;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 135px;
    width: 100%;
}
@media(max-width: 1480px){
    h1{
        font-size: 60px;
    }
    h2{
        font-size: 52px;
    }
    .css_art_inr h2{
        font-size: 50px;
        margin-bottom: 35px;
    }
    p{
        font-size: 18px;
    }
    .bnr_text_wrap{
        max-width: 515px;
    }
    .ai1{
        top: 105px;
    }
    .ai2{
        top: 115px;
    }
    .ai3{
        top: 130px;
    }
    .ai4{
        top: 145px;
    }
    .ai5{
        top: 160px;
    }
    .ai6{
        top: 175px;
    }
}
@media(max-width: 1380px){
    h1{
        font-size: 50px;
    }
    h2{
        font-size: 44px;
    }
    .css_art_inr h2{
        font-size: 40px;
        margin-bottom: 30px;
    }
    .bnr_inr{
        max-width: 1180px;
    }
    .bnr_text_wrap{
        max-width: 430px;
    }
    .ai1{
        top: 90px;
    }
    .ai2{
        top: 105px;
    }
    .ai3{
        top: 120px;
    }
    .ai4{
        top: 135px;
    }
    .ai5{
        top: 150px;
    }
    .ai6{
        top: 165px;
    }
    .mid_content_box{
        max-width: 365px;
    }
}
@media(max-width: 1280px){
    h1{
        font-size: 40px;
        max-width: 345px;
        margin: 0px 0px 20px;
    }
    h2{
        font-size: 36px;
    }
    .css_art_inr h2{
        font-size: 30px;
        margin-bottom: 25px;
    }
    p{
        font-size: 15px;
    }
    .bnr_inr{
        max-width: 940px;
    }
    .bnr_text_wrap{
        max-width: 430px;
    }
    .bnr_img_sec{
        max-width: 300px;
        min-height: 300px;
    }
    .profile_pic{
        width: 220px;
        height: 220px;
    }
    .profile_pic_inr{
        width: 260px;
        height: 260px;
    }
    .ai1{
        top: 75px;
    }
    .ai2{
        top: 90px;
    }
    .ai3{
        top: 105px;
    }
    .ai4{
        top: 120px;
    }
    .ai5{
        top: 135px;
    }
    .ai6{
        top: 150px;
    }
    .mid_cimg_sec{
        transform: scale(0.75);
    }
    .code_box p.perc{
        font-size: 32px
    }
}
@media(max-width:992px){
    h1{
        font-size: 30px;
        max-width: 250px;
        margin: 0px auto 20px;
    }
    h2{
        font-size: 28px;
    }
    h1 span{
        margin-bottom: 10px;
    }
    .css_art_inr h2{
        font-size: 26px;
        margin-bottom: 20px;
    }
    .ai1{
        top: 65px;
        max-width: calc(100% - 150px);
    }
    .ai2{
        top: 80px;
        max-width: calc(100% - 120px);
    }
    .ai3{
        top: 95px;
        max-width: calc(100% - 90px);
    }
    .ai4{
        top: 110px;
        max-width: calc(100% - 60px);
    }
    .ai5{
        top: 125px;
        max-width: calc(100% - 30px);
    }
    .ai6{
        top: 140px;
        max-width: 100%;
    }
    .bnr_inr{
        max-width: 90%;
        padding: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .bnr_text_wrap{
        max-width: 385px;
        text-align: center;
        padding-top: 90px;
    }
    .bnr_text_wrap p{
        margin-bottom: 0px;
    }
    .btn_link_sec a{
        font-size: 14px;
    }
    .bnr_img_sec{
        position: absolute;
        border: 2px dashed #ddd;
        padding: 5px;
        max-width: 80px;
        min-height: 80px;
        top: 20px;
    }
    .profile_pic{
        width: 55px;
        height: 55px;
    }
    .profile_pic_inr{
        width: 70px;
        height: 70px;
        border: 2px dashed #ddd;
    }
    .btn_link_sec{
        justify-content: center;
        flex-wrap: wrap;
    }
    .resume_btn{
        padding: 7.5px 15px;
    }
    .code_pen{
        margin: 20px 10px 0px;
    }
    .btn_link_sec .linkedin{
        margin-left: 0px;
        border: 1px solid #fff;
        border-radius: 50%;
    }
    .css_art_sec{
        padding: 0px
    }
    .css_art_inr{
        max-width: 90%;
        margin: 0px auto;
    }
    .art_inr{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 930px;
        width: 100%;
        margin: 0px auto;
    }
    .ftr_inr{
        max-width: 90%;
        padding-top: 60px;
    }
    .card_sec{
        padding-top: 60px;
    }
    .card_box{
        position: sticky;
    }
    .cb1{
        position: sticky;
        transform: translateX(-0px) rotate(-10deg);
    }
    .cb2{
        transform: translateX(-0px) rotate(10deg);
    }
    .cb3{
        transform: translateX(0px) rotate(0deg);
    }
    .cb4{
        transform: translateX(0px) rotate(20deg);
    }
    .mid_cimg_sec{
        transform: scale(0.5);
    }
    .code_box p.perc{
        font-size: 24px
    }
    .code_sec{
        padding: 60px 0px;
    }
    .ftr_sec{
        padding-top: 60px;
    }
}
@media(max-width: 768px){
    .code_inr{
        max-width: 90%;
        margin: 0px auto;
    }
    .code_box p.perc{
        font-size: 20px
    }
    .code_box{
        height: 250px;
    }
    .mid_content_inr,
    .mid_content{
        min-height: 50vh;
    }
}
@media(max-width:550px){
    .ai1{
        top: 65px;
        max-width: calc(100% - 75px);
    }
    .ai2{
        top: 80px;
        max-width: calc(100% - 60px);
    }
    .ai3{
        top: 95px;
        max-width: calc(100% - 45px);
    }
    .ai4{
        top: 110px;
        max-width: calc(100% - 30px);
    }
    .ai5{
        top: 125px;
        max-width: calc(100% - 15px);
    }
    .ai6{
        top: 140px;
        max-width: 100%;
    }
    .mid_cimg_sec{
        transform: scale(0.4);
    }
}