﻿@font-face {
  font-family: "Casino Bar";
  src: url("../fonts/Casino\ Bar.otf") format("truetype");
}

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

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  background: #fff;
  color: #444;
}

/* Example Usage */

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.blog-wrapper {
  padding: 40px 0 40px;
}

/* Banner */

.main-banner {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 7px;
}

.main-banner img,
.main-banner picture {
  display: block;
  width: 100%;
}

.banner-title {
  position: absolute;
  top: 35%;
  left: 35px;
  max-width: 700px;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: 0;
}

/* Breadcrumb */

.breadcrumb-sec {
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  color: #1c1b1f;
  margin-bottom: 42px;
  margin-top: 10px;
  overflow-wrap: anywhere;
}

.breadcrumb-sec a {
  color: inherit;
  text-decoration: none;
}

.breadcrumb-sec a:hover {
  color: #f59e0b;
}

/* Title */

.blog-title {
  color: #ff9900;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 44px;
  margin: 0 0 34px;
  font-family: "Casino Bar", sans-serif;
  text-align: center;
}

.blog-detail-meta {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.blog-tags .badge {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

/* Summary */

.summary-box {
  background: #f2ca6b61;
  border: 2px solid #ff9900;
  border-radius: 20px;
  padding: 17px 23px;
  margin-bottom: 48px;
}

.summary-box h5 {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 16px;
}

.summary-box p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
  color: #000;
}

/* Content */

.content-section h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin: 0 0 9px;
  color: #000;
}
.content-section h3{
    font-size: 28px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}
.content-section h2,.content-section h3{
    font-size:18px;
    line-height: 24px;
    color: #000;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.content-section ul li{
    list-style: disc;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 18px;
    color: #000;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.content-section ul {
  padding: 0px 60px;
  cursor: pointer;
  color: #ffaf31;
  font-weight: 600;
}

.content-section p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 18px;
  color: #000;
  font-weight: 400;
}

.content-section a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Product Section */

.product-section {
  padding: 58px 0 44px;
  text-align: center;
}

.product-section h3 {
  color: #ffaf31;
  font-weight: 400;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 44px;
  font-family: "Casino Bar", sans-serif;
  margin-bottom: 9px;
}

.product-section p {
  margin-bottom: 38px;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

.product-grid {
  --bs-gutter-x: 18px;
  --bs-gutter-y: 24px;
}

.product-card {
  background: #ffaf3133;
  border-radius: 20px;
  padding: 25px 24px 22px;
  text-align: center;
  height: 100%;
  transition: 0.3s;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-card img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  margin: auto;
}

.product-card h5 {
  margin: 19px 0 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  color: #000;
  height: 60px;
}

.know-btn {
  display: inline-block;
  min-width: 154px;
  margin-top: 18px;
  background: transparent;
  border: 1px solid #ffaf31;
  color: #ffaf31;
  padding: 10px 22px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  transition: 0.3s;
}

.know-btn:hover {
  background: #f59e0b;
  color: #fff;
}

/* FAQ */

.faq-section {
  background: #fff0d2;
  margin: 30px 0 0;
  padding: 28px 0 36px;
  box-shadow: 0 0 0 100vmax #fff0d2;
  clip-path: inset(0 -100vmax);
}

.faq-title {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 34px;
  text-transform: uppercase;
  color: #050505;
}

.accordion-item {
  border: none;
  margin-bottom: 13px;
  border-radius: 4px !important;
  overflow: hidden;
  background: #fff7e8;
}

.accordion-button {
  position: relative;
  min-height: 32px;
  background: #fff7e8;
  font-weight: 700;
  color: #111;
  padding: 8px 56px 8px 15px;
  box-shadow: none !important;
  font-size: 12px;
  line-height: 1.25;
}

.accordion-button:not(.collapsed) {
  background: #fff7e8;
  color: #000;
}

.accordion-body {
  background: #fff7e8;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  line-height: 1.55;
  color: #222;
  font-size: 12px;
  padding: 10px 15px 14px;
}

.accordion-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  background-image: none;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #000;
  transform: translateY(-50%);
}

.accordion-button:not(.collapsed)::after {
  border-top: 0;
  border-bottom: 10px solid #000;
  transform: translateY(-50%);
}

/* Responsive */
@media (max-width: 1024px) {
  .banner-title {
    font-size: 40px;
    line-height: 48px;
    max-width: 500px;
  }
  .know-btn{
    font-size: 18px;
  }
  .product-card h5{
    font-size: 18px;
  }
  .product-card img {
    height: 190px;
  }

}

@media (max-width: 991px) {
  .banner-title {
    top: 32%;
    left: 28px;
    max-width: 520px;
    font-size: 30px;
    line-height: 36px;
  }

  .breadcrumb-sec {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 34px;
  }

  .blog-title,
  .product-section h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .summary-box h5,
  .summary-box p,
  .content-section h4,
  .content-section p {
    font-size: 16px;
    line-height: 24px;
  }

  .product-section p {
    font-size: 20px;
    line-height: 26px;
  }

  .product-card img {
    height: 220px;
  }

  .product-card h5 {
    font-size: 22px;
    line-height: 26px;
  }

  .know-btn {
    font-size: 18px;
    line-height: 28px;
  }

  .faq-title {
    font-size: 26px;
  }

  .product-card {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .blog-wrapper {
    padding: 10px 0 30px;
  }

  .breadcrumb-sec {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 32px;
  }

  .banner-title {
    top: 21%;
    left: 22px;
    max-width: 72%;
    font-size: 28px;
    line-height: 34px;
  }

  .blog-title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 24px;
  }

  .summary-box h5,
  .summary-box p,
  .content-section p {
    font-size: 15px;
    line-height: 23px;
  }

  .content-section h4 {
    font-size: 15px;
    line-height: 23px;
  }

  .product-section {
    padding: 44px 0 36px;
  }

  .product-section h3,
  .faq-title {
    font-size: 26px;
    line-height: 34px;
  }

  .product-section p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 28px;
  }

  .product-card img {
    height: 210px;
  }

  .accordion-button {
    font-size: 12px;
    padding: 10px 48px 10px 14px;
  }
}

@media (max-width: 575px) {
  .breadcrumb-sec {
    font-size: 14px;
    line-height: 21px;
  }

  .banner-title {
    left: 16px;
    max-width: 82%;
    font-size: 24px;
    line-height: 28px;
  }

  .blog-title,
  .product-section h3,
  .faq-title {
    font-size: 22px;
    line-height: 28px;
  }

  .summary-box {
    padding: 15px;
    margin-bottom: 34px;
  }

  .product-section {
    padding-top: 40px;
  }

  .product-section p {
    font-size: 16px;
    line-height: 24px;
  }

  .product-card {
    padding: 22px 18px;
  }

  .product-card img {
    height: 190px;
  }
  .product-card h5{
    height: auto;
  }
}
