@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap");
body {
  font-family: "Montserrat", sans-serif;
}
html {
  font-size: 62.5%;
}
.navSearch input {
  border-radius: 30px 30px 30px 30px;
  width: 20rem;
  height: 3rem;
}
a {
  font-size: 1.3rem !important;
  text-decoration: none !important;
}
.redLine {
  display: none;
}
.logo {
  height: auto;
  width: 7rem;
  transform: translate(50%, 0%);
}
.interchange {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex: 1;
}
.collapse {
  flex: 1;
}
.navCta {
  flex: 1;
  text-align: end;
  justify-content: end;
  align-items: center;
}
span {
  font-weight: bold;
  line-height: 1;
  color: #1a2024;
}
.redLine {
  background-color: rgb(201, 5, 5);
  height: 0.1rem;
  width: 1.5rem;
  border-radius: 2%;
  position: absolute;
  bottom: 0.1rem;
  left: 7.4rem;
}
.headingTitle {
  position: relative;
}
.categoryImgBg {
  height: 3rem;
  width: 3rem;
  background-color: rgb(219, 219, 219);
  border-radius: 50%;
  position: absolute;
  top: 16%;

  z-index: -999;
}
.categoryCard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  width: 2rem;
}
.categoryCard img {
  width: 4rem;
}
.categoryCard span {
  font-size: 1rem;
}
.dailyDealsColor {
  background-color: #1a2024;
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 50%;
  margin: 0 0.2rem;
}
.cardBuyBtn {
  outline: none;
  border: none;
  height: 3rem;
  width: 3rem;
  border-radius: 0.5rem;
  text-align: center;
  background-color: #1a2024;
}
.card-img-top {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.card {
  width: 86% !important;
  border-radius: 0.7rem !important;
  overflow: hidden;
  padding: 0 !important;
  margin: 0.7rem;
}
.dailyDealsCardsContainer {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.cardsContainerInner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.bestOfBoatCategoryBtn {
  outline: none;
  border: none;
  height: 2rem;
  width: auto;
  border-radius: 1rem 1rem 1rem 1rem;
  background-color: transparent;
  font-size: 1.2rem;
  color: #1a202474;
  margin-right: 1rem;
}
.bestOfBoatSection .active {
  background-color: rgb(219, 219, 219);
  color: #1a2024fc;
}

.guaranteeSection svg {
  width: 7rem !important;
}

.blogSectionBtn {
  height: 3rem;
  width: 100%;
  border-radius: 1rem 1rem 1rem 1rem;
  border: 1px solid #1a202439;
}
.blogSectionBtn a {
  font-size: smaller !important;
  color: #1a2024;
  font-weight: bold;
  outline: none;
}
.blogSectionBtn svg {
  height: 1rem;
  margin-left: 0.3rem;
}
.blogSection .card-body {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
.articlePublishedAt {
  color: #1a20248e;
  font-size: smaller;
}
.newsSection .carousel-item img {
  width: 40% !important;
}
.newsSection .newsInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 2;
  background-color: rgba(144, 144, 144, 0.129);
  height: 17rem;
}
.newsInfo p {
  max-width: 450px;
  margin: auto;
  font-size: 2rem;
  line-height: 36px;
  color: rgb(73, 73, 73);
}
.newsInfo svg {
  height: 4rem;

  margin-top: 5rem;
}
.newsSliderImage {
  height: 5rem;
  width: 15rem;
}
.newsSliderImageContainer {
  background-color: rgb(219, 219, 219);
  flex: 1;
  height: 17rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerLeft {
  flex: 1;
  margin-left: 2rem !important;
}
.footerSection {
  background-color: #eff4f7;
  padding-top: 2rem;
}
.footerLeft img {
  margin-bottom: 1rem;
  height: 5rem;
}
.footerLeft input {
  height: 3rem;

  border: 0;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  width: 25rem;
  display: inline-block;
  font-size: 1rem;
  padding: 0 1rem;
  color: #ccc;
}
.footerRight {
  flex: 2;
  display: flex;
  justify-content: space-evenly;
}
.footerRight a {
  font-size: 0.8rem !important;
  color: #1a2024;
  text-decoration: none;
}
.footerRight ul {
  list-style: none;
}
.socialMediaLinks {
  list-style: none;
}
.socialContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.socialMediaLinks {
  display: flex;
  gap: 1.5rem;
}

.footerBottom {
  height: 10rem;
  background-color: #e7f0f5;
  padding-top: 2rem;
}
.footerBottomText {
  font-size: 0.5rem;
}
hr {
  display: none;
}
/* 
 Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .cardsContainerInner {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .footerRight {
    display: none;
  }
  .cardsContainerInner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
}
/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  .interchange {
    flex-direction: row-reverse;
  }
  .navbar-collapse {
    position: absolute;
    top: 5rem;
    width: 100%;
    text-align: left;
    padding: 2rem;
    left: 0;
    z-index: 1;
    background-color: #e7f0f5;
  }
  .navbar-collapse .dropdown-menu {
    background-color: #e7f0f5;
    border: none;
  }
  .cardBuyBtn svg {
    height: 3rem;
    width: 100%;
    margin: 0 auto;
  }
  html {
    font-size: 31.25%;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1400px) {
}
