html, body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.hero-section {
    background-color: black;
    height: 768px;
    position: relative;
    overflow: hidden;
}

.video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    opacity: 0.4;
    overflow: hidden;
    background-size:cover;
}

.logo {
    transform: scale(0.8);
    margin-top: 46px;
    margin-left: 46px;
    display: inline-block;
    position: absolute;
}

.main_menu {
    padding-top: 44px;
    padding-right: 60px;
    float:right;
    z-index: 999;
    position: relative;
}

.main_menu a {
    text-decoration: none;
    color: white;
    float: right;
    padding-left: 16px;
    padding-right: 16px;
    opacity: 0.6;
}

.main_menu a:hover {
    opacity: 1;
}

.main_menu li {
    float:right;
    display: inline-block;
}

.hero-content {
    color: white;
    text-align: center;
    margin: 22% auto;
}

.hero-content h3 {
    font-weight: 900;
}

.hero-content p {
    font-weight: 400;
}

.first_button {
    margin: 10px;
    color: white;
    background: #33a26a;
    border: 0px solid;
    width: 140px;
    text-align: center;
    padding: 0px;
}

.first_button:hover {
    color: white;
    background: #2d8e5d;
}

.second_button {
    margin: 10px;
    color: white;
    background: #515151;
    border: 0px solid;
    width: 140px;
    text-align: center;
    padding: 0px;
}

.second_button:hover {
    color: white;
    background: #454545;
}

.section_about {
    margin-top: 240px;
}

.section_about h3 {
    font-weight: 700;
}

.section_about p {
    color: #777777;
    font-weight: 400;
}

.placeholder_1 {
    margin-top: 120px;
    background-image: url("../images/img_tyton.jpeg");
    background-size: cover;
    background-position: center;
    height: 600px;
    width: 100%;
}

.black_section {
    height: 360px;
    margin-top: 120px;
    background-image: url("../images/img2.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
}

.black_section_content {
    padding-top: 8%;
    color: white;
    text-align:center;
    margin: auto;
    display: block;
    position: absolute;
}

.black_section_content h3 {
    font-weight: 700;
}

.black_section_content p {
    font-weight: 400;
}

.placeholder_2_1 {
    margin-top: 120px;
    width: 100%;
    height: 320px;
    background: url("../images/img_cygara.jpeg");
    background-size: cover;
    background-position: center;
}

.placeholder_2_2 {
    margin-top: 120px;
    width: 100%;
    height: 320px;
    background: url("../images/img_nabijarka.jpeg");
    background-size: cover;
    background-position: center;
}

.placeholder_2_3 {
    margin-top: 120px;
    width: 100%;
    height: 320px;
    background: url("../images/img_cygaretki.jpeg");
    background-size: cover;
    background-position: center;
}

.section_details_one {
    margin-top: 120px;
    float: left;
}

.section_details_one h3 {
    font-weight: 700;
}

.section_details_one p {
    color: #777777;
    font-weight: 400;
}

.section_details_two {
    margin-top: 120px;
    float: left;
}

.section_details_two h3 {
    font-weight: 700;
}

.section_details_two p {
    color: #777777;
    font-weight: 400;
}

.movie_section {
    margin-top: 120px;
    width: 100%;
    height: 360px;
    background: url("../images/movie.jpg");
    background-size: cover;
}

.icon_play {
    margin: 0 auto;
    color: white;
    display: block;
    height: 60px;
    width: 60px;
    padding-top: 148px;
    position: relative;
    opacity: 0.6;
    
}

.icon_play:hover {
    opacity: 1;
    
}

.placeholder_4_1 {
    height: 360px;
    width: 100%;
    margin-top: 40px;
    background: url("../images/img_kawa.jpeg");
    background-size: cover;
    background-position: center;
}

.placeholder_4_2 {
    height: 360px;
    width: 100%;
    margin-top: 40px;
    background: url("../images/img_papierosy.jpeg");
    background-size: cover;
    background-position: center;
}

.subfooter_section {
    height: 360px;
    margin-top: 120px;
    background-image: url("../images/img3.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
}

.subfooter_section_content {
    color: white;
    text-align:center;
    margin: auto;
    display: block;
    margin: 0;
    position: absolute;
    margin-top: 36px;
}

.subfooter_section_content h2 {
    font-weight: 700;
}

.subfooter_section_content h3 {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 1.5px;
}

.subfooter_section_content p {
    font-weight: 400;
}

.footer {
    position: relative;
    padding-bottom: 8px;
    padding-top: 30px;;
    background-color: #0a0a0a;
    text-align: center;
    color: #777777;
    font-weight: 400;
}

.third_button {
    margin: 10px;
    color: white;
    background: #33a26a;
    border: 0px solid;
    width: 140px;
    text-align: center;
    padding: 0px;
}

.third_button:hover {
    color: white;
    background: #2d8e5d;
}

/* Mobile Hero Scale */
@media (max-width: 640px) {
    
    .hero-content {
        margin: 40px auto;
    }
    
    .first_button {
        width: 110px;
    }
    
    .second_button {
        width: 110px;
    }
    
    .logo {
        margin: auto;
        display: block;
        margin: 0;
        position: absolute;
        top: 66px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .main_menu {
        float: left;
        width: 100%;
        overflow: hidden;
        position: relative;
        padding-top:120px;
    }
    .main_menu ul {
        clear: left;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        left: 50%;
        text-align: center;
    }
    .main_menu ul li {
        display: block;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        right: 50%;
    }
    .main_menu ul li a {
        display: block;
        margin: 0 0 0 0px;
        padding: 0px 12px;
        text-decoration: none;
    }
    
    .hero-section {
        height: 105vh;
    }
    
    .video {
        height: 105vh;
    }
    
    .video-overlay {
        height: 105vh;
    }
    
    .black_section {
        margin-top: 60px;
    }
    
    .section_details_one {
        margin-top: 60px;
    }
    
    .section_details_two {
        margin-top: 60px;
    }
    
}

/* Section About Scale */
@media (max-width: 549px) {
    
    .placeholder_1 {
        margin-top: 60px;
        height: 460px;
        width: 100%;
    }
    
    .placeholder_2_1 {
        margin-top: 60px;
        width: 100%;
        height: 360px;
        background-color: gray;
    }
    
    .placeholder_2_2 {
        margin-top: 60px;
        width: 100%;
        height: 360px;
        background-color: gray;
    }
    
        .placeholder_2_3 {
        margin-top: 60px;
        width: 100%;
        height: 360px;
        background-color: gray;
    }
    
    .section_details_two {
        margin-top: 6px;
    }

}

@media (max-width: 680px) {
    
    .placehoder_1 {
        height: 100vw;
    }
    
}

@media (max-width: 885px) {
    
    .section_about {
        margin-top: 88px;
    }
    
}

@media (max-width: 1020px) {
    
    .subfooter_section_content h2 {
        font-size: 24px;
        font-weight: 700;
}

    .subfooter_section_content h3 {
        font-weight: 500;
        font-size: 18px;
        opacity: 0.6;
        letter-spacing: 1px;
}
    
}

@media (max-width: 480px) {
    
    .subfooter_section {
        height: 360px;
        margin-top: 30px;

}   
    .subfooter_section_content h2 {
        font-size: 24px;
        font-weight: 700;
}

    .subfooter_section_content h3 {
        font-weight: 500;
        font-size: 18px;
        opacity: 0.6;
        letter-spacing: 1px;
}
    .movie_section {
        margin-top: 30px;
}