* {
  margin: 0px;
  padding: 0px;
}
body {
  background-color: wheat;
  margin: 0px;
  padding: 0px;
}
.navbar {
  margin-bottom: 0px;
  background-color: #612b1a;
  justify-content: space-between;
  height: 5rem;
}
.collapse {
  background-color: #612b1a;
  display: flex;
  margin-right: 4%;
}
.navbar-nav {
  display: contents;
}
.nav-item {
  margin: 1rem;
}
.container-fluidd {
  display: flex;
  justify-content: center;
  background-color: #612b1a;
  align-items: center;
  /* position: absolute; */
}

.carousel-inner img {
  width: 100%;
  max-width: 100%;
}
.carousel-item {
  /* height: 100vh; */
  /* min-height: 300px; */
  background: no-repeat scroll center scroll;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  max-width: 100%;

  /* margin-left: 20px; */
}
.d-block {
  max-width: 100%;
  max-height: 100%;
}
.container-md {
  /* display: flex; */
  /* position: absolute; */
  align-items: center;
  text-align: center;
  justify-content: center;
}
.btn {
  width: 15%;
  height: 2.5rem;
  margin-bottom: 1%;
}
.btn h6 {
  position: relative;
  top: 0.3rem;
}
.col {
  margin: 1rem;
  /* margin-left: 1rem; */
}
.container-fluid-radius {
  border-top-right-radius: 50px;
  /* background-color: #612b1a; */
  /* padding: 2%; */
  margin: 1%;
  display: flex;
}
.column {
  float: left;
  width: 14%;
  /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: flex;
  clear: both;
}
.row {
  position: relative;
  align-items: center;
  justify-content: center;
  border: 2px solid red;
  background-color: white;
}
.pcs {
  margin-left: 25px;
}
.right-side {
  display: inline-block;
  text-align: center;
  /* color: aliceblue; */
  padding-top: 7.5%;
  width: 100%;
}
.right-side h6 {
  padding: 10px;
  margin-left: 5px;
  width: 56%;
  display: inline-block;
}
.left-side {
  display: inline-block;
  text-align: center;
  /* color: aliceblue;   */
  padding-top: 5%;
  /* width: 100%; */
}
.left-side h6 {
  padding: 10px;
  /* margin-left: 5px; */
  width: 100%;
  display: flex;
  text-align: center;
}
.gallery {
  --d: 20s; /* duration */
  display: grid;
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, #0000, #000 10% 90%, #0000);
}
.gallery > img {
  grid-area: 1/2;
  height: 200px;
  aspect-ratio: 2;
  object-fit: cover;
  animation: r var(--d) linear infinite;
}
.gallery > img:nth-child(2) {
  animation-delay: calc(1 * var(--d) / -4);
}
.gallery > img:nth-child(3) {
  animation-delay: calc(2 * var(--d) / -4);
}
.gallery > img:nth-child(4) {
  animation-delay: calc(3 * var(--d) / -4);
}
.gallery > img:nth-child(5) {
  animation-delay: calc(4 * var(--d) / -4);
}
.gallery > img:nth-child(6) {
  animation-delay: calc(5 * var(--d) / -4);
}

@keyframes r {
  75% {
    transform: translate(-300%);
  }
  75.01% {
    transform: translate(100%);
  }
}
.grid-container {
  display: grid;
  gap: 1px;
  /* background-color: #2196f3; */
  /* padding: 2px; */
}

.grid-item {
  /* background-color: rgba(255, 255, 255, 0.8); */
  /* text-align: center; */
  /* padding: 1px; */
  font-size: 10px;
}
.item1 img {
  width: 100%;
  height: 100%;
  /* height: 20px; */
}
.item1 {
  /* background-color: aliceblue; */
  grid-column: 1;
  grid-row: 1;
}
.item2 img {
  width: 100%;
  height: 100%;
}
.item2 {
  /* border: 2px solid white; */
  width: 100%;
  /* height: 100%; */
  grid-column: 2;
  grid-row: 1 / span 2;
}
.item5 {
  grid-column: 3 / span 1;
  grid-row: 2;
}
.item3 img {
  width: 100%;
}
.item4 img {
  width: 100%;
  height: 100%;
}
.item5 img {
  width: 100%;
}
.content {
  flex: 1;
  height: 100%;
  width: 100%;
  /* border: 2px solid purple; */
  overflow: hidden;
  position: relative;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  display: block;
  /* background-image: url(./img/left-banner-image.jpg); */
}
.inner-content {
  position: absolute;
  top: 24%;
  left: 15%;
}
.inner-content h1 {
  font-size: 53px;
  color: white;
}
.inner-content h6 {
  color: white;
  font-size: 2%;
  line-height: 2px;
  /* text-decoration: wavy; */
  font-style: italic;
  font-weight: 300;
}
.thumb {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  display: block;
  box-sizing: border-box;
  unicode-bidi: isolate;
}
.hero-section .content .thumb img {
  width: 100%;
  overflow: hidden;
}
.right-first-box img {
  width: 100%;
  align-items: center;
  height: 100%;
  top: 0;
  display: block;
}
.inner-content h4 {
  color: white;
  font-size: 30px;
  font-weight: 700;
  margin-top: 2rem;
  margin-left: 2rem;
}
.inner-content p {
  color: white;
}
.columnn {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}
.columnn p {
  font-size: larger;
}

/* Clear floats after the columns */
.roww:after {
  content: "";
  display: table;
  clear: both;
}
/* ----------------footer --------------- */
.footer {
  background-image: url("./images/background\ bottom\ copy.jpg");
  /* background-color: #612b1a; */
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* position: relative; */
}
.columnnn {
  float: left;
  width: 24%;
  padding: 2px;
  margin-top: 5%;
  margin-left: -3%;
  align-items: center;
  /* height: 300px; Should be removed. Only for demonstration */
}
.columnnn h2 {
  text-align: center;
  color: #f7a52e;
}
.columnnn ul {
  text-align: center;
  list-style-type: none;
}
.columnnn ul a {
  color: aliceblue;
}
.columnnn ul a:hover {
  color: #f7a52e;
}
.columnnn ul li {
  color: aliceblue;
}
.column1 {
  float: left;
  width: 35%;
  /* position: relative; */
  /* padding: 10px; */
  /* height: 300px; Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.rowF:after {
  content: "";
  display: table;
  clear: both;
}

.logopic {
  width: 75%;
  position: relative;
  margin-top: -2%;
  margin-left: -32px;
  align-items: center;
  justify-content: center;
}
.fa-stack {
  margin: 2%;
}
.fa-stack a {
  color: aliceblue;
}
.fa-stack a:hover {
  color: #f7a52e;
}
