@font-face 
{
    font-family: 'Tungsten-Bold';
    src: url("../font/Tungsten-Bold.ttf") format("truetype"); 
    font-weight: bold;
    font-style: normal;
}

*
{
    font-family: 'Poppins', sans-serif;
}

/* head part */
html
{
    background-color: rgb(31, 43, 55);
}

.topleft
{
    background-color: #111;
    display: flex;
    position: fixed;
    align-items: center;
    height: 75px;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 10;
}

img.logo
{
    margin: 0;
    max-width: 75%;
    max-height: 75%;
    margin-left: 15px;
    margin-right: 5px;
}

h1.kronos {
    font-size: 13px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: white;
    margin: 0;
    margin-left: 10px;
}

.nav_cont
{
    display: flex;
    align-items: center;
    flex: 1;
    position: relative;
}

.nav1
{
    position: relative;
    top: 0px;
    margin-bottom: auto;
    list-style: none;
}

.nav2
{
    margin-left: auto;
    padding-right: 2vw;
}

li
{
    display: inline-block;
    margin-right: 20px;
    border-radius: 15px;
}

.navlink
{
    text-decoration: none;
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 13px;
    padding: 7px 13px;
}

.navdown
{
    text-decoration: none;
    color: #111;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 13px;
    padding: 7px 10px;
    background-color: rgb(219, 61, 61);
    border-radius: 7px;
    letter-spacing: 3px;
}

.lidown2
{ 
    display: none;
}

.navdown:hover
{
    transition: 0.3s;
    color: rgb(176, 50, 50);
}

.navlink:hover
{
    transition: 0.3s;
    color: rgb(254, 98, 98);
    background-color: rgb(66, 65, 65);
    border-radius: 7px;
}


/* top body part */

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.contact
{
    position: relative;
    min-height: 100vh;
    padding: 50px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(../img/imgsup21.webp) no-repeat center center;
    background-size: cover;
}

.contact .content
{
    max-width: 800px;
    text-align: center;
}

.contact .content h2
{
    font-size: 36px;
    font-weight: 500;
    color: #ffffff;
}

.contact .content p
{
    font-weight: 300;
    color: #ffffff;
}

.container
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.container .contactInfo
{
    width: 50%;
    display: flex;
    flex-direction: column;
}

.container .contactInfo .box
{
    position: relative;
    padding: 20px 0;
    display: flex;
}

.container .contactInfo .box .icon
{
    min-width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
}

.container .contactInfo .box .text
{
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    color: #fff;
    flex-direction: column;
    font-weight: 300;
}

.container .contactInfo .box .text p
{
    color: #fff;
}

.container .contactInfo .box .text h3
{
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.contactForm
{
    width: 40%;
    padding: 40px;
    background: #fff;
}

.contactForm h2
{
    font-size: 30px;
    color: #333;
    font-weight: 500;
}

.contactForm .inputBox
{
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.contactForm .inputBox input,
.contactForm .inputBox textarea
{
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;
}

.contactForm .inputBox span
{
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
}

.contactForm .inputBox input:focus ~ span,
.contactForm .inputBox input:valid ~ span,
.contactForm .inputBox textarea:focus ~ span,
.contactForm .inputBox textarea:valid ~ span
{
    color: #e91e63;
    font-size: 12px;
    transform: translateY(-20px);
}

.contactForm .inputBox input[type="submit"]
{
    width: 100px;
    background: #00bcd4;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
}

.copyright 
{
    flex-grow: 1;
}

.ytb1
{
    position: relative;
    top: 15px;
    height: 25px;
    width: 25px;
    background: rgba(128, 128, 128, .2);
    border-radius: 12px;
    padding: 13px;
}

.insta1
{
    position: relative;
    top: 15px;
    height: 25px;
    width: 25px;
    background: rgba(128, 128, 128, .2);
    border-radius: 12px;
    padding: 13px;
}

.git1
{
    position: relative;
    top: 15px;
    height: 25px;
    width: 25px;
    background: rgba(128, 128, 128, .2);
    border-radius: 12px;
    padding: 13px;
}

.alogoL
{
    position: relative;
    left: -20px;
}

.alogoL2
{
    position: relative;
}

.alogoL3
{
    position: relative;
    left: 20px;
}

.copyright
{
    background-color: #111;
    padding-bottom: 0%;
    margin: 0;
}

.logocopy
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
}

.Pcopy
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 35%;
    padding-right: 20%;
    width: 30%;
}

.copyP
{
    text-align: center;
    font-size: 13px;
    color: #7e7e7e;
}

.open-menu , .close-menu
{
    position: absolute;
    color: white;
    cursor: pointer;
    font-size: 1.5rem;
    display: none;
}

.open-menu {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
}

.close-menu
{
    top: 20px;
    right: 20px;
}

#check 
{
    display: none;
}




@media (max-width: 1300px)
{
    .contact
    {
        background: url(../img/imgsup16.jpg) no-repeat center center;
        background-size: cover;
        transition: 0.2s;
    }
}
@media (max-width: 950px) 
{

    .Pcopy
    {
        padding-top: 6vw;
        padding-bottom: 6vw;
        padding-left: 20%;
        padding-right: 20%;
        width: 59%;
    }

    .ytb1
    {
        position: relative;
        top: 15px;
        height: 2.5vw;
        width: 2.5vw;
        background: rgba(128, 128, 128, .2);
        border-radius: 12px;
        padding: 13px;
    }

    .insta1
    {
        position: relative;
        top: 15px;
        height: 2.5vw;
        width: 2.5vw;
        background: rgba(128, 128, 128, .2);
        border-radius: 12px;
        padding: 13px;
    }

    .git1
    {
        position: relative;
        top: 15px;
        height: 2.5vw;
        width: 2.5vw;
        background: rgba(128, 128, 128, .2);
        border-radius: 12px;
        padding: 13px;
    }

    .alogoL
    {
        position: relative;
        left: -2.5vw;
    }

    .alogoL2
    {
        position: relative;
    }

    .alogoL3
    {
        position: relative;
        left: 2.5vw;
    }

    .copyP
    {
        text-align: center;
        font-size: 1.8vw;
        color: #7e7e7e;
    }

}





@media (max-width: 900px)
{
    .contact
    {
        padding: 100px;
        background: url(../img/imgsup20.jpg) no-repeat center center;
        background-size: cover;
        transition: 0.2s;
    }


    .container
    {
        flex-direction: column;
    }

    .container .contactInfo
    {
        margin-bottom: 40px;
    }

    .container .contactInfo, .contactForm
    {
        width: 100%;
    }
}





@media (max-width: 830px) {
    .open-menu 
    {
        display: block;
    }

    .nav1 , .nav2
    {
        display: none;
    }

    .nav_cont .nav1
    {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 50%;
        background-color: #111;
        z-index: 100;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        opacity: 0;
        visibility: hidden;
        transform: translateX(100%);
        transition: transform 0.25s ease, opacity 0.25s ease;
        display: flex;
    }

    #check:checked ~ .nav_cont .nav1
    {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .nav1 .menu ul
    {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 60px;
    }
    
    .nav1 .menu ul li
    {
        margin: 0;
    }

    .nav1 .menu ul li a
    {
        font-size: 1rem;
        text-decoration: none;
    }

    .lidown2
    {
        display: flex;
    }
    
    .navdown
    {
        padding: 10px 60px;
    }

    .close-menu {
        display: block;
        position: absolute;
        top: 20px;
        right: 19.5px;
        font-size: 2rem;
        color: white;
        cursor: pointer;
    }
}





@media (max-width: 505px)
{
    .nav_cont .nav1
    {
        width: 100%;
    }

    .contact
    {
        padding: 40px;
        padding-top: 100px;
    }

    .container .contactInfo
    {
        width: 100%;
    }

    .contactInfo
    {
        margin-left: -10%;
    }

    .contactForm
    {
        width: 75%;
    }

    .copyP
    {
        font-size: 10px;
    }

    .ytb1, .insta1, .git1
    {
        height: 20px;
        width: 20px;     
    }

    .alogoL
    {
        left: -15px;
    }

    .alogoL3
    {
        left: 15px;
    }

    h1.we2, h1.we
    {
        font-size: 10vw;
    }

    .p1, .p2
    {
        font-size: 3vw;
        max-width: 75%;
    }
}