/* All Common CSS Start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
a,
a:hover {
  text-decoration: none;
}
ol,
ul {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  line-height: 0.8;
}
body {
  font-family: "Jost", sans-serif;
}
/* All Common CSS End */

/* Nav Bar CSS Start */
.navbar {
  padding: 25px 0;
}
.navbar-brand {
  margin-right: 50px;
}
.nav-link {
  margin: 0 15px;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}
.nav-link::before {
  position: absolute;
  height: 3px;
  width: 70%;
  background: #222;
  bottom: 8px;
  left: 7px;
  content: "";
  transition: 0.4s;
  visibility: hidden;
}
.nav-link:hover::before {
  visibility: visible;
}
.navICon a {
  margin: 0 15px;
  color: #222;
  font-size: 20px;
}
/* Nav Bar CSS End */

/* Banner part CSS Start */
#bannerPart {
  padding-top: 60px;
  background: url(../images/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.bannerSocialLinks {
  position: absolute;
  top: 35%;
  left: -15px;
}
.bannerSocialLinks ul li {
  margin-bottom: 20px;
}
.bannerSocialLinks ul li a {
  color: #767676;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.bannerFollow {
  transform: rotate(-90deg) !important;
  margin-left: -21px;
  margin-top: 40px;
}
.scrollPart {
  position: absolute;
  bottom: 49px;
  right: 0px;
  transform: rotate(-90deg);
}
.scrollPart p {
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
}
.scrollPart p::before {
  position: absolute;
  height: 2px;
  width: 30px;
  background: #222;
  top: 50%;
  left: -35px;
  content: "";
}
.bannerContent {
  margin-top: 210px;
}
.bannerText p {
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  position: relative;
  margin-left: 55px;
}
.bannerText p::before {
  position: absolute;
  height: 2px;
  width: 40px;
  background: #c32929;
  top: 50%;
  left: -50px;
  content: "";
}
.bannerText h1 {
  color: #222222;
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
}
.bannerText span {
  color: #222222;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
}
.bannerText a {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding-top: 20px;
  position: relative;
}
.bannerText a::before {
  position: absolute;
  height: 3px;
  width: 70px;
  background: #222;
  bottom: 0;
  left: 0;
  content: "";
  visibility: hidden;
  transition: 0.3s;
}
.bannerText a:hover::before {
  visibility: visible;
}

.slider {
  display: flex;
  padding-top: 190px;
}
.sliderOne {
  position: relative;
}
.hoverRound {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #222;
  top: -10px;
  left: -10px;
  opacity: 0;
  transition: 0.4s;
}
.dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #ddc2b9;
  margin-right: 30px;
  transition: 0.4s;
}
.sliderOne:hover .dot {
  background: #222;
}
.sliderOne:hover .hoverRound {
  opacity: 1;
}
.bannerImg {
  margin-left: 60px;
}
/* Banner part CSS End */

/* Collection Part CSS Start */
#collectionPart {
  padding: 100px 0;
}
.commonInner p {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.commonInner span {
  color: #222222;
  font-size: 26px;
  font-weight: 700;
}
.commonInner h3 {
  padding-bottom: 10px;
  color: #222222;
  font-size: 28px;
  font-weight: 500;
}
.commonInner a {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}
.commonInner a:before {
  position: absolute;
  height: 2px;
  width: 50px;
  background: #222;
  bottom: 0;
  left: 0;
  content: "";
}
.womensCollection {
  position: relative;
}
.mensCollection {
  position: relative;
  margin-bottom: 20px;
}
.kidsCollection {
  position: relative;
}
.commonInner {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.ecardsCollection {
  position: relative;
}
/* Collection Part CSS End */

/* products part CSS Start */
#productsPart {
  padding-bottom: 100px;
}

.productsHeader h2 {
  color: #222;
  font-size: 35px;
  font-weight: 400;
  padding-bottom: 30px;
}
.productsHeader span {
  color: #222;
  font-size: 35px;
  font-weight: 700;
}
.productsHeader ul {
  display: flex;
}
.productsHeader ul li a {
  color: #767676;
  font-style: 16px;
  font-weight: 500;
  margin: 0 20px;
  transition: 0.4s;
  position: relative;
}
.productsHeader ul li a::before {
  position: absolute;
  height: 2px;
  width: 70%;
  background: #222;
  bottom: 0;
  left: 0;
  content: "";
  transition: 0.4s;
  visibility: hidden;
}
.productsHeader ul li a:hover::before {
  color: #222;
  visibility: visible;
}
.products {
  padding-top: 45px;
}
.productsText {
  padding-top: 15px;
}
.textFlex {
  display: flex;
  justify-content: space-between;
  color: #767676;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.productsText h6 {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  padding-top: 3px;
  padding-bottom: 4px;
}
.productsText p {
  color: #222;
  font-size: 16px;
  font-weight: 400;
}
.discountPrice {
  position: relative;
  color: #767676 !important;
}
.discountPrice span {
  padding-left: 10px;
  color: #d6001c;
  font-size: 16px;
  font-weight: 400;
}

.discountPrice::before {
  position: absolute;
  height: 1px;
  width: 35px;
  background: #767676;
  top: 5px;
  left: 1px;
  content: "";
}
.productsDetails {
  padding-top: 60px;
  position: relative;
}
.productHoverly {
  position: absolute;
  padding: 10px 116px;
  background: rgb(34, 34, 34);
  bottom: 71px;
  left: 0px;
  opacity: 0;
  transition: 0.4s;
}
.productHoverly a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.productsDetails:hover .productHoverly {
  opacity: 1;
}
.othersProduct {
  padding-top: 40px;
  padding-bottom: 100px;
}
.othersProduct a {
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}
.othersProduct a::before {
  position: absolute;
  height: 2px;
  width: 96px;
  background: #767676;
  bottom: 0px;
  left: 0px;
  content: "";
  opacity: 0;
  transition: 0.4s;
}
.othersProduct:hover.othersProduct a::before {
  opacity: 1;
}
.springCollection {
  padding-top: 200px;
  padding-bottom: 50px;
  background: url(../images/springcollection.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.springcollectionText p {
  color: #c32929;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  position: relative;
  margin-left: 55px;
}
.springcollectionText p:before {
  position: absolute;
  height: 2px;
  width: 40px;
  background: #c32929;
  top: 50%;
  left: -50px;
  content: "";
}
.springcollectionText span {
  color: #222222;
  font-size: 70px;
  font-weight: 700;
}
.springcollectionText h2 {
  color: #222222;
  font-size: 70px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 30px;
}
.springcollectionText a {
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}
.springcollectionText a::before {
  position: absolute;
  width: 50px;
  height: 2px;
  background: #222;
  bottom: 0px;
  left: 0px;
  content: "";
}
.countDown {
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
}
.countdownItem h3 {
  color: #222;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.countdownItem span {
  color: #767676;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}
.separator {
  color: #222;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
/* products part CSS End */
/* Spring Collection CSS Part Start */
#springCollectionItem {
  padding-bottom: 100px;
}
.womenspringItem {
  position: relative;
}
.menspringItem {
  position: relative;
}
.springInner {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.springInner p {
  color: #222;
  font-size: 18px;
  font-weight: 500;
}
.springInner h3 {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #222;
  font-size: 26px;
  font-weight: 500;
}
.springInner a {
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}
.springInner a::before {
  position: absolute;
  height: 2px;
  width: 55px;
  background: #222;
  bottom: 0;
  left: 0;
  content: "";
}
/* Spring Collection CSS Part End */

/* Edition Part CSS Start */
#editionPart{
  padding-bottom: 100px;
}
.editionHedaer {
  padding-bottom: 50px;
}
.arrow {
  position: relative;
}
.left i {
  position: absolute;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
  color: #767676;
  font-size: 30px;
}
.right i {
  position: absolute;
  top: 50%;
  right: -45px;
  transform: translateY(-50%);
  color: #767676;
  font-size: 30px;
}

.editionHedaer h2 {
  color: #222;
  font-size: 35px;
  font-weight: 400;
}
.editionHedaer span {
  color: #222;
  font-size: 35px;
  font-weight: 700;
}
.editionList {
  position: relative;
}
.editionList:hover .productHoverly {
  opacity: 1;
}
/* Edition Part CSS End */

/* Delivery Part CSS Start  */
#deliveryaPart {
  padding: 100px 0;
}
.commonGap p {
  padding-top: 23px;
  padding-bottom: 8px;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}
.commonGap span {
  color: #767676;
  font-size: 15px;
  font-weight: 400;
}
/* Delivery Part CSS End  */

/* Uomo Part CSS End  */
#uomoPart{
  padding-bottom: 60px;
}
.uomoHeader h2{
  color: #222;
  font-size: 35px;
  font-weight: 400;
  padding-bottom: 30px;
}

/* Uomo Part CSS End  */

/* Footer Part CSS Start */
#footerpart {
  background: #e4e4e4;
  padding-top: 100px;
  padding-bottom: 25px;
}
.footerOne img {
  padding-bottom: 45px;
}
.footerOne p {
  padding-bottom: 30px;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.footerOne span {
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.socialLinks {
  margin-top: 30px;
}
.socialLinks i {
  color: #222;
  font-size: 20px;
  font-weight: 400;
  margin-right: 20px;
  transition: 0.4s;
}
.socialLinks i:hover {
  color: #767676;
}

.commonfooter h3 {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.commonfooter ul {
  padding-left: 0px !important;
}
.commonfooter ul li a {
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  transition: 0.4s;
  position: relative;
}
.commonfooter ul li a:hover {
  font-weight: 700;
}
.footerFour h3 {
  color: #222;
  font-size: 18px;
  font-weight: 500;
}
.footerFour p {
  padding-top: 27px;
  padding-bottom: 15px;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.footerForm {
  padding: 17px 20px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.footerForm input {
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.footerForm ::placeholder {
  color: #222;
}
.footerForm button {
  background: none;
  border: none;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.footerFour h4 {
  color: #222;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 15px;
}
.border {
  height: 3px;
  width: 100%;
  background: #cfcdcd;
}
.footerLast {
  padding-top: 30px;
}
.copyRight p {
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.footerlastright {
  display: flex;
  justify-content: space-between;
}
.commonFooterLast {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.commonFooterLast span {
  color: #767676;
  font-size: 14px;
  font-weight: 400;
}
.commonFooterLast p {
  padding: 0 20px;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

/* Footer Part CSS End */
