/* General CSS */
@font-face {
  font-family: "Poppines Regular";
  src: url("./fonts/Poppins/Poppins-Regular.otf") format("truetype");
}

@font-face {
  font-family: "Poppines Medium";
  src: url("./fonts/Poppins/Poppins-Medium.otf") format("truetype");
}

@font-face {
  font-family: "Poppines";
  src: url("./fonts/Poppins/Poppins-Bold.otf") format("truetype");
}

@font-face {
  font-family: "Panchang Bold";
  src: url("./fonts/Panchang_Complete/Panchang-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Panchang Medium";
  src: url("./fonts/Panchang_Complete/Panchang-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Acklin";
  src: url("./fonts/acklin/AcklinRegular.ttf") format("truetype");
}

body {
  margin: 0;
  padding: 0;
}
/* h1{}
h2{}
h3{}
a{}
a:hover{}
img{} */

header,
footer,
section {
  width: 100%;
}
.container {
  margin: 0 auto;
}

/*  Header Start*/
section .header {
  height: 200px;
}
header {
  background: white;
  font-family: "Poppines Regular";
  font-size: 16px;
}
header img {
  margin-bottom: -41px;
  width: 229px;
}
header ul {
  padding-bottom: 0px;
  padding-top: 0px;
}
.bg-light {
  background-color: white;
}
.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar-light .navbar-nav .nav-link {
  color: #0b0a11;
}
.collapse .navbar-collapse {
  margin-bottom: 9px;
}
.nav-item {
  margin: auto;
}
.navbar-light .navbar-toggler {
  position: absolute;
  z-index: 11111111111111111111111;
  right: 25px;
  top: 15px;
}
.nav-item .order-now {
  background-color: black;
  border-radius: 30px !important;
  color: white !important;
  border-bottom: none !important;
  padding: 8px 25px !important;
}
.nav-item .delivery-btn {
  color: white !important;
  background-color: #d90000;
  padding: 8px 25px !important;
  border-radius: 30px;
  border-bottom: none !important;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: red;
}
.navbar-light .navbar-nav .nav-link.active {
  color: red;
}
.navbar-light .navbar-nav .order-now:hover {
  background: none;
  background-color: #d90000;
}
.navbar-light .navbar-nav .delivery-btn:hover {
  border-bottom: unset important;
  background: none;
  background-color: black;
}

.navbar-light .navbar-nav .order-now.active {
  background: none;
  background-color: #d90000;
}
.navbar-light .navbar-nav .delivery-btn.active {
  background: none;
  background-color: #d90000;
}
.navbar-collapse {
  flex-grow: 0;
}

/*  Header End*/

/* Charles Banner Start*/
.banner {
  background-image: url("images/CharlesBanner.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.banner .text {
  padding-left: 135px;
  padding-top: 100px;
  padding-bottom: 256px;
}
.banner .charles-header {
  color: #ffffff !important;
  background-color: #005500;
  border-radius: 46px;
  font-size: 30pt;
  font-family: "Panchang Bold";
  width: fit-content;
  padding: 0px 9px;
  margin-top: 60px;
}
.banner h2 {
  color: #d70000 !important;
  font-family: "Acklin";
  font-size: 73pt;
  line-height: 87px;
}
.banner p {
  color: #005500;
  font-size: 19px;
  font-family: "Poppines Medium";
}
.banner .pizza-text {
  font-size: 101pt;
}
.banner .button {
  background-color: black !important;
  border: unset;
  font-family: "Poppines Regular";
  border-radius: 46px;
  color: #ffffff !important;
  padding: 12px 35px;
}
.banner .button:hover {
  background-color: #d90000 !important;
}
.banner a {
  color: #d70000;
  padding-left: 20px;
  font-family: "Poppines Medium";
  font-size: 16px;
}
.banner a:hover {
  color: #005500;
}
/* Charles Banner End*/

/* .banner{
background-image: url("/images/CharlesBanner.png");
background-repeat: no-repeat;
background-size: cover;
height: 112vh;
} */

/* Welcome Banner start */
.welcome {
  background-image: url(./images/welcometop.png),
    url(./images/welcomebottom.png);
  background-repeat: no-repeat;
  background-position: right top, left bottom 110px;
  background-size: 150px;
  padding: 50px;
}
.welcome h1 {
  color: #d90000;
  font-family: "Panchang Bold";
  margin-bottom: -8px;
  padding-top: 14px;
}
.welcome h2 {
  font-family: "Panchang Bold";
  padding: 10px;
}
.welcome p {
  font-family: "Poppines Regular";
  padding: 10px 5px;
  font-size: 20px;
  color: #707070;
}
.welcome .p {
  color: red;
  font-family: "Poppines Regular";
}

/* Welcome Banner End */

/* products Banner start */
.products .card-body {
  text-align: center;
  color: #005500;
  font-family: "Poppines Regular";
  font-size: 16pt;
  display: grid;
  align-items: center;
}
.products .card-button {
  text-align: center;
}
.products h3 {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-family: "Poppines";
}
.products .card {
  border-radius: 39px;
  background-color: #fbefdc;
  margin: 2rem;
  padding-top: 70px;
  min-height: 340px;
  margin-bottom: 110px;
  margin-top: 110px;
  border: none;
}
.products .card-logo {
  border-radius: 30px;
  margin-top: -175px;
  text-align: center;
}
.products .card-logo img {
  width: 70%;
}
.products .btn-primary {
  border-radius: 20px;
}
.products .button {
  width: 50%;
  margin-bottom: -20px;
  background-color: black !important;
  border: unset;
  font-family: "Poppines Regular";
}
.products .button:hover {
  background-color: #d90000 !important;
}
/* @media (max-width: 768px) {.products
    {
   margin-top: 85px; 
    }
} */
/* products Banner End */

/* Specials Banner start */
.special {
  background-image: url("images/SpecialBanner.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.special .special-text {
  padding: 79px 0px;
}
.special .special-heading {
  color: #ffffff !important;
  background-color: #a4ba00;
  border-radius: 46px;
  font-size: 30pt;
  font-family: "Panchang Bold";
  width: fit-content;
  padding: 0px 20px;
  margin-top: 60px;
}
.special p {
  color: #ffffff !important;
  font-family: "Acklin";
  font-size: 48pt;
  line-height: 62px;
}
.special .orderbutton {
  background-color: unset;
  border: 2px solid red;
  border-radius: 40px;
  color: white;
  padding: 5px 25px;
}
.special .orderbutton:hover {
  background-color: #d90000;
}
/* Specials Banner End */

/* Socialize Banner Start */
.socialize {
  font-family: "Panchang Bold";
  background-image: url("images/socializeTop.png");
  background-repeat: no-repeat;
  background-position: right top;
}
.socialize .row-images {
  margin: 0px;
}
.socialize .images-banner {
  width: 100%;
}
.socialize .images {
  width: 100%;
  height: 100%;
  border: 2px white;
  padding: 0px;
}
.socialize .col-3 {
  padding: 0px;
}
.socialize h1 .h1 {
  color: red;
  margin-top: 10px;
  text-align: center !important;
}
.socialize a {
  text-decoration: none;
  color: black;
}

.socialize .font-size {
  font-size: 25px;
}

/* Socialize Banner End */

/*-------------------------------------------- Contact-US page Start --------------------------------------------------------------*/

/* contact-us-banner start */
.contact-us-banner {
  background-image: url("images/contact-us.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.contact-us-banner h2 {
  text-align: center;
  font-size: 76px;
  padding: 90px 0px;
  color: white;
  font-family: "Panchang Medium";
}
/* contact-us-banner End */

/* contact-us-form Start */
.contact-us-form {
  background-image: url("images/red-pepper.png"), url("images/tomatos.png");
  background-position: top left, top right;
  background-repeat: no-repeat;
  background-size: 85px;
  z-index: 111111;
  position: relative;
}
.contact-us-form p {
  font-size: 16px;
}
.contact-us-form input {
  padding: 10px;
  font-size: 17px;
  border: 1px solid black;
  border-radius: 5px;
}

/* .contact-us-form .required {
  color: #d90000;
} */
.contact-us-form .sendbutton {
  background-color: #d90000 !important;
  border: unset;
  font-family: "Poppines Regular";
  padding: 10px 75px;
  border-radius: 40px;
  font-size: 20px;
}
.contact-us-form textarea {
  padding: 20px;
  font-size: 18px;
  border: 1px solid #000000;
  border-radius: 10px;
  height: 248px;
}

.contact-us-form h1 {
  text-align: start;
  font-family: "Panchang Medium";
  font-size: 35px;
}
/* contact-us-bottom-image start */

.contact-us-bottom-image .Con-us-bottom-img {
  position: absolute;
  text-align: right;
  width: 100%;
  margin-top: -477px;
}
.footer-top-img {
  position: absolute;
  margin-top: -31px;
}

/* contact-us-bottom-image end */

/* contact-us-form End */
/* -------------------------------------------Contact-US page End---------------------------------------------------------------- */

/* -------------------------------------------Customer Survey page start--------------------------------------------------------- */

.customer-survey-banner {
  background-image: url("./images/customer-survey-banner.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.customer-survey-banner h2 {
  color: white;
  font-family: "Panchang Medium";
  font-size: 45px;
  padding: 75px 42px;
}
.customer-survey-form {
  background-image: url("./images/customer-survey-top.png");
  background-position: right top;
  background-repeat: no-repeat;
}
.customer-survey-form h1 {
  font-family: "Panchang Bold";
  font-size: 35px;
}
.customer-survey-form p {
  font-size: 16px;
}
.customer-survey-form span {
  color: #d90000;
}
.customer-survey-form h3 {
  font-family: "Panchang Bold";
  font-size: 23px;
}
.customer-survey-form ul {
  display: flex;
  justify-content: space-evenly;
  padding-left: 0px;
  flex-wrap: wrap;
}
.customer-survey-form li {
  list-style-type: none;
}
.customer-survey-form li img {
  position: relative;
  z-index: 1122112;
  margin-right: -20px;
}
.customer-survey-form li a {
  text-decoration: none;
  color: #000000;
  padding: 6px 16px 10px 22px;
}
.customer-survey-form li a:hover {
  background-color: #d90000;
  color: #ffffff;
}
.customer-survey-form input {
  padding: 10px;
  font-size: 17px;
  border: 1px solid black;
  border-radius: 5px;
}
.customer-survey-form textarea {
  padding: 20px;
  font-size: 18px;
  border: 1px solid #000000;
  border-radius: 10px;
  height: 248px;
}
.customer-survey-form .sendbutton {
  background-color: #d90000 !important;
  border: unset;
  font-family: "Poppines Regular";
  padding: 10px 75px;
  border-radius: 40px;
  font-size: 20px;
}
.footer-top-img {
  position: absolute;
  margin-top: -31px;
}
/* radio icon  --------------------------------*/
.visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.customer-survey-form label {
  padding: 2px 18px;
}
.radio-bg {
  display: inline-block;
  background-color: none;
  margin-left: -33px;
}

input[type="radio"]:checked + label {
  background-color: red;
  color: white;
}

/* -------------------------------------------Customer Survey page End----------------------------------------------------------- */
/* -------------------------------------------Thank You page Start------------------------------------------------------- */
.thank-you .thankyou-text {
  text-align: center;
  font-size: 40px;
  font-family: "Panchang Medium";
  padding: 40px;
}

/* -------------------------------------------Thank You page End----------------------------------------------------------- */

/* -------------------------------------------------Special & coupons start -------------------------------------------------- */

.special-coupon-banner {
  background-image: url("./images/special-coupon-banner.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.special-coupon-banner .more-padding {
  text-align: center;
  margin: 32px 0px;
}
.special-coupon-banner h2 {
  font-size: 50px;
  font-family: "Panchang Bold";
}
.special-coupon-items {
  background-image: url("./images/minttop.png"), url("./images/mintbottom.png");
  background-repeat: no-repeat;
  background-position: right top, bottom 36px left;
  background-size: 9%;
}
.special-coupon-items img {
  width: 90%;
}
.special-coupon-items h5 {
  font-size: 20px;
}
.special-coupon-items p {
  color: #005500;
}
.special-coupon-items .orderbutton {
  background-color: #d90000 !important;
  border: unset;
  font-family: "Poppines Regular";
  padding: 7px 32px;
  border-radius: 40px;
  font-size: 16px;
}
.special-coupon-items .item-border {
  border-bottom: 3px solid pink;
}

/* -------------------------------------------------Special & coupons end ---------------------------------------------------- */

/* footer start */
footer {
  background-color: antiquewhite;
  color: #32302c;
  font-size: 16px !important;
  font-family: "Poppines Regular" !important;
}
footer .logo {
  width: 100%;
  width: 90%;
  margin-bottom: 20px;
}
footer .container1 {
  padding: 91px 0px;
}
footer .links {
  padding-left: 0px;
  padding-top: 43px;
  font-size: 17px;
}
footer .copyright {
  font-family: "Poppines Regular" !important;
  padding: 10px 0px;
  margin-bottom: 0px;
}
footer h2 {
  font-family: "Panchang Bold" !important;
  font-size: 22px;
  color: #005500;
  margin-bottom: 1rem;
}
footer h5 {
  font-family: "Panchang Medium" !important;
  font-size: 18px !important;
}
footer li {
  list-style-type: none;
}
footer a {
  text-decoration: none !important;
  color: #32302c;
}
footer a:hover {
  color: #d90000;
}
footer li a {
  color: #32302c;
  text-decoration: none;
}
footer li a:hover {
  color: #d90000;
}
footer .bottom-img {
  position: absolute;
  text-align: right;
  width: 100%;
  margin-top: -63px;
}
footer .row1 {
  background-color: green;
  color: #ffffff;
  padding-top: 15px;
}
footer .social-link {
  display: inline-flex;
  margin: 0px;
}
footer li a img {
  width: 93%;
}
/* footer End */

/*////////////////////////////////////// media queries///////////////////////////////////////////// */
/* Media query start */

/* Start Form 1920 to 4k resolution  */

@media (min-width: 991.98px) {
  .special-coupon-items {
    padding: 20px 138px;
  }

  .navbar-light .navbar-nav .nav-link {
    border-bottom: 4px solid transparent;
  }

  .navbar-light .navbar-nav .nav-link:hover {
    border-bottom: 4px solid red;
  }

  .navbar-light .navbar-nav .nav-link.active {
    border-bottom: 4px solid red;
  }
  .navbar-light .navbar-nav .direction-link {
    display: none;
  }
}

@media (min-width: 1280px) {
  header img {
    margin-bottom: -36px;
    width: 229px;
  }
  .container {
    max-width: 1200px;
  }
  .navbar-light .navbar-nav .nav-link {
    margin-left: 12px;
    padding: 23px 0px;
    border-bottom: 4px solid transparent;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    border-bottom: 4px solid red;
  }
  .navbar-light .navbar-nav .nav-link.active {
    border-bottom: 4px solid red;
  }
  .banner .text {
    padding-left: 151px;
    padding-top: 109px;
    padding-bottom: 300px;
  }
  .products .card-logo img {
    width: 65%;
  }
  .welcome {
    padding: 87px;
    background-position: right 45px top, left 22px bottom 109px;
  }
  .welcome h1 {
    margin-bottom: 3px;
    padding-top: 15px;
    text-align: center;
  }
  .welcome h2 {
    font-size: 36px;
    padding: 0px 169px;
    padding-bottom: 26px;
    text-align: center;
  }
  .welcome p {
    text-align: center;
    padding: 10px 100px;
    font-size: 18px;
  }
  .products h3 {
    font-size: 24px;
  }
  .products .card-body {
    font-size: 13pt;
  }
  .special .special-text {
    padding: 110px 2px;
  }
  .special .special-heading {
    margin-top: 32px;
  }
  .socialize h1 {
    text-align: center;
  }
  .socialize .h1 {
    text-align: center;
  }
  .socialize h2 {
    text-align: center;
    margin-bottom: 50px;
  }
  footer .text-end {
    text-align: right !important;
  }
  /* special coupon start */

  .special-coupon-banner .more-padding {
    margin: 43px 0px;
  }
  /* special coupon end */
}

@media (min-width: 1400px) {
  .banner .text {
    padding-bottom: 360px;
  }
}

@media (min-width: 1559.98px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    margin-left: 15px;
  }
  .banner .text {
    padding-left: 110px;
    padding-top: 170px;
  }
  .banner .charles-header {
    font-size: 34pt;
  }
  .banner h2 {
    font-size: 76pt;
  }
  .banner .pizza-text {
    font-size: 105pt;
  }
  .banner p {
    font-size: 21px;
  }
  .banner .button {
    font-size: 18px;
  }
  .banner a {
    font-size: 23px;
  }
  .welcome {
    margin-top: -70px;
  }
  .welcome h1 {
    font-size: 56px;
    padding-top: 9px;
  }
  .welcome h2 {
    font-size: 40px;
  }
  .welcome p {
    font-size: 21px;
  }
  .products h3 {
    font-size: 28px;
  }
  .products .card-body {
    font-size: 15pt;
  }
  .products .button {
    font-size: 20px;
  }
  .special .special-heading {
    margin-top: 18px;
    font-size: 51px;
  }
  .special .special-text {
    padding: 171px 2px;
  }
  .special p {
    font-size: 52pt;
    line-height: 65px;
  }
  .special .orderbutton {
    padding: 13px 46px;
    font-size: 22px;
  }
  .socialize h1 {
    font-size: 45px;
  }
  footer p {
    font-size: 19px;
  }
  footer li {
    font-size: 19px;
  }
  footer h5 {
    font-size: 24px !important;
  }
  footer a {
    font-size: 19px;
  }
  /* ------------------------------------------------------contect-us page----------------------------------------------------- */
  .contact-us-form h1 {
    font-size: 42px;
  }
  .contact-us-form p {
    font-size: 20px;
  }
  .contact-us-form input {
    font-size: 20px;
  }
  .contact-us-form textarea {
    font-size: 20px;
  }
  /* ------------------------------------------------------contect-us page----------------------------------------------------- */
  /* ------------------------------------------------customer survey start----------------------------------------------------- */
  .customer-survey-banner h2 {
    font-size: 60px;
    padding: 103px 0px;
  }
  .customer-survey-form h1 {
    font-size: 45px;
  }
  .customer-survey-form p {
    font-size: 20px;
  }
  .customer-survey-form h3 {
    font-size: 28px;
  }
  .customer-survey-form li a {
    font-size: 19px;
  }
  .customer-survey-form input {
    font-size: 22px;
  }
  .customer-survey-form textarea {
    font-size: 22px;
  }
  .customer-survey-form .sendbutton {
    font-size: 24px;
  }

  /* -------------------------------------------------customer survey end ---------------------------------------------------- */
  /* -------------------------------------------------Special & coupons start -------------------------------------------------- */
  .special-coupon-banner h2 {
    font-size: 59px;
  }
  .special-coupon-banner .more-padding {
    margin: 55px 0px;
  }
  .special-coupon-items h5 {
    font-size: 25px;
  }
  .special-coupon-items p {
    font-size: 23px;
  }
  .special-coupon-items .orderbutton {
    padding: 10px 34px;
    font-size: 18px;
  }

  /* -------------------------------------------------Special & coupons end ---------------------------------------------------- */
}

@media (min-width: 1700px) {
  .banner .text {
    padding-bottom: 460px;
  }
}

@media (min-width: 1899.98px) {
  body {
    width: 1700px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  footer .bottom-img {
    position: absolute;
    margin-top: -63px;
    right: 0px;
  }
}

@media (max-width: 1279.98px) {
  /* For 1152 */
  .container {
    max-width: 98%;
  }
  .navbar-light .navbar-nav .nav-link {
    margin-left: 13px;
    padding: 23px 0px;
  }
  .nav-item .order-now {
    padding: 8px 20px !important;
  }
  .welcome {
    padding: 87px;
    background-position: right 45px top, left 22px bottom 109px;
  }

  .welcome h1 {
    margin-bottom: 3px;
    padding-top: 15px;
    text-align: center;
  }

  .welcome h2 {
    font-size: 36px;
    padding: 0px 121px;
    padding-bottom: 26px;
    text-align: center;
  }

  .welcome p {
    text-align: center;
    padding: 10px 100px;
    font-size: 18px;
  }
  .banner .text {
    padding-left: 159px;
    padding-top: 92px;
    margin-bottom: -8px;
  }
  .banner .button {
    padding: 10px 26px;
  }
  .products h3 {
    font-size: 24px;
  }

  .products .card-body {
    font-size: 13pt;
  }
  .products .card-logo img {
    width: 65%;
  }
  .special .special-text {
    /* padding-bottom: 70px;
        padding-top: 49px; */
    padding: 79px 0px;
    padding-right: 36px;
    padding-bottom: 89px;
    padding-top: 44px;
  }
  /* .special .orderbutton {
        padding: 13px 38px;
        font-size: 20px;
    } */
  .socialize h1 {
    text-align: center;
  }
  .socialize .h1 {
    text-align: center;
  }
  .socialize h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 20px;
  }
  footer .text-end {
    text-align: center !important;
  }
  footer p {
    font-size: 17px;
  }
  /* contact-us page start */
  .contact-us-banner h2 {
    padding: 76px 0px;
  }
  /* contact-us page end */

  /* customer-survey page start */
  .customer-survey-form .sendbutton {
    font-size: 17px;
  }
  /* customer-survey page end */
  /* special coupons page start */
  .special-coupon-banner .more-padding {
    margin: 33px 0px;
  }
  .special-coupon-banner h2 {
    font-size: 42px;
  }
  /* special coupons page end */
}

@media (max-width: 1199.98px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
  }

  header img {
    margin-bottom: -36px;
    width: 225px;
  }
  .banner .text {
    padding-left: 137px;
    padding-top: 107px;
  }
  .banner .charles-header {
    margin-top: 40px;
  }
  .banner .pizza-text {
    font-size: 101pt;
  }
  .banner h2 {
    line-height: 85px;
    font-size: 75pt;
  }
  .banner .button {
    padding: 6px 24px;
  }
  .welcome {
    background-size: 130px;
  }
  .welcome h1 {
    padding-top: 0px;
    font-size: 40px;
  }
  .welcome h2 {
    font-size: 34px;
    padding: 0px 140px;
  }
  .welcome p {
    padding: 10px 113px;
    font-size: 16px;
  }
  .special .special-text {
    padding-bottom: 94px;
    padding-right: 40px;
    padding-top: 34px;
  }
  .special .special-heading {
    font-size: 28pt;
  }
  .special p {
    font-size: 45pt;
    line-height: 57px;
  }
  .special .orderbutton {
    padding: 3px 19px;
    font-size: 19px;
  }
  .socialize h2 {
    font-size: 20px;
  }
  footer .container1 {
    padding: 81px 27px;
  }
  footer p {
    font-size: 15px;
  }
  footer h2 {
    font-size: 20px;
  }
  footer .text-end {
    text-align: center !important;
  }
  /* contact-us page start */

  /* contact-us page end */
}

@media (max-width: 1151.98px) {
  /* For 1024 */
  header img {
    margin-bottom: -35px;
    width: 220px;
  }
  .navbar-light .navbar-nav .nav-link {
    margin-left: 10px;
    font-size: 12px;
  }
  .nav-item .order-now {
    padding: 8px 16px !important;
  }
  .banner .text {
    padding-left: 130px;
    padding-top: 84px;
    padding-bottom: 228px;
  }
  .banner h2 {
    font-size: 60pt;
    line-height: 73px;
  }
  .banner .charles-header {
    margin-top: 36px;
    font-size: 24pt;
  }
  .banner p {
    font-size: 12pt;
  }
  .banner .pizza-text {
    font-size: 92pt;
  }
  .banner .button {
    padding: 8px 22px;
    font-size: 16px;
  }

  .welcome {
    background-size: 124px;
  }
  .welcome h2 {
    padding: 0px 54px;
  }
  .welcome p {
    padding: 10px 49px;
  }
  .products .card {
    min-width: 260px;
  }
  .products .card-logo {
    margin-top: -153px;
  }
  .special .special-heading {
    font-size: 26pt;
  }
  .special .special-text {
    padding-bottom: 70px;
  }
  .special p {
    font-size: 40pt;
    line-height: 49px;
  }
  footer .links {
    font-size: 15px;
  }
  /* contact-us page start */
  .contact-us-banner {
    margin-top: 22px;
  }
  .contact-us-banner h2 {
    padding: 70px 0px;
  }
  /* contact-us page end */

  /* Customer survey page start */

  .customer-survey-banner h2 {
    font-size: 33px;
    padding: 66px 63px;
  }
  .customer-survey-form {
    background-size: 17%;
  }
  /* Customer survey page end */
  /* special coupons page start */
  .special-coupon-banner h2 {
    font-size: 35px;
  }
  .special-coupon-banner .more-padding {
    margin: 24px 0px;
  }
  /* special coupons page end */
}

@media (max-width: 1023.98px) {
  /* For 992 */

  header img {
    margin-bottom: -37px;
    width: 100%;
  }
  .banner h2 {
    font-size: 60pt;
    line-height: 75px;
  }
  .banner .charles-header {
    margin-top: 27px;
    font-size: 24pt;
  }
  .banner p {
    font-size: 11pt;
  }
  .banner .pizza-text {
    font-size: 82pt;
  }
  .banner .button {
    padding: 8px 18px;
  }
  .welcome {
    background-size: 126px;
    padding: 72px;
  }
  .welcome h1 {
    font-size: 37px;
  }
  .welcome h2 {
    font-size: 27px;
  }
  .welcome p {
    padding: 0px 85px;
    font-size: 15px;
  }
  .products .card {
    min-width: 259px;
  }
  .products .card-logo img {
    width: 70%;
  }
  .special .special-text {
    padding-top: 30px;
    padding-bottom: 57px;
  }
  .special .special-heading {
    font-size: 25pt;
  }
  .special p {
    font-size: 40pt;
    line-height: 51px;
  }
  .special .orderbutton {
    padding: 3px 18px;
    font-size: 17px;
  }
  /* contact-us page start */
  .contact-us-banner h2 {
    font-size: 50px;
  }
  .contact-us-form h1 {
    font-size: 30px;
  }
  .contact-us-form p {
    font-size: 15px;
  }
  .contact-us-form input {
    font-size: 16px;
  }
  .contact-us-form textarea {
    font-size: 16px;
  }
  .contact-us-form .sendbutton {
    padding: 8px 60px;
    font-size: 18px;
  }
  /* contact-us page end */
}

@media (max-width: 991.98px) {
  /* For 768 */
  header img {
    margin-bottom: -28px;
    width: 100%;
  }
  header .parent {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
  header ul.toggole-navbar-list {
    /* width: 300px; */
    margin-left: auto;
    margin-right: unset !important;
    background: #ffffff !important;
    filter: drop-shadow(0px 3px 4px black);
    z-index: 1111111111;
    position: relative;
  }
  header .close-button,
  header .close-button:hover,
  header .close-button:active {
    border: none !important;
    box-shadow: none !important;
  }
  header .close-button span {
    background-image: url("images/closebutton.png") !important;
    background-repeat: no-repeat;
    background-size: 20px;
  }
  header .collapsed span {
    background-image: url("images/togglecolapse.png") !important;
    background-repeat: no-repeat;
    background-size: 30px;
  }
  .nav-item {
    text-align: left;
    text-indent: 26px;
    width: 100%;
  }
  .navbar-light .navbar-nav .nav-link {
    border-bottom: 2px solid #eee;
    margin: 0px 16px;
    font-size: 16px;
    padding: 18px 0px;
  }
  .navbar-light .navbar-nav .order-now,
  .navbar-light .navbar-nav .delivery-btn {
    border-bottom: 2px solid #eee !important;
    padding: 18px 0px !important;
    background-color: white;
    color: black !important;
    margin: 0px 16px;
    border-radius: 0px !important;
    font-size: 16px;
  }
  .navbar-light .navbar-nav .order-now,
  .navbar-light .navbar-nav .delivery-btn:hover {
    background-color: white !important;
    color: #d70000 !important;
  }
  .navbar-light .navbar-nav .order-now,
  .navbar-light .navbar-nav .delivery-btn.active {
    color: #d70000 !important;
    background-color: white;
  }

  header .nav-item:last-child {
    margin-bottom: 6px;
  }

  .banner .text {
    padding-left: 88px;
    padding-top: 78px;
    padding-bottom: 160px;
  }
  .banner .charles-header {
    margin-top: 26px;
    font-size: 21pt;
  }
  .banner h2 {
    font-size: 53pt;
    line-height: 62px;
  }
  .banner .pizza-text {
    font-size: 70pt;
  }
  .banner p {
    font-size: 10pt;
  }
  .banner .button {
    padding: 8px 14px;
  }
  .welcome {
    background-size: 110px;
  }
  .welcome h1 {
    font-size: 35px;
  }
  .welcome h2 {
    font-size: 25px;
    padding-bottom: 21px;
  }
  .welcome p {
    padding: 0px 4px;
  }
  .products .card {
    margin: 80px;
    min-height: 312px;
    min-width: 250px;
  }
  .products .card-logo {
    margin-top: -155px;
  }
  .products .card-logo img {
    width: 60%;
  }
  .products .card-body {
    font-size: 18px;
  }
  .products h3 {
    font-size: 24px;
  }
  .special .special-heading {
    font-size: 23pt;
  }
  .special .special-text {
    padding-bottom: 48px;
    padding-top: 9px;
  }
  .special p {
    font-size: 37pt;
    line-height: 44px;
  }
  .socialize h1 {
    font-size: 35px;
  }
  .socialize .font-size {
    font-size: 22px;
  }
  footer .logo {
    width: 80%;
  }
  footer h5 {
    font-size: 16px !important;
  }
  footer p {
    font-size: 14px;
  }
  /* contact-us page start */
  .contact-us-banner {
    margin-top: 15px;
  }
  .contact-us-banner h2 {
    font-size: 45px;
    padding: 60px 0px;
  }
  .contact-us-form h1 {
    font-size: 29px;
  }
  /* contact-us page end */

  /* customer-survey page start */
  .customer-survey-banner h2 {
    font-size: 27px;
    padding: 58px 63px;
  }
  .customer-survey-form h3 {
    font-size: 17px;
  }
  .customer-survey-form li img {
    width: 25px;
  }
  .customer-survey-form li {
    margin-bottom: 10px;
  }
  .customer-survey-form li a {
    padding: 3px 15px 7px 19px;
  }
  /* customer-survey page end */
  /* special coupons page start */
  .special-coupon-banner .more-padding {
    margin: 52px 44px;
    margin-top: 34px;
  }
  .special-coupon-banner h2 {
    font-size: 34px;
  }
  .special-coupon-items .orderbutton {
    font-size: 15px;
    padding: 7px 23px;
  }
  /* special coupons page end */
}

@media (max-width: 855.98px) {
  /* for 768 */
  .banner .text {
    padding-left: 70px;
    padding-top: 66px;
    padding-bottom: 150px;
  }
  .banner h2 {
    font-size: 49pt;
    line-height: 55px;
  }
  .banner .pizza-text {
    font-size: 68pt;
  }
  .banner .button {
    padding: 8px 10px;
  }
  .welcome {
    background-position: right 26px top, left 5px bottom 59px;
    padding-bottom: 0px;
  }
  .welcome h2 {
    padding: 0px 35px;
    padding-bottom: 10px;
  }
  .welcome p {
    padding: 0px 2px;
  }
  .products .card {
    min-height: 278px;
    min-width: 228px;
    margin: 69px;
    margin-top: 105px;
  }
  .products .card-logo {
    margin-top: -148px;
    width: 95%;
  }
  .special .special-heading {
    font-size: 21pt;
  }
  .special .special-text {
    padding-bottom: 23px;
  }
  .special p {
    font-size: 34pt;
    line-height: 40px;
  }
  .socialize h1 {
    font-size: 30px;
  }
  .socialize .font-size {
    font-size: 20px;
  }
  .socialize .text-left img {
    width: 35px !important;
    height: 35px !important;
  }
}
@media (max-width: 767.98px) {
  /* For 576 */
  /*.container {*/
  /*  max-width: 100%;*/
  /*}*/
  header img {
    width: 90%;
  }
  .banner .text {
    padding-left: 68px;
    padding-top: 84px;
    padding-bottom: 190px;
  }
  .banner .charles-header {
    margin-top: 0px;
    font-size: 17pt;
  }
  .banner h2 {
    font-size: 44px;
    line-height: 48px;
  }
  .banner .pizza-text {
    font-size: 74px;
  }
  .banner p {
    font-size: 11px;
    margin-bottom: 12px;
  }
  .banner .button {
    padding: 4px 4px;
    font-size: 15px;
  }
  .welcome {
    background-size: 89px;
    background-position: right 37px top, left 7px bottom 121px;
  }
  .welcome h1 {
    font-size: 30px;
  }
  .welcome h2 {
    font-size: 20px;
    padding-bottom: 21px;
    padding: 0px 93px;
  }
  .welcome p {
    padding: 3px 0px;
  }
  .products .card {
    min-height: 380px;
    min-width: 228px;
  }
  .products .card-logo img {
    width: 48%;
  }
  .special .special-text {
    padding: 23px 0px;
    padding-left: 306px;
  }
  .special .special-heading {
    font-size: 17pt;
    margin-top: 24px;
  }
  .special p {
    font-size: 28pt;
    line-height: 29px;
    padding-right: 15px;
  }
  .socialize {
    background-size: 60px;
  }
  .socialize h1 {
    font-size: 25px;
  }
  .socialize .font-size {
    font-size: 18px;
    padding-bottom: 0px;
  }
  .special .orderbutton {
    padding: 0px 9px;
    font-size: 15px;
  }
  footer .container1 {
    padding: 67px 27px;
  }
  footer .logo {
    width: 80%;
    margin-bottom: 15px;
  }
  footer .links {
    padding-top: 20px;
  }
  /* contact-us page start */
  .contact-us-banner h2 {
    font-size: 30px;
    padding: 40px 0px;
  }
  .contact-us-form .more-padding {
    padding-top: 100px !important;
  }
  .contact-us-bottom-image .Con-us-bottom-img {
    margin-top: -140px;
  }
  .contact-us-bottom-image img {
    width: 35%;
  }
  .contact-us-form h1 {
    font-size: 24px;
  }
  .contact-us-form .sendbutton {
    padding: 7px 50px;
    font-size: 17px;
  }
  /* contact-us page end */

  /* customer survey page start */
  .customer-survey-banner h2 {
    font-size: 18px;
    padding: 37px 63px;
  }
  .customer-survey-form .padding {
    padding: 40px 27px;
  }
  .customer-survey-form h1 {
    font-size: 25px;
  }
  .customer-survey-form p {
    font-size: 15px;
  }
  .customer-survey-form .sendbutton {
    font-size: 16px;
    padding: 9px 60px;
  }
  /* customer survey page end */

  footer .text-center-copyright-mob {
    text-align: center;
  }

  footer .social-link {
    padding-left: 0px;
    margin-bottom: 10px;
  }
  /* special coupon page start */

  .special-coupon-banner .more-padding {
    margin: 34px 44px;
    margin-top: 33px;
  }
  .special-coupon-banner h2 {
    font-size: 28px;
  }
  .special-coupon-items img {
    width: 50%;
  }
  .special-coupon-items .text-align {
    text-align: center;
  }
  /* special coupon page end */
}

@media (max-width: 667.98px) {
  .banner .text {
    padding: 64px 0px 90px 36px;
  }
}

@media (max-width: 600px) {
  .banner .charles-header {
    font-size: 15pt;
  }
  .banner h2 {
    font-size: 44px;
    line-height: 42px;
  }
  .banner p {
    margin-bottom: 3px;
    font-size: 11px;
  }
  .banner .pizza-text {
    font-size: 64px;
  }
  .welcome {
    margin-top: -84px;
  }
  .welcome h2 {
    padding: 0px 20px;
  }
  .special .special-text {
    padding: 24px 0px;
    padding-left: 310px;
  }
  .special p {
    font-size: 26pt;
    line-height: 29px;
    margin-bottom: 10px;
  }
  .special .special-heading {
    font-size: 17pt;
  }
  .special .orderbutton {
    padding: 1px 10px;
    font-size: 15px;
  }
}

@media (max-width: 575.98px) {
  /* For 414 */
  header img {
    width: 90%;
    margin-bottom: -25px;
  }
  header ul.toggole-navbar-list {
    width: 100%;
    text-align: left;
  }
  .banner {
    background-image: url("./images/mobile-banner.png");
    background-repeat: no-repeat;
    background-size: 100%;
    /*padding-bottom: 333px;*/
    padding: 300px 0px 700px 0px;
  }
  .banner .text {
    /*padding-left: 0px;*/
    /*padding-top: 170px;*/
    /*padding-bottom: 125px;*/
    text-align: center;
    padding: 0px;
  }
  .banner .charles-header {
    margin: auto;
    font-size: 22pt;
  }
  .banner h2 {
    font-size: 73px;
    line-height: 71px;
  }
  .banner .pizza-text {
    font-size: 116px;
  }
  .banner p {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: -6px;
  }
  .banner .button {
    padding: 8px 16px;
  }
  .banner a {
    margin-bottom: 10px;
    font-size: 16px;
    padding-left: 8px;
  }
  .welcome {
    margin-top: 0px;
    background-position: right 10px top, left 7px bottom 124px;
    padding-left: 77px;
    background-size: 72px;
  }
  .welcome p {
    padding: 0px 0px;
  }
  .welcome h2 {
    padding: 0px 0px;
  }
  .products .card-body {
    display: block;
  }
  .products .card {
    min-height: 313px;
    min-width: 240px;
    margin: 75px 30px;
    padding-top: 107px;
  }
  .products .card-logo {
    margin-top: -195px;
  }
  .special {
    background-image: none;
    background-color: #004e00;
  }
  .special .special-text {
    text-align: center;
    padding-left: 0px;
    padding: 23px 52px;
  }
  .special .special-heading {
    font-size: 20pt;
    margin-right: auto;
    margin-left: auto;
  }
  .special .orderbutton {
    padding: 4px 23px;
  }
  .special p {
    padding: 12px 17px;
  }
  .socialize {
    margin-top: 12px;
  }
  .socialize h1 {
    font-size: 25px;
  }
  .socialize .text-left img {
    width: 30px !important;
    height: 30px !important;
  }
  footer .logo {
    width: 50%;
  }
  footer .links {
    padding-top: 20px;
  }
  footer h2 {
    padding-top: 20px;
  }
  /* special-coupons start */
  .special-coupon-banner h2 {
    font-size: 21px;
  }
  .special-coupon-banner .more-padding {
    margin: 34px 0px;
  }
  /* special-coupons end */
}

@media (max-width: 475.98px) {
  .banner {
    padding: 250px 0px 500px 0px;
  }
}

@media (max-width: 413.98px) {
  /* For 375 */

  header img {
    width: 90%;
  }
  .banner {
    padding: 60px 0px 300px 0px;
  }
  .banner .text {
    padding: 130px 0px;
  }
  .banner .pizza-text {
    font-size: 110px;
  }
  footer .social-link {
    padding: 0px;
    margin-top: 20px;
  }
  footer p {
    font-size: 13px;
  }
  /* contact-us page start */
  .contact-us-banner h2 {
    padding: 19px 0px;
  }
  /* contact-us page end */

  /* customer survey page start */
  .customer-survey-banner h2 {
    padding: 30px 0px;
    text-align: center;
  }
  /* customer survey page end */
}

@media (max-width: 374.98px) {
  /* For 360 */
  .banner h2 {
    font-size: 66px;
    line-height: 63px;
  }
  .banner .charles-header {
    font-size: 20pt;
  }
  .banner .pizza-text {
    font-size: 103px;
  }
  .products .card {
    min-width: 225px;
    margin: 60px;
  }
}

@media (max-width: 359.98px) {
  /* For 320 */
  header img {
    width: 80%;
  }
  header ul.toggole-navbar-list {
    width: 100%;
  }
  .navbar-light .navbar-toggler {
    top: 10px;
  }
  .navbar-light .navbar-nav .nav-link:last-child {
    padding: 8px 0px;
    margin: 5px 0px;
  }
  .navbar-light .navbar-nav .order-now,
  .navbar-light .navbar-nav .last-child {
    padding: 8px 0px !important;
  }

  .banner .text {
    padding: 76px 0px 160px 0px;
  }
  .welcome {
    padding-left: 50px;
  }
  .products .card {
    margin: 42px;
  }
  .special .special-heading {
    margin-left: 2px;
  }
}
