html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*,
::after,
::before{
    box-sizing: inherit;
}
body{
    font-size: 16px;
    font-family: Arial;
    margin: 0;
    background-color: black;
    color: white;
    padding: 0;
}
html, body 
{
width: 100%;
max-width: 100%;
overflow-x: hidden;
margin: 0;

}
img{
    width: 100%;
}
a{
    text-decoration: none;
}
.header
{
     background-color: white;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    max-width: 100%;
    margin: 0;
box-sizing: border-box;

  
}

.header_container
{
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
   
}
.header_logo
{
    width: 500px;

}
.header_logo:focus{
    opacity: .8;

}
.menu_list{
    display: flex;
    justify-content:center;
    gap: 50px;
    font-size: 40px;
    color: black;
    list-style: none;
   
    font-weight: bold;
    margin-left: 0;
    padding-left: 0;
}
  .menu_link
{
    color: black;
    outline: none;
    cursor: pointer;
    transition: 0.5s;

}
.menu_link:focus{
    color: darkblue;
}
.Subtitle
{
    text-align: center;
    padding-top: 90px;
    padding-bottom: 50px;
     opacity: 1;
    transform: translateY(30px);
    transition: 1s;

   
}
.hero_content
{
    opacity: 1;
    transform: translateY(30px);
    transition: 1s;
}

@media ( max-width: 740px)
    {
.header_container
{
    display: block;
   padding-left: 0;
   padding-right: 0;
}
.header_logo
{
    
    cursor: pointer;
    text-align: center;
    width: 300px;

}
.menu_list{
    display: flex;
    justify-content: space-around;
   flex-wrap: wrap;
    padding-top: 14px;
    padding-bottom: 10px;
    gap: 30px;
    font-size: 30px;
    
}
.header_container
{
    text-align: center;

}
.barb 
{
    font-size: 30px;
    color: black;
}
.barb1 
{
    font-size: 70px;
    color: black;
}
.hero_content 
{
    text-align: center;
    padding-top: 30px;
}
.hero_desc 
{
    font-size: 20px;
    padding-top: 30px;
}
.www
{
    text-align: end;
}
.Subtitle 
{
    text-align: center;
    padding-top: 50px;
    font-size: 40px;
}
.superprice
{
 display: flex;
 justify-content: space-around;
 align-items: center;
 margin-bottom: 10px;
 

}
.man
{
  min-width: 180px;
  font-size: 20px;
}
.dot 
{
   flex: 1;
   text-align: center;
   margin: 0px 5px;
   margin-bottom: 10px;

}
.cost {
white-space: nowrap;
margin-left: 0;
font-weight: bold;
text-decoration: underline;
}
.combo 
{
    text-decoration: underline;
}
.call 
{
    width: 50px;
}
.about 
{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.number 
{
    color: white;
    text-decoration: underline;
}
.adress 
{
    text-align: center;
    font-family: Arial;
}
.Subtitle
{
    text-align: center;
    padding-top: 90px;
    padding-bottom: 50px;
     opacity: 1;
    transform: translateY(30px);
    transition: 1s;
    margin-top: 30px;
    padding-top: 0;

   
}
.hero_content
{
    opacity: 1;
    transform: translateY(30px);
    transition: 1s;
}
.book 
{
    margin-top: 100px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding: 20px 20px;
    background-color: white;
    color: black;
    border-radius: 12px;
    outline: 1px solid white;
    outline-offset: 1px;
cursor: pointer;
transition: 0.5s;
  
}
.book:hover 
{
    background-color: black;
    color: white;
}
.smth 
{
    color: black;
    font-size: 19px;
    font-weight: bold;
   
}
.c 
{
    text-align: center;
}
.iza 
{
    padding-bottom: 0;
}
    }
