@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
a {
  text-decoration: none;
  color: #0E579C;
  transition: all ease-in-out 0.3s;
}
a * {
  transition: all ease-in-out 0.3s;
}
a:hover {
  text-decoration: none;
  color: #d0d0dc;
}
a:hover * {
  color: #0E579C;
}

.color1 {
  color: #0E579C;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
}

hr {
  margin: 10px 0;
}

body,
html {
  overflow-x: hidden !important;
  padding: 0 !important;
  background: #000;
  font-family: "Inter";
  color: white;
}

.h3 {
  font-size: 45px;
  font-weight: 900;
  text-transform: uppercase;
}

.banner {
  background-position: bottom center;
  padding-bottom: 12em;
}
.banner .navbar ul {
  margin-inline-start: auto;
  margin-inline-end: 0 !important;
}
.banner .navbar a.nav-link {
  color: white;
}
.banner .navbar a.nav-link:hover {
  color: rgb(226, 226, 226);
}
.banner .navbar li.nav-item {
  margin-inline-start: 20px;
}
.banner .navbar .social,
.banner .navbar .cart,
.banner .navbar .search {
  display: flex;
  justify-content: end;
  gap: 10px;
  margin-inline-start: 25px;
  position: relative;
}
.banner .navbar .social a,
.banner .navbar .social i,
.banner .navbar .cart a,
.banner .navbar .cart i,
.banner .navbar .search a,
.banner .navbar .search i {
  color: white;
  font-size: 25px;
}
.banner .navbar .cart span.count {
  display: none;
  position: absolute;
  left: -7px;
  top: -7px;
  background: #FF3131;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
}
.banner .text {
  margin-top: 2em;
}
.banner .text h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: white;
}
.banner .text h1 span {
  font-size: 60px;
  font-weight: 900;
}
.banner.internal {
  height: 400px;
  position: relative;
  background-size: cover;
}
.banner.internal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent, black);
  z-index: 0;
}
.banner.internal .text {
  position: relative;
}
.banner.internal .text h1 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 900;
}
.banner.internal .text h2 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.cascade-slider_container {
  position: relative;
  width: 100%;
  height: 390px;
  margin: 25px auto;
  overflow-x: hidden;
  /*Profile card classes*/
}
.cascade-slider_container .cascade-slider_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.3);
  transition: all 1s ease;
  opacity: 0;
  z-index: -1;
  text-align: center;
}
.cascade-slider_container .cascade-slider_item.next {
  left: 50%;
  transform: translateY(-50%) translateX(-135%) scale(0.8);
  filter: brightness(85%);
  opacity: 1;
  z-index: 1;
  filter: blur(2px) brightness(50%);
}
.cascade-slider_container .cascade-slider_item.next .card_info {
  display: none;
}
.cascade-slider_container .cascade-slider_item.prev {
  left: 50%;
  transform: translateY(-50%) translateX(35%) scale(0.8);
  filter: brightness(85%);
  opacity: 1;
  z-index: 1;
  filter: blur(2px) brightness(50%);
}
.cascade-slider_container .cascade-slider_item.prev .card_info {
  display: none;
}
.cascade-slider_container .cascade-slider_item.now {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(1);
  opacity: 1;
  z-index: 5;
}
.cascade-slider_container .cascade-slider_arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 5;
  opacity: 0;
}
.cascade-slider_container .cascade-slider_arrow-left {
  left: 20px;
}
.cascade-slider_container .cascade-slider_arrow-right {
  right: 20px;
}
.cascade-slider_container .cascade-slider_arrow-left img {
  height: 40px;
  left: 40px;
}
.cascade-slider_container .cascade-slider_arrow-right img {
  height: 40px;
  left: 40px;
}
.cascade-slider_container .cascade-slider_nav {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  z-index: 5;
}
.cascade-slider_container .cascade-slider_dot:hover {
  background: #2c8fab;
}
.cascade-slider_container .cascade-slider_dot.cur {
  background: #2c8fab;
  width: 17px;
  height: 17px;
}
.cascade-slider_container .card {
  width: 450px;
  height: 215px;
  transition: all 1s 0s;
  vertical-align: middle;
  padding: 0;
  background: transparent;
  border-width: 0;
}
.cascade-slider_container .info {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-align: center;
}
@media (min-width: 460px) and (max-width: 680px) {
  .cascade-slider_container .cascade-slider_item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.3);
    transition: all 1s ease;
    opacity: 0;
    z-index: -1;
    text-align: center;
  }
  .cascade-slider_container .cascade-slider_item.next {
    left: 50%;
    transform: translateY(-50%) translateX(-90%) scale(0.4);
    filter: brightness(70%);
    opacity: 1;
    z-index: 1;
  }
  .cascade-slider_container .cascade-slider_item.prev {
    left: 50%;
    transform: translateY(-50%) translateX(-10%) scale(0.4);
    filter: brightness(70%);
    opacity: 1;
    z-index: 1;
  }
  .cascade-slider_container .cascade-slider_item.now {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.6);
    opacity: 1;
    z-index: 5;
  }
  .cascade-slider_container .cascade-slider_arrow-left img {
    height: 30px;
    left: 30px;
  }
  .cascade-slider_container .cascade-slider_arrow-right img {
    height: 30px;
    left: 30px;
  }
  .cascade-slider_container .cascade-slider_nav {
    display: none;
  }
}
@media (max-width: 460px) {
  .cascade-slider_container .cascade-slider_item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.3);
    transition: all 1s ease;
    opacity: 0;
    z-index: -1;
    text-align: center;
  }
  .cascade-slider_container .cascade-slider_item.next {
    left: 50%;
    transform: translateY(-50%) translateX(-80%) scale(0.3);
    filter: brightness(70%);
    opacity: 1;
    z-index: 1;
  }
  .cascade-slider_container .cascade-slider_item.prev {
    left: 50%;
    transform: translateY(-50%) translateX(-20%) scale(0.3);
    filter: brightness(70%);
    opacity: 1;
    z-index: 1;
  }
  .cascade-slider_container .cascade-slider_item.now {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.5);
    opacity: 1;
    z-index: 5;
  }
  .cascade-slider_container .cascade-slider_arrow-left img {
    height: 30px;
    left: 30px;
  }
  .cascade-slider_container .cascade-slider_arrow-right img {
    height: 30px;
    left: 30px;
  }
  .cascade-slider_container .cascade-slider_nav {
    display: none;
  }
}

.s2 {
  text-align: center;
  font-size: 30px;
}

.story {
  margin-top: 2em;
}
.story h3 {
  font-size: 40px;
  font-weight: 900;
}

.stone {
  overflow: hidden;
  max-height: 410px;
}
.stone .slider-layout {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.stone .swiper-thumb {
  width: 45%;
  flex-shrink: 0;
  overflow: hidden;
}
.stone .swiper-thumb .h2 {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.stone .swiper-thumb .h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.stone .swiper-thumb .p {
  margin-bottom: 10px;
}
.stone .swiper-thumb .swiper-wrapper {
  margin-top: 2em;
}
.stone .swiper-thumb .swiper-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 75px !important;
}
.stone .swiper-main {
  flex: 1;
}
.stone .swiper-main .swiper-wrapper,
.stone .swiper-main .swiper-slide {
  height: 100% !important;
}
.stone .swiper-main .swiper-slide img {
  border-radius: 15px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 400px !important;
}
.stone .swiper-slide {
  height: 300px;
  background-size: cover;
  background-position: center;
}
.stone .swiper-thumb .swiper-slide {
  height: 80px;
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.3s;
}
.stone .swiper-thumb .swiper-slide-thumb-active {
  opacity: 1;
}
@media (max-width: 768px) {
  .stone .slider-layout {
    flex-direction: column;
  }
  .stone .swiper-thumb {
    order: 2;
    width: 100%;
  }
  .stone .swiper-main {
    order: 3;
  }
}

.projects .cascade-slider_container {
  height: 470px;
}
.projects .cascade-slider_container .cascade-slider_arrow {
  opacity: 1;
  bottom: 0;
  top: inherit;
}
.projects .cascade-slider_container .card {
  text-align: start;
}
.projects .cascade-slider_container .card h3 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 900;
}
.projects .cascade-slider_container .card p {
  font-size: 12px;
}

.explore {
  margin-top: 4em;
}
.explore .explore-items {
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
  overflow: hidden;
}
.explore .explore-items .item {
  width: 25%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.explore .explore-items .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4392156863);
  z-index: 0;
}
.explore .explore-items .item h3 {
  font-size: 70px;
  font-weight: 900;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 1em;
  transition: opacity 0.3s ease;
}
.explore .explore-items .item.hovered {
  width: 50%;
}
.explore .explore-items .item.hovered h3 {
  opacity: 0;
  cursor: default;
}
.explore .explore-items .item.hovered::before {
  z-index: -1;
}
.explore .explore-items .item.shrink {
  width: 16%;
}

.btn {
  background: #2c2c2c;
  color: white;
  margin-top: 2em;
  font-size: 16px;
  border-color: #2c2c2c;
}
.btn:hover {
  background: #272727;
  border-color: #2c2c2c;
  color: white;
}

.experience {
  margin-top: 5em;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
.experience .h3 {
  margin-bottom: 15px;
}

.map {
  margin-top: 4em;
}
.map img {
  margin: 3em 0;
  padding-inline: 2em;
}

.we-are-here {
  margin-top: 6em;
  margin-bottom: 4em;
}
.we-are-here p {
  text-align: justify;
}

.footer {
  background: #191919;
  padding-top: 3em;
  padding-bottom: 1.5em;
}
.footer a {
  color: white;
  font-size: 15px;
  font-weight: 300;
}
.footer p {
  font-size: 14px;
}
.footer h4 {
  font-weight: 900;
  font-size: 22px;
}
.footer .contacts {
  display: flex;
  flex-direction: column;
}

.about-s1 .history img {
  border-radius: 15px;
}
.about-s1 .history .content {
  padding-inline-start: 3vw;
}

.clients .container {
  overflow: hidden;
}
.clients .container .swiper-slide img {
  width: 115px;
  height: 115px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  border: 2px solid white;
  border-radius: 50%;
  padding: 10px;
  -o-object-position: center;
     object-position: center;
}

.values {
  margin-top: 6em;
  margin-bottom: 2em;
}
.values .value-card {
  text-align: center;
}
.values .value-card img {
  width: 115px;
  height: 115px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  border: 2px solid white;
  border-radius: 50%;
  padding: 10px;
  -o-object-position: center;
     object-position: center;
}
.values .value-card h4 {
  font-size: 22px;
  font-weight: bold;
  margin: 1em 0;
}

.founders {
  margin-top: 5em;
}
.founders .content {
  margin-top: 3em;
}
.founders .content img {
  width: 300px;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.founders .content .paragraph {
  background: #171717;
  padding: 2em;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.chairman {
  margin: 6em 0;
}
.chairman .message {
  background: #171717;
  border-radius: 15px;
  padding: 3em;
}
.chairman .message .content {
  margin-top: 2em;
}
.chairman .message .content p {
  margin-bottom: 1em;
}

.facility-items img {
  border-radius: 15px;
  width: 100%;
}

.fac-end {
  margin: 6em 0;
}

.news {
  background: #141414;
  padding-bottom: 1em;
  margin-top: 2em;
  border-radius: 20px;
  margin-bottom: 3em;
}
.news .news-img {
  position: relative;
}
.news .news-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent, #141414);
  z-index: 1;
}
.news .news-img img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.news .content {
  margin: 2em 5em;
}
.news .content .project {
  margin-top: 2em;
  text-align: center;
}
.news .content .project img {
  border-radius: 15px;
}
.news .content .project h3 {
  font-size: 18px;
  font-weight: 900;
  margin: 1em 0;
  color: white;
}
.news .content .project p {
  font-size: 14px;
  font-weight: 300;
  color: white;
}
.news .content .news-text-end {
  margin-top: 5em;
}

.news-cards .news-card {
  margin: 3em 0;
  padding: 1em;
  background: #171717;
  border-radius: 15px;
}
.news-cards .news-card img {
  border-radius: 15px;
  width: 100%;
}
.news-cards .news-card h3 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 0.6em;
  color: white;
}
.news-cards .news-card p {
  font-size: 14px;
  font-weight: 300;
  color: white;
}
.news-cards .news-card .btn {
  font-size: 14px;
}

.contact-us {
  position: relative;
  margin-top: -100px;
}
.contact-us .contact-form {
  background-color: #ddd;
  border-radius: 15px;
  padding: 20px;
  height: 100%;
}
.contact-us .submit-btn {
  background-color: #000;
  color: #fff;
  border: none;
}
.contact-us .contact-info i {
  color: black;
  margin-right: 10px;
  background: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
}
.contact-us .map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.contact-us .map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 20px;
}
.contact-us .form-label {
  color: black;
  font-size: 13px;
}
.contact-us .form-select {
  font-size: 13px;
}

.products {
  margin-top: -100px;
  position: relative;
}
.products .card {
  background-color: #1a1a1a;
  color: #fff;
  border-radius: 15px;
  padding: 10px;
  border: none;
}
.products .card .mb-1.fw-bold {
  color: #fff;
}
.products .product-image {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  background-color: #ccc;
}
.products .input-cell {
  color: #ccc;
}
.products .form-control-sm {
  background-color: #333;
  color: #fff;
  border: 1px solid #444;
}
.products .btn-examine {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 35px;
}
.products .nav-tabs {
  gap: 5px;
}
.products .nav-tabs .nav-link {
  color: #FFF;
  border: inherit;
  background: rgba(213, 213, 213, 0.0549019608);
  font-size: 14px;
  padding: 6px 30px;
}
.products .nav-tabs .nav-link.active {
  font-weight: bold;
  background: rgba(167, 167, 167, 0.2745098039);
}
.products hr {
  height: 0;
  border-top: 1.5px solid #ccc;
  margin: 0;
}
.products .card-custom {
  background-color: #1e1e1e;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 2em;
}
.products .card-custom .form-label {
  font-size: 18px;
  color: #c7c7c7;
}
.products .card-custom small {
  font-size: 11px;
}
.products .card-custom .form-control,
.products .card-custom .form-check-input,
.products .card-custom .form-check-label {
  background-color: #747474;
  color: white;
  border: none;
}
.products .card-custom .form-check-label {
  background: inherit;
  font-size: 13px;
}
.products .card-custom .btn-custom-p {
  gap: 10px;
}
.products .card-custom .btn-custom {
  background-color: #444;
  color: white;
  border: none;
  margin: 0;
  width: 100%;
}
.products .card-custom .btn-custom:hover {
  background-color: #666;
}
.products .card-custom .img-thumbnail {
  background-color: transparent;
  border: none;
  border-radius: 10px;
  max-width: 100%;
}
.products .card-custom .form-section {
  border-left: 1px solid #333;
}
.products .card-custom .form-check-input::-moz-placeholder {
  color: white;
}
.products .card-custom .form-check-input::placeholder {
  color: white;
}
.products .internal {
  background: #161617;
  border-radius: 20px;
  padding: 0 2em;
  padding-bottom: 2em;
}
.products .internal .card {
  background: black;
}
.products .internal .row1 .content {
  background: black;
  height: 100%;
  padding: 3em;
  border-radius: 15px;
}
.products .internal .row1 .title {
  font-size: 35px;
}
.products .internal .row1 .subtitle {
  font-size: 18px;
}
.products .internal .row1 img {
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.products .internal .brief {
  font-size: 14px;
}
.products .cart-btns {
  display: flex;
  gap: 10px;
  margin-top: 2em;
  margin-bottom: 3em;
}
.products .cart-btns a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
.products .cart-btns a:hover {
  color: white;
  background: #161617;
}

.shipment-container {
  max-width: 600px;
  margin: 50px auto;
  padding: 20px;
  margin-top: -100px;
  position: relative;
}
.shipment-container .line {
  height: 1px;
  background-color: #666;
  margin: 10px 0;
}
.shipment-container .shipment-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #333;
}
.shipment-container .shipment-item:last-child {
  border-bottom: none;
}
.shipment-container .delete-icon {
  cursor: pointer;
  color: #aaa;
}
.shipment-container .delete-icon:hover {
  color: #fff;
}
.shipment-container .btn-checkout {
  background-color: #444;
  border: none;
  padding: 10px;
  width: 100%;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 10px;
}
.shipment-container .btn-checkout:hover {
  background-color: #666;
}
.shipment-container small {
  font-size: 12px;
}

#info {
  position: fixed;
  left: -160px;
  top: 50%;
  padding-inline-start: 1em;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  transition: all ease-in-out 0.3s;
}
#info .white {
  display: none;
}
#info a {
  color: white;
  display: flex;
  gap: 15px;
  align-items: center;
  font-weight: bold;
}
#info img {
  margin: -5px;
}
#info:hover {
  left: -1px;
  border: 1px solid;
  background: #2272ff;
}
#info:hover span {
  color: white;
}
#info:hover .blue {
  display: none !important;
}
#info:hover .white {
  display: block !important;
}

.modal-dialog.cc {
  max-width: 1000px;
}
.modal-dialog.cc .modal-body {
  padding-top: 2em;
}
.modal-dialog.cc .btn-close {
  filter: brightness(0) invert(1);
}
.modal-dialog.cc .modal-content {
  background: black;
}
.modal-dialog.cc .products {
  margin: 0;
}
.modal-dialog.cc button.btn.btn-secondary {
  margin: 0;
}

ol.breadcrumb {
  margin-bottom: 4em;
}

li.breadcrumb-item a {
  color: white;
}

@media only screen and (max-width:991px) {
  .navbar-toggler {
    padding: 0.25rem;
    background-color: white;
  }
  .navbar-collapse {
    position: absolute;
    top: 100px;
    z-index: 9;
    background: #000000;
    width: 96%;
    left: 2%;
    padding: 1em 0;
  }
  .banner .navbar .social {
    justify-content: start;
  }
  .banner.internal .text h1 {
    font-size: 35px;
  }
  .banner.internal .text h2 {
    font-size: 25px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .h3 {
    font-size: 30px;
  }
  p {
    font-size: 12px;
  }
  .banner .text h1 span {
    font-size: 45px;
  }
  .story h3 {
    font-size: 30px;
  }
  .story p {
    font-size: 12px;
  }
  .stone .swiper-thumb .h2 {
    font-size: 30px;
    margin-top: 2em;
  }
  .stone {
    overflow: hidden;
    max-height: 875px;
  }
  .stone .swiper-main {
    max-height: 400px;
    overflow: hidden;
  }
}
@media only screen and (max-width:480px) {
  .h3 {
    font-size: 30px;
  }
  .cascade-slider_container {
    height: 180px;
  }
  .banner .text h1 {
    font-size: 25px;
  }
  .banner .text h1 span {
    font-size: 28px;
  }
  .banner {
    padding-bottom: 7.5em;
    background-size: cover;
    margin-bottom: 3em;
  }
  .story h3,
  .stone .swiper-thumb .h2,
  .explore .h3,
  .experience .h3 {
    font-size: 30px;
    margin-top: 2em;
  }
  .projects .cascade-slider_container {
    height: 230px;
  }
  .stone {
    overflow: hidden;
    max-height: 945px;
  }
  .stone .swiper-main {
    max-height: 415px;
    overflow: hidden;
  }
  .s2 {
    font-size: 28px;
  }
  .explore .explore-items .item h3 {
    font-size: 25px;
  }
  .experience {
    margin-top: 0;
    padding-bottom: 200px;
    background-position: bottom;
    margin-bottom: 2em;
  }
  .map .h3,
  .we-are-here .h3 {
    font-size: 30px;
  }
  .footer h4 {
    font-size: 22px;
    margin-top: 15px !important;
  }
  footer.footer img {
    margin-bottom: 1em;
  }
  .about-s1 .history .col-md-8,
  .about-s1 .history .col-md-7 {
    order: -1;
    margin-bottom: 2em;
  }
  .about-s1 .history .content {
    padding: 0;
  }
  .values .value-card {
    margin-bottom: 4em;
  }
  .founders .content {
    flex-wrap: wrap;
  }
  .founders .content img {
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .founders .content .paragraph {
    border-radius: 0;
  }
  .facility-items img {
    border-radius: 7px;
  }
  .fac-end {
    margin: 3em 0;
  }
  .news .content {
    margin: 2em 20px;
  }
  .products .nav-tabs .nav-link {
    padding: 6px 20px;
  }
  .products .internal {
    padding-bottom: 2em;
    padding-inline: 1em;
  }
  .products .internal .row1 .content {
    padding: 1em;
  }
  .products .cart-btns {
    flex-wrap: wrap;
  }
  .products .cart-btns a {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 !important;
  }
  .news-cards .news-card h3 {
    font-size: 25px;
    margin-top: 1em;
  }
  .contact-us {
    margin-top: -280px;
  }
  .contact-us .ps-3 {
    padding: 0 !important;
  }
  .contact-us .last {
    order: -1;
    margin-bottom: 2em;
  }
}/*# sourceMappingURL=style.css.map */