@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

/* font-family: 'Poppins', sans-serif; */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
}

a {
  text-decoration: none;
}
.extra li{
  display: inline-block;
}
li {
  list-style: none;
}
ul{
  margin-bottom: 0;
  padding-left: 0;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.first{
  width: 150px;
}
.first img{
  width: 100%;
}
.logo {
  width: 50%;
}

.sticky {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  border-top: 0;
  background-color: #ffffff;
}

.nav-link {
  color: #000532;
  font-weight: 500;
}

ion-icon {
  font-size: 20px;
  line-height: 200px;
  margin-inline: 10px;
  margin-block: 10px;
  color: #000532;
}

.nav-item {
  display: table-cell;
  position: relative;
}

.nav-link:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  color: #000532;
  background: #000532;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.nav-link:hover:after {
  width: 100%;
  left: 0;
  color: #000532;
}

.boot {
  width: 100%;
}

.vag {
  position: relative;
  display: block;
}

.shadow2::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00053233;
  position: absolute;
  top: -6px;
}

.banner h2 {
  position: absolute;
  color: #ffffff;
  text-shadow: 1px 1px #ecebeb;
  top: 25%;
  left: 9%;
  font-size: 60px;
  font-weight: 500;

}

.banner p {
  position: absolute;
  top: 57%;
  left: 9%;
  font-size: 16px;
  color: #f1f0f0;
  font-weight: 300;
}

.all::before {
  content: '';
  width: 90.5%;
  height: 117%;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: #000532;
}


.new {
  position: absolute;
  top: 75%;
  left: 9%;
  width: 18%;
  height: 50px;
  display: block;
  border-radius: 3px;
  background: linear-gradient(to right, #000532 50%, #ebe9e6 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}

.new:hover {
  background-position: left bottom;
}

.text1 {
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  font-weight: 500;
  color: #000532;
  display: block;
  transition: all.5s ease-out;
}

.text1:hover {
  color: #ebe9e6;
}

.part-b {
  margin-block: 100px;
}
.part-b h6{
  font-size: 30px;
  font-weight: 500;
  color: #000532;
  text-align: center;
  opacity: 0;
}
.wall-blue {
  background-color: #000532;
  padding: 50px 0;
  margin-top: 10%;
}
.view{
  color: #f0f0f0;
  font-size: 25px;
  text-align: left;
  margin-top: 10%;
  margin-left: 4%;
  font-weight: 300;
}
.part-b-h2{
  color: #ffffff;
  font-size: 40px;
  font-weight: 300;
  text-align: left;
  padding-left: 25px;
  letter-spacing: 1px;
  line-height: 70px;
}

.leg {
  width: 30%;
  margin-top: 17%;
  margin-left: 30px;
  display: block;
}

.wall-white {
  background-color: #f3f4ff;
  position: relative;
  width: 90%;
}

.wall-white h2 {
  margin-top: 5%;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  padding-block: 0px;
  padding-inline: 2px;
  background-color: #000532;
  display: inline-block;
}

.red {
  width: 70px;
  height: 12px;
  border-top-left-radius: 40px;
  background-color: #ce1739;
}

.off {
  color: #000532;
  font-size: 20px;
  font-weight: 500;
  margin-top: 5%;
}

.shoe {
  margin-top: 5.2%;
  width: 52%;
  margin-left: 24%;
}

.shoe2 {
  margin-top: 5%;
  width: 50%;
  margin-left: 22%;
}

.casual {
  color: rgb(45, 45, 45);
  font-size: 20px;
  font-weight: 500;
  margin-top: 5%;
  text-align: center;
}

.part-b h4 {
  color: #000532;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}

.rate {
  width: 35%;
  margin-left: 32%;
}

.part-b h5 {
  color: #ce1739;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.button1 {
  display: inline-flex;
  height: 40px;
  width: 200px;
  font-size: 25px;
  font-weight: 300;
  color: #000532;
  margin: 20px 20px 20px 20px;
  color: #BFC0C0;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  margin-left: 25%;
}

#button-7 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-7 a {
  position: relative;
  text-align: center;
  color: #000532;
  left: 0;
  transition: all .35s ease-Out;
}

#dub-arrow {
  width: 100%;
  height: 100%;
  background: #000532;
  left: -200px;
  position: absolute;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .35s ease-Out;
  bottom: 0;
}

#button-7 img {
  width: 30px;
  height: auto;
  color: #b9b9b9;
}

#button-7:hover #dub-arrow {
  left: 0;
}

#button-7:hover a {
  left: 200px;
}

.img-block {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}


.img-block span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -120%;
  background-color: rgba(255, 255, 255, 0.3);
  transition: 0.4s;
  transform: skewX(10deg);
}

.img-block:hover span {
  left: 120%;
}

.blue {
  width: 100%;
  background-color: #e5e7ff;
  padding: 50px 50px;
}

.swiper-slide {
  width: 100%;
  margin-left: 50%;
}

.length {
  width: 100%;
}

/* review  video */

.half video {
  width: 100%;
  height: 305px;
}
.pexel-img{
  background-image: url(../img/pexels-mnz-161965\(2\).jpg);
  background-repeat: no-repeat;
  background-position: center left;
  object-fit: cover;
  transition: all .5s;
}
.pexel-img:hover {
  transform: scale(1.01);
}
.half h2 {
  font-size: 16px;
  font-weight: 400;
  color: #e5e7ff;
  text-align: center;
padding-top: 56px;
}
.half h3 {
  padding-top: 25px;
  font-size: 30px;
  font-weight: 500;
  color: #f0f0f0;
  text-align: center;
}

.pexel {
  width: 100%;
}
.brand {
  margin-block: 100px;
}

.brand h2 {
  font-size: 50px;
  text-align: center;
  font-weight: 500;
  color: #000532;
  margin-bottom: 50px;
}

.brand img {
  opacity: 50%;
}

.brand img:hover {
  opacity: 100%;
}

.half p {
  font-size: 16px;
  color: #e1e1e1;
  font-weight: 400;
  padding-inline: 25px;
  text-align: justify;
  padding-top: 25px;
  padding-bottom: 56px;
}

.new2 {
margin-bottom: 80px;
text-align: center;
  width: 18%;
  height: 50px;
  display: block;
  border-radius: 3px;
  background: linear-gradient(to right, #000532 50%, #b9b9b9 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}

.new2:hover {
  background-position: left bottom;
}

.text2 {
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  font-weight: 500;
  color: #000532;
  display: block;
  transition: all.5s ease-out;
}

.text2:hover {
  color: #ebe9e6;
}

.background {
  width: 90%;
  background-color: #b9b9b9;
}

.background img {
  width: 100%;

}


.container1 {
  width: 80%;
  column-count: 4;
  margin: 0 auto;
}

.grid-item img {
  width: 100%;
  height: auto;
  margin: 1em;
}

.pading-img {
  background-color: #dddddd;
}

.tiles h2 {
  color: #000532;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
}


.new3 {
  margin-left: 40%;
  margin-top: 50px;
  margin-bottom: 100px;
  width: 18%;
  height: 50px;
  display: block;
  border-radius: 3px;
  background: linear-gradient(to right, #ebe9e6 50%, #000532 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}

.new3:hover {
  background-position: left bottom;
}

.text3 {
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  font-weight: 500;
  color: #ebe9e6;
  display: block;
  transition: all.5s ease-out;
}

.text3:hover {
  color: #000532;
}

.paralax {
  background-image: url(../img/para.jpg);
  height: 600px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.review{
  background-color: #000532;
  padding: 50px 0px;
}
.review h2{
  color: #f7f7f7;
  font-size: 50px;
  font-weight: 500;
  text-align:center;
  margin-bottom: 50px;
}
.review h3{
  color: #f0f0f0;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}
.review h4{
  color: #e8e5e5;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-top: 25px;
}
.review P{
  margin-block: 25px;
  padding-inline: 60px;
  color: #ddd9d9;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
.pic{
  text-align: center;
}
.pic img{
  animation: beat .5s infinite;
}
@keyframes beat{
  0%{
    transform:scale(0.95);
  }
  50%{
    transform:scale(1.02);
  }
  100%{
    transform:scale(0.95);
  }
}
.full-shadow-img{
  width: 100%;
}
.full{
  position: relative;
}
.shadow3::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00053297;
  position: absolute;
  top: 0;
}
.parallax{
  background-image: url(../img/back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px;
}
.full-img{
  width: 100%;
  height: 400px;
  flex-direction: column;
}
.big-box{
  background-color: #e4e4e4;
  padding: 40px;
  height: 400px;
}
.small{
  background-color: #f6f6f6;
  padding: 25px;
  height: 320px;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide{
  margin-left: 0%;
  display: block;
  width: 90%;
  height: 100%;
  object-fit: cover;
}
.small h2{
  margin-bottom: 25px;
  font-size: 50px;
  color: #000532;
  font-weight: 500;
  text-align: center;
}
.small p{
  font-size: 16px;
  font-weight: 300;
  color: #000532;
  text-align: justify;
}
.back-cover{
  width: 200px;
  background-color: #b9b9b9;
}
.back-cover img{
  width: 100%;
}
.wall-blue1 h3{
  font-size: 50px;
  letter-spacing: 1px;
font-weight: 300;
color: #ffffff;
text-align: left;
margin-left: 60px;
line-height: 70px;
}
.wall-blue1 {
  background-color: #000532;
  padding: 50px 0;
  margin-top: 100px;
}

.leg1 {
  width: 30%;
  margin-top: 30%;
  margin-left: 60px;
}
.pexel-img{
  background-image: url(../img/pexels-mnz-161965\(2\).jpg);
  background-position: center ;
  object-fit: cover;
}
.border-box{
border: 2px solid #000532;
padding: 0%;
width: 30.8%;
margin-top: 100px;
position: relative;
overflow: hidden;
margin-right: 20px;
}

.border-box:hover .position{
  top: 120px;
}

.position{
  position: absolute;
  top: 295.5px;
  background-color: #0005327d;
  transition: all .8s;
}
.position h2{
  padding-top: 25px;
  padding-left: 25px;
  color: #cccccc;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 0;
}
.position p{
color:#cccccc;
font-size: 16px;
font-weight: 400;
padding: 25px;
text-align: center;
}

.flex1{
  display: flex;
  align-items: center;
}
.new4 {
  position: absolute;
  top: 5%;
  right: 10%;
  width: 23%;
  height: 30px;
  display: block;
  border-radius: 3px;
  background: linear-gradient(to right, #000532 50%, #cccccc 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}

.new4:hover {
  background-position: left bottom;
}
.text4 {
  white-space: nowrap;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #000532;
  display: block;
  transition: all.5s ease-out;
}
.text4:hover {
  color: #000532;
}

.blog h6{
  color: #000532;
  font-size: 60px;
text-align: center;
margin-top: 100px;
margin-bottom: -50px;
}

.heading-view{
  margin-top: 100px;
  color: #000532;
  font-size: 50px;
  font-weight: 500;
  text-align:center;
  margin-bottom: 50px;
}
.viewed-items{
  text-align: center;
}

.item1:hover{
box-shadow: 0px 0px 10px 2px #00021048;
}
.normal{
  width: 100%;
  height: 120px;
}
.normal img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.item1 h3{
  color: #000532;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}
.item1 h4{
  color: #000532;
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
}
.item1 h5{
  color: #ce1739;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
}

/* bg-footer */

.bg-footer{
  width: 100%;
  background-color: #00041c;
  margin-top: 100px;
  padding: 50px 0;
}
.bg-footer h2{
  font-size: 20px;
  color: #f0f0f0;
  text-align: left;
  font-weight: 500;
  padding-bottom: 20px;
}
.bg-footer p{
  font-size: 16px;
  font-weight: 300;
  color: #e1e1e1;
  text-align: left;
  padding-top: 10px;
}
.bg-footer img{
  width: 35%;
  padding-bottom: 20px;
}

.bg-footer li a{
  padding-top: 5px;
  color: #cccccc;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  display: inline-block;
}
.bg-footer li a:hover{
  color: #ffffff;
  text-decoration: underline;
}
.bg-footer li{
  transition: all .3s;
}
.bg-footer li:hover{
  transform: translatex(10px);
}
.black{
  width: 100%;
  background-color: #000210;
  padding: 25px 0;
}
.copy{
  margin-left: 40%;
}
.copy img{
  width: 16px;
}
.copy h5{
  padding-left: 5px;
  padding-top: 5px;
  font-size: 16px;
  color: #f0f0f0;
  font-weight: 300;
}

/* new */

.width-full{
  width: 200px;
  height: 120px;
  text-align: center;
}
.width-full img{
  width: 100%;
  height: 100%;
}
.border-inbox{
  border: 2px solid #000532;
  padding: 10px;
  width: 220px;
}
.border-inbox:hover{
  box-shadow: 0px 0px 10px 2px #00021048;
  }
.feb h3{
  color: #000532;
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}
.feb h4{
  color: #000532;
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
}
.feb h5{
  color: #ce1739;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
}

.heading-view{
  margin-top: 100px;
  color: #000532;
  font-size: 50px;
  font-weight: 500;
  text-align:center;
  margin-bottom: 50px;
}