* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
}

.tmplt1 {
  background: #052c65;
  padding: 0px 20px 20px;
  overflow: hidden;
}

/******* header css form here ***********/
.header {
  padding: 20px 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #052c65;
}

.curvel {
  position: absolute;
  left: 0px;
  bottom: -23px;
  width: 23px;
  height: 23px;
  display: none;
}

.curver {
  position: absolute;
  right: 0px;
  width: 23px;
  height: 23px;
  display: none;
  bottom: -23px;
  display: none;
}

/*

.header::before {
        display: block;
    content: "";
    height: 40px;
    width: 40px;
    background: #052c65;
    position: absolute;
    left: 0;
    bottom: -100px;
    bottom: -40px;
    clip-path: polygon(0 0, 100% 0, 19% 19%, 0% 100%);
}
.header::after {
display: block;
    content: "";
    height: 40px;
    width: 40px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -40px;
    border-top-left-radius: 20px;
    clip-path: polygon(0 0, 100% 0, 27% 26%, 0% 100%);
}
*/

.header .header_logo {
  display: flex;
  align-items: center;
  height: 100%;
}

.header .header_logo .logo {
  width: 212px;
}

.header .header_logo .hamburger {
  width: 30px;
  display: none;
}

.header .header_menus {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}

.header .header_menus::before {
  display: block;
  content: "";
  height: 39px;
  width: 41px;
  background: #fff;
  position: absolute;
  right: -25px;
  bottom: -20px;
}

.header .header_menus::after {
  display: block;
  content: "";
  height: 40px;
  width: 41px;
  background: #052c65;
  position: absolute;
  right: -24px;
  bottom: -20px;
  border-bottom-right-radius: 20px;
}

.header .header_menus ul {
  display: flex;
  list-style: none;
  margin: 0 !important;
}

.header .header_menus ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 0px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  margin: 0px 22px 0px 0px;
  transition: 0.3s;
}

.header .header_menus ul li a:hover {
  color: #fff;
}

.header .header_menus ul li a::before {
  display: block;
  content: "";
  height: 3px;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 9px;
  width: 0;
  transition: 0.3s;
}

.header .header_menus ul li a.active {
  color: #fff;
}

.header .header_menus ul li a:hover::before {
  width: 100%;
}

.header .header_sgnin {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  justify-content: center;
  background: #fff;
  border-radius: 20px 20px 0px 0px;
  padding-top: 15px;
}

.header .header_sgnin .srch {
  margin: 0;
  position: relative;
  z-index: 2;
}

.header .header_sgnin .srch i {
  color: #052c65;
  font-size: 22px;
}

.header .header_sgnin .cart {
  margin: 0px 23px;
  position: relative;
  z-index: 2;
}

.header .header_sgnin .cart i {
  color: #052c65;
  font-size: 27px;
}

.header_sgnin:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 23px;
  background-color: #fff;
  border-bottom: 0;
  right: 0;
  bottom: -20px;
}

.header .header_sgnin .sgnin_btn {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 50px;
  text-decoration: none;
}

.header .header_sgnin .sgnin_btn::before {
  display: block;
  content: "";
  height: 50%;
  width: 100%;
  background:#ffc107;
  position: absolute;
  top: 0;
  left: -100%;
  transition: 0.4s;
  z-index: 99;
}

.header .header_sgnin .sgnin_btn::after {
  display: block;
  content: "";
  height: 50%;
  width: 100%;
  background:#ffc107;
  position: absolute;
  bottom: 0;
  right: -100%;
  transition: 0.4s;
  z-index: 99;
}

.header .header_sgnin .sgnin_btn:hover::before {
  left: 0%;
}

.header .header_sgnin .sgnin_btn:hover::after {
  right: 0%;
}

.header .header_sgnin .sgnin_btn span {
  padding: 12px 24px;
  border-radius: 50px;
  color: #052c65;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  box-shadow: 0 13px 32px 0px rgb(0, 0, 0, 7%);
  font-size: 15px;
  position: relative;
  z-index: 2;
  border: 2px solid;
  z-index: 999;
}

.header .header_sgnin .sgnin_btn span:hover {
  color: white;
  border: 2px solid #ffc107;
}

.header .header_sgnin .sgnin_btn i {
  margin-right: 15px;
  font-size: 18px;
}

/******* mobile menu css form here ***********/

.mobile_menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}

.mobile_menu .mobile_mmain {
  background: #052c65;
  width: 35%;
  height: 100%;
  padding: 30px 40px;
  z-index: 999;
  position: relative;
  transform: translatex(-100%);
  transition: 0.6s;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.mobile_menu .mobile_mmain ul {
  list-style: none;
  padding: 0;
  width: 100%;
}

.mobile_menu .mobile_mmain ul li a {
  display: block;
  text-decoration: none;
  color: white;
  padding: 18px 10px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #cccccc;
}

.mobile_menu .cross_lyr {
  background: rgb(0, 0, 0, 10%);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 65%;
  z-index: 101;
  cursor: pointer;
  transform: translatex(100%);
  transition: 0.5s;
}

.mobile_menu .header_sgnin {
  display: flex;
  align-items: center;
  height: auto;
  position: relative;
  justify-content: center;
  background: #fff;
  border-radius: 20px;
  padding: 10px;
  width: 100%;
}

.mobile_menu .header_sgnin .srch {
  margin: 0;
  position: relative;
  z-index: 2;
}

.mobile_menu .header_sgnin .srch i {
  color: #052c65;
  font-size: 17px;
}

.mobile_menu .header_sgnin .cart {
  margin: 0px 10px;
  position: relative;
  z-index: 2;
}

.mobile_menu .header_sgnin .cart i {
  color: #052c65;
  font-size: 20px;
}

.mobile_menu .header_sgnin:after {
  display: none;
}

.mobile_menu .header_sgnin .sgnin_btn {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 50px;
  text-decoration: none;
}

.mobile_menu .header_sgnin .sgnin_btn::before {
  display: block;
  content: "";
  height: 50%;
  width: 100%;
  background: var(--btn-bgcolor);
  position: absolute;
  top: 0;
  left: -100%;
  transition: 0.4s;
  z-index: 99;
}

.mobile_menu .header_sgnin .sgnin_btn::after {
  display: block;
  content: "";
  height: 50%;
  width: 100%;
  background: var(--btn-bgcolor);
  position: absolute;
  bottom: 0;
  right: -100%;
  transition: 0.4s;
  z-index: 99;
}

.mobile_menu .header_sgnin .sgnin_btn:hover::before {
  left: 0%;
}

.mobile_menu .header_sgnin .sgnin_btn:hover::after {
  right: 0%;
}

.mobile_menu .header_sgnin .sgnin_btn span {
  padding: 6px 9px;
  border-radius: 50px;
  color: #052c65;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  box-shadow: 0 13px 32px 0px rgb(0, 0, 0, 7%);
  font-size: 15px;
  position: relative;
  z-index: 2;
  border: 2px solid;
  z-index: 999;
}

.mobile_menu .header_sgnin .sgnin_btn span:hover {
  color: white;
  border: 2px solid var(--btn-bgcolor);
}

.mobile_menu .header_sgnin .sgnin_btn i {
  margin-right: 7px;
  font-size: 18px;
}

/******* hero section  css form here ***********/

.hero {
  padding: 50px 0 115px;
  background: #fff;
  border-radius: 20px 0px 0px 0px;
  background-image: url(../images/mntnbg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero .row {
  position: relative;
}

.hero_content {
  padding-top: 30px;
}

.hero_content .hero_hdngsss {
  color: #636262;
  font-size: 20px;
  max-width: 474px;
  font-weight: 500;
  margin: 0;
}

.hero_content .hero_hdng {
  -webkit-text-stroke: 0px transparent;
  text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
  color: #052c65;
  letter-spacing: 0.05em;
  font-size: 110px;
  line-height: 1.091;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 78px !important;
  font-family: "Dancing Script", cursive;
}

.hero_hdngs {
  -webkit-text-stroke: 0px transparent;
  text-shadow: -2px 0 #052c65, 0 2px #052c65, 2px 0 #052c65, 0 -2px #052c65;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-size: 110px;
  line-height: 1.091;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
}

.hero_content .hero_hdng .hero_hdngs1 {
  font-family: "Dancing Script", cursive;
  color: #932b2f;
}

.hero_content .hero_hdng .hero_hdngs2 {
  font-family: "Dancing Script", cursive;
  color: #faad53;
}

.hero_content .hero_links {
  margin-top: 65px;
  display: flex;
  align-items: center;
}

.hcta {
  background: #e94029;
  padding: 7px 20px;
  border-radius: 50px;
  color: rgb(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 18px;
}

.playbtn {
  background: black;
  padding: 0;
  border-radius: 50%;
  height: 41px;
  width: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
}

.playbtn img {
  width: 17px;
  margin-left: 2px;
}

.hero_images {
  position: relative;
}

.hero_images .bmbg {
  max-width: 500px;
  margin: 0 40px 0px auto;
  position: relative;
  z-index: 2;
}

.hero_images .bmbg img {
  width: 100%;
}

.hero_images .sale {
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 3;
  width: 140px;
}

.fdlvrybg {
  background: rgb(254, 255, 255, 0.7);
  padding: 32px 40px;
  border-radius: 30px;
  position: absolute;
  left: -80px;
  bottom: -25px;
  z-index: 1;
  width: 380px;
  backdrop-filter: blur(7px);
}

.fdlvry {
  display: flex;
}

.fdlvryl {
  width: 32px;
  margin-right: 10px;
}

.fdlvryl img {
  width: 100%;
}

.fdlvryhdng {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}

.fdlvrycntn {
  color: #636262;
  font-size: 13px;
  max-width: 160px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 3px;
}

.or1 {
  position: absolute;
  left: 112px;
  width: 120px;
  bottom: -55px;
}

.or2 {
  position: absolute;
  width: 150px;
  right: 6px;
  bottom: 100px;
}

.cuc1 {
  position: absolute;
  left: 34px;
  width: 84px;
  transform: rotate(-100deg);
  bottom: 152px;
}

.cuc2 {
  position: absolute;
  width: 54px;
  transform: rotate(-100deg);
  top: 161px;
  right: 19px;
}

/**********************/

.prdct {
  padding: 150px 0px 100px;
  overflow: hidden;
  background: #fff;
}

.prdct_inner {
  background: #052c65;
  padding: 55px 140px 20px;
  border-radius: 60px;
  position: relative;
}

.prdct_inner::before {
  display: block;
  content: "";
  height: 145px;
  width: 145px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -66px;
  border-radius: 0px 50% 50% 0px;
}

.prdct_inner::after {
  display: block;
  content: "";
  height: 145px;
  width: 145px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: -66px;
  border-radius: 50% 0% 0% 50%;
}

.item {
  padding: 65px 12px 12px;
}

.prdct_crrd {
  background: white;
  padding: 130px 25px 23px;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 0 7px rgb(100, 100, 100, 0.2);
}

.pcrdimgbg {
  position: absolute;
  top: -55px;
  width: 170px;
  background: #e67d7a;
  left: 50%;
  transform: translatex(-50%);
  border-radius: 50%;
  box-shadow: 0 4px 15px rgb(100, 100, 100, 29%);
  height: 170px;
  background-color: white;
  background-size: cover;
  border: 5px solid #052c65;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}

.pcrdimgbg img {
  width: 10%;
  display: none;
}

.prdct_crrd .pcrrd_hdng {
  margin: 0px 0 7px;
  color: #474646;
  font-weight: 600;
  font-size: 23px;
}

.prdct_crrd .ppricebg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prdct_crrd .ppricebg span {
  color: #474646;
  font-size: 28px;
  font-weight: 600;
}

.prdct_crrd .ppricebg a {
  background: #fff;
  padding: 2px 1px 0;
  border-radius: 50%;
}

.prdct_crrd .ppricebg a img {
  width: 25px;
}

.prtngbg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.prtngbg a {
  text-decoration: none;
  color: white;
  padding: 3px 13px 4px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 0px 15px rgb(0, 0, 0, 20%);
  line-height: initial;
  background: var(--btn-bgcolor);
}

.prtngbg span {
  color: #474646;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.prtngbg span i {
  margin-right: 5px;
  font-size: 12px;
}

.prdct .owl-prev span {
  background: url(../images/left-arrow.png), white;
  position: absolute;
  left: -185px;
  bottom: 163px;
  line-height: initial;
  font-size: 0;
  background-size: 37%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px;
  border-radius: 50%;
  box-shadow: 0px 5px 32px 1px rgb(100, 100, 100, 25%);
  z-index: 99;
}

.prdct .owl-next span {
  background: url(../images/right-arrow.png), white;
  position: absolute;
  right: -185px;
  bottom: 163px;
  line-height: initial;
  font-size: 0;
  background-size: 37%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px;
  border-radius: 50%;
  box-shadow: 0px 5px 32px 1px rgb(100, 100, 100, 25%);
  z-index: 99;
}

/*********** Categories sections form here ******************/

.ctrgs {
  padding: 250px 0;
  background: #000000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ctrgs .tpt1_sbhdng {
  text-align: center;
}

.ctrgs .tpt1_hdng {
  text-align: center;
  margin-bottom: 70px !important;
}

.ctrgs .tpt1_hdng::after {
  left: 50%;
  transform: translatex(-50%);
}

.ctrgs_images {
  padding: 10px 39px 0px 0px;
}

.ctrgs_images .col-xxl-8 {
  padding: 0px 7px 0px 10px;
}

.ctrgs_images .col-xxl-4 {
  padding: 0px 10px 0px 7px;
}

.ctrgs_imgsin {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.ctrgs_imgsin2 {
  margin-top: 15px;
}

.ctrgs_imgsin img {
  width: 100%;
}

.ctrgs_imgsin .lyr {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(100, 100, 100, 0%);
  text-align: center;
  display: grid;
  align-items: end;
  padding: 20px 5px;
  transition: 0.5s;
}

.ctrgs_imgsin:hover .lyr {
  background: rgb(100, 100, 100, 20%);
}

.ctrgs_imgsin .lyr a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 19px;
  transform: translatey(50px);
  transition: 0.4s;
}

.ctrgs_imgsin:hover .lyr a {
  transform: translatey(0px);
}

.tpt1_hdng {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 50px !important;
  position: relative;
  color: #474646;
}

.tpt1_hdng::after {
  display: block;
  content: " ";
  height: 4px;
  width: 180px;
  background: #e94029;
  position: absolute;
  left: 0;
  bottom: -18px;
}

.ctrgs_infobg {
  display: flex;
  margin-bottom: 38px;
  position: relative;
  padding-left: 100px;
}

.ctrgs_cntnt .ctrgs_infobg:last-child {
  margin: 0;
}

.ctrgs_infobg .ctrgs_infoicon {
  background: linear-gradient(-4deg, #ef6200, #ef6200, #fcd02f);
  border-radius: 50%;
  padding: 0;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 17px rgb(100, 100, 100, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}

.ctrgs_cntnt .ctrgs_infobg:nth-child(3) .ctrgs_infoicon {
  background: linear-gradient(-4deg, #706ae1, #7e78fe, #ceccfd);
}

.ctrgs_cntnt .ctrgs_infobg:nth-child(4) .ctrgs_infoicon {
  background: linear-gradient(-4deg, #468d30, #68da44, #8ee771);
}

.ctrgs_infobg .ctrgs_infoicon img {
  width: 40px;
}

.ctrgs_infocntn {
  width: 100%;
}

.ctrgs_infocntn .cicnt_hdng {
  font-size: 20px;
  font-weight: 700;
  margin: 0px 0px 8px;
  max-width: 100%;
  color: #474646;
}

.ctrgs_infocntn p {
  margin: 0;
  color: #636262;
  font-size: 13px;
  font-weight: 500;
}

.getstarted {
  padding: 95px 0px 0px;
  background: #fff;
}

.getstarted .getstarted_cntnt {
  padding: 0px 20px 0px 0px;
}

.getstarted .tpt1_hdng {
  margin-bottom: 58px !important;
}

.tpt1_sbhdng {
  margin: 0 !important;
  font-weight: 600;
  color: #e94029;
  line-height: 20px !important;
  text-transform: uppercase;
}

.getstarted .getstarted_cntnt .gtstrtdcntb {
  margin: 0px 0px 20px !important;
  color: #474646;
  font-weight: 600;
  font-size: 22px;
}

.getstarted .getstarted_cntnt .gtstrtdcnt {
  color: #474646;
  margin-bottom: 50px !important;
}

.getstarted .getstarted_cntnt .gtstrtd_cards {
  background: #dee2e659;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  height: 100%;
}

.getstarted .getstarted_cntnt .gtstrtd_cards img {
  width: 100px;
}

.getstarted .getstarted_cntnt .gtstrtd_cards .gtstrtd_cards_hdng {
  margin: 0;
  font-size: 54px;
  font-weight: 700;
  color: #052c65;
}

.getstarted .getstarted_cntnt .gtstrtd_cards .gtstrtd_cards_cntn {
  margin: 0;
  color: #474646;
  font-weight: 500;
  font-size: 15px;
}

.getstarted .getstarted_imgs {
  padding: 0px 0px 50px 50px;
  position: relative;
}

.getstarted .getstarted_imgs img {
  width: 100%;
}

.getstarted .getstarted_imgs .fstfoods {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  width: 100px;
}

.getstarted .getstarted_imgs .fstfood {
  position: absolute;
  left: 10px;
  bottom: 10px;
  border-radius: 0;
  width: 140px;
  transform: rotate(-3deg);
}

.top_foods {
  padding: 75px 0px 0px;
  background: #fff;
}

.top_foods .tpt1_sbhdng {
  text-align: center;
}

.top_foods .tpt1_hdng {
  text-align: center;
  margin-bottom: 60px !important;
}

.top_foods .tpt1_hdng::after {
  left: 50%;
  transform: translatex(-50%);
}

.top_foods .top_fds_hdng {
  font-size: 37px;
  font-weight: 600;
  text-align: center;
  color: #e94029;
  margin: 0px 0px 40px;
}

.top_foods .top_foods_innr {
  text-align: center;
}

.top_foods .top_foods_innr img {
  max-width: 100%;
  border-radius: 10px;
}

.top_foods .top_foods_innr .top_fdsinner_hdng {
  font-size: 23px;
  font-weight: 800;
  color: #000;
  margin: 10px 0 10px;
}

.top_foods .top_foods_innr p {
  margin: 0;
  color: #474646;
  font-size: 15px;
  font-weight: 500;
}

/*************/
.foody {
  padding: 75px 0px 0px;
  background: #fff;
}

.foody .row {
  gap: 50px 0;
}

.foody .tpt1_sbhdng {
  text-align: center;
}

.foody .tpt1_hdng {
  text-align: center;
  margin-bottom: 80px !important;
}

.foody .tpt1_hdng::after {
  left: 50%;
  transform: translatex(-50%);
}

.foody .foody_cards {
  text-align: center;
}

.foody .foody_cards .foody_card {
  padding: 5px 20px 0;
  background: white;
  border-radius: 30px;
  box-shadow: 0 0 10px rgb(100, 100, 100, 10%);
  overflow: hidden;
  transition: 0.5s;
}

.foody .foody_cards:hover .foody_card {
  background: #adacb2;
}

.foody .foody_cards .foody_card img {
  width: 100%;
  margin-bottom: -20px;
}

.foody .foody_cards .foody_card_hdng {
  font-size: 20px;
  font-weight: 700;
  color: #474646;
  margin: 35px 0 10px;
}

.foody .foody_cards .foody_card_cntnt {
  margin: 0;
  color: #474646;
  font-size: 15px;
  font-weight: 500;
}

/************/

.discont {
  padding: 65px 0px 113px;
  background: #fff;
  overflow: hidden;
  border-radius: 0px 0px 20px 0px;
}

.discont .discont_cntnt {
  padding: 130px 0 0;
}

.discont .discont_cntnt .discont_hdng1 {
  font-size: 43px;
  font-weight: 700;
  color: #f0b533;
  margin: 0;
}

.discont .discont_cntnt .discont_hdng2 {
  margin: 30px 0 47px !important;
  color: #474646;
  font-size: 20px;
  font-weight: 600;
  max-width: 480px;
}

.discont .discont_cntnt .apps {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.discont .discont_cntnt .apps a {
  display: flex;
  background: #000000;
  color: white;
  padding: 8px 10px;
  border-radius: 50px;
  width: 190px;
  position: relative;
  overflow: hidden;
}

.discont .discont_cntnt .apps a::before {
  display: block;
  content: "";
  height: 50%;
  width: 100%;
  background: var(--btn-bgcolor);
  position: absolute;
  top: 0;
  left: -100%;
  transition: 0.4s;
  z-index: 1;
}

.discont .discont_cntnt .apps a::after {
  display: block;
  content: "";
  height: 50%;
  width: 100%;
  background: var(--btn-bgcolor);
  position: absolute;
  bottom: 0;
  right: -100%;
  transition: 0.4s;
  z-index: 1;
}

.discont .discont_cntnt .apps a:hover::before {
  left: 0%;
}

.discont .discont_cntnt .apps a:hover::after {
  right: 0%;
}

.discont .discont_cntnt .apps a .apiconbg {
  padding: 0;
  border-radius: 50%;
  border: 1.5px solid #ffffff;
  width: 40px;
  height: 40px;

  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 999;
}

.discont .discont_cntnt .apps a .apiconbg i {
  font-size: 17px;
}

.discont .discont_cntnt .apps a .apcntnt {
  padding-left: 10px;
  display: grid;
  align-content: center;
  position: relative;
  z-index: 999;
}

.discont .discont_cntnt .apps a .apcntnt p {
  font-size: 10px;
  font-weight: 600;
  margin: 0 !important;
  line-height: initial !important;
}

.discont .discont_cntnt .apps a .apcntnt span {
  font-size: 17px;
  font-weight: 500;
  line-height: initial;
  margin-top: -4px;
}

.discont .discont_images {
  position: relative;
}

.discont .discont_images .discont_img1 {
  position: absolute;
  z-index: 99;
  right: 0px;
  top: 43px;
}

.discont .discont_images .discont_img2 {
  position: absolute;
  z-index: 9;
  top: 98px;
  left: 106px;
}

/********************/
.footer {
  padding: 100px 0;
  background: #052c65;
  border-radius: 0px 0px 20px 20px;
  position: relative;
  clear: both;
}

.footer:after {
  content: "";
  position: absolute;
  border-radius: 0px 0px 20px 20px;
  background: #fff;
  height: 99%;
  width: 34%;
  top: 0px;
}

.footer .ftrshape {
  position: absolute;
  right: 0;
  top: -20px;
  width: 20px;
  height: 20px;
  display: none;
}

.ftr_inner2 {
  position: relative;
}

.ftr_inner2::before {
  display: block;
  content: "";
  height: 40px;
  width: 40px;
  background: #fff;
  position: absolute;
  left: 34%;
  top: -100px;
}

.ftr_inner2::after {
  display: block;
  content: "";
  height: 40px;
  width: 40px;
  background: #052c65;
  position: absolute;
  left: 34%;
  top: -100px;
  border-top-left-radius: 20px;
}

.ftrinnr {
  padding: 0px 30px 0px 0px;
  position: relative;
  z-index: 2;
}

.footer_inner .flogo {
  width: 212px;
  display: block;
  margin: 0px 0px 33px;
}

.footer_inner p {
  margin: 0;
  color: #000;
  font-weight: 500;
  font-size: 17px;
  max-width: 300px;
}

.footer_inner .footer_hdng {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0px 0px 30px;
}

.footer_inner ul {
  list-style: none;
  padding: 0;
}

.footer_inner ul li a {
  display: block;
  padding: 7px 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.searchbox {
  position: absolute;
  width: 75%;
  margin: 30px 0px 0px;
  z-index: 3;
  bottom: -169px;
  left: 0;
}

.content-div {
  background: #fff;
  float: left;
  width: 100%;
  padding: 0px;
  border-radius: 20px 0px 20px 0px;
  overflow: hidden;
}

.inpagebg {
  background: white;
  padding: 20px;
  border-radius: 20px 0 20px 0;
}

.inpagehero {
  background: url(../images/aboutusbg.jpg);
  background-size: cover;
  padding: 200px 15px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
}

.lyrbghdng {
  font-size: 60px;
  color: white;
  font-weight: 800 !important;
  margin: 0 0 20px !important;
  width: 100%;
}

.lyrbgcntnt {
  font-weight: 500;
  color: white;
  max-width: 850px;
  margin: auto !important;
}

.inpagecntnt {
  padding: 70px 0;
  max-width: 820px;
  margin: auto;
}

.inpagecntnt p {
  font-weight: 500;
  margin: 20px 0px !important;
  color: #474646;
}

.inpagecntnt .inpagehdng1 {
  font-size: 34px;
  font-weight: 800 !important;
  color: #000000;
  margin: 20px 0px !important;
}

.inpagecntnt .inpagehdng2 {
  font-size: 30px;
  font-weight: 800 !important;
  margin: 20px 0px !important;
  color: #000000;
}

.inpagecntnt .inpagehdng3 {
  font-size: 28px;
  font-weight: 800 !important;
  margin: 20px 0px !important;
  color: #000000;
}

/*  */
.camping-section.camping-section {
  position: relative;
  padding: 95px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.camping-section .row {
  gap: 50px 0;
}
.camping-section::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 255, 40%);
  content: "";
}

.tpt1_sbhdng_rr {
  margin: 0 !important;
  font-weight: 600;
  color: white;
  line-height: 20px !important;
  text-transform: uppercase;
  position: relative;
}

.tpt1_hdng_rr {
  font-size: 38px;
  font-weight: 800;
  position: relative;
  margin-bottom: 45px !important;
  color: #ffffff;
  position: relative;
}

.tpt1_hdng_rr::after {
  display: block;
  content: " ";
  height: 4px;
  width: 180px;
  background: white;
  position: absolute;
  left: 0;
  bottom: -18px;
}

.gtstrtdcntb_rr {
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  position: relative;
  max-width: 340px;
}

.camping_bn_btn {
  position: relative;
  color: #052c65;
  padding: 11px 24px;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 15px;
  border-radius: 50px;
  border: 2px solid;
  position: relative;
  z-index: 999;
  display: inline-block;
}

.camping-bn-main {
  margin: 30px 0;
  display: inline-block;
  position: relative;
  z-index: 1;
  background: white;
  padding: 0;
  overflow: hidden;
  border-radius: 50px;
}

.camping-bn-main::before {
  display: block;
  content: "";
  height: 50%;
  width: 100%;
  background: var(--btn-bgcolor);
  position: absolute;
  top: 0;
  left: -100%;
  transition: 0.4s;
  z-index: 99;
}

.camping-bn-main::after {
  display: block;
  content: "";
  height: 50%;
  width: 100%;
  background: var(--btn-bgcolor);
  position: absolute;
  bottom: 0;
  right: -100%;
  transition: 0.4s;
  z-index: 99;
}

.cbmtext {
  font-size: 150px;
  font-weight: 600;
  position: absolute;
  -webkit-text-stroke: 1px rgb(255, 255, 255, 35%);
  font-family: arial;
  color: transparent;
  left: 53%;
  top: 46%;
  transform: translatex(-50%) translatey(-50%);
}
.camping-bn-main:hover::before {
  left: 0%;
}

.camping-bn-main:hover::after {
  right: -0%;
}

.camping-bn-main:hover .camping_bn_btn {
  color: white;
  border: 2px solid var(--btn-bgcolor);
}

.camping-btn-section {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  position: relative;
}

.camping-btn-main {
  background: white;
  height: 80px;
  width: 80px;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 4;
  border: 5px solid #052c65;
  animation: pulse 2s infinite;
  transition: transform 0.3s ease;
  display: grid;
  transition: 0.3s;
}

.camping-btn-main:hover {
  transform: scale(1.1);
  border: 5px solid var(--btn-bgcolor);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    box-shadow: 0 0 0 40px rgba(40, 167, 69, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
  }
}

.camping-btn-main i {
  margin: 3px 0px 0px 6px;
  color: #052c65;
  font-size: 30px;
  transition: 0.2s;
}

.camping-btn-main:hover i {
  color: var(--btn-bgcolor);
}

/**********************************************************************************/

@media (max-width: 1500px) {
  .prdct_inner {
    padding: 55px 110px 20px;
  }

  .prdct_inner::before {
    left: -46px;
  }

  .prdct_inner::after {
    right: -46px;
  }

  .prdct .owl-prev span {
    left: -134px;
  }

  .prdct .owl-next span {
    right: -134px;
  }
}

@media (max-width: 1400px) {
  .fdlvrybg {
    left: -110px;
  }

  .header .header_menus ul li a {
    font-size: 16px;
    margin: 0px 10px;
  }
}

@media (max-width: 1253px) {
  .prdct_inner::before {
    left: -20px;
    height: 115px;
    width: 115px;
  }

  .prdct_inner::after {
    right: -20px;
    height: 115px;
    width: 115px;
  }

  .prdct .owl-prev span {
    left: -114px;
    padding: 40px;
    bottom: 173px;
  }

  .prdct .owl-next span {
    right: -114px;
    padding: 40px;
    bottom: 173px;
  }
}

@media (max-width: 1200px) {
  .header .header_logo .logo {
    width: 170px;
  }

  .header .header_menus ul li a {
    font-size: 12px;
  }

  .header .header_sgnin .srch i {
    font-size: 18px;
  }

  .header .header_sgnin .cart {
    margin: 0px 10px;
  }

  .header .header_sgnin .cart i {
    font-size: 22px;
  }

  .header .header_sgnin .sgnin_btn span {
    padding: 8px 10px;
    font-size: 15px;
  }

  .header .header_sgnin .sgnin_btn img {
    width: 17px;
    margin-right: 10px;
  }

  .hero_content .hero_hdng {
    font-size: 60px;
    line-height: initial !important;
  }

  .hero_hdngs {
    line-height: initial !important;
    margin-bottom: 25px !important;
  }

  .hero_content p {
    margin: 20px 0 0 0;
  }

  .hero_content .hero_links {
    margin-top: 60px;
  }

  .hero_images .sale {
    width: 100px;
    top: 2px;
  }

  .hero_images .bmbg {
    max-width: 364px;
    margin: 0 0px 0px auto;
  }

  .fdlvrybg {
    left: -10px;
    bottom: -74px;
    width: 300px;
    padding: 18px 22px;
  }

  .cuc2 {
    top: 70px;
    right: 0;
  }

  .searchbox {
    bottom: -246px;
  }

  .hero {
    padding: 50px 0 225px;
  }
}

@media (max-width: 1177px) {
  .footer:after {
    display: none;
  }

  .footer .ftrshape {
    display: none;
  }

  .ftr_inner2::after {
    display: none;
  }

  .ftr_inner2::before {
    display: none;
  }

  .footer {
    background: #fff;
  }

  .footer_inner .footer_hdng {
    color: #474646;
  }

  .footer_inner ul li a {
    color: #052c65;
  }

  .discont {
    padding: 90px 0px 0px;
  }

  .discont .discont_images .discont_img1 {
    width: 60%;
    position: relative;
    z-index: 99;
    left: 0;
    top: 0;
  }

  .discont .discont_images .discont_img2 {
    width: 50%;
    position: absolute;
    top: 70px;
    left: 170px;
  }

  .discont {
    border-radius: 0;
  }

  .inpagebg {
    border-radius: 20px 0px 0px 0px;
  }

  .content-div{
        border-radius: 20px 0px 0px 0px;

  }
}

@media (max-width: 1001px) {
  .searchbox {
    bottom: -369px;
    width: 100%;
  }

  .hero {
    padding: 50px 0 345px;
  }

  .hero_content .hero_hdng {
    max-width: 100%;
  }

  .hero_content p {
    max-width: 100%;
  }
  .cbmtext {
    font-size: 114px;
  }
}

@media (max-width: 992px) {
  .inpagebg {
    padding: 15px;
    border-radius: 20px 20px 0 0;
  }

  .inpagecntnt {
    padding: 60px 5px 0px;
  }

  .header .hthis {
    display: none;
  }

  .header .header_logo .logo {
    width: 212px;
  }

  .header .header_logo .hamburger {
    display: block;
    display: block;
    filter: brightness(0) invert(1);
  }

  .header .header_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header .header_logo .logo {
  }

  .hero_images .bmbg {
    max-width: 370px;
    margin: auto;
  }

  .cuc1 {
    left: 0;
    width: 60px;
    bottom: 241px;
  }

  .fdlvrybg {
    left: 0;
    bottom: -30px;
    width: auto;
    padding: 18px 22px 4px;
    z-index: 3;
  }

  .or1 {
    left: 10%;
    width: 100px;
    bottom: -50px;
  }

  .or2 {
    width: 90px;
    right: 0;
    bottom: 0px;
  }

  .cuc2 {
    width: 54px;
    top: 0px;
    right: 0;
  }

  .hero_images .sale {
    width: 90px;
    top: -18px;
    right: 28%;
  }

  .hero_content {
    padding: 0px 0px 70px 0px;
    text-align: center;
  }

  .hero_content .hero_hdngsss {
    margin: 0 auto;
  }

  .hero {
    padding: 50px 0 305px;
    border-radius: 20px 20px 0 0;
  }

  .searchbox {
    bottom: -362px;
  }

  .ctrgs_images {
    padding: 0px 0px 50px 0px;
  }

  .getstarted_cntnt .row {
    gap: 20px 0;
  }

  .getstarted .getstarted_imgs {
    padding: 30px 0px 0px;
  }

  .getstarted .getstarted_imgs .fstfoods {
    top: 60px;
  }

  .getstarted .getstarted_imgs .fstfood {
    left: 11px;
    bottom: -60px;
    transform: rotate(20deg);
  }

  .getstarted {
    padding: 85px 0 45px;
  }
  .foody {
    padding: 20px 0px 0px;
  }
  .top_foods .top_foods_innr {
    padding: 0px 25px 30px;
  }

  .discont .discont_cntnt {
    padding: 0px 0px 50px;
  }

  .ftrinnr {
    padding: 0px 0px 50px;
  }

  .getstarted .getstarted_cntnt {
    padding: 0px;
  }
    .content-div {
    border-radius: 20px 20px 0px 0px;
  }
}

@media (max-width: 853px) and (min-width: 768px) {
  .cbmtext {
    left: 35%;
  }


}
@media (max-width: 769px) {
  .searchbox {
    bottom: -480px;
  }

  .hero_content {
    padding: 0px 0px 50px 0px;
  }

  .hero {
    padding: 50px 0 435px;
  }
}

@media (max-width: 768px) {
  .mobile_menu .mobile_mmain {
    width: 50%;
  }

  .mobile_menu .cross_lyr {
    width: 50%;
  }

  .hero_images .sale {
    right: 19%;
  }

  .ctrgs_images .col-xxl-8 {
    padding: 0px 10px 20px;
  }

  .ctrgs_images .col-xxl-4 {
    padding: 0px 10px;
  }

  .discont .discont_images {
    gap: 0px 10px;
  }

  .discont .discont_images .discont_img2 {
    width: 40%;
    margin: 0;
    order: 0;
  }

  .discont .discont_images .discont_img1 {
    width: 60%;
    order: 2;
  }

  .tmplt1 {
    padding: 0px 10px 10px;
  }
}

@media (max-width: 600px) {
  .prdct_inner {
    padding: 24px 20px 0px;
    border-radius: 30px;
  }

  .prdct_inner::before,
  .prdct_inner::after {
    display: none;
  }

  .prdct .owl-prev span {
    left: 55px;
    padding: 25px;
    bottom: -80px;
  }

  .prdct .owl-next span {
    right: 55px;
    padding: 25px;
    bottom: -80px;
  }

  .tpt1_hdng {
    font-size: 32px;
  }

  .top_foods .top_fds_hdng {
    font-size: 32px;
  }


  .tpt1_hdng_rr {
    font-size: 32px;
  }
  .inpagehero {
    padding: 100px 15px;
  }

  .lyrbghdng {
    font-size: 40px;
  }

  .inpagecntnt .inpagehdng1 {
    font-size: 32px;
  }

  .inpagecntnt .inpagehdng2 {
    font-size: 28px;
  }

  .inpagehdng3 {
    font-size: 26px;
  }

  .hero_content p {
    font-size: 60px;
  }
}

@media (max-width: 500px) {
  .mobile_menu .mobile_mmain {
    width: 75%;
    padding: 20px 25px;
  }

  .mobile_menu .cross_lyr {
    width: 25%;
  }

  .hero {
    padding: 70px 0 570px;
  }

  .hero_content .hero_hdng {
    font-size: 45px;
  }

  .hero_content .hero_links {
    margin-top: 30px;
  }

  .hero_content {
    padding: 0px 0px 60px 0px;
  }

  .searchbox {
    bottom: -515px;
  }

  .ctrgs {
    padding: 0px 0 45px;
  }

  .foody {
    padding: 44px 0 29px;
  }

  .discont {
    padding: 35px 0 0px;
  }

  .footer {
    padding: 100px 0 50px;
  }

  .prdct {
    padding: 55px 0 141px;
  }
  .cbmtext {
    font-size: 110px;
    left: 50%;
    top: 50%;
  }
  .camping-btn-main {
    height: 70px;
    width: 70px;
    margin-top: 10px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}
