.navbar {
  background-color: #12144c;
}

#item {
  position: relative;
  left: 63%;
  transform: translateX(-50%);
}
.jumbotron {
  height: 500px;
  background-color: rgb(0, 0, 0);
  background-image: url("p4.jfif");
  background-size: cover;
}
#contactjambo {
  height: 500px;
  background-color: rgb(0, 0, 0);
  background-image: url("contactus.jpg");
  background-size: cover;
}

.p-5 {
  /*background-image: url("https://static.euronews.com/articles/stories/04/47/19/86/1440x810_cmsv2_3f7d4d8d-f71e-5407-8910-df6056b8d768-4471986.jpg");
  height: 120%;
  background-color: rgba(0, 0, 0, 0.6);*/
  background-image: url("team1.png");
  background-size: 100% 140%;
  height: 160%;

  object-fit: cover;
}

.mask {
  background-color: rgba(0, 0, 0, 0.5);
  height: auto;
  width: auto;
}

#quote {
  text-align: center;
}
#productw {
  text-align: justify;
  color: #12144c;
}

#productb {
  text-align: justify;
  color: #ffffff;
}

.d-block {
  height: 400px;
  width: 400px;
}

#container {
  background-color: #12144c;
}

#about {
  text-align: center;
  background-color: #ffffff;
  color: #12144c;
}

#socialicon {
  color: #ffffff;
}

#footer {
  background-color: #12144c;
  color: #ffffff;
  text-align: center;
}

#invertersjambo {
  height: 500px;
  background-size: cover;
  text-align: center;
  left: auto;
  top: auto;
}

#itemspecs {
  text-align: left;
}

.map-container-2 {
  overflow: auto;
  padding-bottom: 56.25%;
  position: relative;
}
.map-container-2 iframe {
  position: absolute;
  width: 100%;
  left: 0;
  height: 500px;
}

.hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#form {
  background-color: #12144c;
  color: rgb(255, 255, 255);
}

#map {
  background-color: rgb(255, 255, 255);
}

#footercontact {
  background-color: #12144c;
  color: rgb(255, 255, 255);
  text-align: center;
}

#socialiconcontact {
  color: rgb(255, 255, 255);
}

#slideimage {
  width: 500px;
  height: 500px;
}
#sliderphoto1 {
  height: 550px;
  width: 550px;
}
#sliderphoto2 {
  height: 550px;
  width: 550px;
}
#sliderphoto3 {
  height: 500px;
  width: 600px;
}

#sliderphoto4 {
  height: 300px;
  width: 600px;
  object-fit: cover;
}
#sliderphoto5 {
  height: 350px;
  width: 600px;
  object-fit: cover;
}
#sliderphoto6 {
  height: 350px;
  width: 600px;
  object-fit: cover;
}
#sliderphoto7 {
  height: 450px;
  width: auto;
  object-fit: cover;
}
.btn.btn-dark {
  background-color: #12144c;
}

/* For Chrome and Safari */
::-webkit-scrollbar {
  width: 10px;
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #27e5df;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.grid-item {
  background-color: #b2a4f0;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}

.logo {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.content {
  font-size: 14px;
  line-height: 1.5;
}
#more {
  display: none;
}

#comname {
  color: #ffffff;
}

#aboutborder {
  border-color: #12144c;
  color: #12144c;
}
