/**
 * Gallery App CSS: Hefest Theme
 **/

@import url('https://fonts.googleapis.com/css2?family=Corinthia&display=swap');

body {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    background-image: url(https://hefest.s3.eu-west-1.amazonaws.com/presentation/hefestwebsitepictures/bg-top.png), url(https://hefest.s3.eu-west-1.amazonaws.com/presentation/hefestwebsitepictures/bg-bottom.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  font-size: 1.1rem;
}

a {
    text-decoration: none;
    outline: none;
    color: #010101;
    transition: all .6s ease-in-out;
}

.menu {
    position: fixed;
    z-index: 60;
    text-align: left;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.93);   
    overflow-y: auto;
    transition: all .6s ease-in-out;
    background-image: url(https://hefest.s3.eu-west-1.amazonaws.com/presentation/hefestwebsitepictures/bg-top.png), url(https://hefest.s3.eu-west-1.amazonaws.com/presentation/hefestwebsitepictures/bg-bottom.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.menu .close {
    opacity: 1;
    color: #343a40;
    font-size: 50%;
}

.menu-items {
    margin-top: 10%;
    font-weight: 400;
    font-size: 1.3rem;
}

.menu-item a {
    color: #343a40;
}

.menu-item.active{
border-bottom: 1px solid #343a40;
}

.menu-item.active a, .menu-item.active:after,
.menu-item a:hover, .menu-item a:hover:after{
    text-decoration: none;
    color: #343a40 !important;
}

div.menu-items > .menu-item:first-child{
   background-image: url(https://hefest.s3.eu-west-1.amazonaws.com/presentation/hefestwebsitepictures/logo-menu.png);
    background-repeat:  no-repeat;
    background-position:  left 10px;
    background-size: 40px; 
    margin-left: -50px;
    padding:1em 0;
}

div.menu-items > .menu-item:first-child a {
   margin-left: 50px;
}

div.menu-items > .menu-item:nth-of-type(2)::before{
    content: "Solutions";
    display: block;
    margin-bottom: .3em;
    color: #818181;  
    font-size: 90%;
}

div.menu-items > .menu-item:nth-of-type(2)::after{
    content: "If you sublimate, use this solution to animate your blanks, create your design, and prepare your files for printing.";
    display: block;
    font-size: 70%;
    color: #818181;
}

div.menu-items > .menu-item:nth-of-type(3)::after{
    content: "It is a solution for those who print fine art prints on various materials such as canvas, acrylic, wood, aluminium, etc.";
    display: block;
    font-size: 70%;
    color: #818181;
}

div.menu-items > .menu-item:nth-of-type(4)::after{
    content: "Sell anything and invite visitors to customise products they buy.";
    display: block;
    font-size: 70%;
    color: #818181;
}

div.menu-items > .menu-item:nth-of-type(5)::after{
    content: "It is a solution for the classic minilabs to receive printing jobs in the printer queue.";
    display: block;
    font-size: 70%;
    color: #818181;
}

div.menu-items > .menu-item:nth-of-type(6)::after{
    content: "The solution works as a design tool that provides the PDF file output ready to put into your production.";
    display: block;
    font-size: 70%;
    color: #818181;
}

div.menu-items > .menu-item:nth-of-type(2) a, div.menu-items > .menu-item:nth-of-type(2)::after,
div.menu-items > .menu-item:nth-of-type(3) a, div.menu-items > .menu-item:nth-of-type(3)::after,
div.menu-items > .menu-item:nth-of-type(4) a, div.menu-items > .menu-item:nth-of-type(4)::after,
div.menu-items > .menu-item:nth-of-type(5) a, div.menu-items > .menu-item:nth-of-type(5)::after,
div.menu-items > .menu-item:nth-of-type(6) a, div.menu-items > .menu-item:nth-of-type(6)::after,
div.menu-items > .menu-item:nth-of-type(7) a, div.menu-items > .menu-item:nth-of-type(7)::after,
div.menu-items > .menu-item:nth-of-type(8) a, div.menu-items > .menu-item:nth-of-type(8)::after,
div.menu-items > .menu-item:nth-of-type(9) a, div.menu-items > .menu-item:nth-of-type(9)::after{
   margin-left: .3em;
   margin-bottom: .3em;
}


div.menu-items > .menu-item:nth-of-type(7)::before{
    content: "About";
    display: block;
    margin-bottom: .3em;
    margin-top: .3em;
    color: #818181;  
    font-size: 90%;
}

div.menu-items > .menu-item:nth-of-type(7)::after{
    content: "More information on workspace tools";
    display: block;
    font-size: 70%;
    color: #818181;
}

div.menu-items > .menu-item:nth-of-type(8)::after{
    content: "How will you pay using workspace";
    display: block;
    font-size: 70%;
    color: #818181;
}

div.menu-items > .menu-item:nth-of-type(9)::after{
    content: "Ask your question";
    display: block;
    font-size: 70%;
    color: #818181;
}

.carousel-control-next,
.carousel-control-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    bottom: auto;
    padding: 15px;
    margin-top: -22px;
    color:  white;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 50px 50px 0;
    background: rgba(150,150,150,.5);
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    background-color: rgba(150,150,150,.9);
    color: #fff;
}

.carousel-control-next {
    border-radius: 50px 0 0 50px;
}

.carousel-control-prev {
    border-radius: 0 50px 50px 0;
}

.gallery-indicator-item,
.carousel-track-item {
    cursor: pointer;
}

.carousel-track-item {
    opacity: 0.5;
}

.carousel-track-item.active {
    opacity: 1;
}

.carousel-track {
    margin-bottom: 2.7em;
}

.carousel-top-text,
.carousel-bottom-text {
    width: 100%;
    color: #f2f2f2;
    text-shadow: 1px 1px 5px rgba(150, 150, 150, 1);
}

.carousel-top-text {
    top: 0;
    padding: 8px 12px;
    font-size: 64px;
}

.carousel-bottom-text {
    font-size: 48px;
    padding: 8px 12px;
    bottom: 8px;
    text-align: right;
}

.canvas-container canvas {
    outline: none;
}

.products-item-demo-container {
  display: inline-block;
  position: relative;
  width: 100%;
  max-height: 400px;
}

.products-item-demo-aspect-ratio-helper {
  margin-top: 100%;
  /* 1:1 aspect ratio */
}

.products-item-demo-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-page-demo-container {
  display: inline-block;
  position: relative;
  width: 100%;
  max-height: 500px;
}

.product-page-demo-aspect-ratio-helper {
  margin-top: 100%;
  /* 1:1 aspect ratio */
}

.product-page-demo-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#footer {
    padding-top: 30px;
}

.fa-stack[data-count]:after{
    position: absolute;
    right: 0%;
    top: 0%;
    content: attr(data-count);
    font-size: 40%;
    padding: .6em;
    border-radius: 999px;
    line-height: .75em;
    text-align: center;
    min-width: 2em;
    font-weight: bold;
    border-style: solid;
    background: white;
}

/*my styles
.navbar-expand {
background-color: #353A3F;
padding: 0;
}

.bg-black {
background-color: #000211;
}

.text-light {
color: #f8f9fa;
}
*/
.case-title {
font-size: 3rem;
color: #343a40;
margin-top: .5em;
margin-bottom: 1.7em;
}
.case-subtitle{
 color: #343a40;
 margin-top: 1em;
 text-align: center;
}
.content_center {
  display: flex;
  justify-content: center;
  align-items: center; 
}

.order-button {font-size: 20px;
  font-weight: 400;
  color: Black;
  letter-spacing: 1px;
  padding: 13px 50px 13px;
  outline: 0;
  border: 1px solid black;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  width: 50%;
margin: 0 auto;
border-radius: 0;
}

.col-md-6 .order-button {
width: 100%;
}


@media only screen and (max-width: 600px) {
   .order-button {
      width: 100%;
   }
}


.order-button::after {
  content: "";
  /*background-color: #00a6e8;*/
background-image: -webkit-linear-gradient(81deg,transparent 0%,transparent 50%, white 50%, white 100%),
 -webkit-linear-gradient(  0deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.06) 50%, white 50%, white 100%);
 background-size:0.6em 0.6em;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
}

.order-button:hover::after {
  top: 0px;
  left: 0px;

}

.order-button:hover {
  /*background-color: #00a6e8;
  color: #3271a7;*/
 background-image: -webkit-linear-gradient(-171deg,transparent 0%,transparent 50%, white 50%, white 100%),
 -webkit-linear-gradient(  0deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.18) 50%, white 50%, white 100%);
 background-size:0.2em 0.2em;
 color: gray;
}

#envmsg {
 background: transparent;
 position: absolute;
 top: 20px;
}

#call-to-action {
display: none;
background-image: url(https://hefest.s3.eu-west-1.amazonaws.com/presentation/hefestwebsitepictures/bg-top.png), url(https://hefest.s3.eu-west-1.amazonaws.com/presentation/hefestwebsitepictures/bg-bottom.png) !important;
  background-position: left top, right bottom !important;
  background-repeat: no-repeat, no-repeat !important;
  background-size: contain, contain !important;
position: fixed;
height: 100%;
width:  100%;
  top: 0%;
  left: 0%;
  transform: translate(-0%, -0%);
  background: rgba(255,255,255,0.92);
  padding: 1em;
  overflow: scroll;
}

#call-to-action .container {
    padding-top: 1em;
}

#msgbtn {
background: url(https://hefest.s3.eu-west-1.amazonaws.com/presentation/hefestwebsitepictures/message-image.png) no-repeat top center;
background-size: contain;
width: 100%;
height: 300px;
border: 0;
}
#mesinbtn {
    font-family: 'Corinthia', cursive;
    font-size: xx-large;
            -ms-transform: rotate(9deg);
            -webkit-transform: rotate(9deg);
            transform: rotate(9deg);
            margin-bottom: 1.2em;
line-height: 30px;
}
#closemsg{
line-height: 1;
font-size:  35px;
text-shadow: 0 1px 0 #fff;
opacity: .5;
padding: 0;
background-color: transparent;
border: 0;
float: right;
}

#dim 
    {
        background:rgba(255,255,255,0.8);
        width:100%;
        height:100%;
        display:none;
        position:fixed;
        top: 0;
        left: 0;
    }


.products-item-title {
font-size: 1.5rem;
color: #343a40;
}

.product-page-demo-container{
border: 1px solid #adadad;
}

.sub-scrib{
    margin-top: .7em;
font-family: 'Corinthia', cursive;
text-align: center;
font-style: italic;
font-size: xxx-large;
}

/* Prices Section
--------------------------------*/
#prices {
  overflow: hidden;
}

#prices .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
  min-height: 100%;
  height: 100%;
}

@media only screen and (max-width: 399px) {
   #prices .box {
  padding: 40px 3px;
   }
}


#prices h3 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 28px;
}

#prices h4 {
  font-size: 46px;
  color: #428bca;
  font-weight: 300;
}

#prices h4 sup {
  font-size: 20px;
  top: -20px;
}

#prices h4 span {
  color: #bababa;
  font-size: 20px;
}

#prices ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

#prices ul li {
  padding-bottom: 12px;
}

#prices ul i {
  color: #428bca;
  font-size: 18px;
  padding-right: 4px;
}

#prices .get-started-btn {
  background: #515e61;
  display: inline-block;
  padding: 6px 30px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
}

#prices .featured {
  border: 2px solid #343a40;
}

#prices .featured .get-started-btn {
  background: linear-gradient(45deg, #343a40, #428bca);
}
#prices .prget {
    position: absolute;
    left: 0;
    bottom: 5%;
    text-align: center;
    width: 100%;
}