:root{
  --primary:#1f2122;
 --trinity:#f0f0f0; 
 --secondary:#503e64; 
 --secondary:#27613e; 
 --secondary:#1b5331; 
 --bs-modal-width: 1000px;
 /* --secondary:#002a1c;  */
  /* --secondary:#e7ded5; */
 
}

.primary-bg{
  background-color:var(--primary);
  color:white;
}
.secondary-bg{
  background-color:var(--secondary);
  color:var(--primary);
}

.primary-color{
  color:var(--primary);
}
.secondary-color{
  color:var(--secondary);
}

.trinty-bg{
  background-color:var(--trinity);
  color:var(--primary);
}

body{
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #5b5b5b;
}

h1,h2,h3,h4,h5,h6{
  font-weight: 800;
}

ul,li{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a{
  text-decoration: none;
  color: inherit;
}

.top-head{
  border-right: 1px solid var(--primary);
}

.navigation-wrap{
     position: relative;
     z-index: 10;
}

.banner-ride {
  position: relative;
  /* top: -4rem; */
  margin-top: -4rem;
  z-index: 0;
}

.after-top-bar{
  position: relative;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid #fff;
}

.navigation-wrap{
  position: relative;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid #fff;
}

.text-rotator {
  position: relative;
  width: 100%;
  height: 30px;
  /* adjust based on your text size */
  overflow: hidden;
}

.text-item {
  position: absolute;
  opacity: 0;
  transition: opacity 4s ease-in-out;
  left: 0;
  right: 0;
  text-transform: uppercase;
}

.book-now{
  border-radius: 24px;
}

.nav-link, .nav-link:hover {
  text-transform: uppercase;
  color: #fff;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* .banner-wrapper{
  height: 650px;
  overflow: hidden;
} */

.banner-ride {
 height: 650px;
  overflow: hidden;
}

.banner-ride .carousel-inner,
.banner-ride .carousel-item,
.banner-ride .carousel-item img {
  height: 100%;
}

.banner-ride .carousel-item img {
  width: 100%;
  object-fit: cover;
}

.carousel-caption {
  position: absolute;
  right: auto;
  bottom: 4rem;
  left: 10%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: left;
  background: rgba(0, 0, 0, 0.4);
  padding: 8px 16px;
  border: 1px solid #fff;
}

.welcome-list li,.fitting-list li,.craft-listing li{
  margin-bottom: 10px;
}

.fitting-list{
    margin-left:25px;
}

.footer-list-details{
    margin-left:30px
}

.fitting-list li,.footer-list-details li{
    position:relative;
}

.nav-link.active {
  border-bottom: 1px solid #fff;
}

.welcome-list li::before,.fitting-list li::before,.craft-listing li::before{
  content: '\e098';
    display: inline-block;
    margin-right: 10px;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  color: var(--secondary);
}

.fitting-list li::before,.footer-list-details li:before{
  content: '\e098';
    display: inline-block;
    margin-right: 10px;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  color: var(--secondary);
  position:absolute;
  top:0;
  left:-25px;
}

.mid-bar-wrapper-air{
     background: url(../images/mid-bar-options.png) no-repeat center center/cover;
  padding: 10% 0;
  background-attachment:fixed;
  height:450px;

}
.mid-bar-wrapper{
  background: url(../images/mid-bar.jpg) no-repeat center center/cover;
  padding: 5% 0;
}

.mid-inner{
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff;
}

.text-black-og{
  color: #000;
}

.tast-classic{
  bottom: 2rem;
  left: 0;
  right: 0;
  text-align: center;
}

.tast-classic .tast-head{
  text-decoration: underline;
  text-underline-offset: 8px;
}

.heading-thread{
  width: 50px;
  margin-top: -20px;
}

.thread-expand::before {
  content: "";
  position: absolute;
  width: 150px;
  top: 15px;
  left: 34%;
  height: 2px;
  border-bottom: 4px dotted var(--primary);
}

.thread-expand::after {
  content: "";
  position: absolute;
  width: 150px;
  top: 15px;
  right: 34%;
  height: 2px;
  border-bottom: 4px dotted var(--primary);
}

.why-choose-us-wrapperr{
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
  url(../images/you.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}


.why-choose-content {
  display: none; 
}

.services-wrapper{
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
  url(../images/services-bg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}

.bg-black-og{
  background-color: #151718;
}

.dush-pop{
  border: 1px solid #fff;
}

.test-image{
  width: 80px !important;
}

.mobile-icon {
  display: block;
}

.mobile-icon .mobile {
  display: none;
}

.mobile-icon .email {
  display: block;
}

.mobile-icon .material-button-anim {
  position: fixed;
  bottom: -1%;
  left: 0;
  padding: 16px;
  text-align: center;
  max-width: 320px;
  z-index: 99;
}

.material-button {
  position: relative;
  top: 0;
  z-index: 1;
  width: 70px;
  height: 70px;
  font-size: 1.5em;
  color: #fff;
  background: var(--primary);
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .275);
  outline: none;
}

.material-button-toggle {
  z-index: 3;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
}

.material-button-toggle::before {
  content: 'Call Us';
  position: absolute;
  top: 9px;
  left: 43px;
  background: var(--primary);
  width: 100px;
  font-size: 1rem;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.top-max-call {
  position: absolute;
  top: 12px;
  left: 5px;
}

.banner-cover {
  padding: 8rem 0;
}

.about-cover {
  background: linear-gradient(to bottom, rgba(1, 15, 52, 0.70), rgba(1, 15, 52, 0.70)),
    url('../images/mid-bar.webp') bottom center /cover no-repeat;
}

.services-cover {
  background: linear-gradient(to bottom, rgba(1, 15, 52, 0.70), rgba(1, 15, 52, 0.70)),
    url('../images/b2.webp') bottom center /cover no-repeat;
}

.gallery-cover {
  background: linear-gradient(to bottom, rgba(1, 15, 52, 0.70), rgba(1, 15, 52, 0.70)),
    url('../images/b1.webp') bottom center /cover no-repeat;
}

.banner-inner {
  display: flex;
  justify-content: space-between;
}

.tel-btn {
  background-color: var(--primary);
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 0.5rem 3rem;
}

@keyframes bounce {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: -15px;
    margin-bottom: 15px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes roket-roket-circle-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(0deg);
    opacity: 0.1;
  }

  30% {
    transform: rotate(0deg) scale(1.25) skew(0deg);
    opacity: 0.25;
  }

  100% {
    transform: rotate(0deg) scale(1.5) skew(0deg);
    opacity: 0;
  }
}

.material-button-toggle:not(:hover):not(:focus):not(:active) {
  transition: .25s !important;
  animation: 2.25s bounce infinite !important;
}

.material-anim {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: none;
}

.material-anim.one {
  -webkit-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  -moz-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  -ms-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  -o-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  transition: all 0.5s !important;
}

.material-anim.two {
  position: relative;
  border: 2px solid #649831 !important;
  opacity: 0.1 !important;
  background: none !important;
  -webkit-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  -moz-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  -ms-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  -o-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  transition: all 0.5s !important;
}

.top-btn {
  all: unset;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  transform: scale(1.8);
  opacity: 1;
  transition: .3s;
  background: var(--secondary) !important;
  border: 1px solid #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  z-index: 999;
}

.top-btn:hover {
  border-radius: 25px;
  border: 1px solid #fff;
}


.ser-head {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-tag {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-image{
    border:1px solid var(--secondary);
    padding:4px;
}

.logo-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 25%;
}

.top-bar-wrapper{
    z-index:2;
}

.logo{
    display:none !important;
}
  
.occasion-title{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    background:var(--secondary);
}
  
 
  
  .barker-shoes{
      height:600px;
      
  }
  
   .barker-shoes-wrapper{
      position:relative;
  }
  
  .display-5{
      font-weight:700;
  }
  
  .barker-shoes-content-wrap{
      position: absolute;
      right: 10%;
      top: 30%;
      bottom: 0;
      text-align: center;
  }
  
  .btn-close{
      background:#fff;
      padding:4px;
      color:#000;
  }


.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.7); /* black semi-transparent */
}

.banner-cover-btn {
  position: absolute;
  right: 22.4rem;
  bottom: 1rem;
  border: 1px solid #ba9351;
  padding: 12px 30px;
  color: #fff;
}

.banner-cover-title{
  border: 2px solid #fff;
  display: inline-block;
  padding: 12px 30px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);         
  -webkit-backdrop-filter: blur(10px);
}

.banner-cover-wrapper {
  padding: 8rem 0;
  position: relative;
  z-index: 0;
  margin-top: -4rem;
}

.about-cover-wrapper{
  background: url(../images/abt-cover-banner.png) center center/cover no-repeat;
}

.services-cover-wrapper,.thankyou-cover-wrapper{
  background: url(../images/ser-cover.jpg) center center/cover no-repeat;
}

.gallery-cover-wrapper{
  background: url(../images/gal-cover.jpg) center center/cover no-repeat;
}

.contact-cover-wrapper{
  background: url(../images/contact-cover.jpg) center center/cover no-repeat;
}


.product-list-wrapper,.services-main-wrapper{
  background-color: #f2f2f2;
}

.product-image,.custom-tailor-img{
  border: 8px solid #fff;
}

.product-title{
  position: absolute;
  left: 6px;
  right: 7px;
  bottom: 7px;
  background-color: rgba(0, 0, 0, .5);
  padding: 5px 0;
}



.video-background {
    width: 100%;
    height: 350px;
    object-fit: cover; 
}

.about-mid-wrapper-icon{
  display: flex;
  gap: 1rem;
}

.blazer-content{
  position: absolute;
  bottom: 4rem;
  left: 8rem;
}

.banner-cover-btn-op{
  border: 1px solid #ba9351;
  padding: 12px 30px;
  color: #fff;
}

.owl-nav{
  text-align: center;
  margin-top: 1rem;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: var(--secondary);
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
    font-size: inherit;
  font-size: inherit;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 2rem;
  margin: 5px;
}

.owl-prev {
  position: absolute;
  left: 0;
  top: 40%;
}

.owl-next {
  position: absolute;
  right: 0;
  top: 40%;
}

.why-choose-wrapper-abt {
  display: grid;
  grid-template-columns: 1fr 1fr;
}


.color-shades{
    height:350px;
}

@media (min-width: 1368px) {
    .fabrication-carousel .w-100{
         width: 75% !important;
    } 
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .hide-me{
    display: none !important;
  }
  
  .logo-top{
      display:none !important;
  }
  
  .logo{
      display:block !important;
  }
  
  .ser-head {
  height: auto;
}

  .why-choose-wrapper-abt {
    display: block;
  }

.barker-shoes {
  height: auto;
  object-fit: contain !important;
}

.barker-shoes-content-wrap {
  position: absolute;
    right: 15px;
    top: auto;
    bottom: 5%;
    text-align: right;
    left: auto;
}

.blazer-content {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

.blazer-heading{
  font-size: 1rem;
}

.blazer-extra{
  margin-bottom: 2rem;
}

.navbar.navbar-expand-lg {
  background: var(--secondary);
  margin-top: 0.7rem;
  width: 108%;
  margin: 10px -15px 0 -15px !important;
  display: block !important;
}

.menu-icon {
  margin-top: 5px;
}

.mid-bar-wrapper-air {
  background: url(../images/mid-bar-options.png) no-repeat center center/cover;
  padding: 0;
  background-attachment: inherit;
  height: 250px;
}

.logo {
  position: relative;
  top: 5px;
  left: 0;
  width: 80%;
  right: 0;
  margin: 0 auto;
}

.modal-dialog {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

    .banner-wrapper {
      height: auto;
      overflow: hidden;
    }

  .banner-ride {
    height: 100%;
  }

  .banner-ride {
    position: relative;
    top: auto;
    z-index: -2;
  }

    .navigation-wrap {
      position: relative;
      top: 0;
      z-index: 2;
      background-color: #000;
      border-bottom: 1px solid #fff;
      text-align: center;
    }
    .logo-head{
      font-size: 31px;
        margin-top: 8px;
        text-decoration: underline;
    }

    .navbar-toggler {
      width: 100%;
    }

    .copy-right.primary-bg.py-1 {
      text-align: center;
    }

    .mid-bar-wrapper {
      background: url(../images/mid-bar.jpg) no-repeat center center/cover;
      padding: 25% 0;
    }
    
    .banner-cover-btn {
  position: absolute;
  right: 14rem;
  bottom: 0;
  border: 1px solid #ba9351;
  padding: 4px 17px;
  color: #fff;
  background: #000;
  font-size: 14px;
}
}
