@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/poppins-v15-latin-ext-300.eot");
  src: local(""), url("../fonts/poppins-v15-latin-ext-300.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-ext-300.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext-300.woff") format("woff"), url("../fonts/poppins-v15-latin-ext-300.ttf") format("truetype"), url("../fonts/poppins-v15-latin-ext-300.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins-v15-latin-ext-600.eot");
  src: local(""), url("../fonts/poppins-v15-latin-ext-600.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-ext-600.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext-600.woff") format("woff"), url("../fonts/poppins-v15-latin-ext-600.ttf") format("truetype"), url("../fonts/poppins-v15-latin-ext-600.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/poppins-v15-latin-ext-800.eot");
  src: local(""), url("../fonts/poppins-v15-latin-ext-800.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-ext-800.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext-800.woff") format("woff"), url("../fonts/poppins-v15-latin-ext-800.ttf") format("truetype"), url("../fonts/poppins-v15-latin-ext-800.svg#Poppins") format("svg");
}
body, html {
  color: #000;
  scroll-behavior: smooth;
  font-family: "Poppins";
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/white-texture.jpg") no-repeat center center fixed;
  background-size: cover;
  opacity: 0.3;
  z-index: -1;
}

section {
  padding: 75px 0;
}

button:focus {
  outline: none;
}

.navbar {
  background-color: #fdfdfd;
  margin-bottom: 30px;
}
.navbar .btn {
  margin-top: 8px;
}
.navbar .navbar-brand img {
  height: 80px;
  margin-bottom: 10px;
}

.navbar-toggler {
  border-color: transparent;
}
.navbar-toggler span {
  display: block;
  background-color: #323232;
  height: 2px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 4px;
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}
.navbar-toggler span:nth-child(1) {
  width: 10px;
}
.navbar-toggler span:nth-child(3) {
  width: 10px;
  float: right;
  margin-top: 1px;
}
.navbar-toggler:hover span:nth-child(odd) {
  width: 25px;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 300;
  padding: 20px;
  font-size: 14px;
  color: #191F2D;
}
.navbar-light .navbar-nav .nav-link:hover {
  text-decoration: underline;
}
.navbar-light .navbar-nav .dropdown-menu span {
  font-size: 14px;
  font-weight: 800;
}
.navbar-light .navbar-nav .dropdown-item {
  font-size: 14px;
}
.navbar-light .btn-primary {
  background-color: #323232;
  border-color: #323232;
  color: #fdfdfd;
}
.navbar-light .btn-primary:hover {
  background-color: #fdfdfd;
  border-color: #323232;
  color: #323232;
}

.dropdown-menu {
  background-color: #F2F2F2;
  box-shadow: 0 10px 20px 0 rgba(22, 22, 22, 0.1);
  border: unset;
  padding: 25px;
  min-width: 600px;
  z-index: -1;
}
.dropdown-menu.show {
  width: max-content;
}
.dropdown-menu .dropdown-item:hover {
  text-decoration: underline;
  background-color: transparent;
}
.dropdown-menu .dropdown-item:active {
  background-color: transparent;
}

.navbar-toggler {
  display: flex;
  align-items: center;
}

nav.scrolled {
  background: #F2F2F2;
}

.burger {
  float: right;
  height: 25px;
  width: 25px;
}
.burger span {
  transition: 0.1s;
}

.burger-text {
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #323232;
}

.container-sm {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.img-fluid {
  border-radius: 15px;
}

.btn {
  font-size: 16px;
  transition: 0.4s;
  border-radius: 0px;
  padding: 12px 20px;
  font-weight: 600;
  margin-bottom: 10px;
  border-radius: 3px;
}

.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus,
.btn:not(:disabled):not(.disabled).active, .btn:focus, .btn:active, .btn:hover {
  outline: 0 none !important;
  box-shadow: none;
  background-color: #323232;
  border-color: #323232;
  color: #fdfdfd;
  box-shadow: none;
}

.btn-primary {
  background-color: #fdfdfd;
  border: 1px solid #fdfdfd;
  color: #323232;
  box-shadow: 0 10px 20px 0 rgba(22, 22, 22, 0.1);
}

.btn-primary:hover {
  background-color: #323232;
  border: 1px solid #323232;
  color: #fdfdfd;
}

a, a:hover {
  text-decoration: none;
  color: #000;
}

p {
  font-size: 16px;
  line-height: 1.8;
  color: #232323;
}

h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
}

h2, .title-h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 30px;
}

h3, .title-h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0px;
}

ul, li {
  list-style-type: none;
  padding-left: 0px;
  line-height: 2;
  font-size: 16px;
  color: #232323;
}
ul a, li a {
  color: #232323;
}

.text-link {
  text-decoration: underline;
}

.header {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.header-content {
  text-align: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.header#detail img {
  min-height: 150px;
}
.header#detail:after {
  content: none;
}

#services {
  overflow: hidden;
}
#services .services--block {
  background-color: #F2F2F2;
  border-radius: 5px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#services .services--block img {
  position: absolute;
  height: 60px;
  top: 15px;
  left: 25px;
  transition: 0.3s;
}
#services .services--block a {
  text-align: center;
  width: 100%;
}
#services .services--block a h3 {
  text-decoration: underline;
  z-index: 2;
  position: relative;
  padding: 30px 0;
}
#services .services--block:hover {
  background-color: #323232;
}
#services .services--block:hover h3 {
  color: #fdfdfd;
  text-decoration: none;
}
#services .services--block:hover img {
  display: none;
}
#services .grey--box {
  background-color: #F2F2F2;
  border-radius: 5px;
  padding: 15px;
  margin-top: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#services .grey--box a {
  text-decoration: underline;
  padding: 10px 20px;
}
#services .grey--box a:hover {
  text-decoration: none;
}

.swiper-2, .swiper-4 {
  position: relative;
  overflow: hidden;
}
.swiper-2 .swiper-button-prev, .swiper-2 .swiper-container-rtl .swiper-button-next,
.swiper-2 .swiper-button-next, .swiper-2 .swiper-container-rtl .swiper-button-prev, .swiper-4 .swiper-button-prev, .swiper-4 .swiper-container-rtl .swiper-button-next,
.swiper-4 .swiper-button-next, .swiper-4 .swiper-container-rtl .swiper-button-prev {
  background: #F2F2F2;
  border-radius: 100%;
  height: 50px;
  width: 50px;
}
.swiper-2 .swiper-button-prev:after, .swiper-2 .swiper-container-rtl .swiper-button-next:after,
.swiper-2 .swiper-button-next:after, .swiper-2 .swiper-container-rtl .swiper-button-prev:after, .swiper-4 .swiper-button-prev:after, .swiper-4 .swiper-container-rtl .swiper-button-next:after,
.swiper-4 .swiper-button-next:after, .swiper-4 .swiper-container-rtl .swiper-button-prev:after {
  font-size: 20px;
}
.swiper-2 .swiper-button-prev, .swiper-2 .swiper-rtl .swiper-button-next, .swiper-4 .swiper-button-prev, .swiper-4 .swiper-rtl .swiper-button-next {
  left: 25px;
}
.swiper-2 .swiper-button-next, .swiper-2 .swiper-container-rtl .swiper-button-prev, .swiper-4 .swiper-button-next, .swiper-4 .swiper-container-rtl .swiper-button-prev {
  right: 25px;
}

:root {
  --swiper-theme-color: rgb(0, 0, 0);
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  top: unset;
  bottom: 0;
}

#instagram h3 {
  text-align: center;
  margin-bottom: 30px;
}
#instagram h3 img {
  margin-right: 15px;
  height: 45px;
  width: 45px;
}

#instafeed {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 3px;
  margin-left: auto;
  margin-right: auto;
}

.instagrid .instagram-photo {
  flex: 1 1 33%;
  padding: 10px;
  position: relative;
}
.instagrid .instagram-photo:after {
  content: "";
  background: #323232;
  background: url(../img/instagram.svg);
  transition: 0.3s;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  position: absolute;
  opacity: 0;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
}
.instagrid .instagram-photo:hover:after {
  opacity: 1;
}

.instagrid .instagram-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  max-height: 300px;
  border-radius: 5px;
}

footer {
  background-color: #fdfdfd;
  color: #323232;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}
footer .title-h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}
footer ul li a {
  color: #323232;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer img {
  margin-bottom: 30px;
  max-height: 90px;
}
footer .credits {
  z-index: 10;
  position: relative;
  margin-bottom: 20px;
}
footer .credits span {
  font-size: 12px;
}
footer .credits span a {
  color: #323232;
  text-decoration: underline;
}
footer .credits span a:hover {
  text-decoration: none;
}
footer .credits span:last-child {
  float: right;
}
footer .title-h3 {
  display: block;
}
footer .contact-list a:hover {
  text-decoration: underline;
}

#services .title-h2 {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
#services .container {
  position: relative;
}
#services .service-box {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
#services .service-box h3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fdfdfd;
  z-index: 3;
}
#services .service-box img {
  width: 100%;
  transition: 1s;
}
#services .service-box:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  background-image: linear-gradient(180deg, transparent, rgba(50, 50, 50, 0.4) 40%, #323232);
  background-size: auto 100%;
  height: 60%;
  top: 40%;
  z-index: 2;
}
#services .service-box:hover img {
  position: relative;
  transform: scale(1.3);
}

#contact .container {
  background-color: #fdfdfd;
  padding: 50px;
}
#contact textarea {
  min-height: 150px;
}

.blog-item-img {
  overflow: hidden;
  max-height: 255px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

#place {
  padding-top: 0px;
  padding-bottom: 0px;
}
#place p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#place .place {
  display: flex;
}
#place .loader {
  display: flex;
  margin-top: 50px;
}
#place .counter .number {
  display: block;
  font-size: 65px;
  color: #323232;
  font-weight: 600;
}
#place .counter .counter-title {
  display: block;
  font-size: 18px;
  color: #141432;
}

.table {
  padding: 20px;
  background: #fdfdfd;
  display: block;
  border-radius: 20px;
}
.table table {
  width: 100%;
}
.table .info {
  margin-top: 30px;
}
.table .table-striped tbody tr:nth-of-type(even) {
  border: none;
}
.table .table-striped tbody tr:nth-of-type(odd) {
  background-color: #F2F2F2;
  border: none;
}
.table td:nth-child(2) {
  text-align: right;
}
.table td, .table th {
  border: none;
  font-size: 14px;
  padding: 15px;
}

@media (max-width: 991px) {
  .navbar-light .navbar-nav .nav-item.dropdown .nav-link,
  .navbar-light .navbar-nav .nav-link {
    padding: 10px;
  }
  .navbar {
    margin-bottom: 10px;
  }
  .navbar .navbar-brand img {
    height: 50px;
    margin-bottom: 0px;
  }
  h1 {
    font-size: 24px;
    line-height: 1.3;
  }
  .title-h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  #place .counter .number {
    font-size: 36px;
  }
  #place .counter .counter-title {
    font-size: 14px;
  }
  #services .grey--box {
    flex-direction: column;
  }
  #contact .container {
    padding: 15px;
  }
  footer {
    padding-top: 10px;
  }
  footer .credits {
    text-align: center;
  }
  footer .credits span {
    display: block;
  }
  footer .credits span:last-child {
    float: none;
  }
  footer ul a, footer li a {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */