* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth!important;
}

body {

    background-image: linear-gradient(146deg, #FF6B95 0%, #be62e8 100%);
    /* background-image: linear-gradient(146deg, #F1EAFF 0%, #DCBFFF 100%); */
    /* background-color: #B8B5FF; */
    background-color: white;
}

#landing_page {
    width: 100%;
    height: 85vh;
    margin-bottom: 2rem;
   
}

.card-l {
    max-width: 96%;
   height: 80vh;
   margin: auto;
    background: white;
    border-radius: 32px;
    padding: 3px;
    position: relative;
    box-shadow: #604b4a30 0px 70px 30px -50px;
    transition: all 0.5s ease-in-out;
}

.card-l .mail {
    position: absolute;
    right: 2rem;
    top: 1.4rem;
    background: transparent;
    border: none;
}

.card-l .mail svg {
    /* stroke: #f7a7a3; */
    stroke: #a59bf9;
    stroke-width: 3px;
}

.card-l .mail svg:hover {
    stroke: #5e35b1;
}

.card-l .profile-pic {
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
    border-radius: 29px;
    z-index: 1;
    /* border: 0px solid #fbb9b6; */
    border: 0px solid #a59bf9;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0.2s, z-index 0.5s ease-in-out 0.2s;
}

.card-l .profile-pic img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: 0px 0px;
    object-position: 0px 0px;
    transition: all 0.5s ease-in-out 0s;
}

.card-l .profile-pic svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0px 0px;
    object-position: 0px 0px;
    transform-origin: 45% 20%;
    transition: all 0.5s ease-in-out 0s;
}

.card-l .bottom {
    position: absolute;
    bottom: 3px;
    left: 3px;
    right: 3px;
    background: #a59bf9;
    top: 80%;
    border-radius: 29px;
    z-index: 2;
    box-shadow: rgba(96, 75, 74, 0.1882352941) 0px 5px 5px 0px inset;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.card-l .bottom .content {
    position: absolute;
    bottom: 0;
    left: 1.5rem;
    right: 1.5rem;
    height: 160px;
}

.card-l .bottom .content .name {
    display: block;
    font-size: 1.2rem;
    color: white;
    font-weight: bold;
    margin-bottom: 2.3rem;
}

.card-l .bottom .content .about-me {
    display: block;
    color: white;
    font-family: monospace;
    margin-top: 1.3rem;
}

.card-l .bottom .bottom-bottom {
    position: absolute;
    bottom: 1rem;
    left: 1.5rem;
    right: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.card-l .bottom .bottom-bottom .social-links-container {
    display: flex;
    gap: 1rem;
}

.card-l .bottom .bottom-bottom .social-links-container svg {
    height: 20px;
    fill: white;
    filter: drop-shadow(0 5px 5px rgba(165, 132, 130, 0.1333333333));
}

.card-l .bottom .bottom-bottom .social-links-container svg:hover {
    fill: #5e35b1;
    
    transform: scale(1.2);
}

.card-l .bottom .bottom-bottom .button {
    background: white;
    color: black;
    border: none;
    border-radius: 20px;
    font-size: 0.6rem;
    padding: 0.4rem 0.6rem;
    box-shadow: rgba(165, 132, 130, 0.1333333333) 0px 5px 5px 0px;
}

.card-l .bottom .bottom-bottom .button:hover {
    background: #5e35b1;
    color: white;
}

.card-l:hover {
    border-top-left-radius: 55px;
}

.card-l:hover .bottom {
    top: 20%;
    border-radius: 80px 29px 29px 29px;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}

.card-l:hover .profile-pic {
    width: 100px;
    height: 100px;
    aspect-ratio: 1;
    top: 10px;
    left: 10px;
    border-radius: 50%;
    z-index: 3;
    /* border: 7px solid #fbb9b6; */
    border: 7px solid #a59bf9;
    box-shadow: rgba(96, 75, 74, 0.1882352941) 0px 5px 5px 0px;
    transition: all 0.5s ease-in-out, z-index 0.5s ease-in-out 0.1s;
}

.card-l:hover .profile-pic:hover {
    transform: scale(1.3);
    border-radius: 0px;
}

.card-l:hover .profile-pic img {
    transform: scale(1.6);
    /* -o-object-position: 0px 25px; */
    object-position: 0px 25px;
    transition: all 0.5s ease-in-out 0.5s;
}

.card-l:hover .profile-pic svg {
    transform: scale(2.5);
    transition: all 0.5s ease-in-out 0.5s;
}


.navbar {
    box-shadow: -1px -1px 2px -0.5px #f9fbfd, 1px 1px 2px #a9bee8;
    background-color: #0d6efd;
    width: 100%;
    background-color: #a6b8bf8f;
    width: 100%;
    backdrop-filter: blur(10px);
}

.nav-item {
    margin: 4px 10px;
}

.nav-link {
    font-size: large;
    color: ghostwhite;

}

.flex_page {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    justify-content: space-around;
    flex-wrap: wrap;

    padding: 3% 0;
}

.first {
    display: flex;
    flex-direction: column;
}

.flex_page2 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 5% 2%;
}

.flex_page3 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 5% 2%;
}
.custum-btn{
    background-color:#03b0c6 !important;
    color: white!important;
    font-family: sans-serif;
    border: none!important;
}

.custum-btn:hover{
    background-color:#03b0c6 !important;
    color: white;
}
.custom-btn-cover{
background-color: #03b0c6 !important
}
.second {
    width: 776px;
}

.card-header {
    background-color: #0d6efd;
}

.first_first {
    font-weight: bold;
    margin: 2rem 0;
    -webkit-text-stroke: 2px black;
    color: transparent;
    transition: all .15s ease-in;
    text-shadow: 1px 1px 2px solid;
}

.first_first:hover {
    -webkit-text-stroke: 2px black;
    color: black;
}

.custum-text-color {
    color: #757373 !important;
}

.custum-text-color-dark {
    color: #000000 !important;
}

.skill {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.card-properties {
    width: 15rem;
}

.intrest_card_div {
    display: flex;
    flex-direction: row;
    grid-gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}
#access:hover{
scale: 1.1;
}


.border {
    border: none;
    border-radius: 10px;
    padding: .3rem;
    /* outline: 1px solid rgb(160, 162, 162); */
    max-width: 666px;
    padding-top: 1.3rem;
    background-color: #f5f3ff;
}

.row {
    --bs-gutter-x: 0rem !important;
}

input[type="text"] {
    color: #0d6efd !important;
}

input[type="email"] {
    color: #0d6efd !important;
}

textarea {
    color: #0d6efd !important;
}

.fxd-t {
    position: sticky;
    top: 0;
    z-index: 1;
}

.navbar-collapse {
    transition: height .491s;
}

.med {

    font-family: "Nunito";
}

.sml {
    font-family: "Nunito";
}

.flex_page4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 5% 2%;
}



.button-down {
    width: 33%;
    border: 1px solid gray;
    color: #212121;
    z-index: 1;
    background: #e0e0e082;
    position: relative;
    font-weight: 1000;
    font-size: 1rem;
    height: 2.4rem;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;

}

.button-down::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #212121;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.button-down:hover {
    color: #e8e8e8;
    border-color: #000;
    background: #e0e0e05d;
}

.button-down:hover::before {
    width: 100%;
}


a.Custom-a-btn {
    text-decoration: none !important;

}

a.Custom-a-btn:hover {
    text-decoration: underline !important;
}

#overlay-from {
    position: absolute;
    z-index: 2;
    border-radius: 10px;
    padding: 1rem;
}

.bg-transparent {
    border: none;
}

hr {
    opacity: .35;
}


.btn-pink {
    background-color: #be42b9 !important;
    position: relative;
    overflow: hidden;
    height: 2.4rem;
    /* border-radius: 1.5rem; */
    background: #3d3a4e;
    background-size: 400%;
    color: #fff;
    border: none;
    cursor: pointer;
}

.btn-pink:hover::before {
    transform: scaleX(1);
}

.button-content {
    position: relative;
    z-index: 1;
    font-weight: bold !important;
}

.btn-pink::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: inherit;
    border-radius: inherit;
    background: linear-gradient(82.3deg,
            rgba(150, 93, 233, 1) 10.8%,
            rgba(99, 88, 238, 1) 94.3%);
    transition: all 0.475s;
}





.btn-purple {
    --color: #8a3de4;
    font-family: inherit;
    display: inline-block;
    width: 8em;
    height: 2.6em;
    /* line-height: 2.5em; */
    margin: 20px;
    position: relative;
    overflow: hidden;
    border: 2px solid var(--color);
    transition: color .5s;
    z-index: 1;
    font-size: 17px;
    border-radius: 6px;
    font-weight: 500;
    color: var(--color);
}

.btn-purple:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--color);
    height: 150px;
    width: 200px;
    border-radius: 50%;
}

.btn-purple:hover {
    color: #fff;
}

.btn-purple:before {
    top: 100%;
    left: 100%;
    transition: all .7s;
}

.btn-purple:hover:before {
    top: -30px;
    left: -30px;
}

.btn-purple:active:before {
    background: #3a0ca3;
    transition: background 0s;
}

.zoom-out {
    opacity: .9;
    transition: all .2s ease-in;
}

.zoom-out:hover {
    opacity: 1;
    transform: scale(1.12);

}

.div-sep {
    width: 94%;
    margin: auto;
    position: absolute;
    z-index: 1;
    left: 3%;
}

body.no-scroll {
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar:horizontal {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background-image: linear-gradient(146deg, #FF6B95 0%, #be62e8 100%);
    background: #5d646a;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background-image: linear-gradient(-146deg, #FF6B95 0%, #be62e8 100%);
    background: #686f76;
    border-radius: 2px;
}

.footer {
    position: relative;
    scale: .9;
}

.animateScale {
    animation: scaleEle.4s;

}

.second {
    position: relative;
}

@keyframes scaleEle {
    from {
        transform: scale(.9)
    }

    to {
        transform: scale(1)
    }
}

.animateSlide-up {
    animation: slideEle-u .4s linear;

}

@keyframes slideEle-u {
    0% {
        translate: 10rem 10rem;
    }

    100% {
        translate: 0 0rem;
    }
}

.animateSlide-left {
    animation: slideEle-l .4s linear;

}

@keyframes slideEle-l {
    0% {
        translate: -20rem;
    }

    100% {
        translate: 0rem 0rem;
    }
}

.animateSlide-down {
    animation: slideEle-down .4s linear;

}

@keyframes slideEle-down {
    0% {
        transform: translateX(-20rem);
    }

    100% {
        transform: translateX(0);
    }
}


.card-x {
    background: ghostwhite;
    box-shadow: 3.2px 6.4px 6.4px hsl(0deg 0% 0% / 0.40);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.card-x {
    --main-color: #dedede;
    --sub-color: #ccc;
    --bg-color: ghostwhite;
    width: 13.6rem;
    position: relative;
    /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
    padding: 1rem;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    background-color: var(--bg-color);
    transition: all 0.2s;
    cursor: pointer;
    box-shadow: 0px 0px 5px -1.5px #000;
    height: 23rem;
  
  
}

.card-body {
    padding: .5rem !important;

}

.sec-res .card-body {
    background: #F4F5FF;
}

.card-img-top {
    border-radius: 7px;
}

.card-x::before {
    content: '';
    width: 0px;
    height: 0px;
    background: #ffffffb8 ;
    position: absolute;
    z-index: -1;
    top: 1px;
    left: 1px;
    border-radius: 14px;
    transition: all 0.23s;
}

.card-x:hover {
    box-shadow: 0px 0px 20px -5px #000;
}

.card-x:hover::before {
    filter: blur(5px);

    transform: scale(1.03);
    height: 99%;
    width: 99%;
   
}



.certi-card {
    border-radius: 1rem;
    
     padding: .7rem;
     background-color:ghostwhite;
    border: 1px solid gray;
    color: #212121;
    z-index: 1;
    /* background: #e0e0e082; */
    position: relative;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;

}

.certi-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: rgb(243, 243, 255);
    /* background: #e0e0e082; */
    z-index: -1;
    /* -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27); */
    /* box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27); */
    transition: all 250ms
}

.certi-card:hover {
    /* color: #e8e8e8; */
    color: black;
    border-color: #000;
}

.certi-card:hover::before {
    width: 100%;
}

   
/* 

.sec-con {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px;

} */

.download-button {
    position: relative;
    border-width: 0;
    color: white;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    z-index: 1;
}

.download-button .docs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 40px;
    padding: 0 10px;
    border-radius: 4px;
    z-index: 1;
    background-color: #000000;
    border: solid 1px #e8e8e82d;
    transition: all .3s cubic-bezier(0.77, 0, 0.175, 1);
}

svg {
    color: ghostwhite !important
}

.download-button:hover {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 54px 55px, rgba(0, 0, 0, 0.096) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.063) 0px 12px 13px, rgba(0, 0, 0, 0.041) 0px -3px 5px;
}

.download {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90%;
    margin: 0 auto;
    z-index: -1;
    border-radius: 4px;
    transform: translateY(0%);
    background-color: #01e056;
    border: solid 1px #01e0572d;
    transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
}

.download-button:hover .download {
    transform: translateY(100%)
}

.download svg polyline,
.download svg line {
    animation: docs 1s infinite;
}

@keyframes docs {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(-15%);
    }

    100% {
        transform: translateY(0%);
    }
}

.loader-wrapper {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    backdrop-filter: blur(25px);
    background: ghostwhite;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(69px);
    background: #ffffffab;
}

.loader {
    color: rgb(60, 59, 59);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 25px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 40px;
    padding: 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
}

.words {
    overflow: hidden;
    position: relative;
    font-size: inherit !important;
}

.words::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(var(--bg-color) 10%,
            transparent 30%,
            transparent 70%,
            var(--bg-color) 90%);
    z-index: 20;
}

.word {
    display: block;
    height: 100%;
    padding-left: 6px;
    color: #7443e7;
    animation: spin_4991 4s infinite;
}
/* Container Flexbox */
.certificates-page {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    box-sizing: border-box;
    margin: .7rem 0 0.7rem 0;
  }
  
  /* Title section */
  .certi-title {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .certi-title h1 {
   
    font-size: 3.4rem;
  } .proj-title h1 {
   
    font-size: 3.4rem;
  }
  
  /* Scrollable Certificate Cards */
  .cert-card-container {
    width: 65%;
    overflow-x: auto;
    display: flex;
    gap: 20px;
    padding: 20px;
    scroll-snap-type: x mandatory;
  }
  
  .cert-card-container::-webkit-scrollbar {
    height: 8px;
  }
  
  .cert-card-container::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 10px;
  }
  
  .certi-card {
    min-width: 12rem;
    scroll-snap-align: start;
    flex-shrink: 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
  
  /* Responsive: Stack on small screens */
 
  

  .footer-page {
    padding: 20px 0;
    width: 100%;
    overflow: hidden;
  }
  
  .custom-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: auto;
    padding: 0 20px;
  }
  
  .footer-text {
    color: ghostwhite;
    font-size: 1.1rem;
    margin: 10px 0;
  }
  
  .footer-icons {
    list-style: none;
    display: flex;
    gap: 18px;
    margin: 10px 0;
    padding: 0;
  }
  
  .footer-icons li a {
    font-size: 1.5rem;
    transform: scale(1.2);

    color: #333;
    transition: transform 0.2s ease, color 0.3s ease;
  }
  
  .footer-icons li a:hover {
    color: #000000;
    transform: scale(1.4);
  }
  
  /* Responsive */
  @media (max-width: 600px) {
    .custom-footer {
      flex-direction: column-reverse;
      align-items: center;
      text-align: center;
    }
  }
  
  .intrest-page {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  overflow: hidden;
  margin:2.4rem 0rem 1.7rem 1.5rem;
}

/* Title Section on Right */
.intrest-title {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intrest-title h1 {
 
  font-size: 3.4rem;
}

/* Card Wrapper */
.intrest-card-wrapper {
  width: 75%;
  position: relative;
  overflow: hidden;
}
.intrest-card-container {
  display: flex;
  gap: 20px;
  padding: 10px;
  width: max-content;
  animation: scrollInterest 30s linear infinite;
}
.card-x {
  min-width: 300px;
  flex-shrink: 0;
}


.card-l .bottom .content .about-me {
    position: relative;
    max-height: 3.4rem;
    overflow: hidden;
    font-family: monospace;
    transition: max-height 0.5s ease;
    color: white;
    line-height: 1.3rem;
}

.card-l:hover .bottom .content .about-me {
    max-height: 16rem;
}

.about-line {
    font-weight: bold;
    display: inline-block;
}

.about-details {
    display: inline;
    opacity: 0;
    transition: opacity 0.5s ease;
    font-size: 0.88rem;
}

.card-l:hover .about-details {
    opacity: 1;
}
.card-l .bottom .content {
    position: absolute;
    top: 1rem;
    left: 3rem;
    right: 1.5rem;
    height: auto;
    padding-top: .5rem;
    
}

.card-l .bottom {
    top: 82%; /* previously 80% */
}


.card-l .bottom .content .about-me {
    margin-top: 0.5rem;
    opacity: 0;
    font-family: 'Inter', 'Segoe UI', 'Roboto', sans-serif;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease, max-height 0.4s ease;
}

.card-l:hover .bottom .content .about-me {
    opacity: 1;
    max-height: 1000px; /* large enough to hold full text */
    pointer-events: auto;
}




@keyframes spin_4991 {
    10% {
        -webkit-transform: translateY(-102%);
        transform: translateY(-102%);
    }

    25% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    35% {
        -webkit-transform: translateY(-202%);
        transform: translateY(-202%);
    }

    50% {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
    }

    60% {
        -webkit-transform: translateY(-302%);
        transform: translateY(-302%);
    }

    75% {
        -webkit-transform: translateY(-300%);
        transform: translateY(-300%);
    }

    85% {
        -webkit-transform: translateY(-402%);
        transform: translateY(-402%);
    }

    100% {
        -webkit-transform: translateY(-400%);
        transform: translateY(-400%);
    }
}

.res {
    font-size: 3.4rem;
    margin-left: .4rem;
}

.dwn {
    margin-left: .4rem;
}


@media only screen and (min-width:576px) {
    .card-l .profile-pic img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
        -o-object-position: 0px 0px;
        object-position: 0px -54px;
        transition: all 0.5s ease-in-out 0s;
    }
    .card-l:hover .profile-pic img {
        transform: scale(3.6);
        /* -o-object-position: 0px 25px; */
        object-position: -5px 5px;
        object-position: -24px 17px;
      
}}
@media only screen and (max-width:576px) {
    .flex_page {
        font-size: smaller;
        padding: 5% 2%;
        flex-wrap: wrap;
    }
    .card-l:hover .profile-pic img {
        
       
        object-position: -5px 5px;
    }
    .card-properties {
        width: 13.8rem;
    }

    .med {
        font-size: medium !important;

    }

    .button-down {
        padding: .5rem 0.4rem;
        font-size: .8rem;
        font: weight 700;

    }

    .sml {
        font-size: small !important;
    }

    .jee h5 {
        font-size: medium;
    }

    .jee b,
    h6,
    span {
        font-size: small !important;
    }

    .cuet h5 {
        font-size: medium;
    }

    .btn-purple {
        width: 4.4rem;
        height: 2em;
        line-height: 0;
        margin: 8px
    }

    .cuet b,
    h6,
    span {
        font-size: small !important;
    }

    .badge {
        --bs-badge-padding-x: 0.25em;
        --bs-badge-padding-y: 0.15em;
        --bs-badge-font-size: 0.45em;
    }

    .flex_page2 {
        font-size: smaller;
        padding: 7% 2%;
    }

    .flex_page3 {

        padding: 7% 2%;
    }

    .flex_page4 {

        padding: 7% 2%;
    }

    .first_first {
        margin-left: .4rem;
        font-size: x-large;
        -webkit-text-stroke: 1px black;
        color: transparent;
    }

    .res {
        width: 50%;
        font-size: 2.4rem;
    }

    .first {
        flex-direction: row;
        width: 95%;
        margin-bottom: 1rem;
        justify-content: space-evenly;
        align-items: center;
    }
.col-4{
    padding: 9px;
    text-align: center;
}
    .dwn {
        scale: .8;
    }

    .download {
        scale: .9;
    }

    .first_sec {
        font-size: small;
        margin-left: .4rem;
    }

   
    .fsl {
        font-size: larger;
    }

    .first_sec>h5 {
        font-size: small;
        margin-left: .43rem;
    }

    .skill {
        flex-direction: column;
    }

    input[type="text"] {
        font-size: 12px !important;
        padding: 0.35rem 0.75rem !important;
    }

    input[type="email"] {
        font-size: 12px !important;
        padding: 0.35rem 0.75rem !important;
    }


    textarea {
        font-size: 12px !important;
        padding: 0.35rem 0.75rem !important;
    }

    .word {
        font-size: inherit !important;
    }
    .card-l .bottom .content .name{
        font-size: 1.4rem!important;
        margin-bottom: 2rem!important;;
    }
    .about-me {
        font-size: 1rem !important;
        line-height: 1.2rem;
        overflow: auto!important;
    }.certi-title h1 {
   
        font-size: 2.4rem;
      } .proj-title h1 {
       
        font-size:2.4rem;
      }
      .intrest-title h1 {
 
        font-size: 2.4rem;
      }
      .intrest-page{
        margin:1rem 0rem;
      }
      
.card-x::before {
    display: none!important;
}

}

svg text {
    font-family: Lora;
    letter-spacing: 1px;
    stroke: #ffa5d8;
    stroke: #8e24aa;
    font-size: 3rem;
    font-weight: 700;
    stroke-width: 2;
    animation: textAnimate 5s infinite alternate;

}

@keyframes textAnimate {
    0% {
        stroke-dasharray: 0 50%;
        stroke-dashoffset: 20%;
        fill: hsl(279, 71%, 22%);
        fill: rgb(252, 192, 255);
    }

    100% {
        stroke-dasharray: 50% 0;
        stroke-dashoffstet: -20%;
        fill: hsla(189, 68%, 75%, 0%)
    }

}
@media (max-width: 768px) {
    .certi-title {
      width: 100%;
      justify-content: center;
      padding-left: 10px;
      text-align: center;
    }
  
    .cert-card-container {
      width: 100%;
      padding-top: 10px;
      padding-left: 10px;
    }
  }
/* Wrapper allows scroll */
.intrest-card-wrapper {
    overflow-x: auto;
    padding-bottom: 10px;
  }
  
  /* Horizontal scroll for cards */
  .intrest-card-container {
    display: flex;
    gap: 1.2rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
  }
  
  /* Individual card styling */
  .card.card-x.card-properties {
    flex: 0 0 auto;
    min-width: 14rem;
    height: 20rem;
    max-width: 280px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  }
  

  
  /* Responsive Layout */
  @media (max-width: 768px) {
    .intrest-page {
      flex-direction: column-reverse;
      align-items: stretch;
      margin: 1rem 0rem;
    }
  
    .intrest-card-wrapper,
    .intrest-title {
      width: 100%;
      max-width: 100%;
      text-align: center;
    }
  }
  ::-webkit-scrollbar {
    height: 8px;
    width: 6px;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #9fa2a4;
    border-radius: 12px;

  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #474c51;
    border-radius:12px;
  }
  .fab{
    color: ghostwhite!important;
  }
  .fab:hover{
    color: rgb(0, 0, 0)!important;
    transition: all 3ms ease-in-out;

  }
  .fas{
    color: ghostwhite!important;
  }
  .fas:hover{
    color: rgb(0, 0, 0)!important;
    transition: all 3ms ease-in-out;

  }
  .social-links-container a{
    color: rgb(255, 255, 255);
    font-size: 1.5rem;
  }
  .social-links-container a:hover{
    
     scale: 1.1;
     color: black!important;
     transition: all 3ms ease-in-out;
    }
.btn-primary:hover{
    background-color: #0d6efd !important;
    border-color: transparent !important;
}
.card-header {
    cursor: pointer;
  }
  .card-header:hover .custum-btn  {
    text-decoration: underline!important;
  }
  .card-header:hover  .btn-primary {
    text-decoration: underline!important;
  }
  label{
    margin: .3rem !important;
  }
  
