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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: "Zain", sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.navbar_list {
  background-color: #ff0000 !important;
}
.navbar-toggler {
  border-color: #fff;
}
.navbar-toggler .navbar-toggler-icon {
  background-color: #eee;
}
.navbar_list .nav-link {
  font-size: 22px;
  color: #fff;
}
.navbar_list .nav-link:hover {
  color: #000;
}
.navbar_list .nav-active {
  color: #000;
}

.section-hero {
  background-image: url("../images/img_gallery_7.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 35vh 15px;
  position: relative;
}
.section-hero::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  background-color: #000000ad;
}
.section-hero .pizzagram_title {
  color: #fff;
  font-size: 6rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Big Shoulders", sans-serif;
  position: relative;
  text-align: center;
}
.section-hero .pizzagram_title b {
  font-weight: 500;
}
.bg_order_section {
  background-image: url("../images/back.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 0 101px 29px;
}
.order_online {
  background-color: #fff;
  border-radius: 0 0 29px 29px;
}
.order_image {
  position: relative;
}
.img_order {
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.img_order2 {
  position: absolute;
  width: 130px;
  top: 83px;
  right: -50px;
}

.order_online_site {
  padding: 150px 0 0 0;
}
.order_delivery {
  padding-left: 30px;
}
.order_title {
  font-size: 4rem;
  text-transform: uppercase;
  font-family: "Big Shoulders", sans-serif;
  text-align: right;
  margin-bottom: 10px;
}
.select_location {
  border: 1px solid red;
  outline: none;
  padding: 12px 20px;
  border-radius: 54px;
  height: auto;
  box-shadow: none !important;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin: 0 auto;
}
.border_line {
  border: 1px solid #000;
  position: relative;
  bottom: 38px;
}
.dough_to_delight {
  font-size: 3rem;
  font-weight: 600;
  font-family: "Big Shoulders", sans-serif;
  color: #ff0000;
}
.delight_description {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
  margin-top: 10px;
}
.pizzagram_story {
  font-size: 2rem;
  font-weight: 600;
  color: #ff0000;
  text-align: center;
}
.gallery_title {
  font-size: 3rem;
  font-weight: 600;
  font-family: "Big Shoulders", sans-serif;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}
.pizza_gallery {
  padding: 16px 15px 48px 15px;
}
.gallery_section_desing .row {
  margin-right: -8px;
  margin-left: -8px;
}
.gallery_section_desing .col-12 {
  padding-right: 8px;
  padding-left: 8px;
}

.section-footer {
  background-color: #000;
  padding: 60px 0 20px;
}
.link_list {
  color: #fff !important;
  font-size: 21px;
  line-height: 2.3;
  font-weight: 500;
}
.icon_facebook {
  color: #000 !important;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  padding: 5px 9px 0px;
  font-size: 26px !important;
  margin: 0 12px 0 0;
}
.icon_instagram {
  font-size: 26px !important;
}
.copyright_footer {
  padding-top: 20px;
  border-top: 2px solid #fff;
}
.footer_flex {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright_text {
  font-size: 24px;
  color: #fff;
}

/* Responsive Design */
@media screen and (max-width: 1199px) {
  .section-hero {
    padding: 30vh 15px;
  }
  .section-hero .pizzagram_title {
    font-size: 4rem;
  }
  .order_online_site {
    padding: 100px 0 0 0;
  }
  .bg_order_section {
    padding: 0 50px 29px;
  }
}
@media screen and (max-width: 991px) {
  .order_online_site {
    padding: 40px 0 0 0;
  }
  .img_order2 {
    width: 80px;
    top: 80px;
  }
  .select_location {
    padding: 10px 20px;
    font-size: 20px;
  }
  .order_title {
    font-size: 2rem;
  }
  .border_line {
    bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .section-hero .pizzagram_title {
    font-size: 3rem;
  }
  .bg_order_section {
    padding: 0 30px 29px;
  }
  .order_online_site {
    padding: 50px 0;
  }
  .order_delivery {
    padding-left: 0px;
  }
  .border_line {
    bottom: 0;
  }
  .delight_dough {
    padding-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .section-hero {
    padding: 20vh 15px;
  }
  .section-hero .pizzagram_title {
    font-size: 2rem;
  }
  .img_order2 {
    right: 0;
  }
  .dough_to_delight {
    font-size: 2rem;
  }
  .gallery_title {
    font-size: 2rem;
  }
  .footer_flex {
    text-align: center;
  }
  .footer_flex .footer_text {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer_flex .footer_desing {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .bg_order_section {
    padding: 0 20px 20px;
  }
}

/***************************** About Page *****************************/

.section-hero-about {
  background-image: url("../images/about_banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 100px 15px 350px 15px;
  position: relative;
  text-align: center;
}
.section-hero::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  background-color: #000000ad;
}
.section-hero-about .text-1 {
  color: #000;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.1;
}
.section-hero-about .text-2 {
  color: #fff;
  font-size: 70px;
  font-weight: normal;
  line-height: 1.2;
  font-family: "Big Shoulders", sans-serif;
}

.section-pizza-junkies {
  padding: 40px 0;
}
.section-pizza-junkies .title-1 {
  color: #000;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Big Shoulders", sans-serif;
  text-align: center;
  margin-bottom: 30px;
}
.section-pizza-junkies .title-1 span {
  color: #f00;
}
.section-pizza-junkies .junkies-info {
  display: inline-block;
  width: 100%;
}
.section-pizza-junkies .images {
  display: flex;
  align-items: end;
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
}
.section-pizza-junkies .images .expert {
  color: #333;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 25px;
}
.section-pizza-junkies .images .expert .fa {
  color: #f00;
  font-size: 14px;
}
.section-pizza-junkies .images .name {
  color: #000;
  font-size: 44px;
  font-weight: 800;
}
.section-pizza-junkies .images .post {
  color: #333;
  font-size: 20px;
}
.section-pizza-junkies .junkies-info .desq {
  color: #333;
  font-size: 28px;
}

.section-problem-statement .title-1 {
  color: #000;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  font-family: "Big Shoulders", sans-serif;
  text-align: center;
}
.section-problem-statement .title-2 {
  color: #f00;
  font-size: 70px;
  font-weight: 900;
  line-height: 1.2;
  font-family: "Big Shoulders", sans-serif;
  text-align: center;
}
.section-problem-statement .problem-info .sub-title-1 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Big Shoulders", sans-serif;
  margin-bottom: 15px;
}
.section-problem-statement .problem-info .sub-title-2 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 5px;
}
.section-problem-statement .problem-info .desq {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 15px;
}

.section-problem-solves {
  margin: 20px 0;
}
.section-problem-solves .title-1 {
  color: #000;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Big Shoulders", sans-serif;
  margin-bottom: 15px;
  text-align: center;
}
.section-problem-solves .problem-box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 50px 25px;
  width: 100%;
  height: 350px;
}
.section-problem-solves .problem-box .text-1 {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
}
.section-problem-solves .problem-box .text-2 {
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.1;
  text-align: center;
}

.section-journey-image .title-1 {
  color: #f00;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.2;
  font-family: "Big Shoulders", sans-serif;
  float: left;
  margin-bottom: -15px;
  span {
    color: #000;
  }
}

.section-your-story {
  background-image: url("../images/story_back.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #000;
  padding: 30px 0;
  overflow: hidden;
}
.section-your-story .heart_img {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 400px;
  max-width: none;
}
.section-your-story .title-1 {
  color: #ffff;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
  font-family: "Big Shoulders", sans-serif;
  margin-bottom: 15px;
  span {
    color: #f00;
  }
}
.section-your-story .title-2 {
  color: #ffff;
  font-size: 44px;
  font-weight: 300;
  margin-bottom: 5px;
}
.section-your-story .desq {
  color: #ffff;
  font-size: 29px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 40px;
}
.section-your-story .title-3 {
  color: #ffff;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 5px;
}
.section-your-story .email {
  display: inline-block;
  color: #f00;
  font-size: 60px;
  font-weight: 300;
  padding: 5px 40px;
  border-radius: 30px;
  border: 1px solid #f00;
  cursor: pointer;
  text-decoration: none;
}

/* Responsive Design */
@media screen and (max-width: 1360px) {
  .section-hero-about {
    padding: 30px 15px 300px 15px;
  }
}
@media screen and (max-width: 1199px) {
  .section-hero-about {
    padding: 30px 15px 250px 15px;
  }
  .section-hero-about .text-2 {
    font-size: 60px;
  }
  .section-pizza-junkies .images .img-fluid {
    max-width: 130px;
  }
  .section-pizza-junkies .images .name {
    font-size: 40px;
  }
  .section-pizza-junkies .junkies-info .desq {
    font-size: 26px;
  }
  .section-problem-statement .title-1 {
    font-size: 28px;
  }
  .section-problem-statement .title-2 {
    font-size: 50px;
  }
  .section-problem-solves .problem-box {
    padding: 30px 25px;
    height: 300px;
  }
  .section-problem-solves .problem-box .text-1 {
    font-size: 18px;
  }
  .section-problem-solves .problem-box .text-2 {
    font-size: 24px;
  }
  .section-journey-image .title-1 {
    font-size: 40px;
  }
  .section-your-story .title-1 {
    font-size: 40px;
  }
  .section-your-story .title-2 {
    font-size: 40px;
  }
  .section-your-story .heart_img {
    width: 300px;
  }
}
@media screen and (max-width: 991px) {
  .section-pizza-junkies .title-1 {
    font-size: 40px;
  }
  .section-pizza-junkies .junkies-info {
    margin: 15px 0;
  }
  .section-pizza-junkies .junkies-info .desq {
    font-size: 22px;
  }
  .section-problem-solves .problem-box {
    padding: 50px 25px;
    height: 350px;
    margin-bottom: 20px;
  }
  .section-journey-image .title-1 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .section-problem-solves .problem-box {
    padding: 30px 25px;
    height: 350px;
  }
  .section-problem-solves .problem-box .text-1 {
    font-size: 20px;
  }
  .section-problem-solves .problem-box .text-2 {
    font-size: 30px;
  }
  .section-your-story .heart_img {
    display: none;
  }
  .section-your-story .title-2 {
    font-size: 36px;
  }
  .section-your-story .email {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-hero-about .text-1 {
    font-size: 26px;
  }
  .section-hero-about .text-2 {
    font-size: 40px;
  }
  .section-pizza-junkies .title-1 {
    font-size: 30px;
  }
  .section-pizza-junkies .images {
    align-items: center;
    gap: 10px;
  }
  .section-pizza-junkies .images .expert {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .section-problem-statement .title-1 {
    font-size: 22px;
  }
  .section-problem-statement .title-2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .section-problem-statement .problem-info .sub-title-1 {
    font-size: 22px;
  }
  .section-problem-solves .title-1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .section-hero-about {
    padding: 30px 15px 200px 15px;
  }
  .section-hero-about .text-1 {
    font-size: 20px;
  }
  .section-hero-about .text-2 {
    font-size: 24px;
    margin: 10px 0;
  }
  .section-problem-statement .title-2 {
    font-size: 36px;
  }
  .section-pizza-junkies .title-1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .section-pizza-junkies .images .img-fluid {
    max-width: 90px;
  }
  .section-pizza-junkies .images .expert {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .section-pizza-junkies .images .name {
    font-size: 30px;
  }
  .section-pizza-junkies .images .post {
    font-size: 16px;
  }
  .section-pizza-junkies .junkies-info .desq {
    font-size: 18px;
  }
  .section-your-story .title-1 {
    font-size: 34px;
  }
  .section-your-story .title-2 {
    font-size: 28px;
  }
  .section-your-story .desq {
    font-size: 24px;
  }
  .section-your-story .title-3 {
    font-size: 32px;
  }
  .section-your-story .email {
    font-size: 30px;
    padding: 5px 20px;
  }
}

/***************************** Store Page *****************************/

.section-hero-store {
  background-image: url("../images/store_banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 30vh 15px;
  position: relative;
}
.section-hero-store .pizzagram_title {
  color: #fff;
  font-size: 6rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Big Shoulders", sans-serif;
  position: relative;
  text-align: center;
}

.section-store-location {
  background-image: url("../images/back.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 80px 30px;
}
.section-store-location .bg_section {
  background-color: #fff;
  border-radius: 0 0 29px 29px;
  padding: 50px 30px;
}
.section-store-location .title-1 {
  color: #f00;
  font-size: 3.5rem;
  font-weight: 800;
  padding: 5px 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Big Shoulders", sans-serif;
  border-bottom: 2px solid #333;
}
.section-store-location .location-box {
  position: relative;
  display: inline-block;
  margin: 30px 20px;
  text-align: left;
}
.section-store-location .location-box .location-icon {
  position: absolute;
  right: 0;
  top: 0;
}
.section-store-location .location-sub {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 270px;
  padding: 26px;
  border-radius: 25px;
  background: #000;
  mask: right calc(40px + 25px) top 0 / calc(2 * 25px) calc(2 * 25px)
      radial-gradient(#000 70%, #0000 72%) no-repeat,
    right calc(40px + 25px) / calc(2 * 25px) calc(2 * 25px)
      radial-gradient(#000 70%, #0000 72%) no-repeat,
    radial-gradient(40px at 100% 0, #0000 99%, #000 calc(100% + 1px))
      calc(-1 * 25px) 25px no-repeat,
    conic-gradient(
      at calc(100% - 40px - 2 * 25px) calc(40px + 2 * 25px),
      #0000 25%,
      #000 0
    );
}
.section-store-location .location-box .text-1 {
  color: #f00;
  font-size: 34px;
  font-weight: 800;
  font-family: "Big Shoulders", sans-serif;
  margin-bottom: 30px;
}
.section-store-location .location-box .text-2 {
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.1;
}
.section-store-location .location-box .number {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-top: auto;
}

@media screen and (max-width: 1360px) {
  .section-store-location {
    padding: 0 40px 20px;
  }
  .section-store-location .bg_section {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .section-store-location .location-box {
    margin: 30px 0;
  }
  .section-store-location .location-box .text-1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .section-store-location .location-sub {
    height: 290px;
  }
}
@media screen and (max-width: 991px) {
  .section-hero-store {
    padding: 20vh 15px;
  }
  .section-hero-store .pizzagram_title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .section-store-location {
    padding: 0 20px 20px;
  }
  .section-store-location .bg_section {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 640px) {
  .section-store-location .title-1 {
    font-size: 2.3rem;
  }
  .section-store-location .location-box {
    margin: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  .section-hero-store {
    padding: 15vh 15px;
  }
  .section-store-location .bg_section {
    padding: 30px 0;
  }
  .section-hero-store .pizzagram_title {
    font-size: 3rem;
  }
  .section-store-location .location-box .text-1 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}

/***************************** Franchise Page *****************************/

.section-hero-franchise {
  background-image: url("../images/franchise_banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 500px;
  padding: 35vh 15px;
  position: relative;
}

.section-grow-with {
  padding-top: 50px;
}
.section-grow-with .title-1 {
  color: #000;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
  font-family: "Big Shoulders", sans-serif;
  margin-bottom: 15px;
  span {
    color: #f00;
  }
}
.section-grow-with .bottom-text-1 {
  color: #f00;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.1;
}
.section-grow-with .bottom-text-2 {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
}
.section-grow-with .growlist {
  width: 100%;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.section-grow-with .growbox {
  width: 18%;
  margin: 1%;
  text-align: center;
}
.section-grow-with .growbox .text-1 {
  color: #f00;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 10px;
}
.section-grow-with .growbox .text-2 {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  margin-top: 30px;
}

.section-franchise-form {
  padding: 40px 0;
}
.section-franchise-form .title-1 {
  color: #000;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.2;
  font-family: "Big Shoulders", sans-serif;
  margin-bottom: 20px;
}
.section-franchise-form .formdiv {
  display: inline-block;
  width: 100%;
  background-color: #f00;
  border-radius: 20px;
}
.section-franchise-form .formdiv .form-title {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  padding: 10px 20px;
  background-color: #fff;
  display: inline-block;
  border-radius: 0 0 10px 10px;
}
.section-franchise-form .subdiv {
  padding: 30px 30px 0px 30px;
}
.section-franchise-form .subdiv .form-group {
  margin-bottom: 30px;
}
.section-franchise-form .subdiv .form-control {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  padding: 10px 30px;
  height: auto;
  border-radius: 30px;
  border-color: #fff;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.section-franchise-form .subdiv .form-control::-webkit-input-placeholder {
  color: #fff;
}
.section-franchise-form .subdiv .form-control::-moz-placeholder {
  color: #fff;
}
.section-franchise-form .subdiv .form-control:-ms-input-placeholder {
  color: #fff;
}
.section-franchise-form .subdiv .form-control:-moz-placeholder {
  color: #fff;
}
.section-franchise-form .subdiv .form-control option {
  color: #000;
}
.section-franchise-form .subdiv .sub-title {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.section-franchise-form .subdiv .sub-text {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
}
.section-franchise-form .subdiv hr {
  border-color: #fff;
  margin: 30px 0;
}
.section-franchise-form .radiobtn {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-right: 30px;
  cursor: pointer;
  color: #fff;
  font-size: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.section-franchise-form .radiobtn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.section-franchise-form .radiobtn .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.section-franchise-form .radiobtn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 7px;
  left: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
}
.section-franchise-form .radiobtn input:checked ~ .checkmark:after {
  display: block;
}
.section-franchise-form .formdiv .subinput-div {
  width: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin: 20px 0;
}
.section-franchise-form .formdiv .subinput-div .sub-input {
  margin-left: 10px;
  width: 100%;
  color: #fff;
  font-size: 24px;
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  background-color: transparent;
}
.section-franchise-form .formdiv .btn-submit {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 50px;
  border-radius: 30px 30px 0 0;
  background-color: #000;
}

.section-model-apart {
  padding: 50px 0;
}
.section-model-apart .title-1 {
  color: #000;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.2;
  font-family: "Big Shoulders", sans-serif;
  margin-bottom: 25px;
  span {
    color: #f00;
  }
}
.section-model-apart .model-box {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 50px;
  margin-bottom: 50px;
}
.section-model-apart .model-box .img-fluid {
  position: absolute;
  left: 0;
  top: 0;
}
.section-model-apart .model-box .text-1 {
  color: #f00;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 5px;
}
.section-model-apart .model-box .text-2 {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
}
.section-model-apart .email-title {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 5px;
}
.section-model-apart .email-link {
  display: inline-block;
  color: #f00;
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  padding: 5px 40px;
  border-radius: 30px;
  border: 1px solid #f00;
  cursor: pointer;
  text-decoration: none;
}

.section-business-model {
}

@media screen and (max-width: 1199px) {
  .section-grow-with .title-1 {
    font-size: 40px;
  }
  .section-grow-with .growbox .text-1 {
    font-size: 28px;
  }
  .section-grow-with .growbox .text-2 {
    font-size: 24px;
    margin-top: 20px;
  }
  .section-grow-with .bottom-text-1 {
    font-size: 30px;
  }
  .section-franchise-form .title-1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 991px) {
  .section-grow-with .growbox {
    width: 48%;
    margin: 15px 1%;
  }
  .section-franchise-form .formdiv .form-title {
    font-size: 34px;
  }
  .section-franchise-form .formdiv .btn-submit {
    font-size: 40px;
  }
  .section-model-apart .title-1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .section-hero-franchise {
    min-height: 400px;
    padding: 20px;
  }
  .section-grow-with .title-1 {
    font-size: 30px;
  }
  .section-grow-with .growbox {
    width: 100%;
    margin: 0;
    padding: 20px 0;
  }
  .section-grow-with .growbox .text-1 br {
    display: none;
  }
  .section-grow-with .growbox .text-2 {
    margin-top: 10px;
  }
  .section-franchise-form .title-1 {
    font-size: 36px;
  }
  .section-franchise-form .formdiv .form-title {
    font-size: 26px;
  }
  .section-franchise-form .formdiv .btn-submit {
    font-size: 34px;
  }
  .section-franchise-form .subdiv .form-control {
    font-size: 22px;
    padding: 10px 26px;
  }
  .section-franchise-form .subdiv .sub-title {
    color: #fff;
    font-size: 26px;
  }
  .section-franchise-form .subdiv .sub-text {
    font-size: 26px;
  }
  .section-franchise-form .radiobtn {
    font-size: 26px;
  }
  .section-franchise-form .formdiv .subinput-div {
    flex-direction: column;
    align-items: start;
    white-space: normal;
  }
  .section-model-apart .email-link {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .section-grow-with .title-1 {
    font-size: 24px;
  }
  .section-grow-with .bottom-text-1 {
    font-size: 24px;
  }
  .section-grow-with .bottom-text-2 {
    font-size: 26px;
  }
  .section-franchise-form .title-1 {
    font-size: 28px;
  }
  .section-franchise-form .formdiv .form-title {
    font-size: 20px;
  }
  .section-franchise-form .formdiv .btn-submit {
    font-size: 28px;
    padding: 10px 30px;
  }
  .section-model-apart {
    padding: 30px 0;
  }
  .section-model-apart .title-1 {
    font-size: 28px;
  }
  .section-model-apart .model-box {
    margin-bottom: 30px;
  }
  .section-model-apart .model-box .text-1 {
    font-size: 24px;
  }
  .section-model-apart .model-box .text-2 {
    font-size: 24px;
  }
  .section-model-apart .email-link {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .section-hero-franchise {
    min-height: 250px;
  }
  .section-model-apart .email-link {
    font-size: 26px;
  }
}
