@import url("https://fonts.googleapis.com/css2?family=Kanit: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://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://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap");

@font-face {
  src: url(AbrilFatface-Regular.ttf);
  font-family: AbrilFatface-Regular;
}
:root {
  --primary: #961010;
  --secondary: #000;
  --text-font-family1: "Karla", sans-serif;
  --text-font-family: "Poppins", sans-serif;
  --head-font-family: AbrilFatface-Regular;
}
*,
*::before,
*::after {
  transition: all 0.7s ease;
}
.title {
  font-family: var(--head-font-family);
}
.paddingSec {
  padding: 80px 0;
}
a {
  text-decoration: none;
}
body,
body p {
  font-family: var(--text-font-family);
  font-size: 15px;
}
body p {
  text-align: justify;
}
.text-primary {
  color: var(--primary) !important;
}
.bg-secondary {
  background: var(--secondary) !important;
}
.bg-primary {
  background: var(--primary) !important;
}
.btn-primary {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  color: white;
  background: var(--primary);
  border-radius: 0;
  position: relative;
  padding: 10px 20px;
  border: none !important;
}
.btn-primary:hover {
  color: black;
  background: transparent !important;
}
.btn-primary::before,
.btn-primary::after {
  position: absolute;
  content: "";
  width: 0;
  border: 0 solid;
  border-color: var(--secondary) var(--secondary) transparent transparent;
  height: 0;
}
.btn-primary::before {
  right: 0;
  top: 0;
}
.btn-primary::after {
  border-color: transparent transparent var(--secondary) var(--secondary);
  left: 0;
  bottom: 0;
}
.btn-primary:hover::after,
.btn-primary:hover::before {
  width: 25%;
  border-width: 3px;
  height: 75%;
}
header {
  /* position: fixed;
  top: 0;
  left: 0;
  width: 100%; */
  z-index: 999;
}
header .nav-link {
  font-size: 16px;
  font-family: var(--text-font-family1);
  font-weight: bold;
}
/* header.animate {
  background-color: white;
  animation: topbaranimation 0.7s linear;
  padding: 10px 0;
  box-shadow: 0 2px 11px 0px rgb(0 0 0 / 10%);
} */
header.animate .bi.bi-search,
header.animate .nav-link {
  color: var(--secondary) !important;
}
header.animate .navbar-brand h2 {
  color: var(--primary) !important;
}
header .nav-link.border-end {
  border-color: rgb(0 0 0 / 10%) !important;
}
header.animate .nav-link.border-end {
  border-color: rgb(0 0 0 / 10%) !important;
}

/*carousel caption*/
#slider1 .carousel-caption h2 {
  font-family: var(--head-font-family);
  color: #ffd7ab;
  margin: 0 0 10px 0;
  font-size: 44px;
  letter-spacing: 4px;
  padding-bottom: 14px;
  text-transform: uppercase;
  animation: 1.1s ease-in-out 0s normal none 1 running zoomIn;
}
#slider1 .carousel-caption h5 {
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 400;
  margin: 0 !important;
  animation: 1s ease-in-out 0s normal none 1 running fadeInUp;
}
#slider1 .carousel-caption h1 {
  animation: 1.3s ease-in-out 0s normal none 1 running fadeInUp;
  font-size: 42px;
  font-weight: 400;
  font-family: var(--head-font-family);
  margin: 0 !important;
}
#slider1 .carousel-caption h1 span {
  font-size: 80px;
  margin-right: 10px;
  line-height: 1.1;
}
#slider1 .carousel-caption .btn {
  animation: 1.5s ease-in-out 0s normal none 1 running fadeInUp;
}
#slider1 .carousel-caption {
  background: var(--primary);
  top: 55%;
  transform: translateY(-50%);
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
  left: 0;
  width: 50%;
}
#slider1 .carousel-caption2 {
  right: 0;
  left: 50%;
}
#slider1 .carousel-caption::before {
  position: absolute;
  top: -5%;
  left: -3%;
  background: var(--primary);
  content: "";
  height: 110%;
  width: 105%;
  opacity: 0.3;
  z-index: -1;
}

/*categorySec1*/
.categorySec1 h3 {
  font-family: var(--head-font-family);
  font-weight: 400;
  letter-spacing: 3px;
}
.categorySec1 a::before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 70%;
  background: var(--primary);
  content: "";
}
.categorySec1 a:hover::before {
  width: 90%;
}
.categorySec1 .col-lg-3:hover h3 {
  color: var(--primary) !important;
}

/*homeFacts*/
.homeFacts {
  background-image: linear-gradient(rgba(0 0 0 / 0.7), rgba(0 0 0 / 0.7)), url(https://dt-travel-bags.myshopify.com/cdn/shop/files/bg_e97d8998-142b-4b65-bf97-515babc70930.jpg?v=1613687989);
  background-position: center;
  background-size: cover;
}
.homeFacts .bi {
  font-size: 30px;
  position: relative;
  top: 2px;
}
.homeFacts h4 {
  font-family: var(--text-font-family1);
}

/*homeContactUsSec*/
.homeContactUsSec {
  background-image: url(https://dt-travel-bags.myshopify.com/cdn/shop/files/bg-1.jpg?v=1613687992);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 100px 0;
}
.homeContactUsSecContent h5 {
  margin-bottom: 20px !important;
  letter-spacing: 2px;
}
.homeContactUsSecContent h2 {
  padding: 30px 52px 30px;
  font-family: var(--head-font-family);
  border: 5px solid;
  border-color: var(--primary);
  border-bottom: none;
}
.homeContactUsSecContent h2::before,
.homeContactUsSecContent h2::after {
  position: absolute;
  content: "";
  background: var(--primary);
  width: 100px;
  height: 5px;
  bottom: 0;
}
.homeContactUsSecContent h2::before {
  left: 0;
}
.homeContactUsSecContent h2::after {
  right: 0;
}

/*footer*/
footer h5 {
  font-weight: 500;
  font-size: 25px;
}
.footQuickLinks .bi-chevron-double-right {
  font-size: 10px;
}

.featureContent h2 {
  letter-spacing: 2px;
  font-family: var(--head-font-family);
}

/*productBox*/
.productBox h4 {
  color: var(--primary);
  font-family: var(--head-font-family);
  margin: 11px 0 18px !important;
}
.productBox h4::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 50%;
  background: var(--primary);
}
.productBox h4:hover::before {
  width: 80%;
}
.productBox {
  padding: 25px 0;
  border-right: 1px solid rgb(0 0 0 / 5%);
}
.productBox:hover {
  box-shadow: 0 5px 25px 0 rgb(0 0 0 / 10%);
}
@keyframes topbaranimation {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
.proBags ul .nav-link {
  font-weight: bold;
  font-size: 15px;
  border: 0 !important;
  border-bottom: 2px solid rgb(0 0 0 / 0) !important;
  color: #000;
}
.proBags ul .nav-link.active,
.proBags ul .nav-link.hover {
  color: var(--primary);
  border-color: var(--primary) !important;
}
.title h2 {
  font-family: var(--head-font-family);
}
.border-icons-contact {
  height: 30px;
  width: 30px;
  border: 1px solid lightgrey;
  border-radius: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 7px;
}
.contact-section i {
  font-size: 12px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  display: none;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary);
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.img-owl-features {
  position: absolute;
  top: -10px;
  right: -10px;
}
.txt-features::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 28px;
  background: var(--primary);
  bottom: -4px;
  animation: linee 3s ease infinite;
  transition: 0.7s ease;
}
@keyframes linee {
  0% {
    width: 35px;
  }
  100% {
    width: 28px;
  }
}
.features-section p {
  line-height: 26px;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /* padding: 0; */
  /* margin-right: 3px; */
  /* margin-left: 3px; */
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  /* border-top: 10px solid transparent; */
  /* border-bottom: 10px solid transparent; */
  opacity: 5;
  transition: opacity 0.6s ease;
}
.proBags .carousel-indicators {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;

  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* #product-details-sticky {
  max-height: 500px;
  position: sticky;
  top: 104px;
  left: 0px;
  z-index: 11;
} */

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
.accordion-button:not(.collapsed) {
  color: white;
  background-color: var(--primary);
  box-shadow: none;
  /* box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); */
}
.accordion-button:focus {
  box-shadow: none;
  border-color: 1px solid var(--primary);
}
.accordion-button:not(.collapsed)::after {
  filter: invert(1);
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-menu {
  position: absolute;
  display: none;  
}
/* .dropdown:hover .dropdown-menu { 
display: block;
} */
.footer-top-section .text-start {
  background-color: #e6e7e8;
  display: inline-block;
}
footer {
  background-color: #000000;
}
@media only screen and (max-width: 768px) {
  #product-details-sticky {
    position: relative;
    top: 0;
  }
}
.dropdown-menu.rounded-0.border-0 h5,
.dropdown-menu.rounded-0.border-0 a {
  font-size: 17px;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: white;
  color: black;
}
.discover-more-dropdown i {
  font-size: 12px;
}
