@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
.innerbanner,
.innerbanner img {
  width: 100%;
  display: block;
  position: relative;
  /* padding: 7rem 0; */
  /* background: linear-gradient(0, #ddfbff, #fff); */
}
.innerbanner::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0.55;
  z-index: 1;
}
.innerbanner img {
  height: 400px;
  object-fit: cover;
  object-position: center center;
}
.innercontent {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  z-index: 2;
}
.innercontent h2 {
  position: relative;
  display: flex;
  border: 1px solid #c3161c;
  padding: 10px 25px;
  max-width: 570px;
  min-width: 570px;

  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 72px;
  line-height: 100px;
  margin-bottom: 0px;
  margin: auto;
  z-index: 1;
}
.innercontent h2::before {
  content: url(../images/layer4.png);
  position: absolute;
  left: -35px;
  top: -40px;
  z-index: -1;
  animation: object-move6 2s linear;
}
.innercontent h2::after {
  content: url(../images/layer4.png);
  position: absolute;
  right: -35px;
  bottom: -67px;
  z-index: -1;
  animation: object-move7 2s linear;
}
.innercontent p {
  font-size: 21px;
}
.aboutbox1 {
  padding: 100px 0 50px;
}
.aboutbox1 .grid {
  display: grid;
  grid-template-columns: 35fr 65fr;
  gap: 75px;
}
.aboutbox1 h2 {
  font-size: 72px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 20px;
}
.aboutbox1 p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.aboutbox1 img {
  width: 100%;
  display: block;
}
.aboutbox1 .col-sm-8 .col-sm-6 img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center center;
}
.aboutbox1 .col-sm-8 .col-sm-6 {
  margin-bottom: 20px;
}
img.aboutmainig {
  height: 620px;
  object-fit: cover;
  object-position: center center;
}
.aboutbox2 {
  background-image: url(../images/bg1.svg);
  padding: 60px 0;
}
.aboutbox2 .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
  position: relative;
}
.ab2_box img {
  height: 75px;
}
.ab2_box h3 {
  margin: 20px 0;
  font-size: 26px;
}
.ab2_box p {
}

/*contactpg*/
.contactpg {
  /* padding: 10rem 0; */
  position: relative;
  display: block;
  overflow: hidden;
}
.contactpg .grid {
  display: grid;
  grid-template-columns: 35fr 65fr;
  gap: 50px;
  /* align-items: center; */
}
.contact_left {
  padding: 50px 0 0;
}
.contact_right {
  padding: 100px 0;
  position: relative;
  background-color: rgba(233, 233, 233, 0.47);
}
.contact_right::before {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(233, 233, 233, 0.47);
  display: block;
  z-index: -1;
}
.contactpg h3 {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 30px;
  color: #000;
  font-weight: bold;

  letter-spacing: -0.9px;
  position: relative;
}
.address1 {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 0;
  margin-bottom: 20px;
}
.address1 span {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c3161c;
}
.address1 span img {
  height: 15px;
}
.address1 h4 {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px;
}
.address1 p {
  font-weight: 500;
  font-size: 18px;
}
.address2 {
  align-items: center;
}
.address2 a {
  text-decoration: none;
  color: #4a4a4a;
  font-weight: 700;
  font-size: 18px;
}
.contact_right {
  padding: 50px 0 30px 50px;
}
.contact_right h3 {
  margin-bottom: 10px;
}
.contactpg p {
  color: #4e4e4e;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
}
.sec8_form {
}
.sec8_form .flex {
  gap: 30px;
  margin-bottom: 20px;
}
.sec8_form .flex label {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  width: 80px;
}
.sec8_form .flex input.form-control,
.sec8_form .flex textarea.form-control,
.sec8_form select.form-control {
  width: 100%;
  box-shadow: none;
  height: 50px;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 14px;
  padding: 0 20px;

  text-transform: uppercase;
  color: #000;
  background-color: transparent;
}
.sec8_form select.form-control {
  margin-bottom: 20px;
  cursor: pointer;
}
.sec8_form select.form-control option {
}
.sec8_form .flex textarea.form-control {
  height: 120px;
  padding: 20px;
}
.sec8_form .flex button {
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  display: inline-flex;
  outline: 0;
  background-color: #c3161c;
  border-radius: 10px;
  font-size: 18px;
  transition: all 0.3s;
}
.sec8_form .flex button:hover {
  background-color: #000;
}
.form-control::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.form-control::placeholder {
  color: #000;
  opacity: 1;
}
/*contactpg*/

.delishoo_fran1 {
  padding: 50px 0;
  background-color: #fff;
}
.delishoo_fran1 .grid {
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 50px;
  align-items: center;
}
.delishoo_fran1 h3,
.delishoo_fran2 h2 {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 30px;
  color: #000;
  font-weight: bold;
  letter-spacing: -0.9px;
  position: relative;
}
.delishoo_fran1 p,
.delishoo_fran2 p {
  color: #4e4e4e;
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 18px;
}
.delishoo_fran1 .grid1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  align-items: center;
}
.delishoo_fran1 .grid2 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
}
.delishoo_fran1 .grid2 img {
  height: 50px;
}
.delishoo_fran1 .grid2 h4 {
  text-transform: uppercase;
  margin: 0;
  font-size: 16px;
}
.df_right {
}
.df_right img {
  width: 100%;
  clear: both;
  max-width: 325px;
  margin: auto;
  display: table;
}
.df_right a {
  display: block;
  color: #fff;
  background: #8b2824;
  width: 60%;
  margin: 0 auto;
  padding: 15px 0;
  position: relative;
  text-decoration: none;
  text-align: center;
}
.df_right a::before {
  content: "";
  position: absolute;
  width: 95%;
  height: 70%;
  border: 1px solid #ffc800;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.delishoo_fran2 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
.df2_box {
  position: relative;
  padding: 0 50px;
}
.df2_box::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: url(../images/ownershil-box-divider-icon.webp) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  right: 0;
  top: 0%;
  background-size: cover;
  background-position: center;
}
.df2_box:nth-child(3n)::before {
  display: none;
}
.delishoo_fran2 .grid h3 {
  text-transform: uppercase;
  font-size: 21px;
}
.delishoo_fran2 .grid img {
}
.delishoo_fran2 .grid p {
}

.planyoureventbox {
  background-image: url(../images/unamed.webp);
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: center top;
  min-height: 120vh;
  width: 100%;
  position: relative;
}
.planyoureventbox::before {
  position: absolute;
  height: 40%;
  width: 100%;
  bottom: 0;
  left: 0;
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(0, 0, 0, 0)),
    to(#000)
  );
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
}
.planyoureventbox .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  align-items: center;
  min-height: 120vh;
  position: relative;
  z-index: 9;
}
.planyoureventbox_info h3 {
  font-size: 21px;
  letter-spacing: 15px;
  margin: 0;
  color: #fff;
  letter-spacing: 0;
  margin-top: -100px;
}
.planyoureventbox_info h2 {
  color: #fff;
  font-size: 82px;
  font-weight: 700;
  line-height: 1.1;
  margin: 20px 0;
  text-transform: capitalize;
  transition: all 0.4s ease;
}
.planyoureventbox_info p {
  font-size: 19px;
  color: #fff;
}
.planyoureventbox_form {
  background: #000;
  color: #fff;
  border-radius: 24px;
  border: 8px solid rgba(255, 255, 255, 0.25);
  background-clip: padding-box;
}
.planyoureventbox_form h3 {
  text-transform: uppercase;
  background: var(
    --linear-yellow,
    linear-gradient(174deg, #f6c360 25.57%, #b88a13 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 26px;
  font-weight: 600;
  position: relative;
  padding: 0 30px 15px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #f6c35f;
}
.planyoureventbox_form .sec8_form {
  padding: 30px;
}
.planyoureventbox_form .sec8_form .flex input.form-control,
.planyoureventbox_form .sec8_form .flex textarea.form-control,
.planyoureventbox_form .sec8_form select.form-control {
  border-radius: 5px;
  border: 1px solid #6f6f6f;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
  padding: 0 10px;
}
label span {
  color: #c3161c;
  font-weight: 400;
  margin-bottom: 5px;
}
.planyoureventbox_form .sec8_form .flex textarea.form-control {
  height: 100px;
  padding-top: 15px;
}
.planyoureventbox_form .form-control:-moz-placeholder {
  color: #000 !important;
}
.planyoureventbox_form .form-control::-moz-placeholder {
  color: #000 !important;
}
.planyoureventbox_form .form-control:-ms-input-placeholder {
  color: #000 !important;
}
.planyoureventbox_form .form-control::-webkit-input-placeholder {
  color: #000 !important;
}
.planyoureventbox_form .sec8_form .flex button {
  text-decoration: none;
  color: #000;
  border: 0;
  border-radius: 0;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  outline: 0;
  text-transform: uppercase;
  background: var(
    --linear-yellow,
    linear-gradient(174deg, #f6c360 25.57%, #b88a13 100%)
  );
  border-radius: 5px;
  font-size: 19px;
  letter-spacing: 2px;
  display: block;
  transition: all 0.3s;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

.planyoureventbox_form .form-control:-moz-placeholder {
  color: #fff;
}
.planyoureventbox_form .form-control::-moz-placeholder {
  color: #fff;
}
.planyoureventbox_form .form-control:-ms-input-placeholder {
  color: #fff;
}
.planyoureventbox_form .form-control::-webkit-input-placeholder {
  color: #fff;
}

/*careers*/
.careers_pg h2 {
  font-size: 60px;
  font-family: "Space Grotesk", sans-serif;
  width: 100%;
  color: #000;
  font-weight: 600;
  margin: 0 0 30px;
}
.careers_pg .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 30px;
  padding: 40px 50px;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: #fff;
}
.careers_pg .grid:last-child {
  margin: 0;
}
.careers_pg a.backbtn {
  width: auto;
  display: inline-flex;
  float: right;
  font-weight: 500;
  text-decoration: none;
}
a{text-decoration: none; transition: all 0.3s;}
ul,ol{list-style: none;}
.careers_pg .grid h3 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
  margin-top: 0;
}
.careers_pg .grid span {
}
a.backbtn {
  height: 70px;
  line-height: 66px;
  padding: 0 60px;
  /* background-color: #fff; */
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  border-radius: 40px;
  transition: all 0.3s;
  border: 2px solid #c3161c;
  border-radius: 50px;
}
a.backbtn:hover {
  -webkit-box-shadow: inset 0 0 0 1px #c3161c;
  box-shadow: inset 0 0 0 1px #c3161c;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
a.backbtn img {
  height: 20px;
}
.careers_pg_top {
  margin-bottom: 0;
}
.careers_pg_top h3 {
  margin-bottom: 30px;
}
.careers_pg_top p {
  text-align: center;
  font-size: 19px;
  margin-bottom: 30px;
}
.careers_banner {
}
.careers_banner img {
  width: 100%;
  display: block;
}
.blogspg_info {
  padding: 0;
  display: block;
  /* background-color: #f5f3fa; */
  position: relative;
  margin-top: -100px;
}
.blogspg_info_in {
  padding: 50px 80px;
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.161);
  border-top-right-radius: 100px;
  position: relative;
}
.blogspg_info_in > .flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}
.blogspg_info_in > .flex .flex {
  display: flex;
  margin-top: 20px;
  align-items: center;
  gap: 5px;
  width: auto;
}

.blogspg_info_in > .flex .flex a:not(:first-child) {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f4;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
.blogspg_info_in > .flex .flex a:not(:first-child):hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.161);
}
.blogspg_info_in > .flex .flex a:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #858585;
  font-size: 16px;
  font-weight: 600;
  width: auto;
  background-color: transparent;
}
.blogspg_info_in
  > .flex
  .flex
  a:first-child:hove
  .blogspg_info_in
  > .flex
  .flex
  a:last-child:hover {
  color: #000;
  box-shadow: none;
}
.blogspg_info_in > .flex .flex a:first-child img {
  height: 15px;
}
.blogspg_info_in > .flex .flex a:first-child {
  margin-right: 10px;
}
.blogspg_info_in h1 {
  font-weight: 600;
  position: relative;
  margin-bottom: 40px;
  margin-top: 0;
}
.blogspg_info_in p {
  line-height: 1.8;
  font-size: 19px;
}
.blogspg_info_in h3 {
  color: #000;
  font-size: 24px;
  margin: 30px 0 30px;
  font-weight: 700;
  font-size: 19px;
}
.blogspg_info_in ul {
}
.blogspg_info_in ul li {
  position: relative;
  padding-left: 30px;
  font-size: 19px;
  color: #000;
  margin-bottom: 20px;
}
.blogspg_info_in ul li:last-child {
  margin: 0;
}
.blogspg_info_in ul li::before {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 16px solid #c3161c;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
.blogspg_info_in span {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.blogspg_info_in span img {
  height: 18px;
}
.blogspg_info_in .flex-just {
  justify-content: flex-start;
  gap: 40px;
}
.careers_banner::before {
  display: none;
}
h5.modal-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  position: relative;
  margin-bottom: 0px;
  margin-top: 0;
  color: #000;
}
button.close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #c3161c;
  transition: all 0.3s;
  border-radius: 40px;
  opacity: 1;
  color: #fff;
  padding: 0px;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
button.close:hover {
  opacity: 1;
  background-color: #000;
  color: #fff;
}
.close span {
  font-size: 21px;
  color: #fff;
}
button.close:hover span {
  color: #fff;
}

.modal-backdrop {
  z-index: 99999;
}
.modal {
  z-index: 99999999 !important;
}

.btmcontright form input.form-control,
.modal-body form input.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #111;
  box-shadow: none;
  border-radius: 0px;
  font-size: 14px;
  margin-bottom: 25px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  min-height: 40px;
}
.modal-body label {
  font-size: 14px;
}
.btmcontright form input.form-control:focus,
.btmcontright form textarea.form-control:focus,
.modal-body form textarea.form-control:focus,
.modal-body form input.form-control:focus {
  border-color: #f55f3f;
}
.btmcontright form textarea.form-control,
.modal-body form textarea.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #111;
  box-shadow: none;
  border-radius: 0px;
  height: 60px;
}

form input.btn-1 {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: #c3161c;
  padding: 12px 30px;
  border-radius: 30px;
  margin-top: 25px;
  font-weight: 600;
  transition: all 0.3s;
  cursor: pointer;
  border: 0px;
}

.modal-body input.btn-1 {
  display: table;
  margin: auto;
  margin-top: 20px;
}
.modal-body input.btn-1:hover {
  background-color: #000;
  color: #fff;
}
/*careers*/

/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  .innercontent h2 {
    min-width: 100%;
    max-width: 100%;
    font-size: 32px;
    line-height: 1.2;
  }
  .aboutbox1 .grid,
  .aboutbox2 .grid,
  .delishoo_fran1 .grid,
  .delishoo_fran2 .grid,
  .delishoo_fran1 .grid1,
  .contactpg .grid{
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .contact_right{padding: 25px;}
  .aboutbox1 h2, .careers_pg h2 {
    margin: 0;
    font-size: 32px;
  }
  .delishoo_fran1 h3, .delishoo_fran2 h2{font-size: 28px;}
  .page,
  .aboutbox2,
  .delishoo_fran1,
  .delishoo_fran2,
  .delishoo_fran3{
    padding: 40px 20px;
    overflow: hidden;
  }
  img.aboutmainig {
    height: auto;
    margin-bottom: 20px;
  }
  .aboutbox1 .col-sm-8 .col-sm-6 img {
    height: 200px;
  }
  .aboutbox1 .col-sm-8 {
    padding: 0;
  }
  .innerbanner {
    overflow: hidden;
  }
  .innercontent h2::before,
  .innercontent h2::after {
    background-size: 100px;
  }
  .gallerybox h3,
  .blogspg_info_in h1,
  h5.modal-title,
  .planyoureventbox_info h2{
    font-size: 32px;
  }
  .page {
    padding: 80px 20px 40px;
  }
  img{max-width: 100%;}
  .df_right a{width: 100%;}
  .df2_box::before{display: none;}
  .contactpg h3{font-size: 26px;}
  .careers_pg .grid {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px;
  }
  .careers_pg_top p {
    font-size: 15px;
  }
  .careers_pg .grid h3 {
  }
  .contactpg1_in {
    width: 100%;
    padding: 0;
  }
  .contactpg1 {
    padding: 50px 20px;
  }
  .contactpg1_in_in, .planyoureventbox .grid {
    display: block;
    padding: 20px 10px;
    min-height: auto;
  }
  .contactpg1_in_left {
    padding: 50px 0 0;
  }
  .contactpg1_in_left h3 {
    font-size: 18px;
  }
  .jobdescription {
    padding: 40px 20px;
  }
  .jobdescription .col-sm-6 {
    width: 100%;
  }
  .blogspg_info_in ul li,
  .blogspg_info_in p{
    font-size: 16px;
  }
  .aboutpgbx3_right h4,
  .careers_pg .grid h3,
  .blogspg_info_in h3 {
    font-size: 18px;
  }
  .pricing_wrap {
    min-height: auto;
  }
  a.backbtn {
    font-size: 16px;
    height: 50px;
    line-height: 46px;
    padding: 0 20px;
  }
  .blogspg_info_in span {
    font-size: 14px;
  }
  .blogspg_info_in {
  padding: 20px 20px;}
  .planyoureventbox {
  background-image: url(../images/unamed.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 120vh;
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}.planyoureventbox_form h3{font-size: 18px; padding: 0 20px 15px;}
.planyoureventbox_info p {
  font-size: 14px;
  color: #fff;
}
.planyoureventbox_info h3{margin-top: 50px; font-size: 18px;}
.planyoureventbox_form{margin-top: 40px;}
.sec8_form .col-sm-12{width: 100%;}
.planyoureventbox_form .sec8_form{padding: 20px;}
}
