@import url("bootstrap.min.css");
@media (min-width: 992px) {
  .no-left-padding {
    padding-left: 0; }

  .no-right-padding {
    padding-right: 0; }

  .no-horizontal-padding {
    padding-left: 0;
    padding-right: 0; }

  .no-verctical-padding {
    padding-top: 0;
    padding-bottom: 0; } }
.text-center {
  text-align: center;
  margin: 0 auto; }

.breaker {
  background: #000;
  height: 5px;
  width: 33%; }

.font-cormor-bold {
  font-family: 'Cormorant', serif;
  font-weight: 700;
  color: #000;
  font-size: 16px; }

.font-cormor-regular {
  font-family: 'Cormorant', serif;
  font-weight: 500;
  color: #000;
  font-size: 16px; }

.font-Mont-regular {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 16px; }

.font-Mont-bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 16px; }

.logo {
  text-align: center; }
  .logo h1 {
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 90px;
    line-height: .5;
    text-align: right;
    font-weight: 300;
    letter-spacing: 8px;
    display: inline-block;
    margin: 2% -0px;
    max-width: 100%; }
    .logo h1 .bg {
      padding: 13px 0px 10px 5px;
      line-height: .7;
      display: inline-block;
      background: #eaff41;
      background: -moz-linear-gradient(45deg, #eaff41 0%, #f0ff7b 100%);
      background: -webkit-linear-gradient(45deg, #eaff41 0%, #f0ff7b 100%);
      background: linear-gradient(45deg, #eaff41 0%, #f0ff7b 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaff41', endColorstr='#f0ff7b',GradientType=1 ); }
    .logo h1 .small {
      font-weight: 300;
      font-size: 42px;
      letter-spacing: 0;
      padding-right: 5px; }
    @media screen and (max-width: 991px) {
      .logo h1 {
        font-size: 84px; } }
    @media screen and (max-width: 767px) {
      .logo h1 {
        font-size: 54px;
        letter-spacing: 3px; }
        .logo h1 .small {
          font-size: 30px; } }

/* .logo{
    margin-top:2%;
    margin-bottom:2%;
} */
@media (min-width: 992px) {
  .main-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 3em; } }
@media (max-width: 992px) {
  .main-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 1.5em; }

  .padding {
    padding-left: 15px;
    padding-right: 15px; } }
.sub {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 2em; }

.titles-left {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 20px;
  border-left: 5px solid #eaff38;
  padding-left: 10px;
  text-transform: uppercase; }

.yellow-div {
  background: #eaff38;
  margin-bottom: 30px; }

.number-container-first {
  font-size: 60px;
  background: #eaff38; }

.number-container {
  font-size: 50px;
  background: #dfdfdf; }

@media (min-width: 992px) {
  .border-top {
    border-top: 5px solid #dfdfdf; }

  .first-container {
    border-left: solid 1px #dfdfdf;
    border-top: 5px solid #eaff38; } }
.first-container {
  margin-top: 33px; }

.name-content {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 20px; }

.name-content-2 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 15px; }

.number {
  margin: 0;
  line-height: 50px; }

.product-image {
  padding-top: 10px; }

.describe-container {
  padding-bottom: 10px; }

.link {
  text-transform: uppercase;
  display: flex;
  align-items: center; }
  .link a {
    color: #000;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s; }

.link a:hover {
  color: transparent; }

.link a:hover::after {
  max-width: 100%; }

.links::after {
  content: attr(data-txthover);
  position: absolute;
  top: 0;
  left: 0;
  max-width: 0;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  transition: max-width .3s ease-out; }

.link:after {
  content: "";
  width: 100%;
  flex-grow: 1;
  background: #eaff38;
  height: 5px;
  margin-left: 10px; }

.link-after {
  text-transform: uppercase;
  display: flex;
  align-items: center; }

.link-after:after {
  content: "";
  width: 100%;
  flex-grow: 1;
  background: #eaff38;
  height: 5px; }

.footer {
  background: #eaff38;
  height: 50px;
  margin-top: 150px; }

/*# sourceMappingURL=main.css.map */
