/*custom css here*/





.navbar.fixed{
    z-index: 999;
}
.two {
    background-image: url('../img/banner.jpg');
    background-size: cover;
    background-position: center;
}

.navbar a.nav-link {
    font-size: 22px;
    margin-right: 30px;
}

/*.navbar.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    margin: 0;
    transition: 0.6s;
}*/

.sticky {
    position: fixed;
    top: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    animation: goDown 0.5s ease-in-out forwards;
    z-index: 9;
}
@keyframes goDown {
  0%{
    top:-60px;
  }
  100% {
    transform: translateY(60px);
  }
}
#carousel span {
    font-size: 22px;
    position: relative;
    top: -5px;
}

.two .nav-link {
    margin-left: 30px;
}

.two .rowone {
    height: 400px;
}

.bannerview h1 {
    color: #bf3526 !important;
    font-family: 'Lilita One', cursive;
}
.two{
      position: relative;
    padding: 60px 0 85px;
    overflow: hidden;
    
}
section.two:after {
    content: "";
    background: url(https://developmentalphawizz.com/eatoz_food/assets/landing_page/img/road.jpg);
    width: 100%;
    height: 120px;
    background-repeat: no-repeat;
    background-size: 100% 70%;
    position: absolute;
}
.bannerview h2 {
    color: #888 !important;
    font-size: 25px;
    margin-bottom: 30px;
    font-family: 'Lilita One', cursive;

}

.bannerview h1>span {
    color: #002643;
}

.play {
    height: 50px;
}

.carousel-inner img {
    height: auto;
    width: 100%;
}

.two h1 {
    margin: 0 0 10px 0;
    font-size: 77px !important;
    font-weight: 700;
    line-height: 76px;
    /* font-family: "Poppins", sans-serif; */
}

.carousel-caption {
    display: flex;
    align-items: center;
}

.carousel-caption h1 {
    text-align: left !important;
    color: #000;
    font-weight: 600;
}



/**/
.aboutbottom {
    display: flex;
    align-items: center;
}
.wsk-cp-product {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    position: relative;
    margin: 20px auto;
    height: 240px;
}

.wsk-cp-img {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -khtml-transform: translate(-50%);
    width: 100%;
    padding: 15px;
    transition: all 0.2s ease-in-out;
}

.wsk-cp-img img {
    width: 100%;
    transition: all 0.2s ease-in-out;
    border-radius: 6px;
    height: 150px;
    object-fit: cover;
}

.wsk-cp-product:hover .wsk-cp-img {
    top: -40px;
}

.wsk-cp-product:hover .wsk-cp-img img {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.wsk-cp-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.wsk-cp-text .category {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 45px;
    position: relative;
    transition: all 0.2s ease-in-out;
    letter-spacing: 1px;
}

.wsk-cp-text .category>* {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);

}

.wsk-cp-text .category>span {
    padding: 12px 12px;
    border: 1px solid #3e7c12;
    background: #3e7c12;
    color: #fff;
    box-shadow: 0 3px 12px rgb(0 0 0 / 30%), 0 4px 7px rgb(0 0 0 / 22%);
    border-radius: 27px;
    transition: all 0.05s ease-in-out;
    width: 180px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wsk-cp-product:hover .wsk-cp-text .category>span {
    border-color: #ddd;
    box-shadow: none;
    padding: 11px 28px;
    background: #c91f63;
}

.wsk-cp-product:hover .wsk-cp-text .category {
    margin-top: 0px;
}

.colwidth {
    width: 20%;
}

/* Truncate */

@media screen and (max-width: 991px) {
    .colwidth {
        width: 50%;
    }

    .wsk-cp-product {
        margin: 40px auto;
    }

    .wsk-cp-product .wsk-cp-img {
        top: -40px;
    }

    .wsk-cp-product .wsk-cp-img img {
        box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    }

    .wsk-cp-product .wsk-cp-text .category>span {
        border-color: #ddd;
        box-shadow: none;
        padding: 11px 28px;
    }

    .wsk-cp-product .wsk-cp-text .category {
        margin-top: 0px;
    }

}

@media screen and (max-width: 767px) {
    .colwidth {
        width: 100%;
    }

    #header.fixed-top.header-transparent.header-scrolled .logo a img {
        width: auto;
        height: 90px;
    }

    .wsk-cp-img img {
        height: 220px;
        object-fit: cover;
    }
    #about .py-5{
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
    #about .about-inline {
        padding: 0px 0 0 0 !important;
    }

    #Portfolio .about-inline {
        padding: 0px 0 0 0 !important;
    }

    #Services .about-inline {
        padding: 0px 0 0 0 !important;
    }
}



.nav-link:hover {
    color: #bf3526 !important;
}



/* ==================== */
.sec-pad {
    padding: 5rem 0;
}

.grid-item-space {
    margin-bottom: 1.88rem;
}

.mrgn-b-2 {
    margin-bottom: 2rem;
}

.sec-title>p {
    font-size: 1.125rem;
}

.contact-sec .contact-content .contact-info p>a {
    color: #4c4f55;
}

.contact-sec .contact-form-wrap {
    padding: 3.25rem 3.25rem 3.15rem;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 8px 25px 0 rgb(0 0 0 / 17%);
    display: inline-block;
}

.mrgn-b-2 {
    margin-bottom: 2rem;
}

.contact-sec .contact-form-wrap .form-control {
    padding: 0.3rem 1rem;
    border-radius: 17.5px;
    background-color: #f4f4f4;
    border: 0;
    height: 48px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 20%);
}

.Callback{
    color: #fff;
     background: #bf3526;
}
.text-danger {
    color: #f41243 !important;
}

.contact-heading {
    font-weight: 900;
}

/* =================== */
.about-inline {
    padding: 50px 0 0 0;
}
.services-2 img{
    width: 55px;
    height: 55px;
}
#about .subheading{
    font-weight: bold;
    font-size: 20px;
    display: flex;
    align-items: center;
}
.about-inline p {
    font-size: 23px;
    padding: 0 14%;
    font-weight: bold;
}

.about-inline h3 {
    color: #343434;
    font-size: 34px;
    line-height: 41px;
    font-weight: 700;
}
.gallery-content{
    margin-bottom: 50px;
}
.services-2 .icon i {
    border: 1px solid #bf3526;
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: #bf3526;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border-radius: 5px;
}
section#Portfolio {
    padding-top: 60px;
}
.service3 {
    padding: 70px 0 70px;
}

.icon-box-square .text-center {
    padding: 30px 30px 15px;
    position: relative;
    margin-bottom: 34px;
    text-align: left;
    box-shadow: 0px 7px 16px 0px rgba(50, 50, 50, 0.2);
    border: 2px solid #bf3526;
    background-color: #ffffffcc;
    min-height: 266px;
}

.icon-box-square .text-center span {
    position: absolute;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    top: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bf3526;
    color: #fff;
}

.icon-box-square .text-center span i {
    font-size: 26px;
    text-align: center;
    color: #fff;

}

/*.ftco-section {
    padding-top: 80px;
}*/

.typewriter {
    width: 10ch;
    white-space: nowrap;
    overflow: hidden;
    border-right: 4px solid #bf3526;
    animation: cursor 1s step-start infinite,
        text 8s steps(18) alternate infinite;
}

@keyframes cursor {

    0%,
    100% {
        border-color: #bf3526;
    }
}

@keyframes text {
    0% {
        width: 0;
    }

    100% {
        width: 10ch;
    }
}

.owl-nav button {
    position: absolute;
    top: 50%;
    height: 30px;
    width: 30px;
    color: #fff !important;
    border-radius: 50%;
    background-color: #bf3526 !important;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-nav button:focus {
    outline: none;
}



#Services {
    background-image: url("../img/banner2.jpg");
    background-attachment: fixed;
    background-size: cover;
    opacity: 5;
    padding-top: 60px;
}

/* ==================== */
.footer-top a i {
    color: #00257a;
}

.footer-top a {
    color: #fff;
}

.social-links a i {
    color: #fff;
}

.footer-links p i {
    color: #ffffff;
}

.footer-logo h4 {
    margin-bottom: 10px !important;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    padding: 0 0 0px 0;
    color: #fff;
    font-size: 14px;
    background: #bf3526;
}





#footer .footer-top {
    padding: 60px 0 0px 0;
    position: relative;
    z-index: 9;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    color: #fff;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #fff;
}

#footer .footer-top h4 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    position: relative;
   
}

.footer-links p i {
    font-size: 30px;
    vertical-align: middle;
    padding-right: 6px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 13px 0;
    display: flex;
    align-items: center;
}
#footer .address{
    margin-top: 30px;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #00257a;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #002643;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #27282c;
    color: #fff;
    text-decoration: none;
}

#footer .copyright {
    text-align: center;
    color: #fff;
    line-height: 50px;
    height: 50px;
    position: relative;
}

.footer-logo a img {
    width: 140px;
    padding: 9px;
    max-width: 100%;
    height: auto;
    margin-bottom: 23px;
    background: #fff;
    border-radius: 4px;
}

#footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
    color: #333;
}


/*====== franchisee =======*/

 .franchisee{
        background-image: url("../img/background.jpg");
        background-size: cover;
        background-position: 21% center;
        background-repeat: no-repeat;
        padding: 140px 0;
        position: relative;
    }
    .franchisee::before{
    	content:"";
    	position: absolute;
    	height: 100%;
    	width: 100%;
    	top: 0;
    	background-color:#073151b3; 

    }
 
    .franchisee .franchisee_form {
        padding: 20px;
        background-color:#ffffff54 ;
        border-radius: 20px;
        color: #fff;
        margin-top: 50px;
    }
    .contact-no{
    		color: #c43428;
    }
    .contact-no .no{
    	color: #fff;
    }
    .main_franchisee{
    	background-image: url("../img/banner_bottom section.jpg");
    	background-size: cover;
    	height:400px;
    	color: #fff;
    	background-position: center;
    }

    .franchisee .franchisee_form label {
        
        margin-top: 10px;
    }
	.main_franchiseec1 {
    height: 400px;
    padding: 80px 0;
	}

    .btn-submit {
        background-color: #c43428;
        color: #fff;
        margin-top: 10px;
    }

    .franchisee .heading-title {
        color: #c43428;
        font-size: 40px;
        font-weight: 800;
        text-transform: uppercase;
    }
    button.btn.btn-order_now {
        color: #fff;
        background: #bf3526;
        height: 50px;
        font-weight: 600;
        width: 163px;
        border-radius: 9px;
        margin-left: 30px;
    }
    .franchisee .heading-sub_title {
        color: #ECECEC;
        font-size: 18px;
        font-weight: 600;
    }
    /*====== franchisee end =======*/


            .pz-app-wrap {
    padding: 80px 0;
}
.pz-food-app-feature {
    text-align: center;
    position: relative;
    max-width: 460px;
    margin: auto;
}
.pz-food-app-img {
    position: relative;
}
.pz-food-app-img > img {
    position: relative;
    z-index: 1;
    width: 150px;
}
.pz-food-app-img:after {
    animation: pz_round 40s linear infinite;
}
@-webkit-keyframes pz_round {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(360deg);}
}
.pz-food-app-img:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px dashed #d4d9db;
    border-radius: 100%;
    z-index: 0;
    margin: auto;
    transition: 0.3s;
    width: 350px;
    height: 350px;
}
.pz-food-app-feature:hover .pz-food-app-img:after{
    border-color: red;
}
.pz-food-rotate-icon > li:nth-child(1) {
    left: 0;
    top: -1em;
}
.pz-food-rotate-icon > li:nth-child(2) {
    left: 0;
    bottom: -1em;
}
.pz-food-rotate-icon > li:nth-child(3) {
    right: 0;
    top: -1em;
}
.pz-food-rotate-icon > li:nth-child(4) {
    right: 0;
    bottom: -1em;
}
.pz-food-rotate-icon li {
    list-style: none;
    position: absolute;
    margin: auto;
    z-index: 2;
    width: 80px;
    height: 80px;
    background: #e2eff4;
    text-align: center;
    line-height: 80px;
    border-radius: 100%;
}
.pz-food-app-ttl {
    font-size: 36px;
    color: #566c8e;
    font-weight: 700;
}
.pz-food-app-sttl {
    color: #566c8e;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.pz-food-form {
    position: relative;
}
.pz-food-form input {
    padding: 0 155px 0 20px;
}
.pz-food-form input {
    border: 1px solid #e4e9fc;
    border-radius: 10px;
    background-color: #ffffff;
    height: 50px;
    padding: 0 20px;
    width: 100%;
}
.pz-food-form .pz-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.pz-food-app-stores {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px -15px;
}
.pz-food-app-stores > li {
    padding: 5px 15px;
}
/* =====================================gallary-css==================================== */

/* ==================end=================== */
.service3  .services-content h2{
  font-size: 24px;
  font-weight: 600;
}
.services-content p {
    font-size: 15px;
}
/* newgallary section */



/* end */
@media(max-width:992px){
    h2 {
    font-size: 29px;
}
.two {
    
    height: auto;
}
.pz-food-app-img:after { 
    left: -62px;
    width: 413px;
    height: 413px;
}
.two .rowone{
    height: auto;
    padding-bottom: 67px;
}
.about-inline h3 { 
    font-size: 27px;
}
}
@media(max-width:768px){
    .two h1 {
    font-size: 60px !important;
}
.bannerview h2 {
    font-size: 25px;   
}
.pz-food-app-img:after {
    left: -8px;
    width: 350px;
    height: 350px;
}
button.btn.btn-order_now {
    margin-left: 10px;
}
.navbar.navbar-light.bg-light.navbar-expand-lg.fixed {
    display: none;
}
.about-inline h3 { 
    font-size: 24px;
}
}

@media(max-width:767px){
    .two h1 {
    font-size: 60px !important;
}
.two .ekit_double_button {
    padding-left: 0px;
    margin: auto;
    text-align: center;
}
.bannerview h2 {
    font-size: 25px;   
}
.about-inline h3 {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 45px;
}

#about .subheading {
    font-weight: bold;
    font-size: 20px;
    display: flex;
    margin-top: 15px;
    align-items: center;
}
.pz-food-app-img:after {
    left: -8px;

    width: 350px;
    height: 350px;
}
button.btn.btn-order_now {
    margin-left: 10px;
}
.navbar.navbar-light.bg-light.navbar-expand-lg.fixed {
    display: none;
}
}