* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 5% 0;
}

.header {
    padding: 20px 0;
    background-color: #fff;
}
.fr-head {
    padding: 0;
}
.logo {
    float: left;
}

.logo img {
    width: 50px;
    margin-right: 10px;
    vertical-align: middle;
}

.logo h2 {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
}

.nav {
    float: right;
    padding-top: 10px;
}

.nav ul {
    list-style: none;
}

.nav ul li {
    display: inline-block;
    margin-left: 20px;
}

.nav ul li a {
    text-decoration: none;
    color: black;
    font-size: 16px;
    transition: 0.3s;
}

.nav ul li a:hover {
    color: #ff6600;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.banner {
    padding: 10% 0;
    background-color: #f8f8f8;
    animation: reverse;
    overflow: hidden;
   
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


.banner {
    -webkit-animation: slideInFromRight 1s ease-in-out;
    animation: slideInFromRight 1s ease-in-out;
}


@media (prefers-reduced-motion: reduce) {
    .banner {
        -webkit-animation: none;
        animation: none;
    }
}

.banner .container {
    position: relative;
}

.banner-text {
    width: 50%;
    float: left;
   
}

.banner-text h1 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 20px;
}

.banner-text p {
    font-size: 16px;
    line-height: 1.6;
    margin: 30px 0;
    color: #555;
}

.buttons {
    display: inline-block;
}

.btn {
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
}

.shop-btn {
    background-color: #ff6600;
    color: white;
}

.contact-btn {
    background-color: black;
    color: white;
}

.shop-btn:hover {
    background-color: #e65c00;
}

.contact-btn:hover {
    background-color: #333;
}

.banner-img {
    width: 50%;
    float: right;
    text-align: right;
}

.banner-img img {
    width: 100%;
    max-width: 500px;
}


.banner .container::after {
    content: "";
    display: table;
    clear: both;
}

.serv {
    padding: 5% 0;
}
.serv .container {
    position: relative;
}
.serv-text {
    text-align: center;
    
}
.serv-text h2 {
    font-size: 30px;
    font-weight: bold; 
}

.serv-list ul {
    list-style: none; 
  padding: 0; 
  margin: 10px auto; 
  text-align: center;
  
}
.serv-list ul li {
    display: inline-block;
    width: 30%;
    margin: 5% 1.5%;
    border: 1px solid #ccc;
    padding: 13px;
    background-color: white;
    vertical-align: top;
    box-sizing: border-box;
    line-height: 1.6;
    
}
.serv-list ul li:hover {
    border-top: 10px solid orange;
    transition-duration: 1;
    box-shadow: 10px 10px 10px 0 rgb(0 0 0 / 28%);
}

.serv-list ul li img {
    display: block;
    width: 50px;
    height: auto;
    margin: 5px auto 10px;
}

.serv-list ul li span {
    color: orange;
    font-weight: bold;
    font-size: 20px;
    margin: 15 0 10px;
    text-align: center;
}

.serv-list ul li p {
    width: 100%;
    padding:10px ;
    color: black; 
  font-size: 14px; 
  text-align: left; 
  margin: 0;
}

.ta-btn {
    margin-top: 50px;
}

.black-btn {
    align-items: center;
    align-content: center;
    text-align: center;
    display: block;
    color: white;
    background-color: black;
}

.black-btn:hover {
    color: black;
    background-color: white;
    border: 1px solid black;
}

.serv-btn{
    margin-left: 45%;
}

.fru-text {
    text-align: center;
    
}

.fru-text h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.fru-table {
    margin-top: 50px;
}

.fru-table p {
    padding-top: 20px;
    width: 70%;
}

.fru-table td {
    padding-top: 50px;
}

.pic-text {
    background-image: url(../images/tasty.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 510px;
    text-align: center;
    padding-top: 20%;
    color: white;
    font-size: 70px;
    
}

.test {
    align-items: center;
    align-content: center;
    text-align: center;
}

.test-text h2 {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 35px;
        font-size: 30px;
    font-weight: bold;
    
}

.test-img h4 {
    font-weight: lighter;
    font-size:30px;
    line-height: 1.6;
    padding-bottom: 20px;
}

.cont{
    width: 100%;
    
}

.tab table tr td input {
    border-right: none;
    border-left: none;
    border-top: none;
border-bottom:1px solid black;
width: 500px;
padding-top: 20px;
}

.tab table tr td span input {   
padding-top: 50px;
}

.tab table tr td button {
    margin-top: 20px;
    color: white;
    background-color: #e65c00;
}

.tab-img img {
    align-content: center;
    align-items: center;
    float: right;
    position: relative;
    padding-left: 600px;
}

.footer {
    background-color: #fff;
    padding: 20px 0;
}

.footer-column {
    float: left;
    width: 23%;
    margin-right: 2%;
    text-align: left;
}

.footer-column:last-child {
    margin-right: 0;
}

.footer-column h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-column p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    width: 50%;
}

.social-icons a {
    display: inline-block;
    margin-bottom: 10px;
}

.social-icons img {
    width: 30px;
    height: 30px;
}

.subscribe h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.subscribe input[type="email"] {
    width: 70%;
    display: inline-block;
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
}

.subscribe-btn {
    width: 50%;
    display: inline-block;
    background-color: #ff6600;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 2%;
    text-transform: uppercase;
    margin-top: 10px;
}
