/* Fonts */
@font-face {
    font-family: 'porterbold_demo';
    src: url('../fonts/porter_bold-webfont.woff2') format('woff2'),
         url('../fonts/porter_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
         url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Basic Changes */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
    outline: 0;
}
ol, ul {
    margin: 0;
    padding: 0px;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a img {
    border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
embed, iframe, object {
    max-width: 100%;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    /* Firefox */
    -webkit-font-smoothing: antialiased;
    /* WebKit */ 
}
img {
    max-width:100%;
    height:auto;
    vertical-align:top;
}

/* Common css */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    color: #000000;
    overflow-x: hidden;
    font-family: 'Myriad Pro';
    font-size: 16px;
    line-height: 23px; 
}
h1{
    font-size: 40px;
    line-height: 36px;
}
h2{
    font-size: 30px;
    line-height: 36px;
    color: #b13571;
}
h3{
    font-size: 24px;
    line-height: 28px;
}
h4{
    font-size: 22px;
    line-height: 28px;
}
h5{
    font-size: 20px;
    line-height: 28px;
}
h6{
    font-size: 18px;
    line-height: 28px;
}
h1,
h2,
h4,
h5,
h6{
    font-family: 'porterbold_demo';
    margin-bottom: 18px; 
    text-transform: uppercase;
}
p{
    font-family: 'Myriad Pro';
    font-size: 16px; 
    color: #000000;
    margin-bottom: 24px;
}
a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease; 
}
ul{
    list-style: none;
}
.error {
    color: red !important;
}
/* Forms */
input, textarea {
     -webkit-border-radius: 0px;
     cursor: pointer;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}
input[type="text"],
input[type="email"],
input[type="date"],
input[type="password"],
textarea, select {
    padding:5px 10px;
    border: none;
    border: 1px solid #000;
    line-height: 23px;
    width: 100%;
    margin: 0 0 8px;
    background-color: transparent;
    border-radius:0px;
    font-size: 16px;
    color: #000;
    font-family: 'Myriad Pro';
}
textarea{ resize: none;}
.field label{
    font-size: 18px;
    color: #000;
    font-family: 'Myriad Pro';
    margin-bottom: 5px;
}
.field input::-webkit-input-placeholder {
    font-size: 16px;
    color:  #A9A9A9;
    font-family: 'Myriad Pro';
}
.field input:-moz-placeholder{ 
    font-size: 16px;
    color:  #A9A9A9;
    font-family: 'Myriad Pro';
} 
.field input::-moz-placeholder {  
    font-size: 16px;
    color:  #A9A9A9;
    font-family: 'Myriad Pro';
}
.field input:-ms-input-placeholder {  
    font-size: 16px;
    color:  #A9A9A9;
    font-family: 'Myriad Pro';
}

/* Css for Container */
.container{
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
/* Common css */
.btn{
    min-width: 150px;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    font-family: 'Myriad Pro';
    font-size: 18px;
    color: #fff; 
    border-radius: 15px;
    border: 2px solid #b13571;
    background: #b13571;
    display: inline-block;
    text-align: center;
    /*float: right;*/
}
.follow-btn{
    min-width: 150px;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    font-family: 'Myriad Pro';
    font-size: 18px;
    color: #fff; 
    border-radius: 15px;
    border: 2px solid #006599;
    background: #006599;
    display: inline-block;
    text-align: center;
    float: right;
}
.big-btn{
    min-width: 300px;
    height: 60px;
    line-height: 60px;
    padding: 0px 15px;
    font-family: 'Myriad Pro';
    font-size: 28px;
    color: #fff; 
    border-radius: 15px;
    border: 2px solid #b13571;
    background: #b13571;
    display: inline-block;
    text-align: center;
    float: right;
}
.big-btn:hover, .btn:hover{
    background: transparent;
    color: #b13571;
}
.follow-btn:hover{
    background: transparent;
    color: #006599;
}

/* css for the website */
header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color:rgba(255,255,255,0.75);
    padding: 15px 0px;
}
.banner, .banner-main, .banner-img{
    position: relative;
}
.banner-img img {
    width: 100%;
    object-fit: cover;
}
.okaychef-form-main, .okaychef-form-single form, .form-full, .about-okaychef-full, .okaychef-maincont-main, .okaychef-app-main ul, 
.freecustomer-orders-main, .friends-okaychef-full, .desktop-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.okaychef-maincont-main, .okaychef-form-main, .okaychef-form-single form, .friends-okaychef-full, .desktop-menu, .freecustomer-orders-main, 
.about-okaychef-full{
    align-items: center;
}
.field {
    width: 48%;
    margin-bottom: 20px;
}
.okaychef-form-single:first-child{
    width: 25%;
}
.okaychef-form-single:nth-child(2){
    width: 75%;
}
.form-full{
    width: 70%;
}
.okaychef-register p{
    margin-bottom: 10px;
}
.okaychef-register p a{
    font-size: 18px;
    color: #000;
}
.about-okaychef-main h2{
    text-align: center;
}
.about-okaychef-single{
    width: 33.3%;
}
.okaychef-maincont-left, .okaychef-maincont-right{
    width: 50%;
}
.okaychef-maincont-main:nth-child(2) .okaychef-maincont-left{
    order: 2;
}
.okaychef-maincont-main:nth-child(2) .okaychef-maincont-right{
    order: 1;
}
.freecustomer-orders{
    position: relative;
    padding: 110px 0px 100px;
}
.freecustomer-orders:after{    
    background: #b13571;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-clip-path: polygon(0% 0%, 68% 0, 56% 49%, 43% 99%, 0% 100%);
    clip-path: polygon(0% 0%, 68% 0, 56% 49%, 43% 99%, 0% 100%);
    z-index: 9;
}
.freecustomer-orders-left h2{
    color: #000;
}
.freecustomer-orders-left p{
    color: #fff;
}
.freecustomer-orders-left{
    width: 50%;
    padding-right: 70px;
    z-index: 99;
}
.freecustomer-orders-right{
    width: 30%;
    z-index: 99;
}
.friends-okaychef, .okaychef-form{
    background: #eae8ea;
}
.friends-okaychef-main h2{
    text-align: center;
}
.friends-okaychef-left, .friends-okaychef-right{
    width: 50%;
}
.okaychef-form{
    padding: 50px 0px 20px;
}
.about-okaychef, .about-okaychef-full, .okaychef-maincont-main{
    padding-top: 80px;
}
.okaychef-maincont-right {
    padding: 0px 80px;
}
.okaychef-app-main{
    width: 1000px;
    margin: 0 auto;
}
.okaychef-app {
    padding: 50px 0px;
}
.friends-okaychef{
    padding: 60px 0px;
}
.friends-okaychef-full {
    padding-top: 20px;
}
.menu ul li{
    display: inline-block;
    margin-right: 25px;
}
.menu ul li:last-child{
    margin-right: 0px;
}
.menu ul li a{
    color: #000;
    font-size: 18px;
}
.menu ul li a:hover, .menu ul li a.active{
    color: #b13571;
}
.logo {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
}
.banner-content{
    position: absolute;
    bottom: 15%;
    right: 10%;
    text-align: center;
    width: 470px;
}
.banner-content h2{
    color: #fff;
    margin-top: 20px;
}
.friends-okaychef-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.follow-friends-okaychef ul li{
    display: inline-block;
    margin-right: 40px;
}
.follow-friends-okaychef ul li:last-child{
    margin-right: 0px;
}

/*popup*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  display: none;
  outline: 0;
}
.popup-body-overlay {
    position: relative;
}
.popup-body-overlay:before {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
}
.popup {
  margin: 0px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 65%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999;
}
.popup2{
    width: 45%;
}
.popup1{
    display: none;
    outline: 0;
}
.popup .close {
  position: absolute;
  top: 8px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #b13571;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.content p{
    margin-bottom: 0px;
}
.content p iframe{
    height: 500px;
}
.pop-field-full .field{
    width: 100%;
}
.pop-field-full {
    width: 450px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 0px;
}
#popup2 .popup{
    width: 42%;
}
.pop-field-full:after{
    content: "";
    clear: both;
    display: table;
}
.sub-download-btn{
    text-align: center;
}
.sub-download-btn .btn{
    float: none;
    min-width: 200px;
    height: inherit;
    line-height: inherit;
    border: 2px solid rgb(177,53,113);
    background: : rgb( 177, 53, 113);
    padding: 11px 15px;

}
#popup2 .popup{
    text-align: center;
}
.pop-field-full .field label{
    text-align: left; 
    display: block;
}
label.error{
    font-size: 14px;
}
.popup2 h2, .popup2 p{text-align: center;}
.res_popup, .res{
    background: green;
    padding: 10px;
    display: inline-block;
}
.res_popup{
    text-align: center; margin-left: auto; margin-right: auto; width: 100%;
}
.res_popup p, .res p{
    color: #fff;
}
.res p{
    margin-bottom: 0px;
}
.popup2 .field{
    margin-bottom: 10px;
}
.popup2 p.price_text{
    margin-bottom: 0px;
}
a#down{
    display: none;
}

#scroll-button {
  display: inline-block;
  background-color: #b13571;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#scroll-button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#scroll-button:hover {
  cursor: pointer;
  background-color: #333;
}
#scroll-button:active {
  background-color: #555;
}
#scroll-button.show {
  opacity: 1;
  visibility: visible;
}

