body, html {
  font-family: 'Helvetica Neue', sans-serif;
  background: #111;
  color: white;
}

.hero {
  position: relative;
  height: 90vh;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.overlay h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.overlay a
{
    font-weight: 550;
}

.btn {
  padding: 0.75rem 1.5rem;
  background: #ff3e6c;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  transition: background 0.3s ease;
}

.btn:hover {
  background: #e6335b;
}

.gallery {
  padding: 2rem;
  background: #000;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

.media-grid img,
.media-grid video {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.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;
}

.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: 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: 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%;
    }

    .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%;
    }
}