* {
    margin: 0;
    padding: 0;
}

.main {
    width: 100%;
    background: url("1.jpg") no-repeat;
    background: linear-gradient(to top, rgba(0, 0, 0, 0, 0.5)50%, rgba(0, 0, 0, 0, 0.5)50%, url(1.jpg));
    background-position: center;
    background-size: cover;
    height: 109vh;
}

.navbar {
    width: 1200px;
    height: 75px;
    margin: auto;
}

.icon {
    margin-left: -60px;
    width: 200px;
    float: left;
    height: 70px;
}

.Brand {
    color: #0e4ddf;
    font-size: 35px;
    font-family: Arial;
    padding-left: 10px;
    float: left;
    padding-top: 10px;
    font-weight: bolder;
}

.menu {
    width: 400px;
    float: left;
    height: 70px;
    margin-left: 500px;
}

ul {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul li {
    list-style: none;
    margin-left: 62px;
    margin-top: 27px;
    font-size: 14px;
}

ul li a {
    text-decoration: none;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    transition: 0.4s ease-in-out;
}

ul li a:hover {
    color: #4c818c;
}

.content {
    width: 1200px;
    height: auto;
    margin: auto;
    color: #fff;
    position: relative;
    margin-left: 50px;
}

.content h1 {
    font-family: "Times New Roman";
    font-size: 50px;
    padding-left: 20px;
    margin-top: 9%;
    letter-spacing: 2px;
}

.content .cn {
    width: 160px;
    height: 40px;
    background: #32cac7;
    border: none;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s ease;
}

.content h2,
p,
h3 {
    margin-left: 30px;
}

.content .cn a {
    text-decoration: none;
}

.cn:hover {
    background-color: #fff;
}

.content span {
    color: #7f15b4;
    font-size: 65px;
}

.par {
    margin-right: 660px;
}

.btn {
    height: 670px;
    width: 200px;
    background-color: #32cac7;
    margin-top: -765px;
    margin-right: -460px;
    padding: 15px 40px;
    border: none;
    outline: none;
    color: #FFF;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 12px;
}

.btn::after {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.btn::before {
    content: "";
    background: linear-gradient( 45deg, #FF0000, #FF7300, #FFFB00, #48FF00, #00FFD5, #002BFF, #FF00C8, #FF0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 600%;
    z-index: -1;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    filter: blur(8px);
    animation: glowing 20s linear infinite;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
    opacity: 0;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

.btn:hover::before {
    opacity: 1;
}

.btn:active {
    color: #efebeb;
    font-weight: bold;
}

.btn2 {
    margin-left: 4px;
    font-weight: bold;
    padding: 15px 40px;
    border: 2px solid white;
    outline: white;
    color: #FFF;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 12px;
}

.btn2::after {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.btn2::before {
    content: "";
    background: linear-gradient( 45deg, #FF0000, #FF7300, #FFFB00, #48FF00, #00FFD5, #002BFF, #FF00C8, #FF0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 600%;
    z-index: -1;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    filter: blur(8px);
    animation: glowing 20s linear infinite;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
    opacity: 0;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

.btn2:hover::before {
    opacity: 1;
}

.btn2:active:after {
    background: transparent;
}

.btn2:active {
    color: #f1eeee;
    font-weight: bold;
}

.btn a {
    color: white;
    text-decoration: none;
}

.My_photo {
    height: 200px;
    width: 200px;
    margin-top: none;
    display: flex;
    background-size: cover;
    margin-left: 10px;
    border-radius: 280px;
    border: 5px solid rgb(71, 118, 161);
}

.midsec {
    height: 60px;
    width: auto;
    background-color: #16263a;
    color: rgb(230, 206, 230);
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
    margin-top: 80px;
    margin-bottom: 100px;
}

.midsec ul li a {
    text-align: center;
    display: flex;
    margin-bottom: 50px;
}

.midsec0 {
    height: 690px;
    background-color: #1840d4;
    margin-top: -90px;
}

.tabular {
    width: 690px;
    margin-left: 60px;
}

.tabular h1 {
    font-size: 60px;
}

.bio {
    height: 485px;
    width: 610px;
    margin-top: -499px;
    margin-right: none;
    margin-left: 810px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, .2);
    backdrop-filter: blur(20px);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    color: #fff;
    border-radius: 10px;
    padding: 30px 40px;
}

.bio table {
    font-size: 45px;
    font-family: Tahoma, sans-serif;
    font-weight: 900px;
    text-align: center;
}

.midsec1 {
    padding: 1px 1px 1px;
    background: linear-gradient(135deg, #7d83d9, #3f4da1);
    color: #693c3c;
}

.midsec1 h2 {
    color: #fbfcff;
    margin-top: 20px;
    text-align: center;
}

.certificate-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    align-items: center;
}

.certificate-card {
    background: rgba(84, 102, 217, 0.95);
    padding: 2px;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.certificate-card iframe {
    width: 100%;
    height: 280px;
    border: 1px solid #e4acac;
    border-radius: 8px;
    background: #9a6e6e;
}

.certificate-card a {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #0e2b36;
    font-weight: 600;
    text-decoration: none;
}

.certificate-card a:hover {
    color: #ff7200;
}

.midsec2 {
    width: auto;
    height: 300px;
    background-color: grey;
    margin-bottom: 800px;
    margin-top: 5px;
}

h2 {
    text-decoration: bolder;
}

.midsec2 img {
    margin: 28px;
}

.midsec2 a {
    text-decoration: none;
}


/** footer **/

footer {
    margin-top: 900px;
}

.foot-panel1 {
    background-color: #3375c6;
    color: rgb(16, 15, 16);
    font-weight: bolder;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
}

.foot-panel1 a {
    text-decoration: none;
}

.foot-panel2 {
    width: auto;
    background-color: #0376f1;
    color: rgb(11, 10, 10);
    height: 400px;
    display: flex;
    justify-content: space-evenly;
}

ul {
    margin-top: 20px;
}

ul a {
    display: block;
    font-size: 0.85rem;
    margin-top: 10px;
    color: #dddddd;
}

.foot-panel3 {
    background-color: #222f3d;
    color: rgb(157, 144, 144);
    border-top: 0.5px solid rgb(31, 24, 24);
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    background-image: url("github.png");
    background-size: cover;
    height: 30px;
    width: 30px;
}

.githubname {
    margin-left: 10px;
    margin-right: 5px;
    border: 2px solid rgb(37, 24, 24);
}

.globe-logo {
    background-image: url("globe_logo.png");
    background-size: cover;
    height: 40px;
    width: 40px;
    margin-left: 60px;
    border-radius: 30px;
    border: 2px solid rgb(41, 26, 26);
}

.language {
    margin-left: 10px;
    margin-right: 5px;
    border: 2px solid rgb(37, 24, 24);
}

.country-logo {
    background-image: url("India_flag.png");
    background-size: cover;
    height: 40px;
    width: 40px;
    margin-left: 30px;
    border-radius: 30px;
    border: 2px solid rgb(31, 21, 21);
}

.country {
    margin-left: 10px;
    border: 2px solid rgb(28, 20, 20);
}

.foot-panel4 {
    background-color: #0f1111;
    color: rgb(241, 238, 238);
    height: 100px;
    font-size: 0.7rem;
    text-align: center;
}

.pages {
    padding-top: 25px;
}

.copyright {
    padding-top: 5px;
}