/* Fonts  */




html,
body {
  width: 100%;
  overflow-x: hidden;
 
}

/* colours  */

:root {
  --primary: #012233;
  --secondary: #006699;
  --prim-font: #021F2D;
  --ternery:#E01941;
  
}

/* Basic css */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* font-family: "Plus Jakarta Sans", sans-serif; */
  font-family: "Signika Negative", sans-serif;
}
h1, h2, h3, h4, h5, h6{
  /* font-family: "Arapey", serif; */
  font-family: "Signika Negative", sans-serif;
  text-transform: uppercase;
  color: var(--primary);
}

h1{
  font-size: calc(4rem + 0.5vw);
}
h2{
  font-size: calc(2.8rem + 0.5vw);
}
h3{
  font-size: calc(2.5rem + 0.5vw);
}
h4{
  font-size: calc(2.2rem + 0.5vw);
}
h5{
  font-size: calc(1.9rem + 0.5vw);
}
p {
  
  line-height: 1.7rem;
  font-size: 1rem;
  color: var(--prim-font);
  
}
a{
  text-decoration: none!important;
}
.main-nav-sec{
  width: 100%;
  min-height: 200px;
  padding: 20px 60px;
  -webkit-box-shadow: -1px 30px 64px -28px rgba(0,0,0,0.37);
  -moz-box-shadow: -1px 30px 64px -28px rgba(0,0,0,0.37);
  box-shadow: -1px 30px 64px -28px rgba(0,0,0,0.37);
}
.head-con-inner-bx{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 15px;
}
.head-con-inner-bx img{
  margin-right: 1%;
}
.header-cont-sec{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px 0px;
}
.header-cont-sec a{
  color: var(--primary);
}
.head-con-inner-bx span{
  white-space: nowrap;
}
.nav-bar-bx{
  width: 100%;
  height: auto;
  padding: 10px 0px 10px 120px;
 
}
.nav-bar-bx .navbar-expand-lg .navbar-nav .nav-link{
  padding-right: .5rem;
  padding-left: .5rem;
  margin: 0rem 1rem;
  text-transform: uppercase;
  /* font-family: "Arapey", serif; */
  font-family: "Signika Negative", sans-serif;
  font-size: 1.1rem;
  color: var(--primary);
}
.nav-bar-bx .navbar-expand-lg .navbar-nav .nav-item.active{
  position: relative;
}
.nav-bar-bx .navbar-expand-lg .navbar-nav .nav-item.active::before{
  content: '';
  width: 45%;
  height: 3px;
  background-color: var(--secondary);
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -12px;
  z-index: 99;
}
.side-menu-btn{
  margin-right: 15px;
  cursor: pointer;
}
.side-menu-btn .ham-ln{
  width: 35px;
  height: 2px;
  background-color: #022334;
  margin: 8px 0px;
  transition: 0.3s all ease-in-out;
}
.side-menu-btn .ham-ln:nth-child(odd){
  margin-left: -8px!important;
}
.side-menu-btn:hover .ham-ln:nth-child(odd){
   margin-left: 0px!important;
}

.side-menu {
  height: 100%;
  width: 300px;
  position: fixed;
  top: 0;
  right: -300px; /* Hidden by default */
  background-color: var(--secondary);
  padding: 60px 15px;
  transition: all 300ms cubic-bezier(.9, 0, .33, 1);
  overflow-x: hidden;
  z-index: 99999;
}
.side-menu .side-panel-lgbx{
  width: 40%;
  display: block;
  margin: 50px auto 10px auto;
}
.side-menu .side-panel-lgbx img{
  width: 100%;
}
.side-menu h5{
  color: #fff;
  font-size: 1.2rem;
  display: block;
}
.side-menu ul {
  display: block;
  width: 100%;
  list-style: none;
  padding: 0;
}
.side-menu ul li {
  width: 100%;
  padding: 8px 16px;
  color: white;
  cursor: pointer;
}
.side-menu ul li:hover {
  background-color: #01496d;
}
.side-menu a{
  color: #B2C4CE;
   font-size: 0.8rem;
}

/* Close button */
.close-btn {
  color: white;
  font-size: 24px;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}

/* Overlay */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 300ms cubic-bezier(.9, 0, .33, 1);
  z-index:8888;
}

/* Active class to slide the menu and show overlay */
.side-menu.active {
  right: 0;
}
.menu-overlay.active {
  visibility: visible;
  opacity: 1;
}






.nav-sec-wr{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #D4D8D9;
}
.banner-sec {
  width: 100%;
  height: 100vh;
  padding: 60px 30px;
  background-image: url(../img/slider/poke-district-banner.jpg);
  /* background: linear-gradient(94deg, rgba(176, 201, 213, 1) 0%, rgba(232, 243, 248, 1) 100%); */
  /* position: relative; */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* .banner-sec::after{
  content: '';
  background-image: url('../img/curved-path.svg');
  background-repeat: no-repeat;
  background-size: cover; 
  width: 100%!important;
  height: 170px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
} */
.banner-cont{
  position: relative;
  transform: translateY(-50%) !important;
  top: 50%;
  width: 50%;
  background: rgb(0 0 0 / 51%);
  padding: 20px;
}
.banner-cont h1{
  text-transform: none;
  color: white;
  line-height: 4rem;
  display: inline-block;
  position: relative;
  font-family: "Signika Negative", sans-serif;
  font-size: 70px;
}
/* .banner-cont h1::before{
  content: url('../img/wing.svg');
  position: absolute;
  top: -35px;
  right: -80px;
} */
.banner-txt p{
  /* width: 50%; */
  color: white;
  font-weight: 600;
  font-size: 16px;
}
.prim-btn{
  display: inline-block;
  background-color: var(--primary);
  color: #fff;
  padding: 0.5rem 0.8rem;
  font-weight: 600;
  cursor: pointer;
}
.prim-btn-brd{
  display: inline-block;
  border: 1px solid var(--primary);
  color: var(--primary);
  padding: 0.5rem 0.8rem;
  font-weight: 600;
  cursor: pointer;
}
.banner-img{
  width: 45%;
  height: auto;
  position: absolute;
  top: 40%;
  right: 0px;
  transform: translateY(-50%);
}
.banner-img img{
  width: 100%;
}
.banner-slider{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 10px;
  z-index: 100;
}
.slick-slide {
	transform: scale(0.8);
	transition: all 0.4s ease-in-out;
	padding: 40px 0;
}


.slick-slide img {
	max-width: 100%;
	transition: all 0.4s ease-in-out;
}

.slick-center {
	transform: scale(1.1);
}
.slider-tit{
  display: inline-block;
  padding: 0px 10px;
  line-height: 25px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  color: var(--ternery);
  text-align: center;
  border-left: 5px solid var(--primary);
  margin-top: 30px;
  font-size: 1.5rem;
  font-weight: 600;
}
.banner-slider .slick-slide .slick-prev{
  border: 1px solid var(--primary);
}

.banner-slider .slick-prev,
.banner-slider .slick-next {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    outline: 0;
    border: 1px solid var(--primary);
    background: none;
    background-color: rgb(255, 255, 255, 0.5);
    font-size: 0;
    
}
.slick-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -80px;
}
.slick-next {
  position: absolute;
  top: 50%;
  right: -80px;
}
.banner-cta-btn .prim-btn{
  margin-right: 1%;
}
.hm-abt-sec{
  width: 100%;
  height: auto;
  padding: 100px 60px 30px 60px;
  background-image: url('../img/about-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.abt-side{
  width: 25%;
  height: auto;
  position: absolute;
  left:-80px;
  bottom: -150px;
}
.abt-side img{
  width: 100%;
}
.hm-abt-sec p{
  width: 50%;
  margin: 30px auto;
}
.sub-tit{
  text-transform: uppercase;
  color: var(--secondary);
  font-weight: 500;
  font-size: 1.5rem;
}
.our-sign{
  width: 100%;
  height: auto;
  background-color: #F2FBFF;
  padding: 60px;
}
.our-sig-tit-wr{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.our-sign-tit h5{
  display: block;
  text-align: center;
   font-family: "Signika Negative", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
}
.our-sign-all{
  border: 1px solid var(--primary);
  padding: 0.5rem 1rem;
}
.slide-bx-img{
  border-radius: 20px;
  overflow: hidden;
}
.slide-bx-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.owl-carousel-sig{
  margin-top: 40px;
}
.slide-bx-tit{
  text-align: center;
}
.slide-bx-tit {
  margin-top: 15px;
}
.slide-bx-tit span{
  color: var(--primary);
  text-transform: uppercase;
  font-weight: 600;
}
.slide-bx-tit .rate{
  /* font-family: "Arapey", serif; */
  font-family: "Signika Negative", sans-serif;
  color: var(--ternery);
}
.rate{
  margin-top: 10px;
  color: var(--ternery);
  font-weight: 500;
  font-size: 1.3rem;
}
.rate ul{
  list-style: none;
  display: inline-flex;
}
.rate ul li{
  padding: 0px 8px;
  border-right: 1px solid var(--ternery);
  color: var(--ternery);
  font-weight: 500;
}
.rate ul li:last-child{
  border-right: 0px;
}
.carousel-sig-left, .carousel-sig-right{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  outline: 0;
  background: none;
  background-color: rgb(255, 255, 255, 0.9);
  padding: 1rem;
  cursor: pointer;
}
.carousel-sig-left img, .carousel-sig-right img{
  width: 100%;
}
.carousel-sig-left {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
}
.carousel-sig-right {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
}
.carousel-sig-wr{
  position: relative;
}
.our-sig-tit-wr a{
  color: var(--primary);
}
.build-bwl-cont{
  width: 100%;
  height: auto;
  background-image: url('../img/bb-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: repeat-y;
  padding: 60px;
  text-align: center;
}
.build-bwl-cont h4{
  color: #fff;
   font-family: "Signika Negative", sans-serif;
  text-transform: capitalize;
}
.build-bwl-cont p{
  color: #fff;
}
.build-bowl .row {
  display: flex;               
  align-items: stretch;        
  height: 100%;                
}

.build-bwl-img,
.build-bwl-cont {
  display: flex;               
  flex-direction: column;      
  justify-content:center;  
  align-items: stretch; 
  height: 100%;                
}

.build-bwl-img img {
  width: 100%;                
  height: 100%;  
  object-fit: cover;
  object-position: center;              
}
.build-bwl-cont .prim-btn-brd{
  display: inline-block!important;
  border: 1px solid #fff;
  color: #fff;
}
.to-share{
  width: 100%;
  height: auto;
  padding: 60px;
}
.to-share h5{
  text-align: center;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  grid-template-rows: repeat(3, 1fr);    
  height: auto;                      
}

.grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.grid-item h5{
  color: #fff;
  text-align: center;
   font-family: "Signika Negative", sans-serif;
  text-transform: capitalize;
}
.grid-item p{
  color: #B2C4CE;
  text-align: center;
}

.grid-item .prim-btn-brd{
  border: 1px solid #fff;
  color: #fff;
}
.item1 {
  grid-row: span 2;  
  background-image: url('../img/smoothie-bg.jpg'); 
  background-position: center;
  background-size: cover;
}
.item3 {
  grid-row: span 2;  
  background-image: url('../img/sweets.jpg'); 
  background-position: center;
  background-size: cover;  
}
.item2{
  background-color: var(--primary);
  padding: 60px;
}
.item4{
  background-color: var(--secondary);
  padding: 60px;
}
.ft-sec{
  width: 100%;
  height: auto;
  background-color: #F2FBFF;
  padding: 40px 60px 0px 60px;
}
.ft-sec h6{
  font-size: 1.5rem;
}
.ft-sec ul{
  list-style: none;
}
.ft-sec a{
  font-size: 1.0rem;
  color: #4E7284;
}
.ft-sec p{
  color: #4E7284;
  font-size: 1.0rem;
}
.ft-list{
  margin-top: 40px;
}
.qk-lnk{
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #D8E1E5;
  border-bottom: 1px solid #D8E1E5;
  margin-top: 20px;
}
.qk-lnk li{
  padding:3px 18px ;
  position: relative;
 
}
.qk-lnk li::after{
  content: '';
  width: 5px;
  height: 5px;
  background-color: var(--primary);
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 12px;
  font-size: 3rem;
}
.qk-lnk li:first-child::after{
  content: unset;
}
.qk-lnk li a{
  /* font-family: "Arapey", serif; */
  font-family: "Signika Negative", sans-serif;
  font-size: 1rem!important;
  text-transform: uppercase;
}
.cp-right span{
  font-size: 1.0rem;
  color: #4E7284;
}
.cp-right {
  padding-bottom: 10px;
}
.cp-right a{
  font-weight: 600;
  color: #ff6207;
  font-size: 16px;
}
a.pd-cp {
  color: #4E7284;
}
.navbar .dropdown-menu div[class*="col"] {
  margin-bottom:1rem;
}

.navbar .dropdown-menu {
 border:none;
 background-color:#fff;
}
.dstatic .dropdown-menu{
  /* width: auto!important; */
  max-width: 10%;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  transform: translateX(-50%);
}
/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
 
 /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
 padding-top:0px;
 padding-bottom:0px;
}



/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

.navbar .dropdown-menu {
 width:100%;
 left:0px;
 right:0;
 border: none;
 border-radius: 0px;
 top:45px;
 background-color: #fff;
 box-shadow: 0px 7px 13px -10px rgba(0,0,0,0.1);
 position: absolute;
}
 
 /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
 display:block!important;
}
 


}

.mega-menu .nav-link{
  /* font-family: "Plus Jakarta Sans", sans-serif!important; */
  font-family: "Signika Negative", sans-serif !important;
  font-size: 0.8rem!important;
  margin: 0px;
  padding: 0.2rem 0.5rem;
}
.mega-menu span{
  /* font-family: "Arapey", serif; */
  font-family: "Signika Negative", sans-serif;
  font-size: 1.1rem;
}
.cus-cont{
  width: 100%;
  height: auto;
  padding: 0px 10px;
}
.inner-bc{
  width: 100%;
  height: 280px;
  background-color: var(--primary);
  background-size: cover;
  background-position: center top;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
}
.banner-ov-bx{
  width: 100%;
  height: 100%;
  background-color: rgb(9 46 75 / 65%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 60px;
  color: #fff;
}
.bc{
  display: inline-flex;
  white-space: nowrap;
  list-style: none;
  margin: 0;
}
.bc li{
  margin-right: 14%;
  position: relative;
}
.bc li:before{
  content: '>';
  position: absolute;
  left: -10px;
  top: 0;
}
.bc li:first-child:before{
  content: unset;
}
.bc li a{
  color: #fff;
}
.banner-ov-bx h5{
  color: #fff;
  font-size: 1.6rem;
  margin: 0;
}
.exp-grid-cont{
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  grid-template-rows: repeat(2, 1fr);    
  height: 1000px;  
}
.exp-bx{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  background-position: center;
  background-size: cover;
  flex-direction: column;
  padding: 60px;
  color: #fff;
}
.exp-bx h4{
  color: #fff;
  text-align: center;
   font-family: "Signika Negative", sans-serif;
  text-transform: capitalize;
}
.exp-bx p{
  /* color: #4E7284; */
  color: #648ca1;
  text-align: center;
}
.our-prom{
  width: 100%;
  min-height: 400px;
  background-image: url('../img/our-promise.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.prom-bx{
  width: 45%;
  min-height: 300px;
  padding: 60px;
  background-color: rgba(9, 46, 75, 1);
  display: flex;
  align-items: flex-start;
  justify-content: center;
   flex-direction: column;
}
.prom-bx h4{
  color: #fff;
  position: relative;
   font-family: "Signika Negative", sans-serif;
  text-transform: capitalize;

}
.prom-bx h4::before{
  content: url('../img/wing.svg');
  position: absolute;
  top: -20px;
  right: -75px;
  opacity: 0.5;
}
.prom-bx p{
  /* color: #4E7284; */
  color: #8497a5;
  font-style: italic;
}
.base-sec{
  width: 100%;
  height: auto;
  padding: 50px 60px;
}

.singln{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
}
.singln ul{
  list-style: none;
  margin-left: 1%;
}
.singln ul li{
  color: var(--prim-font);
}
.singln ul li a{
  color: var(--prim-font);
}
.cont-det-bx h5{
  font-size: 2rem;
  padding-left: 5%;
  display: block;
  border-left: 5px solid var(--secondary);
  margin-bottom: 20px;
  color: var(--secondary);
}
.cont-det-bx{
  border: 1px solid #e4e5e6;
  padding: 1rem;
  min-height: 165px;
}

.singln p{
  margin-left: 1%;
}
.cont-enq{
  margin-top: 50px;
}
.cont-frm-sec h5{
  margin-bottom: 25px;
}
.cont-frm-sec .prim-btn{
  border: 0px;
}
.prod-bx{
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.prod-img{
   width: 100%;
   height: 180px;
   overflow: hidden;
   border-radius: 20px;
   overflow: hidden;
}
.prod-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.prodtit-wr{
  width: 100%;
  display: flex;
   justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
}
.prodtit-wr1{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0.5rem;
}

.prod-cont-bx{
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary);
}
.prod-det{
  padding: 0.5rem;
}
.price{
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--ternery);
}

.hm-abt-sec h3 {
  font-family: "Smooch", cursive;
  text-transform: none;
  /* text-transform: capitalize; */
}

.logo-bx {
  text-align: left;
}

.white-btn {
  background-color: white !important;
  color: #012233 !important;
  font-weight: 600 !important;
   font-family: "Signika Negative", sans-serif;
  font-size: 20px;
}

.our-team h3 {
  font-family: "Signika Negative", sans-serif;
  text-transform: none;
  text-align: center;
}

section.our-team {
  padding: 50px 30px;
}

section.our-team img {
  border-radius: 50px;
  margin-top: 20px;
  transition: 0.3s;
}

/* section.our-team img:hover {
  box-shadow: 0px 0px 15px 5px #00000059;
} */

.menu-img{
  width: 100%;
  /* height: 180px;
  overflow: hidden;
  border-radius: 20px; */
  overflow: hidden;
}
.menu-img img{
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: center;
}

.menu-h {
  padding: 0.5rem;
  text-align: center;
}

.social-media {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 15px;
}

.social-media a i {
  font-size: 20px;
  margin: 0 6px;
  color: #006597;
  border: 1px solid;
  /* padding: 8px; */
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.social-media a:hover i {

  color: white;
  background: #006597;
}

.social-media.ft-social {
  justify-content: start;
  margin: 15px 0;
}

