@import url("https://fonts.googleapis.com/css2?family=Anton&family=Rubik:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap");
.bg {
  background-color: #ebeeec;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1 {
  font-family: "Rubik", sans-serif;
}

h2 {
  background-color: #9cc5b2;
  font-family: "Rubik", sans-serif;
}

h3 {
  font-family: "Rubik", sans-serif;
}

h4 {
  font-family: "Rubik", sans-serif;
}

p {
  font-family: "Raleway", sans-serif;
}

.nav-bg {
  background-color: #9cc5b2;
}

#nav-logo img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 0px 0;
}

.navbar .navbar-nav .nav-item {
  margin-right: 15px;
}

.navbar .navbar-nav .nav-item a:hover {
  background-color: rgba(67, 104, 91, 0.5);
}

.navbar .dropdown-menu .dropdown-item:hover {
  background-color: #9cc5b2;
  color: #000;
}

.carousel {
  height: auto;
  width: 100%;
  overflow: hidden;
  max-height: 500px;
}

.carousel .carousel-inner {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.carousel .carousel-inner .carousel-item {
  max-height: 500px;
}

.carousel .carousel-inner .carousel-item #text1 {
  background-color: #11111b;
  border-radius: 5px;
  opacity: .7;
  font-family: 'Rubik', sans-serif;
}

.carousel .carousel-inner .carousel-item #text2 {
  background-color: #383f23;
  border-radius: 5px;
  opacity: .7;
  font-family: 'Rubik', sans-serif;
}

.carousel .carousel-inner .carousel-item #text3 {
  background-color: #10294b;
  border-radius: 5px;
  opacity: .7;
  font-family: 'Rubik', sans-serif;
}

.carousel .carousel-inner .carousel-item img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-height: 100%;
}

#image {
  width: 100%;
  height: 350px;
}

#button-style {
  background: #9cc5b2;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-family: "Rubik", sans-serif;
}

#button-style:hover {
  background-color: #567062;
}

#searchbtn {
  background: #9cc5b2;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-family: "Rubik", sans-serif;
}

#searchbtn:hover {
  background-color: #567062;
}

.containerspecial {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card {
  -webkit-box-shadow: 0 12px 24px rgba(67, 104, 91, 0.5);
          box-shadow: 0 12px 24px rgba(67, 104, 91, 0.5);
  -webkit-transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, background-color 0.3s;
  transition: box-shadow 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
}

.card:hover {
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3), 0 12px 24px rgba(67, 104, 91, 0.5);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3), 0 12px 24px rgba(67, 104, 91, 0.5);
  background-color: white;
}

.footer {
  background-color: #333;
  color: #fff;
  padding: 40px 0;
}

.footer #foot-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer #foot-container .footer-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  margin-bottom: 20px;
}

.footer #foot-container .footer-info h3 {
  margin-bottom: 10px;
}

.footer #foot-container .social-icons {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer #foot-container .social-icons .social-icon {
  color: #fff;
  font-size: 24px;
  margin-left: 10px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer #foot-container .social-icons .social-icon:hover {
  color: #55acee;
}

.footer #foot-container .additional-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.footer #foot-container .additional-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer #foot-container .additional-info ul li {
  display: inline-block;
  margin-right: 15px;
}

.footer #foot-container .additional-info ul li:last-child {
  margin-right: 0;
}

ul.list-inline {
  padding-left: 0;
  list-style: none;
}

ul.list-inline li {
  display: inline-block;
}

ul.list-inline li a {
  font-size: 20px;
}

.card {
  border: none;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.card form input[type="text"],
.card form input[type="email"],
.card form textarea {
  border: 1px solid #ced4da;
}

.card form input[type="text"]:focus,
.card form input[type="email"]:focus,
.card form textarea:focus {
  border-color: #007bff;
  -webkit-box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
/*# sourceMappingURL=style.css.map */