@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
  background-color: #131313;
}

:root {
  --black: #000;
  --white: #fff;
  --textColor: #232323;
  --themeColor: #9e6ee6;
  --themeColor2: #202020;
  --headingColor: #131313;
  --headingColor2: #0d0d0d;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}


/***** Font Files *****/

@font-face {
  font-family: 'Brunson';
  src: url(../fonts/Brunson.ttf);
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-size: 55px;
  font-weight: 500;
  margin: 0 0 17px;
  line-height: 60px;
  color: var(--white);
  font-family: "Anton", sans-serif;
}

h2 {
  font-size: 55px;
  margin: 0 0 30px;
  font-weight: 500;
  line-height: 60px;
  color: var(--white);
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
}

h3 {
  font-family: "Anton", sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: var(--white);
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-size: 24px;
  margin: 0 0 13px;
  font-weight: 500;
  line-height: 29px;
  color: var(--white);
  font-family: "Anton", sans-serif;
}

h5 {
  font-size: 20px;
  margin: 0 0 20px;
  font-weight: 500;
  line-height: 25px;
  color: var(--white);
  font-family: "Anton", sans-serif;
}

h6 {
  font-size: 18px;
  margin: 0 0 22px;
  color: var(--white);
  line-height: 23px;
  font-weight: 500;
  font-family: 'Poppins', Sans-Serif;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;

}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

.add-padding {
  width: 100%;
  margin: 0px auto;
  max-width: 1500px;
}

.section-heading {
  text-align: center;
  margin-bottom: 25px;
}

.section-heading p {
  width: 80%;
  margin: auto;
  max-width: 950px;
}

/*header css start */

.menuSec {
  padding: 12px 0;
}

.menuSec img {
  margin: 0;
}

.container-fluid {
  padding: 0 3%;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menuSec .row {
  align-items: center;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  /* padding: 10px 23px; */
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
  display: none;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #9e6ee6;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

.cart-ank {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.cart-ank i {
  gap: 15px;
  color: #fff;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.btn-1 {
  font-size: 14px;
  color: #fff;
  font-family: 'Montserrat';
  background-color: #9e6ee6;
  padding: 16px 40px;
  border-radius: 100px;
  animation: 1s shadow-pulse infinite;
}

@keyframes shadow-pulse{
0% {
    box-shadow: #8662ccd4 0 0 0 0;
}
100% {
    box-shadow: #8662cca1 0 0 0 10px;
}
}
/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*banner css start */



/*about start*/
section.about {
  padding: 100px 0px;
  position: relative;
  z-index: 1;
}

.abt-img img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 25px;
}

.abt-txt a.btn-1 {
  background-color: #fff;
  color: #9c6fe9;
  padding: 20px 40px;
}

.abt-txt h3 {
  font-size: 58px;
  color: #fff;
  font-weight: 400;
}

.abt-txt {
  background-color: #9c6fe9d9;
  padding: 42px 20px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.abt-txt:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  background-image: url(../images/abt-txt-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 300px;
  z-index: -1;
}

.abt-txt p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 30px;
}

section.about::before {
  position: absolute;
  background-image: url(../images/abt-bg.png);
  background-size: cover;
  content: '';
  right: 0;
  bottom: -30px;
  width: 712px;
  height: 334px;
  background-repeat: no-repeat;
  z-index: -1;
}

/*about end*/

.product-box {
  padding: 15px;
  border-radius: 15px;
  background-color: var(--themeColor2);
}

.product-box-img {
  height: 160px;
  display: flex;
  position: relative;
  margin-bottom: 40px;
  align-items: flex-end;
  justify-content: center;
}

.product-box-img .product-box-bg-img {
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  object-fit: cover;
  position: absolute;
  border-radius: 10px;
}

.product-box-img::before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  content: '';
  opacity: 0.9;
  height: 95px;
  position: absolute;
  border-radius: 10px;
  background-color: var(--themeColor);
}

.product-box-img .product-box-main-img {
  z-index: 3;
  right: 25px;
  height: auto;
  width: 125px;
  object-fit: cover;
  border-radius: 5px;
  position: relative;
  aspect-ratio: 1 /1;
}

.product-box-cd-img {
  z-index: 1;
  left: 77px;
  right: 0px;
  bottom: 5px;
  margin: auto;
  width: 115px;
  height: 115px;
  position: absolute;
  animation: cd-rotate 6s linear infinite;
}

.product-box-cd-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Keyframes */
@keyframes cd-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.product-box-text::before {
  top: -10px;
  left: -16px;
  width: 10px;
  content: '';
  height: 20px;
  position: absolute;
  border-radius: 0px 10px 10px 0px;
  background-color: var(--headingColor);
}

.product-box-text::after {
  top: -10px;
  right: -16px;
  width: 10px;
  content: '';
  height: 20px;
  position: absolute;
  border-radius: 10px 0px 0px 10px;
  background-color: var(--headingColor);
}

.product-box-text {
  position: relative;
  padding: 30px 5px 5px;
  border-top: 1px dashed #4d4d4d;
}

.product-box-text .fa-regular {
  left: 0;
  right: 0;
  z-index: 1;
  top: -10px;
  width: 35px;
  margin: auto;
  height: 20px;
  display: flex;
  font-size: 18px;
  position: absolute;
  align-items: center;
  color: var(--white);
  justify-content: center;
  background-color: var(--themeColor2);
}

.product-box-text {
  gap: 1px;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.product-box-text h4 {
  font-size: 20px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-family: 'Brunson';
  font-weight: 200;
}

.product-box-text h5 {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Brunson';
  font-weight: 300;
}

.product-box-text p {
  font-size: 13px;
  opacity: 0.8;
  color: var(--white);
}

.product-box-text ul {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.theme-btn-3 {
  display: block;
  font-size: 12px;
  font-weight: 600;
  padding: 12px 20px;
  color: var(--white);
  border-radius: 50px;
  text-transform: uppercase;
  border: 1px solid var(--themeColor);
  background-color: var(--themeColor);
  animation: 1s shadow-pulse infinite;
}

.theme-btn-2 {
  display: block;
  font-size: 12px;
  font-weight: 600;
  padding: 12px 30px;
  color: var(--white);
  border-radius: 50px;
  text-transform: uppercase;
  border: 1px solid #515151;
  background-color: var(--themeColor2);
}

.productSlider .slick-slide {
  opacity: 1;
  margin: 0px 10px;
}

/*Footer Start*/

.footer-sec {
  padding: 80px 2% 0px;
  background-image: url(../images/foter-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  margin: 15px;
}

.footer-newsletter form {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  justify-content: space-between;
  /* border-bottom: 1px solid #7e6b6a; */
  width: 71%;
  margin: 0 auto;
  position: relative;
}

.footer-sec .footer-newsletter h2 {
  font-size: 108px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1;
  text-transform: uppercase;
}

.footer-newsletter {
  margin-bottom: 60px;
  text-align: center;
}

.footer-newsletter h5 {
  font-size: 30px;
  line-height: 1;
  color: #fff;
  text-decoration: underline;
}

.footer-newsletter form input {
  width: 100%;
  border: none;
  color: #000;
  background-color: #fff;
  padding: 21px;
  border-radius: 100px;
}

.footer-newsletter form button {
  border: none;
  color: #ffffff94;
  background-color: transparent;
  font-size: 14px;
  color: #fff;
  font-family: 'Montserrat';
  background-color: #9e6ee6;
  padding: 16px 40px;
  border-radius: 100px;
  position: absolute;
  width: 20%;
  top: 6px;
  right: 8px;
}

.footer-newsletter form input::placeholder {
  color: #000;
}

.footer-sec h2 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

.footer-support ul li a {
  color: #999999;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Montserrat';
  text-transform: uppercase;
}

.custom-border {
  /* border-top: 1px solid #ffffff8f; */
}

.footer-copy-right-sec p {
  margin-bottom: 0;
  color: #ffffffa2;
}

.footer-copy-right-sec {
  border-top: 1px solid #ffffff8f;
  /* text-align: center; */
  padding: 20px 0;
}

.footer-latest-update ul {
  gap: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.footer-latest-update ul li a {
  gap: 20px;
  display: flex;
  color: #ffffffb4;
  font-size: 16px;
  align-items: baseline;
  justify-content: flex-start;
}

.footer-support ul {
  line-height: 40px;
}

.footer-support ul {
  column-count: 2;
}

.footer-logo {
  text-align: center;
  border-left: 1px solid #ffffff8f;
  border-right: 1px solid #ffffff8f;
  padding: 60px 70px 80px 70px;
  margin: 0 20px;
}

.footer-latest-update form input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: #282828;
  border: none;
  text-transform: uppercase;
  color: #747474;
  font-weight: 500;
  border-radius: 8px;
}

.footer-support {
  padding-top: 60px;
}

.footer-latest-update {
  padding-top: 60px;
}


.footer-logo h2 {
  margin-bottom: 0;
}

.footer-logo p {
  margin: 15px 0px;
  color: #ffffff94;
  font-size: 13px;
}

.footer-logo ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 60px;
}

.footer-logo ul li a:hover {
  background: #9c6fe9;
  color: #fff;
  transition: 0.5s;
  border: 2px solid #9a70ec;
}

.footer-logo ul li a {
  border: 1px solid #ffffffcb;
  color: #ffffffcb;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.5s;
}

.footer-logo a img {
  width: 150px;
  height: 55px;
  object-fit: contain;
  margin-bottom: 15px;
}

.card-img {
  text-align: end;
}

/*Footer Ends*/

/*book start*/
section.book {
    padding: 100px 0px;
    position: relative;
}
.book-form-bx {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.book-form-bx form input {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 10px;
    color: #000;
    border: 1px solid #cbcbcb;
}

.book-form-bx form select {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 10px;
    color: #000;
    -webkit-appearance: auto;
    border: 1px solid #cbcbcb;
}
.book-form-bx form textarea {
   width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 10px;
    color: #000;
    resize: none;
    height: 200px;
    border: 1px solid #cbcbcb;
}
.book-form-bx form button {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat';
    background-color: #9e6ee6;
    padding: 16px 40px;
    border-radius: 100px;
    margin: 0 auto;
    display: block;
    border: unset;
}
.book-txt h3 {
    font-size: 57px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
}
.book-txt p {
    font-size: 14px;
    color: #c6c6c6;
    width: 78%;
}
.book-txt ul {
    display: flex;
    gap: 35px;
    margin-left: 16px;
}

.book-txt ul li h5 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}
.book-txt ul li h5::before {
    position: absolute;
    left: -20px;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #9b6ce1;
    border-radius: 100%;
    top: 7px;
    animation: 1s shadow-pulse infinite;
}
section.book::before {
    position: absolute;
    top: 50px;
    left: 0;
    content: '';
    width: 80%;
    background-image: url(../images/book-bg.png);
    background-size: cover;
    height: 610px;
    z-index: -1;
}
.book-form-bx::before {
    position: absolute;
    content: '';
    width: 110%;
    height: 75%;
    z-index: -1;
    left: -27px;
    bottom: -45px;
    background: linear-gradient(353deg, rgb(153 107 222 / 84%) 0%, rgb(153 107 222 / 47%) 37%, rgba(153, 107, 222, 0.27) 50%, rgba(153, 107, 222, 0.14) 75%, rgba(153, 107, 222, 0.31) 100%);
    margin: 0 auto;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    animation: 1s shadow-pulse infinite;
}


/*discipline start*/
section.discipline {
    padding: 100px 0px;
}

.main-bx-dis {
 text-align: center;
 background-size: cover;
 background-repeat: no-repeat;
 background-image: url(../images/disp-bg.png);
 /* padding: 160px 0px 30px 0px; */
 border-radius: 12px;
 height: 605px;
 display: flex;
 align-items: stretch;
 justify-content: end;
 align-content: center;
 flex-wrap: wrap;
 flex-direction: column;
 padding-bottom: 60px;
}
.main-bx-dis h3 {
    font-size: 59px;
    line-height: 1;
    color: #fff;
    margin: unset;
    font-weight: 400;
}

.main-bx-dis h2 {
    font-size: 65px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    margin: unset;
}
.main-bx-dis h5 {
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0px;
    letter-spacing: 2px;
}
.main-bx-dis p {
    font-size: 14px;
    color: #fff;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.main-bx-dis a.btn-1 {
    width: fit-content;
    margin: 0 auto;
    background-color: #fff;
    color: #8662cc;
}
/*discipline  end*/

/*almighty-apparel start*/
.cat-slid .slick-active {
    opacity: 1;
}
.almighty-apparel-txt {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff5c;
    margin-bottom: 15px;
}

.almighty-apparel-txt h2 {
    font-size: 57px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    margin: unset;
}
.cat-slid .slick-slide {
    margin: 0px 5px;
}
.cat-txt h4 {
    font-size: 25px;
    line-height: 1;
    margin: unset;
}

.cat-txt {
    margin-bottom: 25px;
}

.cat-txt ul {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: unset;
    gap: 20px;
}

section.almighty-apparel .row {
    align-items: center;
}
.nav-link {
    font-size: 10px;
    font-family: 'Montserrat';
    color: #fff;
    padding: 8px 18px;
    border: 1px solid #ffffff9c !important;
    border-radius:  100px !important;
}
.cat-bot-txt {
    display: none;
}
.cat-mian-bx i {
    display: none;
}
.cat-mian-bx:hover .cat-bot-txt {
    display: block;
    text-align: center;
    padding: 20px;
    width: 96%;
    margin: 0 auto;
    margin-top: -200px;
    background-color: #9e6ee6 !important;
    transition: 1s;
    position: relative;
    border-radius: 20px;
}
.cat-mian-bx:hover .cat-bot-txt h5{
  font-size: 14px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cat-mian-bx:hover .cat-bot-txt p{
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.cat-mian-bx:hover .cat-bot-txt a{
  background-color: #fff;
  color: #9e6ee6;
}
.cat-mian-bx:hover i {
    position: absolute;
    color: #fff;
    font-size: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 20px;
    right: 20px;
    z-index: 1;
    border: 1px solid #fff;
}

.cat-mian-bx {
    position: relative;
}
/*cat end*/
/* =========================
   TESTIMONIALS
========================= */
.testimonials-sec{
  padding: 90px 0;
  background: #05050a;
}

.tst-title{
  color:#fff;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 57px;
  font-weight: 400;
}

.tst-sub{
  color: rgba(255,255,255,.65);
  font-size: 14px;
  line-height: 1.7;
  margin: 0 auto;
  width: 97%;
}

/* mini cards */
.tst-mini{
  text-align:center;
}

.tst-mini-img{
  width: 140px;
  height: 170px;
  margin: 0px 0px 10px 77px;
  border-radius: 18px;
  overflow:hidden;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  margin-top: -80px;
}
.tst-mini-txt.tw {
    margin-left: -40px;
}
.tst-mini-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.tst-mini-txt h6{
  color:#fff;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  /* letter-spacing: .7px; */
  text-transform: uppercase;
  font-family: 'Anton';
}

.tst-mini-txt span{
  display:block;
  margin-top: 3px;
  font-size: 11px;
  color: #9e6ee6;
  text-transform: uppercase;
}

/* main big card */
.tst-main{
  display:flex;
  gap: 22px;
  align-items:center;
  padding: 28px 22px;
  border-radius: 18px;
  background: #9b6bff;
  position: relative;
}

.tst-main-img{
  width: 170px;
  height: 210px;
  border-radius: 18px;
  overflow:hidden;
  /* border: 6px solid rgba(0,0,0,.18); */
  flex: 0 0 auto;
  /* background:#111; */
}

.tst-main-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.tst-main-content h4{
  color:#fff;
  font-weight: 400;
  margin: 0 0 3px;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: 28px;
}

.tst-main-content small{
  display:block;
  color: rgba(255,255,255,.85);
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: .6px;
  font-family: 'Anton';
  color: #fff;
}

.tst-main-content p{
  color: rgba(255,255,255,.85);
  font-size: 13px;
  line-height: 1.8;
  margin: 0 0 12px;
}

.tst-rating{
  display:flex;
  align-items:center;
  gap: 10px;
}

.tst-rating .stars{
  color:#fff;
  letter-spacing: 2px;
  font-size: 15px;
}

.tst-rating .rate{
  color:#fff;
  font-weight: 800;
  font-size: 11px;
}

/* responsive */
@media(max-width: 991px){
  .tst-main{
    flex-direction: column;
    text-align: left;
    align-items:flex-start;
  }
  .tst-main-img{
    width: 100%;
    height: 240px;
  }
}
/* testimonials slider */
.tst-main-slider .slick-dots{
  margin-top: 18px;
  display: flex !important;
  justify-content: center;
  gap: 8px;
}
.tst-main-slider .slick-dots li{
  width: auto;
  height: auto;
  margin: 0;
}
.tst-main-slider .slick-dots li button{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.25);
  border: none;
  font-size: 0;
  display: none;
}
.tst-main-slider .slick-dots li.slick-active button{
  background: #9b6bff;
  display: none;
}

.tst-main-slider .slick-arrow{
  display:none !important; /* arrows hide (clean look) */
}
.tst-mini-img.tw {
    margin-left: unset;
    margin-top: 91px;
}
.tst-mini-txt {
    text-align: center;
    margin-left: 90px;
}
.tst-main-img.on {
    height: 250px;
    width: 170px;
}
/*testimonails end*/
/*banner start*/
.ban-img img {
    width: 100%;
    height: 720px;
    object-fit: cover;
    border-radius: 25px;
}

.ban-img {
    position: relative;
}
.ban-slid-img img {
    height: auto;
}

.ban-slid-img .product-box-img::before{
  display: none;
}
.ban-slid-img img.product-box-bg-img {
    display: none;
}
section.banner {
    margin: 13px;
    margin-top: 0;
}
.bann-txt-slid {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.ban-txt {
    padding-left: 4%;
    padding-bottom: 0;
}
.ban-txt h1 {
    font-size: 86px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
}

.ban-txt h1 span {
    display: block;
    font-size: 86px;
    color: #9e6ee6;
}

.ban-txt h5 {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 60px;
}
.ban-txt ul {
    margin: 40px 0px 30px;
    display: flex;
    align-items: center;
    gap:10px;
    margin-bottom: 0;
}

.ban-txt ul li a.btn-2 {
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
   padding: 16px 40px; 
}
.ban-slid a.product-box-img {
    margin-bottom: 0px;
}
.ban-slid .slick-active {
    opacity: 1;
}
.ban-slid-img {
    margin: 0px 0 0 184px;
}
.ban-txt h5::before {
    position: absolute;
    bottom: -50px;
    left: -18px;
    width: 620px;
    height: 46px;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/ban-h5-bf.png);
}
.ban-slid .slick-dots button {
  display: none;
}

.ban-slider-wrap {
  position: relative;
}

.ban-slid {
  /* height: 420px; */
}

/* single number */
.ban-slide-count {
  position: absolute;
  top: 40px;
  right: 0px;
  transform: translateY(-50%);
  left: 100px;
  margin: 0 auto;
}

.ban-slide-count span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 0px;
  font-size: 22px;
}

/* line before number */
.ban-slide-count span::before {
  content: '';
  width: 28px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 36px;
  transform: translateY(-50%);
  border-radius: 10px;
}
.footer-support ul li a:hover {
    color: #9c6fe9;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #9c6fe9;
    color: #fff;
}
.nav-link:hover, .nav-link:focus{
  color: #fff;
}
.footer-latest-update ul li a:hover {
    color: #9c6fe9;
}