@import 'footer/footer.css';
@import 'nav/nav.css';

 @font-face {
	 font-family: Roboto;
	 src: url('font/fonts/roboto/Roboto-Regular.ttf');
}
 @font-face {
	 font-family: RobotoLight;
	 src: url('font/fonts/roboto/Roboto-Light.ttf');
}
 html {
	 font: 62.5%;
}
 * {
	 margin: 0;
	 padding: 0;
	 box-sizing: border-box;
}
 body {
	 background-color: white;
	 display: flex;
	 flex-direction: column;
}
 body .container {
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 width: 100%;
	 height: auto;
	 font-family: Roboto;
}
 .container div {
	 display: flex;
}
.button-container {
    position: relative;
    text-align: center;
    justify-content: center
}

.popup-buttons {
    display: none !important;
    position: absolute;
    bottom: 130px; /* Adjust this value as needed */
    left: 50%;
    transform: translateX(-50%);
    gap: 10px;
    flex-direction: row;
    font-family: Roboto;
}

.taborok-button,
.popup-button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    2px solid black;
    transition: background 0.3s, transform 0.3s;
    letter-spacing: 4px;
    font-weight: 600;
}
.popup-button {
    background: #fff;
    border: 2px solid black;
}

.popup-button:hover {
    background: black;
    color: #fff;
    transform: translateY(-3px);
}

.button-container.show {
    margin-top: 30px;
}

.popup-buttons.show {
    display: flex !important;
}

.taborok-button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 50px;
    border: 2px solid #333;
    font-family: Roboto;
    background: white;
}

.taborok-button:hover {
    background: black;
    color: #fff;
    transform: translateY(-3px);
}

.taborok-button:hover + .popup-buttons,
.popup-buttons:hover {
    display: flex !important;
}

@media (max-width: 600px) {
    .popup-buttons {
        bottom: 150px; /* Adjusted value for spacing */
        flex-direction: column; /* Stack buttons vertically */
    }

    .popup-button {
        width: 80%; /* Adjust width of buttons on small screens */
        margin: 5px auto; /* Center buttons with margin */
    }
    .button-container.show {
        margin-top: 300px;
    }
}

 .c1 {
	 background-color: #3c0b0b;
	 display: flex;
	 flex-direction: row;
	 justify-content: center;
	 align-items: center;
}
 .c1 img {
	 height: 100vh;
	 max-width: 100vw !important;
	 margin: 0 auto;
}
 .c2 {
	 background-color: white;
	 margin-top: 40px;
	 margin-bottom: 40px;
	 display: flex;
	 flex-direction: column;
	 text-align: center;
	 width: 33vw;
	 margin: 0 auto;
	 letter-spacing: 2px;
}
 .c2 h1 {
	 font-size: 18px;
	 margin: 50px;
	 margin-top: 70px;
	 text-transform: uppercase;
}
 .c2 h2 {
	 font-family: RobotoLight;
	 font-size: 16px;
	 margin: 25px;
}
 .c2 #tovabbiak {
	 border: 2px solid black;
	 padding-top: 12px;
	 padding-bottom: 12px;
	 padding-right: 32px;
	 padding-left: 32px;
	 font-weight: 600;
	 text-transform: uppercase;
	 font-family: Roboto;
	 margin: 15px;
	 margin-bottom: 70px;
	 letter-spacing: 4px;
	 font-size: 18px;
	 cursor: pointer;
	 background-color: transparent;
}
 .c2 #tovabbiak:hover {
	 color: white;
	 background-color: black;
	 transition: background 0.3s, transform 0.3s;
	 transform: translateY(-3px);
}
#tov:hover{
    background: white !important;
}
 .c2 a {
	 text-decoration: none;
}
 .c3 {
	 flex-direction: column;
	 margin-top: 50px;
	 margin-bottom: 50px;
}
 .c3 .iframe {
	 border: none;
	 margin: 0 auto;
	 margin-top: 50px;
	 margin-bottom: 50px;
}
 .c4 {
	 justify-content: center;
	 margin-bottom: 70px;
}
 .c4 .arkalkulator {
	 border: 2px solid black;
	 padding-top: 12px;
	 padding-bottom: 12px;
	 padding-right: 32px;
	 padding-left: 32px;
	 font-weight: 600;
	 text-transform: uppercase;
	 font-family: Roboto;
	 margin: 15px;
	 letter-spacing: 4px;
	 font-size: 18px;
	 background-color: transparent;
	 cursor: pointer;
}
 .c4 .arkalkulator:hover {
	 color: white;
	 background-color: black;
}
 .c5 {
	 justify-content: center;
	 margin-bottom: 70px;
}
 #suti-popup {
	 position: fixed;
	 z-index: 100000;
	 bottom: 0;
	 right: 0;
	 left: 0;
	 padding: 3rem;
	 opacity: 1;
	 background-color: #fff;
	 color: black;
	 transition: opacity 0.2s ease;
	 font-family: Roboto;
	 justify-content: center;
	 display: none;
}
 #suti-popup.hidden {
	 opacity: 0;
}
 #suti-popup a {
	 color: black;
}
 @media only screen and (max-width: 320px) {
	 .c1 {
		 min-height: 100vh;
	}
	 .c1 img {
		 height: auto;
	}
	 .c2 {
		 width: 73vw;
	}
}
 @media only screen and (min-width: 321px) and (max-width: 480px) {
	 .c1 {
		 min-height: 100vh;
	}
	 .c1 img {
		 height: auto;
	}
	 .c2 {
		 width: 63vw;
	}
}
 @media only screen and (min-width: 321px) and (max-width: 421px) {
	 .c1 {
		 min-height: 100vh;
	}
	 .c1 img {
		 height: auto;
	}
	 .c2 {
		 width: 63vw;
	}
}
 @media only screen and (min-width: 422px) and (max-width: 520px) {
	 .c1 {
		 min-height: 100vh;
	}
	 .c1 img {
		 height: auto;
	}
	 .c2 {
		 width: 63vw;
	}
}
 @media only screen and (min-width: 521px) and (max-width: 650px) {
	 .c1 {
		 min-height: 100vh;
	}
	 .c1 img {
		 height: auto;
	}
	 .c2 {
		 width: 63vw;
	}
}
 @media only screen and (min-width: 651px) and (max-width: 850px) {
	 .c1 {
		 min-height: 100vh;
	}
	 .c1 img {
		 height: auto;
	}
}
 @media only screen and (min-width: 851px) and (max-width: 950px) {
	 .c1 {
		 min-height: 100vh;
	}
	 .c1 img {
		 height: auto;
	}
}
 @media only screen and (min-width: 951px) and (max-width: 1200px) {
	 .c1 {
		 min-height: 100vh;
	}
	 .c1 img {
		 height: auto;
	}
}
 