body{

        margin: 0;
        padding: 0;
        font-family: nexa;
        
}
.coming_soon{

    position: relative;
    overflow: hidden;
    background: url(./image/WhatsApp-Image-2021-10-26-at-7.jpg) no-repeat scroll center 0;
    background-size: cover;
    min-height:95vh;
    padding:0px 0px;
    
}
.coming_soon1{

    position: relative;
    overflow: hidden;
    background-color:#0f1d37;
    min-height:84.8vh;
    padding:32px 0px 31px;
    
}
.footer_area{

       background:rgb(195, 194, 194);
       overflow: hidden;
       display:block;
}
.float-left h5{

        color:#000;
        padding:0px 50px;
        font-size:14px;
        margin:10px 10px !important;
    
}
.welcome-text-area {
    color: #ffffff;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 2;
    text-align: center;
    /* padding:100px 0px; */
}
.pink_btn {
    background: #e8b196;
    color: #0f1d37;
    line-height: 45px;
    border-radius: 5px;
    display: inline-block;
    padding: 2px 20px 0px 20px;
    font-size: 18px;
    font-family: 'bebas';
    position: relative;
    overflow: hidden;
    font-weight: 200;
}
.welcome-text-area a{

        font-size:25px;
        padding:10px;
}
.welcome-text-area p{

    font-size:25px;
    
}
@media(max-width:769px){

    .float-left h5{

            text-align: center;
    }
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #0f1d37;
    background-color: #0f1d37;
    overflow-x: hidden;
    transition: 0.5s;
  }
  
  .overlay-content {
    position: relative;
    top:15%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
  
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }
.navbar1{

        position:absolute;
        top:8px;
        right:5%;
        font-size:30px;
        cursor:pointer;
}
.coming_soon1 .navbar1{

  top:-12px;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #e8b196;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .text {font-size: 11px}
  }
  .welcome-text-area1{

        padding:155px 0px 0px;
  }
  .mySlides{

        background-color:#e8b196;
        padding:75px 0px;
  }
  .mySlides img{

        width:75px !important;
        border-radius:50%;
  }
  .mySlides h2{

    font-size:24px !important;
    text-transform: capitalize;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
  
  input[type=submit] {
    background-color: #e8b196;
    color: #0f1d37;
    padding: 18px 40px;
    font-size:16px;
    font-weight: 600;
    border: none;
    border-radius:10px;
    cursor: pointer;
  }
  
  .formrow{

        display: flex;
        justify-content:space-evenly;
        align-items: center;
        margin:50px 0px 50px;
  }
  .formrow label{

        font-size:16px;
        color:#fff;
  }
  .formcontainer h3{

        text-align: center;
        color:#fff;
        font-size:32px;
        font-weight:600;
        text-decoration: underline;
  }
@media(max-width:426px){

    .formrow{

            padding:0px 12px;
    }
    .cateringarea h1{

      font-size:27px !important;
      line-height:50px !important;
      
  }
  .cateringarea a{

    font-size:20px !important;
    line-height:50px !important;
    
}
.welcome-text-area p{

  font-size:20px;
  padding:0px 20px;
}
.welcome-text-area a{

    font-size:16px;
}
.cateringarea1 a{

    font-size:20px !important;
}
.overlay-content a{

    font-size:22px;
}
  
}
.cateringarea h1{

    font-size:40px;
    line-height:75px;
    font-weight:600;
    text-transform: capitalize;
}
.cateringarea a{

  font-size:40px;
  line-height:75px;
  font-weight:600;
  text-transform: lowercase;
  color:#e8b196;
} 
.homep{

    color:#fff;
}
.cateringarea1 h2{

    font-size:42px;
    text-transform: uppercase !important;
}
.cateringarea1 a{

    font-size:26px;
}
@font-face{

    font-family:nexa;
    src: url(./Bebas_Neue/Nexa\ Bold.otf);
}
@font-face{

    font-family: bebas;
    src: url(./Bebas_Neue/BebasNeue-Regular.ttf);
}
@font-face{

  font-family:specialp;
  src: url(./Bebas_Neue/MateSC-Regular.ttf);
}
.fixed-btn1 {
	position: fixed;
	bottom:300px;
	right:-72px;
	width:185px;
	z-index: 999;
	display: none;
	background-color:#e8b196;
	border:2px solid #0f1d37;
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-direction:row;
	text-align: center;
	border-radius:10px;
	transform:rotate(270deg);

  }

  .fixed-btn1  a{
  
	color:#000;
	padding:10px;
	font-weight:700;
	font-size:18px;
	text-decoration: none;
  }
  .fixed-btn2 {
    position: fixed;
    bottom:35px;
    right:0;
    width:128px;
    z-index: 999;
    background-color:#e8b196;
    border:2px solid #0f1d37;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction:row;
    text-align: center;
    border-radius:10px;
    }
    
    .fixed-btn2  a{
    
    color:#0f1d37;
    padding:10px;
    font-weight:700;
    font-size:18px;
    font-family:bebas;
    text-decoration: none;
    
    }
    
    @media(min-width:769px){
    
        .fixed-btn2{
    
          display:none !important;
        }
    }
  .specialp{

    font-family:specialp;
    margin:10px 0px !important;
  }
  @media(max-width:426px){

      .cateringarea h1{

          padding-left:20px;
          padding-right:20px;
      }
      .welcome-text-area1{

        padding: 85px 0px 0px !important;
      }
      .navbar1{

          top:8px;
      }
      .coming_soon1 .navbar1{

          top:-12px;
      }
  }