html {
  scroll-behavior: smooth;
}


body {
  background-color: black;
}

div.container {
  width: 1112px;
  height: 2500px;
  margin: 0 auto;
  background-color: rgba( 253, 254, 252, .7);
}

div.wrapper {
  border: 15px solid black;
  border-top: none;
  width: 1112px;
  height: 2500px;
  margin: 0 auto;
  background-image: url(https://texturelabs.org/wp-content/uploads/Texturelabs_Paper_237S.jpg) ;
}

  div.containerone {
    width: 1112px;
    height: 1500px;
    margin: 0 auto;
    background-color: rgba( 253, 254, 252, .7);
  }

  div.wrapperone {
    border: 15px solid black;
    border-top: none;
    width: 1112px;
    height: 1500px;
    margin: 0 auto;
    background-image: url(https://texturelabs.org/wp-content/uploads/Texturelabs_Paper_237S.jpg) ;
  }

  div.containertwo {
    width: 1112px;
    height: 4000px;
    margin: 0 auto;
    background-color: rgba( 253, 254, 252, .7);
  }

  div.wrappertwo {
    border: 15px solid black;
    border-top: none;
    width: 1112px;
    height: 4000px;
    margin: 0 auto;
    background-image: url(https://texturelabs.org/wp-content/uploads/Texturelabs_Paper_237S.jpg) ;
  }

  div.containerthree {
    width: 1112px;
    height: 1000px;
    margin: 0 auto;
    background-color: rgba( 253, 254, 252, .7);
  }

  div.wrapperthree {
    border: 15px solid black;
    border-top: none;
    width: 1112px;
    height: 1000px;
    margin: 0 auto;
    background-image: url(https://texturelabs.org/wp-content/uploads/Texturelabs_Paper_237S.jpg) ;
  }

  div.containerfour {
    width: 1112px;
    height: 2000px;
    margin: 0 auto;
    background-color: rgba( 253, 254, 252, .7);
  }

  div.wrapperfour {
    border: 15px solid black;
    border-top: none;
    width: 1112px;
    height: 2000px;
    margin: 0 auto;
    background-image: url(https://texturelabs.org/wp-content/uploads/Texturelabs_Paper_237S.jpg) ;
  }

/*nav start*/

  div.background {
    background-color: rgba( 253, 254, 252, .7);
  }

.sticky-header {
  background-image: url(https://texturelabs.org/wp-content/uploads/Texturelabs_Paper_237S.jpg);
  color: black;
  position: sticky; /* Apply the sticky positioning */
  top: 0; /* Stick the element to the top of the viewport */
  z-index: 100; /* Ensure the navbar is above other content */
  border-bottom: 1px solid black;
  border-top: 15px solid black;
  }
  
  .sticky-header ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 5px 5px 5px 5px;
  }
  
  .sticky-header a:hover {
    color:#999D6B;
  }

  .sticky-header a.active {
    color: #d8b721;
    font-weight: 800;
  }

  .sticky-header a.back {
    color: black;
    font-weight: 800;
    background-color: #d8b721;
    padding: 0px 5px 3px 10px;
    border-left: 1pt solid black;
    margin-right: -5px;

  }

  .sticky-header a {
    text-decoration: none;
    color: black;
    text-decoration: none;
    font-family: "Shippori Antique", sans-serif;
    font-size: 16pt;
    font-weight: 100;
    line-height: 16pt;
  }

/*nav end*/

/*header start*/

header {
  width: 100%;
  height: 145px;
  position: relative;
  border-bottom: 1px solid black;
}

  header h1 {
    color: #999D6B;
    font-family: "Shippori Antique", sans-serif;
    font-weight: 400;
    font-size: 128pt;
    position: absolute;
    line-height: 128px;
    top: -5px;
    left: -5px;
  }

header h6 {
    color: #999D6B;
    font-family: "Manjari", sans-serif;
    font-weight: 400;
    font-size: 16pt;
    line-height: 16pt;
    position: absolute;
    float: right;
    top: 10px;
    right: 5px;
}

/*header ends*/

/*main starts*/

main {
  width: 100%;
  position: relative;
  padding: 0px 10px;
}

h2 {
  font-family: "Shippari Antique", sans-serif;
  font-size: 32pt;
}

h3 {
  font-family: "Shippari Antique", sans-serif;
  font-size: 24pt;
  font-weight: 600;
}

h4 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: italic;
  color: #fbfafc;
}

p {
  font-family: "Manjari", sans-serif;
  font-size: 24pt;
  line-height: 1.4;
  font-weight: 400;
}

section.titlesequence {
  margin-left: -10px;
  position: relative;
}

section.titlesequence video {
  position: relative;
  z-index: 0;
  height: 70vh;
  object-fit: cover;
  overflow: hidden;
}

section.titlesequence div {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fbfafc;
}

section.titlesequence div h2{
  font-family: "Cormorant Garamond", serif;
  font-size: 48pt;
  font-weight: 800;
}

.marquee {
  width: 1112px;
  margin-left: -10px;
  margin-top: -5px;
  padding: 10px 0px;
  background-color: black;
  color: #999D6B;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
.marquee p {
  display: inline-block;
  animation: marquee 40s linear infinite;
  text-transform: uppercase;
  font-size: 12pt;
  font-family: "Shippari Antique", sans-serif;
}
@keyframes marquee {
  0%   { transform: translate(0, 0); }
  100% { transform: translate(-100%, 0); }
}

section.leadone {
  padding: 20px 0px 0px 0px;
  position: relative;
  height: 72vh;
}
  section.leadone p {
    width: 900px;
    color: #6C713B;
    font-weight: 200;
    font-size: 32pt;
    font-family: "Shippari Antique", sans-serif;
  }

  section.leadone img {
    position: absolute;
    display: flex;
    bottom: 10px;
    width: 30px;
    height: 30px;
  }

section.lead {
  padding: 125px;
  position: relative;
  height: 270px;
}
  section.lead h2 {
    line-height: 2;
    color: #6C713B;
    font-weight: 800;
  }

  section.lead p {
    width: 725px;
    color: #6C713B;
    font-weight: 400;
    font-family: "Shippari Antique", sans-serif;
  }

  section.lead p.light {
    font-weight: 200;
    font-size: 24pt;
    width: 525px;
    color: black;
    border-top: 1px solid black;
    padding-top: 10px;
    padding-right: 60px;
  }

  section.lead img {
    display: flex;
    float: left;
    top: -90px;
    right: -10px;
    position: absolute;
  }

section.photoone {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background-color: #999D6B;
  height: 95vh;
  width: 100%;
  margin-left: -10px;
  display: flex;
  position: relative;
  float: left;
  overflow: scroll;
}

  section.photoone img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: .5;
  }

  section.photoone h4 {
    z-index: 5;
    margin: auto;
    font-size: 64pt;
  }

section.photo {
display: block;
}
  div.photoback {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #999D6B;
    height: 95vh;
    width: 100%;
    margin-left: -10px;
    display: flex;
    position: relative;
    float: left;
    overflow: scroll;
  }

  section.photo img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: .5;
  }
  
  section.photo h4 {
    z-index: 5;
    margin: auto;
    font-size: 64pt;
  }

  section.photo h4.link {
    font-family: "Manjari", sans-serif;
    font-size: 32pt;
    font-weight: 400;
    font-style: normal;
  }

  section.photo h4.link span {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 40pt;
    font-weight: 400;
  }

  section.photo img.arrow {
    display: flex;
    position: absolute;
    top: 55vh;
    left: 500px;
    width: 80px;
    height: auto;
    z-index: 100;
    opacity: 1;
  }

section.phototwo {
  margin-left: -10px;
  margin-bottom: 500px;
}

section.second {
  padding: 250px 0 100px 0;
  margin-top: 550px;
  position: relative;
}

  section.second h3{
    font-weight: 400;
    width: 600px;
    padding-bottom: 20px;
    margin-left: 40px;
  }
  section.second p {
    font-weight: 200;
    width: 600px;
    font-size: 16pt;
    margin-left: 40px;
  }

  section.second img {
    width: 387px;
    height: 387px;
    position: absolute;
    display: flex;
    float: right;
    top: 168px;
    right: 10px;
    border: 1px solid black;
  }

section.featureball {
 height: 400px;
 margin-top: 95vh;
 position: relative;
 margin-left: -10px;
}

section.featureball h2{
  padding: 15px 10px;
  margin-right: 10px;
  color: black;
  border-bottom: 1pt solid black;
  border-top: 1pt solid black;
}

  div.fballs {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 1092px;
    padding-left: 10px;
  }

  section.featureball img {
  height: 300px;
  width: 300px;
}

  section.featureball p {
    font-family: "Shippari Antique", sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #6C713B;
    font-size: 12pt;
    border-top: 1pt solid black;
    margin-top: -40px;
}

section.third {
  border-top: 1px solid black;
  margin-left: -10px;
  margin-right: 10px;
  border-bottom: 1px solid black;
  background-color: rgba( 150, 150, 150, .2);
  padding: 20px 10px;
  position: relative;
  height: 560px;
}
  div.asidegreen {
    height: 600px;
    margin-left: -10px;
    margin-top: -20px;
    width: 50px;
    background-color: #6C713B;
    border-right: 1px solid black;
    position: absolute;
    display: flex;
  }

  section.third h3{
    position: absolute;
    font-weight: 400;
    padding-bottom: 30px;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 32pt;
    padding-left: 100px;
  }
  section.third p {
    position: absolute;
    font-weight: 200;
    padding-bottom: 30px;
    padding-left: 100px;
    padding-top: 70px;
    padding-right: 50px;
    font-size: 16pt;
  }

  section.third p span {
    font-weight: 600;
    font-size: 12pt;
    font-family: "Shippari Antique", sans-serif;
  }

  section.third div.medals {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 925px;
    margin-left: 100px;
    margin-right: 40px;
    bottom: 40px;
  }

    div.medals img{
      height: 175px;
      opacity: .8;
      border: 1px solid black;
    }

    div.medals h5 {
      background-color: black;
      color: #fbfafc;
      font-family: "Shippari Antique", sans-serif;
      font-size: 12pt;
      font-weight: 400;
      border: 1px solid black;
      padding: 5px;
}

section.forth {
  height: 620px;
  background-color: #999D6B;
  padding: 80px 300px;
  margin-left: -10px;
  margin-right: 10px;
  border-bottom: 1pt solid black;
}

  div.note {
    background-color: #fffaeb;
    display: flex;
    flex-direction: column;
    padding: 50px 80px;
  }

  section.forth h3{
    font-weight: 400;
    width: 100%;
    border-top: 1pt solid black;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  section.forth p {
    font-weight: 200;
    width: 100%;
    font-size: 16pt;
    font-family: "Cormorant Garamond", serif;
  }

div.aside {
  display: flex;
  width: 20%;
  flex-flow: wrap;
  flex-direction: column;
  float: left;
}

#collectionhead {
  border-bottom: 1px solid black;
  margin-left: -10px;
  padding-left: 10px;
  padding-top: 40px;
  margin-bottom: 15px;
}

.aside ul {
  padding-top: 40px;
}

.aside ul li {
  padding-bottom: 10px;
}

.aside ul li a {
  text-decoration: none;
  font-family: "Shippari Antique", sans-serif;
  color: #6C713B;
}

.aside ul li a:hover {
  color: #2f330d;
}

.aside ul li a:active {
  color: #d8b721;
}

ul.filterable-list {
  display: flex;
  flex-flow: wrap;
  row-gap: 10px;
  column-gap: 10px;
  width: 80%;
  float: right;
  padding-bottom: 200px;
}

  ul.filterable-list li:hover {
    background-image: radial-gradient(circle, rgba(108,113,59,1), rgba(108,113,59,.6), rgba(108,113,59,0));
    border-radius: 200px;
  }

  .filterable-list img {
    width: 200px;
    height: 200px;
  }

section.golfballone {
  padding: 50px 10px;
  height: 550px;
}

div.balltext {
  position: absolute;
}

  div.balltext img {
    position: relative;
    display: flex;
    left: 570px;
    width: 500px;

  }

  div.balltext h2{
    position: relative;
    display: flex;
    top: 30px;
    left: 610px;
    color: #999D6B;
    font-weight: 100;
    font-size: 24pt;
    border-bottom: 1px solid black;
  }

  div.balltext p{
    position: relative;
    display: flex;
    top: 50px;
    left: 610px;
    font-size: 16pt;
    width: 470px;
  }

  div.balltext ul{
    position: relative;
    display: flex;
    flex-direction: column;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    color: black;
    top: 70px;
    left: 610px;
  }

  div.balltext li {
    padding-bottom: 10px;
  }

  span.features {
    font-family:"Shippari Antique", sans-serif;
    font-weight: 400;
    font-size: 10pt;
    padding-left: 5px;
    color: #6C713B;
  }

div.golfball {
  position: absolute;
}

  div.golfball img {
    position: relative;
    display: flex;
    top: -150px;
    left: -150px;
    float: left;
    z-index: 50;
    width: 900px;
    height: 900px;
  }

  section.end {
    padding: 50px 0 0px 0;
    margin-bottom: -5px;
    position: relative;
  }
  
    section.end h3{
      font-weight: 400;
      width: 600px;
      padding-bottom: 20px;
      margin-left: 40px;
    }
    section.end p {
      font-weight: 200;
      width: 500px;
      font-size: 15pt;
      line-height: 30px;
      margin-left: 40px;
      padding-bottom: 20px;
    }

    section.end img {
      width: auto;
      height: 680px;
      position: absolute;
      display: flex;
      float: right;
      top: 0px;
      right: 10px;
      border: 1px solid black;
    }


/*main ends*/

/*footer starts*/

footer {
  width: 1052px;
  background-color: #999D6B;
  border-top: 1px solid black;
  border-bottom: 60px solid black;
  top: 0;
  left: 0;
  margin-top: 50px;
  padding: 0px 10px;
  padding-left: 50px;
  height: 320px;
  display: flex;
  position: relative;
  float: left;
  overflow: hidden;
}
  footer h5 {
    font-family: "Shippori Antique", sans-serif;
    font-weight: 800;
    font-size: 195pt;
    color: #6C713B;
    opacity: .2;
    display: flex;
    position: absolute;
    margin-left: -20px;
    margin-top: -170px;
  }

  footer ul.nav {
    display: flex;
    flex-direction: column;
    float: left;
    top: 0;
    left: 0;
    margin-top: 160px;
  }

  footer ul.nav li a {
    text-decoration: none;
    font-family: "Shippari Antique", sans-serif;
    text-transform: uppercase;
    line-height: 2;
    color: #fbfafc;
  }

  footer ul.nav li a:hover {
    color: #6C713B;
  }

  footer ul.footer {
    display: flex;
    flex-direction: column;
    float: right;
    top: 0;
    margin-left: 700px;
    margin-top: 240px;
    align-items: end;
    color:#6C713B;
    font-family: "Shippari Antique";
  }

  section.thirdd {
    border-top: 1px solid black;
    margin-left: -10px;
    margin-right: 10px;
    border-bottom: 1px solid black;
    background-color: rgba( 150, 150, 150, .2);
    padding: 20px 10px;
    position: relative;
    height: 360px;
  }
    section.thirdd div.asidegreen {
      height: 400px;
      margin-left: -10px;
      margin-top: -20px;
      width: 50px;
      background-color: #999D6B;
      border-right: 1px solid black;
      position: absolute;
      display: flex;
    }
  
    section.thirdd h3{
      position: absolute;
      font-weight: 400;
      padding-bottom: 30px;
      font-family: "Cormorant Garamond", serif;
      font-style: italic;
      font-weight: 400;
      font-size: 32pt;
      padding-left: 100px;
    }
    section.thirdd p {
      position: absolute;
      font-weight: 200;
      padding-bottom: 30px;
      padding-left: 100px;
      padding-top: 70px;
      padding-right: 50px;
      font-size: 16pt;
    }
  
    section.thirdd p span {
      font-weight: 600;
      font-size: 12pt;
      font-family: "Shippari Antique", sans-serif;
    }

    section.thirdl {
      border-top: 1px solid black;
      margin-left: -10px;
      margin-right: 10px;
      border-bottom: 1px solid black;
      background-color: rgba( 150, 150, 150, .2);
      padding: 20px 10px;
      position: relative;
      height: 360px;
    }
      section.thirdl div.asidegreen {
        height: 400px;
        margin-left: -10px;
        margin-top: -20px;
        width: 50px;
        background-color: #6C713B;
        border-right: 1px solid black;
        position: absolute;
        display: flex;
      }
    
      section.thirdl h3{
        position: absolute;
        font-weight: 400;
        padding-bottom: 30px;
        font-family: "Cormorant Garamond", serif;
        font-style: italic;
        font-weight: 400;
        font-size: 32pt;
        padding-left: 100px;
      }
      section.thirdl p {
        position: absolute;
        font-weight: 200;
        padding-bottom: 30px;
        padding-left: 100px;
        padding-top: 70px;
        padding-right: 50px;
        font-size: 16pt;
      }
    
      section.thirdl p span {
        font-weight: 600;
        font-size: 12pt;
        font-family: "Shippari Antique", sans-serif;
      }
      section.thirdc {
        border-top: 1px solid black;
        margin-left: -10px;
        margin-right: 10px;
        border-bottom: 1px solid black;
        background-color: rgba( 150, 150, 150, .2);
        padding: 20px 10px;
        position: relative;
        height: 360px;
      }
        section.thirdc div.asidegreen {
          height: 400px;
          margin-left: -10px;
          margin-top: -20px;
          width: 50px;
          background-color: #2f330d;
          border-right: 1px solid black;
          position: absolute;
          display: flex;
        }
      
        section.thirdc h3{
          position: absolute;
          font-weight: 400;
          padding-bottom: 30px;
          font-family: "Cormorant Garamond", serif;
          font-style: italic;
          font-weight: 400;
          font-size: 32pt;
          padding-left: 100px;
        }
        section.thirdc p {
          position: absolute;
          font-weight: 200;
          padding-bottom: 30px;
          padding-left: 100px;
          padding-top: 70px;
          padding-right: 50px;
          font-size: 16pt;
        }
      
        section.thirdc p span {
          font-weight: 600;
          font-size: 12pt;
          font-family: "Shippari Antique", sans-serif;
        }

/*footer ends*/

/*keyframes and animations start*/

@keyframes slideleft {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
    background-color: pink;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    background-color: green;
  }
}

  .slideleft {
    animation: slideright 1s linear both;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
  }
