/*
Theme Name: Cemre Bakery Theme
Theme URI: https://bakery.cemreworks.com
Author: Cemre Tellioğlu Tunçay
Author URI: https://cemreworks.com
*/
/*
* ==========================================
* GENERAL AND HEADER START
* ==========================================
*/

.fixedArea {
  position: fixed;
  left: 0%;
  top: 0px;
  z-index: 9;
  /* padding-left: 10px; */
  width: 100%;
}

.noPadding {
  padding: 0px;
}

.logo {
  margin-top: 10px;
}

p.colorfullText {
  color: #fab000;
  letter-spacing: 2px;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  font-family: "Poppins";
}

/*---------------------------------------------*/
a {
  font-family: "Poppins";
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

.logo-text a {
  display: block;
  line-height: 0;
}

/*---------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

p {
  font-family: "Poppins";
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
}

ul,
li {
  margin: 0px;
  list-style-type: none;
}

/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus,
input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}

/*
* ==========================================
* GENERAL AND HEADER END
* ==========================================
*/

/*
* ==========================================
* MAIN SLIDER START
* ==========================================
*/

.classic {
  max-width: 200px;
  border-radius: 10px;
  display: block;
  float: none;
  margin: auto;
  margin-bottom: 20px;
}

.slide-content h3 {
  font-family: "Roboto";
  margin-bottom: 20px;
  font-size: 22px;
}

.owl-item.active .slide-content h2,
.owl-item.active .slide-content h3,
.owl-item.active .slide-content p {
  visibility: visible;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-name: fadeInUp;
}
.tagline {
  font-family: "Roboto";
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.description {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.9);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .tagline {
      font-size: 20px;
  }
  .description {
      font-size: 16px;
      padding: 0 15px;
  }
  
}
 .slide-content h2 {
  font-family: "Righteous";
  margin-bottom: 20px;
  font-size: 52px;
  color: #ffffff;
  visibility: hidden;
}

 .slide-content p {
  margin-bottom: 20px;
  margin-top: 20px;
  color: #ffffff95;
  font-family: "Roboto";
  font-size: 21px;
  visibility: hidden;
} 

.slider-content-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2; /* Ensures content stays above overlay */
} 

.slider-area,
.main-slider {
  position: relative;
  height: 100%;
}

.slide-content .default-btn {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
  margin: 0px;
  font-size: 22px;
  color: #fff;
}

/* .main-slider div:not(.owl-nav):not(.owl-prev):not(.owl-prev):not(.owl-next) {
  height: 100%;
} */

.owl-dots {
  counter-reset: dots;
}
.owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
}
.owl-dots {
  counter-reset: dots;
  position: absolute;
  bottom: 95px;
  display: flex;
}
.owl-dot {
  margin-left: 10px;
  border: 2px solid;
  padding: 8px;
  border-radius: 40px;
  width: 35px;
  height: 35px;
}
.owl-dot.active {
  margin-left: 10px;
  border: 2px solid #ffffff70;
  padding: 10px;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  color: #ffffff70;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  text-align: center;
}

.single-slide {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Adjust opacity by changing last value (0.5) */
}

.slide-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

/* Optional: Add text shadow for extra readability */
.slide-content h2,
.slide-content .tagline,
.slide-content .description {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slide-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.rows {
  margin: 0;
  width: 100%;
}

/*
* ==========================================
* MAIN SLIDER END
* ==========================================
*/

/*
* ==========================================
* SECTION1 START
* ==========================================
*/

.topOff {
  padding-top: 50px;
}

.colorfullPanel {
  background-color: #333333;
  color: #fff;
  transition: background-color 0.5s ease;
}

.colorfullPanel h3 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 24px;
  font-family: "Righteous";
  position: relative;
}

.colorfullPanel h2 {
  margin-bottom: 15px;
  font-size: 36px;
  position: relative;
}

.colorfullPanel h2 span {
  font-size: 36px;
  color: #85a900;
  position: relative;
}

.colorfullPanel p {
  margin-bottom: 40px;
  position: relative;
}

.colorfullPanel:hover {
  background-color: #000;
}

/*
* ==========================================
* SECTION1 END
* ==========================================
*/

/*
* ==========================================
* SECTION2 START 
* ==========================================
*/
/* section#section2 {
  padding-top: 65px;
  padding-bottom: 150px;
}

section#section2 .maintext span {
  margin-top: 90px;
  font-weight: 800;
  color: #f9b000;
  line-height: 1.7;
  letter-spacing: 6px;
  text-transform: uppercase;
}

section#section2 .maintext h2 {
  font-size: 70px;
  font-family: "Righteous";
  color: rgb(68, 68, 68);
  line-height: 1;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
section#section2 .maintext p {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
  padding-left: 50px;
  padding-right: 50px;
}

section#section2 .shapes span {
  font-size: 18px;
  font-family: "Roboto";
  color: rgb(51, 51, 51);
  line-height: 1.7;
  font-weight: bold;
  text-transform: uppercase;
}

section#section2 .shapes p {
  font-size: 15px;
  font-family: "Roboto";
  color: rgb(119, 119, 119);
  line-height: 1.4;
  text-align: center;
  margin-top: 25px;
}

.minHeightProp {
  min-height: 150px;
}

.section-title h3 {
  margin-top: 90px;
  font-weight: 800;
  color: #f9b000;
  line-height: 1.7;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.section-title h2 {
  margin-top: 30px;
  font-size: 70px;
  font-family: "Righteous";
  color: rgb(68, 68, 68);
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
} */

/* .imgback {
  background-image: url(../img/shape/backgroundshape.png);
  max-width: 100%;
  padding-right: 35px;
  background-repeat: no-repeat;
  display: block;
  float: none;
  margin: auto;
  padding-left: 35px;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: padding-top 0.5s;
}

img.imgback:hover {
  padding-top: 32px;
}

.shapes {
  margin-top: 50px;
  margin-bottom: 50px;
} */

/*
* ==========================================
* SECTION2 END 
* ==========================================
*/
.content h3 {
  transition: color 0.5s;
}

.content h3:hover {
  color: rgb(68, 68, 68);
}

/*
* ==========================================
* PRODUCTS SECTION (SECTION3) START  
* ==========================================
*/

.post-slide .post-title {
  font-size: 17px;
  font-family: "Roboto";
  color: rgb(51, 51, 51);
  line-height: 1.7;
  text-align: center;
  font-weight: bold;
}

.post-slide .post-description {
  font-size: 22px;
  font-family: "Righteous";
  color: rgb(252, 177, 0);
  line-height: 1.1;
  text-align: center;
  padding-bottom: 30px;
}

div#news-slider {
  margin-bottom: 50px;
}

div#news-slider .owl-dots {
  counter-reset: dots;
  position: absolute;
  bottom: -20px;
  display: flex;
  /* margin-left: 10px; */
  /* margin-top: 20px; */
  left: 46%;
}

div#news-slider .owl-dot.active {
  margin-left: 10px;
  border: 0px;
  padding: 10px;
  border-radius: 0px;
  width: 30px;
  height: 40px;
  color: #270909a6;
  border-bottom: 3px solid #83ad00;
  font-size: 22px;
  font-weight: bold;
}

div#news-slider .owl-dot {
  border: 0px;
  padding: 10px;
  /* border-radius: 40px; */
  width: 30px;
  height: 40px;
  color: #270909a6;
}

div#news-slider .owl-prev {
  position: absolute;
  bottom: -20px;
  left: 40%;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Roboto";
  color: rgb(204, 204, 204);
  line-height: 1.7;
  text-align: center;
  background: #ffffff;
  padding: 10px;
}

div#news-slider .owl-next {
  position: absolute;
  bottom: -20px;
  right: 40%;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Roboto";
  color: rgb(204, 204, 204);
  line-height: 1.7;
  text-align: center;
  background: #ffffff;
  padding: 10px;
}

.post-slide {
  margin-left: 10px;
  margin-right: 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.3);
  margin-bottom: 2em;
}
.post-slide .post-img {
  position: relative;
  margin-bottom: 20px;
}
.post-slide .post-img img {
  width: 100%;
  height: auto;
}

.post-abs {
  width: 0px;
  height: 100%;
  position: absolute;
  background: rgba(221, 221, 221, 0.4);
  transition: width 0.5s;
}

.post-img:hover .post-abs {
  width: 100%;
}

.post-img p {
  color: #fff;
  margin-top: 150px;
  text-align: center;
  visibility: hidden;
}

.post-img:hover p {
  visibility: visible;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-name: fadeInUp;
}

/*
* ==========================================
* PRODUCTS SECTION (SECTION3) END  
* ==========================================
*/

/*
* ==========================================
* NAVBAR START
* ==========================================
*/

.navbar.active {
  background: #fff;
  color: #333 !important;
  border-radius: 0px;
  padding-bottom: 10px;
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.navbar.active .navBrandText {
  color: #333;
}
#navbarResponsive {
  width: 100%;
}

.myNavBar {
  background-color: #00000000;
  text-align: center;
  border-color: #e7e7e700;
  padding-bottom: 10px;
  padding-top: 10px;
}

.navbar {
  transition: all 0.4s;
}

.navbar .nav-link {
  color: #fff !important;
  text-shadow: 1px 1px black;
  font-size: 17px;
  transition: all 0.3s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #fff;
  text-decoration: none;
}

.navbar .navbar-brand {
  color: #fff;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}

/* Change navbar styling on scroll */

.navbar.active .nav-link {
  color: #333 !important;
  text-shadow: none;
}

.navbar.active .nav-link:hover {
  color: var(--cocoa-light) !important;
}

.navbar.active .navbar-brand {
  color: #555;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background: none;
}

.navBrandText {
  padding: 0px !important;
  margin-left: 15px;
  width: 100%;
}

.navBrand img {
  margin-left: 5px;
}
@media (max-width: 991px) {
  .navbar-collapse {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
  }

  .nav-link {
    color: #333 !important;
    text-shadow: none !important;
  }

  .nav-link:hover {
    color: var(--cocoa-light) !important;
  }
}
/* .navBar li > .nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  background: #f9b000;
  height: 1px;
  width: 0;
  transition: 0.3s;
}
.navBar li.active > .nav-link::before,
.navBar li > .nav-link:hover::before,
.navBar li > .nav-link.active::before {
  width: 100%;
  background: #f9b000;
} */

.navbar-toggle {
    background-color: white !important;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: none;
}

.navbar-toggle .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-toggle:hover {
    background-color: #f8f9fa !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}

@media (max-width: 991px) {
    .navbar-toggle {
        display: block;
        margin-left: auto;
    }
}

/*
* ==========================================
* NAVBAR END
* ==========================================
*/

/*
* ==========================================
* TESTIMONIALS START
* ==========================================
*/
/* From Uiverse.io by wilsondesouza */
ul {
  list-style: none;
}

.example-2 {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
.example-2 .icon-content {
  margin: 0 10px;
  position: relative;
}
.example-2 .icon-content .tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
}
.example-2 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: -50px;
}
.example-2 .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #4d4d4d;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}
.example-2 .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
}
.example-2 .icon-content a:hover {
  color: white;
}
.example-2 .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover .filled {
  height: 100%;
}

.example-2 .icon-content a[data-social="whatsapp"] .filled,
.example-2 .icon-content a[data-social="whatsapp"] ~ .tooltip {
  background-color: #128c7e;
}

.example-2 .icon-content a[data-social="facebook"] .filled,
.example-2 .icon-content a[data-social="facebook"] ~ .tooltip {
  background-color: #3b5998;
}
.example-2 .icon-content a[data-social="instagram"] .filled,
.example-2 .icon-content a[data-social="instagram"] ~ .tooltip {
  background: linear-gradient(
    45deg,
    #405de6,
    #5b51db,
    #b33ab4,
    #c135b4,
    #e1306c,
    #fd1f1f
  );
}
.example-2 .icon-content a[data-social="youtube"] .filled,
.example-2 .icon-content a[data-social="youtube"] ~ .tooltip {
  background-color: #ff0000;
}

#section4 {
  padding-top: 30px;
  min-height: 400px;
  background: transparent;
}

#section4 h3 {
  margin-top: 20px;
  font-weight: 800;
  color: #f9b000;
  line-height: 1.7;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-align: center;
}

#section4 h2 {
  font-size: 70px;
  font-family: "Righteous";
  color: #ffffff;
  line-height: 1;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.brand-icon {
  max-width: 70px;
  height: 40px;
    width: auto;
}
.navBrandText {
  font-size: 1.5rem;
}
@media (max-width: 576px) {
  .brand-icon {
      height: 35px;
  }
  
  .navBrandText {
      font-size: 1.2rem;
  }
}
.brand-logo {
  max-width: 190px;
  align-content: center;
  color: #D9760A !important;
}

@media screen and (max-width: 988px) {
  .brand-logo {
    max-width: 100px;
    margin-left: 25px;
   /* align-content: center; */
  }
}
#section4 .owl-item h2,
#section4 .owl-item h3,
#section4 .owl-item h4,
#section4 .owl-item h5,
#section4 .owl-item p {
  visibility: hidden;
}

#section4 .owl-item.active h2,
#section4 .owl-item.active h3,
#section4 .owl-item.active h4,
#section4 .owl-item.active h5,
#section4 .owl-item.active p {
  visibility: visible;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-name: fadeInUp;
}
.section-title {
  margin-top: 50px;
  margin-bottom: 50px;
}
.testimonial-content {
  position: absolute;
  top: 90%;
  color: #fff;
  left: 15%;
  right: 15%;
}
.testimonial-content p {
  color: #ffffff;
  margin-bottom: 20px;
}

.testimonial-content h4 {
  font-weight: 800;
  color: #f9b000;
  line-height: 1.7;
  text-transform: uppercase;
  text-align: center;
}

.testimonial-content h5 {
  font-weight: 800;
  color: #fff;
  line-height: 1.7;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  background: #f9b000;
  padding-left: 10px;
  padding-right: 10px;
}

.testimonial-area .owl-prev {
  position: absolute;
  bottom: -40px;
  left: 40%;
  text-transform: uppercase;
  color: #ffffff70;
}

.testimonial-area .owl-next {
  position: absolute;
  bottom: -40px;
  right: 40%;
  text-transform: uppercase;
  color: #ffffff70;
}

/*
* ==========================================
* TESTIMONIALS END
* ==========================================
*/

/*
* ==========================================
* BANNER SECTION START
* ==========================================
*/
.banner {
  color: white;
  padding-bottom: 45px;
  padding-top: 45px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -50px;
}

.content span {
  font-size: 15px;
  font-family: "Roboto";
  color: white;
  /* color: rgb(119, 119, 119); */
  line-height: 2.4;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}

.content h2 {
  font-size: 60px;
  font-family: "Righteous";
  color: white;
  /* color: rgb(68, 68, 68); */
  line-height: 1;
  text-align: center;
}

.content h3 {
  font-size: 16px;
  font-family: "Roboto";
  color: rgb(132, 171, 0);
  line-height: 1.7;
  text-align: center;
  padding-top: 25px;
}
/*
* ==========================================
* BANNER SECTION END
* ==========================================
*/

/*
* ==========================================
* BLOG SECTION START
* ==========================================
*/

.blog-area {
  padding: 40px;
}
.blog-section {
  margin-top: 30px;
  margin-bottom: 90px;
}

.blog-section-title h3 {
  font-size: 15px;
  font-family: "Roboto";
  color: rgb(248, 176, 0);
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin-top: 80px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 15px;
}
.blog-section-title h2 {
  font-size: 70px;
  font-family: "Righteous";
  color: rgb(68, 68, 68);
  line-height: 1;
  text-align: center;
  margin-bottom: 85px;
}

.blog-section-date {
  text-align: center;
}

.blog-section-date .month {
  font-size: 60px;
  font-family: "Righteous";
  color: rgb(221, 221, 221);
  line-height: 0.85;
}

.blog-section-date .date {
  font-size: 16px;
  font-family: "Roboto";
  color: rgb(221, 221, 221);
  line-height: 1.1;
  margin-left: 5px;
}

.blog-section-description h2 {
  font-size: 22px;
  font-family: "Roboto";
  color: rgb(51, 51, 51);
  line-height: 1.4;
  text-align: left;
  font-weight: bold;
}

.blog-section-description p {
  font-size: 16px;
  font-family: "Roboto";
  color: rgb(76, 76, 76);
  line-height: 1.4;
  text-align: left;
}

/*
* ==========================================
* BLOG SECTION END
* ==========================================
*/

/*
* ==========================================
* OWL CAROUSEL GENERAL STYLES START
* ==========================================
*/

.owl-theme .owl-controls {
  margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span {
  background: #fff;
  border: 2px solid #37a6a4;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #37a6a4;
}

.owl-prev {
  position: absolute;
  bottom: 100px;
  left: 8%;
  text-transform: uppercase;
  color: #ffffff70;
}

.owl-next {
  position: absolute;
  bottom: 100px;
  right: 8%;
  text-transform: uppercase;
  color: #ffffff70;
}

.owl-height {
  min-height: 150px;
}
/*
* ==========================================
* OWL CAROUSEL GENERAL STYLES END
* ==========================================
*/

/*
* ==========================================
* CONTACT FORM STARTS
* ==========================================
*/

.contact {
  background: #f7f7f7;
}

.contact100-form {
  margin-top: 50px;
}

.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: transparent;
  position: relative;
  z-index: 1;
}

.contact100-map {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.wrap-contact100 {
  width: 1170px;
  background: #fff;
  border-radius: 10px;
  padding: 82px 180px 33px 180px;
  position: relative;
  display: none;
}

.show-wrap-contact100 {
  visibility: visible;
  opacity: 1;
}

.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  padding: 100px;
  padding-bottom: 68px;
}

.contact100-form-title h3 {
  font-size: 15px;
  font-family: "Roboto";
  color: rgb(248, 176, 0);
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin-top: 80px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.contact100-form-title h2 {
  font-size: 70px;
  font-family: "Righteous";
  color: rgb(68, 68, 68);
  line-height: 1;
  text-align: center;
}

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 13px;
  margin-bottom: 65px;
}

.rs1-wrap-input100 {
  width: calc((100% - 30px) / 2);
}

.label-input100 {
  font-family: "Roboto";
  font-size: 15px;
  color: #999999;
  line-height: 1.5;
  padding-left: 5px;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: "Roboto";
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding: 0 5px;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #ff4b5a;
}

input.input100 {
  height: 40px;
}

textarea.input100 {
  min-height: 110px;
  padding-top: 9px;
  padding-bottom: 13px;
}

.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: -25px;
  justify-content: center;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: rgb(248, 176, 0);
  border-radius: 25px;
  font-family: "Poppins";
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  box-shadow: 0px 0px 10px 0px rgba(255, 75, 90, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(255, 75, 90, 0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 75, 90, 0.5);
  -o-box-shadow: 0px 0px 10px 0px rgba(255, 75, 90, 0.5);
  -ms-box-shadow: 0px 0px 10px 0px rgba(255, 75, 90, 0.5);
}

.contact100-form-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background-color: #333333;
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.5);
  -o-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.5);
  -ms-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.5);
}

.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

@media (max-width: 992px) {
  .wrap-contact100 {
    padding: 82px 80px 33px 80px;
  }
}

@media (max-width: 768px) {
  .rs1-wrap-input100 {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 82px 15px 33px 15px;
  }
}

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  font-family: "Poppins";
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

.contact100-more {
  font-family: "Poppins";
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
}

.contact100-more-highlight {
  color: #ff4b5a;
}

.contact100-btn-hide {
  color: #333333;
  font-size: 14px;

  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 50%;
  top: -15px;
  right: -15px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-btn-hide:hover {
  background-color: #333333;
  color: #fff;
}

.contact100-btn-show {
  color: #fff;
  font-size: 39px;

  position: fixed;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact100-btn-show::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #ff4b5a;
  border-radius: 50%;

  top: 0;
  left: 0;

  box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-animation: beatbtn 0.9s ease-in-out infinite;
  animation: beatbtn 0.9s ease-in-out infinite;
}

@keyframes beatbtn {
  0% {
    background-color: rgba(255, 75, 90, 1);
    transform-origin: center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    background-color: rgba(255, 75, 90, 0.8);
    transform-origin: center;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/*
* ==========================================
* CONTACT FORM ENDS
* ==========================================
*/
/*
* ==========================================
* ADRESS SECTION STARTS
* ==========================================
*/

.address {
  width: 100%;
  color: #fff;
  margin: 0px;
}

.addess-description {
  padding: 70px;
}

.addess-description span {
  font-size: 15px;
  font-family: "Roboto";
  color: rgb(248, 176, 0);
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin-top: 80px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 15px;
}
.addess-description h2 {
  font-size: 30px;
  font-family: "Righteous";
  color: rgb(68, 68, 68);
  margin-bottom: 15px;
  color: rgb(255, 255, 255);
  line-height: 1;
  text-align: left;
}

.addess-description p {
  font-size: 15px;
  font-family: "Roboto";
  color: rgb(255, 255, 255);
}

li.address-section {
  margin-top: 20px;
  margin-bottom: 20px;
}
li.address-section .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid rgb(248, 176, 0);
  border-radius: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
}

.single-widget li.address-section .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0px;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  padding-top: 0px;
  margin-top: 0px;
  color: rgb(248, 176, 0);
}

#map {
  width: 100%;
  height: 400px;
  background-color: grey;
}

.lineHeight {
  line-height: 30px;
}

.address-section {
  padding: 80px 0;
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
}

.address-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  z-index: -1;
}

.address-info {
  color: #fff;
  padding: 30px;
}

.section-label {
  font-size: 1.2rem;
  color: #ffd700;
  display: block;
  margin-bottom: 10px;
}

.address-info h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.availability {
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.contact-list {
  list-style: none;
  padding: 0;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.icon-wrapper {
  width: 40px;
  height: 40px;
  background: #ffd700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.icon-wrapper i {
  color: #000;
  font-size: 1.2rem;
}

.contact-details {
  line-height: 1.6;
}

.map-container {
  height: 450px;
  padding: 15px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .address-section {
    padding: 60px 0;
  }

  .address-info {
    margin-bottom: 40px;
  }

  .map-container {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .address-section {
    padding: 40px 0;
  }

  .address-info h2 {
    font-size: 2rem;
  }

  .contact-item {
    margin-bottom: 20px;
  }

  .map-container {
    height: 300px;
  }

  .icon-wrapper {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 576px) {
  .address-info {
    padding: 20px 15px;
  }

  .section-label {
    font-size: 1rem;
  }

  .address-info h2 {
    font-size: 1.75rem;
  }

  .map-container {
    height: 250px;
    padding: 10px;
  }
}

/*
* ==========================================
* ADRESS SECTION ENDS
* ==========================================
*/

/*
* ==========================================
* FOOTER SECTION START
* ==========================================
*/
.main-footer {
  padding: 50px;
}

.footer-social li:first-child {
  margin-left: 0px;
}

.footer-social li {
  float: left;
  margin-left: 10px;
}

.single-widget h3 {
  font-size: 18px;
  font-family: "Roboto";
  color: rgb(51, 51, 51);
  line-height: 1.4;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}

.lock {
  font-weight: bold;
  border-bottom: 2px solid rgb(248, 176, 0);
  width: 40px;
  height: 3px;
  margin-bottom: 10px;
}

.single-widget-description {
  font-family: "Poppins";
  font-size: 14px;
  line-height: 1;
  color: #666666;
}

.footer-section .footer-icon {
  width: 25px;
  height: 25px;
  border-radius: 10px solid #83ac00;
  border: 2px solid #83ac00;
  border-radius: 15px;
  text-align: center;
}

.footer-section .footer-icon::after {
  content: " \25CF";
  font-size: 10px;
  text-align: center;
  justify-content: center;
  width: 2px;
  height: 2px;
  margin-top: 0px;
  padding-top: 0px;
  color: #83ac00;
}
li.footer-section {
  margin-bottom: 12px;
}

li.footer-section a:hover p,
li.footer-section a:focus p {
  color: #23527c;
}

.footer-bottom {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 20px 0;
    margin-top: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-bottom p {
    margin-bottom: 5px;
    color: #666;
    font-size: 14px;
}

.footer-bottom a {
    color: var(--cocoa-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom a:hover {
    color: var(--cocoa-light);
}

.footer-bottom strong {
    font-weight: 600;
}

.footer-bottom em {
    font-style: italic;
    color: var(--cocoa-dark);
}

@media (max-width: 576px) {
    .footer-bottom {
        padding: 15px 0;
        margin-top: 30px;
    }
    
    .footer-bottom p {
        font-size: 12px;
    }
}

/*
* ==========================================
* FOOTER END
* ==========================================
*/

/* ============================================================ */
/* section3 */
/* ============================================================ */
:root {
  --cocoa-dark: #3c280d;
  --cocoa-medium: #7d4e24;
  --cocoa-light: #b08159;
  --cocoa-cream: #f5e7d3;
  --cocoa-leaf: #4a7c59;
  --transition-speed: 0.3s;
}

.carousel-container {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 -1rem;
}

.featured-products {
  display: flex;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 1rem 0;
  width: 100%;
}

.featured-products::-webkit-scrollbar {
  display: none;
}

.product-card {
  flex: 0 0 calc(33.333% - 2rem);
  min-width: 280px;
  margin: 0 1rem;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all var(--transition-speed) ease;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.product-img {
  height: 250px;
  background-size: cover;
  background-position: center;
}

.product-info {
  padding: 1.5rem;
}

.product-info h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: var(--cocoa-dark);
}

.product-info p {
  color: #666;
  margin-bottom: 1rem;
}

.carousel-navigation {
  display: flex;
  align-items: center;
}

.carousel-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--cocoa-dark);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all var(--transition-speed) ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.prev-btn {
  margin-right: 10px;
}

.next-btn {
  margin-left: 10px;
}

.carousel-nav:hover {
  background-color: var(--cocoa-medium);
  transform: scale(1.1);
}

.carousel-nav:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--cocoa-light);
}

.carousel-dots {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--cocoa-light);
  margin: 0 5px;
  cursor: pointer;
  transition: all var(--transition-speed) ease;
}

.carousel-dot.active {
  background-color: var(--cocoa-dark);
  transform: scale(1.2);
}

.section3 {
  padding: 4rem 0;
}

.section3 h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  position: relative;
}

.section3 h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: var(--cocoa-leaf);
}

@media (max-width: 768px) {
  .product-card {
    flex: 0 0 calc(100% - 2rem);
    min-width: auto;
    margin: 0 0.5rem;
  }

  .product-img {
    height: 200px;
  }

  .product-info {
    padding: 1rem;
  }

  .product-info h3 {
    font-size: 1.1rem;
  }

  .carousel-nav {
    width: 36px;
    height: 36px;
  }

  .carousel-container {
    margin: 0;
  }

  .section3 h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 480px) {
  .product-card {
    flex: 0 0 100%;
    margin: 0 0.25rem;
  }

  .product-img {
    height: 180px;
  }

  .carousel-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .carousel-navigation:first-child {
    left: -5px;
  }

  .carousel-navigation:last-child {
    right: -5px;
  }

  .carousel-nav {
    width: 30px;
    height: 30px;
    background-color: rgba(60, 40, 13, 0.8);
  }

  .featured-products {
    padding: 1rem 1.5rem;
  }
}

/* ============================================================ */
/* section2 */
/* ============================================================ */
.story-section {
  background-color: var(--cocoa-light);
  color: white;
}

.story-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.story-text h2::after {
  background-color: white;
}

.story-img {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.story-img img {
  width: 100%;
  height: auto;
  display: block;
}

.text {
  color: white;
  font-size: 16px;
  text-align: justify !important;
}

.head {
  font-size: 40px;
}

#section2 {
  padding: 5rem 0;
}

#section2 .head {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  position: relative;
}

#section2 .head::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: var(--cocoa-leaf);
}

@media (max-width: 992px) {
  .story-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .story-img img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .head {
    font-size: 32px;
  }

  .text {
    font-size: 18px;
  }
}

/* For mobile devices */
@media (max-width: 576px) {
  #section2 {
    padding: 3rem 0;
  }

  #section2 .head {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .head {
    font-size: 28px;
  }

  .text {
    font-size: 16px;
  }

  #section2 .head::after {
    width: 60px;
  }
}
/* ============================================================ */
/* section4 */
/* ============================================================ */

.testimonials-section {
  background-color: var(--cocoa-dark);
  color: white;
}

.testimonials-section h2::after {
  background-color: var(--cocoa-light);
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.testimonial-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 2rem;
  position: relative;
}

.testimonial-card::before {
  content: '"';
  font-size: 5rem;
  position: absolute;
  top: 10px;
  left: 10px;
  color: rgba(255, 255, 255, 0.1);
  font-family: Georgia, serif;
}

.testimonial-text {
  margin-bottom: 1.5rem;
  font-style: italic;
  position: relative;
  z-index: 1;
}

.customer-info {
  display: flex;
  align-items: center;
}

 .customer-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  background-size: cover;
  background-position: center;
} 

.customer-img-1 {
  background-image: url("img/cocoa/jmk.JPG");
  background-size: cover;
  background-position: center;
  width: 100px; /* Adjust as needed */
  height: 100px; /* Adjust as needed */
}

.customer-img-2 {
  background-image: url("img/cocoa/jmk.JPG");
}

.customer-img-3 {
  background-image: url("img/cocoa/jmk.JPG");
}

.customer-name {
  margin-bottom: 5px;
  font-weight: bold;
  color: var(--cocoa-medium);
}

.customer-title {
  font-size: 0.9rem;
  color: var(--cocoa-light);
}

.Tcontainer {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

#section4 .head {
  color: black;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  position: relative;
}

#section4 .head::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: var(--cocoa-leaf);
}
/* ============================================== */

.order {
  margin-left: 15px;
  padding: 0.8rem 2rem;
  border-radius: 30px;
  background-color: var(--cocoa-dark);
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: all var(--transition-speed) ease;
  border: none;
  cursor: pointer;
}

.order:hover {
  background-color: var(--cocoa-light);
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

h2{
  font-family: "Righteous" !important;
}