@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

/* ====================
  Reset Default CSS Start
  ==================== */
:root {
  --primary-font: "Noto Sans Bengali", sans-serif;
  --secondary-font: "Outfit", sans-serif;
  --primary-color: #bf390b;
  --secondary-color: #111111;
  --gardiant: linear-gradient(
    180deg,
    rgba(170, 170, 170, 0.1) 0%,
    #cfcfcf 100%
  );
  --accent-1: #595959;
  --accent-2: #a0a0a0;
  --accent-3: #cdcdcd;
  --accent-4: #ffddd1;
  --accent-5: #ebebeb;
  --white: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--primary-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

a {
  text-decoration: none !important;
}

ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

button {
  border: none;
  outline: none;
}

input {
  outline: none;
}

body {
  background: var(--white);
}

/*====================
  Reset Default CSS End
  ====================*/

/* single Product Start */

#single_product {
  margin-top: 40px;
}

#single_product .breadcrumbs_link a {
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary-color);
}

#single_product .breadcrumbs_link .breadcrumb_last {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
}

#single_product .product_wrapper {
  margin-top: 20px;
}

#single_product .product_image {
  width: 100%;
  aspect-ratio: 16 / 14;
  background-size: cover;
  object-fit: cover;
  border-radius: 12px;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  overflow: hidden;
  background-position: center;
  padding: 20px;
  border: 1px solid var(--accent-2);
}

#single_product .product_image img {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  background-size: cover;
  object-fit: cover;
  background-position: center;
}

#single_product .product_details {
  height: 100%;
  margin-left: 60px;
  border-bottom: 1px solid var(--accent-2);
}

#single_product .product_details h2 {
  font-size: 48px;
  font-weight: bold;
  color: var(--secondary-color);
  margin-bottom: 30px;
}

#single_product .rating_star {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

#single_product .rating_star i {
  font-size: 20px;
  color: #ed8220;
}

#single_product .rating_star span {
  font-size: 16px;
  color: var(--accent-1);
  font-weight: 500;
}

#single_product .product_details .product_pcs {
  border: 1px solid var(--accent-2);
  display: inline-block;
  border-radius: 8px;
  padding: 10px 16px;
  margin-bottom: 20px;
}

#single_product .product_pcs h3 {
  font-size: 24px;
  color: var(--secondary-color);
  font-weight: 600;
  margin: 0;
}

#single_product .product_details .price {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 48px;
  font-weight: bold;
  color: var(--secondary-color);
  margin-bottom: 20px;
}

#single_product .product_details svg {
  width: 35px;
  height: 35px;
  margin-bottom: 6px;
}

#single_product .product_details .price h2 {
  margin: 0;
  line-height: 70px;
}

#single_product .product_details .contact_btn {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  background: var(--primary-color);
  color: var(--white);
  padding: 10px 30px;
  border-radius: 8px;
  transition: 0.4s;
}

#single_product .product_details .contact_btn:hover {
  background: var(--secondary-color);
  color: var(--white);
}

#single_product .social_contact {
  display: inline-block;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

#single_product .social_contact h3 {
  display: inline-block;
  font-size: 24px;
  color: var(--secondary-color);
  font-weight: 600;
  margin: 0;
  padding: 0px 16px;
  border-bottom: 1px solid var(--primary-color);
}

#single_product .social_icon {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}

#single_product .social_icon i {
  color: var(--secondary-color);
  margin: 0px;
  font-size: 24px;
  transition: 0.4s;
}

#single_product .social_icon a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: 1px solid var(--secondary-color);
  transition: 0.4s;
}

#single_product .social_icon a:hover {
  border: 1px solid var(--primary-color);
}

#single_product .social_icon a:hover {
  background: var(--primary-color);
}

#single_product .social_icon a:hover i {
  color: var(--white);
}

@media screen and (max-width: 992px) {
  #single_product .product_details {
    margin-left: 0px;
  }

  #single_product .product_details .contact_btn {
    font-size: 16px;
    padding: 8px 20px;
  }

  #single_product .product_details h2 {
    font-size: 34px;
    margin-top: 30px;
  }

  #single_product .social_contact {
    margin-bottom: 20px;
  }
}

/* single Product End */

/* Product Description Start */

.product_description {
  margin-top: 70px;
}

.product_description .description h2,
.product_description .applications h2,
.product_description .characteristics h2 {
  font-size: 28px;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 20px;
}

.product_description .description p {
  margin-bottom: 30px;
}

.product_description .description p,
.product_description .applications p,
.product_description .characteristics p {
  font-size: 16px;
  font-weight: 600;
  color: var(--accent-1);
}

.product_description .characteristics p span {
  color: var(--primary-color);
}

.product_description .applications {
  padding-left: 110px !important;
}

.product_description .characteristics p:nth-last-child(1),
.product_description .applications p:nth-last-child(1) {
  margin: 0px;
}

@media screen and (max-width: 992px) {
  .product_description .applications {
    padding-left: 12px !important;
    margin-top: 30px;
  }
}

/* Product Description End */

/* Related Products Start */

#related_products {
  margin-top: 70px;
}

#related_products .product_title {
  margin-bottom: 60px;
}

#related_products .product_title h2 {
  font-size: 48px;
  color: var(--secondary-color);
  font-weight: bold;
}

#related_products .bricks_icon svg {
  width: 200px;
}

#related_products .item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  background: transparent;
  border: 1px solid var(--border-color3);
  transition: 0.4s;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 16px;
  overflow: hidden;
}

#related_products .item:hover {
  background: var(--accent-4);
}

#related_products .item:hover .product_image img {
  transform: scale(1.1);
}

#related_products .product_image_wrapper {
  width: 100%;
  text-align: center;
  overflow: hidden;
  background: transparent;
}
#related_products .product_image {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s;
  aspect-ratio: 16 / 14;
}

#related_products .product_image img {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 0.3s;
  border-radius: 16px;
  background-position: center;
  object-fit: cover;
}

#related_products .product_details {
  text-align: center;
}

#related_products .product_details p {
  font-size: 16px;
  color: var(--accent-1);
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

#related_products .product_heading {
  font-size: 28px;
  color: var(--secondary-color);
  text-align: center;
  font-weight: 600;
  margin: 30px 0;
}

#related_products .view_product_btn {
  display: inline-block;
  background: transparent;
  transition: 0.4s;
  margin: auto;
  border-bottom: 2px solid transparent;
}

#related_products .view_product_btn:hover {
  border-bottom: 2px solid var(--primary-color);
  color: var(--primary-color);
}

#related_products .view_product_btn span {
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 600;
}

#related_products .view_product_btn:hover span {
  color: var(--primary-color);
}

#related_products {
  margin-top: 70px;
  font-family: var(--primary-font);
}

@media screen and (max-width: 992px) {
  #related_products .product_heading {
    font-size: 24px;
  }

  #related_products .heading {
    display: block;
  }

  #related_products .heading h2 {
    font-size: 34px;
  }

  #related_products .product_title h2 {
    font-size: 34px;
  }
}

@media screen and (min-width: 768px) {
  #related_products .product_image_wrapper p {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 56px !important;
    line-height: 18px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #related_products .product_image_wrapper .product_heading {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 60px !important;
    line-height: 30px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (min-width: 600px) {
  #related_products .product_details p {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 36px !important;
    line-height: 18px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #related_products .product_heading {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 34px !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 576px) {
  #related_products .item:nth-last-child(1) {
    margin-bottom: 0px !important;
  }
}

/* Related Products End */
