* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  height: 100%;
}

header {
  position: fixed;
  width: 100%;
  padding: 15px 2rem;
  background: white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  align-items: center;
  z-index: 100;
}

footer {
  display: flex;
  justify-content: center;
  padding-top: 1.5rem;
  background: #333;
  color: white;
}

iframe {
  width: 100%;
}

p {
  text-align: left;
}

.col-lg-3, .col-md-6, .col-sm-6 {
  padding-bottom: 10px;
  overflow: hidden;
}

img, video {
  max-inline-size: 100%;
  block-size: auto;
}

.header-div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.header-div h6 {
  letter-spacing: 0.125rem;
  font-size: 0.75rem;
  color: #9b9b9b;
  text-transform: uppercase;
  font-weight: bolder;
}

h4 {
  text-align: left;
}

.inner-div {
  max-width: 740px;
}

.icon-div {
  display: flex;
  margin-top: 5px;
}

.container {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.container a {
  text-decoration: none;
  color: #333;
  font-weight: bolder;
}
.container a:hover {
  text-shadow: 1px 1px 2px black;
  transition: 0.3s;
}
.container h1, .container p {
  text-align: left;
}

.icon-component {
  padding-right: 10px;
}
.icon-component i {
  color: #D42424;
}
.icon-component i:hover {
  text-shadow: 1px 1px 2px black;
}

#contacts iframe {
  margin-top: 0.5rem;
  box-shadow: var(--bs-box-shadow);
}
#contacts .container {
  align-items: normal;
}

.nav_bar {
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav_bar .links {
  margin-right: 5%;
}
.nav_bar .links a:hover {
  color: #D42424;
  text-shadow: 1px 1px 2px black;
  transition: 0.3s;
}
.nav_bar .menu {
  padding-left: 2px;
}
.nav_bar ul {
  margin: 0;
}
.nav_bar li {
  list-style: none;
  float: left;
}
.nav_bar .toggle_btn {
  display: none;
  color: #999;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 15px;
  border-left: 1px solid #3d3d3d;
}
.nav_bar .toggle_btn i:hover {
  color: #D42424;
  transition: 0.3s;
}

.links a {
  font-size: 15px;
  font-weight: bold;
  padding: 27px;
  color: #333;
  display: block;
  text-decoration: none;
  position: relative;
}
.links a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background-color: #333;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.toggle_btn_gallery {
  color: #999;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 15px;
}
.toggle_btn_gallery i:hover {
  color: #3d3d3d;
  transition: 0.3s;
}

.dropdown_menu {
  display: none;
  position: absolute;
  left: 0;
  height: 0;
  top: 77px;
  width: 100%;
  background: #222;
  overflow: hidden;
  transition: height 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.dropdown_menu a {
  font-size: 15px;
  font-weight: bold;
  padding: 27px;
  color: #333;
  display: block;
  text-decoration: none;
  position: relative;
}
.dropdown_menu a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background-color: #333;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.dropdown_menu li {
  border-bottom: 1px solid #333;
}
.dropdown_menu li a {
  color: black;
  text-decoration: none;
}
.dropdown_menu li a:hover {
  color: #D42424;
  text-shadow: 1px 1px 2px black;
  transition: 0.3s;
}

.dropdown_menu.open {
  height: auto;
}

.logo-div {
  margin-left: 5%;
}
.logo-div img {
  width: 100px;
}

a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

#hero {
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: white;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/cover_image");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
#hero h1 {
  font-size: 70px;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  text-align: center;
}
#hero p {
  font-size: 30px;
  text-align: center;
}

.hero-div {
  animation: fadeIn 2s ease-in-out;
}

#rent {
  padding: 6.25rem 0;
}
#rent .inner-div p {
  padding-right: 10px;
}
#rent .header-div {
  align-items: center;
}
#rent .block-div {
  position: relative;
  display: flex;
  padding: 3.125rem 0;
}
#rent .background-div {
  background-image: url(images/gallery5.webp);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70%;
  z-index: 5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  border-radius: 4px 0 0 4px;
  box-shadow: var(--bs-box-shadow);
}
#rent .item-div {
  position: relative;
  z-index: 10;
  background: #fff;
  width: 45%;
  padding: 3.75rem 3.375rem 3.75rem 3.375rem;
  border-radius: 4px;
  box-shadow: var(--bs-box-shadow);
}

#sales {
  text-align: center;
  background-color: #f9f9f9;
}

#request_offer {
  background-color: #f9f9f9;
}
#request_offer .header-div {
  align-items: center;
  margin-bottom: 1.25rem;
}

#gallery {
  background-color: #f9f9f9;
}
#gallery .header-div {
  flex-direction: row;
}

#gallery-div {
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.img-hover-zoom {
  overflow: hidden;
}
.img-hover-zoom:hover img {
  transform: scale(1.3);
}
.img-hover-zoom img {
  transition: transform 0.5s ease;
  box-shadow: var(--bs-box-shadow);
  border-radius: 3px;
}

.form-group {
  margin-bottom: 1.25rem;
  text-align: left;
}

label {
  display: inline-block;
}

.form-label {
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #9b9b9b;
}

.form-box {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0.5rem 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d3d3d3;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

textarea.form-box {
  height: auto;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 0.5rem 2rem 0.5rem 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #d3d3d3;
  border-radius: 0;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 4px), calc(100% - 15px) calc(1em + 4px), calc(100% - 2.1em) 0.6em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
}

.partner-container {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

#price_list .container {
  align-items: normal;
}

.price_list_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  box-shadow: var(--bs-box-shadow);
}
.price_list_card img {
  width: 100%;
  height: auto;
  flex-grow: 1;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  transition: transform 0.5s ease;
  box-shadow: var(--bs-box-shadow);
  border-radius: 3px;
}
.price_list_card:hover img {
  transform: scale(1.1);
}

.price_list_name {
  text-align: center;
  padding: 10px;
  font-weight: bold;
  background-color: #eceaea;
  z-index: 100;
}

.content {
  position: relative;
  margin: 7px;
  overflow: hidden;
  border-radius: 3px;
  word-wrap: normal;
  box-shadow: var(--bs-box-shadow);
}
.content .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.content:hover .content-overlay {
  opacity: 1;
}

.content-details {
  position: absolute;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  padding-top: 0.5em;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out 0s;
}
.content-details h5 {
  text-align: left;
  color: #fff;
  line-height: 1.5;
  margin-top: 0.2em;
}
.content-details p {
  color: #fff;
  font-size: 12px;
}

.fadeIn-top {
  top: 20%;
}

.swiper-container {
  max-width: 1200px;
  width: 100%;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.slide-container {
  margin: 0 30px;
  overflow: hidden;
  padding-bottom: 40px;
}

.s-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.s-card .image-box {
  height: 200px;
}
.s-card .image-box img {
  height: 100%;
  border-radius: 8px 8px 0 0;
}
.s-card .image-details {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: #eceaea;
}
.s-card .image-details .name {
  font-size: 1rem;
}
.s-card .image-details h3 {
  margin-bottom: 0;
}
.s-card .image-details .profile-details img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.swiper-navBtn {
  color: #000;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
}
.swiper-navBtn::before {
  font-size: 18px;
}
.swiper-navBtn::after {
  font-size: 18px;
}

.swiper-pagination-bullet {
  background-color: #000;
}

.button {
  color: #fff;
  border: 3px solid white;
  font-weight: 700;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 17px;
  background-color: transparent;
  padding: 15px;
  outline: none;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
  margin-top: 20px;
  display: inline-block;
  box-shadow: var(--bs-box-shadow);
}
.button:hover {
  color: #333;
  transition: 0.3s;
  background-color: #fff;
  transform: scale(1.1);
}

main .button {
  color: #333;
  border: 3px solid #333;
  background-color: transparent;
}
main .button:hover {
  color: #fff;
  border: 3px solid #333;
  background-color: #333;
}
main section {
  padding: 6.25rem 0;
  color: #333;
}
main section h1 {
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  color: #333;
  line-height: 2;
  font-size: 2rem;
}

.success-div img {
  width: 60%;
  padding: 2rem;
  padding-bottom: 0.5rem;
}
.success-div h2 {
  color: #333;
  line-height: 2;
  font-weight: 550;
}
.success-div p {
  padding: 0.2rem;
  font-weight: bolder;
  color: #9b9b9b;
  text-align: center;
}
.success-div .button {
  border: 3px solid #D42424;
}
.success-div .button:hover {
  color: #fff;
  background-color: #D42424;
}

#about_us h1 {
  font-size: 1.2rem;
  color: #9b9b9b;
  font-weight: 500;
}

@media screen and (max-width: 1057px) {
  .nav_bar .links {
    display: none;
  }
  .nav_bar .toggle_btn {
    display: block;
  }
  .dropdown_menu {
    display: block;
  }
  .dropdown_menu li {
    list-style: none;
  }
  .dropdown_menu li a {
    padding: 15px 0 15px 10px;
    display: block;
    color: #999;
    font-size: 13px;
    line-height: 13px;
  }
  header {
    background: #333;
  }
  #LogoImg {
    content: url(images/Logo2.webp);
  }
}
@media screen and (max-width: 1057px) {
  #rent .background-div {
    display: none;
  }
  #rent .block-div {
    justify-content: center;
  }
  #rent .item-div {
    width: 100%;
    text-align: center;
  }
  .header-div, .header-div h1 {
    justify-content: center;
    text-align: center;
  }
  #contacts .header-div, #contacts .header-div h1 {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .swiper-navBtn {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .dropdown_menu {
    width: 100%;
  }
  .content-details {
    display: none;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */