html {
    scroll-behavior: smooth;
  }
body{
    overflow-x: hidden;
}
/* Navigációs sáv */
#nav_szoveg{
    font-size: 18px;
    font-weight: bold;
}

.navbar-toggler{
    border: 2px solid black;
}
.navbar-brand {
    font-size: 24px;
}

.navbar-nav .nav-link {
    font-size: 18px;
}

/* Carousel */
.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
}
#carousel{
display: none;
}
#pc_galery_title{
    padding-bottom: 20px;
    font-size: 40px;
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
}


/* Lábléc */
footer {
    background-color: #343a40;
}


#landing{
    position: relative;
    padding: 0px;
    overflow: hidden;
}
#landing_p{
    color: blue;
}

#Nav_logo{
    width: 70px;
    height: auto
}

#landing_szoveg{
    padding: 8px;
    height: 100px;
    align-items: center;
    background-color: #002233;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 40px;
    opacity: 0.8;
    font-size: 30px;
    color: #0066FF;
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
}
#landing_szoveg_elerhetosegek{
    padding: 8px;
    height: auto;
    text-align: center;
    background-color: #002233;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 40px;
    opacity: 0.8;
    font-size: 30px;
    color: #0066FF;
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
}
#landing_video{
    position: absolute; /* Abszolút pozíció a tartalom fölött */
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1; /* Helyezd a videót a tartalom mögé */
}



#svg-container {
    width: 100%;
    height: 100px; /* vagy az SVG magassága */
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1; /* A navigációs sáv mögött */
}


#pc_galery{
    padding-left: 50px;
    padding-right: 50px;
}
.gallery-item {
    position: relative;
    overflow: hidden;
  }
  .gallery-item img {
    transition: transform 0.3s ease-in-out;
  }
  .gallery-item:hover img {
    transform: scale(1.1);
  }
  .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .gallery-item:hover .gallery-overlay {
    opacity: 1;
  }
  .gallery-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
  }


@media screen and (max-width: 990px){
    #pc_galery{
        display: none;
    }
    #carousel{
        display: block;
    }
    #landing_video{
        display: none;
    }
    #landing_szoveg{
        padding: 8px;
        height: 100px;
        align-items: center;
        font-size: 30px;
        color: #0066FF;
        font-family: "Pacifico", cursive;
        font-weight: 400;
        font-style: normal;
    }
    #landing_szoveg_elerhetosegek{
        background-color: white;
        padding: 8px;
        height: 220px;
        text-align: center;
        font-size: 30px;
        color: #0066FF;
        font-family: "Pacifico", cursive;
        font-weight: 400;
        font-style: normal;
    }
    #services_card_cim{
        font-size: 16px;
    }
    #services_card_szoveg{
        font-size: 10px;
    }
    #rolam_szoveg{
        text-align: left;
        padding: 15px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 40px;
        font-size: 10px;
    }        
}

/* Szolgáltatások kártyák */
.card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-title {
    font-weight: 400;
    font-style: normal;
}

.card_title{
    font-weight: 400;
    font-style: normal;
}
.card-text {
    font-weight: 400;
    font-style: normal;
}
  
#services_card_cim{
    font-size: 26px;
}
#services_card_szoveg{
    font-size: 20px;
}

#rolam_szoveg{
    text-align: left;
    padding: 15px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 40px;
    font-size: 20px;
}

#footer_logo{
    width: 200px;
    height: auto
}

table{
    text-align: center;
    border-collapse: separate;
    border-spacing: 50px;
    margin: auto;
}
table th{
    font-size: 20px;
}
table td{
    font-size: 30px;
}


#backToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ffffff;
    border: 2px solid #cccccc;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: none;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
  }
  
  #backToTopBtn:hover {
    background-color: #f0f0f0;
    border-color: #999999;
  }
  
  #backToTopBtn svg {
    fill: #666666;
    width: 32px;
    height: 32px;
    transition: fill 0.3s;
  }
  
  #backToTopBtn:hover svg {
    fill: #333333;
  }

