/* Section-1 Styles */
#section-1 {
    height: 100vh;
    color: #fff;
    background-color: #222;
  }
  #section-1 .content-slider {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #section-1 .content-slider input {
    display: none;
  }
  #section-1 .content-slider .slider {
    position: relative;
    width: inherit;
    height: inherit;
    overflow: hidden;
  }
  #section-1 .content-slider .slider .banner {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
    width: inherit;
    height: inherit;
    padding-left: 10%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all 0.5s ease;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper {
    height: 100%;
    padding-top: 6em;
    /*background-image: linear-gradient(rgba(65, 65, 65, 0.9), rgba(252, 227, 138, 0.9));*/
    box-sizing: border-box;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper p {
    padding-bottom: 0.3em;
    font-weight: 400;
    font-size: 2em;
    text-transform: none;
    text-shadow: 1px 1px #000;
    font-family: 'EB Garamond', serif;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper h2 {
    font-size: 4em;
    line-height: 95%;
    font-family: 'EB Garamond', serif;
    margin-bottom: 50px;
    text-shadow: 1px 1px #000;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button {
    padding-bottom: 5em;
    z-index: 15 !important;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a {
    padding: 0.5em 2em;
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-size: 0.875em;
    color: #fff;
    text-transform: uppercase;
    border: 0.1875em solid #fff;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a:hover {
    color: #fff;
    border-color: #fff;
    transition: 0.3s;
  }
  #section-1 .content-slider .slider #top-banner-1 {
    background: url("http://staging.bortram.vip/wp-content/uploads/2020/11/jet.jpg") no-repeat center center;
    background-size: cover;
  }
  #section-1 .content-slider .slider #top-banner-2 {
    background: url("http://staging.bortram.vip/wp-content/uploads/2020/11/operational-management-hero.jpg") no-repeat
      center center;
    background-size: cover;
  }
  #section-1 .content-slider .slider #top-banner-3 {
    background: url("http://staging.bortram.vip/wp-content/uploads/2020/11/wine.jpg") no-repeat center center;
    background-size: cover;
  }
  #section-1 .content-slider .slider #top-banner-4 {
    background: url("http://staging.bortram.vip/wp-content/uploads/2020/11/mercedes.jpg") no-repeat center center;
    background-size: cover;
  }
  #section-1 .content-slider .slider #top-banner-5 {
    background: url("http://staging.bortram.vip/wp-content/uploads/2021/01/ferarri.jpg") no-repeat center center;
    background-size: cover;
  }
  #section-1 .content-slider .slider #top-banner-6 {
    background: url("http://staging.bortram.vip/wp-content/uploads/2021/01/pxv.jpg") no-repeat center center;
    background-size: cover;
  }
  #section-1 .content-slider nav {
    position: absolute;
    bottom: 0.5em;
    width: 100%;
    z-index: 10;
    text-align: center;
  }
  #section-1 .content-slider nav .controls {
    display: block;
    width: 70%;
    margin: 0 auto;
    font-family: 'EB Garamond', serif;
    color: #fff;
  }
  #section-1 .content-slider nav .controls label {
    position: relative;
    display: inline-block;
    width: 20%;
    height: 3.1em;
    overflow: hidden;
    margin: 0 1em;
    padding-top: 1em;
    text-align: left;
    text-transform: uppercase;
    font-family: 'EB Garamond', serif;
    font-size: 1em;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s;
  }
  #section-1 .content-slider nav .controls label .progressbar {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #888;
    z-index: 100;
  }
  #section-1 .content-slider nav .controls label .progressbar .progressbar-fill {
    position: inherit;
    width: inherit;
    height: inherit;
    margin-left: -100%;
    background: #000;
  }
  #section-1 .content-slider nav .controls label span {
    font-size: 1.4em;
    font-weight: 700;
  }
  #section-1 .content-slider nav .controls label:hover {
    color: #000;
  }
  #section-1 .content-slider #banner1:checked ~ .slider #top-banner-1,
  #section-1 .content-slider #banner2:checked ~ .slider #top-banner-2,
  #section-1 .content-slider #banner3:checked ~ .slider #top-banner-3,
  #section-1 .content-slider #banner4:checked ~ .slider #top-banner-4,
  #section-1 .content-slider #banner5:checked ~ .slider #top-banner-5,
  #section-1 .content-slider #banner6:checked ~ .slider #top-banner-6 {
    opacity: 1;
    z-index: 1;
  }
  #section-1 .content-slider #banner1:checked ~ nav label:nth-of-type(1),
  #section-1 .content-slider #banner2:checked ~ nav label:nth-of-type(2),
  #section-1 .content-slider #banner3:checked ~ nav label:nth-of-type(3),
  #section-1 .content-slider #banner4:checked ~ nav label:nth-of-type(4),
  #section-1 .content-slider #banner5:checked ~ nav label:nth-of-type(5),
  #section-1 .content-slider #banner6:checked ~ nav label:nth-of-type(6) {
    cursor: default;
    color: #fff;
    transition: all 0.5s;
  }
  #section-1 .content-slider #banner1:checked ~ nav label:nth-of-type(1) .progressbar,
  #section-1 .content-slider #banner2:checked ~ nav label:nth-of-type(2) .progressbar,
  #section-1 .content-slider #banner3:checked ~ nav label:nth-of-type(3) .progressbar,
  #section-1 .content-slider #banner4:checked ~ nav label:nth-of-type(4) .progressbar,
  #section-1 .content-slider #banner5:checked ~ nav label:nth-of-type(5) .progressbar,
  #section-1 .content-slider #banner6:checked ~ nav label:nth-of-type(6) .progressbar {
    background: #fff;
  }
  #section-1 .content-slider #banner1:checked ~ nav label:nth-of-type(1) .progressbar-fill,
  #section-1 .content-slider #banner2:checked ~ nav label:nth-of-type(2) .progressbar-fill,
  #section-1 .content-slider #banner3:checked ~ nav label:nth-of-type(3) .progressbar-fill,
  #section-1 .content-slider #banner4:checked ~ nav label:nth-of-type(4) .progressbar-fill,
  #section-1 .content-slider #banner5:checked ~ nav label:nth-of-type(5) .progressbar-fill,
  #section-1 .content-slider #banner6:checked ~ nav label:nth-of-type(6) .progressbar-fill {
    animation: progressBarFill 5s linear;
  }
  /* Animations */
  @keyframes progressBarFill {
    from {
      margin-left: -100%;
    }
    to {
      margin-left: 0;
    }
  }
  /* Media Queries */
  @media only screen and (min-width: 1920px) {
    body {
      font-size: 17px;
    }
    .main-header .header-wrapper {
      width: 57%;
    }
    #section-1 {
      height: 100vh;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper {
      padding-top: 15em;
    }
  }
  @media only screen and (max-width: 1919px) {
    body {
      font-size: 16px;
    }
    .main-header .header-wrapper {
      width: 60%;
    }
    /*#section-1 {
      height: 43em;
    }*/
    #section-1 .content-slider .slider .banner .banner-inner-wrapper {
      padding-top: 14em;
    }
  }
  @media only screen and (max-width: 1680px) {
    body {
      font-size: 18px;
    }
    .main-header .header-wrapper {
      width: 65%;
    }
    #section-1 {
      height: 40em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper {
      padding-top: 9em;
    }
  }
  @media only screen and (max-width: 1366px) {
    body {
      font-size: 16px;
    }
    .main-header .header-wrapper {
      width: 70%;
    }
  }
  @media only screen and (max-width: 1120px) {
    .main-header .header-wrapper .main-menu li {
      padding: 0.75em 1.4em;
    }
    #section-1 {
      height: 35em;
    }
    #section-1 .content-slider nav {
      bottom: -0.2em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper {
      padding-top: 7em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper .line {
      margin: 2em auto;
    }
  }
  @media only screen and (max-width: 1024px) {
    body {
      font-size: 14px;
    }
    .main-header .header-wrapper .main-menu li {
      padding: 0.75em 1.3em;
    }
    #section-1 .content-slider nav {
      bottom: 0;
    }
    #section-1 .content-slider nav .controls {
      width: 80%;
    }
  }
  @media only screen and (max-width: 860px) {
    .main-header .header-wrapper .main-menu li {
      padding: 0.75em 0.9em;
    }
    #section-1 {
      height: 29em;
    }
    #section-1 .content-slider nav {
      bottom: -1em;
    }
    #section-1 .content-slider nav .controls {
      width: 90%;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper p {
      font-size: 2em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper h2 {
      font-size: 4.5em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper {
      padding-top: 8em;
    }
  }
  @media only screen and (max-width: 768px) {
    .main-header .header-wrapper .main-menu li {
      padding: 0.75em 0.5em;
    }
    #section-1 {
      height: 27em;
    }
    #section-1 .content-slider nav .controls {
      width: 100%;
      padding-bottom: 20px;
    }
    #section-1 .content-slider nav .controls label {
      width: 19%;
      font-size: 0.8em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper .line {
      margin: 1.7em auto;
    }
  }
  @media only screen and (max-width: 650px) {
    .main-header .header-wrapper {
      width: 95%;
    }
  }
  @media only screen and (max-width: 480px) {
    .main-header .header-wrapper {
      width: 97%;
    }
    .main-header .header-wrapper .main-logo {
      display: none;
    }
    .main-header .header-wrapper .main-menu li {
      padding: 0.2em 0.3em;
    }
    .main-header .header-wrapper .main-menu li:last-child,
    .main-header .header-wrapper .main-menu li:nth-child(6) {
      padding: 0.2em 0.7em;
    }
    #section-1 {
      height: 32em;
    }
    #section-1 .content-slider nav {
      bottom: -0.5em;
    }
    #section-1 .content-slider nav .controls label {
      width: 40%;
      font-size: 0.7em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper p {
      font-size: 1.5em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper h2 {
      font-size: 2.2em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper .line {
      margin: 1.7em auto;
    }
  }