:root {
    --main_color: #e5292b;
    --second_color: #fcc68d;
    --border_color: #e7e7e7;
    --bg_color : #fcfcfc;
}

@font-face {
  font-family: Schabo;
  src: url(../fonts/schabo/SCHABO-Condensed.woff2);
}

*{
    font-family: 'Advent Pro', sans-serif;
}

body {
    background-color: var(--bg_color);
}

.mh10p0 {
    min-height: 10px;
    padding: 0px;
    float: left;
}

.mh10p5 {
    min-height: 10px;
    padding: 5px;
    float: left;
}

.mh10p10 {
    min-height: 10px;
    padding: 10px;
    float: left;
}

.mh10p15 {
    min-height: 10px;
    padding: 15px;
    float: left;
}

.mh10p20 {
    min-height: 10px;
    padding: 20px;
    float: left;
}

.mh10p25 {
    min-height: 10px;
    padding: 25px;
    float: left;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Slider */

.sliderOuter
{
    width:100%;
    height:100vh;
    float:left;
    position:relative;
    z-index:1;
    margin-top:-90px;
    border-bottom:1px solid #2e3729;
}

.slider_center_image
{
    width:auto;
    height:100vh;
    float:left;
    position:relative;
    z-index:1;
    margin-top:-90px;
}

.slider_center_waterfall
{
    height: 10vh;
    position: absolute;
    bottom: 15.7vh;
    z-index: 2;
}

.slider_center_bottom
{
    height:30vh;
    position:absolute;
    bottom:-15vh;
    z-index:3;
}

.slider_center_bottom_buttaffery
{
    height:30vh;
    position:absolute;
    bottom:0px;
    z-index:4;
}

.slider_center_logo
{
    height:18vh;
    position:absolute;
    z-index:5;
}

.slider_contents_outer
{
    width:100%;
    height:calc(100vh - 90px);
    border-left:1px solid #2e3729;
    border-right:1px solid #2e3729;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:90px;
    position:relative;
}

.slider_socials_outer
{
    width:40px;
    min-height:40px;
    position:absolute;
    left:20px;
    bottom:20px;
    z-index:6;
}

.slider_socials_btn
{
    width:40px;
    height:40px;
    background-color:rgba(255,255,255,0.1);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:10px;
    color:#fff;
    border-radius:25px;
    cursor:pointer;
    position:relative;
    transition: ease 0.3s all;
    overflow:hidden;
}

.slider_socials_btn i
{
    position:relative;
    z-index:3;
}

.slider_socials_btn:after
{
    content:'';
    width:100%;
    height:0px;
    position:absolute;
    bottom:0px;
    left:0px;
    z-index:1;
    transition:ease 0.3s all;
    background-color:#fff;
}

.slider_socials_btn:hover:after
{
    height:100%;
}

.slider_socials_btn:hover
{
    color:#76a309;
}

.slider_app_btns_outer
{
    width:160px;
    min-height:20px;
    float:left;
    position:absolute;
    right:20px;
    bottom:20px;
    z-index:9;
}

.slider_app_btn
{
    width:100%;
    min-height:10px;
    float:left;
    margin-top:15px;
    cursor:pointer;
}

.slider_app_btn img
{
    width:100%;
    float:left;
}

/* Slider */

/* Menü */

.menu_outer
{
    width:100%;
    height:90px;
    float:left;
    position:relative;
    z-index:2;
    border-bottom:1px solid #ffffff21;
}

.menu_inner
{
    width:100%;
    height:90px;
    border-left:1px solid #2e3729;
    border-right:1px solid #2e3729;
}

.menu_btn
{
    width:44px;
    height:44px;
    float:right;
    border-radius:30px;
    margin-top:23px;
    margin-right:15px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    color:#fff;
    padding-top:1px;
    position:relative;
    overflow:hidden;
    transition:ease 0.3s all;
    background-color:rgba(255,255,255,0.1);
}

.menu_btn i
{
    position:relative;
    z-index:3;
}

.menu_btn:after
{
    content:'';
    width:100%;
    height:0px;
    position:absolute;
    bottom:0px;
    left:0px;
    z-index:1;
    transition:ease 0.3s all;
    background-color:#fff;
}

.menu_btn:hover:after
{
    height:100%;
}

.menu_btn:hover
{
    color:#76a309;
}

.menu_logo_outer
{
    min-width:10px;
    height:44px;
    float:left;
    margin-top:23px;
    margin-left:15px;
}

.menu_logo_outer img
{
    height:44px;
    float:left;
}

/* Menü */

/* Preloader */

.preloader_outer
{
    width:100%;
    height:100vh;
    position:fixed;
    left:0px;
    top:0px;
    z-index:999;
    overflow:hidden;
}

.preloader_box
{
    width:80%;
    height:100vh;
    background-size:cover;
    float:left;
    position:absolute;
    top:0px;
    transition:ease 1s all;
}

.preloader_box:first-child
{
    left:0px;
    background-position:center right;
}

.preloader_box:last-child
{
    right:0px;
    background-position:center left;
}

/* Preloader */

/* Homepage */

.homepage_slider_contents_outer
{
    width:100%;
    min-height:250px;
    float:left;
    background-size:cover;
    background-position:center bottom;
    position:relative;
    z-index:3;
}

.homepage_slider_contents_inner
{
    width:100%;
    min-height:250px;
    border-left:1px solid #2e3729;
    border-right:1px solid #2e3729;
    position:relative;
    z-index:9;
    padding:85px 30px;
    float:left;
    padding-bottom:250px;
}

.homepage_slider_contents_center
{
    width:100%;
    height:70vh;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    z-index:1;
}

.homepage_slider_contents_center img
{
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    object-fit: contain;
    object-position:center;
}

.homepage_slider_bottom_outer
{
    width:100%;
    height:420px;
    float:left;
    position:relative;
    z-index:2;
    margin-top:-190px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.homepage_slider_bottom_outer img
{
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    object-fit: contain;
    object-position:center;
}

.homepage_slider_boxes_outer
{
    width:100%;
    height:100%;
    float:left;
    position:absolute;
    z-index:8;
    display:flex;
    align-items:center;
    justify-content:center;
}

.homepage_slider_images_outer
{
    flex:1;
    height:70vh;
    position:relative;
    overflow:hidden;
}

.homepage_slider_image
{
    width:100%;
    height:100%;
    object-fit: contain;
    object-position: center;
    float:left;
    position:absolute;
    opacity:0;
    margin-top:50vh;
    transition: ease 0.9s all;
}

.homepage_slider_image_select
{
    height:100%;
    margin-top:0px;
    opacity: 1;
}

.homepage_slider_boxes_arrow
{
    width:80px;
    height:70vh;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:40px;
    color:#fff;
}

.homepage_slider_boxes_arrow i
{
    cursor:pointer;
}

.homepage_contents_outer
{
    width:100%;
    min-height:10px;
    float:left;
    border-bottom:1px solid #2e3729;
}

.homepage_contents_inner
{
    width:100%;
    min-height:10px;
    padding:50px 40px;
    float:left;
    border-left:1px solid #2e3729;
    border-right:1px solid #2e3729;
    position:relative;
    z-index:9;
}

.homepage_contents_title
{
    width:35%;
    min-height:20px;
    float:left;
    font-size:27px;
    color:#fff;
    font-weight:500;
}

.homepage_contents_text
{
    width:calc(65% - 25px);
    min-height:20px;
    float:left;
    font-size:20px;
    color:#fff;
    font-weight:300;
    margin-left:25px;
    line-height:30px;
}

.homepage_contents_title_box
{
    width:100%;
    min-height:20px;
    float:left;
    margin-bottom:25px;
    padding-bottom:25px;
    border-bottom:1px solid #2e3729;
}

.homepage_contents_title_box h4
{
    width:100%;
    font-size:35px;
    font-weight:400;
    color:#fff;
    text-align:center;
    margin:0px;
    letter-spacing: 4px;
}

.homepage_contents_title_box h3
{
    width:100%;
    font-size:20px;
    font-weight:400;
    color:#0eb300;
    text-align:center;
    margin:0px;
}

.homepage_rocks_outer
{
    width:100%;
    min-height:350px;
    margin-top:-350px;
    float:left;
    background-size:cover;
    background-position:center;
    position:relative;
}

.homepage_rocks_outer:before
{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    background-color:rgba(36, 34, 29, 0.591);
    z-index:1;
}

.homepage_rocks_inner
{
    width:100%;
    min-height:20px;
    float:left;
    margin-top:90px;
    padding:80px 40px;
    position:relative;
    z-index:9;
    border-left:1px solid #2e3729;
    border-right:1px solid #2e3729;
    padding-bottom:15px;
}

.homepage_rocks_title
{
    width:100%;
    min-height:20px;
    float:left;
}

.homepage_rocks_inner h3
{
    width:100%;
    float:left;
    text-align:center;
    font-size:35px;
    font-weight:500;
    color:#fff;
    text-transform: uppercase;
    margin:0px;
    margin-bottom:5px;
    letter-spacing: 2px;
}

.homepage_rocks_inner h4
{
    width:100%;
    float:left;
    text-align:center;
    font-size:24px;
    font-weight:400;
    color:#fff;
    margin:0px;
}

.addressbox_outer
{
    width:100%;
    min-height:20px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:25px;
    margin-top:40px;
}

.address_box
{
    flex:1;
    min-height:10px;
    float:left;
    font-size:18px;
    text-align:center;
    color:#fff;
    padding:15px;
    border:1px solid #ffffff4e;
    cursor:pointer;
}

.footer_social_outer
{
    width:100%;
    min-height:20px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:30px;
    gap:15px;
}

.footer_contents_outer
{
    width:100%;
    min-height:20px;
    float:left;
    margin-top:30px;
    border-top:1px solid #ffffff2b;
    padding-top:15px;
}

.footer_contents_outer p
{
    width:100%;
    font-size:13px;
    font-weight:300;
    color:#fff;
    margin:0px;
}

.footer_contents_outer p span
{
    float:right;
}

/* Homepage */

/* Mobile */

@media only screen and (max-width: 950px)
{
    .sliderOuter
    {
        overflow:hidden;
    }

    .homepage_contents_title
    {
        width:100%;
        text-align:center;
    }

    .homepage_contents_text
    {
        width:100%;
        margin-left:0px;
        margin-top:25px;
        text-align:center;
    }

    .homepage_contents_outer
    {
        margin-bottom:-1px;
    }

    .homepage_slider_contents_center
    {
        height:45vh;
    }

    .homepage_slider_boxes_arrow
    {
        height:45vh;
    }

    .homepage_slider_images_outer
    {
        height:40vh;
    }

    .homepage_slider_bottom_outer
    {
        height:230px;
        margin-top:-110px;
    }

    .homepage_slider_contents_inner
    {
        padding:80px 0px;
    }

    .homepage_rocks_inner
    {
        margin-top:200px;
    }

    .addressbox_outer
    {
        display:block;
    }

    .address_box
    {
        width:100%;
        margin-bottom:15px;
    }

    .footer_contents_outer p
    {
        width:100%;
        text-align:center;
    }

    .footer_contents_outer span
    {
        width:100%;
        text-align:center;
        margin-top:15px;
    }
}

/* Mobile */
