@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

body {
  font-family: "Montserrat", Georgia, "Times New Roman", Times, Arial;
  height: 100%;
  width: 100%;
  margin: 0;
  background-color: #fbfcff;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(54, 51, 51, 0.6);
}

::-webkit-scrollbar-thumb {
  background: #3876bf;
}

::-webkit-scrollbar-thumb:hover {
  background: #000000;
}

header {
  width: 100%;
  position: sticky;
  top: 0;
  margin-top: 10px;
  z-index: 9000;
}

.navbar_menu {
  position: relative;
  width: 100%;
  height: 30px;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  background-color: aliceblue;
}

.logo_on_top_container h1 {
  margin: 0%;
  font-family: "Roboto", Georgia, "Times New Roman", Times, Arial;
  font-weight: 600;
  color: #3876bf;
  -webkit-text-stroke: 0px;
}

.btn_mobile_menu {
  margin: 0%;
  height: 50px;
  width: 50px;
}

.btn_mobile_menu a img {
  margin: 0%;
  height: 50px;
  width: 50px;
  border: none;
  background-image: url(design_dir/burger-menu-repoEdit.svg);
  background-position: center;
  background-size: contain;
  cursor: pointer;
}

.mobile_menu {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.99);
  z-index: 10;
  top: 0%;
  align-self: center;
  overflow-y: scroll;
}

.close_mobile_menu {
  position: sticky;
  height: 40px;
  width: 40px;
  margin-top: 30px;
  margin-right: 30px;
  align-self: flex-end;
  box-sizing: border-box;
  border: solid 1px white;
  color: #3876bf;
  text-decoration: none;
  text-align: center;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 30px;
  font-weight: 900;
}

.temporary_show_contact {
  margin-top: 50px;
}

.temporary_show_contact h1 {
  color: #3876bf;
  font-family: "Roboto", Georgia, "Times New Roman", Times, Arial;
  text-align: center;
  text-transform: uppercase;
}

.mob_menu_contact {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.adress_business_hours {
  color: white;
  text-align: center;
}

.quick_acces_cntct {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  transform: translate(0px, -30px);
}

.qac_line {
  position: relative;
  height: 3px;
  width: 190px;
  margin-left: 20px;
  background-color: white;
}

.quick_acces_cntct_icons {
  position: relative;
  height: 50px;
  width: 200px;
  margin-top: 10px;
  margin-left: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.quick_acces_cntct_icons a img {
  height: 36px;
  width: 36px;
}

.qac_info_contact {
  margin-left: 15px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.qac_info_contact_tel {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.qac_info_contact a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: white;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.qac_info_contact a span {
  letter-spacing: 0.5px;
}

main {
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.content_top_container {
  position: absolute;
  top: 0%;
}

.before_menu {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}

.before_menu h3 {
  margin: 0%;
  font-family: "Roboto", Georgia, "Times New Roman", Times, Arial;
}

/* SECTION */

.first_pub_panel {
  height: auto;
  width: 70%;
}

.pub_backpanel {
  height: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pub_panel_A {
  background-image: url(design_dir/panel_1.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}

.pub_panel_B {
  background-image: url(design_dir/panel_2.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}

.pub_panel_C {
  background-image: url(design_dir/panel_3.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}

/* .pub_panel_D {
  background-color: rgb(122, 106, 106);
} */

.pub_frontpanel {
  position: relative;
  height: inherit;
  width: 100%;
  margin: auto 0;
  padding-top: 10%;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  animation-name: animatie_pubpanel;
  animation-duration: 3s;
  animation-direction: normal;
  animation-timing-function: cubic-bezier(0.03, 0.58, 1, 1.01);
}

@keyframes animatie_pubpanel {
  from {
    left: 20%;
  }
  to {
    left: 0%;
  }
}

.panel_A {
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.8);
}

.panel_B {
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.8);
}

.panel_C {
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.8);
}

/* .panel_D {
  background-color: rgba(0, 0, 0, 0.8);
} */

.pub_frontpanel p {
  margin: 5px;
  color: aliceblue;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.mySlides {
  display: flex;
  overflow: hidden;
}

.indicator {
  height: 40px;
  width: 120px;
  left: 30px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  position: relative;
  align-items: center;
  justify-content: space-evenly;
  bottom: 50px;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #3876bf;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.about_us {
  height: auto;
  width: 70%;
}

.c_a_l {
  text-indent: 40px;
  text-align: justify;
}

.about_us h3 {
  color: #3876bf;
}

.maps_from_g {
  position: relative;
  height: auto;
  height: 400px;
  width: 70%;
}

.maps_from_g iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

footer {
  padding-bottom: 20px;
  background-color: #472f0bcf;
  box-sizing: content-box;
}

.footer_acces_cntct {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.qic_mobile_device {
  margin-bottom: 15px;
  flex-direction: row;
}

.toTop {
  position: fixed;
  top: auto;
  bottom: 50px;
  right: 20px;
  padding: 0%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 760px) {
  .first_pub_panel,
  .about_us,
  .maps_from_g {
    width: 90%;
  }
  .qic_mobile_device {
    flex-direction: column;
  }
}

@media screen and (max-width: 450px) {
  .qic_mobile_device {
    flex-direction: column;
  }
}
