* {
    margin: 0;
    padding: 0;

}

.row {
    max-width: 1140px;
    margin: 0 auto;
}


body {

    font-family: tahoma;


}

.hero {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("contact.jpg");
    height: 80vh;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

h1 {
    color: white;
    font-size: 80px;
    text-align: center;
    margin-top: -15%;

}
#bg {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: #ffffff; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==); background: -moz-radial-gradient(center, ellipse cover,  #ffffff 40%, #bbbbbb 100%); background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(40%,#ffffff), color-stop(100%,#bbbbbb)); background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 40%,#bbbbbb 100%); background: -o-radial-gradient(center, ellipse cover,  #ffffff 40%,#bbbbbb 100%); background: -ms-radial-gradient(center, ellipse cover,  #ffffff 40%,#bbbbbb 100%); background: radial-gradient(ellipse at center,  #ffffff 40%,#bbbbbb 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bbbbbb',GradientType=1 );
}
.contact {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -125px;
    margin-top: -125px;
    height: 250px;
    width: 250px;
    background: rgba(0, 0, 0, 0.5);
    
    border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-top: 3%;
}
.contact h4{
    text-align: center;
    font-size: 40px;
   
}
.contact .envelope {
    position: absolute;
    height: 93px;
    width: 165px;
    left: 50%;
    margin-left: -83px;
    top: 50%;
    margin-top: -50px;
    background: #F9F9F9;
    
    transition: margin-top 300ms;
    -ms-transition: margin-top 300ms;
    -moz-transition: margin-top 300ms;
    -o-transition: margin-top 300ms;
    -webkit-transition: margin-top 300ms;
}
.contact:hover .envelope {
    transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    margin-top: -20px;
}
.contact .envelope .top {
    position: absolute;
    top: -3px;
    left: 0px;
    width: 100%;
    height: 73px;
    z-index: 30;
    overflow: hidden;
                    
    transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    -o-transform-origin: top;
    -webkit-transform-origin: top;
                
    transition: transform 300ms 150ms, z-index 0ms 150ms, height 300ms 0ms, top 300ms 0ms;
    -ms-transition: -ms-transform 300ms 150ms, z-index 0ms 150ms, height 300ms 0ms, top 300ms 0ms;
    -moz-transition: -moz-transform 300ms 150ms, z-index 0ms 150ms, height 300ms 0ms, top 300ms 0ms;
    -o-transition: -o-transform 300ms 150ms, z-index 0ms 150ms, height 300ms 0ms, top 300ms 0ms;
    -webkit-transition: -webkit-transform 300ms 150ms, z-index 0ms 150ms, height 300ms 0ms, top 300ms 0ms;
}
.contact:hover .envelope .top {
    transition: transform 300ms 0ms, height 300ms 150ms, top 300ms 150ms;
    -ms-transition: -ms-transform 300ms 0ms, height 300ms 150ms, top 300ms 150ms;
    -moz-transition: -moz-transform 300ms 0ms, height 300ms 150ms, top 300ms 150ms;
    -o-transition: -o-transform 300ms 0ms, height 300ms 150ms, top 300ms 150ms;
    -webkit-transition: -webkit-transform 300ms 0ms, height 300ms 150ms, top 300ms 150ms;
    
    height: 10px;
    top: -60px;
    
    transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}
.contact .envelope .outer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-left: 83px solid transparent;
    border-right: 82px solid transparent;
    border-top: 70px solid #EEE;
}
.contact .envelope .outer .inner {
    position: absolute;
    left: -81px;
    top: -73px;
    border-left: 81px solid transparent;
    border-right: 80px solid transparent;
    border-top: 68px solid #333;
}
.contact .envelope .bottom {
    position: absolute;
    z-index: 20;
    bottom: 0px;
    left: 2px;
    border-left: 81px solid transparent;
    border-right: 80px solid transparent;
    border-bottom: 45px solid #333;
}
.contact .envelope .left {
    position: absolute;
    z-index: 20; top: 0px;
    left: 0px;
    border-left: 81px solid #333;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
}
.contact .envelope .right {
    position: absolute;
    z-index: 20;
    top: 0px;
    right: 0px;
    border-right: 80px solid #333;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
}
.contact .envelope .cover {
    position: absolute;
    z-index: 15;
    bottom: 0px;
    left: 0px;
    height: 55%;
    width: 100%;
    background: #EEE;
}
.contact .envelope .paper {
    position: absolute;
    height: 83px;
    padding-top: 10px;
    width: 100%;
    top: 0px;
    left: 0px;
    background: #F9F9F9;
    z-index: 10;
    transition: margin-top 300ms 0ms;
    -ms-transition: margin-top 300ms 0ms;
    -moz-transition: margin-top 300ms 0ms;
    -o-transition: margin-top 300ms 0ms;
    -webkit-transition: margin-top 300ms 0ms;
}
.contact:hover .envelope .paper {
    margin-top: -60px;
    transition: margin-top 300ms 150ms;
    -ms-transition: margin-top 300ms 150ms;
    -moz-transition: margin-top 300ms 150ms;
    -o-transition: margin-top 300ms 150ms;
    -webkit-transition: margin-top 300ms 150ms;
}
.contact .envelope .paper a {
    position: relative;
    display: block;
    font-size: 14px;
    margin: 5px;
    margin-bottom: 0px;
    text-align: center;
    color: #333;
    text-decoration: none;
}
.contact .envelope .paper a.call .i {
    position: absolute;
    top: 2px;
    left: 20px;
    display: inline-block;
    width: 3px;
    height: 5px;
    border-width: 5px 0 5px 2px;
    border-style: solid;
    border-color: #555;
    background: transparent;
    
    transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);

    border-top-left-radius: 3px 5px;
    border-bottom-left-radius: 3px 5px;
    -moz-border-radius-topleft: 3px 5px;
    -moz-border-radius-bottomleft: 3px 5px;
    -webkit-border-top-left-radius: 3px 5px;
    -webkit-border-bottom-left-radius: 3px 5px;
                                                                                                                                            
    transition: border-color 300ms;
    -ms-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    -o-transition: border-color 300ms;
    -webkit-transition: border-color 300ms;
}
.contact .envelope .paper a {
    color: #333;

    transition: color 200ms;
    -ms-transition: color 200ms;
    -moz-transition: color 200ms;
    -o-transition: color 200ms;
    -webkit-transition: color 200ms;
}
.contact .envelope .paper a:hover {
    color: #EEE;
}
.contact .envelope .paper a.call:hover .i {
    border-color: #DDD;
}
.contact .envelope .paper a.mail .i {
    position: absolute;
    top: 0px;
    left: 17px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
}
.main-nav {
    list-style: none;
    float: right;
    margin-top: 60px;
}

.main-nav li {
    display: inline-block;
    margin-left: 20px;
}

.main-nav li a {
    color: white;
    text-decoration: none;
    font-size: 90%;
    font-weight: bold;
}

.main-nav li a:hover {
    color: red;
    border-bottom: 2px solid red;
    transition: all 0.5s ease-in;
    padding: 15px 0;

}

.logo img {
    height: 100px;
    float: left;
    margin-top: 30px;

}


.btn {
    border: 1px solid red;
    padding: 10px 30px;
    color: red;
    text-decoration: none;
    border-radius: 12px;
    margin-right: 15px;
}

.button-awesome {
    margin-top: 40px;
}

.btn-half:hover {
    background-color: red;
    color: white;
    transition: all 0.5s ease-in;
}

.btn-full:hover {
    background-color: red;
    color: white;
    transition: all 0.5s ease-in;
}

.copy {
    width: 70%;
    margin-left: 15%;
    margin-bottom: 20px;
}

h3:after {
    width: 100px;
    height: 2px;
    background-color: red;
    display: block;
    content: " ";
    margin: 0 auto;
    margin-top: 30px;

}

.features h3 {
    margin-top: 50px;
    margin-bottom: 30px;


}

.arranging {
    text-align: justify;
}

.features i {
    font-size: 40px;
    color: red;
    margin-left: 40%;
    margin-bottom: 20px;
}

.features h4 {
    margin-left: 55px;
}

.meal-showcase {
    list-style: none;
    width: 100%;
}

.meal-showcase li {
    display: block;
    width: 25%;
    float: left;
}

.meal-photo {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.meal-photo img {
    width: 100%;
    height: auto;
    transform: scale(1.15);
    transition: all 0.5s;


}

.meal-photo img:hover {
    transform: scale(1.05);
}

.meal {
    margin-top: 80px;
}

.pic img {
    width: 80%;
    margin-left: 20%;
    margin-top: 80px;
}

.works-step {
    margin-top: 50px;
}

.works-step div {
    border: 1px solid red;
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.works-step img {
    height: 40px;
    margin-top: 20px;
    margin-right: 20px;
}

.clear-fix {
    zoom: 1;
}

.clear-fix:after {
    visibility: hidden;
    content: ".";
    height: 0;
    display: block;
    clear: both;
}

.mobile {
    margin-top: 60px;
}

.cities {
    margin-top: 100px;
}

.cities img {
    width: 100%;
    margin-top: 50px;
}

.cities i {
    color: red;
}

.testimonials {
    margin-top: 80px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("b3.jpg");
    padding-top: 80px;
    padding-bottom: 80px;
    color: white;
    background-attachment: fixed;

}

.testimonials p {
    color: white;
    line-height: 25px;
    text-align: justify;
    margin-top: 40px;
}

.testimonials cite img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.btn-block {
    background-color: red;
    color: #fff;
    border-radius: 4px;
    margin-top: 15px;
}

.gap {
    margin-top: 40px;
}

.form {
    margin-top: 40px;
}



/* footer */
footer {
    background-color: #333;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 5%;
  }
  
  footer img {
    height: 30px;
    margin-right: 10px;
  }
  
  .column {
    flex: 1;
    margin-bottom: 20px;
  }
  
  .column h4 {
    font-size: 24px;
    margin-bottom: 10px;
    color: white;
  }
  
  .column ul {
    list-style-type: none;
    padding: 0;
  }
  
  .column ul li {
    margin-bottom: 8px;
  }
  
  .column ul li a {
    color: white;
    text-decoration: none;
    font-size: 20px;
  }
  
  .column ul li a:hover {
    text-decoration: underline;
  }
  
  .store-icons img {
    height: 70px;
    /* margin-right: 10px; */
  }
  