* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", serif;
    font-size: 62.5%;
    overflow-x: hidden;
    background-color: #78736d!important;
    color: #78736d!important;
}

main {
    overflow: hidden;
}

.blinkvideo{
    background-color: #78736d!important;
}

.main_section {
    width: 100vw;
    min-width: 100%;
    height: 100vh;
    min-height: 100%;
    position: relative;
    background: #000;
    /* fallback for old browsers */

    /*background: -webkit-linear-gradient(to right, #ffd200, #f7971e);*/

    /* Chrome 10-25, Safari 5.1-6 */

    /*background: linear-gradient(to right, #ffd200, #f7971e);*/

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.logo {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 999;
    right: 0;
    margin: 0 auto;
    width: 207px;
}
.logo img {
    width: 207px;
}

.landscape_view {
    z-index: 99999 !important;
}

.landscape_view button {
    position: absolute;
    bottom: 40%;
    position: absolute;
    bottom: 40%;
    max-width: 350px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: transparent;
    border: transparent;
}

.landscape_view,
.fast_view_section {
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 9999;
    background-image: url('../img/main-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.landscape_view_box {
    position: absolute;
    padding: 0;
    height: 100%;
}

#StartBtn {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 400px;
    background: transparent;
    /*border-color: #d4b453;*/
    border-color: #fff;
    color: #fff;
}

.view_project_btn_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.view_project_btn_one {
    position: absolute;
    bottom: 10px;
    right: 10px;
    /*margin: 0 auto;*/
    /*max-width: 10%;*/
    width: 35%;
    min-height: 30vh;
    /*background: #ffffff4d;*/
    background: transparent;
    /*border-color: #fff;*/
    z-index: 99;
    color: #fff;
}

.view_projectdetail_btn_one {
    position: absolute;
    bottom: 10px;
    right: 10px;
    /*margin: 0 auto;*/
    /*max-width: 10%;*/
    width: 35%;
    min-height: 30vh;
    /*background: #ffffff4d;*/
    background: transparent;
    /*border-color: #fff;*/
    z-index: 99;
    color: #fff;
}

.view_project_btn_two {
    position: absolute;
    bottom: 0;
    /*left: 175px;*/
    /*margin: 0 auto;*/
    /*max-width: 10%;*/
    width: 35%;
    min-height: 30vh;
    /*background: #ffffff4d;*/
    background: transparent;
    /*border-color: #fff;*/
    z-index: 99;
    color: #fff;
}
.view_projectdetail_btn_two {
    position: absolute;
    bottom: 0;
    /*left: 175px;*/
    /*margin: 0 auto;*/
    /*max-width: 10%;*/
    width: 35%;
    min-height: 30vh;
    /*background: #ffffff4d;*/
    background: transparent;
    /*border-color: #fff;*/
    z-index: 99;
    color: #fff;
}

.view_project_btn_three {
    position: absolute;
    top: 0;
    left: 8px;
    /*margin: 0 auto;*/
    /*max-width: 10%;*/
    width: 35%;
    min-height: 30vh;
    /*background: #ffffff4d;*/
    background: transparent;
    /*border-color: #fff;*/
    z-index: 99;
    color: #fff;
}

.view_projectdetail_btn_three {
    position: absolute;
    top: 0;
    left: 8px;
    /*margin: 0 auto;*/
    /*max-width: 10%;*/
    width: 35%;
    min-height: 30vh;
    /*background: #ffffff4d;*/
    background: transparent;
    /*border-color: #fff;*/
    z-index: 99;
    color: #fff;
}

.view_project_btn_four {
    position: absolute;
    top: 0;
    right: 68px;
    /*margin: 0 auto;*/
    /*max-width: 10%;*/
    width: 35%;
    min-height: 30vh;
    /*background: #ffffff4d;*/
    background: transparent;
    /*border-color: #fff;*/
    z-index: 99;
    color: #fff;
}

.view_projectdetail_btn_four {
    position: absolute;
    top: 0;
    right: 68px;
    /*margin: 0 auto;*/
    /*max-width: 10%;*/
    width: 35%;
    min-height: 30vh;
    /*background: #ffffff4d;*/
    background: transparent;
    /*border-color: #fff;*/
    z-index: 99;
    color: #fff;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.menu_overlay {
    width: 100vw;
    height: 100vh;
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    color: #fff;
    background: #000;
    /*background: -webkit-linear-gradient(to right, #4b134f, #c94b4b);*/

    /*background: linear-gradient(to right, #4b134f, #c94b4b);*/
    z-index: 9999;
    transform: translateX(110%);
    transition: transform 0.5s ease;
}

.menu_overlay label {
    position: absolute;
    right: 52px;
    top: 26px;
}

.menu_overlay .fas {
    position: absolute;
    /*right: 10%;*/
    /*top: 10%;*/
    font-size: 2.5rem;
    transition: all 0.3s ease;
}

.menu_overlay .fas:hover {
    color: #fff;
    transform: scale(1.1) rotate(180deg);
}

.menu_overlay ul.menu_list {
    height: 100%;
    width: 100%;
    list-style: none;
    padding: 20px;
    /*margin-left: 50px;*/
    font-size: 1.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.menu_overlay a {
    color: #fff;
    text-decoration: none;
    transition: all .3s ease-out;
}

.menu_overlay a:hover {
    color: #c94b4b;
    font-size: 25px;
}

#menuBtn {
    display: none;
}

#menuBtn:checked~.menu_overlay {
    transform: translateX(0);
}

.landing_page {
    max-height: 100vh;
    height: 100%;
    width: 100%;
    position: relative;
}

.menu {
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 999;
}

.fas {
    font-size: 2rem;
    color: #fff;
}

.fas:hover {
    color: #fff;
}

.fas:focus {
    color: #000;
}

.side_text {
    height: 10vh;
    width: 60%;
    color: #c94b4b;
    position: absolute;
    left: 0px;
    bottom: 20px;
    text-shadow: 0 0 1px #111;
    padding: 10px;
    font-size: 16px;
    color: #4b134f;
}

.main_text {
    color: #c94b4b;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0 0 1px #111;
    display: flex;
    flex-direction: column;
    height: 100vh;
    width:  100%;
    /*position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;*/
}

/*.main_text video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
}*/

.h2-r,
.h2-l {
    font-size: 6rem;
}

.h2-r {
    transform: rotate(270deg);
    margin-left: -100px;
    z-index: 100;
}

.h2-l {
    margin-left: 100px;
    background-color: #4b134f;
    padding: 20px;
    z-index: 0;
}

.info_logo {
    position: absolute;
    top: 50%;
    left: 4%;
    margin-left: 5%;
    margin-top: -6.6%;
    width: 72%;
    z-index: 99;
    /*background-image: url(../img/frame.svg);*/
    /*background-repeat: no-repeat;*/
    /*background-size: auto;*/
    /*background-color: #1a1a1a;*/
    padding: 0.5%;
    background: rgb(0,0,0);
    background: radial-gradient(circle, rgba(0,0,0,1) 50%, rgba(26,26,26,1) 100%);
}


.view_info_logo {
    position: absolute;
    top: 50%;
    left: 4%;
    margin-left: 5%;
    margin-top: -6.6%;
    width: 72%;
    z-index: 99;
    /*background-image: url(../img/frame.svg);*/
    /*background-repeat: no-repeat;*/
    /*background-size: auto;*/
    /*background-color: #1a1a1a;*/
    padding: 0.5%;
    background: rgb(0,0,0);
    background: radial-gradient(circle, rgba(0,0,0,1) 50%, rgba(26,26,26,1) 100%);
}



.info_logo ul {
    /*padding: 65px 20px 11px 20px;*/
    margin: 0;
    /*padding: 37% 14% 4% 14%;*/
    /*padding: 14%;*/
    display: inline-flex;
}

.info_logo ul li {
    margin: 2%;
}

@media (max-width:1200px) {
    .info_logo {}
    ul.wpc-filters-ul-list.wpc-filters-checkboxes {
        position: relative;
        z-index: 9999;
        overflow: visible;
}
}

@media (max-width:992px) {
    .info_logo {
        /*width: 77px;
        margin-left: 90px;
        margin-top: -110px;*/
    }

}

@media (max-width:768px) {
    .info_logo {
        /*width: 60px;
        margin-left: 90px;
        margin-top: -80px;*/
    }

}

@media (max-width:576px) {
    .info_logo {
       /* width: 60px;
        margin-left: 90px;
        margin-top: -80px;*/
    }

    #Infobtn {
        bottom: 15px!important;
    }

}

.dropdown {
    position: relative;
    /*display: inline-block;*/
}

.dropdown-content {
    font-size: 16px;
    display: none;
    position: absolute;
    /* background-color: #f9f9f9; */
    min-width: 250px;
    /* box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%); */

    /* padding: 12px 16px; */
    z-index: 1;
    /* text-decoration: none; */
    left: 240px;
    top: 0px;
    line-height: 24px;
}

.dropdown-content.active {
    display: block;
}

.dropdown-contenttwo {
    font-size: 16px;
    display: none;
    /*position: absolute;*/
    /* background-color: #f9f9f9; */
    min-width: 300px;
    /* box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%); */

    /* padding: 12px 16px; */
    z-index: 1;
    /* text-decoration: none; */
    /*left: 240px;*/
    /*top: 0px;*/
    line-height: 24px;
}

.dropdown-contenttwo.active {
    display: block;
    padding-left: 30px;
}

.dropdown-contentthree {
    font-size: 16px;
    display: none;
    /*position: absolute;*/
    /* background-color: #f9f9f9; */
    min-width: 300px;
    /* box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%); */

    /* padding: 12px 16px; */
    z-index: 1;
    /* text-decoration: none; */
    /*left: 240px;*/
    /*top: 0px;*/
    line-height: 24px;
}

.dropdown-contentthree.active {
    display: block;
    padding-left: 30px;
}

@media all and (orientation:portrait) {

    /* Styles for Portrait screen */
    .landscape_view {
        display: block;
    }

}

@media all and (orientation:landscape) {

    /* Styles for Landscape screen */
    .landscape_view {
        display: none;
    }

}

#Skipbtn {
    cursor: pointer;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 30px;
    font-weight: 600;
    color: #fff;
    z-index: 99999;
}
@media only screen and (max-width: 1023px) {
#Skipbtn {
    bottom: 130px !important;
}
}

#Infobtn {
    /*cursor: pointer;*/
    position: absolute;
    /*width: 100%;*/
    left: 45%;
    text-align: center;
    bottom: 30px;
    font-weight: 600;
    color: #fff;
    z-index: 99999;
}