@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    color: #060000;
    line-height: 1.5em;
}
.footer-logo {
    width: 100%;
    max-width: 250px;
}

nav ul li a {
    display: inline-block;
    color: #fff;
    font-size: 0.9em;
    padding-right: 30px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}
nav ul li a:hover {
    color: #FFEC94;
}
#hero p, #designer p {
    padding-left: 40px;
}
#hero a, #designer a, #designer h2 {
    padding-left: 40px;
}
#designer h2 {
    padding-top: 20px;
}
p {
    margin-bottom: 20px;
    margin-top: 10px;
    color: #fff;
}
h1 {
    font-family: 'Amiri', serif;
    font-size: 50px;
    margin-bottom: 10px;
    line-height: 1.1em;
    color: #fff;
    padding-left: 40px;
    padding-top: 20px;
}
h2 {
    font-family: 'Amiri', serif;
    font-size: 40px;
    line-height: 1.1em;
    margin-bottom: 10px;
}
h3 {
    font-family: 'Amiri', serif;
    font-size: 30px;
    line-height: 1.1em;
    margin-bottom: 10px;
}
h4 {
    font-family: 'Amiri', serif;
    font-size: 30px;
    line-height: 1.1em;
    margin-bottom: 10px;
}
a {
    text-decoration: none;
    color: #FFEC94;
}
img {
    display: block;
    width: 100%;
    height: auto;
}
#custom img, #collection img {
    box-shadow: 0px 0px 40px #0000001A;
}
.button {
    cursor: pointer;
    display: block;
}
.button-red {
    background: transparent linear-gradient(180deg, #F40000 0%, #B50303 100%) 0% 0% no-repeat padding-box;
    border-radius: 51px;
    opacity: 1;
    padding: 10px 25px;
    border: none;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 25px;
}
.button-trans {
    border: 1px solid #FFEC94;
    border-radius: 33px;
    opacity: 1;
    background: none;
    text-align: center;
    letter-spacing: 0px;
    color: #FFEC94;
    font-size: 20px;
    font-family: 'Nunito Sans', sans-serif;
    padding: 10px 25px;
    margin: 20px 0;
}
.button-gold {
    background: transparent linear-gradient(180deg, #FFEC94 0%, #D3A84C 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #0000001A;
    opacity: 1;
    border-radius: 33px;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000029;
    border: none;
    font-size: 20px;
    font-family: 'Nunito Sans', sans-serif;
    padding: 10px 25px;
    margin-bottom: 20px;
}
#hero .row {
    clear: both;
}
#showroom-text {
    position: relative;
    top: 15%;
}
#collection p {
    color: #060000;
}
#pattern {
    background-image: linear-gradient(180deg, #00000008 0%, #0404045A 16%, #0B0B0B 36%, #070707 51%, #000000 70%, #000000 100%), url("../img/pattern8_op.png");
    background-size: auto;
    background-repeat: repeat;
}
#offer {
    overflow: hidden;
}
#offer h2, #insta h3, #testi h2 {
    color: white;
}
#offer p {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.8em;
}
#custom {
    padding: 10px 0;
}
#custom, #designer, #testi, #showroom {
    background: #000000;
}
#custom h2 {
    color: white;
    margin: 20px 0 20px 0;
}
#designer h2, #showroom h2 {
    color: white;
}
.testi-kep {
    border-radius: 50%;
    box-shadow: 0px 0px 30px #00000033;
    opacity: 1;
    width: 150px;
}
#testi h2 {
    padding: 50px 0 20px 0;
}
.mySlides {
    background: white;
    padding: 40px;
    height: auto;
    min-height: 200px;
}
.mySlides p {
    color: black;
}
#showroom {
    padding: 150px 0
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"] {
    height: 40px;
    padding: 0 20px;
    width: 100%;
    border-radius: 50px;
    border: none;
    display: inline-block;
    margin-bottom: 20px;
}
#contact input[type="submit"] {
    margin: auto;
    margin-top: 20px;
    align-content: center;
}
#contact {
    height: auto;
    min-height: 300px;
}
label {
    color: white;
}
#megrendeles {
    width: 100%;
    max-width: 600px;
    margin: auto;
    padding-bottom: 100px;
}
#megrendeles h2 {
    color: white;
}
#megrendeles p {
    text-align: center;
}
#contact-bg {
    background-image: linear-gradient(180deg, #00000008 0%, #0404045A 16%, #0B0B0B 36%, #070707 51%, #000000 70%, #000000 100%), url("../img/megrendeles hatter.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
#insta h3, #info a, #termek a {
    color: white;
}
#insta p, #termek h4, #info h4 {
    color: #FFEC94;
}
footer, #copyright {
    background: black;
    color: white;
}
#copyright {
    padding: 20px 0;
}
/*Layout*/
.content-box {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}
section {
    padding: 50px 0;
    margin: 0;
}
.align-center {
    text-align: center;
}
.align-left {
    align-content: left;
    text-align: left;
}
.align-left {
    align-content: right;
    text-align: right;
}
.vertical-center {
    margin: 0;
    margin-top: 100px;
}
/*Responsive*/
@media only screen and (min-width: 1025px) {
     .red {
      margin: auto;
		 display: block;
		 margin-left: 40px;
    }
	
	.logo {
        display: inline-block;
        width: 100%;
        max-width: 220px;
        padding: 5px 0;
        float: left;
    }
    #main-menu {
        float: right;
        margin-top: 27px;
    }
	
	nav ul {
    float: right;
}
nav ul li {
    float: left;
    text-align: left;
}
    #hero {
        padding: 200px 0px;
    }
    .hero-border {
        border: 1px solid #FFEC94;
        border-right: none;
        border-top: none;
        padding: 0 20px 100px 0px;
    }
    #hero hr, #designer hr {
        text-align: left;
        width: 30%;
        margin-left: 0;
        border-top: 1px solid #FFEC94;
        margin-top: 0;
    }
    #hero-bg {
        background: url("../img/no_elegans_taskaval.png"), url("../img/bor.png");
        background-repeat: no-repeat, no-repeat;
        background-size: contain, cover;
        background-position: bottom left, center center;
        height: auto;
        min-height: 500px;
        position: relative;
        z-index: 9,
    }
    #designer-text {
        position: relative;
        top: 15%;
    }
    #mobile-hero, #rolam-mobile, #showroom-mobile, #offer-mobile {
        display: none;
    }
    .designer-border {
        position: absolute;
        border: 1px solid #FFEC94;
        border-right: none;
        border-top: none;
        padding: 30px;
        padding-right: 50px;
        margin-right: 40px;
        padding-left: 0;
        padding-top: 0;
        vertical-align: middle;
    }
    .offer-border {
        border: 1px solid #FFEC94;
        border-left: none;
        border-top: none;
        padding: 0;
        width: 100;
    }
    .testi-border {
        border: 1px solid #FFEC94;
        border-left: none;
        padding: 50px;
    }
    .showroom-border {
        border: 1px solid #FFEC94;
        border-left: none;
        padding: 50px 20px 50px 0;
    }
    .img-designer {
        box-shadow: 40px 40px 0 #F40000;
        display: block;
        float: left;
        width: 70%;
        padding-left: 40px;
    }
    .img-showroom {
        box-shadow: -40px 40px 0 #F40000;
        width: 70%;
        padding-right: 40px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {

    h1 {
        margin-top: 50px;
        font-size: 50px;
        padding: 0;
    }
    #hero p, #hero a {
        padding: 0;
    }
    h2 {
        font-size: 50px;
    }
    h3 {
        font-size: 35px;
    }
    h4 {
        font-size: 30px;
    }
    #main-menu {
        margin: auto;
        margin-top: 27px;
    }
	
	nav ul {
    float: right;
}
nav ul li {
    float: left;
    text-align: left;
}
    .button-trans, #custom h2 {
        margin: auto;
        display: block;
    }
    #custom h2, #custom h2 {
        text-align: center;
    }
    .logo {
        display: block;
        max-width: 200px;
        padding: 5px 0;
        margin: auto;
    }
    #hero hr, #designer hr, #rolam-mobile, #showroom-mobile, #offer-mobile {
        display: none;
    }
    .hero-border {
        padding: 0 20px 0 0;
    }
    #hero-bg {
        background: url("../img/bor.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: auto;
        min-height: 500px;
        position: relative;
        z-index: 9,
    }
    #mobile-hero {
        display: block;
        width: 100%;
        height: auto;
        max-width: 500px;
        float: right;
        margin-right: 0;
        margin-bottom: -30px;
    }
    #mobile-hero img {
        display: block;
        width: 100%;
        height: auto;
    }
    #hero {
        padding: 0;
    }
    #offer h2, #insta h3 {
        border-left: 2px solid #FFEC94;
        padding-left: 20px;
    }
    .designer-border, #custom img, #collection img {
        margin-bottom: 40px;
    }
    .img-designer {
        box-shadow: 40px 40px 0 #F40000;
        width: 80%;
        margin: auto;
    }
    .img-showroom {
        box-shadow: -40px 40px 0 #F40000;
        width: 80%;
        margin: auto;
    }
    #designer-text, #showroom-text {
        width: 90%;
        margin: auto;
        padding: 0;
    }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
     .red {
      margin: auto;
		 display: block;
    }
	
	#main-menu {
        margin: auto;
        margin-top: 27px;
    }
	
	nav ul {
    float: right;
}
nav ul li {
    float: left;
    text-align: left;
}
    h1 {
        font-size: 50px;
        padding: 0;
        margin-top: 30px;
    }
    h2 {
        font-size: 50px;
        padding: 20px 0 0 0;
    }
    h3 {
        font-size: 35px;
    }
    h4 {
        font-size: 30px;
    }
    .logo {
        display: block;
        width: 100%;
        max-width: 150px;
        padding: 5px 0;
        margin: auto;
    }
    #hero hr, #designer hr, #showroom-mobile, #rolam-mobile, #offer-mobile {
        display: none;
    }
    #hero-bg {
        background: url("../img/bor.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: auto;
        min-height: 500px;
        position: relative;
        z-index: 9,
    }
    #mobile-hero {
        display: block;
        width: 100%;
        height: auto;
        max-width: 500px;
        float: right;
        margin-right: 0;
        margin-bottom: -30px;
    }
    #mobile-hero img {
        display: block;
        width: 100%;
        height: auto;
    }
    #hero {
        padding: 0;
    }
    #hero p, #hero a {
        padding: 0;
    }
    .designer-border, #custom img, #collection img {
        margin-bottom: 40px;
    }
    .img-designer {
        box-shadow: 40px 40px 0 #F40000;
        width: 70%;
        margin: auto;
    }
    .img-showroom {
        box-shadow: -40px 40px 0 #F40000;
        width: 70%;
        margin: auto;
    }
    #designer-text, #showroom-text {
        width: 80%;
        margin: auto;
        padding: 0
    }
    #contact input[type="text"], #contact input[type="email"], #contact input[type="tel"] {
        height: 40px;
        padding: 0 20px;
        width: 100%;
        border-radius: 50px;
        border: none;
        display: block;
        margin: auto;
        margin-bottom: 20px;
    }
    #lablecinfo {
        margin: auto;
    }
}
@media only screen and (max-width: 478px) {
    #logo {
        float: none;
        margin: 0 0 15px 0;
    }
    #logo a {
        margin: 0 auto;
        display: block;
    }
    p {
        font-size: 16px;
    }
    #main-menu, nav ul, nav ul li {
        float: none;
        text-align: left;
    }
    nav ul li a:before {
        content: "";
    }
    nav ul li a {
        padding: 10px 0 !important;
        border-bottom: solid 1px #fff;
        display: block;
    }
    #hero {
        width: 100%;
        margin: 50px 0 0 0;
    }
    #hero p, #hero a {
        padding: 0;
    }
    h1 {
        font-size: 40px;
        padding: 0;
    }
    #offer h2 {
        font-size: 30px;
    }
    h2 {
        font-size: 40px;
        text-align: center;
        padding: 20px 0;
        margin: auto;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 22px;
    }
    .button {
        margin: auto;
    }
    .red {
        float: left;
    }
    #hero hr, #designer hr, .designer-border p, .designer-border a, .showroom-border h2, #offer-pc p, #offer-pc a, .offer-border img {
        display: none;
    }
    #hero-bg {
        background: url("../img/bor.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: auto;
        min-height: 500px;
    }
    #mobile-hero {
        display: block;
        width: 100%;
        height: auto;
        max-width: 500px;
        float: right;
        margin-right: 0;
        margin-bottom: -30px;
    }
    #mobile-hero img {
        display: block;
        width: 100%;
        height: auto;
    }
    #hero {
        padding: 0;
    }
    .designer-border, #custom img, #collection img {
        margin-bottom: 40px;
    }
    #designer h2 {
        padding-left: 0px;
    }
    #rolam-mobile {
        margin-top: 50px;
    }
    .img-designer {
        box-shadow: 40px 40px 0 #F40000;
        width: 90%;
        margin: auto;
    }
    .img-showroom {
        box-shadow: -40px 40px 0 #F40000;
        width: 90%;
        margin: auto;
    }
    #info ul li a, #termek ul li a, #lablecinfo a p, #lablecinfo p, .footer-logo, #insta h3, #insta p {
        text-align: center;
        display: block;
        margin: auto;
    }
    #info h4, #termek h4 {
        margin: 30px 0 10px 0;
        text-align: center;
    }
    #megrendeles {
        margin: auto;
    }
    #copyright {
        padding: 40px 0 20px 0;
    }
    #contact input[type="text"], #contact input[type="email"], #contact input[type="tel"] {
        height: 40px;
        padding: 0 20px;
        width: 100%;
        max-width: 400px;
        border-radius: 50px;
        border: none;
        display: block;
        margin: auto;
        margin-bottom: 20px;
    }
}