@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Crimson+Text:ital,wght@0,400;0,600;1,400&family=Source+Sans+Pro:wght@300;400;600;700&display=swap');
* {
    padding: 0;
    margin: 0;
}

html {
    background-color: #AEECFB;
    overflow-x: hidden;
    cursor: url('media/cursor1.png'), auto;
}

body {
    position: relative;
}
.home-600px-nav {
    display: none;
}

.home-nav {
    display: flex;
    gap: 13px;
    justify-content: end;
    margin: 40px 5vw 50px 0;
    position: relative;
    
}
.icons:hover {
    cursor: url('media/cursor2.png'), auto;
    background-color: var(--color1);
    border-color: var(--color1);
    transform: scale(1.1)
}

:root {
    --color1: #e8b483;

}
@import url('https://fonts.googleapis.com/css2?family=Imprima&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Quicksand:wght@300..700&display=swap');
.mobile-nav-links {
    display: flex;
    flex-direction: column;
    background-color: #51D6F1;
    position: absolute;
    top: 75px;
    box-shadow: 10px 10px 15px 3px rgba(0, 0, 0, 0.4);
    left: 0;
    width: 45%;
    z-index: 20;
    margin: 0px 20px 0px 35vw;
    transform: translateX(-300%);
    transition: transform 0.3s ease-in-out;
}

.mobile-nav-links.open {
    transform: translateX(0);
}

.mobile-nav-links a {
    padding: 15px 25px;
    border-bottom: 1px solid #AEECFB;
    color: black;
    font-size: 18px;
}
.profile-box{
    height:120px;
    width:100%;
    background: inherit;
    position: relative;
}
.profilepic{
    width:70%;
    height:70%;
    border-radius: 50%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    border:2px solid black;
}
.icons.icons2.profilebox{
    height:120px !important;
}
.pen{
    position: absolute;
    right: 20%;
    bottom:10px;
    background-color: #f5f5f5;
    border:1px solid rgb(156, 155, 155);
    padding:1px 4px;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.pen:hover{
    cursor: pointer;
    background-color: yellowgreen;
}
.form {
    position: fixed;
    z-index: 100;
    background-color: #fff;
    width: 90%;
    max-width: 320px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    display:none;
}
.cut{
    position:absolute;
    top:8px;
    right:8px;
    border: 1px solid #ff8888;
    background: #ffdddd;
    padding:1px 2px;
    border-radius: 3px;

}
.cut:hover{
    background: #ffbbbb;
    cursor:pointer;
}
.underlay{
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    z-index: 50;
    background: black;
    filter:opacity(0.6);
    display:none;
}

.form input[type="file"] {
    margin-bottom: 1rem;
}

.form input[type="submit"] {
    background: #007acc;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 0.5rem 1.2rem;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s;
}

.form input[type="submit"]:hover {
    background: #005fa3;
}

@media (max-width: 500px) {
    .form {
        padding: 1rem;
        max-width: 95vw;
    }
}

.icons{
    border: 2px solid #51D6F1;
    background-color: #51D6F1;
    border-radius: 2px;
    padding: 3px 10px;
    font-size: 18px;
    color: black;
}

.More{
    position: absolute;
    top: 100%;
    display: flex;
    flex-direction: column;
    gap: 1px;
    padding: 5px;
    
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
        opacity 0.3s ease-in-out,
        transform 0.3s ease-in-out;
}

.More.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(5px);
}
#more{
    cursor:pointer !important;
}

.icons2 {
    width: 110px;

}

a {
    text-decoration: none;
    color: black;

}

a:hover {
    cursor: url('media/cursor2.png'), auto;
}

.heading {
    text-align: center;
    margin-right: 10vw;
    margin-left: 23vw;
    font-size: 5vmin;
    font-weight: 700;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
}



.logo {
    width: 16vw;
    position: absolute;
    left: 4vw;
    top: -76px;
}

@media(max-width:1150px) {
    .logo {
        top: -30px;
    }
}

@media(max-width:1100px) {
    .logo {
        top: -20px;
        transform: scale(1.1)
    }
}

.building {
    width: 100vw;
    overflow-x: hidden;
    margin-top: 10vh;
    margin-bottom: 70px;
    height: 70vh;
    box-shadow: 0px 6px 5px 2px rgb(222 148 148 / 92%);
}

.line {
    border: 1vh solid rgb(1, 255, 1);
    margin-bottom: 4px;
}

.container {
    border: 2px solid #adaf9c;
    max-width: 45vw;
    margin: 50px auto 100px;
    padding: 15px 28px 40px;
    background-color: #E5E6DE;
    border-radius: 13px;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
    position:relative;
}

.text1 {
    font-size: 45px;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Crimson Text', Georgia, serif;
}

.text2 {
    font-size: 20px;
    line-height: 23px;
    text-align: justify;
    font-family: 'Inter', sans-serif;

}

ul {
    list-style-type: circle;
    padding-left: 40px;
    margin-left: 0;
    margin-top: 20px;
    font-family: 'Inter', sans-serif;
}

ul li {
    margin: 10px;
}

@media (max-width:1350px) {
    .logo {
        top:-50px;
    }
}
@media (max-width:1100px) {
    .building{
        height:auto;
    }
}
@media (max-width:900px) {
    .icons {
        font-size: 14px;
    }

    .heading {
        font-size: 25px;
    }

    

    .logo {
        top:-30px;
    }
    
    .text1 {
        font-size: 25px;
    }

    .text2 {
        font-size: 14px;
    }
    ul {
            padding-left: 20px;
            margin-left: 0;
            margin-top:20px;
            line-height: 20px;
        }
    
}

@media (max-width:700px) {
    .logo {
        top:-10px;
    }
}
@media (max-width:600px) {
    .home-nav {
        display: none;
    }

    .logo {
        display: none;
    }

    .home-600px-nav {
        display: flex;
        justify-content: space-around;
        padding: 20px;

    }

    .home-600px-nav>img:nth-child(1) {
        width: 30vw;
    }

    .home-600px-nav>img:nth-child(2) {
        width: 8vw;
        height: 8vw;
    }

    .heading {
        margin: 20px 20px 10px 20px;
    }

    

    .line {
        border: 5px solid rgb(1, 255, 1);
    }

    .container {
        max-width: 60vw;
        border-radius: 7px;
    }
    .foot{
        font-size: 14px;
    }
}

@media(max-width:400px) {
    .heading {
        font-size: 20px;
    }

    

    .line {
        border: 3px solid rgb(1, 255, 1);
    }
    .foot{
        font-size: 12px;
    }
}