@import url('../css/bootstrap.css');
/*@import url('../css/animate.css');*/
@import url('../css/jquery.fancybox.min.css');
@import url('../css/slick.css');
@import url('https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css');

@import url('../fonts/new_customfont/stylesheet.css');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'HurmeGeometricSans1';
  src: url('../fonts/hemulite/HurmeGeometricSans1-Regular.eot');
  src: url('../fonts/hemulite/HurmeGeometricSans1-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/hemulite/HurmeGeometricSans1-Regular.woff2') format('woff2'),
      url('../fonts/hemulite/HurmeGeometricSans1-Regular.woff') format('woff'),
      url('../fonts/hemulite/HurmeGeometricSans1-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*@font-face {*/
/*    font-family: 'HurmeGeometricSans1';*/
/*    src: url('../fonts/Hurme/HurmeGeometricSans1.otf') format('otf'),*/
/*        url('../fonts/Hurme/HurmeGeometricSans1.otf') format('otf');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/


/*@font-face {*/
/*    font-family: 'Century Gothic';*/
/*    src: url('../fonts/CenturyGothic.woff2') format('woff2'),*/
/*        url('../fonts/CenturyGothic.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Hemulite';*/
/*  src: url('../fonts/hemulite/h') format('woff2'),*/
/*      url('../fonts/CenturyGothic.woff') format('woff');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/






:root {
  /*** theme colors ***/
  --primary-color: #A35C00;
  --secondary-color: #D8D701;
  --theme-white: #ffffff;
  --theme-black: #000000;
}

a{
    text-decoration:none !important;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  /* font-family: 'HurmeGeometricSans1'; */
  /* font-family: 'Open+Sans'; */
  /* font-family: 'Nunito'; */
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;

  
  /* background: linear-gradient(to right, #FF7E5F, #FFB97F); */
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: 'Poppins', sans-serif;
  /* font-family: 'HurmeGeometricSans1'; */

  /* font-family: 'Futurama' !important; */
  /* font-family: 'Montserrat'; */
}

a:hover{
  color: #000;
}

a {
  text-decoration: none;
  color: #000;
}


.p-100 {
  padding: 30px 0px;
}


.about_img_bg,
.fifty_contant {
  -webkit-animation: mymove 2s ease 0.5s infinite;
  animation: mymove 2s ease 0.5s infinite;
}

@keyframes mymove {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.topbar .social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-bar-2 {
  background: #00FE00;
  height: 40px;
}

.topbar .top-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-text p {
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}
.social-icons span {
  font-size: 15px;
  font-weight: 600;
  padding-right: 10px;
}

.social-icons i {
  padding-right: 7px;
  font-size: 19px;
}

.extra-opt {
  display: flex;
  gap: 10px;
  align-items: center;
}

.top-nav {
  background: #000;
}

i.bx.bxs-phone {
    font-size: 29px;
    background: #00FE00;
    border-radius: 25px;
    height: 40px;
    padding: 4px;
    border: 1px solid #00FE00;
    transition: all 0.5s;
}
i.bx.bxs-phone:hover {
  border: 1px solid #00FE00;
  background: #f000;
  color: #00FE00;
}
.col-md-4.extra-opt a{
  font-size: 11px;
  color: #fff;
  margin: 0;
  transition: all 0.5s;
  width: 25%;
}
.col-md-4.extra-opt a:hover{
  color: #00FE00;
}

.col-md-4.extra-opt strong {
  font-size: 14px;
  display: block;
}

i.bx.bx-heart {
  color: #00FE00;
  font-size: 29px;
}

.top-nav-inner {
  justify-content: center;
  align-items: center;
  padding: 20px 0 10px 0;
}
p.wishlist {
  width: 21% !important;
}

.search-bar input {
  width: 96%;
  padding: 15px 20px;
  border-radius: 30px;
}

.search-bar{
  text-align:center;
  position:relative;
}

.search-bar button {
  background: none;
  color: #000;
  font-size: 25px;
  border: none;
  position:relative;
}
.bx.bx-search {
  position: absolute;
  top: -32px;
  left: -45px;
}
.search-bar button i{
  padding:15px 0px;
}

.nav-bar {
  background: #000;
  margin-top: 2px;
}

.logo {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 80px;
}

.main-nav-bar {
  position: relative;
}

.logo img {
  position: absolute;
  z-index:999;
}

.main-nav-bar {
  position: relative;
}

.logo img {
  /* position: absolute; */
  bottom: 0;
}

.menu ul li {
  list-style: none;
}

.menu ul {
  display: flex;
  justify-content: left;
  padding: 20px 0px;
  margin: 0;
  gap: 70px;
}

.menu ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  transition: all 0.7s;
}
.menu ul li a:hover {
  color: #00fe00;
  border-bottom: 1px solid #00fe00;
}
.col-md-3.nav-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
a.order-btn {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 9px 20px;
  background: #00FE00;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 600;
  transition: all 0.7s;
}
a.order-btn:hover {
  color: #00FE00;
  background: #f000;
  border: 1px solid #00FE00;
}

a.order-btn i {
  font-size: 30px;
}

.main-news {
  justify-content: center;
  padding: 20px;
  background: #00fe00;
  align-items: center;
}

.letter-text h2 {
  margin: 0;
  text-transform: capitalize;
  font-size: 29px;
}

.field input {
  padding: 17px 20px;
  background: #fff;
  border: none;
  border-radius: 15px;
}

input.Subscribe {
  background: #000;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -35px;
}

.field input[type="text"] {
  width: 79%;
}
footer {
  background: url(../images/footer-back-2.png);
}

.footerback {
  padding: 50px 0;
}

.logo-foot p {
  color: #fff;
  width: 280px;
}

.social-foot i {
  background: #00fe00;
  font-size: 28px;
  padding: 10px;
  border-radius: 25px;
  border: 1px solid #00fe00;
  transition: all 0.5s;
}
.social-foot i:hover {
  background: #f000;
  color: #00fe00;
  border: 1px solid #00fe00;
}
.links h3 {
  color: #fff;
  text-transform: capitalize;
}

.footerback {
  justify-content: center;
  align-items: baseline;
  gap:60px;
}

ul.link-items li {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.link-items {
  padding: 0;
  margin: 0;
}

ul.link-items li a {
  color: #fff;
  text-transform: capitalize;
  line-height: 36px;
  transition: all 0.5s;
}
ul.link-items li a:hover {
  color: #00fe00;

}
.col-md-2.company h3 {
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 20px;
}
.links h3 {
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 20px;
}

.address h3 {
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 20px;
}

.address i {
  color: #00fe00;
  font-size: 26px;
}

.address p {
  color: #fff;
  width: 45%;
}
.map {
  display: flex;
  gap: 10px;
}

.copyright {
  background: #00fe00;
  justify-content: center;
  display: flex;
  height: 50px;
  align-items: center;
}

.copyright p {
  margin: 0;
  text-transform: capitalize;
  font-size: 18px;
}

section.main-banner {
  background: url(../images/main-banner-dup.png) no-repeat;
  position: relative;
  background-size: cover;
}

.features img {
  width: 75px;
}

.features {
    text-align: center;
  }

.ship {
    padding: 25px 0 0 0;
}

.banner-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100vh;
}

.banner-title img {
  width: 80%;
}

.banner-title h2 {
  color: #fff;
  font-size: 170px;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  line-height: 150px;
}

.banner-title p.paragraph {
    width: 330px;
    margin-bottom: 30px;
}
.col-md-4.banner-to-right h2 {
  position: relative;top: -33px;
}
.media-below {
  width: 23%;
}

h3.title {
  color: #fff;
  letter-spacing: 8px;
}

p.paragraph {
  color: #fff;
}

a.shop {
    background: #00fe00;
    padding: 15px 40px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.7s;
}
a.shop:hover {
  color: #00fe00;
  background: #f000;
  border: 1px solid #00fe00;
}
section.quality h3 {
  font-size: 24px;
  padding-top: 20px;
  text-transform: capitalize;
}

.col-md-4.banner-to-right {
  display: flex;
  justify-content: end;
}

.col-md-4.banner-center {
  position: absolute;
  display: flex;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
}

.d1 img {
  width: 90%;
}

.d1 h4 {
  text-align: center;
  padding-top: 30px;
  font-weight: 700;
  width: 90%;
}

.d1 p {
  text-align: center;
  font-size: 12px;
  padding: 0 10px;
  margin-top: 15px;
  margin-bottom: 50px;
  width: 90%;
}

.d1 a {
  padding: 15px  20px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  transition: all 0.7s;
  /* margin: 0 89px 0 60px; */
}
.d1 a:hover {
  background: #f000;
  border: 1px solid #000;
  color: #000;
}

.d1 {
  text-align: center;
  
  margin: 10px 0 50px 0;
}

section.design {
  padding: 50px 0;
}

h2.sec-head {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Bebas Neue';
  font-size: 50px;
}

.vall {
  text-align: center;
  margin: 50px 0;
}

.vall a {
  background: #00fe00;
  padding: 12px 40px;
  font-size: 17px;
  font-weight: 600;
  transition: all 0.5s;
}
.vall a:hover {
  color: #00fe00;
  background: #000;
  border: 1px solid #00fe00;
}

.mech {
  background: url(../images/merch-bak.png) no-repeat;
  width: 100%;
  position: relative;
  background-size: cover;
  height: 61vh;
}

.shirts img {
  width: 95%;
  padding-top: 140px;
}

.bags img {
  width: 95%;
  padding-top: 140px;
}

.merch-cont {
  padding-top: 170px;
  text-align: center;
}

.merch-cont h2 {
  color: #fff;
  font-size: 70px;
  font-family: 'Bebas Neue';
}

.merch-cont p {
  color: #fff;
  text-align: center;
  font-size: 13px;
  padding: 0 0 30px 0;
}

/* MEDIA_PRINT_CATEGORY_SEC_START */

.cat-sec-head h2 {
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  font-family: 'Bebas Neue';
  color: #000;
}

.sublimation img {
  width: 100%;
  /* max-width: 600px; */
  height: 694px;
  object-fit: cover;
}

.your-title {
  position: absolute;
  bottom: 30px;
  padding: 0 35px 0;
}

.sublimation {
  position: relative;
}

.your-title h2 {
  font-size: 50px;
  font-weight: 700;
  color: white;
  text-transform: capitalize;
}

.your-title h3 {
  font-size: 29px;
  font-weight: 600;
  color: white;
}

.sub-main-banner-img img {
  width: 100%;
}

.banner-white-text {
  position: absolute;
  bottom: 30px;
  left: 25px;
}

.sub-main-banner-img {
  position: relative;
}

.banner-white-text h3 {
  color: white;
  font-weight: 500;
  font-size: 22px;
}

.banner-white-text h2 {
  color: white;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}

.sub-main-banner-img img {
  width: 100%;
  /* max-width: 506px; */
  margin: 0px 0 30px;
}


.sub-main-banner-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 91.5%;
  background: linear-gradient(to top, black, transparent);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.sub-main-banner-img:hover:before {
    opacity: 1;
    visibility: visible;
}

.sublimation:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 97.5%;
    background: linear-gradient(to top, #07450D, transparent);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.sublimation:hover:before {
    opacity: 1;
    visibility: visible;
}

.cat-sec-head {
  padding: 60px 0 30px;
}
section.design {
  background: url(../images/design-bac.png);
}

/* MEDIA_PRINT_CATEGORY_SEC_END */

.merch-cont a {
  background: #00fe00;
  padding: 13px 40px;
  text-transform: capitalize;
  font-weight: 600;
  transition: all 0.5s;
}

.merch-cont a:hover {
  color: #00fe00;
  background: #f000;
  border: 1px solid #00fe00;
}

/* WHOLE__SALE__SEC__START */

.btn-flex {
  display: flex;
  gap: 45px;
  padding: 15px 0 0;
  margin: 30px 0px;
}

.read-more-btn a {
  background: #00FE00;
  padding: 10px 40px 10px;
  font-weight: 700;
  border-radius: 5px;
  border: 1px solid #00fe00;
  transition: all 0.5s;
}
.read-more-btn a:hover {
  background: #000;
  color: #00fe00;
  border: 1px solid #00fe00;
}
.sign-btn a {
  background: black;
  color: white;
  padding: 10px 30px 10px;
  border-radius: 5px;
  border: 1px solid #000;
  transition: all 0.5s;
}
.sign-btn a:hover {
  background: #00fe00;
  color: #000;
  border: 1px solid #000;
}

.whole-sale-media h1 {
  font-size: 55px;
  font-weight: 700;
}

.whole-sale-media p {
  font-size: 25px;
  font-weight: 500;
  margin: 0 0 0;
}

.year-experiance img {
  width: 100%;
  transition: all 0.8s;
}
.year-experiance img:hover {
  transform: translate(0px, -50px);
}
section.whole-sale-sec {
  padding: 150px 0;
}

.whole-sale-media p {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.whole-sale-media h1 {
  font-family: 'Bebas Neue';
  font-weight: 500;
}



/* WHOLE__SALE__SEC_END */




/* products */
img.product-img {
  width: 95%;
}

p.review {
  display: inline;
  padding-left: 50px;
  font-size: 14px;
  font-weight: 500;
}

.product-slider i {
  font-size: 25px;
  padding-top: 25px;
}
.p-1 h2 {
  font-size: 25px;
  padding: 20px 0;
  text-transform: capitalize;
  font-weight: 700;
}

p.pro-des {
  font-size: 14px;
  width: 265px;
}

img.color-var {
  width: 40%;
  padding-bottom: 10px;
}

p.price {
  width: 55%;
  font-size: 20px;
  margin: 0;
}

.price-btn {
  display: flex;
  align-items: center;
}

a.pro-btn {
  background: #000;
  color: #fff;
  padding: 11px 7px;
  border-radius: 5px;
  border: 1px solid #000;
  transition: all 0.5s;
  font-size: 13px;
}

a.pro-btn:hover {
  background: #f000;
  color: #000;
  border: 1px solid #000;
}

section.products {
  margin: 80px 0;
}

.prohead h2 {
  text-align: center;
  font-size: 50px;
  font-family: 'Bebas Neue';
}

section.whole-sale-sec {
  background: url(../images/about-ba.png);
}
/* products */
/* WHAT__OUR__CLEINT__SAY__START */


.client-head h2 {
  font-size: 45px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Bebas Neue';
}

.inner-cont p {
  width: 100%;
  font-size: 15px;
  padding: 10px 0 0;
}

.inner-cont h3 {
  font-size: 25px;
  font-weight: 400;
  padding: 10px 0 0;
  text-transform: capitalize;
}

.rating ul {
  padding: 0;
}

.rating li {
  display: inline-block;
}

.rating {
  text-align: end;
}

.rating i {
  color: gold;
  padding: 0 3px 0;
  font-size: 20px;
}

.testi {
  justify-content: center;
  align-items: center;
}

.cont-border {
  background: #fff;
  box-shadow: #c4c8cd 0px 8px 24px 8px;
  padding: 40px 105px 30px 40px;
  border-radius: 5px;
  margin-right: 20px;
}

.round-img img {
  width: 100%;
  max-width: 100px;
  border: 2px solid darkgrey;
  border-radius: 100px;
  position: relative;
  top: 40px;
}

.round-img {
  padding: 0 25px 0;
}

/* WHAT__OUR__CLEINT__SAY__END */

/* slick slider */
.slick-next:before {
  color: #000;
  font-size:30px;
  
}

.slick-prev:before {
  color: #000;
  font-size:30px;
      margin-left: -10px;
}

.slick-next::before {
  content: '\f18e';
  font-family: fontawesome;
}

.slick-prev::before {
  content: '\f190';
  font-family: fontawesome;
}
/* slick slider */

.d2 img {
  width: 100%;
}

.d2 h4 {
  width: 100%;
}

.d2 p {
  width: 100%;
}

.d2 a {
  margin: 0;
}

ul.slick-dots {
    width: 1%;
    top: 290px;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 1400px;
}
.slick-dots li button:before {
    font-size: 12px;
    color: #fff;
}
.slick-dots li.slick-active button:before{
    color:#00fe00;
}

button.slick-prev.slick-arrow:hover:before {
    color: #00FE00;
}

button.slick-next.slick-arrow:hover:before {
    color: #00FE00;
}
.testi .slick-next, .testi .slick-prev{
    top:65%;
}

/*products variations*/
.active-btn ul li {
  list-style: none;
  display: inline;
  padding: 0 3px 0;
}

.active-btn ul {
  padding: 0;
}
.blue-btn input {
  width: 20px;
  height: 20px;
  accent-color: #284db7;
  appearance: none;
  background-color: #284db7;
  border-radius:25px;
}
.blue-btn input:checked{
  outline: 2px solid #888585;
}
.dkblue-btn input {
  width: 20px;
  height: 20px;
  accent-color: #010180;
  appearance: none;
  background-color: #010180;
  border-radius:25px;
}
.dkblue-btn input:checked{
  outline: 2px solid #888585;
}
.green-btn input {
  width: 20px;
  height: 20px;
  accent-color: #043D2E;
  appearance: none;
  background-color: #043D2E;
  border-radius:25px;
}
.green-btn input:checked{
  outline: 2px solid #888585;
}
.laal-btn input {
  width: 20px;
  height: 20px;
  accent-color: #BD0000;
  appearance: none;
  background-color:#BD0000;
  border-radius:25px;
}
.laal-btn input:checked{
  outline: 2px solid #888585;
}
/*products variations*/




/*ABOUT__US__SEC*/


.about-us-banner {
    padding: 120px 0 120px;
    background: #00fe00;
    border-top: 4px solid white;
    border-bottom: 3px solid white;
    margin-top: -4px;
    
}

.about-us-banner h1 {
    text-align: center;
    font-size: 70px;
    font-weight: 500;
    font-family: 'Bebas Neue';
}



/*ABOUT__US__SEC*/


/*Contact page*/
.form-group.form-col-6 {
  display: flex;
}
.form-group.form-col-6 input {
  width: 49%;
  margin: auto;
}


.form-group select {
  width: 99%;
  padding: 30px 30px 30px;
}


.form-group select {
  width: 99%;
  padding: 30px 30px 30px;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: .375rem;
  margin: 0 6px;
}

.form-group textarea {
  padding: 30px 30px 30px;
  width: 99%;
  margin-left: 6px;
  border: 1px solid #ced4da;
  border-radius: .375rem;
}
.btn.btn-primary {
  width: 99%;
  padding: 9px 0 9px;
  background: #00FE00;
  font-size: 17px;
  font-weight: 600;
  border: 1px solid #00FE00;
}
.booking {
  padding: 100px 0;
  background: url(../images/contact-banner.png) no-repeat center center;
  
  background-size: cover;
}


.form-group.form-col-6 {
  padding: 20px 0 20px 0;
}
.form-group {
  padding: 20px 0;
}

.email-field {
  width: 99% !important;
  margin: 0 10px;
}

.btn-2 {
  width: 14% !important;
  border-radius: 40px;
}

.button-sub {
  text-align: center;
}
.btn-2 {
  text-transform: uppercase;
}
.page-heading h2 {
  text-align: center;
  font-size: 40px;
}
/*Contact page*/

.product-slider {
    margin: 50px 0px;
}


/*OUR TEAM*/
.team-person {
    text-align: center;
    transition:all 0.7s;
    /*padding: 0;*/
}

.team-person img {
    width: 100%;
    border-radius: 10px;
}

h3.person-name {
    margin-top: 20px;
}

p.person-jd {
    margin: 10px;
    font-size: 15px;
    font-weight: 500;
}

p.person-des {
    font-size: 11px;
    padding: 0 20px 0;
}

.person-social i {
    font-size: 30px;
    border: 1px solid #00fe00;
    padding: 10px;
    border-radius: 55%;
    background: #00fe00;
}

/*.team-person:hover {*/
/*    border: 2px solid #000;*/
/*    border-radius: 10px;*/
    
/*}*/


/*OUR TEAM*/


.media {
    flex-direction: column;
}