@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,100;1,400;1,500;1,700&display=swap");

* {
  box-sizing: border-box;
}

html {
  font-family: "Lato", sans-serif;
}

body {
  margin: 0;
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
}

header {
  display: block;
}

.openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}

.openBtn:hover {
  background: #bbb;
}

.overlay {
  height: 30%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 50%;
  text-align: center;
  margin-top: 0px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type="text"] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type="text"]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: rgb(187, 8, 8);
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-item {
  height: 40rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 40rem;
}

/* Declare heights because of positioning of img element */

.testimonials_bg .carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.testimonials_bg .carousel-item {
  height: 20rem;
}
.testimonials_bg .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 20rem;
}

#serach-tab .nav-tabs .nav-item .nav-link {
  background-color: none;
  color: #333;
  font-size: 24px;
  font-weight: 500;
}

#serach-tab .nav-tabs .nav-item .nav-link.active {
  color: #fff;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: none;
  border-color: #dee2e6 #dee2e6 #fff;
  background-color: #c91010;
}
/* MARKETING CONTENT
  -------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
/* rtl:end:ignore */

/* Featurettes
  ------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -0.05rem;
}

/* RESPONSIVE CSS
  -------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.red-box {
  background-color: #e22026;
}

.custom-card {
  display: block;
}

.custom-card .custom-card__pro-card {
  background: rgb(232, 232, 232);
  background: url(../images/bg-box.jpg) no-repeat center bottom,
    linear-gradient(
      180deg,
      rgba(232, 232, 232, 1) 0%,
      rgba(248, 248, 248, 1) 100%
    );
  background-size: 100% 100%;
  transition: 0.3s;
}

.custom-card .custom-card__pro-card .custom_button {
  background-color: black;
  color: #fff;
  padding: 10px 10px;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.custom-card .custom-card__pro-card:hover .custom_button {
  background-color: rgb(204, 41, 41);
  color: #fff;
}

.custom-card .card img {
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}

.custom-card .card:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 60em) {
  .red-box h5 {
    font-size: 15px;
    text-align: center;
  }

  .red-box p {
    font-size: 13px;
    text-align: center;
  }
}

.gap-custom {
  gap: 1rem !important;
}

.customowl-carousel .owl-carousel {
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 0;
}

.customowl-carousel .owl-carousel .item {
  text-align: center;
  padding: 0px 10px;
  line-height: 2;
  border-right: 1px solid #ddd;
}

.customowl-carousel .owl-carousel .item {
  text-align: center;
  padding: 0px 10px;
  line-height: 2;
}

.customowl-carousel .owl-carousel .owl-item .item {
  padding: 10px;
  border: 1px solid transparent;
}

.customowl-carousel .owl-carousel .owl-item .item:hover {
  border: 1px solid #f00;
}

.card .box {
  width: 100%;
  height: auto;
  overflow: hidden;
  cursor: pointer;
}
.card.box img {
  width: 100%;
  display: block;
}
.card .box img:nth-child(1) {
  position: absolute;
}
.card .box img:nth-child(2) {
  opacity: 0;
}

.customowl-carousel .owl-carousel.owl-item img {
  display: block;
  text-align: center;
  width: auto;
}

.customowl-carousel .owl-carousel .owl-item .item .add-to-cart {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  transition: 0.5s ease;
}

.customowl-carousel .owl-carousel .owl-item .item:hover .add-to-cart {
  opacity: 1;
}

.add-to-cart_f {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 5px 15px;
  width: 100%;
  transition: 0.5s ease;
  overflow: hidden;
}
.add-to-cart_f:hover {
  background-color: rgba(219, 12, 12, 0.8);
  color: white;
  padding: 5px 15px;
}

.customowl-carousel .owl-carousel .owl-nav button.owl-prev,
.customowl-carousel .owl-carousel .owl-nav button.owl-next {
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
}

.owl-nav button span {
  font-size: 30px;
  height: 100%;
  display: block;
  width: 100%;
}

.customowl-carousel .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.customowl-carousel .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.customowl-carousel .owl-carousel .owl-nav {
  margin: 0;
}

.customowl-carousel .owl-carousel .owl-item img {
  display: block;
  width: auto;
}

.btn-wrap {
  text-align: center;
  width: 100%;
}

.bg-footer {
  background-color: #fff;
  padding: 20px 0 0px;
}
.footer-heading {
  letter-spacing: 0px;
}

.footer-link a {
  color: #333;
  line-height: 20px;
  font-size: 16px;
  transition: all 0.5s;
}

.footer-link a:hover {
  color: #c91010;
}

.contact-info {
  color: #333;
  font-size: 16px;
}

.footer-social-icon {
  font-size: 15px;
  height: 34px;
  width: 34px;
  line-height: 34px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  padding-top: 10px;
}

.facebook {
  background-color: #4e71a8;
  color: #ffffff;
}

.twitter {
  background-color: #55acee;
  color: #ffffff;
}

.google {
  background-color: #d6492f;
  color: #ffffff;
}

.apple {
  background-color: #424041;
  color: #ffffff;
}

.footer-alt {
  color: #acacac;
}

.footer-heading {
  position: relative;
  padding-bottom: 10px;
}

.footer-heading:after {
  content: "";
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  border-bottom: 1px solid #555;

  border-bottom: 2px solid #ee0a0f;
}

.testimonials_bg {
  background-image: url(../images/testimonial-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.right-panel .dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #e41e23;
}

.right-panel .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #333;
}
