.breadcrumb {
  background-image: url("../../img/other/geometric-3037786_1281.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom center;
  height: 240px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
  padding: 0 5%; }
  .breadcrumb::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 240px;
    background-color: rgba(0, 0, 0, 0.1);
    content: ""; }
  .breadcrumb .head {
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 12px 0;
    color: #fff;
    font-weight: bold; }
  .breadcrumb .link {
    color: #fff; }
    .breadcrumb .link a {
      color: #fff;
      display: inline-block;
      font-size: 18px;
      padding: 0 24px 0 0;
      transition: .4s; }
      .breadcrumb .link a:hover {
        color: #130c0c;
        transform: scale(1.1); }
    .breadcrumb .link .active {
      color: #130c0c;
      transform: scale(1) !important; }

.about {
  padding: 24px 5%; }
  .about h2 {
    font-size: 36px;
    margin: 8px 0 24px 0;
    text-transform: capitalize; }
  .about p {
    margin: 8px 0 24px 0;
    font-size: 16px; }
  .about b {
    color: #130c0c;
    margin: 8px 0 24px 0;
    font-size: 16px;
    display: block; }
  .about a {
    font-size: 16px; }

.contact {
  padding: 24px 5%;
  background-color: #fff; }
  .contact .info {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
    .contact .info .form {
      padding: 48px 36px; }
      .contact .info .form h2 {
        font-size: 36px;
        text-transform: uppercase;
        letter-spacing: 0px; }
      .contact .info .form p {
        margin: 24px 0;
        font-size: 12px; }
      .contact .info .form .form-group label {
        display: block;
        font-size: 16px; }
      .contact .info .form .form-group input, .contact .info .form .form-group textarea {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border-radius: 0;
        border: 0;
        border-bottom: 0.4px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 16px; }
        .contact .info .form .form-group input:focus, .contact .info .form .form-group textarea:focus {
          text-indent: 24px; }
      .contact .info .form .form-group textarea {
        padding: 12px 0;
        min-height: 150px;
        max-width: 100%;
        min-width: 100%; }
      .contact .info .form input[type="submit"] {
        padding: 18px 24px;
        background-color: #c80e2d;
        text-transform: uppercase;
        cursor: pointer;
        border: 0;
        color: #fff;
        font-weight: 200;
        letter-spacing: 1px;
        width: 100%; }
        .contact .info .form input[type="submit"]:hover {
          opacity: .9; }

@media (min-width: 768px) {
  .cart {
    display: none; }

  .info .form {
    float: left;
    width: 50%; }
  .info .info-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #130c0c;
    background-image: url(../../img/other/geometric-3037786_1281.jpg);
    background-position: center;
    float: right;
    height: 642px;
    width: 50%;
    font-size: 16px;
    position: relative;
    z-index: 1; }
    .info .info-cart::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(200, 200, 200, 0.3);
      z-index: -1; }
    .info .info-cart .cart-item {
      margin: 48px 0; }
      .info .info-cart .cart-item i {
        font-size: 48px;
        color: #fff; }
    .info .info-cart a {
      color: #130c0c; }
      .info .info-cart a:hover {
        color: #007aff; }
    .info .info-cart .social a {
      color: #130c0c;
      display: inline-block;
      font-size: 18px;
      padding: 12px 24px; }
      .info .info-cart .social a:hover {
        color: #fff;
        background-color: #f5b70e; }
  .info::after {
    display: block;
    content: "";
    clear: both; } }
@media (max-width: 768px) {
  .info-cart {
    display: none; }

  .cart .cart-item {
    margin: 12px 0;
    padding: 24px 0;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    color: #111;
    text-align: center;
    font-size: 12px;
    font-weight: bold; }
    .cart .cart-item a {
      color: #130c0c; }
    .cart .cart-item i {
      font-size: 36px; }
  .cart .cart-social {
    margin: 12px 0;
    padding: 24px 0;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    color: #111;
    text-align: center;
    font-size: 24px; }
    .cart .cart-social a {
      color: #c80e2d;
      display: inline-block;
      padding: 12px 24px; }
      .cart .cart-social a:hover {
        color: #fff;
        background-color: #f5b70e; } }

/*# sourceMappingURL=part.css.map */
