/***** custom *****/
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  overflow-x: hidden;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  font-size: 16px;
  color: #474747;
  margin-bottom: 1.5rem;  
}

a {
  color: #474747;
  text-decoration: none;
}

a:hover {
  color: #1c4f6c;
  text-decoration: none;
}

/***** Navigation *****/
#mainNav .navbar-nav .nav-item .nav-link {
  font-family: "Bebas Neue", sans-serif;
  font-size: 26px;
  color: #fff;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-family: "Bebas Neue", sans-serif;
  font-size: 26px;
  color: #fff;
  letter-spacing: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

#mainNav .active {
  background-color: #fff !important;
  color: #282359 !important;
}

.current-menu-item a {
  color: #282359 !important;
}

.current-menu-item a:hover {
  color: #282359 !important;
}

#mainNav .navbar-nav .nav-item {
  margin-left: 0.5rem !important;
}

@media (min-width: 992px) {
  #mainNav .navbar-brand img {
      height: 5rem;
  }

  #mainNav.navbar-shrink .navbar-brand svg, #mainNav.navbar-shrink .navbar-brand img {
    height: 3.5rem;
  }

  #mainNav {
    padding-top: 0rem;
  }

  #mainNav.navbar-shrink {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: #282359;
  }

  .navbar-expand-lg .navbar-collapse {
    padding: 0 2% 0 0;
  }
}

.desk-order {
  display: contents;
}

.btn-order {
  background-color: #fff;
  color: #282359;
  padding: 3.8rem 1rem 0.3rem 1rem;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
}

/***** Banner *****/
header.masthead {
  background-color: #D43485;
  background-image: url("../img/banner-img.png");
  background-repeat: no-repeat;
  background-position: 66% 100%;
  z-index: +99999;
}

@media (min-width: 768px) {
  header.masthead .masthead-subheading {
    font-family: "Bebas Neue", sans-serif;
    font-size: 85px !important;
    font-weight: 400;
    font-style: normal;
    line-height: 85px;
  }

  header.masthead .masthead-heading {
    font-family: "Bebas Neue", sans-serif;
    font-size: 160px !important;
    font-weight: 400;
    font-style: normal;
  }

  header.masthead .masthead-subheading2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 110px !important;
    font-weight: 400;
    font-style: normal;
    line-height: 145px;
  }

  header.masthead .masthead-heading {
    margin-bottom: 0rem;
  }
}

.ban-txt {
  margin: 6% 0% -7% -2%;
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}

/***** Whats Hot *****/
#whatsfood {
  background-color: #fff;
  /*background-image: url("../img/stamp.jpg");
  background-repeat: no-repeat;
  background-position: 2% 7%;*/
}

.page-section h2.section-heading {
  font-size: 4.5rem !important;
}

.box-hot1 {
  background-color: #F2A0C9;
  border-radius: 30px;
  Padding: 20px;
}

.box-hot1 h3 {
  font-size: 2.3rem !important;
  color: #000;
}

.box-hot2 {
  background-color: #A7E0F3;
  border-radius: 30px;
  Padding: 20px;
}

.box-hot2 h3 {
  font-size: 2.5rem !important;
  color: #000;
}

.box-hot3 {
  background-color: #EFB0F3;
  border-radius: 30px;
  Padding: 20px;
}

.box-hot3 h3 {
  font-size: 2.5rem !important;
  color: #000;
}

.box-hot4 {
  background-color: #F3A7A7;
  border-radius: 30px;
  Padding: 20px;
}

.box-hot4 h3 {
  font-size: 2.5rem !important;
  color: #000;
}

.nav-pills {
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #000 !important;
  --bs-nav-pills-link-active-bg: transparent;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 1;
}

.nav-pills a {
  text-decoration: none;
  color: #000 !important;
}

.nav-pills a:hover {
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #000;
  --bs-nav-pills-link-active-bg: transparent;
  text-transform: uppercase;
  text-decoration: underline;
}

.whatshot {
  max-width: 100%; 
  text-align:center; 
  display: inline-block; 
  margin-bottom: 35px;
}

.nav-link {
  color: #000;
  padding-top: 3.8rem;
}

.nav-link:hover {
  color: #282359 !important;
  text-decoration: none;
  background-color: #fff;
  padding-top: 3.8rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  text-decoration: underline;
}

@media (min-width: 992px) {
  #mainNav .navbar-nav .nav-item {
      margin-right: 0rem;/
  }
}

/***** Gallery *****/
#gallery {
  background-color: #E60881;
  /*background-image: url("../img/gallery-bg.jpg");
  background-repeat: repeat-x;
  height: 410px;*/
}

.img-gallery-height {
  height: 397px;
  /*border-radius: 30px;*/
}

/***** Gallery Franchise *****/
#gallery-franchise {
  background-image: url("../img/gallery-bg2.jpg");
  background-repeat: repeat-x;
  height: 410px;
}

.fra-head-bot {
  margin-bottom: 100px;
}

/***** King Box *****/
#king-box {
  background-color: #E60881;
  position: relative;
  z-index: +99999;
  overflow-x: hidden;
}

.txt-right {
  text-align: right;
  padding: 0 5% 0 10%;
}

.txt-right h2 {
  font-size: 55px;
  color: #fff;
}

.txt-right h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 10% !important;
}

.txt-right p {
  font-size: 18px;
  color: #fff;
}

.but-read {
  background-color: #282359;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 15px 40px 15px;
}

.but-read:hover {
  color: #fff;
  text-decoration: none;
}

.txt-left {
  text-align: left;
  padding: 0 5% 0 5%;
}

.txt-left h2 {
  font-size: 55px;
  color: #fff;
}

.txt-left h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 10%;
}

.txt-left p {
  color: #fff;
}
.txt-left p a{
  color: #fff;
}

/***** Gallery 2 *****/
#gallery2 {
  background-color: #fff;
  /*background-image: url("../img/stamp.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  margin-bottom: 40px;*/
}

.gallery-img {
  background-color: #F2A0C9;
  border-radius: 30px;
  padding: 20px;
  /*padding: 70% 0;*/
}

.gallery-img h3 {
  font-size: 2.5rem !important;
  color: #fff;

}

.location-read2 {
  margin-top: -73px;
}

.but-read2 {
  background-color: #E60881;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 15px 40px 15px;
  text-decoration: none;
  z-index: +99999;
  position: relative;
}

.but-read2:hover {
  background-color: #282359;
  font-family: "Bebas Neue", sans-serif;
  color: #fff;
  text-decoration: none;
}

/* Zoom effect */
.gallery-img::before {
  content: '';
  display: block;
  padding-top: 100%; /* Aspect ratio */
}

.gallery-img.zoom {
  transition: transform 0.5s ease;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-img.zoom:hover {
  transform: scale(1.1);
}

.gallery-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.gallery-img h3 {
  color: white; /* Change this to your desired text color */
  margin: 0;
  text-align: center;
}

/***** Follow *****/
#follow {
  background-color: #E60880;
  padding: 2% 0 1% 0;
}

#follow h2 {
  font-size: 55px;
  color: #fff;
}

/***** footer *****/
#footer {
  background-color: #282359;
  padding: 1% 0;
}

.footer-nav {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  color: #fff;
  margin-bottom: 1%;
}

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

.footer-nav a:hover {
  color: #fff;
}

.pad-lr {
  padding: 0 1%;
}

@media (min-width:320px) and (max-width:768px) {
  #footer {
    padding: 10% 0;
  }

  .footer-nav {
    display: grid;
  }

  .footer-nav a {
    padding: 2% 1% !important;
  }
}

/***** copyright *****/
#copyright {
  background-color: #fff;
  padding: 20px 0 0 0;
}

.mob-gallery {
  display: none;
}

/***** Get Started Today *****/
#get {
  background-color: #E60880;
  padding: 5% 0 3% 0;
}

#get h2 {
  font-size: 55px;
  color: #fff;
}

#get p {
  color: #fff;
}

/***** misc *****/
.mar-bot-30 {
  margin-bottom: 30px;
}

.mob-order {
  display: none;
}

.king-box-mob {
  display: none;
}

.king-box2-mob {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-form p {
  margin-bottom: 10px;
}

.custom-textarea {
  height: 158px !important;
}

.widthGet {
  padding: 0 30%;
}

/***** slider images ******/
.slider {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.logos-wrapper {
  display: flex;
  width: 200%; /* to accommodate two sets of logos */
  animation: scroll 20s linear infinite;
}
.logos {
  display: flex;
  flex: 1;
}
.logos img {
  flex: 1 0 auto; /* ensures images take equal space and avoid gaps */
  /*margin: 0 20px;*/
}
@keyframes scroll {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-50%);
  }
}

/***** Innner Banner *****/
header.bannerAbout {
  background-color: #D43485;
  background-image: url("../img/banner-about.png");
  background-repeat: no-repeat;
  background-position: 70% bottom;
  z-index: +99999;
}

@media (min-width: 768px) {
  header.bannerAbout .bannerAbout-heading {
    font-family: "Bebas Neue", sans-serif;
    font-size: 157px !important;
    font-weight: 400;
    font-style: normal;
    padding-top: 245px;
    color: #fff;
    margin-left: 12%;
  }
}

/***** Locations *****/
.blackburn {
  background-color: #A7E0F3;
  border-radius: 20px;
  padding: 30px;
  margin: 0 30px 30px 0;
}

.blackburn h2 {
  font-size: 46px;
  color: #000;
  text-transform: uppercase;
}

.blackburn p {
  color: #000;
  font-weight: 600;
  margin-bottom: 0px;
}

.preston {
  background-color: #E6A4C7;
  border-radius: 20px;
  padding: 30px;
  margin: 0 30px 30px 0;
}

.preston h2 {
  font-size: 46px;
  color: #000;
  text-transform: uppercase;
}

.preston p {
  color: #000;
  font-weight: 600;
  margin-bottom: 0px;
}

.haslingden {
  background-color: #E5B2EF;
  border-radius: 20px;
  padding: 30px;
  margin: 0 30px 30px 0;
}

.haslingden h2 {
  font-size: 46px;
  color: #000;
  text-transform: uppercase;
}

.haslingden p {
  color: #000;
  font-weight: 600;
  margin-bottom: 0px;
}

.pad-left-15 {
  padding: 0 0 0 15%;
}

/***** Menu *****/
#menu {
  background-color: #282359;
  padding: 2% 0 1% 0;
}

#menu h2 {
  font-size: 36px;
  color: #fff;
}

.but-view {
  background-color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  color: #282359;
  text-transform: uppercase;
  padding: 15px 15px 32px 15px;
}

.but-view:hover {
  background-color: #fff;
  color: #282359;
  text-decoration: none;
}

.right {
  text-align: right;
}

.botline-view {
  bottom: -5px;
  position: relative;
}

.botline-view-mob {
  bottom: -5px;
  position: relative;
}

/***** Contact *****/
#order {
  background-color: #fff;
  background-position: 2% 7%;
}

.form {
  background-color: #E60881;
  padding: 70px 50px;
  text-align: left;
}

.form h4 {
  font-size: 24px;
  color: #fff;
  padding-bottom: 7%;
}

input {
  padding: 7px 10px;
}

.form p {
  margin-bottom: 0.5rem;
}

.custom-textarea {
  height: 189px;
  /*width: 22.1rem;*/
  padding: 7px 0 0 10px;
}

.but-order {
  background-color: #282359;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 15px 40px 15px;
  border: 0px;
}

.but-order:hover {
  color: #fff;
  text-decoration: none;
}

/***** Franchise Banner *****/
header.bannerFranchise {
  background-color: #D43485;
  background-image: url("../img/bg-franchise.png");
  background-repeat: no-repeat;
  background-position: center top;
}

@media (min-width: 768px) {
  header.bannerFranchise .bannerFranchise-heading {
    font-family: "Bebas Neue", sans-serif;
    font-size: 157px !important;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    margin-top: -78px;
    padding-left: 180px;
  }
}

#franchise {
  background-color: transparent;
  margin: 18rem 0 -4rem 0;
}

.franchise-txt {
  font-family: "Bebas Neue", sans-serif;
  font-size: 109px !important;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  padding: 145px 0 0 180px;
}

.wpcf7-form-control-wrap p {
  padding-bottom: 0.5rem !important;
}

#franchise {
  background-color: transparent;
  margin: 10rem 0 -1rem 12rem;
}

/***** Menu Banner *****/
header.bannerMenu {
  background-color: #D43485;
  background-image: url("../img/banner-about.png");
  background-repeat: no-repeat;
  background-position: 70% bottom;
}

@media (min-width: 768px) {
  header.bannerMenu .bannerMenu-heading {
    font-family: "Bebas Neue", sans-serif;
    font-size: 157px !important;
    font-weight: 400;
    font-style: normal;
    padding-top: 245px;
    color: #fff;
    margin-left: 12%;
  }
}

header.bannerLocations {
  background-color: #D43485;
  background-image: url("../img/bg-locations.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}

@media (min-width: 768px) {
  header.bannerLocations .bannerLocations-heading {
    font-family: "Bebas Neue", sans-serif;
    font-size: 157px !important;
    font-weight: 400;
    font-style: normal;
    padding-top: 245px;
    color: #fff;
    margin-left: 12%;
  }
}

header.bannerMenu {
  background-color: #D43485;
  background-image: url("../img/banner-about.png");
  background-repeat: no-repeat;
  background-position: 70% bottom;
}

@media (min-width: 768px) {
  header.bannerMenu .bannerMenu-heading {
    font-family: "Bebas Neue", sans-serif;
    font-size: 157px !important;
    font-weight: 400;
    font-style: normal;
    padding-top: 245px;
    color: #fff;
    margin-left: 12%;
  }
}

header.bannerContact {
  background-color: #D43485;
}

@media (min-width: 768px) {
  header.bannerContact .bannerContact-heading {
    font-family: "Bebas Neue", sans-serif;
    font-size: 157px !important;
    font-weight: 400;
    font-style: normal;
    padding-top: 245px;
    color: #fff;
    text-align: center;
  }
}

header.bannerNews {
  background-color: #D43485;
}

@media (min-width: 768px) {
  header.bannerNews .bannerNews-heading {
    font-family: "Bebas Neue", sans-serif;
    font-size: 157px !important;
    font-weight: 400;
    font-style: normal;
    padding-top: 245px;
    color: #fff;
    text-align: center;
  }
}

header.bannerKings {
  background-color: #D43485;
}

@media (min-width: 768px) {
  header.bannerKings .bannerKings-heading {
    font-family: "Bebas Neue", sans-serif;
    font-size: 157px !important;
    font-weight: 400;
    font-style: normal;
    padding-top: 245px;
    color: #fff;
    text-align: center;
  }
}

header.bannerTerms {
  background-color: #D43485;
}

@media (min-width: 768px) {
  header.bannerTerms .bannerTerms-heading {
    font-family: "Bebas Neue", sans-serif;
    font-size: 157px !important;
    font-weight: 400;
    font-style: normal;
    padding-top: 245px;
    color: #fff;
    text-align: center;
  }
}

header.bannerTeams {
  background-color: #D43485;
}

@media (min-width: 768px) {
  header.bannerTeams .bannerTeams-heading {
    font-family: "Bebas Neue", sans-serif;
    font-size: 157px !important;
    font-weight: 400;
    font-style: normal;
    padding-top: 245px;
    color: #fff;
    text-align: center;
  }
}

.botline-franchise {
  display: inline-block;
  margin-left: 0px !important;
  top: -11px !important;
  position: relative !important;
}

.icons-mob-nav {
  display: none;
}

.btn-primary {
  background-color: #D43485 !important;
  border: #D43485 1px solid !important;
}

.loc-mob {
  display: none;
}

.mob-cause-img {
  display: none;
}

/***** media queries *****/
@media (min-width:320px) and (max-width:768px) {
  .nav-pills {
    font-size: 20px !important;
  }

  .nav-link {
    padding: 0px 10px !important;
  }

  .desk-cause-img {
    display: none;
  }

  .mob-cause-img {
    display: block;
  }
  .divbox h3 {
    margin-bottom: 0% !important;
  }

  .loc-desk {
    display: none;
  }

  .loc-mob {
    display: block;
    margin-top: 50px;
  }

  .btn-primary {
    background-color: #D43485 !important;
    border: #D43485 1px solid !important;
  }
  
  .icons-mob-nav {
    background-color: #fff;
    width: 100%;
    padding-bottom: 30px;
    display: block;
  }
  
  #mainNav.navbar-shrink .fa-bars {
    background: #282359 !important;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    color: #282359;
  }

  #mainNav .active {
    background-color: #fff !important;
    color: #282359 !important;
  }
  
  .current-menu-item a {
    color: #282359 !important;
  }
  
  .current-menu-item a:hover {
    color: #282359 !important;
  }

  .txt-left-mob {
    padding: 69px 0 38px 0 !important;
}

  .img-gallery-height {
    height: 200px !important;
  }

  .botline-franchise {
    display: inline-block;
    margin-left: 0px !important;
    top: 0px !important;
    position: relative !important;
  }

  .botline2 {
    margin-left: 0px;
    float: left;
  }

  .divbox2 {
    text-align: left !important;
    padding: 0px !important;
    width: 100% !important;
    padding-bottom: 0px !important;
    position: relative !important;
  }

  .botline {
    float: none !important;
    margin-right: 0px !important;
    bottom: -38px !important;
  }

  header.bannerAbout {
    background-color: #D43485;
    background-image: url("../img/banner-about.png");
    background-repeat: no-repeat;
    background-position: -50% 20%;
    height: 323px;
    display: block;
    margin-top: 22%;
  }

  .bannerAbout-heading {
    text-align: center;
  }
  
  .king-box-desk {
    display: none;
  }

  .kingCausePage {
    padding-top: 20%;
  }

  header.bannerKings .bannerKings-heading {
    font-family: "Bebas Neue", sans-serif;
    font-size: 75px !important;
    font-weight: 400;
    font-style: normal;
    padding-top: 70px;
    color: #fff;
    text-align: center;
  }

  header.bannerCareers .bannerCareers-heading {
    font-family: "Bebas Neue", sans-serif;
    font-size: 75px !important;
    font-weight: 400;
    font-style: normal;
    padding-top: 70px;
    color: #fff;
    text-align: center;
  }

  #mainNav {
    padding-bottom: 2rem !important;
  }

  .custom-textarea {
    width: 100% !important;
  }

  .bannerContact-heading {
    text-align: center;
  }

  #mainNav .navbar-nav .nav-item {
    margin-left: 0rem !important;
  }
  
  .order {
    display: none;
  }

  .ban-txt {
    margin-left: 0;
    padding: 10rem 10px;
  }

  #mainNav {
    background-color: #D43485;
  }

  #mainNav .navbar-brand img {
    height: 3.5rem;
    margin-left: -30px;
  }

  .svg-inline--fa {
    color: #fff;
  }

  #mainNav .navbar-toggler {
    /*border: #777 1px solid;*/
    float: left;
    margin-top: 8px;
  }

  .fran-txt {
    margin-top: -40px !important;
  }

  .whatshot {
    display: ruby; 
    display: inline-block;
  }

  .desk-order {
    display: none;
  }

  .mob {
    display: block;
  }

  .txt-right {
    text-align: center !important;
    padding: 0 20px;
  }

  .mar-bot-60 {
    margin-bottom: 60px;
  }

  .txt-left {
    text-align: center;
    padding: 0;
  }

  #follow h2 {
    font-size: 28px !important;
    color: #fff !important;
    padding: 24px 0 0 0;
  }

  #gallery2 {
    margin-bottom: -50px;
  }

  .pad-bot-3rem {
    padding-bottom: 1rem !important;
  }

  .mob-order {
    display: block;
    text-align: center;
    padding: 10px 0;
  }

  .fixed-top {
    position: fixed;
  }

  .desk-gallery {
    display: none;
  }

  .mob-gallery {
    display: block;
    text-align: center;
  }

  .marbot30 {
    margin-bottom: 30px;
    padding: 0px;
  }

  header.masthead {
    padding: 0px;
  }

  .mob-menu {
    text-align: center;
    display: block !important;
  }

  header.masthead {
    background-color: #D43485;
    background-image: url("../img/banner-mob.jpg");
    background-repeat: no-repeat;
    background-position: -95% bottom;
    z-index: +99999;
  }

  header.masthead .masthead-subheading {
    font-family: "Bebas Neue", sans-serif;
    font-size: 60px !important;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
    /*text-align: left;
    margin-left: 20px;*/
  }

  header.masthead .masthead-heading {
    font-family: "Bebas Neue", sans-serif;
    font-size: 90px !important;
    font-weight: 400;
    font-style: normal;
    /*text-align: left;
    margin-left: 20px;*/
  }

  header.masthead .masthead-subheading2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 60px !important;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    /*text-align: left;
    margin-left: 20px;*/
  }

  .navbar-nav {
    background-color: #fff;
    margin: 0px;
  }

  #mainNav.navbar-shrink {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: #fff;
    padding: 15px 0;
    z-index: +999999;
  }

  .king-box-mob {
    display: block;
  }

  .king-box2-desk {
    display: none;
  }

  .king-box2-mob {
    display: block;
    text-align: center;
  }

  #whatsfood {
    padding: 3rem 0 2rem 0 !important;
  }

  .fa-bars:before, .fa-navicon:before {
    content: none;
  }

  .nav-link {
    padding-top: 0rem;
  }

  #menu {
    padding: 10% 0 9% 0 !important;
    text-align: center;
  }

  .right {
    text-align: center !important;
    margin-top: 30px !important;
  }

  .form {
    text-align: center;
    padding: 70px 35px 70px 35px;
  }

  .blackburn {
    margin: 0 30px 30px 30px;
  }

  .preston {
    margin: 0 30px 30px 30px;
  }

  .haslingden {
    margin: 0 30px 30px 30px;
  }

  .franchise-txt {
    font-size: 60px !important;
    padding: 190px 0 0 0 !important;
    line-height: 77px !important;
    text-align: center;
  }

  .text-uppercase {
    font-family: "Bebas Neue", sans-serif;
    font-size: 90px;
    color: #fff;
    font-weight: 500;
  }

  #franchise {
    margin: 10rem 0 2.5rem 0rem;
  }

  header.bannerFranchise {
    background-color: #D43485;
    background-image: url(../img/ban-franchise-mob.png);
    background-repeat: no-repeat;
    background-position: 55% top;
  }

  .btn-order {
    padding: 1rem;
  }

  .page-section h2.section-heading {
    color: #282359 !important;
  }

  input {
    width: 100%;
  }

  .text-uppercase {
    color: #fff !important;
    font-size: 86px !important;
    margin-top: 10px;
    text-align: center;
  }
}

.botline-mob {
  display: none;
}

/***** Rolling Animation Effect *****/
@media (min-width:320px) and (max-width:768px) {
  #myDIV {
    display: none;
  }

  #myDIV2 {
    display: none;
  }

  #myDIV3 {
    display: none;
  }

  header.bannerMenu {
    background-color: #D43485;
    background-image: none;
    height: 322px;
    display: block;
    margin-top: 104px;
  }

  header.bannerContact {
    background-color: #D43485;
    background-image: none;
    height: 322px;
    display: block;
    margin-top: 104px;
  }

  header.bannerNews {
    background-color: #D43485;
    background-image: none;
    height: 322px;
    display: block;
    margin-top: 104px;
  }

  header.bannerKings {
    background-color: #D43485;
    background-image: none;
    height: 322px;
    display: block;
    margin-top: 104px;
  }

  header.bannerTerms {
    background-color: #D43485;
    background-image: none;
    height: 322px;
    display: block;
    margin-top: 104px;
  }

  header.bannerTeams {
    background-color: #D43485;
    background-image: none;
    height: 322px;
    display: block;
    margin-top: 104px;
  }

  header.bannerLocations {
    background-color: #D43485;
    background-image: url("../img/ban-mob-locations.png") !important;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: none;
    height: 322px;
    display: block;
    margin-top: 104px;
  }

  .botline-mob {
    display: flow !important;
    text-align: center;
    padding-top: 103px;
  }

  .bannerMenu-heading {
    padding-top: 10% !important;
  }

  .bannerLocations-heading {
    padding-top: 10% !important;
  }

  .bannerContact-heading {
    padding-top: 20% !important;
  }

  .bannerNews-heading {
    padding-top: 20% !important;
  }

  .bannerTerms-heading {
    padding-top: 20% !important;
  }

  .bannerTeams-heading {
    padding-top: 20% !important;
    font-size: 70px !important;
  }

  .bannerKings p {
    padding-top: 60px !important;
  }

  .car-mob {
    display: none;
  }

  .botline2 {
    display: none !important;
  }

  .mar-bot-60 {
    /*margin-bottom: 0px;*/
  }

  .nav-pills {
    font-size: 24px;
  }

  .page-section h2.section-heading {
    font-size: 3.5rem !important;
  }

  .txt-right h3 {
    margin-bottom: 0px !important;
  }

  .fra-head-bot {
    margin-bottom: -5px !important;
  }

  #order .bottomline {
    float: none !important;
    padding-left: 0px !important;
  }

  .slideDesk {
    display: none;
  }

  .slideMob {
    display: block !important;
  }
}

.slideMob {
  display: none;
}

/***** divbox section *****/
.divbox {
  text-align: center;
  padding: 0 11% 0 10%;
  /* position: absolute; */
  width: 100%;
  margin-top: 5%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.divbox h2 {
  font-size: 55px;
  color: #fff;
}

.divbox h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 10%;
}

.divbox p {
  font-size: 18px;
  color: #fff;
}

/***** divbox section *****/
.divbox2 {
  text-align: center;
  padding: 3% 10% 0 2%;
  width: 100%;
  padding-bottom: 0px !important;
  /* position: absolute; */
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

.divbox2 h2 {
  font-size: 55px;
  color: #fff;
}

.divbox2 h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 17% !important;
}

.divbox2 p {
  font-size: 18px;
  color: #fff;
}

.botline {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  /* height: 100%; */
  /* float: right; */
  margin-right: 40px;
  bottom: 0px;
  position: relative;
}

.botline2 {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  /* height: 100%; */
  /* float: left; */
  margin-left: 30px;
}

/*.botline2 {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  float: left;
}*/

.bannerKings p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding-top: 230px;
  position: relative; /* Changed from absolute to relative */
  display: flex; /* Use flex to center align text */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  width: 100%;
  height: 100%; /* Ensures it takes full height of the container */
  margin-bottom: -24px;
}

.but-read-news {
  background-color: #282359;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  padding: 15px;
}

.but-read-news:hover {
  color: #fff;
  text-decoration: none;
}

.form-control {
  padding: 1rem !important;
  border-radius: 0rem !important;
}

.btn-upload {
  background-color: #282359;
  font-family: "Bebas Neue", sans-serif;
  font-size: 23px;
  color: #fff;
  font-weight: 500;
  border-radius: 0px;
  width: 100%;
  padding: 0.4rem 0;
}

.btn-upload:hover {
  border: #282359 1px solid;
  background-color: transparent;
}

/***** Products Slide Animation One by One With Right and Left Arrows *****/
/*
@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}
*/
/* medium and up screens */
/*@media (min-width: 768px) {

  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active, 
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}
*/

/***** Txt Box Left *****/
.txt-box-left {
  text-align: left;
  padding: 0 5%;
  height: 100%;
  box-sizing: border-box;
}

.txt-box-left h2 {
  font-size: 55px;
  color: #fff;
}

.txt-box-left h3 {
  font-size: 30px;
  color: #fff;
  margin: 10% 0 !important;
}

#reference-image {
  width: 100%;
  height: auto;
  display: block;
}

.king-box2-desk .col-lg-6.d-flex {
  flex-direction: column;
  justify-content: center;
}

.king-box2-desk .row {
  align-items: stretch;
}

.but-read-box {
  background-color: #282359 !important;
  color: #fff !important;
  text-transform: uppercase;
  padding: 15px 15px 40px 15px;
  width: 130px;
  text-align: center;
}

.but-read-box:hover {
  background-color: #282359 !important;
  color: #fff !important;
}

#reference-image {
  width: 100%;
  height: auto;
  display: block;
}

.king-box2-desk .col-lg-6.d-flex {
  flex-direction: column;
  justify-content: center;
}

.king-box2-desk .row {
  align-items: stretch;
}

.but-read-box {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 15px 40px 15px;
  width: 130px;
  text-align: center;
}

/***** Media Queries *****/
@media screen and (min-width: 1600px) and (max-width: 1920px) {
  .pad-140 {
    padding-top: 140px;
  }
}

@media screen and (min-width: 900px) and (max-width: 1440px) {
  .pad-140 {
    padding-top: 70px;
  }
}


.king-box-desk .divbox section,
.king-box-mob .row div:last-child section,
.king-box2-desk .divbox2 section,
.king-box2-mob .row div:last-child section {
  padding: unset;
}

.marbot30 > img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#king-box .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#king-box .container-fluid > * {
  overflow-x: hidden;
}
#mainNav .navbar-toggler {
  outline: 0;
  box-shadow: unset;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #fff;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.wpcf7-not-valid-tip {
  color: #fff;
  text-align: left;
}
.wpcf7 form input[type=text], 
.wpcf7 form textarea {
  width: 100%;
}
.tab-content .allcats .blog-box > a {
  position: relative;
  padding-bottom: 60%;
  display: block;
}
.tab-content .allcats .blog-box > a img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
}
.tab-content.king-box2-desk .box-hot1 {
  height: 100%;
}
.tab-content .allcats .row > div {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px){
  .king-box-desk .row > div:not(.mob-cause-img):first-child {
      display: flex;
      flex-direction: column;
      height: auto;
  }
  .home-latest-news-text-wrapper {
      display: flex;
      flex-direction: column;
      height: 100%;
  }
  .king-box-desk .botline .but-read {
      width: fit-content;
      margin: 0 auto;
  }
  .king-box-desk h3, 
  .king-box2-desk h3 {
      margin-bottom: 8px !important;
  }
  .king-box2-desk .row div:first-child img {
      margin: 0 auto;
      display: block;
  }
  .king-box2-desk .botline2 .but-read {
      width: fit-content;
      margin: 0 auto;
  }
  .king-box-desk .txt-left {
    text-align: center;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .king-box-desk .row,
  .king-box2-desk .row {
      margin-left: 0;
      margin-right: 0;
  }
  .king-box-desk .row .divbox,
  .king-box2-desk .row .divbox2 {
      padding-left: 0;
      padding-right: 0;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
      padding-top: 8px;
      padding-bottom: 8px;
      line-height: 1;
  }
  .box-hot1 h3 {
      font-size: 26px !important;
  }
  .navbar-toggler i.fas.fa-bars:before{
    display: none;
  }

}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .king-box2-mob .tab-content .carousel-item .row {
      justify-content: center;
  }
  .king-box2-mob .tab-content .carousel-item .row .col-md-3 {
      width: 50%;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
      filter: brightness(0);
  }
  header.bannerMenu .bannerMenu-heading {
    padding-top: 0% !important;
    font-size: 110px !important;
  }
}

@media screen and (max-width: 768px){
  .nav-pills a:hover {
    font-size: 20px;
  }
  .king-box-desk .row,
  .king-box2-desk .row {
      margin-left: 0;
      margin-right: 0;
  }
  .king-box-desk .row .divbox,
  .king-box2-desk .row .divbox2 {
      padding-left: 0;
      padding-right: 0;
  }
  .king-box2-desk .txt-left.txt-left-mob {
    padding-top: 0 !important;
  }
  .king-box-desk .txt-right {
      padding-right: 0;
      padding-left: 0;
  } 
  .king-box2-mob .txt-left {
    padding-top: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

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


/* 18-07-25 */
.franchise-content .row > .col-lg-6:last-child{
  width: 100%;
}
.king-box-desk .row > div:not(.mob-cause-img):first-child .botline{
  margin: 0;
}
.franchise-content .row > div > .txt-left .botline2{
    align-items: center;
    width: 100%;
}
.franchise-content .car-mob > img{
  width: 100%;
}
#order .row .col-lg-6 .bottomline{
  justify-content: center;
  float: none;
  margin: 0;
}
.virtual-franchise-section{
  background-color:#D43485;
  overflow: hidden;
}
#virtual_franchise{
    margin: 0 0 -1rem 12rem;
} 
.franchise-img{
  margin: -13.8% -0.2% 0 0;
}
.franchise-img > img{
  width: 100%;
}
.virtual-franchise-section .virtual-franchise__text-desc{
  max-width: 34rem;
  width: 100%;
}
.virtual-franchise-section .virtual-franchise__text-desc p:last-child{
  margin-bottom: 0;
}
.virtual-franchise-section .virtual-franchise .txt-left{
  padding: 4rem 0;
}
.king-box2-desk .row > div:not(.mob-cause-img):last-child{
    display: flex;
    flex-direction: column;
    height: auto;
}
.king-box2-desk .row > div:not(.mob-cause-img):last-child .home-latest-news-text-wrapper .botline2{
  margin: 0;
}
.king-box2-desk .row > div:not(.mob-cause-img):last-child > .botline2{
  margin: 0;
}
.king-box-desk .row > div:not(.mob-cause-img) {
    display: flex;
    flex-direction: column;
    height: auto;
}
#whatsfood .tab-content.king-box2-desk .box-hot1{
  height: auto;
}
@media only screen and (min-width: 960px) {
  .franchise-content .row > .col-lg-6:last-child{
    width: 51%;
  }
}

@media only screen and (max-width: 991px){
  .franchise-img {
    margin: -6.6% -0.2% 0 0;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  #virtual_franchise {
    margin: 0;
  }
  .virtual-franchise-section .virtual-franchise .txt-left {
    padding: 4rem 0 0;
  }
  .virtual-franchise-section .virtual-franchise__text-desc{
    max-width: 100%;
    margin: 0 auto;
  }
}