body {
    /*overflow-x: ;*/
    margin: 0;
    padding: 0;
}

.site-login {
    padding: 200px 0;
}

/*================================NAVBAR===============================*/
.navbar {
    position: absolute;
    width: 100%;
    height: 160px;
    background-color: #222224;
    opacity: 0.95;
    border-radius: unset;
    border-bottom: 3px solid #b8a279;
    padding: 0 280px;
    z-index: 10;
}

.navbar-brand img {
    width: 117px;
}

.nav-bar-links {
    position: absolute;
    right: 280px;
    top: 58%;
    text-align: right;
}

.nav-bar-links li {
    list-style: none;
    display: inline;
    padding: 10px 10px;
}

.nav-bar-links li a {
    font-size: 20px;
    font-weight: 600;
    color: #b8a279;
}

.nav-bar-links li .active {
    text-decoration: underline;
}

.nav-bar-info {
    margin-right: -5px;
    margin-top: 38px;
    text-align: right;
}

.nav-bar-info span {
    font-family: Poppins sans-serif;
    font-weight: 600;
    letter-spacing: 1.4px;
    color: #8d8d8d;
}

@media screen and (max-width: 1600px) {
    .navbar {
        height: 140px;
        padding: 0 100px;
    }

    .navbar-brand {
        padding: unset !important;
    }

    .nav-bar-links {
        right: 100px;
        top: 58%;
    }
}

@media screen and (max-width: 1100px) {
    .navbar {
        height: 140px;
        padding: 0 22px;
    }

    .nav-bar-links {
        right: 22px;
        top: 58%;
    }

    .nav-bar-links li a {
        font-size: 15px;
    }

    .nav-bar-info {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .navbar {
        height: 65px;
    }

    .navbar-brand img {
        width: 50px;
    }

    .slider-opacity {
        height: calc(100vh - 65px) !important;
        top: 65px !important;
    }

    .image-logo {
        margin-top: 30vh !important;
    }

    .image-logo img {
        width: 180px !important;
    }

    .mobil-menu {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 65px;
    }

    .menu-wrapper {
        width: 24px;
        height: 38px;
        position: absolute;
        right: 0;
        text-align: -webkit-center;
        padding: 4px;
        margin-top: 12px;
        margin-right: 10px;
    }

    .menu-point {
        width: 6px;
        height: 6px;
        border-radius: 3px;
        border: 3px solid white;
        margin: 3px;
    }

    .mobil-hidden-menu {
        position: absolute;
        top: 65px;
        left: 0;
        width: 100%;
        height: calc(100vh - 65px);
        background: #222224;
        opacity: .9;
        z-index: 20;
        display: none;
    }

    .mobil-menu-links {
        padding: 0;
        text-align: center;
        padding-top: calc(100vh - 145%);
    }

    .mobil-menu-links li {
        list-style: none;
        padding: 10px;
    }

    .mobil-menu-links li a {
        font-size: 20px;
        font-weight: 600;
        color: #b8a279;
    }
}

/*===================end Navbar =======================================*/

/*=====================SLIDER------------------------*/
section#slider {
    /*height: 100vh;*/
}

.slider-part {
    height: 100%;
}

#myCarousel {
    height: 100vh;
}

.carousel-inner img {
    width: 100%;
    height: -webkit-fill-available !important;
    object-fit: cover;
}

.slider-opacity {
    width: 100%;
    height: calc(100vh - 160px);
    position: absolute;
    background: rgba(0, 0, 0, 0);
    z-index: 10;
    top: 160px;
}

.image-logo {
    text-align: center;
    margin-top: 22vh;
}

.navigation-part {
    padding: 70px 160px;
    background: #222224;
}

.image-link-item {
    text-align: center;
    color: white;
    font-family: Poppins sans-serif;
    font-size: 13px;
    line-height: 1.46;
}

.image-links-line {
    width: 70px;
    height: 1px;
    background: white;
}

.image-links-logo {
    height: 90px;
    padding: auto;
}

.image-links-logo img {
    width: 70px;
}

.image-links-header {
    /*padding-bottom: ;*/
}

@media screen and (max-width: 1600px) {
    .slider-opacity {
        height: calc(100vh - 140px);
        top: 140px;
    }

    .image-logo img {
        width: 400px;
    }

    .navigation-part {
        padding: 50px 60px;
    }
}

@media screen and (max-width: 1100px) {
    .slider-opacity {
        height: calc(100vh - 140px);
        top: 140px;
    }

    .image-logo img {
        width: 300px;
    }
}

@media screen and (max-width: 992px) {
    .image-link-item {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 770px) {

}

/*================================================   TEXT IMAGE            */

#text-image {
    padding: 220px 280px;
}

#text-image .text-part {
    padding-right: 160px;
}

#text-image .text-image-header {
    font-family: Roboto sans-serif;
    font-size: 40px;
    line-height: 1.33;
    color: #000000;
    padding: 56px 0;
}

.text-image-content {
    opacity: 0.76;
    font-family: Source Sans Pro sans-serif;
    font-size: 16px;
    line-height: 1.56;
    letter-spacing: 0.8px;
    color: #707070;
    padding-right: 60px;
}

.text-image-image {
    min-height: 625px;
}

.text-image-image .img-banner {
    width: 100%;
    height: -webkit-fill-available;
    background-size: cover;
}

.text-image-image:after {
    position: absolute;
    top: 26px;
    left: -25px;
    content: '';
    width: 61px;
    height: 76px;
    background-image: linear-gradient(to bottom, #b8a279, #c4a161);
}

@media screen and (max-width: 1600px) {
    #text-image {
        /*margin-top: 330px;*/
        padding: 220px 180px;
    }

    #text-image .text-part {
        padding-right: 50px;
    }

    .text-image-image {
        min-height: 500px;
    }

    .text-image-content {
        padding-right: 20px;
    }

    #text-image .text-image-header {
        font-size: 35px;
        padding: 0 0 20px 0;
    }
}

@media screen and (max-width: 1350px) {
    #text-image {
        /*margin-top: 250px;*/
        padding: 220px 50px;
    }
}

@media screen and (max-width: 992px) {
    .text-image-image {
        margin: 60px;
    }

    .custom-o {
        padding-left: 60px;
    }

    .per-card {
        max-width: 420px;
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
    #text-image {
        padding: 100px 22px;
    }

    .text-image-image {
        margin: 0;
    }
    .custom-o {
        padding-left: 0;
    }
    #text-image .text-part {
        padding-right: 0;
    }
}

/*===================================================================================*/

#design {
    margin-bottom: 250px;
}

.ui-design, .web-design {
    box-shadow: 0 3px 50px 0 rgba(34, 34, 36, 0.2);

}

.web-dev {
    margin-top: 70px;
    background-image: linear-gradient(to bottom, #b8a279, #c4a161);
}

.web-design {
    margin-top: 140px;
}

.ui-design, .web-design, .web-dev {
    height: 430px;
    padding: 50px;
}

.ui-design:before {
    position: absolute;
    top: 26px;
    left: -10px;
    content: '';
    width: 43px;
    height: 54px;
    background-image: linear-gradient(to bottom, #b8a279, #c4a161);
}

.ui-design:after {
    position: absolute;
    top: 85px;
    left: 84px;
    content: '';
    width: 71px;
    height: 70px;
    background-image: linear-gradient(to bottom, #b8a279, #c4a161);
}

.web-design:before {
    position: absolute;
    top: 165px;
    left: -5px;
    content: '';
    width: 43px;
    height: 54px;
    background-image: linear-gradient(to bottom, #b8a279, #c4a161);
}

.web-design:after {
    position: absolute;
    top: 225px;
    left: 84px;
    content: '';
    width: 71px;
    height: 70px;
    background-image: linear-gradient(to bottom, #b8a279, #c4a161);
}

.web-dev:before {
    position: absolute;
    top: 110px;
    left: 0;
    content: '';
    width: 43px;
    height: 54px;
    opacity: 0.4;
    background-image: linear-gradient(to bottom, #b8a279, #c4a161);
    z-index: -1;
}

.ui-design .header, .web-design .header {
    font-family: Roboto sans-serif;
    font-size: 24px;
    color: #000000;
    margin-top: 130px;
}

.web-dev .header {
    font-family: Roboto sans-serif;
    font-size: 24px;
    color: #ffffff;
    margin-top: 130px;
}

.ui-design .content, .web-design .content {
    position: relative;
    top: 70%;
    transform: translateY(-50%);
    font-family: Source Sans Pro sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.56;
    color: #000000;
}

.web-dev .content {
    position: relative;
    top: 100%;
    transform: translateY(-100%);
    font-family: Source Sans Pro sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.56;
    color: #ffffff;
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1100px) {

}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 770px) {
    #design {
        margin-bottom: 50px;
    }

    .perlit-header {
        margin-bottom: 0 !important;
    }

    .web-dev {
        margin-top: 40px;
    }

    .web-design {
        margin-top: 40px;
    }

    .web-design:before {
        top: 35px;
    }

    .web-design:after {
        top: 95px;
    }
}

/*==============================================PERLIT----------------------*/

#perlit {

}

.perlit-header {
    text-align: center;
    font-family: Nunito Sans sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #111111;
    margin-bottom: 80px;
}

.per-card {
    width: 100%;
}

.per-card-img {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
}

.per-card .text-part {
    width: 100%;
    background: #f1f1f1;
    /*padding: 30px;*/
}

.per-card-title {
    font-family: Nunito Sans sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #1a1a1a;
    padding: 30px;
}

.per-card-desc {
    font-family: Montserrat sans-serif;
    font-size: 18px;
    line-height: 1.33;;
    color: #484848;
    padding: 0 30px 30px 30px;
    border-bottom: 3px solid #cfcfcf;
}

.p-40 {
    padding: 40px;
}

.p-20 {
    padding: 20px;
}

.per-card-fraccia, .per-card-teacher {
    width: 100%;
    text-align: center;
    font-family: Nunito Sans sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    color: #1a1a1a;
    border-bottom: 3px solid #cfcfcf;
}

.per-card-teacher {

}

.per-card-link {
    font-family: Nunito Sans sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}

.per-card-link:hover {
    text-decoration: none;
    color: #ffffff;
    font-size: 28px;
}

.per-card-btn {
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #2b2727;
    border-radius: 30px;
}

.view-all {
    margin-top: 60px;
    margin-bottom: 200px;
    text-align: center;
    opacity: 0.5;
    font-family: Nunito Sans sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #1a1a1a;
}

@media screen and (max-width: 1600px) {
    .per-card {
        transform: scale(.8);
    }
}

@media screen and (max-width: 1100px) {
    .per-card {
        transform: scale(1);
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 770px) {
    .per-card {
        transform: scale(.8);
        margin-bottom: -80px;
        margin-top: -50px;
    }

    .view-all {
        margin-top: 0;
        margin-bottom: 40px;
    }
}

/*=================================== video*/
#video {
    padding-top: 20px;
    padding-bottom: 100px;
}

#video video {
    height: 70vh !important;
    width: initial;
}
@media screen and (max-width: 1100px) {
    #video video {
        max-width: -webkit-fill-available;
        height: unset !important;
    }
}
@media screen and (max-width: 770px) {
    #video {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/*===================================== gallery */
.section-gallery-header {
    margin-top: 200px;
    margin-bottom: 50px;
    text-align: center;
    font-family: Nunito Sans sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #111111;
}

#gallery .my-slider {
    padding: 40px 160px;
}

#gallery .owl-carousel {
    padding-top: 20px;
}

#gallery .owl-item img {
    height: 30vh;
    object-fit: cover;
    cursor: grab;
}

@media screen and (max-width: 1600px) {
    .section-gallery-header {
        margin-top: 150px;
    }

    #gallery .my-slider {
        padding: 40px 100px;
    }
}

@media screen and (max-width: 1100px) {
    #gallery .my-slider {
        padding: 40px 40px;
    }
}

@media screen and (max-width: 992px) {
    #gallery .owl-item img {
        min-height: 250px;
        max-height: 400px;
    }
}

@media screen and (max-width: 770px) {
    .section-gallery-header {
        margin-top: 20px;
        margin-bottom: 0;
    }

    #gallery .owl-item img {
        min-height: 250px;
        max-height: 400px;
    }
}

/*                  Certificate   */

#certificate {

}

#certificate .my-slider {
    padding: 40px 160px 100px 160px;
}

#certificate .owl-carousel {
    padding-top: 40px;
}

#certificate .owl-item img {
    height: 30vh;
    object-fit: contain;
    cursor: grab;
}

.section-certificate-header {
    margin-top: 200px;
    margin-bottom: 50px;
    text-align: center;
    font-family: Nunito Sans sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #111111;
}

@media screen and (max-width: 1600px) {
    .section-certificate-header {
        margin-top: 150px;
    }

    #certificate .my-slider {
        padding: 40px 100px;
    }
}

@media screen and (max-width: 1100px) {
    #certificate .my-slider {
        padding: 40px 40px;
    }
}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 770px) {
    .section-certificate-header {
        margin-top: 20px;
        margin-bottom: 0;
    }

    #certificate .owl-carousel {
        padding-top: 0;
    }

    #certificate .owl-item img {
        height: 70vh;
    }
}

/*================================*/
#order-calc {

}

.section-order-header {
    font-family: Nunito Sans sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #111111;
    text-align: center;
    margin: 280px 0 95px 0;
}

#order-calc .order-form {
    min-height: 400px;
}

@media screen and (max-width: 1600px) {
    .section-order-header {
        margin-top: 150px;
    }

}

@media screen and (max-width: 1100px) {

}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 770px) {
    .section-order-header {
        margin: 0 0 40px 0;
    }
}

/*=======================================FOOTER  */

footer {
    min-height: 100px;
    background: #2b2b2b;
}

.footer-menu {
    height: 100px;
    line-height: 100px;
}

.footer-menu-ul {
    padding: 0;
    text-align: center;
}

.footer-menu-items {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}

.footer-menu-items a {
    font-family: Poppins sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding: 10px;
}

.footer-line {
    width: 100%;
    border: 1px solid #cfcfcf
}

.footer-full-menu {
    padding: 80px 0;
}

.full-item {
    list-style: none;
}

.full-item a, .footer-about, .full-item {
    font-family: OpenSans sans-serif;
    font-size: 16px;
    line-height: 2.06;
    color: #bebebe;
}

.copyright {
    height: 70px;
    line-height: 70px;
    padding: 0 140px 0 140px;
}

.created-by p {
    opacity: 0.68;
    font-family: OpenSans sans-serif;
    font-size: 15px;
    color: #ffffff;
    margin: 0;
}

@media screen and (max-width: 1600px) {
    .footer-menu {
        height: 50px;
        line-height: 50px;
    }

    .footer-menu-items a {
        font-size: 14px;
    }

    .footer-full-menu {
        padding: 20px 0;
    }

    .full-item a, .footer-about, .full-item {
        font-size: 12px;
        line-height: 1.6;
    }

    .copyright {
        height: 40px;
        line-height: 40px;
        padding: 0 50px 0 50px;
    }

    .created-by p {
        font-size: 12px;
    }
}

@media screen and (max-width: 1100px) {

}

@media screen and (max-width: 992px) {
    .footer-menu {
        height: 40px;
        line-height: 40px;
    }

    .footer-menu-items {
        padding: 0 4px;
    }

    .small-media-cont {
        width: 100%;
    }

    .footer-menu-items a {
        font-size: 12px;
        font-weight: 300;
        padding: 5px;
    }

    .copyright {
        height: 30px;
        line-height: 30px;
        padding: 0 20px 0 20px;
    }

    .created-by p {
        font-size: 11px;
    }
}

@media screen and (max-width: 768px) {
    .full-item a {
        font-size: 18px;
    }

    .copyright {
        height: 30px;
    }

    .created-by p {
        font-size: 8px;
    }
}

/*==============contact page*/
#page-pre-order {
    padding-top: 160px;
}

.h-100 {
    height: 100px;
}

.m-t-30 {
    margin-top: 30px;
}

.pre-order-page-text-content {
    margin: 180px 0 60px 0;
}

.pre-order-page-text-content p {
    font-family: Source Sans Pro sans-serif;
    font-size: 16px;
    line-height: 1.56;
    letter-spacing: 0.8px;
    color: #707070;
}

.pre-order-page-header {
    margin-top: 180px;
    font-family: Nunito Sans sans-serif;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    color: #111111;
    margin-bottom: 70px;
}

.pre-order-page-form {
    width: 100%;
    padding: 0 110px;
    margin-bottom: 200px;
}

.form-wrapper {
    width: 100%;
    height: auto;
    /*background: yellow;*/
}

.form-wrapper-text p {
    opacity: 0.76;
    font-family: Source Sans Pro sans-serif;
    font-size: 16px;
    line-height: 1.56;
    letter-spacing: 0.8px;
    color: #707070;
}

.my-form label {
    font-family: Poppins sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.42;
    color: #707070;
}

.my-form input {
    padding: 5px;
    width: 100%;
    background: unset;
    border: none;
    border-top: 2px solid #cfcfcf;
}

.my-form textarea {
    width: 100%;
    height: 200px;
    background: unset;
    resize: none;
    border: 2px solid #cfcfcf;
}

#form-submit {
    border: unset;
    color: white;
    background: #000;
    width: 100%;
    height: 40px;
    border-radius: 20px;
}

.order-price {
    line-height: 40px;
    font-family: Source Sans Pro sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    color: #707070;
}

.form-map {
    height: 511px;
    background: wheat;
}

form, .form-map-wrapper {
    padding: 0 20px;
}

@media screen and (max-width: 1600px) {
    #page-pre-order {
        padding-top: 0;
    }

    .my-form textarea {
        height: 104px;
    }

    .form-map {
        height: 425px;
    }

    .pre-order-page-form {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 1100px) {

}

@media screen and (max-width: 992px) {
    .mob-m-t-70 {
        margin-top: 70px;
    }
}

@media screen and (max-width: 770px) {
    #page-pre-order {
        padding-top: unset;
    }

    .pre-order-page-text-content {
        margin-top: 100px;
    }

    .pre-order-page-header {
        margin-top: 100px;
        margin-bottom: 0;
    }

    .pre-order-page-form {
        padding: 0;
        margin-bottom: 20px;
    }

    .form-wrapper-text p {
        padding: 15px;
    }

    .my-form {
        margin-top: 60px;
    }

    .form-map {
        height: 300px;
    }

    #map {
        width: 100%;
        height: 100%;
    }

}
#about, #factory {
    padding: 200px 0 100px 0;
}
#about p, #factory p{
    opacity: 0.76;
    font-family: Source Sans Pro sans-serif;
    font-size: 16px;
    line-height: 1.56;
    letter-spacing: 0.8px;
    color: #707070;
}
.p-title h4{
    text-align: center;
    font-family: Nunito Sans sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #111111;
    margin-bottom: 70px;
}
.p-img, .p-img img{
    width: 70%;
    height: 50vh;
}
.p-img img{
    object-fit: cover;
}
.p-text-content{
    margin-top: 100px;
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1100px) {

}

@media screen and (max-width: 992px) {
    .p-img, .p-img img{
        width: 80%;
        height: 40vh;
    }
}

@media screen and (max-width: 767px) {
    #about, #factory{
        padding: 100px 0 50px 0;
    }
    .p-img, .p-img img{
        width: 100%;
        height: 40vh;
    }
    .p-title h4{
        font-size: 32px;
    }
}
#p-perlit{
    padding: 200px 0 100px 0;
}

/*==========================================================*/

#p-certificate{
    padding-top: 200px;
}
#p-certificate .section-certificate-header{
    margin-top: 0;
}
#p-certificate .my-slider {
    padding: 40px 160px 50px 160px;
}

#p-certificate .owl-carousel {
    padding-top: 40px;
}

#p-certificate .owl-item img {
    height: 30vh;
    object-fit: contain;
    cursor: grab;
}

#p-certificate .image-content{
    width: 100%;
    min-height: 100px;
    padding: 0 100px;
    text-align: center;
}
#cert-image{
    max-width: 60%;
    margin: auto;
}
#cert-image img{
    width: 100%;
}
@media screen and (max-width: 767px) {
    #p-certificate{
        padding-top: 100px;
    }
    #p-certificate .my-slider {
        padding: 40px 20px 50px 20px;
    }
    #p-certificate .image-content{
        padding: 0 20px;
    }
    #cert-image{
        max-width: 80%;
    }
}