@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  color: #292222b9;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
}

@font-face {
  font-family: "new-york";
  src: url("../fonts/NewYork.otf");
}
/***** Headings *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #030303;
  font-family: "new-york";
}

h1 {
  font-size: 90px;
  line-height: 95px;
  text-transform: uppercase;
}

h2 {
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
}

h3 {
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
}

h4 {
  font-size: 24px;
  line-height: 29px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

p {
  font-size: 14px;
  line-height: 24px;
}

/***** Gradient Text *****/

/***** Utilities *****/

.padd {
  padding: 100px 0;
  position: relative;
}

.paddTop {
  padding-top: 100px;
}

.paddBottom {
  padding-bottom: 100px;
}

.margTop {
  margin-top: 100px;
}

.margBottom {
  margin-bottom: 100px;
}

.bt {
  display: inline-block;
}

.pbtn {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid transparent;
}

.maxWidth {
  max-width: 1440px;
}

/* general btn css start  */

a {
  text-decoration: none;
  color: #fff;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #fff;
}

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;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 10px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(#242223, #1c1d1f);
  border-radius: 45px;
  width: 94%;
  margin: 0px auto;
}

.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: 14px 12px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.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: #fff;
}

.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:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.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;
}

/*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 */

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  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: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}

img.banner-bg-img {
  height: 830px;
  float: right;
  object-fit: cover;
}

.carousel-item {
  background-image: url(../images/bannaer-bg-shape.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

/*banner css end*/

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 12;
}

.header-btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.header-btns a i {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  color: #fff;
  border: 1px solid #fff;
}

/* .banner_text {
  padding-bottom: 70px;
} */

section.main_slider .carousel-caption {
  position: relative;
  padding-top: 200px;
}

.banner_text h1 {
  color: #ffff;
}

.banner_text h1 span {
  font-size: 62px;
  line-height: 62px;
}

.banner_text p {
  color: #ffffff7a;
}

.pbtn span {
  padding: 16px 22px;
  background: #e30011;
  border-radius: 45px;
}

.pbtn span.arrow {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  padding: 0px;
  transition: 0.2s;
  background: #e30011;
}

.btngsp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin: 14px 0px;
}

.btngsp .pbtn span {
  min-width: 200px;
  text-align: center;
  background: radial-gradient(#b92a28, #d95456);
}

.btngsp .pbtn span.arrow {
  min-width: 55px;
  background: #e30011;
}

.bannbottm {
  padding: 60px 0px 20px;
}

.abt-img {
  padding-right: 12px;
}

/* ==================== cate start ================== */

section.cate-sec {
  background-repeat: no-repeat;
  background-image: url(../images/cate-bg-im.png);
  background-size: 100% 100%;
}

img.cate-img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 18px;
  border-radius: 8px;
}

.catSlider .slick-slide {
  opacity: 1;
  margin: 0px 10px;
}

.baner-nav-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}

.baner-nav-items .progress {
  flex: 1;
  height: 4px;
  background: #333;
  overflow: hidden;
  border-radius: 0;
}

.baner-nav-items .progress span {
  display: block;
  height: 100%;
  width: 0;
  background: red;
  transition: width 0.4s ease;
}

img.cate-img.radius {
  border-radius: 295px;
}

.ban-right-items button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  border: 0px;
  background: transparent;
  transition: 0.2s;
  border: 1px solid #ffffff52;
}

.ban-right-items {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ban-right-items button:hover {
  background: red;
}

.baner-nav {
  width: 96%;
  margin: 0px auto;
}

/* ==================== cate end ================== */

/* arrivals sec  */

section.arivs-sec .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

img.pd-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
}

.arr-nav-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}

.progress1 {
  flex: 1;
  height: 4px;
  background: #d6d6d6;
  overflow: hidden;
  border-radius: 0;
}

.progress1 span {
  display: block;
  height: 100%;
  width: 0;
  background: red;
  transition: width 0.4s ease;
}

.arvis-btns button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  background: transparent;
  transition: 0.2s;
  border: 1px solid #888;
}

.arvis-btns {
  display: flex;
  gap: 7px;
}

.arrivSlider .slick-slide {
  opacity: 1;
  margin: 0px 10px;
}

.pd-txt {
  padding: 20px 0px 0;
  position: relative;
}

.pd-txt h3 {
  font-size: 22px;
}

span.rating {
  font-size: 14px;
  color: #000;
}

.prirce-bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-right: 10px;
}

.prirce-bt .pd-cart a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  background: red;
  transition: 0.2s;
  border: 1px solid #ffffff52;
}

/* arrivals sec  */

section.frag-sec {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/fragnes-img1.png);
  background-size: 100% 100%;
}

.frag-center p {
  color: #ffffff59;
  padding-bottom: 9px;
}

.frag-center h2.text-light {
  position: relative;
  border-bottom: 1px solid #ffffff73;
  padding-bottom: 16px;
  display: inline-block;
  margin-bottom: 24px;
}

.frag-center {
  width: 94%;
}

section.prods-sec .nav-tabs {
  justify-content: space-between;
  align-items: center;
  width: 60%;
  margin: 0px auto 30px;
}

section.prods-sec .nav-tabs .nav-link {
  padding: 0px 0 10px;
  border: 0px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-family: "new-york";
}

section.prods-sec .nav-tabs .nav-link.active {
  border-bottom: 2px solid red;
}

/* =============================== */

section.others-sec {
  background-repeat: no-repeat;
  background-image: url(../images/other-bg-img.png);
  background-size: 100% 100%;
}

section.others-sec p {
  color: #ffffff75;
}

.oth-col {
  position: relative;
}

img.other-img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
  object-position: top;
}

.oth-text {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(3deg, #140304c9, transparent);
  border-radius: 18px;
  padding-bottom: 50px;
}

.oth-text h3 {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
}

.col-right .oth-text {
  background: linear-gradient(3deg, #e3001182, transparent);
}

.col-right .oth-text .pbtn span {
  background: transparent;
  border: 1px solid #fff;
}

.others-sec .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* =============================== */

/* reviews slider  */

.tst {
  position: relative;
  padding: 30px 30px 50px;
  border: 1px solid #5555556e;
  border-radius: 20px;
  margin-bottom: 40px;
}

img.quote-img {
  width: 60px;
  margin-bottom: 18px;
}

.ts-txt p {
  font-weight: 600;
  line-height: 22px;
}

.ts-rate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.ts-rate h4 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  margin: 0;
}

span.designation {
  color: red;
  text-transform: uppercase;
  font-family: "new-york";
}

.ts-rate .rating {
  color: #000;
  font-size: 16px;
}

.ts-auth-img {
  position: absolute;
  right: 60px;
  bottom: -37px;
}

.ts-auth-img img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border: 1px solid #777;
  padding: 7px;
  background: #fff;
  border-radius: 100px;
}

.revSlider .slick-slide {
  opacity: 1;
  margin: 0px 10px;
}

/* reviews slider  */

.ts-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 106%;
  left: -40px;
  right: 0;
  margin: 0px auto;
  top: 55%;
}

.ts-btn button:hover {
  background: red;
  border: transparent;
}

.ts-btn button:hover img {
  filter: unset;
}
.ts-btn button img {
  filter: brightness(0);
  transition: 0.2s;
}

.ts-btn button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  background: transparent;
  transition: 0.2s;
  border: 1px solid #000;
}

section.revies-sec .container-fluid {
  position: relative;
}

.revSlider .slick-current .tst {
  background: #e30613;
  color: #ffffffb0;
}

.revSlider .slick-current img.quote-img {
  filter: brightness(0) invert(1);
}

.revSlider .slick-current h4 {
  color: #fff;
}

.revSlider .slick-current span.designation {
  color: #fff;
}

.revSlider .slick-current .rating {
  color: #fff;
}

/* ---------------------------------------- Footer  ------------------------------ */

footer {
  background: #090707;
  position: relative;
  overflow: hidden;
}

.footer-logo p {
  color: #fff;
  font-size: 13px;
  line-height: 22px;
}

.footer-logo {
  padding-top: 60px;
  padding-right: 30px;
}

footer h4 {
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 14px;
  position: relative;
  border-bottom: 1px solid #ffffff29;
  text-transform: uppercase;
  font-size: 22px;
}

.footer-link ul li a {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.footer-link ul li a:hover {
  opacity: 1;
}

.footer-link ul {
  line-height: 29px;
  margin: 0;
}

.footer-contact a {
  font-size: 14px;
  line-height: 29px;
  color: #fff;
  font-family: "Poppins";
}

.footer-contact a:hover {
  opacity: 1;
}

.footer-contact p {
  font-size: 14px;
  color: #b8b3c8;
  line-height: 24px;
  font-family: "Poppins";
}

.footer-follow ul {
  gap: 6px;
}

.footer-follow ul li a {
  height: 30px;
  font-size: 14px;
  border-radius: 50%;
  color: #fff;
  transition: 0.5s ease-in-out;
  display: inline-block;
}

.newsForm button.flex-shrink-0:hover {
  background: #ffff;
  color: #e30613;
}

footer ul li a:hover {
  color: #e30613;
  text-decoration: underline;
}

.footer-follow ul li a:hover {
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.footer-link {
  height: 100%;
  padding-top: 80px;
  padding-left: 90px;
  padding-right: 10px;
}

.footer-contact {
  height: 100%;
  padding-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
}

.footer-follow {
  padding-top: 80px;
}

.footer-bottom-sec {
  border-top: 1px solid #4b4b4b62;
}

.copy-right-txt p {
  color: #fff;
}

.copy-right-txt {
  padding: 20px 0;
}

.footer-logo img {
  margin: 0 0 18px;
}

footer h4:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 0;
}

.btmSocilas li a {
  width: 30px;
  height: 30px;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eeeeee57;
  color: #eeeeee57;
  transition: 0.2s;
  font-size: 10px;
}

.double-col {
  gap: 10px;
}

.ft-newlatter {
  background: #0e0d0d;
  padding: 0px;
  border-radius: 80px;
  margin-left: 80px;
  margin-bottom: 60px;
}

.ft-newlatter h5 {
  width: 45%;
  padding-left: 20px;
  font-size: 16px;
  font-family: "new-york";
  text-transform: uppercase;
}

.newsForm {
  background: #040303;
  border-radius: 45px;
  width: 100%;
}

.newsForm input.flew-grow-1 {
  background: transparent;
  border: 0px;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 20px;
}

.newsForm input.flew-grow-1::placeholder {
  color: #fff;
}

.newsForm button.flex-shrink-0 {
  border: 0px;
  background: #e30613;
  color: #fff;
  border-radius: 45px;
  padding: 12px 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.btmSocilas li a:hover {
  background: #e30613;
  color: #fff;
  border-color: transparent;
}

footer .col-lg-8 {
  border-left: 1px solid #4b4b4b62;
}

a.logo-card {
  display: inline-block;
  position: relative;
  width: 60%;
  border-bottom: 1px solid #ffffff2b;
  margin-bottom: 24px;
}

a.logo-card:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 0;
}

footer:before {
  position: absolute;
  content: "";
  width: 380px;
  height: 400px;
  background: radial-gradient(circle at 20% 50%, #e306133b 0%, transparent 60%);
  top: -50px;
}

footer:after {
  position: absolute;
  content: "";
  width: 790px;
  height: 400px;
  bottom: 0;
  right: 0;
  background: radial-gradient(circle at 70% 94%, #e3061333 0%, transparent 60%);
}

footer .container-fluid.maxWidth {
  position: relative;
  z-index: 1;
}
/* ---------------------------------------- Footer  ------------------------------ */

.pbtn:hover {
  transform: translate(5px, 0px);
}

.prirce-bt .pd-cart a:hover {
  transform: scale(1.1);
}

.header-btns a i:hover {
  background: #d80111;
}

.arvis-btns button img {
  filter: brightness(0.5);
}

.arvis-btns button:hover img {
  filter: unset;
}

.arvis-btns button:hover {
  background: red;
  border: 0px;
}
