/*!
 * Author        : Stylus Vision
 * Url           : https://themeforest.net/user/stylusvision/portfolio
 * Template Name : RYZER - HTML Template
 * Version       : 1.0
 */


/*----------------------------------------------------------------
    
TABLE OF CONTENT

01. Preloader
02. General
03. Navigation
04. Logo
05. Social links
06. Home section
07. About section
08. Services section
09. Projects section
10. Contact section
11. Images
12. Mobile devices

----------------------------------------------------------------*/


/*---------------------------------------------------------------- 
01. Preloader
----------------------------------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

.cssload-container {
    position: absolute;
    width: 100%;
    height: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    overflow: hidden !important;
}

.cssload-speeding-wheel {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border: 3px solid rgb(0, 0, 0);
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: cssload-spin 575ms infinite linear;
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*---------------------------------------------------------------- 
02. General
----------------------------------------------------------------*/

html {
    position: relative;
    min-height: 100%;
}

body {
    overflow-y: auto !important;
}

body .nav-link {
    font-size: 12px !important;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    color: #fff !important;
    letter-spacing: normal;
}

a {
    text-decoration: none !important;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.hidd {
    opacity: 0;
}

.viz {
    opacity: 1;
    transition: 0.3s;
}


/* For IE10+ */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    * {
        outline: none;
    }
}


/*---------------------------------------------------------------- 
03. Navigation
----------------------------------------------------------------*/

.navbar {
    width: 230px;
    background: #000 !important;
}

.navbar-nav {
    height: 100vh;
    overflow-y: auto;
    padding-top: 14vh;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
    outline: none;
}

#side {
    position: fixed;
    background: #1f212d;
    width: 50px;
    height: 40px;
    top: 0px;
    left: 0;
    z-index: 2000;
    cursor: pointer;
}

#side:hover:after {
    color: #acb2c5;
    transition: 0.3s;
}

#side:after {
    position: absolute;
    font-family: 'Font Awesome\ 5 Free';
    content: "\f060";
    color: #e9ecf5;
    font-weight: 900;
    font-size: 17px;
    top: 8px;
    left: 16px;
    transition: 0.5s;
}

#side.arrow-left:after {
    position: absolute;
    transform: rotate(0deg);
    transition: 0.3s;
}

#side.arrow-right:after {
    position: absolute;
    transform: rotate(-180deg);
    transition: 0.3s;
}

.navbar-toggler-icon {
    color: #393b48;
}

.nav-link {
    font-family: 'Roboto', sans-serif;
    font-size: 13px !important;
    font-weight: 900 !important;
    color: #fff;
}

.nav-link:hover {
    color: #acb2c5 !important;
    transition: all 0.5s;
}

.nav-link:before {
    position: absolute;
    margin-left: -30px;
    margin-top: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 5px;
    height: 5px;
    content: '';
    transform: rotate( 45deg);
    transition: 0.3s;
    opacity: 0;
}

.nav-link:hover:before {
    position: absolute;
    margin-left: -20px;
    margin-top: 7px;
    border-top: 1px solid #acb2c5;
    border-right: 1px solid #acb2c5;
    width: 5px;
    height: 5px;
    content: '';
    transform: rotate( 45deg);
    opacity: 1;
}

.nav-link.active {
    color: #acb2c5 !important;
}

.nav-link-collapse:after {
    float: right;
    content: '\f067';
    font-family: 'FontAwesome';
}

.nav-link-show:after {
    float: right;
    content: '\f068';
    font-family: 'FontAwesome';
}

.nav-item ul.nav-second-level {
    padding-left: 0;
}

.nav-item ul.nav-second-level>.nav-item {
    padding-left: 20px;
}

.sidenav {
    overflow-y: auto;
    background: #000;
}

.container,
.container-fluid {
    padding: 0 !important;
}


/*---------------------------------------------------------------- 
04. Logo
----------------------------------------------------------------*/

.logo {
    margin: 0 40px;
}


/*---------------------------------------------------------------- 
05. Social links
----------------------------------------------------------------*/

.social i {
    padding: 6px;
    color: #fff;
    transition: 0.5s;
    cursor: pointer;
}

.social i:hover {
    transform: translateY(-2px);
    color: #acb2c5;
    transition: 0.5s;
}


/*---------------------------------------------------------------- 
06. Home section
----------------------------------------------------------------*/

#home {
    height: 100vh;
    overflow-y: hidden !important;
}

.header-title {
    font-family: 'Roboto', sans-serif !important;
    font-size: 120px;
    font-weight: 900;
    color: #fff;
}

.header-descr {
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    font-weight: 900;
    color: #fff;
    letter-spacing: 10px;
    padding-top: 20px;
}

.header-title,
.header-descr {
    position: relative;
    top: 40%;
    left: 0;
    display: flex;
    justify-content: center;
    line-height: 1;
}

.more {
    position: absolute;
    top: calc(100% - 50px);
    text-align: center;
    font-weight: 900;
    left: calc(50% - 20px);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
}

@keyframes updown {
    0% {
        transform: translateY(-20%);
    }
    50% {
        transform: translateY(20%);
    }
    100% {
        transform: translateY(-20%);
    }
}

.fa-chevron-down {
    color: #fff;
    font-size: 26px;
    animation: updown 2s ease-in infinite;
}

.line-text {
    position: absolute;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    font-weight: 900;
    color: #fff;
    transform: rotate(270deg) !important;
}

#about .line-text {
    top: 100px;
    left: calc( 58.34% + 76px);
}

#services .line-text {
    top: 97px;
    left: -19px;
}

#projects .line-text {
    top: 101px;
    left: -22px;
}

#contact .line-text {
    top: 97px;
    left: -18px;
}

.line-text:before {
    position: absolute;
    top: 6px;
    left: -14px;
    height: 20px;
    width: 1px;
    background: #fff;
    content: '';
}

.line-text:after {
    position: absolute;
    top: 6px;
    margin-left: 14px;
    height: 20px;
    width: 1px;
    background: #fff;
    content: '';
}


/* Home slider */

#slider .carousel-control-prev,
#slider .carousel-control-next {
    width: 32px;
    height: 32px;
    font-size: 16px;
    color: #fefefe;
    background: transparent;
    border: 1px solid #fefefe !important;
    transition: 0.2s;
}

#slider .carousel-control-prev:hover,
#slider .carousel-control-next:hover {
    color: #fefefe;
    border: 3px solid #fefefe !important;
    transition: 0.2s;
}

#slider .carousel-control-next {
    top: calc(100% - 50px);
    left: calc(50% + 20px);
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

#slider .carousel-control-prev {
    top: calc(100% - 50px);
    left: calc(50% - 20px);
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

#slider .carousel-control-prev:focus,
#slider .carousel-control-next:focus {
    background: transparent !important;
}

#slider .carousel-caption {
    position: absolute;
}

#slider .carousel-caption .title {
    position: relative;
    bottom: 40vh;
    font-family: 'Roboto', sans-serif;
    font-size: 110px;
    font-weight: 900;
    color: #fff;
}

#slider .carousel-caption .desc {
    position: relative;
    bottom: 40vh;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
}

#slider .carousel-caption .more-s.button {
    position: absolute;
    bottom: calc(40vh - 100px) !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    height: 40px;
    width: 160px;
    color: #fff;
    background: #000;
    padding-top: 11px;
    transition: 0.3s;
    border-radius: 0;
}

.carousel-caption .more-s.button:hover {
    color: #fff;
    background: #1b2227;
    transition: 0.3s;
}

#slider .carousel-item {
    transition: 1s;
}


/*---------------------------------------------------------------- 
07. About section
----------------------------------------------------------------*/

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 0.1s;
    transition-property: opacity;
    transition: 0.1s;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.carousel-item .title {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    top: 34%;
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}

.carousel-item p {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    top: calc(34% + 38px);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.carousel-control-prev i,
.carousel-control-next i {
    padding: 0;
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    font-size: 12px;
    color: #000;
    background: #fff;
    opacity: 1;
}

#demos .carousel-control-prev.nav-dis,
#demos .carousel-control-prev:focus.nav-dis,
#demos .carousel-control-prev:hover.nav-dis,
#demos .carousel-control-next.nav-dis,
#demos .carousel-control-next:hover.nav-dis,
#demos .carousel-control-next:focus.nav-dis {
    color: #fff !important;
    background: #0c0c0c !important;
    opacity: 1 !important;
}

#demos .carousel-control-next {
    position: absolute;
    top: calc(100% - 80px) !important;
    left: 0 !important;
    border: 10px;
}

#demos .carousel-control-prev {
    position: absolute;
    top: calc(100% - 40px) !important;
    left: 0 !important;
    border: 10px;
}

a.carousel-control-next:focus,
a.carousel-control-prev:focus {
    color: #000;
    background: #fff !important;
    opacity: 1;
}

a.carousel-control-next:hover,
a.carousel-control-prev:hover {
    color: #000;
    background: #fff;
    opacity: 1;
}

.section {
    background: #000;
}

.descr {
    height: 100vh;
    background: #000;
}

.descr .title {
    position: relative;
    margin: 0 auto;
    text-align: center;
    top: 35%;
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.descr p {
    position: relative;
    margin: 0 auto;
    top: calc(35% + 40px);
    padding-right: 50px;
    padding-left: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.descr .decor {
    position: absolute;
    top: calc( 100% - 40px);
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 900;
    z-index: 1;
}


/*---------------------------------------------------------------- 
08. Services section
----------------------------------------------------------------*/

.serv,
.serv * {
    transition: 0.3s;
}

.serv {
    padding: 20px;
    width: auto;
    min-height: 210px !important;
    height: 33.33vh;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.decor {
    position: absolute;
    right: 17px;
    top: calc( 100% - 150px);
    color: rgba(136, 138, 150, 0.1);
    font-family: 'Oswald', sans-serif;
    font-size: 160px;
    font-weight: 700;
    z-index: 1;
}

.serv:hover .decor {
    position: absolute;
    right: 34px;
    top: -2px;
    font-size: 80px;
    font-weight: 700;
    color: #fff;
}

.serv:hover {
    background: #000;
}

.serv .title {
    position: relative;
    top: 20px;
    font-family: 'Oswald', sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
}

#services .serv:hover,
#services .serv:hover i,
#services .serv:hover p {
    color: #fff !important;
}

.serv i {
    position: relative;
    top: 10px;
    font-size: 40px;
    color: #000;
}

.serv p {
    position: relative;
    top: 10px;
    padding: 0 20px 0 0;
    width: 320px;
    color: #000 !important;
    z-index: 2 !important;
}

.content {
    position: relative;
    display: block;
    z-index: 1;
}

.section {
    display: none;
}

.section:target {
    display: block;
}

.section {
    animation: fadein 0.2s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/*---------------------------------------------------------------- 
09. Projects section
----------------------------------------------------------------*/

.modal-content {
    background: #000;
    z-index: 9000;
}

.portfolio-link img,
.portfolio-item,
.portfolio-link {
    width: 100%;
    height: 50vh;
    padding: 0;
    margin-bottom: 0px;
}

#projectdemos .carousel-control-prev.nav-dis,
#projectdemos .carousel-control-prev:focus.nav-dis,
#projectdemos .carousel-control-prev:hover.nav-dis,
#projectdemos .carousel-control-next.nav-dis,
#projectdemos .carousel-control-next:hover.nav-dis,
#projectdemos .carousel-control-next:focus.nav-dis {
    color: #fff !important;
    background: #0c0c0c !important;
    opacity: 1 !important;
}

#projects .carousel-control-next {
    position: absolute;
    top: calc(100% - 80px);
    left: 58.33%;
    border: 10px;
}

#projects .carousel-control-prev {
    position: absolute;
    top: calc(100% - 40px);
    left: 58.33%;
    border: 10px;
}

#projects .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    text-decoration: none;
    margin: 0 auto;
    cursor: pointer;
}

#projects .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all ease 0.5s;
    opacity: 0;
    background: rgba(255, 255, 255, 0);
}

#projects .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#projects .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    font-size: 20px;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    color: white;
}

#projects .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#projects .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

.portfolio-modal .modal-dialog {
    max-width: none;
    text-align: center !important;
    width: 100vw;
    height: 100vh;
    margin: 0;
}

.portfolio-modal .modal-content {
    min-height: 100%;
    width: 100vw;
    margin: 0;
    text-align: center;
    border: none;
    border-radius: 0;
    background-clip: border-box;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    padding-top: 30vh;
    font-size: 100px;
    margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    font-size: 26px !important;
    font-style: italic;
    margin: 20px 0 30px;
    font-family: 'Open Sans', sans-serif;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    width: 100%;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.modal-content {
    background: #000;
}

.portfolio-item .fa-plus {
    font-size: 14px;
    color: #000;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.modal-body .title {
    padding-top: 30vh;
    padding-bottom: 23px;
    font-size: 70px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
}

.modal-body .desc {
    padding-top: 10px !important;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.modal-body button {
    position: absolute;
    top: 10px;
    right: 40px;
    width: 40px;
    height: 40px;
    outline: none;
    opacity: 1 !important;
}

.close {
    opacity: 1 !important;
}

.close:before {
    position: absolute;
    top: 12px;
    right: 20px;
    height: 19px;
    width: 1px;
    content: '';
    background: #fff !important;
    transform: rotate(45deg);
    opacity: 1 !important;
}

.close:after {
    position: absolute;
    top: 12px;
    right: 20px;
    height: 19px;
    width: 1px;
    content: '';
    background: #fff !important;
    transform: rotate(135deg);
}

.modal-body i {
    font-size: 12px;
    color: #000;
    transform: rotate(45deg);
}


/*---------------------------------------------------------------- 
10. Contact section
----------------------------------------------------------------*/

#contact .bg-form {
    margin: 0;
    background: #fff !important;
}

.form {
    padding-top: 9vh !important;
}

#contact {
    background: #000 !important;
    height: 100vh !important;
    overflow-y: auto;
}

.contact.title {
    padding-top: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 400;
}

.contact.sub {
    padding-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 900;
    color: #000;
}

.inf {
    padding-top: 10px !important;
    padding-bottom: 40px !important;
}

.inf i {
    width: 40px;
    height: 40px;
    margin: 50px 20px 20px 20px;
    padding: 9px;
    color: #fff;
    border-radius: 4px;
    background: #000;
    font-size: 20px;
}

.inf h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
}

.inf p {
    font-size: 12px !important;
    color: #000 !important;
}

.form-control,
.form-control:focus {
    color: #000;
    border: none;
    border-bottom: 1px solid #000;
    box-shadow: none;
}

.form-control::placeholder {
    color: #000;
}

.form-control {
    height: 30px;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    background-color: transparent;
    background-clip: padding-box;
    border-bottom: 1px solid #787979;
    border-radius: 0;
}

textarea.form-control {
    height: 160px;
}

.msg {
    margin-top: 20px;
    padding: 8px 70px 8px 70px;
    color: #fff;
    background: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 900;
    border: none;
    outline: none !important;
    transition: 0.3s;
    border-radius: 50px;
    letter-spacing: 1px;
}

.msg:hover {
    color: #fff;
    background: #1b2227;
}


/*---------------------------------------------------------------- 
11. Images
----------------------------------------------------------------*/


/* Home section image */

.bg-home {
    height: 100vh;
    width: 100vw;
    background: url("../img/home.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover !important;
}


/* Home section slider images */

.bg-slide-1 {
    height: 100vh;
    width: 100vw;
    background: url("../img/slide-1.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover !important;
}

.bg-slide-2 {
    height: 100vh;
    width: 100vw;
    background: url("../img/slide-2.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover !important;
}

.bg-slide-3 {
    height: 100vh;
    width: 100vw;
    background: url("../img/slide-3.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover !important;
}


/* About section images */

.bg-about {
    background: url("../img/about.jpg");
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}


/* Projects section images */

.bg-project-1 {
    background: url("../img/project-1.jpg");
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.bg-project-2 {
    background: url("../img/project-2.jpg");
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.bg-project-3 {
    background: url("../img/project-3.jpg");
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.bg-project-4 {
    background: url("../img/project-4.jpg");
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.bg-project-5 {
    background: url("../img/project-5.jpg");
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.bg-project-6 {
    background: url("../img/project-6.jpg");
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.bg-project-7 {
    background: url("../img/project-7.jpg");
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.bg-project-8 {
    background: url("../img/project-8.jpg");
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.bg {
    height: 100vh;
}

.bgp {
    height: 50vh;
    width: auto;
    background-repeat: no-repeat;
    background-position: center !important;
    background-size: cover !important;
    z-index: 1 !important;
}

.bgm {
    height: 70vh;
    width: auto;
    background-repeat: no-repeat;
    background-position: center !important;
    background-size: cover !important;
    z-index: 1 !important;
}


/*---------------------------------------------------------------- 
12. Mobile devices
----------------------------------------------------------------*/

@media (max-width: 767px) {
    .animated {
        /*CSS animations*/
        animation: none !important;
    }
    .more {
        left: 50%;
    }
    .header-title {
        position: relative;
        top: 40%;
        left: 0;
        display: flex;
        justify-content: center;
        font-size: 80px;
        color: #fff;
    }
    .header-descr {
        position: relative;
        top: 40%;
        font-size: 10px !important;
        color: #fff;
        letter-spacing: 10px;
        padding-top: 20px;
    }
    .descr .title {
        top: 40px !important;
        font-size: 30px;
    }
    .descr p {
        top: 50px !important;
    }
    .services.page {
        margin-top: 50px;
    }
    .portfolio-modal .modal-dialog {
        max-width: none;
        text-align: center !important;
        width: 380px !important;
    }
}

@media (min-width: 768px) {
    .carousel-caption .more-s.button {
        left: calc(50% - 80px);
    }
}

@media ( max-width: 991px) {
    .logo {
        position: absolute;
        margin: 12px;
        top: -4px;
        left: -10px;
        z-index: 1000;
    }
    #hamburger {
        position: absolute;
        top: 0;
        right: 20px;
        z-index: 1000;
    }
    .navbar {
        top: 0;
        width: 100%;
        margin: 0 auto;
        padding: 28px;
        background: #000 !important;
    }
    .nav-link {
        font-size: 12px;
    }
    .social {
        position: relative !important;
        bottom: 60px !important;
    }
    #side {
        display: none;
    }
    #menu {
        position: fixed;
    }
    button#hamburger.hamburger {
        display: block;
    }
    button,
    #hamburger {
        border: none;
        outline: 0;
        background: transparent;
    }
    #hamburger {
        height: 50px;
        width: 50px;
        border: none;
        outline: 0;
    }
    .hamburger .line {
        width: 34px;
        height: 1px;
        background-color: #fff;
        display: block;
        margin: 6px auto;
        transition: all 0.3s ease-in-out;
    }
    .hamburger:hover {
        cursor: pointer;
    }
    #hamburger.is-active .line:nth-child(1),
    #hamburger.is-active .line:nth-child(3) {
        width: 20px;
    }
    #hamburger.is-active .line:nth-child(1) {
        transform: translateX(-10px) rotate(-45deg);
    }
    #hamburger.is-active .line:nth-child(3) {
        transform: translateX(-10px) rotate(45deg);
    }
    #slider .carousel-caption .title {
        position: relative;
        margin: 0;
        padding: 0 4px;
        bottom: 50vh;
        font-size: 44px;
        color: #fff;
    }
    #slider .carousel-caption .desc {
        position: relative;
        bottom: 50vh;
        font-size: 15px;
        color: #fff;
    }
    #slider .carousel-caption .more-s.button {
        bottom: calc(50vh - 60px) !important;
    }
    #slider .carousel-control-next {
        top: calc(100% - 100px) !important;
    }
    #slider .carousel-control-prev {
        top: calc(100% - 100px) !important;
    }
    .carousel-fade .carousel-item {
        margin-top: 54px;
    }
    .descr {
        height: 300px;
    }
    .descr .title {
        position: relative !important;
        top: 32px !important;
        font-size: 35px;
    }
    .descr p {
        position: relative !important;
        top: 60px !important;
        padding-right: 70px;
        padding-left: 70px;
    }
    #about .line-text {
        top: calc( 100% - 205px);
        left: -26px;
    }
    .img-about {
        position: relative !important;
        height: 60vh !important;
        width: 100vw;
        margin-top: 50px;
        bottom: 0 !important;
    }
    #demos .carousel-control-next {
        top: calc( 0% + 45px) !important;
        left: calc(100% - 40px) !important;
    }
    #demos .carousel-control-prev {
        top: calc( 0% + 84px) !important;
        left: calc(100% - 40px) !important;
    }
    #services {
        margin-top: 50px;
    }
    #services .line-text {
        top: 93px;
        left: -22px;
    }
    #projectdemos .carousel-item {
        padding-top: 50px;
    }
    #projects .carousel-control-next {
        top: calc(100% - 255px);
        left: calc(100% - 40px);
    }
    #projects .carousel-control-prev {
        top: calc(100% - 215px);
        left: calc(100% - 40px);
    }
    #projects .line-text {
        top: 97px;
        left: -25px;
    }
    .contact.title {
        padding-top: 90px;
        font-family: 'Oswald', sans-serif;
        font-size: 30px;
        font-weight: 900;
    }
    #contact .line-text {
        top: 92px;
        left: -22px;
    }
    .modal-body .title {
        padding-top: 10px !important;
        font-size: 50px !important;
    }
    .modal-body .desc {
        padding-top: 0 !important;
    }
}

@media ( min-width: 992px) {
    .navbar-nav {
        padding-top: 18vh;
    }
    button#hamburger.hamburger {
        display: none;
    }
    #menu {
        height: 100px;
        width: 230px;
    }
    .sidenav {
        position: absolute;
        left: 0;
        width: 230px;
        height: 100vh;
        box-sizing: border-box;
    }
    .navbar-expand-lg .sidenav {
        top: 100px;
        flex-direction: column;
    }
    .social {
        position: absolute;
        right: 10px;
        bottom: 10px;
        z-index: 5000;
    }
    .content-wrapper {
        overflow-y: hidden !important;
        margin: 0 0 0 230px;
        transition: 0.1s !important;
    }
    .content-wrapper.screen {
        margin: 0;
        transition: 0.1s !important;
    }
    .modal-body button:hover.close:before {
        transform: rotate(225deg) !important;
        transition: 0.3s;
    }
    .modal-body button:hover.close:after {
        transform: rotate(315deg) !important;
        transition: 0.3s;
    }
    .contact.title {
        padding-top: 30px;
        font-family: 'Oswald', sans-serif;
        font-size: 35px;
        font-weight: 900;
    }
    .bgm {
        height: 100vh;
        width: auto;
        background-repeat: no-repeat;
        background-position: center !important;
        background-size: cover !important;
        z-index: 1 !important;
    }
}

@media (max-width: 1199px) {
    .serv p {
        padding: 0 80px 0 0;
    }
    .decor {
        right: 17px;
        top: calc( 100% - 94px);
        font-size: 100px;
    }
    .serv:hover .decor {
        position: absolute;
        right: 34px;
        top: 14px;
        font-size: 40px;
        font-weight: 700;
        color: #fff;
    }
}

@media (min-width: 1200px) {
    #services {
        height: 100vh;
    }
}

@media ( max-width: 400px) {
    .bg {
        min-height: 400px;
    }
}