html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    position: relative;
    font-family: 'Oswald', sans-serif;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
    color: white;
    text-decoration: none;
}


/* END OF CSS RESTE ---------------------------
-----------------------------------------------
----------------------------------------------- */

:root {
    --narancs : rgb(253, 98, 98);
    --kek: rgb(136,156,231);
    --szurke : #555;
    --vilagosszurke: #999;
    --fekete: #1b2b4b;
    --textszurke: #66717f;
    --backgroundszurke: #f7f7f7;
    --vilagosfekete:#232323;
}

.narancs {
    color: var(--narancs);
}

.circle {
    height: 24px;
    width: 24px;
    border-radius: 24px;
    background-color: black;
    position: fixed; 
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 99999999; /* so that it stays on top of all other elements */
  }

  .block {
    display: none;
  }

  @media (max-width:970px) {
    .circle {
        display: none;
    }
  }


  /* START OF KINALAT  ---------------------------
-----------------------------------------------
----------------------------------------------- */

.kinalat-right-wrapper img {
    width: 400px;
}

.kinalat {
    width: 100%;
    height: fit-content;
    background-color: var(--backgroundszurke);
}

.kinalat-wrapper {
    width: 80vw;
    max-width: 1000px;
    margin: 0 auto;
}

.kinalat-container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.kinalat-mainh1 {
    font-size: 50px;
    font-weight: 600;
    color: var(--fekete);
    padding-bottom: 50px;
    font-family: "Poppins", sans-serif;
}

.kinalat-top-wrapper {
    display: flex;
    justify-content: space-between;
}

.kinalat-left {
    box-sizing: border-box;
    width: 50%;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: var(--textszurke);
}

.kinalat-left li {
    list-style: disc;
    padding-bottom: 20px;
    height: fit-content;
}

.kinalat-bot-wrapper h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--fekete);
    padding: 10px 0 10px 10px;
}

.kinalat-bot-wrapper p {
    color: var(--textszurke);
    font-size: 18px;
    line-height: 22px;
}


@media (max-width:835px) {
    .kinalat-wrapper {
        width: 85vw;
    }

    .kinalat-right-wrapper img {
        width: 295px;
        margin-left: 5px;
    }
}

@media (max-width:620px) {
    .kinalat-top-wrapper {
        display: block;
    }

    .kinalat-left, .kinalat-right {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .kinalat-right {
        text-align: center;
        padding-top: 40px;
    }
}

  /* START OF arlista  ---------------------------
-----------------------------------------------
----------------------------------------------- */

.arlista {
    width: 100%;
    height: fit-content;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: white;
}

.arlista-container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.arlistap-top {
    padding-bottom: 60px;
    text-align: center;
    width: 800px;
    margin: 0 auto;
    padding-bottom: 140px;
}

.arlistap-top h1 {
    font-size: 50px;
    font-weight: 600;
    color: var(--narancs);
    font-family: "Poppins", sans-serif;
    padding-bottom: 40px;
    
}

.arlista-firsth1 {
    max-width: 60%;
    padding-right: 10px;
}

.arlistap-top p {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: var(--fekete);
} 

.arlista-background {
    background-image: url(assets/csillag.jpg);
    background-position: center;
    background-size: 150%;
    min-height: 1000px;
    height: fit-content;
}

.arlista-bot {
    width: 70vw;
    max-width: 1400px;
    margin: 0 auto;
    background-color: var(--vilagosfekete);
    border-radius: 30px;
    padding: 30px 30px;
    position: relative;
    top: -100px;
}

.arlista-section {
    padding: 25px;
    border-bottom: solid var(--szurke) 2px;
}

.arlista-section-top {
    display: flex;
    font-family: "Poppins", sans-serif;
    justify-content: space-between;
    padding-bottom: 20px;
    color: #2d9fae;
    font-size: 23px;
    font-weight: 500;
}

.arlista-section-bot p {
    font-size: 17px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
}

.arlista-button {
    color: var(--fekete);
    width: 80vw;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    font-family: "Poppins", sans-serif;
}

.arlista-bottom {
    padding-bottom: 30px;
}

@media (max-width: 900px) {
    .arlistap-top {
        width: 80vw;
    }
}

@media(max-width: 530px) {
    .arlistah1 {
        font-size: 15px;
    }

    .arlista-section-bot p {
        font-size: 13px;
    }
}

/* START OF FOOTER  ---------------------------
-----------------------------------------------
----------------------------------------------- */ 

.footer {
    background-color: var(--fekete);
}

.footer-wrapper {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    color: white;
    padding-bottom: 30px;
}

.footer-top h1 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 30px;
}

.footer-section {
    width: 300px;
    box-sizing: border-box;
    margin: 3vw;
}

.footer-section p {
    padding-bottom: 30px;
}

.footer-bot ul {
    display: flex;
    justify-content: space-between;
    width: 600px;
    margin: 0 auto;
    color: white;
    padding-bottom: 40px;
}

@media (max-width:1300px) {
    .footer-wrapper {
        width: 90vw;
    }
}

@media (max-width:700px) {
    .footer-bot ul {
        display: block;
        width: 80vw;
    }
    .footer-bot li {
        padding-bottom: 10px;
    }
}

@media (max-width:540px) {
    .footer-top {
        display: block;
    }
    .footer-section {
        width: 80vw;
        padding-bottom: 20px;
    }
}

