.logos-slider.slick-initialized.slick-slider {
    display: block;
}

.logos-slider {
    display: none;
}
.portfolio-main-section {
  background-image: url('https://bookwritinggenie.com/assets/images/portfolio-bg.webp');
  background-size: cover; /* Ensure the image covers the entire section */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  /* padding-bottom: 50px; */
}
.portfolio-tabs-wrapper {
  /* max-width: 500px; */
  width: 100%;
  height: 100%;
  text-align: center;
}

.portfolio-tabs {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  justify-content: center; /* Center the tabs horizontally */
  margin: 0 auto; /* Optional: Add margin for better spacing */
  flex-flow: wrap;
}

.portfolio-tabs li {
  cursor: pointer;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #ffffff00;
  transition: .25s;
}

.portfolio-tabs li:hover,
.portfolio-tabs li.active {
  border-color: #f43100;
  color: #FFF;
  background-color: #f43100;
}

.portfolio-tab-content {
  display: none;
  padding: 15px 20px;
  margin-top: 10px;
  border-radius: 5px;
  transition: opacity 0.5s ease-in-out; /* Smooth fade-in effect */
    h2 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
  }
  p {
    font-size: 16px;
    line-height: 1.6;
  }
}

/* slider css */


.autoplay {
  width: 100%;
  margin: 0 auto;
}
.autoplay img {
  width: 80%;
  height: auto;
}

/* Custom Arrow Buttons Container */
.custom-arrows {
  display: flex; /* Align buttons side by side */
  justify-content: center; /* Center buttons horizontally */
  gap: 20px; /* Space between buttons */
  width: 1%; /* Full width of the parent container */
  position: relative; /* Ensure buttons are positioned relative to this container */
  margin: auto;
  margin-top: 50px;
}

/* Arrow Buttons */
.custom-arrows button {
  background-color: #7A0202; /* Button background color */
  color: #FFF; /* Button text color */
  border: none;
  padding: 20px; /* Button padding */
  cursor: pointer;
  font-size: 40px; /* Button text size */
  border-radius: 40px; /* Rounded corners */
  transition: background-color 0.3s; /* Smooth hover effect */
  width: 80px; /* Fixed width for circular buttons */
  height: 80px; /* Fixed height for circular buttons */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover Effect */
.custom-arrows button:hover {
  background-color: #fff; /* Hover background color */
  color: #7A0202; /* Hover text color */
  border: 1px solid #7A0202;
}

/* Focus Effect */
.custom-arrows button:focus {
  background-color: #7A0202; /* Focus background color */
  color: #fff; /* Focus text color */
}
.slick-next:before {
display: none;
}
.slick-prev:before {
  display: none;
  }
/* Ensure the parent container has a defined height */
button.slick-prev {
  background-color:#7a020200 ;
  border: 1px solid white;
  left: -100px !important;
}
button.slick-next {
  right: -80px !important;
}
.nav-section h1
{
  font-size: 60px;
}
.portfolio-sec{
    padding: 60px 0px;
    background: linear-gradient(rgb(122 91 255 / 60%), rgb(1 12 171 / 60%)), url(https://zenbookwriting.com/assets/images/banner-bg.webp);
    text-align: center;
}
.portfolio-text{
    color: #fff !important;
    text-align: center;
}
.logos-slider.slick-initialized.slick-slider {
    display: block;
}

.logos-slider {
    display: none;
}
.portfolio-main-section {
  background-image: url('https://bookwritinggenie.com/assets/images/portfolio-bg.webp');
  background-size: cover; /* Ensure the image covers the entire section */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  /* padding-bottom: 50px; */
}
.portfolio-tabs-wrapper {
  /* max-width: 500px; */
  width: 100%;
  height: 100%;
  text-align: center;
}

.portfolio-tabs {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  justify-content: center; /* Center the tabs horizontally */
  margin: 0 auto; /* Optional: Add margin for better spacing */
  flex-flow: wrap;
}

.portfolio-tabs li {
  cursor: pointer;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #ffffff00;
  transition: .25s;
}

.portfolio-tabs li:hover,
.portfolio-tabs li.active {
  border-color: #f43100;
  color: #FFF;
  background-color: #f43100;
}

.portfolio-tab-content {
  display: none;
  padding: 15px 20px;
  margin-top: 10px;
  border-radius: 5px;
  transition: opacity 0.5s ease-in-out; /* Smooth fade-in effect */
    h2 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
  }
  p {
    font-size: 16px;
    line-height: 1.6;
  }
}

/* slider css */


.autoplay {
  width: 100%;
  margin: 0 auto;
}
.autoplay img {
  width: 80%;
  height: auto;
}

/* Custom Arrow Buttons Container */
.custom-arrows {
  display: flex; /* Align buttons side by side */
  justify-content: center; /* Center buttons horizontally */
  gap: 20px; /* Space between buttons */
  width: 1%; /* Full width of the parent container */
  position: relative; /* Ensure buttons are positioned relative to this container */
  margin: auto;
  margin-top: 50px;
}

/* Arrow Buttons */
.custom-arrows button {
  background-color: #7A0202; /* Button background color */
  color: #FFF; /* Button text color */
  border: none;
  padding: 20px; /* Button padding */
  cursor: pointer;
  font-size: 40px; /* Button text size */
  border-radius: 40px; /* Rounded corners */
  transition: background-color 0.3s; /* Smooth hover effect */
  width: 80px; /* Fixed width for circular buttons */
  height: 80px; /* Fixed height for circular buttons */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover Effect */
.custom-arrows button:hover {
  background-color: #fff; /* Hover background color */
  color: #7A0202; /* Hover text color */
  border: 1px solid #7A0202;
}

/* Focus Effect */
.custom-arrows button:focus {
  background-color: #7A0202; /* Focus background color */
  color: #fff; /* Focus text color */
}
.slick-next:before {
display: none;
}
.slick-prev:before {
  display: none;
  }
/* Ensure the parent container has a defined height */
button.slick-prev {
  background-color:#7a020200 ;
  border: 1px solid white;
  left: -100px !important;
}
button.slick-next {
  right: -80px !important;
}
.nav-section h1
{
  font-size: 60px;
}
.portfolio-sec{
    padding: 60px 0px;
    background: linear-gradient(rgb(122 91 255 / 60%), rgb(1 12 171 / 60%)), url(https://zenbookwriting.com/assets/images/banner-bg.webp);
    text-align: center;
}
.portfolio-text{
    color: #fff !important;
    text-align: center;
    margin-top: 30px;
}