/*Betűtípusok*/
@font-face {
  font-family: "montserrat_bold";
  src: url("../../../Main/betutipusok/montserrat/Montserrat-Bold.ttf")
    format("truetype");
}

@font-face {
  font-family: "montserrat_semibold";
  src: url("../../../Main/betutipusok/montserrat/Montserrat-SemiBold.ttf")
    format("truetype");
}

@font-face {
  font-family: "montserrat_medium";
  src: url("../../../Main/betutipusok/montserrat/Montserrat-Medium.ttf")
    format("truetype");
}

@font-face {
  font-family: "montserrat_medium_italic";
  src: url("../../../Main/betutipusok/montserrat/Montserrat-MediumItalic.ttf")
    format("truetype");
}
/*Betűtípusok*/
html,
body {
  overflow-x: hidden;
}
body {
  background-color: #201006;
  max-width: 100% !important;
  color: white !important;
}
.logokep {
  width: 150px;
}

/*NAV*/
.backgroundimgnav {
  background-image: url(../../../Main/kepek/rolunk_hatter.jpg) !important;
  height: 800px !important;
  padding-top: 160px;
}
.navbar {
  vertical-align: middle;
  z-index: 5;
  position: fixed;
  width: 100%;
  top: 0;
}

.nav-item {
  color: white !important;
  padding-left: 4rem !important;
  margin: auto !important;
}

.nav-link {
  color: white !important;
}

.menu-link {
  font-family: "montserrat_medium" !important;
  font-size: 20px !important;
}

a {
  color: white !important;
  text-decoration: none !important;
}

a:hover {
  text-decoration: underline !important;
}

.contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
}

.contact-info .email {
  font-size: 16px;
  margin-bottom: 0;
  font-family: "montserrat_medium" !important;
}

.contact-info .phone {
  font-size: 14px;
  margin-bottom: 0;
  font-family: "montserrat_medium" !important;
}
/*NAV*/

/*Tartalom*/
.tartalom1 {
  text-align: center;
  margin-top: 3rem !important;
}
.t1align {
  display: inline-block !important;
  text-align: left !important;
}
.h1t1 {
  font-family: "montserrat_semibold" !important;
  font-size: 30px !important;
  margin-bottom: 3rem !important;
}
.p1t1 {
  font-family: "montserrat_semibold" !important;
  font-size: 20px !important;
  margin-bottom: 2rem !important;
}
.szuro {
  font-family: "montserrat_semibold" !important;
  font-size: 30px !important;
  margin-top: 6% !important;
}

/*Tartalom*/

.coltartalom {
  display: flex;
  justify-content: center;
}

.beja {
  color: black !important;
  text-align: center !important;
}

.kep:hover {
  transform: scale(1.02);
  -ms-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
  cursor: pointer;
}
#myModal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
#next,
#prev,
.close {
  position: absolute;
  top: 15px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: 700;
  transition: 0.3s;
}
.kepesmodal {
  margin: auto;
  display: block;
  width: 75%;
}
#caption,
.kepesmodal {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.close {
  right: 35px;
}
#prev {
  right: 140px;
}
#next {
  right: 90px;
}
#next:hover,
#prev:hover,
.close:focus,
.close:hover {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .kepesmodal {
    width: 100%;
  }
}

/*Reszponziv*/

.eltun {
  display: none !important;
}
.teloelo {
  display: none !important;
}

/*Reszponziv*/

/*Footer*/
.tabletelo {
  display: none;
}

.footer {
  padding-top: 1rem;
}

.footerrow {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.footercol {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.h2footer {
  padding-bottom: 0rem !important;
  margin-bottom: 1rem !important;
  font-family: "montserrat_semibold";
  font-size: 20px !important;
}

.h2footer2 {
  padding-bottom: 0rem !important;
  margin-bottom: 1rem !important;
  padding-top: 3rem !important;
  font-family: "montserrat_semibold";
  font-size: 15px;
}

.h2footer3 {
  padding-bottom: 0rem !important;
  margin-bottom: 1rem !important;
  padding-top: 2rem !important;
  font-family: "montserrat_semibold";
  font-size: 15px;
}

.footerkepek1 {
  margin-bottom: 1rem !important;
}

.p1footer {
  font-family: "montserrat_medium";
  font-size: 15px;
}

.kepcolfooter {
  position: relative !important;
}

.footerkep2 {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 70%;
}
/*Footer*/

.modal {
  color: black !important;
}
.modal-title {
  color: black !important;
}
.offcanvas-header {
  color: black !important;
}

.modal-open {
  padding-right: 0px !important;
}

.butfizetes:hover {
  background-color: #fff !important;
  color: #f44336 !important;
}
.kuka {
  width: 10%;
}
.kuka:hover {
  cursor: pointer;
}
.termekmodalcim2 {
  font-family: "montserrat_semibold";
  color: #6d3a1a !important;
  margin-top: 2rem !important;
  font-size: 15px !important;
}
.termekmodaladatok {
  font-family: "montserrat_semibold";
  color: #6d3a1a !important;
  font-size: 15px !important;
}

.badge {
  background-color: #c3442a !important;
}
.kosarkep:hover {
  cursor: pointer;
}
