@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap');

/* RESTYLING */

* { padding: 0px; margin: 0px;}

html, body, header {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 10pt;
    color: #333;
    background-image: url("../img/back2.webp");
    background-size: 30%;
}

header {
    height: 64px;
    border-bottom: 1px solid rgb(218,218,218);
    line-height: 21.12px;
    background:white;
}

h1 {
    font-size:20px;
}

/* GENERIC */

.container{
    width: 1440px;
    margin-left: calc(50% - 720px);
}

.responsive-container {
    display: flex;
}

.spaced-title{
    letter-spacing: 10px;
    color: #333;
}

/* NAVS */

nav[class^='nav-'] {
    width: 40%;
}

.nav-right {
    direction: rtl
}

.nav-item {
    padding:0px 11px;
    line-height: 60px;
    cursor: pointer;
}

.nav-item:hover {
    color: rgb(0,82,154);
    font-weight: 550;
}

.nav-item-under-line{
    height: 4px;
    background: black;
}

/* LOGO */

.main-logo{
    width:20%;
    text-align: center;
}

.main-logo>img{
    height:64px;
}

/* MENU */

.menu-container{
    width: 100%;
    height: 300px;
    border-bottom: 1px solid rgb(218,218,218);
    position:absolute;
    left:0px;
    line-height: 40px;
    color: #333;
    background-color: white;
    z-index: 2000;
}

.menu-context{
    width:320px;
    margin: 30px 20px 20px 20px;
    height: 200px;
}

.menu-context>img{
    height: 100%;
}

.menu-item{
    display:block;
    cursor: pointer;
    font-weight: 400;
}

/* CAROUSEL */

.carousel{
    cursor: pointer;
}

.carousel-indicators li {
    transition: border 0.5s;
    width: 15%;
    height: 30px;
    color: rgb(0,0,0);
    text-indent: 0px;
    border: none;
    border-bottom: 3px solid rgb(170,170,170);
    border-radius: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    overflow: hidden;
}

.carousel-indicators .active{
    width: 15%;
    height: 30px;
    border: none;
    background: none;
    border-bottom: 3px solid rgb(90,90,90);
    border-radius: 0px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-control{
    text-shadow: 0 2px 4px rgb(40,40,40);
}

/* PRODUCTS */

.products-title-container{
    width:100%;
    text-align: center;
    font-size: 32px;
    font-weight:400;
    line-height: 42px;
    margin-top: 25px;
}

div[class^='products-1-1'] {
    width: 100%;
    padding: 20px;
    display: flex;
    font-weight:300;
}

.product-card{
    cursor: pointer;
    border-radius: 5px;
    box-shadow:0px 0.917em 1.94em 0.04em rgba(0,0,0,0.1);
    background:rgba(248, 248, 248,0.8);
    transition: box-shadow 0.5s;
}

.product-card:hover{
    box-shadow:0px 0.917em 1.94em 0.04em rgba(0,0,0,0.25);
}

.products-1-1-1-container>div{
    width: calc(1360px / 3);
    height: calc((1360px / 3) * 0.6);
    margin: 0px 20px;
}

.products-1-1-1-container:first-child{
    margin: 0px;
}

.products-1-1-1-container:last-child{
    margin: 0px;
}

.products-1-1-1-container>div:hover{
    font-weight:400;
}

.product-image{
    width: 100%;
    height: calc(80% - 10px);
    margin-top: 10px;
    text-align: center;
    transition: transform 1s;
}

.product-image:hover{
    transform: scale(1.2);
}

.product-image-big{
    height: calc(85% - 10px);
}

.product-image-small{
    height: calc(90% - 70px);
}

.product-image>img{
    height: 100%;
    width: auto;
}

.product-title{
    width: 100%;
    height: auto;
    font-size:20px;
    text-align: center;
}

.product-title-big{
    text-align: center;
    font-size:30px;
    font-weight: 400;
}

.products-1-4-container{
    width: 1360px;
    padding: 20px 20px 20px 0px;
    margin: 10px 40px;
    display: flex;
}

.product-1-4-left, .product-1-4-right{
    width: calc(50% - 15px);
    height: calc(680px * 1.2);
}

.product-1-4-right{margin-left:30px;}

div[class^='product-1-4-right-']{
    width:100%;
    height:50%;
    margin-bottom: 15px;
    cursor: pointer;
}

div[class^='product-1-4-right-']>div{
    width: calc(50% - 15px);
    height: calc(100% - 15px);
    float: left;
}

.left-outset-30{
    margin-left: 30px;
}

.product-button-container{
    width:100%;
    text-align: center;
}

.product-button{
    margin-top: 7px;
    color: #555;
    border-color: #555;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 14px;
    padding: 12px 38px;
    border-radius: 45px;
    background-color: transparent;
    font-size: 10px;
    font-weight: bold;
    transition-property: background-color,border-color,color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    text-shadow: none;
    white-space: nowrap;
    border: 1px solid #000;
}

.product-button:hover{
    background: #555;
    color: white;
    border-color: #555;
}

@keyframes animate-positive{
    0% { width: 0%; }
}

.all_page_slide{
    box-shadow:0px 0.917em 1.94em 0.04em rgba(0,0,0,0.1);
    margin: 20px 0px 30px 0px;
    width: 100%;
    cursor: pointer;
}


















footer {
    background: #e2e2e2;
    width: 100%;
    padding-left: calc(50% - 585px);
    padding-right: calc(50% - 585px);
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .footer-container {
    width:100%;
    display: flex;
  }

  .footer-container>div {
    width: 100%;
    height: 100%;
    margin: 0px 7px;
    color: #797979;
  }

  .footer-title{
    display: block;
    margin-bottom: 5px;
    color: #414141;
    font-size: 16px;
  }

  .distanced{
    line-height: 30px;
  }

  .footer-sub {
    padding-left: calc(50% - 585px);
    padding-right: calc(50% - 585px);
    width: 100%;
    height: 88px;
    line-height: 87px;
    background: #2e2e2e;
    border-top: 1px solid #3e3e3e;
    font-size: 12px;
    color: #797979;
  }

  .footer-sub span{
    color:  #d3d3d3;
  }

  .modal-dialog{
      position: absolute;
      bottom: 20px;
      width: 60%;
      left: 20%;
  }

  .modal-content{
    padding: 50px;
    text-align: center;
  }

  .text
  {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid lightgray;
    border-radius: 3px;
    margin-top: 20px;
    color: gray;
    line-height: 42px;
    padding: 0px 20px;
    background: rgb(231, 231, 231);
  }

  .send-button{
    padding: 5px 40px;
    color: rgb(231, 231, 231);
    border-radius: 2px;
    border: 1px solid rgb(231, 231, 231);
    background: none;
  }

  .message{
    height: 150px;
    margin-bottom: 20px;
  }

  .send-button{padding:5px 40px;color:#e7e7e7;border-radius:2px;border:1px solid #e7e7e7;background:0 0}