.window {
    position: relative;
    display: block;
    margin: 100px auto 0;
    overflow: hidden;
    border-radius: 3px
}

.window .header {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    overflow: hidden;
    transition: all .5s ease-out, background 1s ease-out;
    transition-delay: .2s;
    z-index: 1
}

.window .header .burger-container {
    position: relative;
    display: inline-block;
    float: right;
    height: 50px;
    width: 50px;
    cursor: pointer;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: all .3s cubic-bezier(.4, .01, .165, .99);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.window .header .burger-container #burger {
    width: 18px;
    height: 8px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%
}

.window .header .burger-container #burger .bar {
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    background: #fff;
    transition: all .3s cubic-bezier(.4, .01, .165, .99);
    transition-delay: 0s
}

.window .header .burger-container #burger .bar.topBar {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0)
}

.window .header .burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(6px) rotate(0);
    transform: translateY(6px) rotate(0)
}

.window .header .icon {
    display: inline-block;
    height: 100%;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.window .header .icon.icon-bag {
    right: 0;
    top: 0;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: -webkit-transform .5s cubic-bezier(.4, .01, .165, .99);
    transition: transform .5s cubic-bezier(.4, .01, .165, .99);
    transition: transform .5s cubic-bezier(.4, .01, .165, .99), -webkit-transform .5s cubic-bezier(.4, .01, .165, .99);
    transition-delay: .65s
}

.window .header ul.mobile-menu {
    position: relative;
    display: block;
    padding: 0 48px 0;
    list-style: none
}

.window .header ul.mobile-menu li.mobile-menu-item {
    border-bottom: 1px solid #333;
    margin-top: 5px;
    -webkit-transform: scale(1.15) translateY(-30px);
    transform: scale(1.15) translateY(-30px);
    opacity: 0;
    transition: opacity .6s cubic-bezier(.4, .01, .165, .99), -webkit-transform .5s cubic-bezier(.4, .01, .165, .99);
    transition: transform .5s cubic-bezier(.4, .01, .165, .99), opacity .6s cubic-bezier(.4, .01, .165, .99);
    transition: transform .5s cubic-bezier(.4, .01, .165, .99), opacity .6s cubic-bezier(.4, .01, .165, .99), -webkit-transform .5s cubic-bezier(.4, .01, .165, .99)
}

.window .header ul.mobile-menu li.mobile-menu-item:nth-child(1) {
    transition-delay: .49s
}

.window .header ul.mobile-menu li.mobile-menu-item:nth-child(2) {
    transition-delay: .42s
}

.window .header ul.mobile-menu li.mobile-menu-item:nth-child(3) {
    transition-delay: .35s
}

.window .header ul.mobile-menu li.mobile-menu-item:nth-child(4) {
    transition-delay: .28s
}

.window .header ul.mobile-menu li.mobile-menu-item:nth-child(5) {
    transition-delay: .21s
}

.window .header ul.mobile-menu li.mobile-menu-item:nth-child(6) {
    transition-delay: .14s
}

.window .header ul.mobile-menu li.mobile-menu-item:nth-child(7) {
    transition-delay: 70ms
}

.window .header ul.mobile-menu li.mobile-menu-item a {
    display: block;
    position: relative;
    color: #fff;
    font-family: "Ek Mukta", sans-serif;
    font-weight: 100;
    text-decoration: none;
    font-size: 22px;
    line-height: 2.35;
    font-weight: 200;
    width: 100%
}

.window .header.menu-opened {
    height: 100%;
    background-color: #000;
    transition: all .3s ease-in, background .5s ease-in;
    transition-delay: .25s
}

.window .header.menu-opened .burger-container {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.window .header.menu-opened .burger-container #burger .bar {
    transition: all .4s cubic-bezier(.4, .01, .165, .99);
    transition-delay: .2s
}

.window .header.menu-opened .burger-container #burger .bar.topBar {
    -webkit-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg)
}

.window .header.menu-opened .burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg)
}

.window .header.menu-opened ul.mobile-menu li.mobile-menu-item {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1
}

.window .header.menu-opened ul.mobile-menu li.mobile-menu-item:nth-child(1) {
    transition-delay: .27s
}

.window .header.menu-opened ul.mobile-menu li.mobile-menu-item:nth-child(2) {
    transition-delay: .34s
}

.window .header.menu-opened ul.mobile-menu li.mobile-menu-item:nth-child(3) {
    transition-delay: .41s
}

.window .header.menu-opened ul.mobile-menu li.mobile-menu-item:nth-child(4) {
    transition-delay: .48s
}

.window .header.menu-opened ul.mobile-menu li.mobile-menu-item:nth-child(5) {
    transition-delay: .55s
}

.window .header.menu-opened ul.mobile-menu li.mobile-menu-item:nth-child(6) {
    transition-delay: .62s
}

.window .header.menu-opened ul.mobile-menu li.mobile-menu-item:nth-child(7) {
    transition-delay: .69s
}

.window .header.menu-opened .icon.icon-bag {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    transition-delay: .3s
}

.window .content {
    font-family: "Ek Mukta", sans-serif;
    padding: 67px 4% 0;
    text-align: justify;
    overflow: scroll;
    max-height: 100%
}

.window .content::-webkit-scrollbar {
    display: none
}

.window .content h2 {
    margin-bottom: 0;
    letter-spacing: 1px
}

.window .content img {
    width: 95%;
    position: relative;
    display: block;
    margin: 75px auto 75px
}

.window .content img:nth-of-type(2) {
    margin: 75px auto
}

@media (max-width: 600px) {
    .window {
        width: 100%;
        height: 100vh;
        margin: 0;
        border-radius: 0
    }

    .window .header {
        position: fixed
    }
}

@media (max-width: 1024px) {
    .page-about .content, .page-cent .content {
        padding-left: 56px;
        padding-right: 56px
    }
}

@media (max-width: 720px) {
    #fp-nav.right {
        right: 5px
    }

    .page .content .clock {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }

    .page-cent .content {
        width: 100%
    }

    .page-about .content, .page-cent .content {
        padding-left: 56px;
        padding-right: 56px
    }

    .header-top .menu a, .page .form button, .page .form input, .page .form label, .page .form textarea, .page h4, .page p, .page-footer {
        font-size: 14px
    }

    .page .form.send_email_form .fields {
        height: 35px
    }

    .page .form.send_email_form .buttons, .page .form.send_email_form .buttons button {
        height: 34px
    }

    .page-cent .p-title h3 {
        font-size: 24px;
        border-bottom-width: 5px
    }

    .page-cent .p-title h2 {
        font-size: 30px
    }

    .header-top .menu a {
        padding-top: 17px
    }

    .header-top .logo img {
        padding: 12px 10px
    }

    .page-home .content h2 {
        font-size: 40px
    }

    .page-home .content h3 {
        font-size: 16px
    }
}

@media (max-width: 480px) {
    .page .content .clock {
        -webkit-transform: scale(.5) translateX(-100%) translateY(-100%);
        transform: scale(.5) translateX(-100%) translateY(-100%);
        position: absolute;
        top: 50%;
        left: 50%
    }

    .page .form input {
        min-width: 100px;
        padding: 0 1em;
        left: 40px
    }

    .page .form.send_email_form .fields {
        padding-left: 8px
    }

    .page-contact .contact img {
        height: 32px
    }

    .page .form label {
        padding-top: .4em
    }

    .page-home .content h2 {
        font-size: 40px;
        line-height: 1em
    }

    .page-home .content h3 {
        font-size: 16px;
        margin-left: 4px
    }

    .page-home .content .header > div {
        display: block
    }
}

@media (max-width: 430px) {
    .page .content .clock {
        -webkit-transform: scale(.5) translateX(-100%) translateY(-100%);
        transform: scale(.5) translateX(-100%) translateY(-100%);
        position: absolute;
        top: 50%;
        left: 50%
    }

    .page .content .clock .header {
        font-size: 40px;
        top: -120px
    }

    #fp-nav.right {
        right: 0
    }

    .page-footer {
        font-size: 14px;
        bottom: 20px;
        right: 20px
    }

    .p-footer .arrow-d {
        bottom: 72px
    }
}

@media (max-width: 360px) {
    .page-contact .contact .columns li:first-child, .page-contact .fields:first-child {
        margin-top: 0
    }

    .page-contact .contact .columns li, .page-contact .form .fields {
        margin-top: 10px
    }

    .page .form textarea {
        min-height: 64px
    }
}

@media (max-width: 320px) {
    .page-cent .p-title h2 {
        font-size: 24px
    }

    .p-footer {
        display: none
    }

    .header-top {
        height: 32px
    }

    .header-top .logo img {
        height: 32px;
        padding: 0 10px
    }

    .header-top .menu a {
        height: 32px;
        padding-top: 5px
    }

    .page-home .logo-container {
        top: 40px
    }

    .page-home .logo-container img.h-logo {
        height: 80px
    }

    .header-top .menu a, .page .form button, .page .form input, .page .form label, .page .form textarea, .page h4, .page p, .page-footer {
        font-size: 12px
    }

    .page-cent .p-title h3 {
        font-size: 20px;
        border-bottom-width: 5px
    }

    .page-cent .p-title h2 {
        font-size: 20px
    }

    .header-top .menu a {
        padding-top: 6px
    }
}

@media (max-height: 420px) {
    .page .content .clock {
        -webkit-transform: scale(.4) translateX(-125%) translateY(-125%);
        transform: scale(.4) translateX(-125%) translateY(-125%);
        position: absolute;
        top: 50%;
        left: 50%
    }

    .quick-link {
        top: auto;
        bottom: 0
    }

    .header-top {
        height: 32px
    }

    .header-top .logo img {
        height: 32px;
        padding: 0 10px
    }

    .header-top .menu a {
        height: 32px;
        padding-top: 5px
    }

    .columns.left {
        width: 50%
    }

    .columns.right {
        width: 50%
    }

    .page-home .logo-container {
        top: 40px
    }

    .page-home .logo-container img.h-logo {
        height: 80px
    }

    .page-contact .contact .columns li:first-child, .page-contact .fields:first-child {
        margin-top: 0
    }

    .page-contact .contact .columns li, .page-contact .form .fields {
        margin-top: 5px
    }

    .page .form textarea {
        min-height: 64px
    }

    .p-footer .arrow-d {
        bottom: 10px;
        display: none
    }

    .page-footer {
        display: none
    }
}