@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  /* overflow-x: hidden !important; */
}

a {
  text-decoration: none;
  color: inherit;
}

html {
  overflow-x: hidden;
  width: fit-content;
}

header {
  background-color: #FFF !important;
  position: fixed;
  width: 100vw;
  z-index: 3;
  top: 0;
  padding: 0 4rem;
}

.container {
  max-width: 75rem;
  margin: 0 auto;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0rem 0rem !important;
}

.header__logo {
  width: 12rem;
  height: 5rem;
  object-fit: contain;
}

.header__nav {
  display: flex;
  gap: 4.5rem;
  list-style: none;
}

.header__nav a {
  text-decoration: none;
  /* color: inherit; */
  color: #000000;
  opacity: 0.5;
  font-weight: 600;
  font-size: 15px;
}

.header__hamberger {
  width: 2rem;
  height: 2rem;
  display: none;
}
.hero_bottom {
  margin: auto;
  max-width: 76rem !important;
  width: 100%;
  min-height: 23rem;
  background-color: white;
  box-shadow: -3px 6px 15px rgb(0 0 0 / 10%), 3px 0px 0px rgb(0 0 0 / 10%);
  position: relative;
  top: -3.4rem;
  padding: 3rem 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.5rem;
  border-radius: 0.6rem;
}

.hero_bottom div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2rem;
  width: 17rem;
}

.hero_bottom div img {
  border-radius: 50%;
  width: 12.5rem;
  height: 12.5rem;
}

.hero_bottom div p {
  font-size: 1rem !important;
  line-height: 2rem !important;
  font-weight: 700;
  padding: 0px 0rem;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
.container.form__container.contact-form {
  height: 45rem;
}
label#name-error,
label#email-error,
label#message-error {
  padding: 0.5rem 0;
  color: red;
}

.slick-slide div {
  display: flex !important;
  justify-content: center;
}

.div-carousel {
  height: 30rem;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 50px !important;
  line-height: 20px !important;
  position: absolute !important;
  width: 100px !important;
  /* height: 100px !important; */
  content: "•" !important;
  text-align: center !important;
  opacity: 10.25 !important;
  color: #255e8b !important;
}
.slick-dots {
  position: absolute !important;
  bottom: -25px !important;
  left: 0px !important;
  right: 0px !important;
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  text-align: center !important;
  height: 4rem !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
}

.slick-active {
  opacity: 1 !important;
}
.mt {
  margin-top: 5rem !important;
}
.img-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.text-center {
  text-align: center;
  margin-top: 5rem;
}
.text-center h1 {
  margin-bottom: 3rem !important;
}
p.para-text-bottom {
  margin-bottom: 5rem;
}
.hero_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.radius-img {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8rem !important;
}
@media screen and (max-width: 1024px) {
  .header__nav {
    display: none;
  }

  .header__hamberger {
    display: block;
  }
}

footer {
  background-color: #f0f0f0;
  width: 100vw;
  padding: 1rem 2rem;
}

.footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 75rem;
  margin: 0 auto;
}

.footer__logo {
  border-bottom: 1px solid #954f25;
  width: 100%;
  display: flex;
  justify-content: center;
  justify-content: center;
  padding-bottom: 1rem;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  gap: 3rem;
  margin-top: 1.8rem;
  align-items: center;
  justify-content: space-between;
}

.footer__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 0.5rem;
}

.footer__col > div {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer__col a {
  text-decoration: none;
  color: #6b6b6b;
}
.footer__col h3 {
  font-size: 1.6rem;
  font-weight: bold;
}
.footer__col p {
  font-size: 1.3rem;
}

.bottom_footer__container {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
}

.bottom_footer__container p {
  font-size: 1rem;
  font-weight: 500;
}

.bottom_footer__icons {
  display: flex;
  gap: 1.5rem;
}
.dropbtn {
  /*background-color: #3498DB;*/
  color: white;
  /*padding: 16px;*/
  font-size: 16px;
  border: none;
}

.dropup {
  position: relative;
  display: inline-block;
}

.dropup-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 100px;
  top: 22px;
  z-index: 9999;
}

.dropup-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  width: 8rem;
}

.dropup-content a:hover {
  background-color: #ccc;
}

.dropup:hover .dropup-content {
  display: block;
}

.dropup:hover .dropbtn {
  /*background-color: #2980B9;*/
}

@media screen and (max-width: 1024px) {
  .footer__col {
    align-items: stretch;
  }

  .bottom_footer__container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }
  * {
    overflow-x: hidden !important;
  }
}

.hero_2 {
  background-color: #f0f0f0;
  padding-bottom: 2rem;
}

.hero_2 img {
  width: 100%;
}

.form {
  margin: 1rem 0;
  width: 100%;
}

.form__container {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.form__container > div {
  flex: 1;
}

.form__text {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form__text h2 {
  color: #2b2b2b;
  font-size: 1.6rem;
  font-family: "Abril Fatface", cursive;
  font-weight: 400;
}

.form__text p {
  font-size: 1.1rem;
}

.form__box,
.form__box__rental {
  box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.25);
  border-radius: 1.25rem;
  padding: 2rem;
  /*display: flex;*/
  gap: 1rem;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
}
.form__box__rental {
  gap: 0rem;
}

.form__box h3 {
  font-size: 1.6rem;
  font-family: "Abril Fatface";
  display: flex;
  justify-content: center;
  align-items: center;
}

.form__input {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0.7rem;
}

.form__input input,
.form__input select {
  width: 100%;
  border: 1px solid #787878;
  border-radius: 0.6rem;
  padding: 0.7rem;
}

.form__button {
  background-color: #18226b;
  color: white;
  border: none;
  border-radius: 0.6rem;
  width: 11rem !important;
  height: 3rem;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
}
section.products.product__management {
  background: #f0f0f0;
  text-align: center;
  /* margin: 0rem !important; */
}
.container.product__container h2 {
  margin: 0rem;
  padding: 2rem;
}
.form__input__button {
  padding-top: 1rem;
  padding-left: 1rem;
}
.button-global button a {
  color: white;
  text-decoration: none !important;
}
.recaptcha {
  margin: 1rem;
}
.rental-heading h3 {
  font-family: "Abril Fatface";
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-current .card-payment {
  height: 400px;
  background: #5b5350;
}

.slick-track {
  display: flex !important;
  align-items: center !important;
}
.mobile_nav__background {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 10000;
}
.mobile_nav {
  height: 100vh;
  width: 18rem;
  background-color: white;
  z-index: 10000;
  display: flex;
  padding: 1.5rem;
}

.mobile_nav__blank {
  flex: 1;
  height: 100vh;
}

.mobile_nav__ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mobile_dropdown {
  display: none;
  margin: 1rem 1.5rem;
  flex-direction: column;
  gap: 1rem;
}

.display__none {
  display: none;
}

.display__flex {
  display: flex;
}
ul.rightSide {
  padding: 0px 4rem;
  color: white;
  opacity: 0.6;
  font-weight: 700;
  margin-top: 2rem;
}

@media screen and (max-width: 1024px) {
  .form__container {
    flex-direction: column;
  }
  .form__box,
  .form__box__rental {
    width: 100%;
  }
  .form__text p {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  * {
    overflow-x: hidden !important;
  }
  .form__box {
    width: auto;
    margin: 4rem !important;
  }
  .text-div {
    margin: 2rem;
  }
  .container.form__container.contact-form {
    height: 80rem !important;
  }
  .rental-bg {
    height: auto !important;
  }
  .form__text,
  .form__text__li .form-sec,
  .ul-div {
    padding: 2rem !important;
  }

  .footer__nav {
    justify-content: space-between !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .form__container {
    gap: 3rem !important;
  }
  .form__box__rental {
    width: auto !important;
    margin: 2rem !important;
  }
  .products__product p {
    padding: 3rem 5rem !important;
  }
  .products__product_list {
    margin-bottom: 0rem !important;
    flex-direction: column;
  }
  .products__product {
    gap: 0rem !important;
  }
  .hero_rental_queries h2 {
    font-size: 2.5rem !important;
  }
  .team__card {
    min-width: 20rem !important;
    max-width: 20rem !important;
  }
  .newsletter-div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start !important;
    height: 12rem;
    flex-direction: column;
    width: 32rem;
    margin: 2rem !important;
  }
}

@media only screen and (max-width: 964px) {
  .min-width-mission {
    width: auto !important;
    flex-direction: column !important;
  }
}
