@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");






/** {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}

*/

body {

  /*background-color: #000;*/



}



.header_num{

  position: absolute;

  z-index: 9999;

  width: 100%;

  height: 35px;

  color: #5e2343;

  text-align: right;

  line-height: 50px;

  background-color: #ffcb29;

}
.top_header ul {
  float: right;
}

.top_header ul li{
  text-decoration: none;
  float: left;
  display: flex;
  padding-right: 20px;
}

.top_header ul li a{
  font-size: 14px;
  color: black !important;
  text-decoration: none;
}

.top_header i {
  font-size: 25px;
  height: 40px;
  padding-right: 5px;
  line-height: 50px;
}

.bg-nav{

	background: #5e2343;

}



.navbar-light .navbar-nav .nav-link{

	color: #fff;

}



.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{

	color: #fff;

}



.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{

	color: #ff0000;

	font-weight: 700;

}



.navbar-expand-lg .navbar-collapse{

    flex-direction: column !important;

}



.navbar-nav .nav-item {

	padding-left: 2rem;

}



.attri {

  font-size: 0.5rem;

  color: grey;

}



/*slide_show*/



.slider{

  position: relative;

  background: #ffcb29;

  width: 100%;

  min-height: 550px;

  margin-bottom: 20px;

  margin-top: -10px;

  overflow: hidden;

  /*padding-left: 60px;*/

}



.slider .slide1{

  position: absolute;

  width: 100%;

  height: 100%;

  clip-path: circle(0% at 0 50%);

}



.slider .slide1.active{

  clip-path: circle(150% at 0 50%);

  transition: 2s;

}



.slider .slide1 img{

  position: absolute;

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.slider .slide1 .info{

  position: absolute;

  color: white;

  width: 75%;

  /*margin-top: 50px;

  margin-left: 50px;*/

  margin-top: 15%;

  margin-left: 10%;

  padding: 20px;

  border-radius: 5px;

  box-shadow: 0 5px 25px rgb(1 1 1 / 5%);

}



.slider .slide1 .info h2{

  text-align: center;

  font-size: 100px;

  font-weight: 800;

}



.slider .slide1 .info p{

  text-align: center;

  font-size: 50px;

  font-weight: 400;

}



.slider:hover .navigations{

  opacity: 1;

}



.prev-btn, .next-btn{

  z-index: 999;

  font-size: 2em;

  color: #222;

  background: rgba(255, 255, 255, 0.8);

  padding: 10px;

  cursor: pointer;

}



.prev-btn{

  border-top-right-radius: 3px;

  border-bottom-right-radius: 3px;

}



.next-btn{

  border-top-left-radius: 3px;

  border-bottom-left-radius: 3px;

}



/*aroww*/



.slider__arrows {

  position: absolute;

  z-index: 999;

  width: 100%;

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: space-between;

}



.slider__arrows--left,

.slider__arrows--right {

  border: none;

  margin: 0;

  text-decoration: none;

  font-family: sans-serif;

  text-align: center;

  -webkit-appearance: none;

  -moz-appearance: none;

  background-color: transparent;

  color: #fff;

  text-shadow: 1px 1px #666;

  font-size: 3.5rem;

  padding: 0 2rem;

  cursor: pointer;

  transition: all 0.5s, opacity 0.5s;

}



.slider__arrows--left:hover {

  opacity: 0.6;

  transform: translateX(-5px);

}



.slider__arrows--right:hover {

  opacity: 0.6;

  transform: translateX(5px);

}



.slider__arrows--right:focus,

.slider__arrows--left:focus {

  outline: thin dashed rgba(255, 255, 255, 0.651);

  outline-offset: -4px;

}







/*end-aroww*/



@media (max-width: 900px){

  .slider{

    width: 100%;

  }



  .slider{

    padding-left: 0;

  }



  .slider .slide .info{

    position: relative;

    width: 80%;

    margin-left: auto;

    margin-right: auto;

  }

}



@media (max-width: 500px){

  .slider .slide .info h2{

    font-size: 1.8em;

    line-height: 40px;

  }



  .slider .slide .info p{

    font-size: 0.9em;

  }

}



/*slide_show*/







.sec-header h1{

	font-family: "Abril Fatface", sans-serif;

	font-size: 3rem;

  	text-align: center;

  	color: #fdcb5f;

}



.about{

  	color: #fff;



	background-size: cover;

  	background-position: center center;

	background-image: linear-gradient(rgba(81, 46, 120, 0.5), rgba(0, 0, 0, 0.5)),

    url("../img/frames/3.jpg");



}



.abt-img{

	height: 80%;

}



.sec-header:after{

	 /*background: url(../img/frames/14.png) center center no-repeat;*/

    content: "";

    width: 100%;

    height: 52px;

    position: absolute;

    bottom: -10rem;

}



.banquet_menu{

	background: #000000d9;

}





.banquet-header h1{

	font-family: "Abril Fatface", sans-serif;

	font-size: 3rem;

  	text-align: center;

  	color: #fdcb5f;

}



.banquet-header:after{

	/*background: url(../img/frames/14.png) center center no-repeat;*/

    content: "";

    width: 100%;

    height: 52px;

    padding-bottom: 3rem;

}



.menu-left{

	text-align: center;

	color: #fff;

}



.menu-left h2{

	margin-top: 5rem;

}



.menu-right ul{

	list-style: none;

	padding: 10px;

}



.menu-right ul li{

	padding-bottom: 1rem;

	padding-top: 1rem;

	border-bottom: 1.3px solid gold;

	width: 99%;

}



.menu-right ul li a .text-div{

	padding-top: 2rem;

	color: #fff;

}



.menu-right ul li a img{

	/*transition: transform .7s ease-in-out;*/

    border: 2px solid #ffbc00;

    border-radius: 100%;

}





.menu-right ul li a img:hover {

  transform: rotate(360deg);

}



.top-img h1{

	margin-top: 4.3rem;

	font-family: "Abril Fatface", sans-serif;

	font-size: 3rem;

  text-align: center;

  color: #fdcb5f;

}



.gallery .container-fluid {

	background-size: cover;

  	background-position: center center;

	background-image: linear-gradient(rgba(81, 46, 120, 0.5), rgba(0, 0, 0, 0.5)),

    url("../img/frames/3.jpg");

    padding-bottom: 5rem;

}



.gallery .top-img{

	text-align: center;

	color: #000;

	/*background: url(../img/frames/14.png) center center no-repeat;*/

	padding-bottom: 8rem;

	

}



.gal-center-img{

	margin-top: 10rem;

}

.gal-center-img img{

	border-radius: 16px;

	transition: transform .7s ease-in-out;

}



.gal-center-img img:hover{

	transform: scale(1.1);

}



.img-round {

	width: 50%;

	border-radius: 100%;

	border: 2px solid gold;

	transition: transform .7s ease-in-out;

}





.img-round:hover {

  transform: rotate(360deg);

}





.row-img{

	margin-left: 5rem;

}



.sub-heading{

	color: #fff;

	font-size: 2.5rem;

	text-align: center;

}



.clinet-row{

text-align: center;

	color: #000;

}



.clinet-row p{

	padding-left: 10rem;

	padding-right: 10rem;

	color: #fff;

}



.name{

	font-family: "Abril Fatface", sans-serif;

	font-size: 1.3rem;

	color: #fff;

}





.bg-own{

	background: #000000d9;

	color: #fff;

}



.contact{

	background-size: cover;

  	background-position: center center;

	background-image: linear-gradient(rgba(81, 46, 120, 0.5), rgba(0, 0, 0, 0.5)),

    url("../img/frames/3.jpg");

}



.contact-header{

	font-family: "Abril Fatface", sans-serif;

	text-align: center;

}



.row{

	margin-top: -5px;

	padding: 0;

}

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {

	.navbar-toggler{

		background-color: #fff;

	}



  .product-table {

    font-size: 60%;

  }

  

  .product-tr {

    border-style: hidden !important;

  }

  

  .product_name, .product_qty {

    font-size: 12px;

  }

  

  form > div > .t_aproduct {

    padding-left: 0;

    padding-right: 0;

  }

  

  .al_lf {

    text-align: left;

  }

  

  .adds {

    font-size: 12px;

  }

  

  .products_append {

    font-size: 12px;

  }

  

  /*.scrollable {

    margin-right: 2%;

  }*/



	.navbar-light .navbar-toggler{

		    color: rgb(239 226 226 / 85%);

    border-color: rgb(0 0 0 / 14%);



	}



  .clinet-row p{

		padding-left: 1rem;

		padding-right: 1rem;

	}

/*

	.slider__text p:first-child{

		font-size: 2.2rem;

	}



	.slider__text p{

		font-size: 2rem;

	}

*/



	.menu-left{

		padding: 0;

	}



	.gallery .container-fluid{

		height: unset;

	}



	

	



}



/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {

  .example {background: green;}

  /*.t_product {width: 60%;}

  .t_aproduct {width: 40% !important;}*/

}



/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {

  .example {background: blue;}

  /*.t_product {width: 60%;}

  .t_aproduct {width: 40% !important;}*/

} 



/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {

  .example {background: orange;}

  /*.t_product {width: 60%;}

  .t_aproduct {width: 40% !important;}*/

} 



/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {

  .example {background: pink;}

  .t_product {width: 60%;}

  .t_aproduct {width: 40%;}

}





/*Prads*/



.tables {

  background: white !important;

}



.trs > td {

  color: black !important;

}



/*.scrollable {

  overflow-x: auto;

}*/



.card-body > h3 {

  font-size: 24px;

  color: #333;

  font-weight: bold;

}


/*
.container-fluids {

  background-image: linear-gradient(rgba(81, 46, 120, 0.5), rgba(0, 0, 0, 0.5)), url(../img/page-titles/page-title-1.jpg);

  background-image: linear-gradient(rgb(199 161 241 / 50%), rgb(68 15 15 / 44%)), url(../img/frames/3.jpg);

}
*/


.card {

  font-weight: bold;

  border-radius: 5px;

  box-shadow: 5px 5px 15px #e74c3c;

  transition: all 0.3s ease-in;

  -webkit-transition: all 0.3s ease-in;

  -moz-transition: all 0.3s ease-in;

  cursor: pointer;

  height: 100%;

}



.card:hover {

  /*background: #b5b3b3;*/

  /*border-radius: 5px;*/

  border: none;

  /*border: 3px solid #ffbc00;*/

  /*box-shadow: 5px 5px 15px #9E9E9E;*/

  /*width: 105%;*/

  /*transform: scale(1.1);*/

}



.card_width:hover {

  /*padding-left: 5px;*/

  /*padding-right: 5px;*/

  transition: all 0.3s ease-in;

  -webkit-transition: all 0.3s ease-in;

  -moz-transition: all 0.3s ease-in;

}



.card-body > img:hover {

  transform: rotate(360deg);

}



.rounded-circle {

  border: 2px solid #ffbc00;

}



.pl_2 {

  padding-left: 2%;

}



.pr_2 {

  padding-right: 2%;

}



.bl_10 {

  border-top-left-radius: 10px;

}



.br_10 {

  border-top-right-radius: 10px;

}



.qty_btn {

  background: none;

  border: none;

}



.qty_inp {

  width: 15%;

}



.plus {

  padding-top: 2%;

}



.minus {

  padding-top: 2%;

}



.fa {

  font-size: 150%;

  color: black;

}



.d-flex input {

  text-align: left;

}



.ml-2 {

  margin-left: 2%;

}



.ml-5 {

  margin-left: 5%;

}



.mr-5 {

  margin-right: 5%;

}



.cqty {

  width: 150px;

}



.ciqty {

  width: 30px;

}



.rounds {

  height: auto;

  width: auto !important;

}



.scrolls {

  overflow-x: auto;

}



.pointer {

  cursor: pointer;

}

  

.product_name {

  color: yellow;

}



.view-all {

  text-decoration: none;

  color: #fff;

}



.view-all:hover {

  color: #fff !important;

}



.get_quote {

  background-color: rgb(255 203 41);

  border-color: rgb(255 203 41);

}



.get_quote {

  background-color: rgb(255 203 41);

  border-color: rgb(255 203 41);

}



.get_quote:hover {

  background-color: rgb(226 181 56);

  border-color: rgb(226 181 56);

}



.border_rad {

  border-radius: 10px!important;

}



.text_black{

  color: black;

}
@media (max-width: 600px){

  .content_of_nav{

    display: none;


  }
  .content_of_mobile_view{
    display:block;
  }
  .email_nav{
    display:block;
  }
}
@media (min-width: 600px){

  .content_of_mobile_view{

    display: none;
    


  }
  
}





            /* (A) NOTIFICATION */
            #notify {
              background: #dadaff;
              padding: 5px;
              margin-bottom: 10px;
            }

            /* (B) FORM */
            #cform {
                  max-width: 400px;
                  background: #5a002e;
                  /* border: 1px solid #aaa; */
                  padding: 10px;
            }
            #cform label, #cform input, #cform textarea {
              box-sizing: border-box;
              width: 100%;
              padding: 10px 5px;
              resize: none;
            }
            #cform input, #cform textarea { margin-bottom: 10px; }
            #cform input[type=submit] { margin-top: 10px; }