@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Lato", sans-serif;
}
a {
  text-decoration: none;
  color: unset;
}
li {
  list-style: none;
}
html {
  scroll-behavior: smooth;
}
header {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cartimg{
  width: 22px;
  margin-right: 6px;
}
.bg-image{

  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.container {
  width: min(100% - 30px, 1440px);
  position: relative;
  margin-inline: auto;
}
.container-sm {
  width: min(100% - 30px, 1240px);
  position: relative;
  margin-inline: auto;
}
.title-box {
  position: relative;
  right: 0;
  max-width: 700px;
}
img {
  width: 100%; /* or max-width: 100%; */
  height: auto;
}
.title-box h1 {
  font-size: 44px;
  margin-bottom: 0.6em;
  line-height: 1;
}
.title-box h1 span {
  font-size: 38px;
  display: block;
}
header h2 {
  font-size: 30px;
  color: white;
  font-weight: bold;
}
.title-box p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 1em;
}
.btn {
  background-color: white;
  padding: 12px 30px;
  color: rgb(41, 41, 41);
  border-radius: 100px;
  display: block;
  width: max-content;
  transition: 0.4s;
}
.btn:hover {
  color: white;
  background: black;
}
header .container,
#zaro .container {
  display: flex;
  justify-content: flex-end;
}
#megoldas,
#contact {
  background: rgb(245, 245, 245);
  padding: 50px 0;
}
.grid-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: 100%;
}
.grid-col-6 {
  grid-column: span 6;
}
.grid-col-3 {
  grid-column: span 3;
}
.grid-col-4 {
  grid-column: span 4;
}
.grid-col-5 {
  grid-column: span 5;
}
.grid-col-7 {
  grid-column: span 7;
}
.grid-col-8 {
  grid-column: span 8;
}
.grid-col-9 {
  grid-column: span 9;
}
.grid-col-12 {
  grid-column: span 12;
}
h2 {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 600;
}
h2 span {
  display: block;
  margin-left: 40px;
}
.idea {
  padding-right: 110px;
}
.idea h2 {
  margin-bottom: 50px;
}
.megoldas-szoveg {
  padding-left: 30px;
  border-left: 6px solid black;
}
.megoldas-szoveg p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1em;
}
.black-btn {
  background-color: rgb(0, 0, 0);
  padding: 12px 30px;
  color: rgb(248, 248, 248);
  border-radius: 100px;
  display: block;
  width: max-content;
}
.black-outline-btn {
  border: 1px solid rgb(199, 199, 199);
  background: white;
  padding: 12px 30px;
  color: black;
  border-radius: 100px;
  display: block;
  width: max-content;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.black-outline-btn:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  content: '';
  background: #1294CE;
  transition: .4s;

}
.black-outline-btn:hover:after{
  width: 100%;
}
.black-outline-btn span{
  transition: .3s;
  display: block;
}
.black-outline-btn:hover span{
  color: white;


}
.step {
  padding: 36px 24px;
}
.step p {
  font-size: 14px;
  margin-top: 0.5em;
}
.even {
  background: rgb(193, 214, 233);
}
.mt-3 {
  margin-top: 3em;
}
#termekek h2 {
  font-weight: 500;
  font-size: 32px;
}
#termekek {
  padding: 50px 0;
}
.product-card {
  width: 100%;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background: rgb(248, 248, 248);
}
.grid-gap-2 {
  grid-gap: 3em;
}
.product-image img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.szoveg {
  font-size: 18px;
  margin-top: 30px;
}
.product-name h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  padding: 12px;
}
.product-desc {
  margin-top: 20px;
  min-height: 55px;
}
.product-desc p {
  font-size: 14px;
  padding: 12px;
  text-align: center;
}
#egyszeru {
  padding: 50px 0;
}
.egyszeru-kep {
  background-color: black;
  width: 100%;
  aspect-ratio: 16/9;
  border-bottom-right-radius: 160px;
  overflow: hidden;
  margin-top: 2em;
}
.egyszeru-kep img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tipp-box {
  display: flex;
  align-items: center;
}
.tipp-icon {
  background: rgb(32, 140, 212);
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tipp-icon svg {
  display: block;
  fill: rgb(81, 255, 1);
  margin: auto;
  width: 28px;
}
.align-center {
  align-items: center;
}
.tipp-desc {
  width: calc(100% - 60px);
  padding-left: 16px;
}
#velemenyek {
  padding: 100px 0;
}
.quote-stars {
  display: flex;
}
.quote-box {
  background: rgb(193, 214, 233);
  padding: 24px 16px;
  border-radius: 8px;
}
.quote-image {
  margin-right: 16px;
}
.quote-image img {
  width: 44px;
}
.quote-stars img {
  width: 16px;
  display: block;
}
.quote-header {
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: space-between;
}
.quote-name b,
.quote-name i {
  display: block;
  font-style: normal;
}
.quote-desc {
  font-size: 16px;
  text-align: center;
  margin-top: 24px;
}
.quote-profile {
  display: flex;
  align-items: center;
}
.center-text {
  text-align: center;
  margin-bottom: 2em;
  font-size: 44px;
}

#zaro {
  padding: 100px;
  min-height: 90vh;
  position: relative;
  z-index: 1;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zaro-box {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.35057773109243695) 0%,
    rgba(0, 0, 0, 0.04805672268907568) 100%
  );
  position: relative;
  right: 0;
  width: 100%;
  max-width: 600px;
  border-radius: 24px;
  color: white;
  padding: 32px 20px;
  -webkit-box-shadow: 0px 0px 72px -24px rgba(99, 99, 99, 1);
  -moz-box-shadow: 0px 0px 72px -24px rgba(99, 99, 99, 1);
  box-shadow: 0px 0px 72px -24px rgba(99, 99, 99, 1);
}
.zaro-box p {
  margin-bottom: 2.5em;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
.zaro-box h2 {
  font-size: 32px;
  margin-bottom: 2em;
}
footer {
  background: #0a142f;
  padding: 80px 0;
  color: white;
}
.social-links {
  display: flex;
}
.social-links li {
  margin: auto 12px;
}
footer li {
  margin: 12px 0;
  font-weight: 300;
  font-size: 18px;
}
.footer-logo {
  margin-bottom: 30px;
  margin-left: 12px;
}
.footer-logo img {
  max-width: 140px;
}
.logo {
  position: absolute;
  top: 40px;
  left: 40px;
}
.main-menu {
  position: absolute;
  top: 40px;
  right: 40px;
  display: flex;
}
.main-menu li a {
  display: block;
  margin-left: 8px;
  padding: 10px;
}
.logo img,
.logo-content img {
  max-width: 180px;
}
.posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
}
.previewTitle {
  font-size: 18px;
  padding-top: 30px;
}
.previewTitle a {
  display: block;
  min-height: 80px;
  text-transform: lowercase;
}
.previewTitle:first-letter {
  text-transform: uppercase;
}
.preview {
  padding: 12px;
  background: rgb(241, 241, 241);
  position: relative;
}

.previewImg {
  width: 100%;
  aspect-ratio: 4/3;
  background: rgba(0, 0, 0, 0.1);
  display: block;
}
.previewImg img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  display: block;
}

.previewDesc {
  font-size: 15px;
  margin-top: 20px;
  color: #18264e;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
  position: relative;
}
.previewDesc:after {
  background: rgb(241, 241, 241);
  background: linear-gradient(
    0deg,
    rgba(241, 241, 241, 1) 0%,
    rgba(241, 241, 241, 0) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  content: "";
}
.previewDesc img {
  display: none;
}
.big-btn {
  text-align: center;
  margin: 20px auto;
  transition: 0.3s;
  
}
.big-btn:hover {
  background: white;
  color: black;
}
.pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 32px auto;
}
.pagination a {
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.05);
  display: block;
  margin: auto 6px;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: 0.3s;
}
.pagination a:hover {
  border: 1px solid #18264e;
}
.activepage {
  background: #0a142f !important;
  color: white;
}
.created {
  font-size: 14px;
  position: absolute;
  top: 5px;
  right: 12px;
}
nav {
  background: #1294CE;
  position: sticky;
  top: 0;
  z-index: 100;
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu {
  color: white;
}
.menu li {
  display: inline-block;
}
.menu li a {
  display: block;
  margin-left: 20px;
  padding: 16px 8px;
  transition: 0.3s;
}
.menu li a:hover {
  background: white;
  color: black;
}
.mini-header {
  background: rgb(193, 214, 233);
  color: white;
  padding: 14px 0;
}
.mini-header h1 {
  font-weight: 400;
  font-size: 38px;
  text-transform: uppercase;
  color: #474e61;
}
.blogContainer {
  padding: 50px 0;
}
.postTitle {
  margin-bottom: 24px;
  border-bottom: 1px solid rgb(199, 199, 199);

  padding: 12px 50px 24px 0;
  position: relative;
}
.postTitle span {
  font-size: 14px;
  position: absolute;
  bottom: 4px;
  right: 0px;
}
.postDesc p {
  margin: 12px 0;
}
.sidebarContainer {
  background: rgb(241, 241, 241);
}
.sidebarHeader {
  background: #18264e;
  color: white;
  font-size: 16px;
  display: block;
  padding: 14px 12px;
}
.sidebarItemLink {
  padding: 12px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.postDesc img {
  width: 100% !important;
  height: auto !important;
}
.previewDesc p {
  text-align: left !important;
  width: 100%;
}
.br-6 {
  border-radius: 6px;
}
.shopbtn {
  background: white;
  color: black;
  font-weight: bold;
  transition: 0.3s;
  display: flex !important;
  align-items: center;
}
.shopbtn:hover {
  background: #18264e !important;
  color: white !important;
}
.shopbtn .material-symbols-outlined {
  margin-right: 8px;
}
.prev,
.next {
  display: flex !important;
  align-items: center;
}
.prev .material-symbols-outlined,
.next .material-symbols-outlined {
  font-size: 14px;
  margin: auto 8px;
}
.telephely {
  background: rgba(255, 255, 255, 1);
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  align-items: center;
  color: #282b2e;
}
.telephely div {
  flex: 1;
}
.telephely-info {
  padding: 10px;
}
.telephely-info p {
  line-height: 1.4em;
}
.telephely-info h4 {
  color: rgb(167, 167, 167);
}
.telephely-kep {
  height: 100%;
  position: relative;
}
.telephely-kep img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.papa {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.szekhely-kep {
  text-align: center;
  padding: 20px;
}
.close,
.menu-btn {
  display: none;
}
.about-content h2{
  font-size: 32px;
  margin: 20px 0;
}
#rolunkPage{
  padding: 50px 0;
}
.ginop {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  line-height: 0;
}
.ginop img {
  width: 180px;
}
.sidebarItem{
  transition: .4s;
}
.sidebarItem:hover{
  background: #1294CE;
  color: white;
}
.regbtn{
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #0a4c6b;
  font-weight: bold;
  margin-top: 12px;
  float: right;
}
.regbtn span{
  display: block;
}
.regbtn .material-symbols-outlined{
  font-size: 13px;
  margin-left: .5em;
  line-height: 1;
  transform: translateY(1px);
}
.swiper-wrapper{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
}
@media (max-width: 1024px) {
  .swiper-wrapper{
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2em 0;
  }
  nav {
    background: unset;
    padding: 15px 0;
  }
  .menu-btn {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: #18264e;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99;
  }
  .submenu {
    position: relative;
    top: unset;
    right: unset;
  }
  .menu-btn span {
    margin: 2px auto;
    width: 50%;
    height: 2px;
    background: white;
    display: block;
  }

  .main-menu {
    flex-direction: column;
    top: 0;
    right: 0;
    text-align: right;
    background: #18264ebb;
    background: linear-gradient(180deg, rgba(#18264e) 0%, rgba(#18264e98) 100%);
    padding: 14px;
    padding-top: 50px;
    z-index: 100;
    border-radius: 0;
    width: 14rem;
    height: 100vh;
    border: 1px solid transparent;
    transition: 0.4s;
    transform: translateX(14rem);
  }
  .main-menu-active {
    transform: translateX(0);
  }
  .close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 14px;
    background: rgba(0, 0, 0, 0.2);
  }
  .shopbtn {
    background: unset;
    color: white;
    font-weight: unset;
    text-align: right;
    justify-content: flex-end;
  }
  .shopbtn .material-symbols-outlined {
    display: none;
  }
  .grid-col-6,
  .grid-col-5,
  .grid-col-7,
  .grid-col-8,
  .grid-col-9 {
    grid-column: span 12;
  }
  .grid-col-4 {
    grid-column: span 12;
  }
  .grid-col-3 {
    grid-column: span 6;
  }
  .grid-gap-2 {
    grid-gap: 3em 0;
  }
  .title-box h1 {
    font-size: 32px;
  }
  .title-box h1 span {
    font-size: 26px;
  }
  h2 {
    font-size: 20px;
  }
  header h2 {
    font-size: 20px;
  }
  .even {
    background: unset;
  }
  .idea {
    padding-right: 0;
    margin-bottom: 30px;
  }

  #zaro {
    padding: 100px 10px;
  }
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 14rem;
    height: 100vh;
    z-index: 100;
    background: #0a142f;
    padding-top: 60px;
    transform: translateX(14rem);
    transition: 0.4s;
  }
  .menu li {
    display: block;
  }
  .mini-header h1 {
    font-size: 28px;
  }
  .posts {
    grid-template-columns: repeat(2, 1fr);
  }
  .menu-active {
    transform: translateX(0);
  }
  .shopbtn img{
    width: 24px;
  }
  .shopbtn{
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .bg-image img{
    object-position: 25% 50%;
  }
  .telephely {
    flex-direction: column;
  }
  .telephely-terkep {
    width: 100%;
  }
  .posts {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-col-3 {
    grid-column: span 12;
  }
  .mini-header h1 {
    font-size: 18px;
  }
  .posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
