/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
  @font-face {
    font-family: 'artisan';
    font-style: normal;
    font-weight: normal;
    src:  url('../fonts/the\ artisan.woff') format('woff');
  }
  @font-face {
    font-family: 'avenir';
    font-style: normal;
    font-weight: normal;
    src:  url('../fonts/Avenir\ Next\ Font.ttf');
  }
  @font-face {
    font-family: 'narziss';
    font-style: normal;
    font-weight: normal;
    src:  url('../fonts/NarzissProCyrillic.woff') format('woff');
  }
  @font-face {
    font-family: 'narziss-semibold';
    font-style: normal;
    font-weight: normal;
    src:  url('../fonts/NarzissProCyrillic-SemiBold.woff') format('woff');
  }
  @font-face {
    font-family: 'baron';
    font-style: normal;
    font-weight: normal;
    src:  url('../fonts/BaronNeue.ttf');
  }
  body{
    font-family: avenir !important;
  }
  .top-slider-box {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .maiin-title {
    color: #ffffff;
    font-size: 100px;
    font-family: artisan;
    padding-bottom: 50px;
  }
  .main-header {
    position: absolute;
    width: 100%;
    top: 0;
  }
  .head-logo {
    width: 150px;
    height: 154px;
    display: inline-block;
    margin: 0 20px;
  }
  .head-logo img {
    width: 100%;
  }
  .main-menu-list li a {
    color: #4d4d4d;
    font-size: 18px;
    padding: 0 25px!important;
    transition: 0.3s;
    position: relative;
  }
  .main-menu-list li a::after {
    content: '';
    border-bottom: 1px solid #b8b7b7;
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    transition: 0.3s;
    padding-top: 10px;
  }
  .main-menu-list li a:hover::after{
    width: 100%;
  }
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
  }
  .head-logo-sticky {
    display: none;
  }
  .sticky .head-logo {
    display: none;
  }
  .sticky .head-logo-sticky{
    display: inline-block;
  }
  .form-box-nav {
    margin-left: 45px;
    display: flex;
    align-items: center;
  }
  .form-box-nav i {
    color: #b8b7b7;
    padding-right: 10px;
    border-right: 2px solid #b8b7b7;
    font-size: 16px;
  }
  .search-form input {
    color: #4d4d4d;
    font-size: 18px;
    border: none;
    margin-left: 10px;
    outline: 0;
    background-color: transparent;
  }
  .search-form input::placeholder {
    color: #cecece;
    font-size: 18px;
    font-family: avenir;
  }
  .fruit-box {
    background: url('../img/juice.svg'), linear-gradient(to right,rgb(246,194,192),rgb(246,194,192));
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
  }
  .fruit-title {
    color: #ffffff;
    font-size: 165px;
    font-family: baron;
  }
  .about-box {
    background-image: url('../img/tree-back.png');
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .about-box p {
    color: #000000;
    font-size: 17px;
    font-family: avenir;
    line-height: 1.44;
    width: 30%;
    text-align: justify;
  }
  .title-box::before {
    content: '';
    width: 175px;
    height: 162px;
    background-image: url('../img/green-circle.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  .title-box {
    position: relative;
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
    z-index: 99;
  }
  .title-box-name{
    color: #ffffff;
    font-family: narziss;
    font-size: 24px;
  }
  .title-box span {
    color: #b1db0a;
    font-size: 56px;
    font-family: artisan;
  }
  .lemon-box {
    background-image: url('../img/lemon.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lemon-title {
    color: #ffffff;
    font-family: baron;
    font-size: 165px;
    width: 80%;
    text-align: center;
  }
  .brands-box {
    background-image: url('../img/sketck2.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
  }
  .brand-box-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }
  .brand-box-content .title-box {
    margin-bottom: 150px;
  }
  .brand-item-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    overflow: hidden;
  }
  .brand-item-box figure {
    height: 130px;
    margin-bottom: 30px;
    transition: 0.3s;
  }
  .brand-item-box figure:hover {
    transform: scale(1.1);
  }
  .brand-item-box figure img {
    width: 100%;
  }
  .brand-desc-box {
    width: 80%;
    overflow: hidden;
  }
  .brand-desc-box p {
    text-align: justify;
    color: #000000;
    line-height: 1.46;
    font-size: 16px;
    font-family: avenir;
    position: relative;
    top: -300px;
    transition: 0.5s ease-in-out;
  }
  .brand-item-box:hover .brand-desc-box p{
    top: 0;
  }
  .melon-box {
    height: 100vh;
    background: linear-gradient(55deg,#CBE796 10%, #A5D177 10% ,#CBE796 20%, #A5D177 20% ,#CBE796 30%, #A5D177 30%,#CBE796 40%, #A5D177 40% ,#CBE796 50%, #A5D177 50% ,#CBE796 60%, #A5D177 60%  );
    background-size: 200% 400%;
    animation: gradient 15s infinite ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  @keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  .melon-box figure {
    width: 480px;
    height: 351px;
    position: absolute;
    left: 27%;
    bottom: 22%;
  }
  .melon-box figure img {
    width: 100%;
  }
  .melon-title {
    font-size: 100px;
    width: 40%;
    text-align: right;
    font-weight: 900;
    color: #fff;
    margin-bottom: 180px;
  }
  .gallery-box {
    height: 100%;
    width: 100%;
    text-align: center;
    margin-top: 60px;
  }
  .gallery-box span {
    color: #b1db0a;
    font-size: 56px;
    font-family: artisan;
    position: relative;
    top: -105px;
  }
  .gallery-title {
    color: #005b41;
    font-family: narziss;
    font-size: 109px;
  }
  .gallery-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none!important;
  }
  .gallery-nav li a {
    color: #4d4d4d;
    border-bottom: 1px solid transparent!important;
    padding: 5px 15px;
  }
  .gallery-nav li a.active {
    background-color: transparent!important;
    border-bottom: 1px solid #b8b7b7!important;
    color: #4d4d4d!important;
    box-shadow: none!important;
    border-radius: 0 !important;
    
  }
  .gallery-tab-pane video {
    margin-top: 50px;
    width: 100%;
  }
  .contact-box {
    background-color:#B3000F;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 90px 0;
  }
  .contact-box figure {
    width: 554px;
    height: 395px;
    position: relative;
    z-index: 1;
  }
  .contact-box figure img {
    width: 100%;
  }
  .contact-box .title-box{
    z-index: 0;
    margin-top: -38px;
  }
  .contact-box .title-box::before {
    background-image: url('../img/circle.svg');
  }
  .contact-box .title-box span {
    color: #ff585d;
  }
  .map-box {
    width: 1308px;
    height: 553px;
    background-image: url('../img/turkey\ map.png');
    background-size: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
  }
  .map-box figure {
    width: 95px;
    height: 595px;
  }
  .map-box figure img {
    width: 100%;
  }
  .contact-info-box {
    display: flex;
    align-items: center;
    position: absolute;
    left: 15%;
  }
  .contact-info-box i {
    font-size: 70px;
    color: #fff;
    margin-right: 15px;
  }
  .contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .contact-info-list li , .contact-info-list li a{
    color: #ffffff;
    font-size: 14px;
    width: 60%;
    padding-bottom: 10px;
    transition: 0.3s;
  }
  a {
    text-decoration: none!important;
  }
  .contact-info-list li:hover , .contact-info-list li a:hover {
    transform: scale(1.05);
  }
  .social-list-box {
    display: flex;
    align-items: center;
    margin-top: 90px;
  }
  .social-list {
    display: flex;
    align-items: center;
    border-right: 1px solid #fff;
    margin-right: 14px!important;
  }
  .social-list li a i {
    color: #fff;
    font-size: 20px;
  }
  .social-list li a {
    padding: 0 14px;
    display: inline-block;
    transition: 0.3s;
  }
  .social-list li a:hover {
    transform: scale(1.1);
  }
  ul {
    padding: 0!important;
    margin: 0!important;
    list-style: none;
  }
  .hashtag-box {
    color: #ffffff;
    font-size: 18px;
  }
  /* single page */
  .project-tab {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 100px;
}
.project-tab .fade {
  transition: none;
}
.project-tab .nav-link:hover {
    border: none;
}
.project-tab thead{
    background: #f3f3f3;
    color: #333;
}
.project-tab .nav-tabs {
  border: none!important;
}
.project-tab a{
    color: #333;
}
.project-tab .nav-tabs .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tab-name-box {
  display: inline-block;
  color: #959595;
  font-family: narziss;
  font-size: 12px;
  transition: 0.3s;
  overflow: hidden;
  width: 0.2px;
  margin-top: 10px;
}
.project-tab #nav-tab {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  overflow: hidden;
}
.project-tab .nav-fill .nav-item, .nav-fill > .nav-link {
  flex: 0!important;
  padding: 0!important;
  position: relative;
}
.tab-fruit {
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  border-radius: 50%;
  overflow: hidden;
}
.tab-fruit img {
  width: 80%;
  position: relative;
}
.tab-fruit::before {
  content: '';
  width: 62px;
  height: 62px;
  background-color: #F5C042;
  position: absolute;
  left: -1500px;
  top: 0;
  border-radius: 50%;
  transition: 0.3s;
}
.tab-fruit.lemoon::before {
  background-color: #F4B51F;
}
.tab-fruit.watermelon::before {
  background-color: #f2768c;
}
.tab-fruit.pomogranet::before {
  background-color: #ea3333;
}
.tab-fruit.orange::before {
  background-color: orange;
}
.tab-fruit.Lime::before {
  background-color: #ffb836;
}
.tab-fruit.grayfruit::before {
  background-color: #ffb239;
}
.tab-fruit.blackmulberry::before {
  background-color: #a411a4;
}
.tab-fruit.cherry::before {
  background-color: #d23030;
}
.project-tab .nav-tabs .nav-link.active, .nav-tabs .nav-link {
  border: none!important;
}
.project-tab .nav-tabs .nav-link.active .tab-name-box{
  width: auto;
}
.project-tab .nav-tabs .nav-link.active .tab-fruit::before {
  left: 0;
}
.project-tab .nav-tabs .nav-link.active .tab-fruit img{
  filter: brightness(200%);
}
.single-info {
  display: flex;
  align-items: center;
}
.single-pro-info-box {
  border-right: 1px solid #b8b7b7;
  padding-right: 10px;
  margin-right: 10px;
}
.single-pro-info-box p {
  text-align: justify;
  line-height: 1.9em;
  color: #808080;
  font-size: 14px;
  font-family: avenir;
}
.pro-desc-title {
  font-weight: bold;
  font-size: 16px;
  color: #808080;
}
.pro-info-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #808080;
  width: 100%;
  padding: 5px 0;
  font-size: 14px;
}
.pro-info-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pro-shape {
  width: 631px;
  height: 624px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.single-info-shape-box {
  display: flex;
  position: relative;
}
.pro-details-box {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.pro-name-title {
  color: #ffac00;
  font-size: 130px;
  position: absolute;
  right: -50%;
  top: 0;
}
.list-size-pro {
  display: flex;
  align-items: flex-end;
}
.list-size-pro li button {
  background-color: transparent;
  border:none;
}
.list-size-pro li button:focus img {
  filter: saturate(10);
}
.list-juice-pro li{
  display: flex;
align-items: center;
justify-content: center;
}
.list-juice-pro li img {
  position: absolute;
  right: -1000px;
  transition: 0.3s;
}
.list-juice-pro li.juice-active img{
  right: 40%;
}
.more-single-pro-desc {
  color: #ffde95!important;
  font-size: 16px;
}
.single-pro {
  overflow-x: hidden;
}
.tab-pane .list-juice-pro li.juice-active img {
  right: -1000px;
}
.tab-pane.fade.show.active .list-juice-pro li.juice-active img {
  right: 50%;
}
.language-box {
  background-color: #fff;
  border-radius: 0 30px 30px 0;
  box-shadow: 4px 5px 20px 4px rgba(0, 0, 0, 0.28);
  display: flex;
  position: fixed;
  left: 0;
  z-index: 9999;
  top: 40%;
  padding: 15px!important;
}
.language-box li a {
  color: #4d4d4d;
  font-size: 18px;
  font-family: avenir;
  margin-right: 10px;
}
.language-box li a.active {
  color: #4d4d4d;
  font-style: italic;
  border-bottom: 1px solid #4d4d4d;
}
.btn-search-mobile {
  display: none;
}
  @media screen and (max-width:1200px){
    .main-menu-list li a {
      font-size: 17px;
      padding: 0 19px !important;
    }
    .head-logo {
      width: auto;
      height: auto;
    }
    .maiin-title {
      font-size: 80px;
    }
    .fruit-title {
      font-size: 120px;
    }
    .about-box p {
      width: 65%;
    }
    .lemon-title {
      font-size: 100px;
    }
    .melon-box figure {
      width: 426px;
      height: 200px;
      left: 10%;
    }
    .gallery-tab-pane video {
      width: 100%;
    }
    .contact-box figure {
      width: 500px;
      height: 370px;
    }
    .contact-box figure {
      width: auto;
      height: auto;
    }
    .map-box {
      width: 100%;
      background-repeat: no-repeat;
      height: 440px;
    }
    /* single page */
    .single-info {
      flex-direction: column;
    }
    .single-pro-info-box {
      border-right: none;
      padding-right: 0;
      margin-right: 0;
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px;
    }
    .pro-shape {
      width: 520px;
      height: 500px;
    }
    .pro-name-title {
      right: -5%;
      font-size: 100px;
    }
    .tab-fruit img {
      width: 65%;
    }
  }
  @media screen and (max-width:992px){
    .main-menu-items-af {
      position: fixed;
      top: 0;
      right: -100%;
      height: 100vh;
      display: block;
      background-color: #fff;
      padding: 75px 0px;
      width: 275px;
      transition: 0.5s;
      overflow: auto;
      box-shadow: 0 0 20px rgba(0,0,0,0.1);
      z-index: 9999999!important;
      transition: 0.3s;
    }
    .main-menu-show-af {
      right: 0;
    }
    .close-menu-af {
      width: 24px;
      height: 24px;
      position: absolute;
      left: 20px;
      top: 20px;
      display: inline-block;
      margin-left: 17px;
      transition: all 0.2s;
      transform: rotate(-45deg);
      cursor: pointer;
    }
    .close-menu-af::before {
      content: '';
      width: 1px;
      height: 100%;
      display: inline-block;
      background-color: #1e201d;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
    }
    .close-menu-af::after {
      content: '';
      width: 100%;
      height: 1px;
      display: inline-block;
      background-color: #1e201d;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
    }
    .main-menu-list li a {
      color: #000;
    }
    .navbar-brand.head-logo {
      width: 90px;
    }
    .main-menu-list li a {
      padding: 15px 0 !important;
      color: #808080;
      border-bottom: 1px solid #c1c1c1;
      text-align: center;
    }
    .main-menu-list li a::after {
      display: none;
    }
    .top-slider-box , .fruit-box , .lemon-box , .melon-box{
      height: 500px;
    }
    .maiin-title {
      font-size: 60px;
    }
    .fruit-title {
      font-size: 100px;
    }
    .about-box p {
      width: 75%;
    }
    .lemon-title {
      font-size: 85px;
    }
    .brand-item-box {
      width: 100%;
    }
    .brand-desc-box p {
      text-align: unset;
    }
    .melon-title {
      font-size: 72px;
      width: 74%;
    }
    .contact-box {
      padding: 50px 0;
    }
    .map-box {
      height: 370px;
    }
    .contact-info-box {
      left: 10%;
    }
    .form-box-nav {
      order: 3;
    }
    .navbar-brand {
      order: 2;
    }
    .navbar-toggler {
      order: 1;
    }
    .navbar-brand {
      margin-right: 10rem!important;
    }
    /* single page */
    .single-info {
      margin-top: 30px;
    }


    .pro-name-title {
      right: 0;
    }


    .project-tab #nav-tab {
      position: absolute;
      top: 0;
      right: 0;
      flex-direction: column;
      box-shadow: -2px 3px 10px rgba(0,0,0,0.1);
      padding: 20px 5px;
      margin-top: 0;
      z-index: 99999;
    }

    .tab-name-box {
      display: none;
    }

    .tab-fruit {
      width: 47px;
      height: 47px;
      margin-bottom: 20px;
    }
    .navbar-toggler {
      color: #b8b7b7;
    }
  }
  @media screen and (max-width:768px){
    .navbar-brand {
      margin-right: 1rem !important;
    }
    .form-box-nav {
      margin-left: 35px;
    }
    .maiin-title {
      font-size: 50px;
    }
    .fruit-box ,.lemon-box{
      height: 400px;
    }
    .fruit-title {
      font-size: 90px;
      text-align: center;
    }
    .lemon-title {
      font-size: 65px;
    }
    .brand-box-content ,.brands-box {
      height: auto;
    }
    .brands-box {
      padding: 30px 0;
    }
    .brand-desc-box p {
      text-align: center;
    }
    .melon-box figure {
      width: 297px;
      height: 170px;
    }
    .contact-box figure {
      width: 300px;
    }
    .map-box figure {
      width: auto;
    }
    .contact-info-box {
      left: 3%;
    }
    .contact-info-list {
      width: 70%;
    }
    /* single page */
    .pro-shape {
      width: 470px;
      height: 465px;
    }
    .single-info-shape-box {
      flex-direction: column;
      position: relative;
    }
    .pro-details-box {
      position: static;
    }

    .pro-details-box {
      justify-content: center;
    }
    
    .project-tab .nav-tabs .nav-link.active .tab-fruit::before {
      width: 57px;
    }
    .tab-fruit::before {
      height: 57px;
    }


    .pro-shape {
      width: 250px;
      height: 300px;
      background-size: 100%;
    }

    .list-juice-pro li.juice-active img {
      width: 30%;
    }
    

    .pro-name-title {
      font-size: 48px;
    }
    .list-size-pro {
      margin-top: -43px !important;
      margin-left: 83px !important;
    }

    

    .project-tab {
      margin-top: 20px;
    }
    
    .list-size-pro li:nth-child(1) img {
      width: 20px;
    }

    .list-size-pro li:nth-child(2) img {
      width: 30px;
    }

    .list-size-pro li:nth-child(3) img {
      width: 27px;
    }

    .single-info {
      padding-right: 75px;
    }

    .box1 {
      right: 80px;
    }

    
  }

  @media screen and (max-width:567px){
    
    .form-box-nav {
      display: none;
    }
    .btn-search-mobile {
      display: block;
      order: 2;
      background-color: transparent;
      color: #b8b7b7;
      padding-right: 10px;
      border: none;
      border-right: 2px solid #b8b7b7;
      font-size: 16px;
      margin-left: 15%;
    }
    .navbar-toggler {
      order: 3;
    }
    .navbar-brand {
      order: 1;
    }
    .main-header {
      background-color: #fff;
      box-shadow: 4px 5px 20px 4px rgba(0, 0, 0, 0.14);
    }
    .maiin-title {
      font-size: 42px;
      text-align: center;
      line-height: 1.7em;
    }
    .fruit-title {
      font-size: 75px;
    }
    .about-box {
      height: auto;
      padding: 40px 0;
    }
    .title-box span {
      font-size: 36px;
    }
    .about-box p {
      width: 90%;
      text-align: left;
    }
    .fruit-box, .lemon-box {
      height: 300px;
    }
    .lemon-title {
      font-size: 38px;
    }
    .brand-box-content .title-box {
      margin-bottom: 50px;
    }
    .brand-desc-box {
      width: 100%;
    }
    .brand-desc-box p {
      top: 0;
    }
    .melon-box {
      height: 300px;
    }
    .melon-title {
      font-size: 45px;
      width: 100%;
      text-align: center;
      margin-bottom: 0;
    }
    .melon-box figure {
      display: none;
    }
    .map-box figure {
      display: none;
    }
    .map-box {
      height: 170px;
    }
    .contact-info-list {
      width: 100%;
    }
    .contact-info-box {
      left: 0;
      position: static;
      margin-left: 15px;
    }
    .contact-info-list li, .contact-info-list li a {
      width: 90%;
    }
    /* single page */
    .pro-info-list li {
      width: auto;
      padding: 5px;
      margin-right: 5px;
      border-right: 1px solid #808080;
    }
    .pro-info-list li:nth-child(n+5) {
      margin-right: 0;
      border-right: none;
    }
    .pro-info-list {
      height: 150px;
      flex-wrap: wrap;
    }
    .language-box {
    flex-direction: column;
    }
    .language-box li a {
      margin: 5px 0;
      display: inline-block;
      font-size: 16px;
    }
  }
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

