﻿/* Move down content because we have a fixed navbar that is 50px tall */
/*body {
    padding-top: 0px;
    padding-bottom: 20px;
}*/

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}*/

/* Responsive: Portrait tablets and up */
/*@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}*/

/*.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}*/
@import url("https://fonts.googleapis.com/css2?family=Reggae+One&family=Source+Sans+Pro&family=Oleo+Script&family=Dela+Gothic+One&family=Atma&display=swap");



body,
select,
option,
button {
  font-family: "Source Sans Pro", sans-serif;
}




#brand-name {
  color: #ededed;
  font-family: "Reggae One", cursive;
  flex-shrink: 1;
}

.tagline {
  color: #b3b3b3;
  font-family: "Oleo Script", cursive;
  flex-shrink: 1;
}

header svg {
  fill: #ededed;
  width: 3.2rem;
  margin-left: 1.4rem;
  grid-row: 1 / span 2;
  grid-column: 2 / span 1;
}

h2,
.category-description {
  padding: 2.8rem;
}
.h1_PageTitle{
  color: rgb(0, 0, 0);
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  border-radius: 2.7rem 2.7rem 0 0;
}

h2 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 2rem;
  padding-bottom: 1.5rem;
  margin-bottom: 0;
  border-radius: 2.7rem 2.7rem 0 0;
}
.h2_White{
  color: white;
  font-size: 2rem;
  padding-bottom: 1.5rem;
  margin-bottom: 0;
  border-radius: 2.7rem 2.7rem 0 0;
}
h5 {
    color: rgba(0, 0, 0, 0.8);
    font-size: 2rem;
    padding-bottom: 2.5rem;
    margin-bottom: 0;
    border-radius: 2.7rem 2.7rem 0 0;
  }
.category-description {
  color: rgba(0, 0, 0, 0.45);
  font-family: "Atma", cursive;
  font-size: 1.25rem;
  padding-top: 0;
  padding-bottom: 6.5rem;
  margin-top: 0;
  border-radius: 0 0 2.7rem 2.7rem;
}
.item_process{
  background-color: rgba(255, 255, 255, 0.5);
    
    padding: 2.8rem;
    margin-bottom: 2.2rem;
    display: flex;
    flex-direction: column;
    border-radius: 1.7rem;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.2);
    transform: translateY(-1rem);
    backdrop-filter: blur(1.5rem);
}

.item {
    background-color: rgba(255, 255, 255, 0.5);
    max-width: 480px;
    padding: 2.8rem;
    margin-bottom: 2.2rem;
    display: flex;
    flex-direction: column;
    border-radius: 1.7rem;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.2);
    transform: translateY(-1rem);
    backdrop-filter: blur(1.5rem);
  }

.item:last-child {
  margin-bottom: 0.5rem;
}

.item h3 {
  font-size: 1.75rem;
  font-weight: bold;
  height: 2.8rem;
  margin-bottom: 0.5rem;
}

.item figure {
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 1.5rem;
}

.item figure img {
  height: 320px;
  display: block;
}

.description {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(0, 0, 0, 0.5);
  width: calc(100% - calc(2.8rem * 2));
  height: 320px;
  line-height: 1.75rem;
  padding: 2.5rem;
  position: absolute;
  top: calc(2.8rem + 3.3rem);
  left: 2.8rem;
  overflow: auto;
  opacity: 0;
  border-radius: 1.5rem;
  transition: opacity 200ms ease-out;
}

.item figure:hover + .description,
.description:hover {
  opacity: 1;
}

.item button {
  width: 100%;
  color: #d99904;
  font-size: 1.5rem;
  font-weight: bold;
  text-shadow: 0 -1px #ffc233;
  background-image: linear-gradient(#ffe46e 0%, #ffd936 30% 80%, #ffcd19 100%);
  padding: 1.4rem;
  border: solid 1px #c98d00;
  outline: none;
  border-radius: 2.5rem / 50%;
  transition: filter 500ms ease-out;
}

.item button:hover {
  filter: brightness(90%);
}

.item button:active {
  filter: brightness(80%);
}

.price {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.special {
  margin-bottom: 0.5rem;
}

select {
  padding: 0.8rem 1.2rem;
  border: solid 1px #efefef;
  margin-bottom: 1.2rem;
  outline: none;
  border-radius: 0.75rem;
  transition: box-shadow 200ms ease-out;
}

select:focus,
select:active {
  box-shadow: 0 0 0 0.25rem rgba(43, 153, 255, 0.5);
}

label {
  margin-bottom: 0.7rem;
}
.pri_table_list_process{
    transition: all 0.4s ease 0s;
    background: #fff;
}
.pri_table_list_process ol li {
  border-bottom: 1px solid #ccc;
  color: #666;
  position: relative;
  
  align-items: center;
}
.pri_table_list_process ul {
  list-style: upper-roman none none;
  margin: 0;
  padding: 0 0 25px;
}
.subsection{
  margin-left: 2.5rem;
}
/*--------------------------------------------------------------


# Pricing
--------------------------------------------------------------*/
.pricing-area {
    background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
  }
  
  .pri_table_list {
    text-align: center;
    transition: all 0.4s ease 0s;
    background: #fff;
  }
  
  .pri_table_list h3 span {
    font-size: 16px;
  }
  
  .pri_table_list ol li {
    border-bottom: 1px solid #ccc;
    color: #666;
    padding: 12px 15px;
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .pri_table_list li.check {
    font-weight: 600;
  }
  
  .pri_table_list li.check i {
    color: var(--primaryColor);
    line-height: 0;
    font-size: 24px;
    margin-right: 5px;
  }
  
  .pri_table_list li.cross {
    text-decoration: line-through;
    color: #999;
  }
  
  .pri_table_list li.cross i {
    color: #999;
    line-height: 0;
    font-size: 24px;
    margin-right: 5px;
  }
  
  .pri_table_list button {
    background: #444 none repeat scroll 0 0;
    border: 1px solid #444;
    color: #fff;
    margin-bottom: 25px;
    padding: 10px 35px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    border-radius: 30px;
  }
  
  .pri_table_list>h3 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    padding: 30px 0 20px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
  }
  
  .pri_table_list ol {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 25px;
  }
  
  .pri_table_list.active {
    transition: all 0.4s ease 0s;
    position: relative;
    overflow: hidden;
  }
  
  .saleon {
    background: var(--primaryColor) none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    left: -26px;
    padding: 2px 25px;
    position: absolute;
    text-transform: uppercase;
    top: 16px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
  }
  
  .pri_table_list>button:hover {
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
  }
  
  .active>h3 {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #333;
    transition: all 0.4s ease 0s;
  }
  
  .active>button {
    background: var(--primaryColor) none repeat scroll 0 0;
    border: 1px solid var(--primaryColor);
    color: #fff;
    transition: 0.4s;
  }
  
  .active>button:hover {
    background: #333 none repeat scroll 0 0;
    border: 1px solid #333;
    color: #fff;
    transition: 0.4s;
  }
  