.gw-left p {
    margin-bottom: 5px;
}

.videoBtn {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.videoBtn .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);

    display: flex;
    justify-content: center;
    align-items:  center;
}
.cls-1 {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cls-1:hover {
    fill: #a58346;
}

.gw-right {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.timelinePopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #443c39bf;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 999999;
}

.tp-inner {
    width: 80%;
    margin: 0 auto;
    background-color: #ffffff;
    height: 90%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

}

.do-nicescrol {
    height: 90vh;
    overflow: auto !important;
    scroll-behavior: smooth;
    padding-bottom: 100px !important;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #a58346  !important;
    border-color: #a58346 !important;
    font-family: "Orbitron", sans-serif;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #a58346;
    border-color: #a58346;
}

.do-nicescrol::-webkit-scrollbar {
    display: none;
  }

  .dropdown-menu {
      min-width: 100px;
  }

  .dropdown-item {
      font-size: 20px;
      font-family: "Orbitron", sans-serif;
  }

  .close {
      display: block;
      border: 1px solid #000000;
      width: 45px;
      height: 45px;

      background-image: url('../../images/close.png');
      background-repeat: no-repeat;
      background-size: contain;
  }

  .yearwrapper {
    gap: 15px;
    justify-content: flex-end;
    padding-right: 30px;
    padding-top: 30px;
    background-color: #FFFFFF;
    
  }


  .caption-gw {
      position: absolute;
      top: 50%;
      left: 10%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #ffffff;

    }

    .caption-gw h2, .caption-gw h1 {
        color: #ffffff;
        display: flex;
    }

    .exploreTimeline {
        display: inline-block;
        text-align: center;
        font-weight: 700;
        background-color: #a58346;
        padding-left: 1rem;
        padding-right: 1rem;
        padding: 15px;
        color: #Ffffff;
        font-family: "Work Sans", sans-serif;
        position: relative;
        left: 60px;
        top: 15px;

        -webkit-transform: skewX(335deg);
        -moz-transform: skewX(335deg);
        transform: skewX(335deg);
    }

    .exploreTimeline span {
        display: block;
    -webkit-transform: skewX(-335deg);
    -moz-transform: skewX(-335deg);
    transform: skewX(-335deg);
    }

    .exploreTimeline:hover, 
    .exploreTimeline:focus {
        color: #ffffff;
    }

    .gw-left p {
        font-family: "Work Sans", sans-serif;
        font-size: 18px;
    }

    .caption-gw h2::before, .caption-gw h1::before {
        display: inline-block;
        content: "";
        background-image: url(../../images/quote-big.svg);
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        position: relative;
        top: 14px;
        margin-right: 15px;
        background-size: contain;
    }

    .top-banner.gw {
        position: relative;
    }
@media(max-width: 991px) {
    .gw-mainContent {
        padding-left: 20px;
        padding-right: 20px;
    }

    .gw-right {
        height: 45vh;
        width: 100%;
        margin-bottom: 25px;
    }

    #dropdownMenuButton1 {
        font-size: 23px;
    }

    .caption-gw {
        position: relative;
        top: 20px;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-bottom: 15px;
        left: 0;
        text-align: center;
    }

    .caption-gw h2 {
        color: #000000;
        display: block;
        width: 100%;
        text-align: center;
    }

    .tp-inner {
        width: 100%;
        position: relative;
        margin: 0;
    }

    .exploreTimeline {
        left: 0;
    }

    .cd-timeline {
        padding: 0 15px !important;
    }

    .caption-gw h2 {
    color: #000000;
    display: block;
    width: 100%;
    text-align: center;
}
}