body {
    overflow: hidden;
}

.menu-zuper {
    display: flex;
    flex-direction: column;
    left: 100px;
    top: 30%;
    position: fixed;
}

.d-flex {
    display: flex !important;
}

.align-items-center {
    align-self: center !important;
}

.content-in-middle {
    /* height: 100vh; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-in-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.full-section {
    height: 100vh !important;
}

.full-section div {
    height: 100%;
}

.navbar-nav>li {
    /* background-color: #9d9d9d; */
    color: white;
    margin: 5px 0px
}

.navbar-nav>li>a {
    color: white;
    padding: 5px;
    text-transform: none !important;
    text-align: center;
}

.zuper-logo {
    display: flex;
    justify-content: flex-end;
    z-index: 9999;
    right: 0px;
    position: fixed;
    width: 350px;
    top: 10px;
}

.appy-menu .navbar-brand {
    height: auto;
    max-width: 350px;
}

.facilities h3 {
    font-size: 20px;
}

.home_section h3 {
    font-size: 55px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    margin: 0;
    line-height: 70px;
    font-family: zuper_title;
}

.home_section p {
    font-size: 19px;
    color: #ffffff;
    font-weight: 500;
    margin: 0px 0 30px;
    font-family: zuper_title;
}

.facilities h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    line-height: 60px;
    font-family: zuper_title;
}

.facilities p {
    font-size: 20px;
    color: #dfdfdf;
    font-weight: 300;
    margin: 0px 0 30px;
    font-family: zuper_title;
}

.our-responsibility p {
    font-size: 17px;
    color: #dfdfdf;
    font-weight: 300;
    margin: 0px 0 30px;
    font-family: zuper_title;
}

.transportation-second {
    bottom: 230px;
    position: relative;

    background-color: #0000003b;
    background-size: 76px 35px;
    width: 50%;
    height: 33% !important;
    border-radius: 30px;
    padding-left: 20px;

}
.dry-storage-box{
    bottom: 0px;
    position: relative;
    background-color: #0000003b;
    background-size: 76px 35px;
    width: 100%;
    height: 30% !important;
    border-radius: 30px;
    padding-right: 20px;
}
.contact_us p {
    font-size: 18px;
    color: #e5e5e5;
    font-weight: 300;
    margin: 0px 0 5px;
    /* padding-left: 60px; */
    font-family: zuper_title;
}

.ml-150 {
    margin-left: 150px;
}


/* .navbar-nav>li.active>a {
    color: #222222;
}

.nav>li>a:hover {
    color: #222222;
} */

.scroll-section-zuper {
    border-radius: 50px;
    background: 0 0;
    padding: 10px 20px;
    min-width: 170px;
    border: 2px solid #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: white;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #e1414e;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: white !important;
    border-color: white;
}

.scroll-section-zuper:hover {
    border-color: white;
    background: white !important;
    color: #fff;
}

@font-face {
    font-family: zuper_title;
    src: url(zapf-humanist-601-bt.ttf);
}

.home_section .row {
    display: flex;
    align-content: flex-end;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.home-box {
    background-color: #0000003b;
    background-size: 79px 49px;
    width: 40%;
    height: 70% !important;
    border-radius: 30px;
}

.responsibility-details {
    background-image: url(background.png);
    background-size: 200px 200px;
    /* height: 200px; */
    background-repeat: no-repeat;
    background-size: 580px 360px;
    background-position-y: 290px;
    border-radius: 0%;
}
.cold-box{
    background-color: #0000003b;
    background-size: 79px 49px;
    width: 100%;
    height: 30% !important;
    border-radius: 30px;
    padding-left: 20px;
}
.responsibility-box{
    bottom: 20px;
    position: relative;
    background-color: #0000003b;
    background-size: 76px 35px;
    width: 100%;
    height: 60% !important;
    border-radius: 30px;
    padding: 20px;
}
.contact-box{
    bottom: 20px;
    position: relative;
    background-color: #0000003b;
    background-size: 76px 35px;
    width: 52%;
    height: 27% !important;
    border-radius: 30px;
    padding: 20px;
}
.show-desktop{
    display: block;
}
.show-mobile{
    display: none;
}
.mobile-zuper-facility{
    background-color: #0000003b;
    background-size: 79px 49px;
    /* width: 100%; */
    height: auto !important;
    border-radius: 30px;
    padding: 0px 0px;
    margin: 220px 15px 0px 15px;
}
@media only screen and (max-width: 600px) {
    .show-desktop{
        display: none;
    }
    .show-mobile{
        display: block;
    }
    .zuper-logo {
        display: block !important;
        /* justify-content: flex-end; */
        /* z-index: 9999; */
        /* right: 0px; */
        /* position: fixed; */
        /* width: 350px; */
        /* top: 10px; */
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e700 !important;
    }
    .menu-zuper {
        background-color: black;
        padding: 20px;
        border-radius: 20px;
    }
    .ml-150 {
        margin-left: 0px;
    }
    .mh-none {
        height: auto !important;
    }
    .transportation-second {
        top: -30px;
    }
    .dry-storage {
        top: -350px;
        text-align: left;
    }
    .contact-details {
        top: -100px;
    }
    /* .contact_us p {
        padding-left: 15px;
    } */
    .facilities-details {
        top: 150px;
    }
    .facilities p {
        font-size: 15px;
        font-weight: 300;
        margin: 0px 0 30px;
        font-family: zuper_title;
        /* text-shadow: #000 3px 3px 4px; */
    }
    .responsibility-details {
        top: -100px;
    }
    /* .facilities .container,
    .our-responsibility .container {
        background-color: #00000054;
    } */
    .home-box {
        background-color: #0000003b;
        background-size: 79px 49px;
        width: 90%;
        height: auto !important;
        border-radius: 30px;
    }
    .cold-box {
        background-color: #0000003b;
        background-size: 79px 49px;
        width: 100%;
        height: 30% !important;
        border-radius: 30px;
        padding-left: 20px;
        bottom: -40px;
        position: relative;
    }
    .transportation-second {
        bottom:130px;
        position: relative;
        background-color: #0000003b;
        background-size: 76px 35px;
        width: 100%;
        height: auto !important;
        border-radius: 30px;
        padding-left: 20px;
    }
    .dry-storage-box {
        bottom: -60px;
        position: relative;
        background-color: #0000003b;
        background-size: 76px 35px;
        width: 101%;
        height: 30% !important;
        border-radius: 30px;
        padding-right: initial;
        padding: 0px 15px;
    }
    .responsibility-box {
        bottom: 100px;
        position: relative;
        background-color: #0000003b;
        background-size: 76px 35px;
        width: 100%;
        height: auto !important;
        border-radius: 30px;
        padding: 20px;
    }
    .contact-box {
        bottom: 20px;
        position: relative;
        background-color: #0000003b;
        background-size: 76px 35px;
        width: 100%;
        height: auto !important;
        border-radius: 30px;
        padding: 20px;
    }
}