* {
    font-family: 'Roboto';
    overflow-x: hidden;
    box-sizing: border-box; 
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.bn {
    background-image: url(Tlo.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

section {
    width: 100%;
    margin: auto;
}

section nav ul {
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    padding: 0;
    margin: 0;
}

section nav ul li {
    margin: 0 10px;

}

section nav a {
    display: inline-block;
    position: relative;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    text-shadow: 
    -1px -1px 0 #000, 
     1px -1px 0 #000, 
    -1px  1px 0 #000, 
     1px  1px 0 #000;
}

section nav a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: bottom right;
    transition: transform 0.5s ease-out;
}

section nav a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.active {
    text-decoration: underline;
}

section img {
    height: 150px;
}

main {
    width: 100%;
    min-height: calc(100vh - 100px);
    padding: 0 10%;
    box-sizing: border-box;
}

main h1 {
    text-align: center;
}

main .ms p, main .p2 p {
    line-height: 1.5;
}

.ms {
    display: flex;
    width: 80%;
    height: 80%;
    margin: auto;
    align-items: flex-start;
    gap: 20px;
    box-sizing: border-box;
}

.ms img {
    max-height: 100%;
    max-width: 100%;
}

.stp1 {
    width: 100%;
    height: 32%;
    color: white;
    background-color: #444;
    padding: 20px 20%;
    box-sizing: border-box;
}

.stp1 ul li {
    list-style-type: none;
}

.stp2 {
    width: 100%;
    height: 20%;
    background-color: #333;
    color: white;
    padding: 20px 20%;
    box-sizing: border-box;
}

.kt {
    width: 80%;
    justify-content: space-evenly;
    display: flex;
    gap: 10px;
    margin: auto;
    box-sizing: border-box;
    flex-wrap: wrap;
}

textarea {
    resize: none;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
}

textarea:hover {
    border: solid 2px #333;
    cursor: pointer;
}

button {
    width: 100%;
    color: white;
    background-color: #333;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    padding: 10px;
    box-sizing: border-box;
}

.ms ul li {
    list-style-type: none;
    padding-top: 2%;
}

.nigger {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.nigger img {
    height: 40%;
    width: 40%;
    object-fit: cover;
}

.p2
{
    flex-wrap: wrap;

}
/* ------ */
@media (max-width: 2560px) {
    section nav ul li a {
        font-size: xxx-large;
    }
    section nav ul
    {
        flex-wrap: wrap-reverse;
    } 
    main {
        padding: 0 15%;
        font-size: xx-large;
    }
    .ms {
        width: 70%;

    }
    main .ms ul li {
        font-size: xx-large;
    } 
    main .ms p
    {
        font-size: xx-large;
    } 
    .kt {
        width: 70%;
    }
    .stp1, .stp2 {
        padding: 0 15%;
        font-size: xx-large;
    }
    textarea {
        font-size: xx-large;
        border-radius: 20px;
    }
    button {
        font-size: xx-large;
        border-radius: 20px;
    }
    .stp1 ul li
    {
        font-size: xx-large;
    }
    .stp2 p
    {
        font-size: xx-large;
    }
    main .p2 ul li
    {
        font-size: xx-large;
    } 
    main .p2 p {
        font-size: xx-large;
    }
    main .p2 h2
    {
        font-size: xxx-large;
    }
    main .ms img
    {
        width: 200%;
        height: 200%;        
    }

}
@media (max-width: 1440px) {
    section nav ul {
        flex-wrap: wrap-reverse;
    }
    section nav ul li a {
        font-size: xx-large;
    }
    main {
        padding: 0 5%;
    }

    .ms {
        width: 75%;
    }

    main .ms ul li {
        font-size: x-large;
    }
    .kt {
        width: 75%;
    }

    .stp1, .stp2 {
        padding: 0 10%;
        font-size: x-large;
    }
    .stp1 ul li
    {
        font-size: x-large;
    } 
    .stp2 p
    {
        font-size: x-large;
    }
    main .p2 ul li
    {
        font-size: x-large;
    } 
    main .p2 p {
        font-size: x-large;
    }
    main .p2 h2
    {
        font-size: xx-large;
    }
    main .ms img
    {
        width: 120%;
        height: 120%;        
    }
}
@media (max-width: 1324px) {
    section nav ul li a {
        font-size: x-large;
    }
    section nav ul {
        flex-wrap: wrap-reverse;
    } 
    main {
        padding: 0 5%;
        font-size: medium;
    }
    .ms {
        width: 70%;
    }
    main .ms ul li {
        font-size: medium;
    } 
    main .ms p{
        font-size: medium;
    } 
    .kt {
        width: 70%;
    }
    .kt ul li {
        font-size: medium;
    }
    .stp1, .stp2 {
        padding: 0 5%;
        font-size: large;
    }
    textarea {
        font-size: large;
        border-radius: 20px;
    }
    button {
        font-size: large;
        border-radius: 20px;
    }
    .stp1 ul li {
        font-size: medium;
    }
    .stp2 p {
        font-size: medium;
    }
    main .p2 ul li {
        font-size: medium;
    } 
    main .p2 p {
        font-size: medium;
    }
    main .p2 h2 {
        font-size: x-large;
    }
    main .ms img {
        width: 200%;
        height: 200%;        
    }
}
@media (max-width: 1200px) {
    main {
        padding: 0 5%;
    }

    .ms {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .ms img {
        width: 80%;
    }

    .kt {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .stp1, .stp2 {
        padding: 0 5%;
    }
    main .ms ul li {
        font-size: large;
    }
    .kt {
        width: 75%;
    }

    .stp1, .stp2 {
        padding: 0 10%;
        font-size: large;
    }
    .stp1 ul li
    {
        font-size: large;
    } 
    .stp2 p
    {
        font-size: large;
    }
    main .p2 ul li
    {
        font-size: large;
    } 
    main .p2 p {
        font-size: large;
    }
    main .p2 h2
    {
        font-size: x-large;
    }
    main .ms img
    {
        width: 120%;
        height: 120%;        
    }
    section nav ul {
        flex-wrap: wrap-reverse;
    }
    section nav ul li a {
        font-size: xx-large;
    }
}
@media (max-width: 768px) {
    section nav ul {
        flex-direction: column;
        align-items: center;
    }
    section nav ul li a
{
    padding: 3px 0;
}

    section nav ul li {
        margin-bottom: 10px;
        padding: 1px 0;
    }

    main h1 {
        font-size: xx-large;
    }

    main p {
        font-size: large;
    }
    .ms ul li {
        font-size: large;
    }

    .ms {
        width: 100%;
    }

    .ms img {
        width: 100%;
    }

    .stp1, .stp2 {
        padding: 0 5%;
        font-size: large;
    }

    .kt {
        width: 100%;
    }
}
@media (max-width: 480px) {
    section nav ul {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    section nav ul li a
    {
        font-size: x-large;
    }

    main h1 {
        font-size: x-large;
    }

    main p {
        font-size: medium;
    }

    .ms {
        flex-direction: column;
        width: 100%;
    }
    .ms ul li {
        font-size: medium;
    }

    .kt {
        flex-direction: column;
        width: 100%;
        font-size: medium;
    }

    .stp1, .stp2 {
        padding: 0 2%;
        font-size: medium;
    }
    button {
        font-size: medium;
    }
    textarea
    {
        font-size: medium;
    }
    .nigger
    {
        gap: 5px;
    } 
    main .p2 p
    {
        font-size: large;
    } 
}
@media (max-width: 320px) {
    section nav ul {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    main {
        padding: 0 2%;
    }

    main h1 {
        font-size: large;
    }

    main p {
        font-size: small;
    }

    .ms {
        flex-direction: column;
        width: 100%;
        gap: 10px;
        font-size: small;
    }

    .ms img {
        width: 100%;
    }
    .ms ul li
    {
        font-size: small;
    }

    .kt {
        flex-direction: column;
        width: 100%;
        gap: 10px;
        font-size: small;
    }


    .stp1, .stp2 {
        padding: 0 2%;
        font-size: small;
    }

    section nav ul li {
        margin: 5px 0;
    }
    textarea
    {
        font-size: medium;
    }
    button {
        font-size: medium;
    }
}
@media (max-width: 1024px) {
    main {
        padding: 0 5%;
    }

    section nav ul {
        flex-wrap: wrap-reverse;
    }

    section nav ul li {
        margin-bottom: 10px;
        font-size: xx-large;
    }

    main h1 {
        font-size: xxx-large;
    }

    main .ms p {
        font-size: large;
    }

    main .ms {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    main .ms ul li {
        font-size:  large;
        text-align: center;

    }
    .ms img {
        width: 100%;
    }

    .stp1, .stp2 {
        padding: 0 5%;
        font-size: large;
    }
    .stp1 ul li
    {
        font-size: large;
    }
    .stp2 p
    {
        font-size: large;
    }

    .kt {
        width: 100%;
    }
    .kt ul li
    {
        font-size: large;
    }
    textarea
    {
        font-size: large;
    }
    button {
        font-size: large;
    }
    label 
    {
        font-size: large;
    }
    main .p2 ul li {
        font-size: large;
    }
}
