*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'JetBrains Mono',cursive;
}
.container{
    width: calc(100%);
    height: calc(100vh);
    background: url(./pictureee/backgound.png);
}
.container nav{
    position: fixed;
    background: transparent;
    width: 100%;
    height: 7vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 999;
}
.container nav ul{
    padding: 0 10px 0;
    display: flex;
    font-size: 1.12rem;
    list-style: none;
    gap: 38px;
}
.container nav ul li a{
    text-decoration: none;
    color: black;
    cursor: pointer;
    transition: .2s ease-in;
}
.container nav ul li a:hover{
    color: black;
}
.container nav ul li:last-child{
    margin-right: 20px;
}
.container nav ul li:first-child{
    position: absolute;
    left: 0;
    padding-left: 10px;
}
.imgg{
    width: 20px;
    height: 20px;
    margin: 0 10px 0 20px;
}
.box{
    width: 100%;
    height: 100%;
}
#cocon{
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1.3fr 1fr 1fr ;
    grid-template-areas: 
    'one two two '
    'one two two ';
}
#boxx1{
    grid-area: one;
    display: flex;
    flex-direction: column;
    padding-left: 50px;
    padding-top: 180px;
}
h1{
    font-size: 2.8rem;
    font-family: "Press Start 2p";
    margin-bottom: 20px;
}
p{
    margin-top: 10px;
    max-width: 350px;
    margin-bottom: 40px;
    font-family: cursive;
    font-size: 1.3rem;
}
button{
    width: 130px;
    height: 30px;
    border-radius: 5px;
    outline: none;
    border: none;
    background-color: rgb(150, 150, 150);
    box-shadow: 3.5px 4.5px 4px .3px rgb(77, 77, 77); 
    transition: .3s;
    cursor: pointer;
    font-size: .9rem;
    font-weight: 700;
}
button:last-child{
    margin-left: 0;
    background-color: #f71307;
    box-shadow: 3.5px 4.5px 4px .3px rgb(112, 0, 0); 
    transition: .3s;
}
button:hover{
    transform:translateY(-3px);
}
#boxx2{
    grid-area: two;
    display: flex;
    justify-content: center;
    align-items: center;
}
#boxx2 img{
    width: 550px;
    height: auto;
}
#boxx3{
    grid-area: three;
}
#boxx4{
    grid-area: four;
}
footer{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .85rem;
    padding: 3px;
    background-color: rgb(138, 137, 137);
}
@media (min-width:2560px){
    #cocon {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "one two"
            "one two";
    }
    .container nav ul li a{
        font-size: 3.5rem;
        color: white;
        margin-left: 10px;
    }
    nav{
        padding-right: 120px;
    }
    #logoo{
        font-size: 3.5rem;
        color: white;
    }
    #boxx1 {
        padding-left: 420px;
        padding-top: 760px;
    }
    .imgg{
    width: 25px;
    height: 25px;
    margin: 0 10px 0 20px;
    }   
    .container{
        background-repeat: no-repeat;
        background-size: 200%;
        background-position:13%  118%;
    }
    h1 {
        font-size:7rem;
    }

    p {
        max-width: 800px;
        font-size: 3.5rem;
    }

    #boxx2 img {
        width: 1000px;
        
    }

    .container nav ul {
        gap: 25px;
        font-size: 1rem;
    }
    button{
        width: 300px;
        height: 58px;
        font-size: 2.1rem;
    }
    footer{
        font-size: 2rem;
    }
}
@media (min-width:1025px) and (max-width: 1440px) {
    #cocon {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "one two"
            "one two";
    }
    .container nav ul li a{
        color: white;
        font-size: 1.7rem;
    }
    #logoo{
        font-size: 1.8rem;
        color: black;
    }
    #boxx1 {
        padding-left: 120px;
        padding-top: 260px;
    }
    .imgg{
    width: 25px;
    height: 25px;
    margin: 0 10px 0 20px;
    }   
    .container{
        background-repeat: no-repeat;
        background-position: center;
        background-position: -160% 90%;
    }
    h1 {
        font-size:4rem;
    }

    p {
        font-size: 2rem;
    }

    #boxx2 img {
        width: 600px;
        
    }

    .container nav ul {
        gap: 25px;
        font-size: 1rem;
    }
    button{
        width: 180px;
        height: 38px;
        font-size: 1.3rem;
    }
}
@media (max-width: 1024px) {
    #cocon {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "one two"
            "one two";
    }
    .container nav ul li a{
        color: white;
        font-size: 1.3rem;
    }
    #logoo{
        font-size: 1.3rem;
        color: black;
    }
    #boxx1 {
        padding-left: 120px;
        padding-top: 240px;
    }
    .container{
        background-repeat: no-repeat;
        background-position: 20% 20%;
    }
    h1 {
        font-size:3rem;
    }

    p {
        font-size: 1.3rem;
    }

    #boxx2 img{
        width: 420px;
    }

    .container nav ul {
        gap: 25px;
        font-size: 1rem;
    }
    button{
        width: 150px;
        height: 33px;
        font-size: 1rem;
    }
}
@media (max-width: 768px) {
    .container{
        background-repeat: no-repeat;
        background-position: 0% 35.5%;
    }
    .container nav {
        justify-content: center;
    }

    .container nav ul {
        gap: 18px;
        font-size: .95rem;
    }

    .container nav ul li:first-child {
        position: static;
        padding-left: 0;
    }

    #cocon {
        grid-template-columns: 1fr;
        grid-template-areas:
            "one"
            "two";
    }

    #boxx1 {
        padding: 100px 20px 40px;
        align-items: center;
        text-align: center;
    }

    p {
        max-width: 100%;
        font-size: 1rem;
    }

    button {
        width: 150px;
    }

    #boxx2 img {
        width: 300px;
    }
}
@media (max-width: 480px) {
    .container{
        background-repeat: no-repeat;
        background-position: 19% 35%;
    }
    h1 {
        font-size: 1.6rem;
    }

    p {
        font-size: .95rem;
    }

    #boxx2 img {
        width: 240px;
    }

    .container nav ul {
        gap: 12px;
        font-size: .85rem;
    }
    footer{
        font-size: .5rem;
    }
}

