@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;700&display=swap");

:root {
  --primary: #a72b30;
  --dark: #21252f;
  --body: #888;
  --white: #ffffff;
  --box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
}

.hidden {
  display: none;
}
body {
  font-family: "Sora", sans-serif;
  line-height: 1.7;
  color: var(--body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-4 {
  color: var(--dark);
  font-weight: 700;
}

a {
  color: var(--dark);
  text-decoration: none;
}

img {
  width: 100%;
}

.navbar {
  box-shadow: var(--box-shadow);

}

.logo {
  width: 160px;
}

.navbar .nav-link {
  font-size: 14px;
  font-weight: 700;
  color: #888;
}

.navbar .nav-link.active {
  color: var(--primary) !important;
}

.btn {
  padding: 14px 18px;
  border-width: 2px;
  border-radius: 0;
}

section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.social-icons {
  display: flex;
  justify-content: center;
}
.social-icons a {
  width: 34px;
  height: 34px;
  background-color: var(--primary);
  border-radius: 2px solid var(--primary);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin-left: 5px;
  transition: all 0.4s ease;
  border: 2px solid var(--primary);
}

.social-icons a:hover {
  color: var(--primary);
  background-color: transparent;
  border-color: var(--primarys);
}

form input.form-control {
  height: 56px;
}

form .form-control {
  border: transparent;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.02);
}

.footer-top {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: var(--dark);
}

.footer-top a {
  color: var(--body);
}

.footer-top a:hover {
  color: var(--white);
}

.footer-bottom {
  background-color: #242933;
}

.logoimg {
  padding: 10px;
  max-height: 100px;
}
.upper-content {
  width: 70%;
}
.redcolor {
  color: #a72b30;
}
.Vision {
  max-width: 70%;
  padding: 0 5px;
}
.visionImage {
  width: 20%;
  height: 50%;
}
.filterbtn {
  margin-right: 20px;
  color: #c4c4c4;
  border: #c4c4c4 1px solid;
}
.filterbtn:hover {
  border: #a72b30 1px solid;
}
.filterbtn:active {
  background-color: #a72b30;
  transition: 0.3s;
  color: white;
}
.filter {
  vertical-align: middle;
}
.main-btn {
  border: #a72b30 1px solid;
  color: #a72b30;
  transition: 0.3s;
}
.main-btn:hover {
  background-color: #a72b30;
  color: white;
}

.brandlogo {
  width: 10%;
  padding-right: 15px;
}
.card-body {
  padding: 0;
}
.brand {
  padding-bottom: 5px;
}
.selected {
  border-bottom: 2px black solid;
}

.fs-6 {
  font-size: 8px;
}

.brandlogo:hover {
  opacity: 0.5;
}

.brandimg {
  height: 20px;
}
.cardShopItem {
  text-decoration: none;
  color: black;
}
.cardShopItem:hover {
  opacity: 0.7;
  color: black;
}
.quotebtn:hover {
  opacity: 0.5;
}

.left-content {
  margin: 0 auto;
}
.zoom {
  position: relative;
  width: 100%;
  height: 420px;
  margin: 0 auto;
  overflow: hidden;
}
.kotak {
  position: absolute;
  top: 0;
  left: 0;
}
.kotak img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.zoom:hover .kotak img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.activated {
  border: 1px solid green;
}

.leftCart {
  height: 650px;
  overflow-y: auto;
}

/* .fixed-btn {
  position: fixed;
  bottom: 10%;
  right: 3%;
  background: #0facf3;
  width: 180px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 4px 4px 4px #0a78aa;
  cursor: pointer;
}

.fixed-btn p {
  text-transform: uppercase;
  font-family: arial;
  font-weight: 900;
  color: #fff;
}

.fixed-btn:active {
  box-shadow: 0 0;
} */

.fixed-btn {
  position: fixed;
  bottom: 10px;
  right: 150px;
  width: 70px;
  height: auto;
  padding: 25px;
  border: none;
  z-index: 88;
  /* -webkit-transform: translate3d(0, 0, 0); */
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-align: center;
}
