.navbar {
  min-height: 80px;

  background-color: #ffffff;

  border-bottom-color: #dddddd;

  border-bottom-style: solid;

  box-shadow: 2px 2px 5px #ddd;
}

.nav-link {
  font-weight: 600;

  letter-spacing: 1px;
}

.nav-link:hover {
  border-bottom: 3px solid orange;

  width: fit-content;
}

.button:hover {
  color: black;

  border: 1px solid black;

  background-color: white;

  text-decoration: none;
}

input,
textarea {
  width: 100%;

  color: black;

  font-size: 18px;

  letter-spacing: 2px;

  outline: none;

  border-bottom: 1px solid Black;

  border-top: 0px;

  border-left: 0px;

  border-right: 0px;
}

.send_btn {
  margin: 0px;

  text-decoration: none;

  background: red;

  color: white;

  padding: 7px 29px;

  border-radius: 5px;
}

.send_btn:hover {
  border: 1px solid black;

  background: none;

  color: black;

  border-radius: 5px;
}

.enq {
  width: fit-content;

  padding-bottom: 5px;

  border-bottom: 3px solid orange;

  letter-spacing: 1px;

  word-spacing: 1px;
}

li {
  margin-bottom: 5px;
}

li:hover {
  border-bottom: 1px solid orange;

  width: fit-content;
}

.button-view {
  margin: 0px;

  text-decoration: none;

  background: #ff0101;

  color: white;

  padding: 10px 29px;

  border-radius: 5px;
}

.button-view:hover {
  border: 1px solid black;

  background: none;

  color: black;

  border-radius: 5px;
}

h1 {
  border-bottom: 3px solid orange;

  width: fit-content;
}

.office-row {
  margin-top: 50px;

  margin-bottom: 100px;

  display: flex;

  flex-direction: row;

  justify-content: center;

  align-items: end;
}

.footer {
  background-color: #b7e6f2;

  font-weight: 600;
}

.view-more {
  text-decoration: none;

  padding: 7px 29px;

  background-color: red;

  border-radius: 5px;

  color: white;
}

.view-more:hover {
  background-color: white;

  color: black;

  border: 1px solid black;
}

section.office-vid {
  background-color: #f1f1f1cc;

  padding: 2px 2px 2px 2px;

  margin-top: 29px;
}

.icon-img {
  border-radius: 25%;
}

/* Google Fonts - Poppins */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

.slide-container {
  width: 100%;

  padding: 40px 0;
}

.slide-content {
  margin: 0 40px;

  overflow: hidden;

  border-radius: 25px;
}

.card {
  border-radius: 25px;

  background-color: #fff;

  width: 30%;
}

.image-content,
.card-content {
  display: flex;

  flex-direction: column;

  align-items: center;

  padding-top: 130px;
}

.image-content {
  position: relative;

  row-gap: 5px;

  padding: 25px 0;
}

.card-image {
  position: relative;

  padding: 3px;

  height: 250px;
}

.card-image .card-img {
  height: 389px;

  width: 100%;

  object-fit: cover;
}

.name {
  font-size: 18px;

  font-weight: 500;

  color: #333;

  margin-bottom: 1.5rem;
}

.description {
  font-size: 14px;

  color: black;

  text-align: center;

  letter-spacing: 1px;

  font-weight: 400;
}

.button {
  border: none;

  font-size: 16px;

  color: #fff;

  padding: 8px 16px;

  background-color: #4070f4;

  border-radius: 6px;

  margin: 14px;

  cursor: pointer;

  transition: all 0.3s ease;
}

.button:hover {
  background: #265df2;
}

.swiper-navBtn {
  color: #6e93f7;

  transition: color 0.3s ease;
}

.swiper-navBtn:hover {
  color: #4070f4;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 35px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-pagination-bullet {
  background-color: #6e93f7;

  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #4070f4;
}

.swiper-button-prev {
  top: 45% !important;
}

.swiper-button-next {
  top: 45% !important;
}

.dropdown-item {
  letter-spacing: 1px;

  font-weight: 600;
}

.card .swiper-slide {
  width: 26% !important;
}

@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 10px;
  }

  .row {
    display: flex;
    flex-direction: column;
  }

  .swiper-navBtn {
    display: none;
  }

  .firt-sect {
    height: 46vh;
  }
}

/* New slider CSS */

.slider-one {
  position: relative;

  width: 350px;

  height: 300px;

  transform-style: preserve-3d;

  animation: rotate 20s linear infinite;
}

.slider-one span {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  transform-origin: center;

  transform-style: preserve-3d;

  transform: rotateY(calc(var(--i) * 60deg)) translateZ(350px);
}

.slider-one span img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 10px;

  transition: 2s;
}

.slider-one span:hover img {
  transform: translateY(-50px) scale(1.2);
}

@keyframes rotate {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }

  100% {
    transform: perspective(1000px) rotateY(360deg);
  }
}

#dynamic-text {
  font-size: 60px;

  letter-spacing: 1px;

  font-weight: bolder;

  text-transform: uppercase;

  width: fit-content;
}

.col-hum {
  font-size: 60px;

  letter-spacing: 1px;

  font-weight: bolder;

  text-transform: uppercase;

  color: rgb(255, 255, 255);
}

.openCity p {
  display: none;
}

.openCity-img:hover p {
  display: block;

  position: absolute;

  opacity: 1;

  color: black;

  background-color: white;

  padding: 10px;

  margin-top: -150px;
}

.openCity-img {
  margin-bottom: 20px;
}

.spans {
  border-radius: 5px;

  width: fit-content;
}

/* gallery response image */

div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;

  height: auto;
}

div.desc {
  padding: 15px;

  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;

  float: left;

  width: 33%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;

    margin: 6px 0;
  }

  .firt-sect {
    height: 46vh;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .fw {
    font-size: 14px !important;
  }

  .plank-mob {
    width: 100%;
    height: 300px;
  }

  .thumb-images {
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
    width: 200px;
  }

  .card-content {
    padding-top: 65px;
  }

  .catalogues-para-font {
    width: 100%;
  }

  .catalogues-img-btn {
    padding-top: 10px;
  }

  .card-image .card-img {
    height: 315px;
  }

  #dynamic-text {
    font-size: 40px;

    text-align: center;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }

  .firt-sect {
    height: 46vh;
  }
}

@media only screen and (max-width: 320px) {
  #dynamic-text {
    font-size: 50px;
  }
  .firt-sect {
    height: 46vh;
  }
}

.clearfix:after {
  content: "";

  display: table;

  clear: both;
}

table {
  width: fit-content;

  border-collapse: collapse;

  margin: 25px 0;

  font-size: 18px;

  text-align: left;
}

th,
td {
  padding: 10px 20px;

  border: 1px solid #ddd;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px !important;
  }
  .firt-sect {
    height: auto;
  }
}

.img-thumbnail {
  max-width: 50% !important;
}

tbody.fw-in {
  font-size: 15px;
}

.contact-icon {
  border: 1px solid red;

  text-align: center;

  padding: 20px 0px;
}

.contact-icon img {
  padding-bottom: 20px;
}

.catalogues {
  background: black;

  text-decoration: none;

  letter-spacing: 1px;

  padding: 5px 15px;

  color: white;

  text-transform: capitalize;

  font-size: 21px;

  font-weight: 500;

  border-radius: 5px;
}

.catalogues:hover {
  background: white;

  color: black;

  border: 3px solid black;
}

.swiper-button-next {
  top: 50% !important;
}

.swiper-button-prev {
  top: 50% !important;
}

.fw-head {
  background: #545454 !important;
  color: white;
}

th {
  background-color: #545454;
}

.catalogues-para-font {
  font-size: 18px;
  letter-spacing: 1px;
  word-spacing: 1px;
  width: 82%;
}

.firt-sect {
  height: 75vh;
  align-items: center;
}

@media only screen and (max-width: 700px) {
  .thumb-images {
    width: 100%;
  }
  .reverse-row {
    flex-direction: column-reverse;
  }
}

a {
  text-decoration: none;
  color: black;
}

.reverse-row {
  flex-direction: row-reverse;
}
