@import url('https://fonts.googleapis.com/css2?family=Momo+Trust+Display&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Momo Trust Display", sans-serif;
    text-transform: capitalize;
}

a {
    color: white;
}


main .bob {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-image: url(./images/home_bg.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

}

main * {
    z-index: 2;
}

main .bob::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: black;
    opacity: 0.5;

}



.bob img {
    width: 100px;
    height: 100px;
}




nav {
    display: flex;
    justify-content: space-between;
    width: 80%;
    align-items: center;
}

ul li a {
    text-decoration: none;
}

ul {
    list-style: none;
    display: flex;
}

li {
    margin: 0 10px;
    padding: 5px;
}

.child {
    display: flex;
    line-height: 2;
    margin: auto;
    text-align: center;
    height: 60vh;
    color: white;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.child h1 {
    font-size: 40px;
    font-weight: 700;
}

.child a {
    background-color: orange;
    border: 3px solid white;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px;
}

span {
    color: yellowgreen;
}

.header {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.title {
    text-align: center;
    line-height: 2;
}

.title p {
    margin-bottom: 60px;
}

.about {
    display: flex;
    justify-content: space-between;
}

.about .a {
    color: white;
    padding: 10px;
    border-radius: 10px;
    background-color: orange;
    text-decoration: none;
    margin-left: 20px;
    margin-top: 20px;
    width: 20%;

}

.about .a a {
    margin-left: 17px;
    text-decoration: none;
}

.about p {
    width: 75%;
    margin-left: 20px;
    line-height: 20px;
}

.about img {
    width: 600px;
    height: 600px;
}

.offeers {
    margin-top: 50px;
    background-image: url(./images/offer-background.jpg);
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.offeers div h1 {
    color: rgb(245, 152, 13);
    font-size: 40px;
    padding-bottom: 30px;

}

.offeers div p {
    color: white;
    margin-bottom: 10px;
}

.cards {
    display: flex;
    justify-content: space-around;
    line-height: 2;
}

.card {
    align-items: center;
}

.card span del {
    color: white;
    font-size: 10px;
    padding: 15px;
}

.card span {
    color: rgb(255, 251, 1);
    font-size: 20px;
}

.offeers img {
    width: 300px;
    height: 300px;
}

.menu {
    display: flex;
    justify-content: center;
}

.title1 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px dashed black;
    margin-bottom: 10px;
    padding: 5px;
}

.menu img {
    width: 80px;
    height: 80px;
    margin-top: 40px;
    border-radius: 50%;
    object-fit: contain;
    margin-right: 2px;
}

.pop {
    display: flex;
    justify-content: space-around;
    gap: 80px;
}

.head {
    text-align: center;
}

.text p {
    width: 70%;
}

.text {
    width: 80%;
    padding: 20px;
}

.head {
    padding: 10px;
    margin: 10px;
}

.title1 h3 {
    text-transform: uppercase;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn a {
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 15px;
    background-color: orange;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    width: max-content;
}

.day {
    background-image: url(./images/daytime_bg.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 40px;
}

.zxc {
    text-align: center;
    line-height: 2
}

.photos .asd {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;

}

.photos img {
    margin: auto;
    border-radius: 10px;
    width: 25%;
    height: 200px;
}

.photos {
    background-image: url(./images/offer-background.jpg);
    padding: 60px 0;
}

.photos h1 {
    text-align: center;
    padding: 30px;
    font-size: 40px;
    color: white;
}

.photos img:hover {
    scale: 1.2;
    transition: 0.5s ease-in-out;
}

.contactas {
    margin: 10%;
    /* margin-right: 20%; */
}

.contactas h1 {
    padding-bottom: 20px;
    color: rgba(0, 0, 0, 0.904);
}

.contactas .address p i {
    color: gold;
    padding-right: 7px;
}

.contactas p {
    line-height: 2;
    color: rgba(0, 0, 0, 0.822);

}

.contactas {
    display: flex;
    margin-bottom: 0;
    justify-content: space-between;
}

.contactright form {
    display: flex;
    flex-direction: column;
}

.contactright button {
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background-color:orange;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    width: max-content;
}

.contactright {
    display: flex;
    gap: 300px;
}

.contactright form input,
textarea {
    width: 450px;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
    border: none;
    outline: none;
    background-color: #eee;
}

form textarea{
    height: 200px;
}

form input,
textarea::placeholder {
    text-transform: capitalize;
    font-size: 15px;
}
footer{
    background-color: rgba(10, 10, 70, 0.856);
    text-align: center;
    padding: 15px;
}
.pop img:hover{
    transition: 0.5s ease-out;
    scale: 1.2;
}
.contactleft .hours{
    margin-top: 30px;
}
.contactleft .follow-us{
    margin-top: 30px;
}
@media (max-width:800px){
    nav{
        flex-direction: column;
        justify-content: center;
    }
    .about img{
        display: none;
        flex-direction: column;
    }
    .cards{
        flex-direction: column;
    }
    .pop{
        flex-direction: column;
    }
    .day{
        flex-direction: column;
    }
    .photos .asd{
        flex-direction: column;
       
    }
    .photos img{
         width: 60%;
         margin-bottom:15px ;
    }
    .contactas{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .follow-us{
        margin-bottom: 20px;
    }
}