/*-------------- Owl crousel ---------------*/

.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
}


.main_para {
  font-size: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville";
  color:  #F3C5B8;;
}

/* --------- banner--------- */

#banner { 
  max-width:100%; 
  margin:auto; 
  position:relative;
  padding: 0;
  padding: 15%;

}

#banner h1.banner-head{
    color: #000;
    font-family: Gloock;
    font-size: 46px;
    font-style: normal;
    font-weight: bold;
    line-height: 65px;
    width: 389px;
}

#banner div.main-heading p {
  
  color: #000;
  font-family: Almarai;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  width: 539px;
  height: 50px;
  flex-shrink: 0;
}
.about-video-content{
  margin: auto;
    padding: 0px 50px;
}
.about-image img{
width: 100%;
margin: 0px 40px;
}
.about-video-image img{
width: 100%;
}
.about-video-image{
position: relative;
top: 40px;
}
.modal-new {
display: none;
position: absolute;
z-index: 1500;
left: 0;
right: 0;
top: 0px;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0,0,0,0.4);
padding-right: 0 !important;
}
.modal-contents {
  background-color: #000;
  margin: auto;
  width: 100%; 
  height: 100%;
  transition: 2s;
  border-radius: 0px;
}

.close-one {
  float: right;
  font-size: 40px;
  position: absolute;
  font-weight: bold;
  cursor: pointer;
  right: 32%;
  color: #fff;
  top: 2%;
}
.about-video-image i {
position: absolute;
top: 50%;
left: 50%;
color: #FFF;
font-size: 12px;
transform: translate(-50%, -50%);
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-style: normal;
background-color: #F3C5B8;
padding: 8px 12px;
border-radius: 50px;
cursor: pointer;
}
.about-video-image a {
  opacity: 1 !important;
}

/* --------------- Service ------------- */

section#work-flow {
  padding: 60px 0;
  position: relative;
  width: 100%;
  background-color: #1B1825;
}
#work-flow .box-item {
  background-color: #201C2C;
  padding: 30px 10px;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}
#work-flow h3 {
line-height: 48px;
color: #F3C5B8;
font-weight: 700;
}
#work-flow p.service-subheading {
font-size: 38px;
font-weight: 700;
color: #fff;
}
#work-flow h5.title {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
    margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#work-flow p.post {
font-size: 14px;
line-height: 22px;
color: #ffffff99;
font-weight: 700;
font-family: "Ubuntu";
text-align: center;
padding: 18px 15px;
line-height: 28px;  
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}

#work-flow .service-btn{
margin: 40px 0;
}
#work-flow .service-btn a {
background-color: #F3C5B8;
padding: 10px 15px;
color: #ffffff;
border-radius: 10px;
font-weight: 700;
}
#work-flow .service-btn a:hover{
color: #F3C5B8;
background-color: #fff;
}
#work-flow .owl-stage{
counter-reset: css-counter 00;
}
#work-flow .owl-item{
counter-increment: css-counter 1;
}
#work-flow .owl-item::after {
  content: counter(css-counter) "";
  bottom: -30px;
  position: relative;
  display: flex;
  text-align: center;
  font-size: 18px;
  width: 30px;
  margin: 0 auto;
  background-color: #2E283F;
  padding: 10px;
  height: 30px;
  align-items: center;
  border-radius: 20px;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
}
#work-flow .owl-item:hover::after {
  background-color: #F3C5B8;
}
#work-flow .owl-stage-outer {
padding-bottom: 30px;
}

.dotted-line {
  position: relative;
  height: 10px;
  width: 100%;
  border-bottom: 2px dashed #666173;
  top: -25px;
}
.dotted-line::before,
.dotted-line::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  top: 4px;
}
.dotted-line::before {
  left: -5px;
}
.dotted-line::after {
  right: -5px;
}

/* --------------- About ------------- */ 
#about .box h5 {
  font-size: 20px;
  color: #353535;
  font-weight: 300;
  font-family: "Libre Baskerville";
}
#about .main_heading{
color: #F3C5B8;
font-weight: bold;
font-size: 24px;
}
#about p.main_para {
color: #ffffff;
font-size: 18px;
line-height: 32px;
}
#about div.slide_btn a {
font-size: 14px;
color: #ffffff;
background-color: #01BCee;
padding: 15px 28px;
border-radius: 10px;
}
#about div.about-contact::before{
content: url(phone.png);
}

div.about-img{
position: relative;
}
#about div.about-contact {
position: absolute;
bottom: 10%;
right: 14px;
display: flex;
align-items: center;
background-color: #01BCee;
padding: 24px 30px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
} 
#about div.about-contact a{
  font-weight: bold;
  font-size: 22px;
  margin-left: 10px;
}
#about div.slide_btn{
margin-top: 40px;
} 
#about .main-subtext {
color: #ffffff;
font-weight: 900;
font-size: 44px;
line-height: 66px;
}
#about .box p {
  font-size: 15px;
  line-height: 22px;
  color: #7c7c7c;
  font-weight: 300;
  font-family: "Ubuntu";
}
#about .box {
  padding: 10px 20px;
}
#about .about_icon {
  text-align: left;
}

/* --------------- latest Release ------------- */

#release .release_head p {
  color:  #F3C5B8;;
}
#release .release_content img {
  width: 140px!important;
  height: 140px;
  border: 1px solid transparent;
  border-radius: 50%;
}
#release .release_content h5 {
  font-size: 18px;
  line-height: 28px;
  color: #353535;
  font-weight: 400;
  font-family: "Libre Baskerville";
  text-align: center;
}
#release .release_content p {
  font-size: 13px;
  line-height: 28px;
  color: #353535;
  font-weight: 400;
  font-family: "Libre Baskerville";
  text-align: center;
}
#release button.owl-prev, #release button.owl-next {
  position: absolute;
  top: 45%;
  background: unset;
  border: none;
  outline: none;
}
#release button.owl-prev i, #release button.owl-next i {
  color: #ccc;
  font-size: 25px;
}
#release button.owl-prev {
  left: -40px;
}
#release button.owl-next {
  right: -40px;
}

/* ------------ Register ---------- */

#register h3 {
  color: #fff;
  text-align: center; 
  padding: 0 32%;
  font-size: 36px;
    font-weight: bold;  
}
.counter_box:hover .counter_icon img {
animation: flip 1s linear;
}
#register .owl-carousel .owl-stage::after{
visibility: unset !important;
}
#register {
background-color: #13121a;
padding: 9% 0px 7% 0; 
} 
#register h4 {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #fff;
  font-weight: 300;
  font-family: "Libre Baskerville";
}
#register p {
  font-size: 13px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 100;
  font-family: "Ubuntu";
  margin-bottom: 0;
}
#register .number {
font-size: 28px;
line-height: 25px;
color: #ffffff;
font-weight: bold;
text-align: center;
margin-top: 26px;
}
#register .title {
font-size: 12px;
line-height: 20px;
color: #ffffff;
font-weight: bold;
text-align: center;
width: fit-content;
margin: 0 auto;
padding: 5px 10px !important;
background-color: #F3C5B8;
margin-top: 18px;
border-radius: 20px;
}
#register .counter_box {
  margin-top: 40px;
}
#register div.owl-stage-outer{
margin-top: 40px  ;
}
#register .owl-carousel::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 200px;
  background-color: #1B1825;
  top: 16px;
  display: flex;
  z-index: -1;
  border-radius: 20px;
}
#register .owl-carousel{
display: block;
position: relative;
z-index: 1;
}

/* ------------ Testimonial ---------- */

#testimonial .owl-item {

  border-radius: 20px 20px 20px 150px;
  background: #FFF;
  width: 570px;
  border-radius: 20px 20px 20px 150px;
border: 1px solid var(--Primary-Color, #F3C5B8);
background: #FFF;
}
#testimonial {
  position: relative;
  background-color: #F9FAF5;
}
#testimonial .owl-dots{
display: block;
text-align: center;
margin-top: 15px;
}
#testimonial .owl-dots .owl-dot.active{
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  border-radius: 50px;
  background-color: #F3C5B8;
  opacity: 1;
}
#testimonial .owl-dots .owl-dot{
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  border-radius: 50px;
  background-color: #F3C5B8;
  opacity: 0.7;
  border: none;
}

#testimonial p.desp {
  font-size: 18px;
  line-height: 24px;
  color: #7c7c7c;
  font-weight: 600;
  font-style: italic;
  font-family: "Ubuntu";
  margin-top: 22px;
}
#testimonial h4 {
  font-size: 22px;
  line-height: 30px;
  color: #1b1b1b;
  font-weight: 600;
  font-family: "Ubuntu";
  text-align: left;
}
#testimonial .main_para {
  color: #000;
  text-align: center;
  font-family: Almarai;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  background: var(--Primary-Color, #F3C5B8);
}
.footer-cols {
  padding-bottom: 4% !important;
}
#testimonial .main_heading_testi{
  color: #000;
  text-align: center !important;
  font-family: Gloock;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  width: 46%;
  padding-bottom: 42px;
} 
.testimonial-box .seller-star i.far{
font-weight: 600;
font-size: 12px;
}
.testimonial-box .seller-star i.fas {
    color: #EDF06B;
    font-weight: 600;
    font-size: 18px;

}
.media {

  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: center !important;
}
#testimonial .owl-carousel .owl-item img{
margin: unset;
width: 45px !important;
    height: 45px;
    margin: 0 5px;

}
#testimonial .media-body{
padding-left: 20px;
display: flex;
flex-flow: column;
margin: auto;
padding: 0 50px 0 19px;

}
li#menu-item-75 {
  padding: 0;
}
#testimonial p.designation{

  /* Small Title 2 */
  font-family: Almarai;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;

}
#testimonial .media-body a {
  color: #000;

  /* Small Heading */
  font-family: Almarai;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

}


.testimonial-content .main-text p {
  color: #000;

  /* Body */
  font-family: Almarai;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */

}
#testimonial .owl-item{
padding: 18px;
}
#testimonial .owl-item:hover {
box-shadow: 4px 0px 5px #F3C5B8;
transition: 0.2s;
}
.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 30px;
  border: 1px solid var(--Primary-Color, #F3C5B8);
  background: #FFF;
  max-width: fit-content;
  padding: 3px 0 !important;
}
#testimonial .owl-item:hover .media-body a{
  color: #F3C5B8;
}
#testimonial .owl-item:hover .media-body p{
color: #F3C5B8;
}
#testimonial h5.posttype-err-msg {
font-size: 24px;  
}
/* ------------ Author ---------- */
#appointment {
background-color: #131119;
}
#appointment .head {
color: #ffffff;
text-align: left;
line-height: 55px;
font-size: 36px;
font-weight: 700;
}
#appointment p.para-content {
color: #ffffff99;
font-weight: normal;
font-size: 18px;
}
#appointment .text {
color: #F3C5B8;
text-align: left;
font-weight: 900;
font-size: 20px;
margin-bottom: 0px; 
}
#appointment h5 {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 700;
  }
#appointment .contact_content {
  background: #fff;
  padding: 30px 45px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  background-color: #1B1825;
}
#appointment input[type="text"]::placeholder, #appointment input[type="email"]::placeholder, #appointment textarea::placeholder {
color: #565366 !important;
font-size: 12px !important;
}
.home_contact_form::after {
  content: '';
  width: 500px;
  position: absolute;
  background-color: #F3C5B8;
  height: 450px;
  top: 20px;
  border-radius: 100%;
  left: 0;
  margin: 0 auto;
  right: 0;
  z-index: 0;
  bottom: 0;
}
#appointment .home_contact_form {
  max-width: 400px;
  padding: 5px;
  margin: 0 auto;
}
#appointment input[type="submit"] {
  background-color: #F3C5B8;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Ubuntu";
  text-align: center;
  border: 1px solid transparent;
  border-radius: 4px;
  text-transform: none;
}
#appointment input[type="submit"]:hover{
color: #F3C5B8;
background-color: #ffffff;
}
#appointment textarea {
  border: none;
  width: 100%;
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 0 12px 0;
  background-color: #252232;
  border-radius: 10px;
  color: #ffffff;
}
#appointment input[type="text"] ,#appointment input[type="number"] ,#appointment input[type="email"] {
  border: none;
  width: 100% !important;
  font-size: 16px !important;
  padding: 10px 10px !important;
  margin: 0 23px 12px 0 !important;
  height: auto;
  float: left;
  background-color: #252232;
  border-radius: 10px;
  color: #ffffff;
}
#appointment input[type="number"] ,#appointment input[type="email"], #appointment input[type=tel] {
  border: none;
  width: 100% !important;
  font-size: 16px !important;
  padding: 10px 10px !important;
  margin: 0 0px 12px 0 !important;
  height: auto;
  float: left;
  border-radius: 10px;
  background-color: #252232;
  color: #ffffff;
}
#appointment input[type="text"]::placeholder ,#appointment input[type="number"]::placeholder ,#appointment input[type="email"]::placeholder , #appointment textarea::placeholder {
  font-size: 16px;
  line-height: 18px;
  color: #ccc;
  font-weight: 400;
  font-family: "Ubuntu";
  font-weight: 500;
}

/* ------------ Kitchen Types ----------- */
#kitchen-types {
background-color: #1B1825;
}
#kitchen-types .main_para{
font-size: 24px;
font-weight: bold;
color: #F3C5B8;
}
#kitchen-types .main_heading {
line-height: 50px;
font-size: 40px;
font-weight: 600;
color: #ffffff;
width: 65%;
margin: auto;
}
#kitchen-types .owl-carousel {
margin-top: 30px;
}
#kitchen-types .type-box a{
color: #ffffff;
font-size: 24px;
font-weight: 600;
line-height: 20px;
}
#kitchen-types .owl-stage-outer{
  padding: 80px 0;
}
#kitchen-types .type-content p {
color: #ffffff99;
font-size: 12px;
}
#kitchen-types .type-read a {
font-weight: 600;
color: #F3C5B8;
font-size: 14px;
text-decoration-line: underline;
}

#kitchen-types .owl-item.active.center {
  transform: scale(1.3);
  transition: ease-in 0.3s;
}
#kitchen-types .owl-nav{
display: block;    
position: absolute;
top: 28%;
right: 0;
left: 0;
display: flex;
justify-content: center;
}
#kitchen-types .owl-nav .owl-prev{
position: absolute;
left: 27%;
border-radius: 30px;
}
#kitchen-types .owl-nav .owl-next{
position: absolute;
right: 27%;
border-radius: 30px;
}
#kitchen-types .owl-nav button i{
font-family: 'Font Awesome 5 Free';
font-weight: 600;
font-style: normal;
padding: 5px;
font-size: 20px;
}
#kitchen-types .owl-nav button{
width: 50px;
height: 50px;
background-color: #F3C5B8;
color: #ffffff;
border: none;
}
#kitchen-types .owl-nav button:hover{
background-color: #ffffff;
color: #F3C5B8;
}
#kitchen-types .owl-nav button:focus{
outline: none;
}
#kitchen-types h5.posttype-err-msg {
text-align: center;
font-size: 24px;
}
/* ------------ Our Blogs ---------- */

#our_blogs h5 {
  color: #000;

  /* Heading 3 */
  font-family: Gloock;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px; /* 145.833% */
}
#our_blogs .owl-item:hover .blog-title h5 {
color: #F3C5B8;
}
#our_blogs h2 {
 
    color: #000;
    text-align: center;
    font-family: Almarai;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 15px;
    background: var(--Primary-Color, #F3C5B8);

}
#our_blogs p.blog-subheading{
  color: #000;
  text-align: center;
  font-family: Gloock;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  width: 36%;

}
#our_blogs .blog-title p {
  color: #121212;

  /* Body */
  font-family: Almarai;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
} 

#our_blogs .blog-box{
  border-radius: 0px 0px 20px 20px;
  padding: 18px;
  background: var(--Accent-Color, #F9FAF5);
}
.blog-show-more a.blog-readmore::after {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  transform: rotate(-31deg);

}


#teams .owl-item:hover .our-team-image img  {
box-shadow: 0px 0px 8px #F3C5B8;
border-radius: 50%;
transform: rotateY(180deg);
transition: 0.8s;
}
#teams .owl-item:hover .our-team-box a{
color: #01BCee;
}


/* ----------- Newsletter --------------- */

#newsletter {
background-color: #131119;
position: relative;
}
#newsletter .news-btn a {
color: #ffffff;
background-color: #F3C5B8;
padding: 10px 15px;
border-radius: 10px;
}
#newsletter .news-btn a:hover{
color: #01BCee;
background-color: #fff;
}
#newsletter .news-btn {
margin-top: 20px;
} 
#newsletter h3.main-right {
color: #ffffff;
font-size: 22px;
font-weight: 700;
line-height: 32px;
}
#newsletter .newsletter_form form input[type=submit]{
position: absolute;
right: 24px;
text-transform: capitalize;
font-size: 14px;
top: 67px;
padding: 0 16px;
border-radius: 10px;
background-color: #F3C5B8;
} 
#newsletter .newsletter_form form input[type=submit]:hover{
color: #01BCee;
background-color: #fff;
}
#newsletter .newsletter_form form input[type=text]{
padding: 8px 8px 8px 20px;
border: none;
background-color: #1B1825;
border-radius: 10px;
color: #ffffff;
}
#newsletter h3.left-head {
padding-right: 18%;
font-weight: 600;
color: #ffffff;
font-size: 40px;
}
#newsletter p {
font-size: 24px;
line-height: 48px;
color: #F3C5B8;
font-weight: bold;
margin-bottom: 0;
}
#newsletter .newsletter-content input[type="email"] {
  max-width: 75%;
  border:1px solid #fff;
  display: block;
  margin: 15px auto;
  margin-bottom: 0;
}
#newsletter .newsletter-content input[type="email"]::placeholder
{
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
  font-family: "Lato";
}
#newsletter .newsletter-content input[type="submit"] {
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  font-family: "Ubuntu";
  font-weight: 400;
  background: #000;
  margin: 0 auto;
  display: block;
  padding: 5px 25px;
  border-radius: 4px;
}
#newsletter .newsletter-content {
  max-width: 750px;
  display: block;
  margin: 0 auto;
}
#newsletter div.wpcf7 .ajax-loader {
  display: none;
}


/* Copyright */
/* Style the modal */
.modal {
  display: none; /* Hide the modal by default */
  position: absolute !important; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4); /* Black background with transparency */
}

/* Style the modal content */
.modal-content {
  background-color: #272336 !important;
  border: none !important;
  margin: 0;
  padding: 2px;
  width: 100%;
  max-width: initial;
}

/* Style the close button */
.close {
  color: #F3C5B8;
  float: right;
  font-size: 28px !important;
  font-weight: bold;
  text-align: end;
  margin-right: 5px;
  text-shadow: none !important;
}

.close:hover,
.close:focus {
  color: #F3C5B8 !important;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}





