:root{
    --main-color:rgb(0, 0, 0);
}
/* !important!!!! */
body, html{
    margin: 0vw;
    padding: 0vw;
    box-sizing: border-box;
}
.div-inicio p{
    font-family: 'Kodchasan';
    font-size: 10.5vw;
}
html{
    background-color: rgb(255, 225, 53);
}
.div-inicio{
    border-radius: 20%;
    font-family: 'Kodchasan';
    background-color: black;
    display: flex;
    flex-direction: column;
    width: 80%;
    border-radius: 11vw;
    height: 60vh;
    justify-content: space-around;
    color: rgb(247, 206, 77);
}
.Steel{
    font-weight: 700;
    text-align: center;
    margin: 0vw;
}
#Flex{
    font-weight: 600;
    font-size: 6vw;
    margin: 0vw;
    text-align: center;
}
.fl{
    color: rgb(0, 0, 0);
}
.div-grid{
    display: flex;
    justify-content: space-around;
    margin-top: 10%;
} 
.header{
    display: flex;
    flex-direction: row;
    align-items: center;
    
}
.header p{
    font-family: 'Rubik';
    font-size: 5.5vw;
    font-weight: 500;
    margin: 0vw;
}
.Ste{
    color: rgb(67, 67, 67) ;
}
.Link-Nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 2vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 12.1vh;
    width: 100%;
    background-color: rgb(247, 206, 77) ;
}
#Flex{
    font-size: 10vw;
}
.Link-Nav p{
    z-index: 200;
    margin: 0vw;
}
.navbar{
    display: flex;
    flex-direction: row;
    padding-right: 2vw;
    align-items: center;
}
.navbar p{
    font-family: 'Rubik';
    font-size: 3vw;
    padding-left: 2vw;
    color:rgb(0, 0, 0) ;
}
.sumin p{
    background-image: url(Screenshot\ 2024-03-27\ 190014.png);
    background-size: 110%;
    background-position-y: -70%;
    background-repeat: no-repeat;
    background-position:center;
    background-clip:inherit;
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;
    font-family: "rubik";
    font-size: 4.5vw;
    color: black;
    font-weight: 800;
    height: 4vh;
}
.sumin{
    cursor: pointer;
    background-color:black  ;
    justify-content: center;
    width: 30vw;
    height:20vh;
    align-items: center;                
    display: flex;
    box-shadow: -0.3vw -0.3vw rgb(255, 225, 53), -0.67vw -0.70vw #151515;
}
.let{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:rgb(247, 206, 77) ;
    width: 29vw;
    height: 18vh;
    flex-direction: column;
}
.servic p{
    background-image: url(Screenshot\ 2024-04-24\ 183316.png);
    background-size: 120%;
    background-repeat: no-repeat;
    background-position:center;
    background-clip:inherit;
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;
    font-family: "rubik";
    font-size: 4.5vw;
    color: black;
    font-weight: 800;
    height: 4vh;
}
a{
    text-decoration: none;
}
a p{
    text-decoration: none;
}
.servic{
    background-color:black  ;
    justify-content: center;
    width: 30vw;
    height: 20vh;
    align-items: center;                
    display: flex;
    cursor: pointer;
    box-shadow: 0vw 0vw,-0.3vw -0.3vw rgb(255, 225, 53), 0vw 0vw, -0.67vw -0.70vw #151515;
    }
    .tom{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:rgb(247, 206, 77) ;
    width: 29vw;
    height: 18vh;
    flex-direction: column;
}
.flex-{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 3%;
}
.img{
    position: absolute;
    width: 1vw;
    height: 0.5vh;
}
.bento-grid{
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    height: 150vh;
    align-items: center;
}
.bento-top{
    padding-right: 0.4%;
    height: 45%;
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 0.5%;
    justify-content: center;
    align-items: center;
}
.bento-top-big{
    border-radius: 5%;
    width: 42%;
    height: 95%;
    background-color: #000;
    border: var(--main-color) solid 0.5vw;
    transition: all 250ms;
}
.bento-top-big:hover{
    transform: scale(1.04);
}
.bento-top-flex{
    height: 100%;
    width: 56.5%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.bento-top-flex div{
    transition: all 250ms;
    border-radius: 5%;
    width: 48%;
    height: 95%;
    background-color: var(--main-color);
    border: black solid 0.5vw;

}
.bento-top-flex div:hover{
    transform: scale(1.04);
}
.bento-low{
    padding-left: 0.4%;
    height: 45%;
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 0.5%;
    justify-content: center;
    align-items: center;
}
.bento-low-big{
    background-color: var(--main-color);
    border: black solid 0.5vw;
    border-radius: 5%;
    width: 42%;
    height: 95%;
    background-color: #fff;
    transition: all 250ms;
}
.bento-low-big:hover{
    transform: scale(1.04);
}
.bento-low-flex{
    height: 100%;
    width: 56.5%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.bento-low-flex div{
    border-radius: 5%;
    width: 48%;
    height: 95%;
    background-color: #fff;
    transition: all 250ms;
}
.bento-low-flex div:hover{
    transform: scale(1.04);
}
@media screen and (min-width: 851px)  {
   .sumin p{
    padding-bottom: 10%;
}
.servic p{
    padding-bottom: 10%;
    
   }
}
@media screen and (max-width: 1100px) and (min-width: 870px) {
    .div-inicio{
        height: 30vh;
        margin-top: 5%;
    }
    
}
@media screen and (max-width: 850px)  {
    .div-inicio{
        height: 17.5vh;
    }
    .Link-Nav{
        height: 3vh;
    }   
    .servic, .sumin{
        height: 7vh;
    }
    .let, .tom{
        height: 6vh;
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width:500px) {
    .div-inicio{
        height: 15vh;
    }
    .servic, .sumin{
        height: 4vh;
    }
    .let, .tom{
        height: 3.5vh;
        display: flex;
        align-items: center;
        justify-content: center ;
    }
}
@media screen and (max-width:412px) {
    .div-inicio{
        height: 13vh;
    }
    
}
@media screen and (orientation:landscape) and (max-height: 361px) and (min-height: 359px){
    .div-inicio{
        height: 60vh;

    }
    .Link-Nav{
        height: 10vh;
    }
    .let, .tom{
        height: 14vh;
        display: flex;
        align-items:center;
        justify-content: center;
        
    }
    .let p{
        padding-bottom: 10%;
    }
    .tom p{
        
        padding-bottom: 10%;
    }
    .servic, .sumin{
        height: 15vh;
    }
}

