@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@import url('https://fonts.cdnfonts.com/css/glacial-indifference-2');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Oswald:wght@300&family=Roboto+Condensed:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Oswald:wght@300&family=Roboto+Condensed:wght@300&display=swap');

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  /* overflow-x: hidden; */
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  /* body {
    overflow-x:hidden;
    overflow-y: hidden;
  } */
}
.error{
  color: red;
}

a {
  font-size: 15px;
  color: #585858;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

p {
  font-size: 14px;
  color: #585858;
  font-weight: #585858;
}

ul li,
ol li {
  list-style: none;
}

.responsive {
  width: 100%;
  height: 100%;
  margin: 10px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.responsivebreakfast {
  width: 100%;
  height: 100%;
  margin-left: 20px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.responsivelunch {
  width: 100%;
  height: 100%;
  margin-right: 10px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.align-item-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hide {
  display: none;
}
.carousel-inner .slider .carousel-item {
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.carousel-inner .slider .carousel-item.active {
  opacity: 1;
}

.carousel-fade .carousel-inner {
  transition: opacity 1s ease-in-out;
}

.carousel-fade .carousel-item {
  opacity: 0;
}

.carousel-fade .carousel-item.active {
  opacity: 1;
}
/* .slider-size{
  max-height: 100vw;
} */




.banner-title{
  position: relative;
}
.banner-txt1{
  position: absolute;
  top: 100px;
  left:140px;
  font-size: 50px;
  color: #f8f4f4;
  text-transform: uppercase;
  animation-name: moveinleft;
  animation-duration: 3s;
 -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; 
  
}
.banner-txt2{
  position: absolute;
  top: 170px;
  left:230px;
  font-size: 50px;
  color: #ffffff;
  text-transform: uppercase;
  animation-name: moveinright;
    animation-duration: 3s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; 
  
}
.banner-txt3{
  position: absolute;
  top: 240px;
  left:140px;
  font-size: 50px;
  color: #ffffff;
  text-transform: uppercase;
  animation-name: moveinleft;
     animation-duration: 3s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; 
  
}
.banner-txt4{
  position: absolute;
  top: 310px;
  left:140px;
  font-size: 50px;
  color: #ffffff;
  text-transform: uppercase;
  animation-name: moveinright;
    animation-duration: 3s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; 
  
}
.banner-txt5{
  position: absolute;
  top: 170px;
  left:190px;
  font-size: 50px;
    color: #ffffff;
  text-transform: uppercase;
  animation-name: moveinright;
  
  animation-duration: 3s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; 
  
}
.banner-txt6{
  position: absolute;
  top: 240px;
  left:220px;
   font-size: 50px;
  color: #ffffff;
  text-transform: uppercase;
  animation-name: moveinleft;
    transform: translateX(-50%);  
  animation-duration: 3s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; 
  
}

@media (max-width: 768px) {
  .banner-txt1 {
    position: absolute;
    top: 20%;
    left:12%;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    animation-name: moveinleft;
      transform: translateX(-50%);  
    animation-duration: 3s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; 
  }
}
@media (max-width: 768px) {
  .banner-txt2 {
    position: absolute;
    top: 32%;
    left:19%;
    font-size: 20px;
    margin-top: 5px;
    color: #ffffff;
    text-transform: uppercase;
    animation-name: moveinright;
    transform: translateX(-50%);  
    animation-duration: 3s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; 
  }
}
@media (max-width: 768px) {
  .banner-txt3 {
    position: absolute;
    top: 48%;
    left:12%;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    animation-name: moveinleft;
    margin-top: 5px;
    transform: translateX(-50%);  
    animation-duration: 3s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; 
  }
}
@media (max-width: 768px) {
  .banner-txt4 {
    position: absolute;
    top: 64%;
    left:11%;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    animation-name: moveinright;
    margin-top: 5px;
    /* transform: translateX(-50%);   */
    animation-duration: 3s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; 
  }
}
@media (max-width: 768px) {
  .banner-txt5 {
    position: absolute;
    top: 40%;
    left:21%;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    animation-name: moveinright;
    line-height: 1;
    /* transform: translateX(-50%);   */
    animation-duration: 3s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; 
  }
}
@media (max-width: 768px) {
  .banner-txt6 {
    position: absolute;
    top: 54%;
    left:26%;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    animation-name: moveinleft;
    line-height: 1;
    transform: translateX(-50%);  
    animation-duration: 3s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; 
  }
}









@keyframes moveinleft {
  0% {
    opacity: 0;
    transform: translatex(-200px);
  }
  50% {
    transform: translatex(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes moveinright {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes moveinup {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}




.banner-txt1 ::before
{
  content: '';
  position: absolute;
  left: -3px;
  bottom: 0px;
  width: 12px;
  height: 12px;
  border: 3px solid #FFD700;
  border-width: 0 0 3px 3px;
  transition: .5s;
  opacity: 0;

}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.topheader {
  width: 100%;
  background-color:  #FFD700;
  z-index: 1;
  padding: 8px 0;
}
  /* .container .bgimage{
  background: url(../img/bgimage.png) no-repeat;
  max-width: 150%;
  max-height: 100%;
   overflow: hidden; 
} */

.topheader .email a {
  font-size: 15px;
  color:  #007f5f}

.topheader .email a:not(:last-child) {
  border-right: 1px dotted #007f5f;
  padding-right: 15px;
}

.topheader .email a:not(:first-child) {
  padding-left: 15px;
}

@media screen and (max-width: 640px) {
  .topheader {
    display: none;
  }
}

/* .navbar-brand img{
  width: 180px;
} */
.cont-color{
  background-color: #fff;
  max-width: 100%;
  height: 85px;
  overflow:none;
  

}
.logo{
  /* margin-left: 130px; */
  width: 150px !important;
  margin-right: 0px !important;
  padding-right: 0 !important;
  margin-bottom: -12px;
  position: relative;
 
}
.navbar-toggler-icon{
  color: black !important;
}




.menulist li a {

  padding-right: 8px !important;
  padding-left:8px !important;
  font-family: 'Montserrat';
  font-style: normal;
    font-weight: 900;
    margin-right: 0px;
   font-size: 12px;
   text-transform: uppercase;
   color: #3c3950;
   letter-spacing: 2px;
   
  
  
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat cente center;
  background-size: 100% 100%;
}



 .menulist li a:hover {
  
   border: 2px solid #dd2e1e;
   
} 
.social-menu {
  width: 65px;
  /* height: 50px; */
  border-radius: 25px;
  margin-right: 140px !important;
  /* background-color:  #FFD700; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navbar-collapse{
  margin-left: 60px;
}
.booktext{
  font-size: 20px;
  text-decoration: none;
  margin-left: 5px;
  color: #070707;
}

header {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.header.active {
  position: fixed;
  top: 0;
}

@media screen and (max-width: 940px) {
  header.active .menulist {
    top: 61px;
  }
}

@media screen and (max-width: 640px) {
  header.active .menulist {
    top: 56px;
  }
}

.mobilemenu {
  position: absolute;
  display: block;
  content: "";
  top: 20px;
  left: 45px;
}

.mobilemenu .menubar {
  content: "";
  width: 30px;
  height: 30px;
  margin: 0 auto;
  display: block;
  text-align: center;
  cursor: pointer;
  right: 0;
  z-index: 999;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}

.mobilemenu .menubar span {
  position: relative;
  cursor: pointer;
  background-color: #e7272d;
  border-radius: 50px;
  width: 30px;
  height: 3px;
  display: block;
  -webkit-transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.mobilemenu .menubar span:nth-child(1) {
  top: 0;
  -webkit-transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.mobilemenu .menubar span:nth-child(2) {
  top: 6px;
  -webkit-transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.mobilemenu .menubar span:nth-child(3) {
  top: 13px;
  -webkit-transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.mobilemenu .menubarclick span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 13px;
  background-color: #e7272d;
}

.mobilemenu .menubarclick span:nth-child(2) {
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: white;
}

.mobilemenu .menubarclick span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 7px;
  background-color: #e7272d;
}

/* have not copied still here */

@media screen and (min-width: 941px) {
  .mobilemenu {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .mobilemenu {
    left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .navbar .container .cont-color{
  background-color: #fff;
  max-width: 100%;
  height: 50px;
  overflow:none;
  }

}



/*@media screen and (max-width: 940px) {*/
/*  .logo {*/
/*    width: 80%;*/
/*    height: 70px;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 400px) {*/
/*  .logo {*/
/*    width: 50%;*/
/*    height: 70px;*/
    /* margin-left:90px; */
/*  }*/
/*}*/



@media screen and (max-width: 767px) {
  .logo {
    /*width: 40% !important;*/
    /* margin-left:100px; */
    height: 80px;
  }
}

.logo a {
  width: 155px;
  display: block;
  padding: 5px 0;
}

@media screen and (max-width: 940px) {
  .logo a {
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .logo a {
    width: 155px;
    /* margin-left: 55px; */
  }
}

.item-menu {
  width: 68%;
  /* background-color: #FFD700; */
}

@media screen and (max-width: 940px) {
  .item-menu {
    width: 0;
  }
}

/* .social-menu {
  width: 100px;
  height: 50px;
  border-radius: 25px;
  background-color:  #FFD700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
} */

@media screen and (max-width: 940px) {
  .social-menu {
    /* width: 20%; */
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .social-menu {
    /* width: 30%; */
    display: none;
  }
}

.social-menu a {
  padding: 15px 5px;
  font-size: 15px;
  color: #0f0f0f;
}

@media screen and (max-width: 640px) {
  .social-menu a {
    padding: 17px 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 940px) {
  .menulist li {
    background-color:#f0f3f2;
  }
}

/*end*/
/*banner*/
.container .banner-size {
  max-width: 100% !important;
  overflow: hidden;
}
.car-size{
  max-width: 100%;
  height: 400px !important;
  /*background-color:#f0f3f2;*/
}
.carousel-indicators [data-bs-target] {
  margin-top: 350px;
}


#banner.owl-carousel .owl-nav.disabled + .owl-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "";
  right: 70px;
  bottom: 10px;
  z-index: 111;
  border-radius: 50px;
  background-color: #0202024a;
  margin: 0;
  padding: 3px 0;
}

#banner.owl-carousel .owl-dots .owl-dot.active span,
#banner.owl-carousel .owl-dots .owl-dot:hover span {
  background: #e7272d;
}

#banner.owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  background: #fff;
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

/*end*/
/*about catering*/
.abouttexthome {
  width: 100%;
  height: 100%;
  padding: 30px;
  /* background: url(../img/bg.jpg) no-repeat; */
  background-position: center;
  background-size: cover;
  font-size: 40px;
  color: #d5a632;
  text-transform: uppercase;
}
 /* .buttonabout{
  
  border-radius: 25px;
  margin-top: 10px;
  background-color: #d3081b;
  margin-left: 61px;
  color: #fff;

}
.abouttexthome .buttonabout:hover{
  box-shadow: 0 0 5px cyan,
  0 0 25px cyan,
  0 0 5opx cyan,
   0 0 200px cyan;
  background-color: cyan;
  font-weight: bold;

} */
.abouttexthome .abouttxtsecond{
  color: #3e3a3b;
  font-family: 'Montserrat';
  font-style: normal;
    font-weight: 400;
   font-size: 23px;
   letter-spacing: 4px;
}
 .abouttxtthird{
  color: #3e3a3b;
  text-shadow:0 0 30px white;
  font-family: 'Montserrat';
  font-style: bold;
    font-weight: 900;
   font-size: 30px;
   letter-spacing: 7px;
   position: relative;
   text-transform: uppercase;
   margin-top: 20px;
}
.abouttxtseven{
  color: #fff;
  text-shadow:0 0 50px white;
  font-family: 'Montserrat';
  font-style: bold;
    font-weight: 900;
   font-size: 30px;
   letter-spacing: 7px;
   position: relative;
   text-transform: uppercase;
   margin-top: 20px;
   justify-content: center;
   display: flex;
}
.abouttxtseven:after{
  content: "";
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -13px; /* Adjust this value to control the distance of the line from the text */
  width: 155px;
  height: 3px;
  background-color:#dd2e1e;
}
.abouttxtfive{
  color: #3e3a3b;
  text-shadow:0 0 30px white;
  font-family: 'Montserrat';
  font-style: bold;
    font-weight: 900;
   font-size: 20px;
   letter-spacing: 7px;
   position: absolute;
   text-transform: uppercase;
   top: 214px;
   left: 36px;
}
 
.abouttxtthird::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -13px; /* Adjust this value to control the distance of the line from the text */
  width: 55px;
  height: 3px;
  background-color:#dd2e1e; /* You can change the color of the line here */
}
.abouttxtfour{
  color: #3e3a3b;
  text-shadow:0 0 30px white;
  font-family: 'Montserrat';
  font-style: bold;
    font-weight: 900;
   font-size: 14px;
   margin-top: 45px;
   position: relative;
}
.abouttxteight{
  color: #3e3a3b;
  text-shadow:0 0 30px white;
  font-family: 'Montserrat';
  font-style: bold;
    font-weight: 900;
   font-size: 30px;
   letter-spacing: 7px;
   position: relative;
   text-transform: uppercase;
   margin-top: 40px;
   justify-content: center;
   display: flex;
    align-items: center;
    /* min-height: 100vh; */
}
@media screen  and (max-width: 960px){
.abouttxteight{
  color: #3e3a3b;
  text-shadow:0 0 30px white;
  font-family: 'Montserrat';
  font-style: bold;
    font-weight: 600;
   font-size: 15px;
   letter-spacing: 5px;
   position: relative;
   text-transform: uppercase;
   margin-top: 40px;
   justify-content: center;
   display: flex;
   align-items: center;
    /* min-height: 100vh; */
}
}
@media screen  and (max-width: 420px){
  .abouttxteight{
    color: #3e3a3b;
    text-shadow:0 0 30px white;
    font-family: 'Montserrat';
    font-style: bold;
      /* font-weight:900; */
     font-size: 12px;
     letter-spacing: 4px;
     position: relative;
     text-transform: uppercase;
     margin-top: 40px;
     justify-content: center;
     display: flex;
     align-items: center;
      /* min-height: 100vh; */
  }
  }

.abouttxteight::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -13px; /* Adjust this value to control the distance of the line from the text */
  width: 55px;
  height: 3px;
  background-color:#dd2e1e; /* You can change the color of the line here */
}

.bgcolor-menu{
  background-color:#f0f3f2;
  /* max-width: 100vw; */
}
.menu-head{
  position: relative;
  background-color: #FFFFFF;
  align-content: center;
    align-items: center;
    border-radius: 70px 70px 70px 0px;
    padding: 40px 70px 55px 40px !important;
    /* margin: 50px 32px; */
    height: 360px;
}
.menu-img{
  position: absolute;
  width: 59%;
    left: 50px;
    top: 0;
}
@media screen and (max-width: 400px) {
  .menu-img {
    position: absolute;
  width: 65% !important;
    left: 50px;
    top: 0;
  }
}

@media screen  and (min-width: 401px) {
  .menu-img {
    position: absolute;
    width: 65% !important;
    left: 50px;
    top: 0;
  }
}
@media screen  and (max-width: 756px) {
  .menu-img {
    position: absolute;
    width: 65% !important;
    left: 50px;
    top: 0;
  }
}
@media screen  and (max-width: 960px){
  .abouttxtfive {
    font-size: 33px;
    top: 227px;
    letter-spacing: 7px;
    font-weight: 900;
    line-height: 1;

  }
}
 .menu-btn{
  top: 300px;
  display: block;
  position: absolute;
}
.btn-gallery{
  top: 600px;
  left: 300px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.btn-info{
  color: #dd2e1e !important;
  border: 2px solid #dd2e1e !important ;
  background-color: #fff !important;
  border-radius: none;
  text-transform: uppercase;
  padding: 10px 15px;
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: bold;
  font-weight: 700;

  
}
.btn-info:hover{
  color: #fff !important ;
  border: 2px solid #dd2e1e !important ;
  background-color: #dd2e1e !important;
  border-radius: none;
  text-transform: uppercase;
  padding: 10px 15px;
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: bold;
  font-weight: 700;

  
}
.btn-colornew{
  color: #dd2e1e ;
  border: 2px solid #dd2e1e ;
  background-color: #fff ;
  border-radius: none;
  width: 200px;
  text-transform: uppercase;
  padding: 10px 15px;
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: bold;
  font-weight: 700;

  
}
.btn-colornew:hover{
  color: #fff ;
  border: 2px solid #dd2e1e ;
  background-color: #dd2e1e ;
  border-radius: none;
  text-transform: uppercase;
  padding: 10px 15px;
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: bold;
  font-weight: 700;

  
}

.abouthead{
  max-width: 100%;
  overflow-x: hidden;
}
.abtimg{
  position: relative;
}
.abtimg1{
  position: absolute;
  max-width: 200px;
}

.aboutbgimage img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
  background-image: image();
}


.aboutcat{
  margin-top: 20px;
  background: url(../img/main_back_bl-1200x701.jpg) no-repeat;
}

.aboutcatering {
  /* padding: 80px; */
   
  object-fit: contain;
  width: 100%;

}
.aboutheader{
  /* background-color: #070707; */
  background: url(img/aboutimg.jpg) no-repeat;
  object-fit: contain;
  width: 100%;
}

@media screen and (max-width: 580px) {
  .aboutcatering {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 960px) {
  .abouthead  {
    width:100%;
    box-sizing: border-box;
    padding-right:20px;
  }
}


.font-abouttext{
    font-size: 17px;
    margin-top: 22px;
    display: block;
    color: #7A7A7A;
}
.about-vision{
  position: relative;
  background-color: #2c323e;
  align-content: center;
    align-items: center;
    position: relative;
    border-radius: 0px 120px 120px 0px;
    /* padding: 40px 70px 55px 40px !important; */
    /* margin: 50px 32px; */
    height: 270px;
    width: 337px;
    margin: 30px 0;
}
.about-visionimg{
  position: relative;
  background: url('../img/aboutuscenter1.png') no-repeat !important;
  align-content: center;
    align-items: center;
    border-radius: 120px 120px 120px 120px;
    margin-bottom: 30px;
    
    /* padding: 40px 70px 55px 40px !important; */
    /* margin: 50px 32px; */
    height: 500px;
    width: 250px;
    margin-left: 39px;
}


.about-visionbottom{
  position: relative;
  background-color: #2c323e;
  align-content: center;
    align-items: center;
    border-radius: 120px 0px 0px 120px;
    /* padding: 40px 70px 55px 40px !important; */
    /* margin: 50px 32px; */
    height: 334px;
    width: 300px;
    margin-top: 200px;
    overflow-x: hidden;
}
@media screen and (max-width: 960px) {
  .about-visionbottom {
    position: relative;
    background-color: #2c323e;
    align-content: center;
    align-items: center;
    border-radius: 120px 0px 0px 120px;
    /* padding: 40px 70px 55px 40px !important; */
    /* margin: 50px 32px; */
    height: 270px;
    width: 339px;
    margin-top: 20px;
  }
  }
  @media screen and (max-width: 960px) {
    .about-vision {
      position: relative;
      background-color: #2c323e;
      align-content: center;
      align-items: center;
      border-radius: 0px 120px 120px 0px;
      /* padding: 40px 70px 55px 40px !important; */
      /* margin: 50px 32px; */
      height: 270px;
      width: 300px;
      margin-top: 20px;
    }
    }
.vision-text{
  top: 15px;
  left: 100px;
  color: white;
}
@media screen and (max-width: 960px){
  .vision-text{
    top: 15px;
    left: 60px;
    color: white;
}
}
.vision-textinner{
  top: 80px;
    position: absolute;
    left: 14px;
    color: white;
}
@media screen and (max-width: 960px){
  .vision-textinner{
    top: 80px;
      position: absolute;
      left: 14px;
      color: white;
      font-size: 14px;
  }

}
.parallelogram {
  width: 100%;
  height: 145px;
  background-color:#e6e6e6; /* Change this to your desired color */
  transform: skew(-20deg); /* Skew the element to create a parallelogram */
  margin: 50px auto;
  position: relative;
}
.iconcore{
  position: absolute;
  width: 100px;
  height: 100px;
  top: -44px;
    right: -32px;
}

.core-text{
  font-size: 20px;
    text-align: center;
    top: 20px;
    right: 30px;
}

.core-textinner{
  top: 73px;
    position: absolute;
    text-align: center;
    right: 100px;
    left: 10px;
}

@media screen and (max-width: 960px){
  .about-visionimg{
    position: relative;
    background: url('../img/aboutuscenter1.png') no-repeat !important;
    align-content: center;
      align-items: center;
      border-radius: 120px 120px 120px 120px;
      margin-bottom: 30px;
      
      /* padding: 40px 70px 55px 40px !important; */
      /* margin: 50px 32px; */
      height: 500px;
      width: 250px;
      margin-left: 50px;
  }
}


.his-cat {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.leftcat-img {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .leftcat-img {
    width: 100%;
  }
}

.rightcat-con {
  width: 50%;
}

.rightcat-con .about-2-page-right {
  background-color: #e7272d;
  color: #ffffff;
  left: -100px;
  padding: 56px 50px 56px 120px;
  position: relative;
  text-align: left;
  top: 74px;
}

.rightcat-con .about-2-page-right .handled li {
  list-style: disc;
}

.rightcat-con .about-2-page-right .handled li p {
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .rightcat-con .about-2-page-right {
    left: 0;
    top: 0;
  }
}

.rightcat-con .about-2-page-right h4 {
  font-size: 25px;
  font-family: "Pinyon Script", cursive;
}

.rightcat-con .about-2-page-right h2 {
  color: #fff;
  font-size: 30px;
  padding-bottom: 10px;
  font-weight: 500;
}

.rightcat-con .about-2-page-right p {
  font-size: 15px;
  color: #fff;
}

.rightcat-con .about-2-page-right .top-pattern::before {
  content: url("../img/about-pattern-left-top.png");
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 5;
}

.rightcat-con .about-2-page-right .top-pattern::after {
  content: url("../img/about-pattern-right-top.png");
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 5;
}

.rightcat-con .about-2-page-right .bottom-pattern::before {
  content: url("../img/about-pattern-left-bottom.png");
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 5;
}

.rightcat-con .about-2-page-right .bottom-pattern::after {
  content: url("../img/about-pattern-right-bottom.png");
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 5;
}

@media screen and (max-width: 1024px) {
  .rightcat-con {
    width: 100%;
  }
}

/*end*/

/* catering services */
/* .menutitle-bg{
  background-color: gold;
} */

.menu-container{
  background-color: #444;
  max-width: 100%;
}
.menu-title h4{
font-family: "Pinyon Script", cursive;
color: #d3081b;
font-size: 40px;
}
.card-body{
  position: relative;
}
.icon-card{
  position: absolute;
    top: 170px;
    height: 63px;
    left: 32%;
    transform: translateX(-19%);
}
@media screen and (max-width: 380px) {
  .icon-card{
    position: absolute;
      top: 170px;
      height: 63px;
      left: 31%;
}
}
@media only screen and (max-width: 570px) and (min-width: 381px) {
  .icon-card{
    position: absolute;
      top: 170px;
      height: 63px;
      left: 34%;
}
}
.icon-card1{
  position: absolute;
    top: 170px;
    height: 63px;
    left: 21%;
    transform: translateX(-19%);
}
@media only screen and (max-width: 380px) {
  .icon-card1{
    position: absolute;
      top: 170px;
      height: 63px;
      left: 33%;
}
}
@media only screen and (max-width: 570px) and (min-width: 381px) {
  .icon-card1{
    position: absolute;
      top: 170px;
      height: 63px;
      left: 35%;
}
}

 .card-color .card-img1{
  background: url('../img/marriage_photo.jpg') no-repeat !important;
  background-size: cover !important;

  height: 300px;
  
  position: relative;
} 
.card-color .card-img2{
  background: url('../img/corplunch.jpg') no-repeat !important;
  background-size: cover !important;

  height: 300px;
  
  position: relative;
}
.card-color .card-img3{
  background: url('../img/bdcele.png') no-repeat !important;
  background-size: cover !important;

  height: 300px;
  
  position: relative;
} 
.card-color .card-img4{
  background: url('../img/betrothelfun.png') no-repeat !important;
  background-size: cover !important;

  height: 300px;
  
  position: relative;
} 
.card-color .card-img5{
  background: url('../img/pubertyfunct.png') no-repeat !important;
  background-size: cover !important;

  height: 300px;
  
  position: relative;
} 
.card-color .card-img6{
  background: url('../img/retired.png') no-repeat !important;
  background-size: cover !important;

  height: 300px;
  
  position: relative;
} 
.card-color .card-img7{
  background: url('../img/cradlefunc.png') no-repeat !important;
  background-size: cover !important;

  height: 300px;
  
  position: relative;
} 
.card-gradient{

background-image: linear-gradient(to bottom, rgba(245, 0, 20, 0.12), rgba(84, 1, 12, 0.94));
height: 300px;
}

 .row .card-color{
   border: none;
   min-height: 275px;
   margin: 15px 0px;
  position: relative;

}
.card-title {
  position: relative;
  display: inline-block;
  
}


/* .card-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px; 
  width: 100%;
  height: 1px;
  background-color: black;
} */
.card-content{
  color: #fff;
  bottom: 10px !important;
  position: absolute;
  font-family: 'Montserrat';
  font-style: normal;
    font-weight: 900;
   font-size: 19px;
   text-transform: uppercase;
   letter-spacing: 2px;
   text-align: center !important;
   top: 241px;
    left: 53%;
    transform: translateX(-53%);
}

.bgimagebottom{
  margin-top: -50px;
}
/* .card-title{
  color: #d3081b;
} */

 .btn-menu .btn{
    width: 53%;
    font-size: 20px;
    color: #007f5f;
    
    /* -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center */
}

.card-body .btn-menu a:before,
.card-body .btn-menu a:after{
    content: '';
    position: absolute;
    height: 3px;
    width: 0;
    background-color: #d3081b;
    transition: 0.5s;
}
.card-body .btn-menu a:after{
    left: 0;
    bottom: -1px;
}
.card-body .btn-menu a:before{
    right: 0;
    top: -1px;
}
.card-body .btn-menu a:hover{
    color: goldenrod;
}
.card-body .btn-menu a:hover:before,
.card-body .btn-menu a:hover:after{
    width: 100%;
    
   
}
.accimage{
  width: 100%;
}
.button-variety{
  font-size:20px ;
  font-family:'Glacial Indifference', sans-serif ;
  font-weight: 600;
  letter-spacing: 5px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  /* padding-left: 90px; */
  background-color:#007f5f;
  
}
 .acc-title{
  text-align: center;
  background-color: #007f5f;
}
/* .accordion-button{
  background-color: #d3081b;
} */
 .checklists{
  font-size: 20px !important;
  font-weight: bold;
 text-transform: uppercase;
  color:#d3081b;
  letter-spacing: 2px;
  background: url('img/varietybg1.png') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border: 2px dotted #d51541;
}
.checklists li{
  font-family: 'Oswald', sans-serif;
  
 
}




/*catering-serv*/

.whowecont{
  max-width: 110% !important;
}
.navbar-brand{
  margin-right: 1px !important;
}
.redvector{
  width: 13%;
  position: absolute;
  overflow: hidden;
  margin-left: 50px;
}
.map-direction{
  margin-right: 10px;
}
.whowe{
  background-color: #070707;
  
  color: goldenrod;
}
.whoimg{
  width: 40%;
  height: 200px;
  margin-top: 5px;
  position: relative;
  
}
.whotext{
  margin-top: 5px;
  margin-bottom: 30px;
  
}
.catering-serv {
  margin: 50px 0;
  padding: 50px 0;
  /* background: url(../img/main_back_bl-1200x701.jpg) no-repeat; */
  background-position: center;
  background-size: cover;
}

.title-ca {
  text-align: center;
}

.title-ca h4 {
  font-size: 25px;
  color: #e7272d;
  font-family: "Pinyon Script", cursive;
}

.title-ca h2 {
  color: #232323;
  font-size: 30px;
  padding-bottom: 15px;
  font-weight: 600;
}

.title-ca p {
  font-size: 15px;
  color: #4d4d4d;
}

.service-list {
  padding-top: 30px;
}

.service-list li {
  width: 25%;
  height: 300px;
}

@media screen and (max-width: 1024px) {
  .service-list li {
    height: auto;
  }
}

@media screen and (max-width: 900px) {
  .service-list li {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .service-list li {
    width: 100%;
  }
}

.service-list .titl-ser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(38, 38, 38, 0.1);
          box-shadow: 0 0 40px rgba(38, 38, 38, 0.1);
}

.service-list .titl-ser h4 {
  font-size: 24px;
  color: #4d4d4d;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
}

.service-list .titl-ser a {
  font-size: 15px;
  color: #e7272d;
  text-align: center;
  font-weight: 500;
  border-bottom: 2px solid #e7272d;
}

/*end*/
/*delicious*/
.delicious {
  margin: 50px 0;
  background: url(../img/parallex1.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0;
  background-attachment: scroll;
  text-align: center;
}

.delicious h2 {
  font-size: 55px;
  color: #fff;
  text-align: center;
  font-family: "Pinyon Script", cursive;
  font-weight: bolder;
   
}

.delicious h4 {
  font-size: 40px;
  color: #fafafa;
  font-family: "Pinyon Script", cursive;
}

/*end*/
/*ourmenu*/
.ourmenulunch {
  margin: 20px 0;
    /* border-bottom: dashed; */
    padding-bottom: 20px;
    /* border-color: gainsboro; */
    background-color: #f0f9bd;
    padding-top: 20px;
}
.ourmenu {
  margin: 20px 0;
    /* border-bottom: dashed; */
    padding-bottom: 5px;
    /* border-color: gainsboro; */
    /* background-color: #f0f9bd; */
    padding-top: 20px;
}

/* .menu-img {
  width: 30%;
  position: relative;
} */


@media screen and (max-width: 900px) {
  .menu-img {
    width: 100%;
    height: 250px;
  }
}

.menu-img .menu-name {
  position: absolute;
  display: block;
  content: "";
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 30px;
  padding: 20px;
  background-color: rgba(10, 10, 10, 0.493);
  border: 2px solid #fff;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .menu-img .menu-name {
    top: 10%;
  }
}

.menu-img .menu-name h4 {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.menu-img .menu-name p {
  font-size: 15px;
  color: #fff;
  padding-bottom: 15px;
}

.menu-img .menu-name a {
  padding: 10px 20px;
  background-color: #e7272d;
  color: #fff;
  font-size: 14px;
}

.menu-title {
  width: 70%;
  padding-left: 25px;
}


@media screen and (max-width: 900px) {
  .menu-title {
    width: 100%;
  }
}

.menu-title h3 {
  font-size: 44px;
  margin-left: 44px;
  color: #e7272d;
  font-family: "Pinyon Script", cursive;
  padding-bottom: 5px;
}


.menu-title p {
  font-size: 15px;
  color: #585858;
}


.in-food {
  padding-top: 5px;
}

.in-food .list {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .in-food .list {
    width: 100%;
  }
}

.in-food .list:not(:first-child) {
  margin-left: 15px;
  padding-right: 10px;
}

@media screen and (max-width: 480px) {
  .in-food .list:not(:first-child) {
    margin-left: 0;
    padding-right: 0;
  }
}

.in-food .list li {
  padding-bottom: 10px;
  margin-top: 10px;
}

.in-food .list li:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}

.in-food .list li h4 {
  font-size: 35px;
  color:gold;
  font-weight: 500;
  padding-bottom: 3px;
}

.in-food .list li p {
  font-size: 20px;
  color: #585858;
}

/*end*/
/*Gallery*/

/* Only for demo purposes. */
/* body {
	font-family: "Fira Sans", sans-serif;
	background-color: #f1f1f1;
	margin: 85px 0;
} */
 .svg-bg{
  max-width: 1460px;

}

Start Gallery CSS */
 img .gallery-title {
  font-family: "Pinyon Script", cursive !important;
color: #d3081b !important;
font-size: 40px !important;
position: absolute;
margin-left: 20px;
}



.gallery{
  margin: 10px 0;
}
 .thumb {
	margin-bottom: -1px;
  /* margin: 10px 0; */
  /* background-color: #d63384; */
  padding-top: 10px;
} 
.thumb:last-child {
	margin-bottom: 0px;
  padding-bottom: 10px;
} 
 /* CSS Image Hover Effects: https://www.nxworld.net/tips/css-image-hover-effects.html  */
.thumb 
figure img {
  /* -webkit-filter: grayscale(50%); */
  /* filter: grayscale(50%); */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border: none;
  /* border-radius: 20px; */
  box-shadow: 5px 5px 3px #cfa848;
} 
 .thumb 
figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.ribbon{
  /* margin-left: 210px; */
  width: 100%;
}
.ribbon1{
  /* margin-left: -55px; */
  width: 100%;
}





.cate-gallery {
  margin: 80px 0;
  position: relative;
}

.gallery-text {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  background-color: #e7272d;
  padding: 150px 25px;
  width: 22%;
  text-align: right;
  z-index: 1;
  height: 100%;
}

@media screen and (max-width: 1280px) {
  .gallery-text {
    position: relative;
    width: 100%;
    text-align: center;
    /* padding: 50px 25px; */
  }
}

.gallery-text h4 {
  font-size: 30px;
  color: #fff;
  font-family: "Pinyon Script", cursive;
}

.gallery-text h2 {
  font-size: 30px;
  color: #fff;
  padding-bottom: 15px;
}

.gallery-text p {
  font-size: 15px;
  color: #fff;
  padding-bottom: 15px;
}

.gallery-text a {
  background-color: #fff;
  font-size: 15px;
  color: #e7272d;
  padding: 10px 20px;
  font-weight: 500;
}

.gallery-img {
  width: 80%;
}

@media screen and (max-width: 1280px) {
  .gallery-img {
    width: 100%;
  }
}

.gallery-img .gallery-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.gallery-img .gallery-list li {
  width: calc(33.3% - 10px);
  margin: 20px 5px;
}

@media screen and (max-width: 1280px) {
  .gallery-img .gallery-list li {
    width: calc(25% - 10px);
  }
}

@media screen and (max-width: 900px) {
  .gallery-img .gallery-list li {
    width: calc(33.3% - 10px);
  }
}

@media screen and (max-width: 767px) {
  .gallery-img .gallery-list li {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 480px) {
  .gallery-img .gallery-list li {
    width: 100%;
  }
}

.gallery-img .gallery-list li a {
  height: 100%;
}

/*end*/
/*testimonial*/
.testimonial {
  margin: 50px 0;
  text-align: center;
}

.testimonial .rev {
  font-size: 30px;
  color: #e7272d;
  font-family: "Pinyon Script", cursive;
}

.testimonial h2 {
  font-size: 30px;
  color: #232323;
  padding-bottom: 15px;
}

.testimonial p {
  font-size: 15px;
  color: #585858;
  padding-bottom: 15px;
}

.list-testimonial {
  padding-top: 20px;
}

.list-testimonial li {
  width: calc(100% - 25px);
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
  padding: 20px 25px;
}

.list-testimonial li:not(:first-child) {
  margin-left: 25px;
}

.list-testimonial li p {
  font-size: 15px;
  color: #585858;
  padding-bottom: 15px;
}

.list-testimonial li h3 {
  font-size: 20px;
  color: #e7272d;
  font-weight: 600;
}

.list-testimonial li h4 {
  font-size: 14px;
  color: #585858;
  font-weight: 400;
}

/*end*/
/*About us*/
.aboutus {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          /* flex-direction: row-reverse; */
}

.abouttext {
  width: 40%;
  /* padding: 35px; */
  background: url(../img/bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .abouttext {
    width: 100%;
  }
}

.abouttext h4 {
  font-size: 52px;
  color: #e7272d;
  font-family: "Pinyon Script", cursive;
  margin-left: 22px;
  margin-top: 20px;
}

.abouttext h2 { 
  font-size: 20px;
  color: #007f5f;
  font-weight: 600;
  /* padding-bottom: 15px; */
}
.abouttext li{
  margin-top: 5px;
  font-size: 15px;
}

.abouttext .baby-text {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  padding-bottom: 10px;
}

.abouttext p {
  font-size: 15px;
  color: #585858;
  padding-bottom: 10px;
}

.aboutimg {
  width: 40%;
    /* height: 550px; */
    padding: 3px 20px 20px 0;
    background-color: #d5a632;
    margin-top: 20px;
    margin-right: 161px;

}

@media screen and (max-width: 767px) {
  .aboutimg {
    display: none;
  }
}

.whatwe {
  margin: 50px 0;
}

.whatwe h2 {
  font-size: 30px;
  color: #232323;
  padding-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .whatwe h2 {
    text-align: left;
  }
}

.whatwe .range {
  font-size: 20px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .whatwe .range {
    text-align: left;
  }
}

.whatlist {
  margin-top: 15px;
  padding: 25px 15px;
  text-align: left;
  background: url(../img/aboutus2a.png) no-repeat;
  background-position: top right;
  background-size: cover;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .whatlist {
    background: none;
  }
}

.whatlist li {
  width: 250px;
  padding-top: 20px;
}

.whatlist li p {
  font-size: 15px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .whatlist li p {
    color: #585858;
  }
}

.workteam {
  margin: 50px 0;
  background-color: #fafafa;
  padding: 35px 0;
}

.worktitle h2 {
  font-size: 30px;
  color: #232323;
  text-align: center;
  font-weight: 500;
  padding-bottom: 15px;
}

.worktitle p {
  font-size: 15px;
  color: #585858;
  text-align: center;
}

.experien {
  padding-top: 35px;
}

.experien li {
  width: calc(33.3% - 25px);
  background-color: #eaeced;
  border: 1px solid #e9e9e9;
  padding: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .experien li {
    width: calc(50% - 25px);
    margin-left: -17px;
  }
}

@media screen and (max-width: 580px) {
  .experien li {
    width: 100%;
    margin-left: -17px;
  }
}

.experien li .icon-ex {
  width: 60px;
}

.experien li .icon-ex a {
  width: 40px;
  display: block;
}

.experien li .dedic {
  width: calc(100% - 60px);
}

.experien li .dedic h3 {
  font-size: 20px;
  font-weight: 500;
  color: #d3081b;
  padding-bottom: 10px;
}

.experien li .dedic p {
  font-size: 15px;
  color: #585858;
}

/*end*/
/*catering*/
.catering {
  width: 100%;
  display: block;
  background: url(../img/services1e.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 65px 0;
}

/* @media screen and (max-width: 767px) {
  .catering {
    width: 100%;
    
  }
} */


.catering h2 {
  font-size: 57px;
  font-weight: 700;
  letter-spacing: 3px;
  text-align: left;
  color: #fff;
  font-family: 'Glacial Indifference', sans-serif;
  text-transform: uppercase;
                                                
}

.catering h4 {
  font-size: 30px;
  color: #e7272d;
  font-family: "Pinyon Script", cursive;
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}

.services {
  margin: 50px 0;
}
.services .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.services .ser-text {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .services .ser-text {
    width: 100%;
  }
}

.services .ser-text:not(:last-child) {
  padding-right: 55px;
  padding-top: 35px;
}

@media screen and (max-width: 767px) {
  .services .ser-text:not(:last-child) {
    padding-right: 0;
    padding-top: 0;
  }
}

.services .ser-text .img-ser {
  padding: 10px 15px;
  width: 450px;
  display: block;
  /* background-color: #e7272d; */
}

@media screen and (max-width: 767px) {
  .services .ser-text .img-ser {
    width: 100%;
    margin-top: 25px;
  }
}
.menu-bg{

  width: 100%;
  display: block;
  background: url(../img/menu-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 95px 0;
}
.bg-menu{

  width: 100%;
  /* height: 825px; */
  display: block;
  background: url(../img/bgmenu-card.png) no-repeat;
  /* background-position: center; */
  background-size: cover;
  padding: 95px 0;
  position: relative;
}
@media screen and (max-width: 960px){
  .bg-menu{

    width: 100%;
    /* height: 825px; */
    display: block;
    background: url(../img/bgmenu-card.png) no-repeat;
    /* background-position: center; */
    background-size: cover;
    /* padding: 95px 0; */
    position: relative;
  }
}
@media screen and (max-width: 420px){
  .card-price .card-image  {
    position: absolute;
    display: block;
    width: 121px;
    /* margin-left: -65px; */
    margin-top: -294px;
  }
}
/* @media screen and (max-width: 420px){
  .bg-menu{
    padding: 0px 0;
  }
} */
/* @media screen and (max-width: 960px){
  .card-price {
    position: absolute;
    display: block;
    width: 110px;
    margin-left: 113px;
    margin-top: -50px;
  }
} */


.card-price{
  position: absolute;
  width: 172px;
  top: 100px;
  left: 337px;
}
.menu-titleindex h2{
  margin-top: -75px;
}
.menu-dosai{
  max-width: 100%;
  height: 400px;
}

.services .ser-text h2 {
  font-size: 35px;
  color: #4d4d4d;
  line-height: 1.4;
  padding-bottom: 10px;
  padding-top: 50px;
}

.services .ser-text p {
  font-size: 15px;
  color: #585858;
  padding-bottom: 10px;
}

.services .ser-text h4 {
  font-size: 30px;
  color: #e7272d;
  font-family: "Pinyon Script", cursive;
  padding-bottom: 15px;
}

.services .ser-text .ser-btn {
  margin-top: 25px;
  padding: 10px 15px;
  background-color: #e7272d;
  color: #fff;
  font-size: 15px;
}

.cater-list {
  margin: 50px 0;
  padding: 30px 0;
  background-color: #fafafa;
}

.cater-list h4 {
  font-size: 20px;
  color: #e7272d;
  font-family: "Pinyon Script", cursive;
  text-align: center;
}

.cater-list h2 {
  font-size: 35px;
  color: #4d4d4d;
  line-height: 1.4;
  padding-bottom: 10px;
  text-align: center;
}

.event-list {
  margin-top: 25px;
}

.event-list li {
  width: calc(33.3% - 30px);
  background-color: #fff;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 0 40px rgba(38, 38, 38, 0.1);
          box-shadow: 0 0 40px rgba(38, 38, 38, 0.1);
  margin-bottom: 35px;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .event-list li {
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 767px) {
  .event-list li {
    width: 100%;
  }
}

.event-list li .ev-imgs {
  width: 100%;
  height: 200px;
  -o-object-position: center;
     object-position: center;
}

.event-list li .eve-texts {
  background-color: #fafafa;
  padding: 10px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event-list li .eve-texts h3 {
  font-size: 20px;
  color: #232323;
  padding-bottom: 5px;
  font-weight: 500;
}

.event-list li .eve-texts h3::after {
  width: 35px;
  height: 2px;
  background-color: #e7272d;
  display: block;
  content: "";
}

.event-list li .eve-texts p {
  font-size: 14px;
  color: #585858;
}

.event-list li .eve-texts a {
  font-size: 15px;
  color: #fff;
  background-color: #e7272d;
  font-weight: 500;
  padding: 5px 8px;
}

/*end*/
/*gallery*/
.starli-port {
  padding-top: 30px;
  padding-right: 20px;
    padding-left: 0px;
}

.starli-port li {
  width: calc(25% - 25px);
  margin-bottom: 25px;
  height: 280px;
}

.starli-port li a {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 800px) {
  .starli-port li {
    width: calc(50% - 25px);
  }
}

@media screen and (max-width: 580px) {
  .starli-port li {
    width: 100%;
  }
}

.starli-port1 li {
  width: calc(50% - 25px);
  margin-bottom: 25px;
  height: 250px;
}

.starli-port1 li a {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 580px) {
  .starli-port1 li {
    width: 100%;
  }
}

.starli-port2 li {
  width: calc(33.3% - 25px);
  margin-bottom: 25px;
  height: 450px;
}

.starli-port2 li a {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 580px) {
  .starli-port2 li {
    width: 100%;
  }
}

/*end*/
/*Our menu*/
.menus {
  width: 100%;
  display: block;
  background: url(../img/varietybanner.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 95px 0;
}

.menus h2 {
  font-size: 35px;
  text-align: left;
  color: #fff;
}

.menus h4 {
  font-size: 30px;
  color: #e7272d;
  font-family: "Pinyon Script", cursive;
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}

.list-menu {
  padding: 50px 0;
  background: url(../img/blog_header_bg_a.png) no-repeat;
  background-position: top right;
  background-size: contain;
}

.find-menu {
  padding-top: 25px;
}

.find-menu > li {
  width: calc(33.3% - 11px);
}

@media screen and (max-width: 900px) {
  .find-menu > li {
    width: calc(50% - 11px);
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .find-menu > li {
    width: 100%;
  }
}

.find-menu > li:not(:last-child) {
  padding-right: 15px;
  border-right: 1px solid #f1f1f1;
}

@media screen and (max-width: 767px) {
  .find-menu > li:not(:last-child) {
    padding-right: 0;
    border-right: none;
  }
}

.find-menu > li h3 {
  font-size: 22px;
  color: #232323;
  padding-bottom: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.find-menu > li > h4 {
  font-size: 22px;
  color: #e7272d;
  font-family: "Pinyon Script", cursive;
  line-height: 1;
}

.st-img {
  padding-bottom: 20px;
  width: 100%;
  height: 250px;
}

.fin-soup li {
  padding-bottom: 10px;
}

.fin-soup li p {
  font-size: 14px;
  color: #585858;
}

.name-b {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 5px;
}

.name-b .sub-title-me h4 {
  font-size: 18px;
  color: #e7272d;
  padding-right: 5px;
  font-weight: 400;
}

.name-b .border {
  -webkit-box-flex: 100;
      -ms-flex: 100 0 auto;
          flex: 100 0 auto;
  margin-bottom: 8px;
  border-bottom: 1px dashed #4d4d4d;
}

.menucard-bg {
  background: #e7272d url(../img/blog_header_bg_a.png) no-repeat;
  padding: 55px 0;
  background-position: left top;
  background-size: cover;
}

.menucard-bg h2 {
  font-size: 46px;
  color: #fff;
  text-align: left;
}

.menucard {
  margin: 30px 0;
}

.menucard .card-title {
  font-size: 35px;
  color:#070707;
  text-transform: uppercase;
  /* padding-bottom: 15px; */
  text-align: left;
  font-weight: 500;
  position: absolute
  
}

.menucard .bgimgmor h4 {
  font-size: 30px;
  color: #e7272d;
  font-family: "Pinyon Script", cursive;
}

.menucard .tiffinbg {
  padding: 90px 45px;
  background: url(../img/breakfastbanner.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.menucard .lunchbg {
  padding: 90px 45px;
  background: url(../img/lunchbanner1.png) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 900px){
  .menucard {
     width: 100% !important;
}
}
@media screen and (max-width: 900px){
  .card-price {
     width: 100% !important;
     display: none;
}
}
@media screen and (max-width: 900px){
  .cardname h3 {
    margin-left: 40px;
    font-size: 25px;
    margin-bottom: 48px;
    margin-top: -48px;
    font-weight: 500;
    color: #d3081b;
    /* border-bottom: 1px dashed #e7272d; */
    /* padding-left: 232px; */
    text-align: center;
    
}
}

.menucard .dinnerbg {
  padding: 90px 45px;
  background: url(../img/dinnerbanner.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.menulists {
  padding: 25px 0;
  /* border: 1px solid #e7e7e7; */
  background-color: #fafafa;
  margin-bottom: 25px;
  margin-top: 25px;
}

.menulists li {
  position: relative;
  width: 50%;
  padding: 50px;
  padding: 15px 20px;
  z-index: 1;
}

/* .menulists li:nth-child(odd) {
  border-right: 1px dashed #d8d8d8;
}

@media screen and (max-width: 900px) {
  .menulists li:nth-child(odd) {
    border-right: 0 dashed #d8d8d8;
  }
}

.menulists li:not(:last-child) {
  border-bottom: 1px dashed #d8d8d8;
}

@media screen and (max-width: 900px) {
  .menulists li:not(:last-child) {
    border-bottom: 0 dashed #d8d8d8;
  }
} */

@media screen and (max-width: 900px) {
  .menulists li {
    width: 100%;
    
  }
}

.cardname {
  width: 70%;
  
}

.cardname h3 {
  font-size: 25px;
  margin-bottom: 48px;
  margin-top: -48px;
  font-weight: 500;
  color: #d3081b;
  /* border-bottom: 1px dashed #e7272d; */
  /* padding-left: 232px; */
  text-align: center;
  /* margin-left: 205px; */
  

}

.cardname p {
  font-size: 19px;
    color: #fff;
    /* position: relative; */
    padding-left: 50px;
    line-height: 17px;
}

.cardname p::before {
  width: 5px;
  height: 5px;
  position: absolute;
  display: none;
  content: "";
  left: 0;
  top: 9px;
  background-color: #e7272d;
  border-radius: 50px;
}

.card-pric {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.card-pric .circle-bg {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.card-pric .circle-bg p {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

/*end*/
/*contact us*/
.contactbg {
  width: 100%;
  padding: 180px 0;
  background: url(../img/gallery/contactbanner1.png) no-repeat;
  background-position: center;
  background-size: cover;
  overflow-x: hidden;
}
.contact-subtitle{
  text-align: center;
  margin-bottom: -30px;
}

.contact {
  position: relative;
}
.contactform-text .form-control{
  background-color: #f1efe8;
  color: #495057 !important;

}

.abouttexthome .abouttxtsecond .contact-phone{
  font-size:15px;
}

.leftcont {
  width: 50%;
  padding: 50px 25px 50px 25px;
  background: url(../img/varietybg1.png)no-repeat;
}

@media screen and (max-width: 767px) {
  .leftcont {
    width: 100%;
  }
}

.leftcont > p {
  font-size: 18px;
  color: #4d4d4d;
  font-weight: 300;
}

.leftcont > h2 {
  font-size: 30px;
  font-weight: 600;
  color: #d3081b;
  padding-bottom: 15px;
}

.leftcont > a {
  padding-top: 25px;
  width: 100%;
  height: 250px;
  -o-object-position: bottom;
     object-position: bottom;
}
.leftcont .ble-con .phone1 h3,.leftcont .ble-con .phone2 h3,.leftcont .ble-con .phone3 h3 {
  font-size: 18px;
  color: #007f5f;
  font-weight: 500;
  padding-bottom: 5px;
}
.leftcont .ble-con {
  padding-top: 25px;
}

.leftcont .ble-con .phone1 {
  width: 22%;
  padding: 10px;
}
.leftcont .ble-con .phone2 {
  width: 43%;
  padding: 10px;
}
.leftcont .ble-con .phone3 {
  width: 35%;
  padding: 10px;
}



@media screen and (max-width: 1024px) {
  .leftcont .ble-con .phone1 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .leftcont .ble-con .phone1 {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .leftcont .ble-con .phone1 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .leftcont .ble-con .phone2 {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .leftcont .ble-con .phone2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .leftcont .ble-con .phone3 {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .leftcont .ble-con .phone3 {
    width: 100%;
  }
}

.leftcont .ble-con .phone h3 {
  font-size: 18px;
  color: #007f5f;
  font-weight: 500;
  padding-bottom: 5px;
}

.leftcont .ble-con .phone h4 {
  font-size: 16px;
  color: #232323;
  font-weight: 500;
  padding-bottom: 5px;
}

.leftcont .ble-con .phone a {
  font-size: 15px;
  color: #585858;
  padding-top: 3px;
}

.rightimg {
  width: 50%;
  height: 100%;
  display: block;
}

@media screen and (max-width: 1024px) {
  .rightimg {
    width: 100%;
  }
}

.rightimg .contbox {
  padding: 30px;
  background-color: #fff;
  width: 100%;
}

.rightimg .contbox .req-email {
  font-size: 22px;
  color: #007f5f;
  text-align: left;
  font-weight: 500;
  padding-bottom: 15px;
}

.rightimg .contbox .blen-conta li {
  width: 100%;
}

.rightimg .contbox .blen-conta li:not(:first-child) {
  margin-top: 10px;
}

.rightimg .contbox .blen-conta li p {
  font-size: 15px;
  color: #444;
  padding-bottom: 5px;
}

.rightimg .contbox .blen-conta li label input {
  width: 100%;
  padding: 0 15px;
  border: 1px solid #ddd;
  outline: 0 none;
  height: 40px;
  border-radius: 3px;
}

.rightimg .contbox .blen-conta li label textarea {
  width: 100%;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.rightimg .contbox .blen-conta li label select {
  width: 100%;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.rightimg .contbox .blen-conta li .sel-serc {
  width: 100%;
}

.rightimg .contbox .blen-conta li .sel-serc label #test {
  width: 100%;
  height: 40px;
}

.rightimg .contbox .blen-conta li .sel-serc label option {
  height: 30px;
  line-height: 30px;
}

.rightimg .contbox .blen-conta li .sel-serc label .editOption {
  width: 94%;
  height: 40px;
  position: relative;
  top: -39px;
}

.rightimg .contbox .blen-conta #error {
  font-size: 14px;
  background-color: #f54b50;
  padding: 0px;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 5px;
  border-radius: 3px;
}

.rightimg .contbox .subbtn {
  text-align: center;
  margin: 25px auto 0;
  padding: 8px 18px;
  outline: none;
  border-radius: 3px;
  border: 0;
  display: block;
  background-color: #007f5f;
  color: #fff;
  font-size: 15px;
  font-family: "Jost", sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.rightimg .contbox .subbtn:hover {
  background-color: #eb572a;
}

.map {
  width: 100%;
  padding: 0;
  margin: 0;
}

/*end*/
/*Brahmin Marriage*/
.bm {
  width: 100%;
  display: block;
  background: url(../img/bm.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 65px 0;
}

.bm h2 {
  font-size: 35px;
  text-align: left;
  color: #fff;
}

.brahmin {
  margin: 30px 0;
}

.brahmin .brah-list {
  margin-bottom: 30px;
}

.brahmin .brah-list .brah-text {
  width: calc(70% - 25px);
}

@media screen and (max-width: 767px) {
  .brahmin .brah-list .brah-text {
    width: 100%;
  }
}

.brahmin .brah-list .brah-text h2 {
  font-size: 28px;
  font-weight: 500;
  color: #007f5f;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: 25px;
  border-bottom: 0.5px dotted #e7272d;
}

.brahmin .brah-list .brah-text h4 {
  font-size: 16px;
  color: #585858;
  font-weight: 500;
  padding-bottom: 10px;
}

.brahmin .brah-list .brah-text p {
  font-size: 15px;
  color: #8f8f8f;
  position: relative;
  padding-left: 15px;
  font-weight: 600;
}

.brahmin .brah-list .brah-text p::before {
  width: 5px;
  height: 5px;
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 9px;
  background-color: #e7272d;
  border-radius: 50px;
}

.brahmin .brah-list .brah-text .lis-titl {
  color: #333;
  font-size: 18px;
  font-weight: 600;
}

.brahmin .brah-list .brah-text ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.brahmin .brah-list .brah-text ul li {
  padding: 5px 0;
  width: 350px;
  margin-right: 15px;
}

.brahmin .brah-img {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .brahmin .brah-img {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .brahmin .brah-img {
    width: 100%;
  }
}

.brahmin .brah-img .img-brah {
  padding: 10px 10px;
  width: 100%;
  height: 420px;
  display: block;
  background-color: #cfa848;
}

@media screen and (max-width: 767px) {
  .brahmin .brah-img .img-brah {
    width: 100%;
    margin-top: 25px;
  }
}

.brbg {
  background-color: #fafafa;
  padding: 25px 0;
}

/*end*/
/*VAS*/
.valuad {
  padding: 90px 0;
  width: 100%;
  background: url(../img/vasbanner1.png) no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
}

.valuad h4 {
  font-size: 30px;
  color: #e7272d;
  font-family: "Pinyon Script", cursive;
}

.valuad h2 {
  font-size: 30px;
  text-align: left;
  color: #fff;
}

.vas .a-z {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .vas .a-z {
    width: 100%;
  }
}

.vas .a-z .list-vas {
  margin-top: 55px;
}

.vas .a-z .list-vas li {
  width: calc(33.3% - 25px);
  text-align: center;
  margin-bottom: 30px;
  -webkit-box-shadow: 2px 10px 10px -10px #7575751f;
          box-shadow: 2px 10px 10px -10px #7575751f;
  background-color: #fff;
}

@media screen and (max-width: 580px) {
  .vas .a-z .list-vas li {
    width: calc(50% - 25px);
    margin-left: -20px;
  }
}

@media screen and (max-width: 480px) {
  .vas .a-z .list-vas li {
    width: 100%;
  }
}

.vas .a-z .list-vas li .val-img {
  /* height: 180px; */
  width: 94%;
}

.vas .a-z .list-vas li .valu-text {
   background-color: #d3081b;
  text-align: center;
} 

.vas .a-z .list-vas li .valu-text p {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  padding: 10px 0;
}

.vas .a-zimg {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .vas .a-zimg {
    display: none;
  }
}

.form-control{
  font-size: 12px !important;
}

/*end*/
/*fotter*/
.footer {
  background-color: #333;
  padding-top: 50px;
}

.foo-site {
  -webkit-box-shadow: 2px 20px 20px -10px #5a5a5a1f;
          box-shadow: 2px 20px 20px -10px #5a5a5a1f;
  padding: 25px;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.foo-site > li {
  width: 250px;
}

@media screen and (max-width: 767px) {
  .foo-site > li {
    margin-bottom: 25px;
  }
}

.fomrfc {
  padding-bottom: 8px;
}

.sitemap h4 {
  position: relative;
  content: "";
  display: block;
  color: #fff;
  font-size: 22px;
}

.sitemap p {
  padding-top: 8px;
  width:131px;
}

.sitemap h4::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #e7272d;
  width: 50px;
  height: 2px;
  border-radius: 50px;
  color: #333;
  font-size: 22px;
  left: 0;
}

.sociallink {
  padding-top: 15px;
}

.sociallink li {
  display: inline-block;
  margin-right: 10px;
}

.sociallink li .buttonBlue {
  font-size: 20px;
  text-align: center;
  color: #333;
  border-radius: 50px;
  padding: 0;
  position: relative;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  margin-top: 0;
}

.sociallink li .animatedButton span {
  position: relative;
  pointer-events: none;
  color: #fafafa;
  padding: 7px;
  font-size: 20px;
  text-align: center;
}

.sitemap img {
  width: 235px;
}

.sitemap h5 {
  color: #e7272d;
  font-size: 16px;
  font-weight: 400;
}

.Aboutcom li {
  padding-top: 10px;
  color: #fafafa;
}

.Aboutcom li a {
  color: #fafafa;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.Aboutcom li a:hover {
  padding-left: 5px;
}

.sitemap p {
  color: #fafafa;
}

.call-foo {
  padding-top: 5px;
  color: #fafafa;
}

.call-foo span {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.copyrights {
  width: 100%;
  background-color: #4d4d4d;
  overflow-y:hidden;
}

.copyrights p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

/*end*/
/*# sourceMappingURL=style.css.map */
/* body,
html {
  height: 100%;
  background: #110101;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
} */

.slideshow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  max-width: 1300px;
  height: 500px;
  overflow: hidden;
}
.slideshow .slider {
  width: 1300px;
  height: 500px;
  z-index: 2;
}
.slideshow .slider * {
  outline: none;
}
.slideshow .slider .item {
  height: 500px;
  width: 1300px;
  position: relative;
  overflow: hidden;
  border: none;
}
.slideshow .slider .item .text {
  display: none;
}
.slideshow .slider .item img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slideshow .slick-dots {
  position: fixed;
  z-index: 100;
  width: 40px;
  height: auto;
  bottom: auto;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  left: auto;
  color: #fff;
  display: block;
}
.slideshow .slick-dots li {
  display: block;
  width: 100%;
  height: auto;
}
.slideshow .slick-dots li button {
  position: relative;
  width: 20px;
  height: 15px;
  text-align: center;
}
.slideshow .slick-dots li button:before {
  content: "";
  background: #fff;
  color: #fff;
  height: 2px;
  width: 20px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.slideshow .slick-dots li.slick-active button:before {
  width: 40px;
  opacity: 1;
}
.slideshow.slideshow-right {
  left: 0;
  z-index: 1;
  width: 50vw;
  pointer-events: none;
}
.slideshow.slideshow-right .slider {
  left: 0;
  position: absolute;
}

.slideshow-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 80px;
  width: 100vw;
  text-align: center;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 20px;
  line-height: 0.8;
}
@media (max-width: 767px) {
  .slideshow-text {
    font-size: 40px;
  }
}

.the-most {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 50vw;
  max-width: 200px;
  padding: 10px;
}
.the-most img {
  max-width: 100%;
}


/* clientsslider testing */
/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */

.client-slide {
  /* min-height: 100vh; */
  max-width: 100%;
  background: linear-gradient(135deg, #2c9876, #bf0fa0);
  /* background-color:#3e3a3b ; */
  border-radius: 120px 120px 120px 0;
  
  color: rgb(253, 9, 9);
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  width: 80%;
  margin: 0 auto;
  padding: 40px;
}
@media screen and (max-width: 820px) {
  body {
    font-size: 16px;
  }
}

/* .container {
  width: 80%;
  margin: 0 auto;
  padding: 40px;
} */

.center {
  text-align: center;
}

h1 {
  font-weight: 300;
  font-size: 2em;
  line-height: 1.3;
  padding: 40px 20px 0 20px;
}

p a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
  transition: border 0.3s;
}
p a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.client-slider {
  padding-top: 54px;
  padding-bottom: 24px;
}

/* gallery slide tester */

#container{
  width:700px;
  height:700px;
  margin: 20px auto;
  background-color: #f0f3f2;
  box-shadow: 0 0 40px rgba(38, 38, 38, 0.1);
  position: relative;

  
}
@media screen and (max-width: 640px) {
  #container {

    width:80%;
    height:100%;
    
  }
}
.txteight{
  position: absolute;
  bottom: 20px;
  left: 280px;
}
@media screen and (max-width: 640px) {
  .txteight {
    position: absolute;
  bottom: 20px;
  left: 76px;
  font-size: 14px;
    
  }
}



.slider{
     position: relative;
     width: 100%;
     height: 500px;
      aspect-ratio:1;
      
      
}
@media screen and (max-width:960px){
  .slider{
    position: relative;
    width: 100%;
    height: 155px;
     aspect-ratio:1;
     
     
}
}

.slider .item {
    clip-path: circle(calc(50%));
    width:70%;
    height:70%;    
    position: absolute;
    left: 100px;
    top: 100px;
    z-index: 0;   
    text-align:center;
    box-shadow: 0 0 40px rgba(38, 38, 38, 0.1);
    
}


.slider .item img{
    min-width:100%;
    min-height:100%;
    align-items: center;
      display: flex;
      justify-content: center;
      box-shadow: 0 0 40px rgba(38, 38, 38, 0.1);
}
@media screen and (max-width: 640px) {
  .slider .item img {
    width:50%;
    height:50%;
  }
}
@media screen and (max-width: 640px){
  .slider .item {
    clip-path: circle(calc(48%));
    width:60%;
    height:60%;    
    position: absolute;
    left: 70px;
    top: 50px;
    z-index: 0;   
    text-align:center;
    box-shadow: 0 0 40px rgba(38, 38, 38, 0.1);
}
}
.slider .item:first-child {
    z-index: 1;
}

.slider .item.active {
    animation-name: tada;
    animation-duration: 10s;
    z-index: 1;
}


@keyframes tada {
    from {
      transform: scale3d(1, 1, 1);
      display: unset;
      opacity: 1;
    }

  
    30%,
    50%,
    70%,
    90% {
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
      opacity: 1;
    }
  
    40%,
    60%,
    80% {
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
  
    to {
      transform: scale3d(0.0, 0.0, 0.0);
      display: none;
      opacity: 0;
    }
  }

  .footer-tel{
    margin-left: 55px;
  }
  .address-footer{
    width: 100px;
    color: #fff;
  }