@import url("https://fonts.googleapis.com/css2?family=Kalnia:wght@100;200;300;400;500;600;700&display=swap");
/* font-family: 'Kalnia', serif; */

header {
  background-image: url("../img/banner.jpg");
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* font-family: "Kalnia", serif; */
}

/* nav section */

.navbar-toggler {
  background-color: #fff;
}

.navbar-brand {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}
.navbar-brand:hover {
  color: #fff;
}
.navbar-nav .nav-link {
  color: #fff !important;
  font-size: 22px !important;
  margin-right: 10px;
}
.navbar-nav .nav-link:hover {
  color: #e22937 !important;
  border-bottom: 2px solid #fff;

  transition: all 0.6s;
}

.sign-up > i button {
  font-size: 18px !important;
  color: #fff !important;
}

/* 
================
hero section
================
*/

.hero {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero .hero-contents .hero-paragraph {
  width: 50%;
}

.hero-heading h1 {
  font-size: 65px !important;
  width: 50%;
}

.hero-button {
  background: #fff;
  padding: 5px 15px;
  border: none;
  border-radius: 5px 5px 33px 5px;
  color: black;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}
.hero-button:hover {
  background: #e22937;
  color: #fff;
  transition: all 0.6s;
  border-radius: 0;
}

/* 
==================
brand-slider
==================
*/

.brand-logo-slider {
  display: flex;
  overflow-x: scroll;
}
.brand-logo-slider div {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  padding: 10px 0;
  flex: none;
}
.brand-logo-slider img {
  width: 100%;
  filter: grayscale(100%);
  transition: transform 0.5s;
  background: #f2f2f2;
}
.brand-logo-slider img:hover {
  filter: grayscale(0);
  cursor: pointer;
  transform: scale(1.1);
}
.brand-logo-slider::-webkit-scrollbar {
  display: none;
}

/* 
===============
ready sell section
===============
*/
.ready-sell-banner {
  background: #eaeaea;
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: "Kalnia", serif;
}
.ready-sell-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}
.ready-sell-btn {
  background: #000;
  padding: 5px 15px;
  font-size: 22px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
}
.ready-sell-btn:hover {
  background: #f7b34a;
  transition: all 0.6s;
}
.ready-sell-image img {
  width: 550px;
  border-radius: 10px;
}

/* 
================
featured-product
================
*/
.featured-products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.featured-products div img {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  transition: transform 0.5s;
}
.featured-products div img:hover {
  filter: grayscale(0);
  cursor: pointer;
  transform: scale(1.01);
}
.feature-product-one {
  grid-row: span 3;
  grid-column: span 4;
}

.explore-btn {
  border: 1px solid black;
  color: black;
  background: white;
  padding: 5px 15px !important;
  font-size: 22px !important;
  font-weight: 700;
}
.explore-btn:hover {
  background: #000;
  transition: all 0.6s;
  color: #f2f2f2;
}

.full-row {
  background-image: url("../img/5.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
}
.middle-image img {
  width: 500px;
}

.commitment-heading h3 {
  font-family: "Kalnia", serif;
  font-size: 24px;
}
.commitment-heading > img,
svg {
  color: #e22937;
}

/* ================== */

.main-service-card-content1 {
  text-align: center;
  padding: 20px;
  background: #e22937;
  color: #fff;
}
.main-service-card-content2 {
  text-align: center;
  padding: 20px;
  background: #052046;
  color: #fff;
}
.main-service-card-content3 {
  text-align: center;
  padding: 20px;
  background: #11181e;
  color: #fff;
}

.fa-car {
  color: #fff;
  font-size: 35px;
  margin-bottom: 10px;
}
.main-service-heading {
  font-family: "Kalnia", serif;
  font-size: 24px;
}

/* ============== */

.sell-us-today {
  background: #f5f7f8;
  padding: 15px;
}

.sell-us-today-contents h1 {
  font-family: "Kalnia", serif;
  font-size: 32px;
}
.sell-us-today-contents li {
  list-style: square;
  margin-top: 10px;
  font-family: serif;
}

/* ================= */
:root {
  --primary-color: #1a2c50;
  --secondary-color: #f4f7fe;
  --text-dark: #333333;
  --text-light: #767268;
  --extra-light: #ffffff;
}

.section__container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 1rem;
  text-align: center;
}

.header {
  margin-bottom: 2rem;
}

.header p {
  letter-spacing: 2px;
  font-size: 1rem;
  font-weight: 500;
}

.header h1 {
  font-family: "Noto Serif", serif;
  font-size: 2rem;
  font-weight: 900;
}

.testimonials__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}

.testimonialCard {
  padding: 2rem;
  display: grid;
  gap: 1rem;
  background-color: var(--extra-light);
  border-radius: 5px;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.testimonialCard i {
  font-size: 2.5rem;
  color: gold;
}

.testimonialCard p {
  font-size: 1rem;
  font-weight: 500;
}

.testimonialCard hr {
  width: 40px;
  margin: auto;
  color: var(--text-light);
}

.testimonialCard img {
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 100%;
  border: 1px solid var(--primary-color);
}

.testimonialCard .name {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--text-light);
  transition: 0.3s;
}

.testimonialCard .name:hover {
  color: var(--primary-color);
}

.footer h4 {
  font-family: "Noto Serif", serif;
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.footer p {
  max-width: 450px;
  margin: auto;
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin-bottom: 2rem;
}

.footer button {
  padding: 1rem 2rem;
  outline: none;
  border: none;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--extra-light);
  background-color: var(--primary-color);
  border-radius: 5px;
  cursor: pointer;
}

@media (width < 900px) {
  .testimonials__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media (width < 600px) {
  .testimonials__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* product slider */
.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.product-explore-btn {
  background: #000;
  padding: 5px 15px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.product-explore-btn {
  background: #052046;
}
.product {
  margin-top: 10px;
}
.product img {
  width: 100%;
  border-radius: 5px;
  filter: brightness(60%);
}
.product img:hover {
  filter: brightness(100%);
  scale: 1.01;
}
.product-content {
  padding: 0 5px;
}
.product-content h1 {
  font-size: 26px;
  margin-top: 25px;
}
.border-hr {
  width: 50px;
  border-top: 3px solid red !important;
  opacity: 1;
}

.product-content .details-btn {
  margin-top: 10px;
}
.product-content .details-btn a {
  text-decoration: none;
  background: #e22937;
  padding: 5px 15px;
  color: #fff;
  border-radius: 0 0 32px 0;
}
.product-content .details-btn a:hover {
  background: #000;
  border-radius: 0;
  transition: all 0.6s;
}

/* 
=========
subscribe-section
=========
*/
.subscribe-section {
  background-image: url("../img/subscribe.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.subscribe {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 50px 0;
}
.subscribe-content h3 {
  font-size: 34px;
}
.subscribe-field {
  display: flex;
  gap: 0;
}
.subscribe-field input {
  width: 450px;
  padding: 10px 0;
}
.subscribe-field a {
  padding: 10px 10px;
  background: #000;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
}

.blog-heading {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
.blog-hr {
  width: 15%;
  margin: 0 auto;
  border-top: 2px solid #e22937;
  opacity: 1;
}
.p-date {
  color: #e22937;
}

.blog-red-btn {
  text-decoration: none;
  background: #e22937;
  color: #fff;
  padding: 5px 10px;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 0 0 32px 0;
}
.blog-red-btn:hover {
  background: #000;
  color: #fff;
  border-radius: 0;
  transition: all 0.6s;
}

.go-top.active {
  color: #fff;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 84%;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.go-top {
  position: fixed;
  cursor: pointer;
  right: 3%;
  top: 87%;
  background-color: #e22937;
  color: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 31%);
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  border-radius: 8px;
  -webkit-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #e22937;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
}

.go-top svg {
  color: #fff;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9;
  border-top: 0;
  background-color: #fff !important;
  padding: 10px 0px;
  border-bottom: none;
  box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}

.sticky .navbar-nav .nav-link {
  color: #000 !important;
}

.sticky .navbar-brand {
  color: #000;
}
.sticky {
  color: #000 !important;
}
.sticky .text-light {
  color: #000 !important;
}

@media screen and (max-width: 1400px) {
  .product-content h1 {
    font-size: 20px;
  }

  .blogs-grid-col .card-body {
    min-height: 440px;
  }
}
