@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
p{
color: #000;
}
*{
    font-family: "Inter Tight", sans-serif !important;
}

.ltn__header-4 .ltn__header-middle-area,
.ltn__header-5 .ltn__header-middle-area {
  padding-top: 0px;
  padding-bottom: 0px;
}

.site-logo img {
  width: 50%;
}

.container-fluid {
  width: 90%;
}

.ltn__main-menu > ul {
  justify-content: flex-end;
}
.ltn__blog-img img {
  float: left; /* float image to the left */
  margin: 0 20px 20px 0; /* spacing: top right bottom left */
  max-width: 30%;
  height: 300px;
}
.ltn__blog-img h1 {
  display: inline-block;
  width: 60%;
}
.ltn__blog-img p {
  /*display: inline-block;*/
}
.ltn__product-item-4 .product-info {
  padding: 10px 20px 10px;
      height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.custom-btn {
  padding: 5px 10px;
  border-radius: 20px;
}

.ltn__counterup-item {
  margin-bottom: 0px;
  text-align: center;
}

.count {
  padding: 50px;
  /* border: 1px solid; */
  border-radius: 50px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.footer-widget {
  margin-bottom: 0px;
}

.footer-top-area {
  padding-top: 40px;
  padding-bottom: 20px;
}

.ltn__counterup-area {
  background: url(../uploads/wave.jpg) no-repeat;
  background-size: 100% 60%;
}

.slick-dots {
  margin: 0 0 30px;
}

.bg-image-top {
  background-size: 100% 100%;
}

.abimg {
  position: absolute;
  z-index: -10;
  top: 86%;
  left: -58%;
  width: 1000px;
}

.section-title-area p {
  margin-bottom: 0;
  max-width: 90%;
  text-align: center;
}

.section-title {
  font-size: 35px;
  font-weight: 550;
}

.contact-form-box {
  padding: 15px 25px 10px;
}

.counter,
.counterUp-icon,
.counterUp-letter {
  font-weight: 500;
}

.footer-widget .footer-title {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}

.bg-overlay-black-30:before {
  background: rgb(0 0 0 / 73%);
}

.ltn__video-bg-img {
  min-height: 250px;
}

.carousel-caption {
  position: absolute;
  right: 55%;
  bottom: 12.25rem;
  /* left: -44%; */
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
}

.theme-btn-1:hover {
  background-color: #971e42;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea,
.input-item .nice-select {
  height: 40px;
  margin-bottom: 15px;
}

.input-item .nice-select {
  line-height: 35px;
}

.product-title {
  font-size: 20px !important;
  margin-bottom: 10px !important;
}

.product-description {
  text-align: justify !important;
}

.page-title {
  margin-bottom: 10px;
  color: #d91b5c;
  text-transform: capitalize;
}

.ltn__breadcrumb-area {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ltn__breadcrumb-list ul li {
  margin-top: 0px;
}
.ltn__breadcrumb-list ul li a {
  color: #fff;
}
.bg-image {
  margin-bottom: 10px;
  background: var(--section-bg-6);
}
.ltn__breadcrumb-list ul li:after {
  color: #fff;
}
.bg-overlay-white-30:before {
  background: rgb(255 255 255 / 0%);
}
.ltn__breadcrumb-list ul li:last-child {
  margin-right: 0;
  color: #d91b5c;
}
.ltn__product-item-4 .product-img img {
  height: 300px;
  width: 100%;
}
