.rajdhani-light {
  font-family: "Rajdhani", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.rajdhani-regular {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.rajdhani-medium {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.rajdhani-semibold {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.rajdhani-bold {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
}



body {
    background-color: #EEF0F2;
    margin: 0px;
    padding: 0px;
    font-family: "Rajdhani";
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1C1C1C;
    width: 100%;
}

.menu ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu ul li a {
    display: inline-block;
    color: #EEF0F2;
    text-decoration: none;
    padding: 5px 30px;
    font-size: 25px;
}

.nav-right li a:hover{
    padding-bottom: 4px;
    border-bottom: 1px solid #EEF0F2;
}

.mail {
    display: inline-block;
    color: #EEF0F2;
    text-decoration: none;
    padding: 1px 15px;
    font-size: 20px;
}
.mail:hover{
    padding-bottom: 0px;
    border-bottom: 1px solid #EEF0F2;
}

.nav-right li {
    margin-left: 10px;
}

.nav-left {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0px;
}

.nav-left img {
    display: block;
    width: 100%;
    max-width: 90px;
    padding: 10px;
}
.nav-left img:hover{
    padding-bottom: 8px;
    border-bottom: 2px solid #EEF0F2;
}

.nav-left p {
    color: #EEF0F2;
}


.first-section {
    background:
        linear-gradient(0.90turn,#daddd88f 1%, #daddd800 70%),url('/images/home-background.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0px;

}

.definition-title {
    padding: 140px 30px 0px 90px;
    margin: 0;
    color: #EEF0F2;
    line-height: 0.8em;
    max-width: 900px;
    font-size: clamp(3rem, 18vw, 11rem);
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.8);
}

.noun {
    padding: 0px 0px 0px 110px;
    color: #c8c9cb;
    margin: 0;
    max-width: 600px;
    font-size: clamp(1rem, 4vw, 40px);
}


.definition ol {
    padding: 0px 30px 0px 150px;
    color: #EEF0F2;
    margin: 0;
    max-width: 900px;
    font-size: clamp(1.2rem, 3.5vw, 60px);
}


.sentence {
    padding: 0px 30px 40px 150px;
    color: #c8c9cb;
    margin: 0;
    max-width: 900px;
    font-size: clamp(1rem, 3vw, 40px);
}

.download-btn {
    display: inline-block;
    padding: 14px 30px;
    margin: 0px 0px 60px 150px;
    background: #374e9f;
    color: #EEF0F2;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.download-btn:hover {
    background: #EEF0F2;
    color: #374e9f;
    transform: scale(1.05);
}



.definition-title-about {
    padding: 140px 30px 0px 80px;
    margin: 0;
    color: #EEF0F2;
    line-height: 0.8em;
    max-width: 1200px;
    font-size: clamp(3rem, 16vw, 11rem);
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.8);
}

.noun-about {
    padding: 0px 0px 0px 110px;
    color: #c8c9cb;
    margin: 0;
    max-width: 600px;
    font-size: clamp(1rem, 4vw, 40px);
}

.definition-about ol{
    padding: 0px 30px 0px 150px;
    color: #EEF0F2;
    margin: 0;
    max-width: 1200px;
    font-size: clamp(1.2rem, 3.5vw, 50px);
}

.sentence-about {
    padding: 0px 30px 10px 0px;
    color: #c8c9cb;
    margin: 0;
    max-width: 1200px;
    font-size: clamp(1rem, 3vw, 30px);
}


.bottom-of-page {
    background-image: url('/images/about-background.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    min-height: 100vh;
}

.home-about {
    padding: 30px 30px 0px 30px;
    margin: 0 auto;
    color: #1C1C1C;
    font-size: 50px;
    text-align: center;
    font-weight: 500px;
}


.title {
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    color: #1C1C1C;
    padding: 30px 0px 10px 0px;
    border-bottom: 3px solid #1c1c1c;
    width: 250px;

}

.projects {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    margin: 0px;
    padding: 30px 30px 40px 30px;
    align-items: stretch;
}

.project {
    background: #1C1C1C;
    border: 2px solid #1C1C1C;
    border-radius: 5px;
    min-height: 22em;
    height: auto;
    overflow: visible;
    display: flex;
    flex-direction: column;
    position: relative;
}

.imglink {
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1C1C1C;
}

.imglink img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    object-fit: cover;
    display: block;
}

.project-info {
    flex: 1 1 auto;
    padding: 14px 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.project-name {
    color: #EEF0F2;
    font-size: 28px;
    line-height: 1.1;
    margin: 0;
}

.project-desc {
    color: #EEF0F2;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    padding-bottom: 10px;
}

.project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.project-tag {
    display: inline-block;
    font-size: 14px;
    padding: 0px 8px;
    border-radius: 10px;
    background: #1C1C1C;
    color: #EEF0F2;
    margin-right: 6px;
    margin-top: 2px;
}

.project-tag.progress {
    background: #EEF0F2;
    color: #1C1C1C;
}

.project-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.project {
    transition: box-shadow 160ms ease;
}

.project:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.08);
}


.project-research {
    flex: 1;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #EEF0F2;
    font-size: 80px;
    margin: 0;
}


.title-about {
    padding: 140px 0px 0px 50px;
    margin: 0 auto;
    line-height: 0.8em;
    font-size: 170px;
    color: #EEF0F2;
}


.about {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.about img {
    flex: 1;
    width: 100%;
    max-width: 760px;
    padding-top: 30px;
    padding-left: 30px;
}

.about-paragraph {
    flex: 1;
    padding: 30px;
    color: #1C1C1C;
    font-size: 25px;
}

.border {
    padding: 25px 0px;
    border-bottom: 3px solid #1C1C1C;
    width: 900px;
    margin: 0 auto;
    align-items: center;
}

.buttons {
    margin: 0 auto;
    padding: 40px 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.buttons a {
    text-decoration: none;
    color: #EEF0F2;
    background: #1C1C1C;
    border-radius: 10px;
    padding: 10px 30px;
    font-size: 30px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.buttons a:hover {
    transform: scale(1.08);
}

.information {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    line-height: 0.8em;
    padding-top: 20px;
}

.title-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    font-size: 20px;
}

.titleimg {
    background: linear-gradient(0.90turn,#daddd88f 1%, #daddd800 70%),url('/images/photo-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0px;
}


.project-split {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.description {
    margin: 0 auto;
    padding: 30px 60px;
    font-size: 25px;
}

.description-img {
    display: block;
    width: 100%;
    max-width: 1200px;
    padding: 0px 20px;
}




.photo-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.photography-1 {
    margin: 0 auto;
    padding: 15px 30px;
    font-size: 25px;
}
.photo-section img {
    width: auto;
    height: auto;
    max-width: 700px;
    padding-right: 30px;
    padding-bottom: 30px;
    object-fit: contain;
}

.photography-2 {
    margin: 0 auto;
    padding: 15px 30px;
    font-size: 25px;
}

.photography-3 {
    margin: 0 auto;
    padding: 15px 30px;
    font-size: 25px;
}

.photos-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.photos-row img {
    width: auto;
    height: auto;
    max-width: 700px;
    padding: 30px;
    object-fit: contain;
}

.photography-4 {
    margin: 0 auto;
    padding: 15px 30px;
    font-size: 25px;
}

.photography-5 {
    margin: 0 auto;
    padding: 15px 30px;
    font-size: 25px;
}
.photography-6 {
    margin: 0 auto;
    padding: 15px 30px;
    font-size: 25px;
}


.contact {
    background:linear-gradient(0.90turn,#daddd88f 1%, #daddd800 70%),url('/images/home-background.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0px;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.8);
}

.contact p {
    color:#EEF0F2;
    font-size: 130px;
    padding: 260px 0px 50px 0px;
    margin: 0 auto;
    text-align: center;
}
.contact-nic {
    background:linear-gradient(0.90turn,#daddd88f 1%, #daddd800 70%),url('/images/home-background-nic.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0px;
}


.title-contact {
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    color: #1C1C1C;
    padding: 30px 0px 10px 0px;
    border-bottom: 3px solid #1c1c1c;
    width: 450px;

}

.contact-3 {
    margin: 0 auto;
    padding: 30px 50px;
    font-size: 30px;
}

.find-socials {
    margin: 0 auto;
    padding: 0px 50px;
    font-size: 30px;
}

.socials {
    display: flex;
    flex-direction: column;
    padding: 30px 50px;
    gap: 10px;
}

.socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 25px;
    color:#1C1C1C;
    letter-spacing: 0.1em;
}


.contact-page {
    display: flex;
    flex-direction: row;
    height: 100vh;
    margin: 0;
    overflow: hidden;
}


.contact-left {
    flex: 1;
    background-color: #EEF0F2;
    color: #1C1C1C;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contactform {
    flex: 1;
    background-color: #1C1C1C;
    color: #EEF0F2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-form {
    width: 100%;
    max-width: 400px;
}

.email-link {
    text-decoration: none;
    color:#1C1C1C;
    padding: 20px;
}

.form-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

label {
    font-size: 25px;
    margin-bottom: 8px;
    color: #EEF0F2;
}

input[type="text"],
input[type="email"],
textarea {
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    background-color: #ffffff;
    color: #1C1C1C;
}

textarea {
    min-height: 120px;
    min-width: 300px;
}

.submit-button {
    background-color: #EEF0F2;
    color: #1C1C1C;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 25px;
}
.submit-button:hover {
    background-color: #1C1C1C;
    color: #EEF0F2;
}

footer a {
    color: #EEF0F2;
    text-decoration: none;
    font-size: 20px;
    padding: 20px;
}


footer .nav-left {
    display: flex;
    flex-direction: row;
    color: #EEF0F2;
    padding: 0px 30px;
    font-size: 20px;
    text-align: center;
    justify-content: center;
}

footer a:hover{
    padding-bottom: 18px;
    border-bottom: 2px solid #EEF0F2;
}


@media (max-width: 1024px) {

    .menu ul li a {
        font-size: 22px;
        padding: 5px 25px;
    }

    .nav-left img {
        max-width: 70px;
    }


    .nav-right li {
        margin-left: 5px;
    }

    .home-about {
        padding: 20px;
        font-size: 40px;
    }

    .first-section {
        padding: 0px 0px 0px 0px;
        background: linear-gradient(0.90turn,#daddd88f 1%, #daddd800 70%), url('/images/home-background-1024.svg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .definition-title {
        padding: 160px 10px 0px 40px;
    }

    .noun {
        padding: 0px 0px 0px 60px;
    }

    .definition ol{
        padding: 0px 20px 0px 90px;
    }

    .sentence {
        padding: 0px 20px 10px 80px;
    }

    .definition-title-about {
        max-width: 800px;
        padding: 160px 10px 0px 40px;
    }

    .definition-about ol {
        max-width: 1000px;
        padding: 0px 20px 0px 80px;

    }

    .noun-about {
        padding: 0px 0px 0px 60px;
    }

    .sentence-about {
        max-width: 1000px;
    }

    .download-btn {
        margin: 10px 0px 70px 90px;

    }

    .bottom-of-page {
        background-image: url('/images/about-background-1024.svg');
    }

    .titleimg {
        background: linear-gradient(0.90turn,#daddd88f 1%, #daddd800 70%), url('/images/photo-background-1024.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }


    footer a {
        font-size: 20px;
        padding: 10px;
    }

    footer .nav-left {
        padding: 0px 10px;
        font-size: 20px;
        align-items: center;
    }

    footer .nav-left a {
        font-size: 20px;
    }

    .title-about {
        padding: 160px 10px 0px 40px;
        font-size: 120px;
    }


    .about {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }


    .about img {
        max-width: 700px;
        padding: 30px;
    }

    .about-paragraph {
        text-align: left;
    }

    .border {
        width: 600px;
    }

    .buttons {
        padding: 30px 20px;
        gap: 10px;
        text-align: center;
    }

    .projects {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
        margin: 20px;

    }

    .project {
        height: auto; min-height: 20em;
    }

    .project-name {
        font-size: 28px;
    }

    .project-desc {
        font-size: 15px;
        padding-bottom: 5px;
    }

    .project-tag {
        font-size: 14px;
        padding: 0px 8px;
    }

    .description {
        padding: 15px;
    }

    .description-img {
        max-width: 600px;
        padding: 0px 10px;
    }


    .information {
        padding: 0px 20px;
        align-items: flex-start;
    }

    .time {
        justify-content: center;
        align-items: flex-start;
    }

    .title-info {
        line-height: 1em;
        font-size: 20px;
    }

    .title {
        width: 200px;
    }


    .contact {
        background: linear-gradient(0.90turn,#daddd88f 1%, #daddd800 70%), url('/images/home-background-1024.svg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;        
    }

    .contact p {
        padding-top: 280px;
        font-size: 90px;
    }

    .photo-section img {
        max-width: 400px;
    }

    .photos-row img {
        max-width: 400px;
    }


    .title-contact {
        width: 400px;
    }

    .contact-page {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: auto;
    }

    .find-socials {
        padding: 10px 30px;
    }

    .socials {
        padding: 10px 20px;
    }

    .socials a {
        font-size: 15px;
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;

    }


    .contactform {
        padding: 20px;
        width: 100%;
        text-align: center;
    }

    textarea {
        width: 400px;
    }

    .form-row {
        width: 400px;
    }
    
    .contact-form {
        max-width: 400px;
    }

    .contact-nic {
        background: linear-gradient(0.90turn,#daddd88f 1%, #daddd800 70%), url('/images/home-background-nic-1024.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }


}

@media (max-width: 600px) {

    .menu ul li a {
        font-size: 18px;
        padding: 5px 20px;
    }

    .nav-left img {
        max-width: 60px;
    }


    .nav-right li {
        margin-left: 5px;
        margin-right: 10px;
    }

    .home-about {
        padding: 20px;
        font-size: 30px;
    }

    .download-btn {
        margin: 10px 0px 70px 50px;
        font-size: 20px;
    }

    .first-section {
        padding: 0px 0px 0px 0px;
        background: linear-gradient(0.90turn,#daddd88f 1%, #daddd800 70%), url('/images/home-background-600.svg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .definition-title {
        padding: 180px 10px 0px 20px;
        max-width: 200px;
    }

    .noun {
        padding: 0px 0px 0px 30px;
    }

    .definition ol{
        padding: 0px 40px;
    }

    .description {
        padding: 20px;
    }

    .description-img {
        max-width: 800px;
        padding: 0px 15px;
    }




    .bottom-of-page {
        background-image: url('/images/about-background-600.svg');
        overflow-x: hidden;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }


    .sentence {
        padding: 0px 20px 0px 60px;
        font-size: 25px;
    }

    .contact {
        background: linear-gradient(0.90turn,#daddd88f 1%, #daddd800 70%), url('/images/home-background-600.svg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .contact p {
        padding-top: 300px;
        font-size: 90px;
    }

    .titleimg {
        background: linear-gradient(0.90turn,#daddd88f 1%, #daddd800 70%), url('/images/photo-background-600.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .contact-nic {
        background: linear-gradient(0.90turn,#daddd88f 1%, #daddd800 70%), url('/images/home-background-nic-600.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }


    footer a {
        font-size: 20px;
        padding: 10px;
    }

    footer .nav-left {
        padding: 0px 10px;
        font-size: 15px;
    }

    footer .nav-left a {
        display: none;
    }

    .title-about {
        padding: 80px 10px 0px 20px;
        font-size: 90px;
    }


    .about {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .about img {
        max-width: 500px;
        padding: 30px;
    }

    .about-paragraph {
        text-align: left;
    }

    .border {
        width: 200px;
    }

    .buttons {
        padding: 30px 20px;
        gap: 10px;
        text-align: center;
    }

    .projects {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
        margin: 20px;
        align-items: stretch;
    }

    .project {
        height: auto; min-height: 20em;
    }

    .project-name {
        font-size: 28px;
    }

    .project-desc {
        font-size: 15px;
        padding-bottom: 5px;
    }

    .project-tag {
        font-size: 14px;
        padding: 0px 8px;
    }


    .information {
        padding: 0px 20px;
        align-items: flex-start;
    }

    .time {
        justify-content: center;
        align-items: flex-start;
    }

    .title-info {
        line-height: 1em;
        font-size: 15px;
    }

    .title {
        width: 150px;
    }


    .photo-section {
        flex-direction: column;
    }

    .photography-1 {
        padding: 20px;
    }

    .photo-section {
        flex-wrap: wrap;
    }

    .photo-section img {
        max-width: 300px;
        padding: 20px;
        justify-content: center;
    }

    .photography-2 {
        padding: 20px;
    }

    .photography-3 {
        padding: 20px;
    }

    .photos-row {
        flex-wrap: wrap;
    }

    .photos-row img {
        max-width: 300px;
        gap: 10px;
        padding: 20px;
    }

    .photography-4 {
        padding: 20px;
    }
    .photography-5 {
        padding: 20px;
    }
    .photography-6 {
        padding: 20px;
    }

    .title-contact {
        width: 300px;
    }

    .contact-page {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: auto;
    }

    .find-socials {
        padding: 10px 30px;
    }

    .socials {
        padding: 10px 20px;
    }

    .socials a {
        font-size: 15px;
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;

    }

    .contactform {
        padding: 20px;
        width: 100%;
    }

    textarea {
        width: 300px; padding-right: 20px;
    }

    .form-row {
        width: 300px;
    }
    
    .contact-form {
        max-width: 300px;
    }  


}