*,::before, ::after{
    margin: 0;
    padding: 0;
}



body{
    font-family: monospace;
    width: 100%;
}

a{
    text-decoration: none;
    font-family: 'IBM Plex Mono' !important;
}

p{
    font-family: 'IBM Plex Mono' !important;
}


nav ul li a{
    font-family: 'IBM Plex Mono' !important;
    font-size: 14px !important;
    padding: 20px !important;
}
/* text animation*/

h3.na {
  font-size: 2em;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid;
  width: 12ch; /* Adjust width depending on the length of the text */
  animation: blink 0.7s step-end infinite;
}

/* Blinking effect for cursor */
@keyframes blink {
  from { border-right-color: rgba(51, 51, 51, 0.75); }
  to { border-right-color: transparent; }
}

/* end */

/* start */
.mobile_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #333;
    color: white;
}

.name h3 {
    font-size: 24px;
    margin: 0;
    color: #fff;
}

/* Style the menu container */
.menu-container {
    position: relative;
}

.menu-btn, .cancel-btn {
    font-size: 24px;
    background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    transition: all 0.3s ease;
}

.cancel-btn {
    display: none;
}

/* The navigation menu */
nav {
    position: absolute;
    top: 50px;
    right: 0;
    background-color: #333;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    border-radius: 5px;
}

nav ul {
    list-style: none;
    padding: 10px;
}

nav ul li {
    margin: 10px 0;
}

nav ul li a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    display: block;
    text-align: center;
    padding: 10px;
    transition: background 0.3s ease;
}

nav ul li a:hover {
    background-color: #555;
}

/* When the menu is open */
.menu-open nav {
    max-height: 300px; /* Adjust based on the menu content */
}

.menu-open .menu-btn {
    display: none;
}

.menu-open .cancel-btn {
    display: inline-block;
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
    .mobile_menu {
        flex-direction: row;
        padding: 10px 15px;
    }

    .name h3 {
        font-size: 25px;
        font-family:'IBM Plex Mono', 'Raleway';
        font-weight: 800;
        -webkit-text-stroke: 1px white;
        -webkit-text-fill-color: #1B1B1B;
    }

    .menu-btn, .cancel-btn {
        font-size: 20px;
    }
}

/* end */



/* intro Section and Pfp details */
.pfp_intro{
    background-color: black;
}


.pfp_flexed{
    display: flex;
    background-color: #1B1B1B ;
    border-radius: 0px 0px 10px 10px;
    justify-content: space-around;
    margin-left: 60px;
    padding: 10px;
    margin-right: 60px;
}

.menu,.socials{
    display: inherit;
    margin: 10px;
}

.menu_links{
    color: #9C9C9C;
    font-size: 14px;
    padding: 20px;
}

svg {
    transition: transform 0.3s ease-in-out;
}

svg:hover {
    transform: scale(1.2); /* Scales the icon to 120% on hover */
}

.menu_links:hover{
    color: grey;
}

.social_pfp{
    padding: 20px;
    font-size: 16px;
}

.about_mepfp{
    padding: 40px;
    margin-top: 40px;
    display: flex;
    justify-content: space-evenly;
}

h1.devName{
    margin-top: 20px;
    color: white;
    font-size: 44px;
    font-family: 'Raleway';
    font-weight: 800;
}
.abouttxt{
    font-size: 14px;
    color:#9C9C9C;
    text-align:justify;
    width: 400px;
    margin-bottom: 20px;
}

.cvdownload{
    display: inline-flex;
    background-color: #3F8E00;
    color: white;
    width: 200px;
    font-size: 14px;
    padding: 18px;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.3);
}

.cvdownload:hover{
    box-shadow: 0 0 15px rgba(0, 255, 0, 0.6);
    transition: 0.4s;
}

.pic{
    width: 230px;
    border-radius: 50%;
    margin-top: 10px;
    margin-bottom: 50px;
}

.worked_with{
    display: flex;
}
.partners{
    position: relative;
    font-family: 'IBM Plex Mono' !important;
    font-size: 14px;
    left: 260px;
    color: white;
}
.work{
    display: flex;
    margin-top: 28px;
    margin-bottom: 20px;
    margin-left: 165px;
}
.ccc{
    margin: 5px;
    margin-right: 25px;
    border: 1px solid #1B1B1B;
    box-shadow: 0 0 15px rgba(24, 23, 23, 0.6);
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 15px;
}

.cross{
    font-weight: 600;
    opacity: 30%;
    margin-top: 4px;
}
.c{
    color: white;
    font-size: 18px;
    font-weight: 600;
}
.logo{
    padding-top: 3px;
    width: 25px;
    height: 20px;
    color: white;
}

/* end */

/* case study section */
.case_study_contents{

}

.intro_casestd{
    margin-top: 40px;
    padding: 20px;
}

.casestd{
    text-align: center;
    font-family: 'Raleway';
    font-weight: 800;
    font-size: 34px;
}

.abtcase{
    text-align: center;
    color: #9C9C9C;
    font-size: 14px;
}

.abt,.gtin,.gtin2{
    text-align:center;
    font-size: 14px;
    color: #9C9C9C;
}

.contents{
    padding: 20px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.contents_op{
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    padding: 20px;
    margin-top: 40px;
}

.details,.details_op{
    margin-top: 16px
}

.category{
    background: #FFF6E9;
    color: #FFA217;
    font-size: 12px;
    font-weight: 700;
    padding: 8px;
    text-align: start;
    border-radius: 60px;
    font-family: IBM Plex Mono;
}

.category_op{
    margin-top:20px ;
    background: #D0E6FF;
    color: #000AFF;
    font-size: 12px;
    font-weight: 700;
    padding: 8px;
    text-align: start;
    border-radius: 60px;
    font-family: IBM Plex Mono;
}

.project_name{
    margin-top: 15px;
    margin-bottom: 5px;
}
.about_project{
    margin-right: 35px;
    line-height: 1.4    ;
    font-size: 14px;
    text-align: justify;
    width: 360px;
}

.about_project_op{
    /* margin-left: 35px; */
    line-height: 1.4    ;
    font-size: 14px;
    text-align: justify;
    width: 360px;
}

.projectbtn{
    margin-top: 25px;
}
.view{
    padding: 12px;
    border-radius: 10px;
    color: white;
    background-color: #FFA217;
}

.view_op{
    padding: 12px;
    border-radius: 10px;
    color: white;
    background-color: #000AFF;
}

.view:hover{
    background-color: #ff9900;
}

.view_op:hover{
    background-color:#2930e9 ;
}
.contimg{
    margin-top: 5px;
    width: 360.5px;
    height: 220px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(137, 149, 137, 0.6);
}
.contimg_op{
    margin-right: 37px;
    margin-top: 5px;
    width: 360.5px;
    height: 220px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(137, 149, 137, 0.6);
}

::placeholder{
    font-family: 'IBM Plex Mono' !important;
}

.get_in_touch{
    padding: 40px;
    background-color: black;
    color: white;
    margin-top: 40px;
}
.intouch{
    text-align: center;
    font-family: 'Raleway';
    margin-bottom: 20px;
}
.formsec{
    display: flex;
    justify-content: center;
    padding: 5px;
}


#contact-form{
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin-top: 10px;
}
.gtin2{
    margin-bottom: 24px;
}

input.inpt{
    border: 4px;
    padding: 6px;
    margin-bottom: 15px;
    width: 325px;
}


label{
    font-family: 'IBM Plex Mono';
    line-height: 16px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}

.msg{
    width: 332px;
    height: 120px;
    margin-bottom: 15px;
}

.sub{
    background-color: #3F8E00;
    color: white;
    font-family: 'IBM Plex Mono';
    font-size: 14px;
    font-weight: 700;
    padding: 16px 24px;
    border: 1px solid #62BA1B;
    border-radius: 4px;
    box-shadow: 0px 8px 30px rgba(63, 142, 0, 0.3);
}

.sub:hover{
    background-color: #62BA1B;
    padding: 16px 24px;
    border: 1px solid #62BA1B;
    box-shadow: 0px 8px 30px rgba(63, 142, 0, 0.3);
}

/* end */
/* mobile phones 8*/
@media only screen and (max-width: 600px){
    .about_mepfp{
        flex-direction: column;
        align-items: center;
    }

    .mobile_menu{
        background-color: #1B1B1B;
        display: flex;
        width: fill;
        justify-content: space-between;
    }

    .na{
        color: white;
    }

    .menu-container{
        display: block;
    }

    h1.devName{
        font-size:30px;
    }
    .abouttxt,.abtcase,.abt,.about_project,.about_project_op,.gtin{
        width: auto;
        font-size: 12px;
    }
    .pfp_flexed{
        display: none;
    }
    .casestd{
        margin-bottom: 10px;
    }
    .worked_with{
        display: inline;
    }

    .partners{
        left: 0;
        text-align: center;
    }
    
    .pic{
        margin-top: 60px;
    }
    .work{
        justify-content:center;
        margin-left: 0;
    }

    .contents,.contents_op{
        flex-direction: column;
    }

    .contimg,.contimg_op{
        margin-top: 25px;
        margin-bottom: 0;
    }

    .abouttxt{
        line-height: 1.2;
    }
}

/*  ipad */
@media only screen and (min-width: 1025px) {
    .mobile_menu{
        display: none;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .menu_links{
        font-size: 12px;
        padding: 10px;
    }
    .menu-container{
        display: none;
    }
    .abouttxt{
        font-size: 12px;
        width: 350px;
    }

    h1.devName{
        font-size:38px;
    }

    .partners{
        left: 80px;
        font-size: 12px;
    }

    .work{
        margin-left: 2px;
    }

    .casestd{
        font-size: 24px;
    }

    .abtcase,.abt,.about_project,.about_project_op,.gtin2{
        font-size: 12px;
    }

    .about_project{
        width: 300px;
    }

    .contimg,.contimg_op{
        width: 300px;
        margin-top: 15px;
    }
    

}

/* mobile */



