:root {
    --primaty-color: rgb(255, 217, 0);
    --secondery-color: #f2f2f2;
    --dark-light: #393e46;
    --dark-color: #222831;
}



body {
    font-family: 'Merriweather Sans', sans-serif;
    box-sizing: border-box;
    color: white;   
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 40px;
    margin: 10px 0px;
}

h3 {
    margin: 10px 0;
}

 * {
     margin: 0;
 }

span, .orange {
    color: var(--primaty-color);
}

.container {
    display: flex;


}

.balance {
    width: 50%;
    padding: 5%;
}

img {
    size: 100%;
}

.over-phone {
    size:40%;
}

.text, .img-div  {
    margin: auto;
}

.btn {
    display: inline-block;
    text-decoration: none;
    background-color: var(--primaty-color);
    padding: 10px 40px;
    color:var(--dark-light);
    text-transform: uppercase;
    border-radius: 5%;
    margin: 20px 0 ;

   
}

.hero-img {
    background-image: url(showOff/hero.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.hero2 {
    background-color: rgb(65, 65, 65);
    background-image: url(showOff/stare.png);
    background-position: bottom center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.smallheading {
    font-size: 30px;
}

.align {
    text-align: center;
    margin-bottom: 20px;
}

.box {
    box-shadow: 10px 10px 29px rgb(112, 112, 112);
    margin: 5% 5%;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.473);
    border-left: 5px solid ;
    border-image: linear-gradient(yellow, orange);
    border-image-slice: 1;
}

.grey {
    background-color:rgb(65, 65, 65) ;
    background-image: url(showOff/city.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
}

footer {
    background-color:rgb(65, 65, 65) ;
    padding: 30px;
}

footer p {
    text-align: center;
}