*{
  font-family: "rubik";
}
/* !important 
:root{
  --header-color: rgb(247, 206, 77);
  --main-color:rgb(255, 225, 53);
}
html{
  background-color: var(--main-color);
}
.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: 6vw;
  width: 100%;
  background-color: rgb(247, 206, 77) ;

}
#Flex{
  position: absolute;
  transform: translate(8vw, 5vw);
}
#stol{
  position: absolute;
  transform: translate(8vw, -5vw);
}
.Link-Nav p{
  z-index: 200;
  margin: 0vw;
}
.navbar{
 display: flex;
 flex-direction: row;
 padding-right: 4vw;
 align-items: center;
}
.navbar p{
  font-family: 'Rubik';
  font-size: 2.5vw;
  padding-left: 2vw;
  color:rgb(0, 0, 0) ;
}
.navbar img{
  padding-left: 2vw;
  width: 2.5vw;
  height: 2.5vw;
  position: absolute;
  transform: translate(52.5vw);
}
.header{
  display: flex;
  flex-direction: row;

}
.header p{
  font-family: 'Rubik';
  font-size: 5.5vw;
  font-weight: 500;
  margin: 0vw;
}*/
:root{
  --header-color: rgb(247, 206, 77);
  --main-color:rgb(255, 225, 53);
}
html{
  background-color: var(--main-color);
}
.div-grid{
  display: flex;
  justify-content: space-around;
} 
.header{
  display: flex;
  flex-direction: row;

}
.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{
  position: absolute;
  transform: translate(27vw, 6vw);
  font-size: 10vw;
}
#stol{
  position: absolute;
  transform: translate(9vw, -6vw);
}
.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%;
  padding-bottom:8%;    
  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;
  padding-bottom:8%;
  height: 4vh;
}
a{
  text-decoration: none;
}
a p{
  text-decoration: none;
}
.div-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 0.9fr));
  gap: 0.8rem;
  width: 70%;
  height: 100%;
  margin-top: 8%;
}
.div-grid div{
  background: gray;
  border: whitesmoke solid 0.3vw;
  border-radius: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "rubik";
  font-size: 76px;  
}
.grid-list{
  width: 29.5%;
  background-color: rgb(255, 223, 118);
  display: flex;
  flex-direction: column;
  padding-top: 0.5em;

}
.title-p{
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  padding-top: 7%;

}
.grid-child{
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #353535;
    font-size: 3rem;
    color: #fff;
    box-shadow: rgba(3, 8, 20, 0.1) 0px 0.15rem 0.5rem, rgba(2, 8, 20, 0.1) 0px 0.075rem 0.175rem;
    height: 80%;
    width: 100%;
    border-radius: 4px;
    transition: all 500ms;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.grid-child:hover{
  box-shadow: rgba(2, 8, 20, 0.1) 0px 0.35em 1.175em, rgba(2, 8, 20, 0.08) 0px 0.175em 0.5em;
  transform: translateY(-3px) scale(1.1);
  border-width: 0.6vw;
  border-radius: 10%;
}
.header{
  display: flex;
  flex-direction: row;
  align-items: center;
  
}
.grid-parent{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  
}
/* !important */
body, html{
  margin: 0vw;
  padding: 0vw;
  box-sizing: border-box;
}
@media screen and (max-width: 1180px){
  .grid-parent{
    flex-direction: column-reverse;
    align-items: center;
  }
  .grid-list, .div-grid{
    width: 100%;
  }
}
@media screen and (max-width: 750px)  {
  .Link-Nav{
      height: 3vh;
  }   
  .div-grid div{
    size: 60%;
  }
}