@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

body{
    background-image: url(../Assets/Home_BCK.png);
    background-size: cover;
    background-attachment: fixed;
    scroll-behavior: smooth
}

.navbar{
    background-color: rgba(0, 0, 0, 0.25) !important;
}

.nav-center{
    margin: auto;
}

.nav-item-custom{
    margin-left: 1rem;
    margin-right: 1rem;
    font-family: "Quicksand", sans-serif;
}
.title{
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400 !important;
    color: aliceblue !important;
}

.logo-main{
    text-decoration: none;
}

.card{
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: aliceblue !important;
}

.img-about{
    width: 60%;
}

.bck-solid{
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    color: aliceblue;
}

/* Gomb szarságok */
.button-home {
    cursor: pointer;
    border: none;
    padding: 0.9rem 2rem;
    margin: 0;
    font-family: "Quicksand", sans-serif;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: 0.05rem;
    font-weight: 400;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 17px;
    border-radius: 20px !important;
    overflow: hidden;
    background-color: #ffffff10;
    color:  aliceblue !important;
}

.button-home:hover {
    cursor: pointer;
    border: none;
    padding: 0.9rem 2rem;
    margin: 0;
    font-family: "Quicksand", sans-serif;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: 0.05rem;
    font-weight: 400;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 17px;
    border-radius: 20px !important;
    overflow: hidden;
    background-color: #ffffff10;
    color: aliceblue !important;
}

.button-home span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
}

.button-home:hover span {
    color: aliceblue !important;
}

.button-home::before,
.button-home::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.button-home::before {
    content: "";
    background-color: #ffffff10;
    width: 140%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.button-home:hover::before {
    transform: translate3d(100%, 0, 0);
    border: none;
}

#btn-top {
    font-family: "Quicksand", sans-serif;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 10px !important;
    cursor: pointer;
    padding: 15px;
    background-color: #ffffff10;
    color: aliceblue !important;

    /* Fade settings */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

#btn-top.show {
    opacity: 1;
    visibility: visible;
}

#btn-top:hover {
    background-color: #555;
}

iframe{
    margin: auto !important;
    display: block;
    margin-top: 1rem !important;
}

.modal-content{
    background-color: #ffffff;
    font-family: "Quicksand", sans-serif;
}

.footer-bg{
    background-color: #00000087;
    height: 130px;
    margin: none;
    border: none;
    display: block;
    color: aliceblue;
    font-family: "Quicksand", sans-serif;
}

a{
    border: none !important;
    font-family: "Quicksand", sans-serif;
    color: rgba(240, 248, 255, 0.3); 
    text-decoration: underline;
}