@font-face {
    font-family: 'Faculty Glyphic';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/facultyglyphic/v4/RrQIbot2-iBvI2mYSyKIrcgoBuQ4HO2E.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@media (max-width:325px) {
    .sub-title+p {
        font-size: 11px
    }

    .headings+ul {
        font-size: 12px
    }

    footer h1 {
        font-size: 28px !important
    }
}

.mouse-cursor,
.mouse-cursor2 {
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 10000;
    position: fixed
}

.bubbles,
.mouse-cursor,
.mouse-cursor2,
nav {
    position: fixed
}

.bubbles span:nth-child(2n),
.mouse-cursor2,
.nav-list a::before {
    background-color: var(--primary)
}

.active,
.nav-list a:hover {
    backdrop-filter: blur(2px);
    color: var(--primary)
}

.nav-btn a:hover,
.nav-list a:hover {
    scale: 1.05;
    transform: translateY(-3px);
    cursor: url(Images/tap.png), auto
}

.circle:hover,
.conatct-btn:hover,
.contact-container li a:hover,
.f-icon a img:hover,
.footer-nav a:hover,
.nav-btn a:hover,
.nav-list a:hover,
.small-nav-list a:hover,
.toogle-btn:hover,
input[type=email]:hover,
input[type=text]:hover,
textarea:hover {
    cursor: url(Images/tap.png), auto
}

.active,
.nav-btn a,
.nav-list a:hover {
    color: var(--primary)
}

:root {
    --primary: #00ffff;
    --btn: #00ffff43;
    --text-light: #8c8c8c;
    --text-color: #ffff;
    --section: #02909a12;
    --bg: #06000e;
    --accent: #ff00d9;
    --accent-light: #ff00d997
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    cursor: url(Images/cursor1.png), auto;
    font-family: "Faculty Glyphic", sans-serif;
    color: #fff;
    font-display: swap
}

.mouse-cursor {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid var(--accent);
    transition: .2s ease-out;
    box-shadow: 0 0 10px 5px var(--accent-light)
}

.mouse-cursor2 {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    box-shadow: 0 0 10px 1px var(--btn)
}

.bubbles,
.nav-list a:hover::before,
.skill-box:hover::before {
    width: 100%
}

body {
    background-color: var(--bg)
}

.bubbles {
    z-index: -1;
    height: 100vh;
    display: flex;
    overflow: hidden;
    justify-content: space-between
}

.hero-section,
.nav-list a {
    position: relative;
    overflow: hidden
}

.nav-btn,
.nav-list {
    height: 100%;
    display: flex
}

.bubbles span {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-radius: 100%;
    background-color: var(--accent);
    box-shadow: 0 0 50px 10px var(--accent-light);
    animation: 10s infinite animatee;
    animation-duration: calc(120s/var(--i))
}

.nav-btn a,
.nav-list a {
    border-radius: 7px;
    text-decoration: none
}

.Section-badge span,
.nav-btn a {
    display: inline-block;
    background-color: var(--btn)
}

.bubbles span:nth-child(2n) {
    animation: 10s infinite animatee1;
    animation-duration: calc(120s/var(--i));
    box-shadow: 0 0 50px 10px var(--btn)
}

nav {
    padding: 10px 2.5%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    top: 10px;
    left: 2.5%;
    width: 95%;
    z-index: 1001;
    background: #f0f8ff15;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    transition: .3s ease-out
}

.brand {
    width: 20%;
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    font-size: 22px;
    font-weight: 600
}

.brand img {
    width: 40px
}

.nav-list {
    width: 60%;
    gap: 10px;
    align-items: center;
    justify-content: center
}

.nav-list a {
    display: inline-block;
    padding: 10px 24px 8px;
    transition: .3s
}

.nav-list a::before {
    content: "";
    position: absolute;
    width: 0%;
    bottom: 0;
    left: 0;
    height: 2px;
    transition: .5s ease-out
}

.active::before {
    width: 100% !important
}

.nav-btn {
    width: 15%;
    padding-right: 15px;
    justify-content: flex-end;
    align-items: center
}

.nav-btn a {
    padding: 10px 34px;
    border: 2px solid var(--primary);
    transition: .5s
}

.toogle-btn {
    display: none;
    width: 30px;
    height: 30px;
    padding: 10px;
    margin-right: 20px;
    background-image: url(Images/menu.png);
    background-size: cover
}

.small-nav {
    width: 100%;
    height: 0;
    transition: .5s linear;
    overflow: hidden
}

.small-nav-list {
    width: 100%;
    padding: 40px 20px
}

.small-nav-list a {
    padding: 5px;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 5px;
    border-radius: 5px
}

.small-nav-list a:hover {
    background: linear-gradient(270deg, #00ffff85, #ff00d971)
}

.hero-section {
    padding: 90px 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1
}

.hero-glow {
    border-radius: 50%;
    box-shadow: 0 0 100px 50px #00eaffc6, 0 0 100px 50px var(--accent);
    position: absolute;
    bottom: 25%;
    right: 1%;
    z-index: 0
}

.circle,
.hero-skill {
    position: relative;
    border-radius: 50%
}

.circle {
    z-index: 3;
    width: 300px;
    height: 300px;
    overflow: hidden;
    animation: 5s linear infinite glowcircle;
    transition: .5s ease-in-out
}

.btn-primary,
.btn-secondary,
.skill,
label {
    transition: .3s
}

.circle::before {
    content: "";
    background: url(Images/myimage2.jpg);
    background-size: cover;
    position: absolute;
    border-radius: 50%;
    inset: 5px;
    box-shadow: 0 0 10px #11071f;
    z-index: 1
}

.circle::after {
    z-index: 0;
    content: "";
    position: absolute;
    inset: 0 80px;
    background: linear-gradient(var(--accent), var(--primary));
    animation: 5s linear infinite rotateframe
}

.circle.activecircle::before {
    background: url(Images/myimage1.jpg);
    background-size: cover
}

.circle:hover {
    scale: 1.03
}

.circle:hover::after {
    inset: 0
}

.circle:hover+.innerskill-circle,
.circle:hover+.innerskill-circle .skill {
    animation-play-state: paused
}

.hero-skill {
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px
}

.innerskill-circle {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    border-radius: 100%;
    inset: 5px;
    animation: 20s linear infinite rotateframe;
    border: 2px solid var(--primary);
    width: 100%;
    height: 100%
}

.skill {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    animation: 20s linear infinite rotatereverse
}

.skill:hover {
    scale: 1.2
}

.btn-primary:hover,
.btn-secondary:hover {
    scale: 1.03;
    transform: translateY(-3px);
    cursor: url(Images/tap.png), auto
}

.skill1 {
    top: 18px;
    left: 50px
}

.skill2 {
    top: 320px;
    left: 45px
}

.skill3 {
    top: 320px;
    left: 310px
}

.skill4 {
    top: 20px;
    left: 300px
}

.hero-info {
    overflow: hidden;
    margin-left: 40px;
    width: 50%;
    padding: 70px 40px 0
}

.hero-info h2 {
    font-size: 40px;
    animation: 1s ease-in-out heading;
    margin-bottom: 10px
}

.focus-heading1,
.focus-heading2 {
    font-size: 50px;
    color: var(--primary)
}

.hero-info h3 {
    font-size: 22px;
    font-weight: 400;
    animation: 1s ease-in-out subheading;
    margin-bottom: 20px;
    color: var(--text-light)
}

.Section-badge,
.Section-badge span,
.Section_heading span,
.about-heading1 span,
.btn-primary,
.btn-secondary,
.skill-title,
.timer-boxes div span {
    color: var(--primary)
}

.hero-info p {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 40px
}

.ctabtn-container {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 50px
}

.btn-primary,
.btn-secondary {
    padding: 15px 34px;
    border-radius: 7px;
    border: 0;
    font-weight: 600;
    letter-spacing: 2px
}

.btn-primary {
    background: var(--btn);
    border: 2px solid var(--primary);
    letter-spacing: 1px;
    font-weight: 700
}

.btn-secondary {
    position: relative;
    background: conic-gradient(var(--primary) 20%, var(--accent) 10%, var(--primary))
}

.btn-secondary::before {
    content: "MY PROJECTS";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    background-color: #0c001d;
    align-content: center;
    inset: 2px;
    z-index: 1;
    transition: .3s
}

.btn-primary:hover {
    box-shadow: 0 0 10px 5px var(--btn);
    cursor: url(Images/tap.png), auto
}

.btn-secondary:hover {
    cursor: url(Images/tap.png), auto;
    box-shadow: 0 0 10px 5px #d900ff7c
}

.hero-circle-animation-container {
    justify-items: center;
    width: 40%
}

.Skill-Section {
    width: 100%;
    background-color: var(--section);
    margin-top: 30px;
    backdrop-filter: 10px;
    padding: 50px 30px;
    border-top: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary)
}

.resume-about,
.skill-box {
    backdrop-filter: blur(10px)
}

.Section-badge {
    border-radius: 30px;
    width: 150px;
    text-align: right;
    border: 2px solid var(--accent);
    padding: 8px 20px 8px 24px;
    position: relative;
    margin: auto
}

.Section-badge span {
    position: absolute;
    left: 5px;
    top: 4px;
    width: 28px;
    height: 28px;
    border-radius: 15px;
    text-align: center;
    align-content: center
}

.Section_heading {
    font-size: 35px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px
}

.Section_para {
    text-align: center;
    margin-bottom: 80px
}

.skill-container-main {
    width: 95%;
    max-width: 1350px;
    margin: 30px auto auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.skill-box {
    padding: 30px;
    background: linear-gradient(#00ffff19, #ff00d916);
    flex: 1 400px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: .2s ease-out;
    margin-bottom: 50px;
    border: 1px solid var(--primary)
}

.skill-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background-color: var(--primary);
    transition: .5s
}

.skill-icon {
    width: 40px;
    height: 40px
}

.skill-icon img {
    width: 100%;
    height: 100%
}

.skill-title {
    margin-left: 22px;
    font-size: 24px
}

.skill-range-box {
    box-shadow: inset 3px 3px 2px 1px #000;
    width: 100%;
    margin-top: 20px;
    background: rgb(255 255 255 / .068);
    border-radius: 15px;
    padding-top: 50px;
    padding-bottom: 20px;
    transition: .5s
}

.skill-box:hover .skill-range-box {
    transform: translateY(-5px);
    background-color: #f0f8ff22
}

.technology-range-container {
    margin: auto auto 10px;
    width: 90%;
    height: 10px;
    background-color: var(--btn);
    border-radius: 10px;
    position: relative
}

.technology-range-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: 100%;
    background: linear-gradient(240deg, var(--primary), var(--accent));
    border-radius: 20px
}

.html-range::before,
.mysql-range::before {
    width: 95%
}

.css-range::before {
    width: 90%
}

.js-range::before,
.php-range::before {
    width: 80%
}

.git-range::before,
.jquery-range::before {
    width: 85%
}

.form-range::before {
    width: 70%
}

.ajax-range::before,
.boot-range::before {
    width: 75%
}

.figma-range::before {
    width: 85%
}

.laravel-range::before {
    width: 65%
}

.technology-title {
    position: absolute;
    top: -28px
}

.technology-range {
    position: absolute;
    top: -28px;
    right: 10px
}



.about-container {
    padding: 100px 50px;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between
}

.about-badge {
    padding: 8px 40px 8px 25px
}

.left-about {
    width: 40%;
    height: 600px;
    position: sticky;
    top: 100px
}

.box,
.frame {
    position: relative
}

.right-about {
    padding-top: 100px;
    width: 50%;
    height: 100%
}

.box {
    border: 1px solid var(--primary);
    width: 100%;
    background: linear-gradient(#00ffff19, #ff00d916);
    margin-bottom: 40px;
    padding: 20px 40px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    transition: .2s ease-out;
    z-index: 101
}

.frame,
.frame::after,
.frame::before {
    border-radius: 250px
}

.frame {
    width: 350px;
    height: 100%;
    margin-left: 10%;
    background: conic-gradient(var(--primary), var(--accent), var(--primary))
}

.frame::before {
    content: "";
    position: absolute;
    top: 2.5%;
    left: 5%;
    width: 90%;
    height: 95%;
    z-index: 2;
    background-image: url(images/aboutimage.jpg);
    filter: saturate(125%);
    background-size: 100%
}

.frame::after {
    content: "";
    position: absolute;
    top: 1%;
    left: 1.5%;
    width: 97%;
    height: 98%;
    z-index: 1;
    background-color: #06000e
}
.frame-text{
    margin-bottom: 10px; font-size: 25px;
}
.academic-box::before,
.academy::before {
    background-color: var(--primary);
    content: "";
    position: absolute
}

.frame-circle {
    width: 150px;
    height: 150px;
    background-color: #06000e;
    position: absolute;
    border-radius: 100px;
    top: 10px;
    right: -60px;
    z-index: 3;
    border: 3px solid var(--primary);
    text-align: center;
    align-content: center
}

.academic-box,
.contact-section,
.input-group {
    position: relative
}

.about-title {
    font-size: 15px;
    font-weight: bolder;
    background: linear-gradient(var(--accent)10%, var(--primary) 60%);
    background-clip: text;
    color: #fff0;
    margin-bottom: 15px
}

.about-heading1 {
    font-size: 35px
}

.about-heading2 {
    font-size: 45px;
    margin-bottom: 25px
}

.about-para {
    font-size: 16px;
    color: var(--text-light);
    margin-bottom: 20px
}

.resume-about {
    margin-top: 20px;
    display: inline-block;
    padding: 15px 24px;
    text-decoration: none;
    background-color: var(--btn);
    color: var(--primary);
    border-radius: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    border: 2px solid var(--primary);
    transition: .5s
}

.resume-about:hover {
    transform: translateY(-5px);
    scale: 1.08;
    cursor: url(Images/tap.png), auto
}

.bio-box-contianer {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center
}

.bio-box {
    margin-bottom: 10px;
    flex: 1 0 200px
}

.bio-badge,
.education-badge {
    width: 120px;
    padding: 5px 12px;
    text-align: center;
    margin-bottom: 50px;
    border-color: var(--primary)
}

.education-badge {
    font-size: 17px
}

.bio-box .heading-bio {
    font-size: 20px;
    color: var(--primary);
    margin-bottom: 5px
}

.academy::before {
    width: 1px;
    top: 15%;
    left: 55px;
    height: 80%
}

.academic-box {
    padding-left: 50px;
    margin-top: 30px
}

.academic-box::before {
    top: 5px;
    left: -9px;
    width: 10px;
    height: 10px;
    border-radius: 15px
}

.academic-box::after {
    content: "";
    position: absolute;
    top: 20px;
    left: -5px;
    width: 2px;
    height: 20px;
    border-radius: 15px;
    background-color: var(--accent)
}

.academic-box h3 {
    color: var(--text-color);
    margin-bottom: 15px
}

.academic-place {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 15px;
    background-color: rgb(255 1 153 / .145);
    color: var(--primary);
    border: 2px solid var(--accent-light);
    margin-bottom: 10px
}

.academic-duration {
    text-align: right;
    font-size: 14px;
    color: var(--primary)
}

.Services {
    width: 100%;
    padding: 100px 50px;
    background-color: var(--section);
    border-top: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary)
}

.services-flex-container {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap
}

.services-box {
    perspective: 10px !important;
    border: 1px solid var(--primary);
    flex: 1 0 350px;
    background: linear-gradient(#00ffff19, #ff00d916);
    backdrop-filter: blur(20px);
    border-radius: 15px;
    padding: 25px 20px 20px;
    transition: .2s
}

.live_link{
    width: 250px; display: block;  margin: auto; text-align: center;
}
.timer-boxes,
footer {
    justify-content: center
}


footer {
    backdrop-filter: blur(10px)
}

.services-box:hover {
    transform: translateY(-10px)
}

.services-icon {
    margin: 20px auto 30px;
    width: 100px;
    height: 100px;
    background-color: #fff;
    padding: 20px;
    border-radius: 50px
}

.services-icon img {
    width: 100% !important;
    height: 100% !important
}

.services-heading {
    text-align: center;
    color: var(--primary);
    font-size: 25px;
    margin-bottom: 10px
}

.services-para {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px
}

.projects-section {
    padding: 100px 50px;
    border-bottom: 2px solid var(--primary)
}



.contact-container{
    margin: auto;
    max-width: 1300px;
    width: 100%
}




.contact-section {
    width: 100%;
    height: auto;
    padding: 50px;
    background: url(Images/map.svg) bottom center/50% 600px no-repeat
}

.contact-container {
    height: 550px;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-radius: 15px;
    background-color: rgb(43 43 43 / .238);
    backdrop-filter: blur(5px)
}

.contact-main-heading,
footer h1 {
    margin-bottom: 10px;
    font-size: 35px
}

.left-contact,
.right-contact {
    height: 100%;
    border-radius: 15px;
    padding: 20px
}

.left-contact {
    width: 52%
}

.contact-main-heading span {
    font-size: 45px;
    color: cyan
}

.contact-sub-heading {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px
}

.contact-para {
    font-weight: 650;
    font-size: 20px;
    color: #ff00fb
}

.contact-information li span,
.contact-para span {
    color: cyan
}

.contact-information {
    margin-top: 70px;
    list-style: none
}

.contact-information li {
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    align-items: center
}

.input-group,
.right-contact h2 {
    margin-bottom: 30px
}

.contact-container li a {
    font-size: 14px;
    text-decoration: none
}

.right-contact {
    width: 43%;
    background-color: rgb(95 95 95 / .171);
    backdrop-filter: blur(20px)
}

.footer-nav,
.rolll {
    margin-bottom: 20px
}

input[type=email],
input[type=text],
textarea {
    width: 100%;
    height: 35px;
    outline: 0;
    border: 0;
    border-bottom: 2px solid var(--primary);
    background-color: rgb(255 255 255 / .039);
    padding-left: 5px;
    backdrop-filter: blur(10px)
}

textarea {
    padding-top: 8px;
    height: 100px
}

label {
    color: #fff;
    position: absolute;
    top: 5px;
    left: 5px
}

input[type=email]:focus+label,
input[type=email]:not(:placeholder-shown)+label,
input[type=text]:focus+label,
input[type=text]:not(:placeholder-shown)+label,
textarea:focus+label,
textarea:not(:placeholder-shown)+label {
    font-size: 10px;
    top: -15px
}

.conatct-btn {
    padding: 10px 24px;
    text-decoration: none;
    background-color: var(--btn);
    color: var(--primary);
    border-radius: 5px;
    border: 2px solid var(--primary)
}

footer {
    width: 100%;
    background-color: #00eeff12;
    border-top: 2px solid cyan;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 50px 20px
}

footer h1 {
    color: #00eaff
}

.rolll {
    display: flex !important
}

footer div span {
    color: #00eaff;
    padding: 0 10px
}

.f-icon a img {
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgb(0 255 242 / .306)
}

.f-icon {
    transition: .5s
}

.f-icon:hover {
    transform: rotate(20deg) scale(105%)
}

.footer-nav {
    display: flex;
    justify-content: center;
    gap: 30px
}

.close-btn:hover,
.image-card img:hover {
    cursor: url(Images/tap.png), auto
}

.certificate-section {
    padding-top: 80px
}

.certificate-container {
    padding: 80px 0;
    margin: auto;
    width: 100%;
    max-width: 1350px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px
}

.Section_para {
    margin-bottom: 20px !important
}

.certificate-card {
    position: relative;
    flex: 0 0 350px;
    overflow: hidden;
    border-radius: 15px
}

.image-modal,
.text-body {
    position: absolute;
    width: 100%
}

.contact-information li a:hover {
    cursor: url(Images/tap.png), auto
}

.certificate-card:hover {
    cursor: url(Images/tap.png), auto !important
}

.certificate-card:hover .text-body {
    bottom: 0
}

.image-card {
    width: 100%;
    overflow: hidden;
    height: 350px
}

.image-card img {
    width: 100%;
    height: 100%;
    object-fit: fill
}

.text-body {
    bottom: -150px;
    left: 0;
    height: 150px;
    background: white;
    transition: .5s ease-in-out;
    backdrop-filter: blur(10px);
    text-align: center;
    padding: 20px 10px
}

.text-body h3 {
    color: #000000;
    font-size: 22px;
    margin-bottom: 8px
}

.text-body p {
    color: #515151;
    font-size: 12px
}

.image-modal {
    top: 0;
    height: 500px
}

.modal {
    display: none;
    position: fixed;
    padding-top: 80px;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .85);
    justify-content: center;
    align-items: center
}

.modal img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px
}

.modal.active {
    display: flex
}

.close-btn {
    position: absolute;
    top: 80px;
    right: 30px;
    font-size: 2rem;
    color: #fff
}

@media (max-width:1400px) {
    .brand {
        font-size: 18px
    }
}

@media (max-width:1300px) {

    .nav-btn a,
    .nav-list a {
        font-size: 14px
    }

    .skill3,
    .skill4 {
        left: 270px
    }

    .brand {
        font-size: 15px
    }

    .brand img {
        width: 35px;
        height: 25px
    }

    .nav-list a {
        padding: 10px 15px 8px
    }

    .hero-info {
        margin-left: 0
    }

    .hero-info h2 {
        font-size: 30px
    }

    .focus-heading1,
    .focus-heading2 {
        font-size: 40px
    }

    .hero-info h3 {
        font-size: 18px
    }

    .hero-info p {
        font-size: 14px;
        margin-bottom: 30px
    }

    .hero-skill {
        width: 370px;
        height: 370px
    }

    .circle {
        width: 260px;
        height: 260px
    }

    .skill1 {
        top: 12px
    }

    .skill2,
    .skill3 {
        top: 300px
    }

    .skill4 {
        top: 12px
    }

    .btn-primary,
    .btn-secondary {
        padding: 12px 25px !important
    }
}

@media (max-width:1150px) {
    .nav {
        justify-content: space-between
    }

    .nav-list {
        width: auto
    }

    .brand {
        margin-left: 20px;
        justify-content: flex-start;
        width: 23%;
        font-size: 13px;
        align-items: center
    }

    .brand img {
        width: 30px;
        height: 20px
    }

    .nav-btn a,
    .nav-list a {
        font-size: 12px
    }

    .nav-btn {
        width: 20%
    }

    .hero-section {
        padding: 50px 20px
    }

    .hero-info h2 {
        font-size: 24px
    }

    .focus-heading1,
    .focus-heading2 {
        font-size: 38px
    }

    .hero-info h3 {
        margin-bottom: 15px;
        font-size: 15px
    }

    .hero-info p {
        text-align: left;
        font-size: 12px;
        margin-bottom: 30px
    }

    .btn-primary,
    .btn-secondary {
        padding: 10px 15px !important
    }

    .hero-skill {
        margin-top: 0;
        margin-right: 50px;
        width: 300px;
        height: 300px
    }

    .circle {
        width: 200px;
        height: 200px
    }

    .skill1 {
        top: 8px;
        left: 30px
    }

    .skill2 {
        top: 245px;
        left: 35px
    }

    .skill3 {
        top: 255px;
        left: 200px
    }

    .skill4 {
        top: 8px;
        left: 220px
    }

    .circle::after {
        inset: 0 50px
    }

    .resume-about {
        font-size: 13px;
        padding: 8px 15px;
        border-radius: 5px
    }
}

@media (min-width:1050px) {
    .small-nav {
        display: none
    }
}

@media (max-width:1050px) {
    nav {
        justify-content: space-between
    }

    .brand {
        width: 75%;
        font-size: 18px
    }

    .brand img {
        width: 40px;
        height: 40px
    }

    .small-nav-list,
    .toogle-btn {
        display: block
    }

    .nav-btn,
    .nav-list {
        display: none
    }

    .hero-info h2 {
        font-size: 20px
    }

    .about-heading1,
    .about-heading2,
    .contact-main-heading span,
    .focus-heading1 {
        font-size: 30px
    }

    .focus-heading2 {
        font-size: 34px
    }

    .hero-info h3 {
        margin-bottom: 15px;
        font-size: 13px
    }

    .btn-primary,
    .btn-secondary {
        font-size: 12px;
        padding: 10px 15px !important
    }

    .left-contact {
        width: 45%
    }

    .right-contact {
        width: 48%
    }

    .contact-main-heading {
        font-size: 22px
    }

    .contact-sub-heading {
        font-size: 18px
    }

    .contact-information {
        margin-top: 50px
    }

    .frame {
        width: 300px
    }

    .about-para {
        font-size: 14px
    }

    .academic-box h3 {
        font-size: 15px
    }

    .academic-box p {
        font-size: 13px
    }
}

@media (max-width:950px) {
    .about-container {
        flex-direction: column
    }

    .frame {
        margin-left: 0;
        width: 350px
    }

    .left-about {
        width: 100%;
        display: flex;
        justify-content: center;
        position: static
    }

    .right-about {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 30px;
        align-items: center;
        width: 100%
    }

    .box {
        max-width: 600px;
        width: 100%
    }

    .about-heading1,
    .about-heading2 {
        font-size: 50px
    }

    .about-para,
    .academic-box h3 {
        font-size: 18px
    }

    .resume-about {
        font-size: 15px;
        padding: 8px 15px;
        border-radius: 5px
    }
}

@media (max-width:900px) {
    .contact-section {
        background-position: center
    }

    .contact-container {
        height: auto;
        flex-direction: column;
        padding: 20px
    }

    .left-contact,
    .right-contact {
        width: 100%
    }

    .contact-main-heading {
        font-size: 35px
    }

    .contact-main-heading span {
        font-size: 45px
    }

    .contact-sub-heading {
        font-size: 25px
    }

    .contact-information li a {
        font-size: 16px
    }
}

@media (max-width:800px) {

    .hero-info h2,
    .hero-info h3,
    .hero-info p,
    .rolll {
        text-align: center
    }

    .mouse-cursor,
    .mouse-cursor2 {
        display: none
    }

    .hero-section {
        flex-direction: column;
        gap: 40px;
        height: auto
    }

    .hero-info {
        width: 95%
    }

    .hero-info h2 {
        font-size: 32px
    }

    .focus-heading1 {
        font-size: 42px
    }

    .focus-heading2 {
        font-size: 42px;
        margin-bottom: 20px
    }

    .hero-info h3 {
        margin-bottom: 15px;
        font-size: 17px
    }

    .hero-info p {
        font-size: 15px
    }

    .ctabtn-container {
        width: 100%;
        justify-content: center
    }

    .btn-primary,
    .btn-secondary {
        font-size: 16px;
        padding: 10px !important;
        width: 170px;
        text-align: center
    }

    .hero-circle-animation-container {
        width: 90%;
        height: 500px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .hero-skill {
        margin: 0;
        width: 400px;
        height: 400px
    }

    .circle {
        width: 300px;
        height: 300px
    }

    .skill1 {
        top: 18px;
        left: 50px
    }

    .skill2 {
        top: 320px;
        left: 45px
    }

    .skill3 {
        top: 320px;
        left: 310px
    }

    .skill4 {
        top: 20px;
        left: 300px
    }

    .rolll {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .rolll span {
        transform: rotate(90deg);
        font-size: 22px
    }

    .footer-nav {
        gap: 10px
    }
}

@media (max-width:600px) {
    .small-nav-list {
        padding: 20px
    }

    .small-nav-list a {
        margin-bottom: 9px
    }

    .brand {
        width: 75%;
        font-size: 15px
    }

    .brand img {
        width: 30px;
        height: 30px
    }

    .hero-section {
        flex-direction: column;
        gap: 40px;
        height: auto
    }

    .hero-info {
        padding: 80px 10px 0;
        width: 98%
    }

    .hero-info h2 {
        text-align: center;
        font-size: 25px
    }

    .about-heading1,
    .about-heading2,
    .focus-heading1 {
        font-size: 35px
    }

    .focus-heading2 {
        font-size: 35px;
        margin-bottom: 20px
    }

    .hero-info h3 {
        text-align: center;
        margin-bottom: 15px;
        font-size: 15px
    }

    .hero-info p {
        text-align: center;
        font-size: 13px
    }

    .ctabtn-container {
        width: 100%;
        justify-content: center
    }

    .btn-primary,
    .btn-secondary {
        font-size: 12px;
        padding: 10px !important;
        width: 140px;
        text-align: center
    }

    .contact-main-heading {
        font-size: 22px
    }

    .contact-main-heading span {
        font-size: 30px
    }

    .contact-sub-heading {
        font-size: 18px;
        margin-bottom: 0
    }

    .contact-information li a {
        font-size: 14px
    }

    .about-heading1 span {
        font-size: 40px
    }

    .about-para,
    .academic-box h3 {
        font-size: 15px
    }

    .Skill-Section {
        padding: 50px 10px
    }

    .Services,
    .contact-container,
    .contact-section,
    .projects-section {
        padding: 50px 20px
    }

    .about-container {
        padding: 80px 20px
    }

    .academic-box {
        padding-left: 40px
    }

    .academic-box p {
        font-size: 12px
    }
}

@media (max-width:500px) {
    .hero-circle-animation-container {
        height: auto
    }

    .hero-skill {
        margin-top: 0;
        margin-right: 0;
        width: 250px;
        height: 250px
    }

    .circle {
        width: 180px;
        height: 180px
    }

    .skill1 {
        width: 40px;
        top: 8px;
        left: 25px
    }

    .skill2,
    .skill3 {
        top: 202px;
        width: 40px
    }

    .skill2 {
        left: 35px
    }

    .skill3 {
        left: 180px
    }

    .skill4 {
        width: 30px;
        top: 5px;
        left: 190px
    }

    .skill-icon {
        width: 30px;
        height: 30px
    }

    .skill-title {
        font-size: 20px
    }

    .skill-range-box {
        padding-top: 35px;
        padding-bottom: 10px
    }

    .technology-range,
    .technology-title {
        top: -20px;
        font-size: 12px
    }


    .services-flex-container {
        justify-content: center
    }

    .Services {
        padding: 50px 20px
    }

    .services-box {
        flex: 1 0 320px
    }

    

    .Section_para,
    .time-box {
        font-size: 14px
    }

 

    .left-about {
        width: 100%
    }

    .frame {
        margin-right: 30px;
        width: 300px
    }

    .frame::before {
        background-size: 100% 100%
    }

    .Section-badge {
        width: 130px;
        padding: 6px 15px 8px 1px;
        font-size: 14px
    }

    .Section-badge span {
        width: 25px;
        height: 25px
    }

    .about-badge {
        padding: 6px 30px 8px 24px
    }

    .services-badge {
        padding: 6px 20px 8px 24px
    }

    .Section_heading {
        font-size: 28px
    }

    .bio-badge,
    .education-badge {
        padding: 5px 20px
    }

    .resume-about {
        font-size: 14px;
        padding: 8px 10px;
        border-radius: 5px
    }
}

@media (max-width:450px) {
    .brand {
        gap: 8px;
        width: 65%;
        font-size: 15px
    }

    .brand img,
    .toogle-btn {
        width: 25px;
        height: 25px
    }

    .Skill-Section,
    .contact-container,
    .projects-section {
        padding: 50px 10px
    }

    .left-contact {
        padding: 15px
    }

    .contact-main-heading {
        font-size: 22px
    }

    .contact-main-heading span {
        font-size: 28px
    }

    .contact-sub-heading {
        font-size: 18px;
        margin-bottom: 0
    }

    .contact-information li a,
    .resume-about,
    label {
        font-size: 12px
    }

    .contact-information {
        margin-top: 20px
    }

    .contact-information li {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px
    }

    input[type=email],
    input[type=text],
    textarea {
        height: 30px;
        border-bottom: 1px solid var(--primary)
    }

    textarea {
        height: 80px
    }

    label {
        top: 8px
    }

    .resume-about {
        padding: 8px 5px;
        border-radius: 5px
    }
}

@media (max-width:425px) {
    
    .hero-info h2 {
        text-align: center;
        font-size: 20px
    }

    .focus-heading1 {
        font-size: 30px
    }

    .focus-heading2 {
        font-size: 30px;
        margin-bottom: 20px
    }

    .hero-info h3 {
        text-align: center;
        margin-bottom: 15px;
        font-size: 13px
    }

    .hero-info p {
        text-align: center;
        font-size: 12px
    }

    .ctabtn-container {
        width: 100%;
        justify-content: center
    }

    .btn-primary,
    .btn-secondary {
        font-size: 10px;
        padding: 10px 20px !important;
        width: auto;
        align-content: center;
        text-align: center
    }

    .skill-box {
        padding: 20px 10px;
        margin: 0
    }

    .skill-icon {
        margin-left: 20px;
        width: 20px;
        height: 20px
    }

    .skill-title {
        margin-left: 10px;
        font-size: 14px
    }

    .skill-range-box {
        width: 100%;
        padding-top: 35px;
        padding-bottom: 10px
    }

    .technology-range,
    .technology-title {
        top: -20px;
        font-size: 10px
    }


    .technology-range-container {
        height: 7px
    }

    .frame,
    .left-about {
        height: 450px
    }

    .Skill-Section {
        padding: 50px 10px
    }

    .academy::before {
        left: 30px
    }

    .academic-box {
        padding-left: 30px
    }

    .about-para,
    .academic-box h3,
    .bio-box {
        font-size: 12px
    }

    .academic-box p,
    .academic-place {
        font-size: 10px !important
    }

    .academic-box::before {
        width: 5px;
        height: 5px;
        left: -6.5px
    }

    .academic-place {
        padding: 2px 5px
    }

    .box {
        padding: 40px 20px
    }

    .heading-bio {
        font-size: 18px !important
    }

    .bio-badge {
        margin-bottom: 20px
    }

    .resume-about {
        padding: 8px 10px;
        font-size: 12px;
        margin-left: 10px !important;
        margin-top: 10px
    }

    .about-heading1,
    .about-heading2 {
        font-size: 25px
    }

    .about-heading1 span {
        font-size: 33px
    }

    .frame {
        margin-right: 30px;
        width: 250px
    }

    .frame::before {
        background-size: 100%
    }

    .frame-circle {
        width: 100px;
        height: 100px;
        top: 30px;
        right: -30px;
        font-size: 12px
    }

    .frame-text{
        font-size: 15px;
        margin-bottom: 5px;
    }
.live_link{
        margin: auto !important;
    }
}

@media (max-width:400px) {

    .footer-nav,
    footer p {
        font-size: 12px
    }

    .resume-about {
        text-align: center;
        width: 160px;
        font-size: 14px;
        padding: 8px 5px;
        border-radius: 5px;
        margin-left: 0 !important
    }

    .certificate-card {
        flex: 0 0 300px !important
    }
    .live_link{
        margin: auto !important;
    }
}

@media (max-width:350px) {
    .hero-info h2 {
        text-align: center;
        font-size: 16px
    }

    .focus-heading1 {
        font-size: 24px
    }

    .focus-heading2 {
        font-size: 24px;
        margin-bottom: 20px
    }

    .hero-info h3 {
        text-align: center;
        margin-bottom: 15px;
        font-size: 14px
    }

    .hero-info p {
        text-align: center;
        font-size: 12px
    }

    .btn-primary,
    .btn-secondary {
        font-size: 9px;
        padding: 10px !important;
        width: auto;
        align-content: center;
        text-align: center
    }

    .services-box {
        padding: 10px;
        flex: 1 0 280px
    }

    .services-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
        margin-top: 10px
    }

    .services-heading {
        font-size: 20px;
        margin-bottom: 10px
    }

    .services-para {
        font-size: 12px;
        margin-bottom: 10px
    }

    .contact-main-heading {
        font-size: 18px
    }

    .contact-main-heading span {
        font-size: 25px
    }

    .contact-sub-heading {
        font-size: 15px;
        margin-bottom: 0
    }

    .contact-information {
        margin-top: 20px
    }

    .contact-information li {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px
    }

    .contact-information li a {
        font-size: 11px
    }

    .right-contact {
        padding: 20px 10px
    }
}

@media (max-width:320px) {
    .hero-skill {
        margin-top: 0;
        margin-right: 0;
        width: 220px;
        height: 220px
    }

    .circle {
        width: 150px;
        height: 150px
    }

    .skill1 {
        width: 40px;
        top: 8px;
        left: 10px
    }

    .skill2 {
        width: 40px;
        top: 180px;
        left: 35px
    }

    .skill3 {
        top: 160px;
        width: 40px;
        left: 170px
    }

    .skill4 {
        width: 30px;
        top: -5px;
        left: 160px
    }

    .circle::after {
        inset: 0 40px
    }
}

@keyframes animatee {
    0% {
        transform: translateY(100vh) scale(.5)
    }

    45% {
        transform: translateY(0) scale(1)
    }

    50% {
        transform: translateY(0) scale(.5)
    }

    100% {
        transform: translateY(100vh) scale(1)
    }
}

@keyframes animatee1 {
    0% {
        transform: translateY(0) scale(.5)
    }

    45% {
        transform: translateY(100vh) scale(1)
    }

    50% {
        transform: translateY(100vh) scale(.5)
    }

    100% {
        transform: translateY(0) scale(1)
    }
}

@keyframes pulse {

    0%,
    100% {
        scale: 1
    }

    50% {
        scale: 1.1
    }
}

@keyframes glowcircle {

    0%,
    100% {
        box-shadow: 0 0 30px 5px var(--btn)
    }

    50% {
        box-shadow: 0 0 30px 5px var(--accent-light)
    }
}

@keyframes rotateframe {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotatereverse {
    from {
        transform: rotate(360deg)
    }

    to {
        transform: rotate(0)
    }
}



.resume-container {
    max-width: 1350px;
    width: 98%;
    margin: auto;
    background: linear-gradient(#00ffff19, #ff00d916);
    border-radius: 10px;
    padding: 50px 40px;
    margin-bottom: 30px;
    backdrop-filter: blur(10px)
}

.information {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 70px
}

.title h1 {
    color: var(--primary);
    font-size: 3rem
}

.title-role h2 {
    font-size: 1.2rem
}

.title-links {
    padding-top: 30px;
    grid-column: 2 / 3;
    grid-row: 1 / 3
}

.sub-title {
    color: var(--primary);
    font-size: 2.5rem;
    margin-bottom: 20px
}

.sub-title~p {
    color: var(--text-light);
    font-size: 1.2rem
}

.headings {
    font-size: 1.5rem;
    margin-bottom: 15px
}

.headings~ul {
    padding-left: 50px;
    color: var(--text-light);
    font-size: 1.2rem
}

.headings~ul li {
    color: var(--text-light);
    margin-bottom: 10px
}

.headings~ul li::marker {
    color: var(--accent)
}

@media (max-width:1250px) {
    .information {
        grid-template-columns: 650px 1fr
    }
}

@media (max-width:1150px) {
    .information {
        grid-template-columns: 1.2fr 1fr
    }
}

@media (max-width:1050px) {
    .information {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 60px
    }

    .title h1 {
        font-size: 2.5rem
    }
}

@media (max-width:900px) {
    .information {
        text-align: center;
        grid-template-columns: 1fr;
        grid-template-rows: 70px 1fr
    }

    .title-links {
        text-align: left;
        padding-top: 30px;
        grid-column: auto;
        grid-row: auto
    }

    .title h1 {
        font-size: 2.5rem
    }

    .sub-title {
        font-size: 1.5rem
    }

    .headings {
        margin-top: 20px !important;
        font-size: 1.1rem
    }

    .headings~ul {
        font-size: 1rem
    }

    .sub-title~p {
        font-size: 1rem
    }
}

@media (max-width:500px) {
    .information {
        grid-template-rows: 50px 1fr
    }

    .title h1 {
        font-size: 2rem
    }

    .title-role h2 {
        font-size: 1rem
    }

    .sub-title {
        font-size: 1.2rem
    }

    .headings {
        margin-top: 20px !important;
        font-size: 1rem
    }

    .headings~ul {
        padding-left: 10px;
        font-size: .9rem
    }

    .sub-title~p {
        font-size: 1rem
    }

    .contact-information li img {
        display: none
    }

    .resume-container {
        padding: 20px 20px
    }
}

@media (max-width:400px) {
    .information {
        grid-template-columns: 1fr;
        grid-template-rows: 40px 1fr
    }

    .resume-container {
        padding: 20px 20px
    }

    .title h1 {
        font-size: 1.6rem
    }

    .title-role h2 {
        font-size: .8rem
    }

    .contact-information li a {
        font-size: 12px
    }

    .headings~ul {
        padding-left: 20px
    }

    body {
        padding: 65px 0 0 0
    }

    .resume-container {
        width: 95%
    }
}