@import url(../css/aos.css);
@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/default.css);
@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');

:root {
  /* Colors: */
  --color-d12032: #d12032;
  --color-acb3a9: #acb3a9;
  --color-f5f5f5: #f5f5f5;
  --color-d6ddcb: #d6ddcb;
  --color-c2c4c6: #c2c4c6;
  --color-000000: #000000;
  --color-ffffff: #ffffff;
  --font-family-poppins: 'Poppins', sans-serif;
  --font-style-normal: normal;
  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-19: 19px;
  --font-size-21: 21px;
  --font-size-22: 22px;
  --font-size-24: 24px;
  --font-size-25: 25px;
  --font-size-26: 26px;
  --font-size-27: 27px;
  --font-size-28: 28px;
  --font-size-30: 30px;
  --font-size-33: 33px;
  --font-size-36: 36px;
  --font-size-40: 40px;
  --font-size-42: 42px;
  --font-size-50: 50px;
  --font-size-56: 56px;
  --font-size-49: 49px;
  --font-size-84: 84px;
  --character-spacing-0: 0px;
  --line-height-22: 22px;
  --line-height-27: 27px;
  --line-height-30: 30px;
  --line-height-32: 32px;
  --line-height-36: 36px;
  --line-height-36: 36px;
  --line-height-43: 43px;
  --line-height-50: 50px;
  --line-height-60: 60px;
  --line-height-66: 66px;
  --line-height-72: 72px;
  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}



* {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-poppins);
  font-style: var(--font-style-normal);
  font-size: var(--font-size-19);
  line-height: var(--line-height-27);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  margin: 0;
  padding: 0;
}


.clr {
  width: 100%;
  float: left;
}

.img {
  width: 100%;
}

a,
.btn,
button {
  color: var(--color-ffffff);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
  color: var(--color-d12032);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-000000);
  text-transform: normal;
  margin-bottom: 15px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

header,
footer,
section {
  width: 100%;
  float: left;
}

section {
  overflow: hidden;
}


p {
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-Regular);
  color: var(--color-000000);
  margin-bottom: 20px;
}

.p-content {
  font-size: var(--font-size-24);
  line-height: normal;
  color: var(--color-000000);
  margin-bottom: 20px;
}

.medium-text {
  font-size: var(--font-size-18);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  margin-bottom: 20px;
}


.fill {
  font-family: var(--font-family-poppins);
  font-weight: var(--font-weight-Bold);
  font-size: 140px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #ff2444;
  text-transform: uppercase;
}

.main-title {
  font-size: var(--font-size-84);
  font-weight: var(--font-weight-Regular);
  margin-bottom: 20px;
  text-transform: uppercase;

}

.title {
  font-size: var(--font-size-49);
  color: var(--color-282828);
  font-weight: var(--font-weight-SemiBold);
  font-family: var(--font-family-sora);
  margin-bottom: 20px;

}

.div-title {
  font-size: var(--font-size-40);
  line-height: normal;
  font-weight: var(--font-weight-Bold);
  text-transform: uppercase;
  background: var(--color-ffffff);
  width: fit-content;
  padding-right: 50px;
}

.div-title1 {
  font-size: var(--font-size-42);
  font-weight: var(--font-weight-SemiBold);
  line-height: normal;
  color: var(--color-1ddef6);

  /* font-weight: var(--font-weight-SemiBold); */
}

.section-title {
  font-size: var(--font-size-20);
  line-height: normal;
  color: var(--color-000000);
  font-weight: var(--font-weight-SemiBold);
}

.div-text {
  font-size: var(--font-size-20);
  line-height: normal;
  color: var(--color-000000);
  margin-bottom: 0px;
  text-align: left;
}

.font-binerka_demoregular {
  font-family: var(--font-family-sora);
}

.weight-Light {
  font-weight: var(--font-weight-Light);
}

.weight-Regular {
  font-weight: var(--font-weight-Regular);
}

.weight-Medium {
  font-weight: var(--font-weight-Medium);
}

.weight-SemiBold {
  font-weight: var(--font-weight-SemiBold);
}

.weight-Bold {
  font-weight: var(--font-weight-Bold);
}

.weight-ExtraBold {
  font-weight: var(--font-weight-ExtraBold);
}

.weight-Black {
  font-weight: var(--font-weight-Black);
}

.height-100 {
  height: 100vh;
}

.pr-100 {
  padding-right: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.color-gradient {
  color: var(--color-gradient) !important;
}

.color-d12032 {
  color: var(--color-d12032) !important;
}

.color-1ddef6 {
  color: var(--color-1ddef6) !important;
}

.color-0570b8 {
  color: var(--color-0570b8) !important;
  background: none !important;
  -webkit-text-fill-color: var(--color-0570b8);
}

.color-000000 {
  color: var(--color-000000) !important;
}

.color-ffffff {
  color: var(--color-ffffff) !important;
}

.swiper-container {
  width: 100%;

}

.swiper {
  overflow: hidden;
}

.mobile {
  display: none;
}

.offcanvas-header {
  display: none;
}


.swiper-slide-active .slider-title1 {
  animation: fadeInLeft 2s;
}

.swiper-slide-active .slider-title2 {
  animation: fadeInRight 2s;
}

.swiper-slide-active .slider-title3 {
  animation: bounceInLeft 2s;
}

.banner-pagi span {
  right: 0;
}

.header-btn {
  margin-right: 4%;

}

.sidenav,
.mobile-toggle {
  display: none;
}


/* @import url(../css/root.css); */
/* main-header */

.g_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #000000c9;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink {
  position: fixed;
  background: #000000;
  box-shadow: #63636333 0px 2px 8px 0px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999;
}

.g_shrink .main-nav {
  padding: 30px 0px;

}

.g_shrink .navbar-brand {
  top: 3px;

}

.main-header.g_shrink .navbar-brand img,
.main-header.g_shrink .navbar-brand .svg {
  width: 160px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}


.main-header.g_shrink .main-nav .logo-bg {
  width: 30%;
  height: 87PX;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.enquiry {
  background: var(--color-d12032) !important;
  padding: 10px 30px;
  color: var(--color-ffffff);
  text-transform: uppercase;
  font-weight: var(--font-weight-Bold);
  font-size: var(--font-size-16);
  display: none;
}

a.enquiry:hover {
  background: var(--color-ffffff) !important;
  color: var(--color-d12032) !important;
}

.main-nav {
  padding: 50px 0px;
  width: 100%;
  float: left;
}

.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
}

.navbar-brand {
  position: absolute;
  top: 25px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.navbar-brand img,
.navbar-brand .svg {
  width: 85%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  display: block;
  padding: 0;
  margin-left: 40px;
  font-size: var(--font-size-16);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Bold);
  line-height: var(--line-height-inherit);
  text-transform: uppercase;
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-d12032);
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link.active {
  color: var(--color-d12032);
}

.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
  color: var(--color-f68e1f);
}


.logo-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 36%;
  height: 30vh;
  background-color: var(--color-ffffff);
  clip-path: polygon(0 0, 100% 0, 79% 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}



/* main-banner */


.banner-slide {
  position: relative;
  width: 100% !important;
}

.banner-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 99;
}

.banner-slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 36%;
  height: 100vh;
  background: var(--color-ffffff);
  clip-path: polygon(0 0, 100% 0, 30% 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 9;
}


.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 9;
  background-color: #f5f5f5;

}

.inner-banner {
  width: 100%;
  height: 100vh;
  display: flex;
}

.banner-content {
  top: 40%;
  position: absolute;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 999;
}

.banner-img {
  width: 60%;
  display: flex;
  position: relative;
  align-items: center;
  right: -5%;
  justify-content: flex-start;
}

.banner-pagi {
  bottom: 1% !important;
  left: 0 !important;
  width: 100%;
}

/* .banner-pagi span {
  width: 25px;
  height: 25px;
} */

h1.main-title {
  font-weight: var(--font-weight-Medium);
}

h1.main-title span {
  font-weight: var(--font-weight-Bold);
  color: var(--color-d12032);
  display: block;
  background: var(--color-ffffff);
  width: fit-content;
  padding-right: 50px;
}

h1.banner-heading {
  text-transform: uppercase;
  text-align: left;
  animation: fadeInLeft 2.5s;
}

/* main-banner */

.graph {
  background: #1c1c1c;
  background-size: cover;
  height: 1250px;

}

.door h4 {
  color: #fff;
  border-bottom: 3px dashed #d11427;
  font-weight: bold;
  /* width: 50%; */
}

.grap-inner {
  z-index: 999;
}

.graph p {
  color: #fff;
  /* padding-right: 100px; */
  text-align: justify;
}

.door {
  position: relative;
  display: flex;
  margin-bottom: 80px;
  z-index: 9;
}

.door-content {
  width: 100%;
  position: relative;
}

.door-right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 348px;
  bottom: 15%;
  rotate: 45deg;
}

.door-right-border {
  width: 30%;
  border-top: 3px dashed #d11427;
}

.door-small {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 30%, rgba(133, 133, 133, 1) 75%, rgba(255, 255, 255, 1) 100%);

}

.door-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 80px;
  top: 190px;

}

.door img {
  width: 80px;

  height: 70px;
  object-fit: contain;
  background-size: contain;
  padding: 15px;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 9;
}


.door-img::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  /* background: radial-gradient(circle, rgba(233,47,142,1) 30%, rgba(121,43,83,1) 75%, rgba(233,155,195,1) 99%); */
  background: radial-gradient(circle, rgba(255, 93, 93, 1) 0%, rgba(174, 27, 43, 1) 75%, rgba(255, 144, 144, 1) 100%);

  top: 0;
  z-index: 1;

}


/* custom */


.custom {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  z-index: 9;
  padding-left: 100px;
  padding-top: 20px;
}

.custom-content {
  width: 100%;
  position: relative;
  padding-top: 80px;
}

.custom-right {
  width: 80%;
  position: absolute;
  left: 0px;
  top: 130px;
}

.custom-right-border {
  width: 30%;
  border-top: 3px dashed #d11427;
  left: 19px;
  position: relative;
  top: 13px;
  z-index: -1;
}

.custom-small {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 30%, rgba(133, 133, 133, 1) 75%, rgba(255, 255, 255, 1) 100%);


}

.custom h4 {
  color: #fff;
  border-bottom: 3px dashed #d11427;
  font-weight: bold;
  width: 100%;
}

.custom-content {
  padding-left: 150px;
}

.custom-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 40px;
  top: 110px;
}

.custom-img::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  /* background: radial-gradient(circle, rgba(55,206,229,1) 30%, rgba(0,72,114,1) 75%, rgba(183,241,252,1) 100%); */
  background: radial-gradient(circle, rgba(255, 93, 93, 1) 0%, rgba(174, 27, 43, 1) 75%, rgba(255, 144, 144, 1) 100%);

  top: 0;
  z-index: 1;

}

.custom img {
  width: 70px;

  height: 70px;
  object-fit: contain;
  background-size: contain;
  padding: 15px;
  display: flex;
  z-index: 9;

}


/* touch */

.touch {
  position: relative;
  display: flex;
  z-index: 9;
  top: 15%;
  padding-right: 100px;
}

.touch-content {
  width: 100%;
  position: relative;
}

.touch-content p {
  padding-right: 50px;
}

.touch-right {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 68%;
  bottom: -3%;
  rotate: 60deg;
}

.touch-right-border {
  width: 30%;
  border-top: 3px dashed #d11427;
}

.touch-small {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 30%, rgba(133, 133, 133, 1) 75%, rgba(255, 255, 255, 1) 100%);


}

.touch h4 {
  color: #fff;
  border-bottom: 2px dashed #d11427;
  font-weight: bold;
  /* width: 50%; */
}

.touch-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 15%;
  top: 180px;
}

.touch-img::before {
  content: "";
  position: absolute;
  width: 70px;

  height: 70px;
  border-radius: 50%;
  /* background: radial-gradient(circle, rgba(244,187,34,1) 30%, rgba(208,44,0,1) 75%, rgba(255,212,38,1) 99%); */
  background: radial-gradient(circle, rgba(255, 93, 93, 1) 0%, rgba(174, 27, 43, 1) 75%, rgba(255, 144, 144, 1) 100%);
  top: 0;
  z-index: 1;

}

.touch img {
  width: 70px;

  height: 70px;
  object-fit: contain;
  background-size: contain;
  padding: 15px;
  display: flex;
  z-index: 9;

}

/* free */

.free {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  top: 150px;
  z-index: 9;
  left: 18%;
}

.free-content {
  width: 100%;
  position: relative;
  padding-left: 100px;
}

.free-right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  left: -74px;
  top: 52px;
  rotate: 360deg;
  flex-direction: row-reverse;

}

.free-right-border {
  width: 30%;
  border-top: 3px dashed #d11427;
}

.free-small {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  /* background: radial-gradient(circle, rgba(45,176,10,1) 30%, rgba(11,99,2,1) 75%, rgba(255,212,38,1) 100%); */
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 30%, rgba(133, 133, 133, 1) 75%, rgba(255, 255, 255, 1) 100%);


}

.free h4 {
  color: #fff;
  border-bottom: 3px dashed #d11427;
  font-weight: bold;
}

.free-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 60px;
  top: 33px;
}

.free-img::before {
  content: "";
  position: absolute;
  width: 70px;

  height: 70px;
  border-radius: 50%;
  /* background: radial-gradient(circle, rgba(45,176,10,1) 30%, rgba(11,99,2,1) 75%, rgba(255,212,38,1) 100%); */
  background: radial-gradient(circle, rgba(255, 93, 93, 1) 0%, rgba(174, 27, 43, 1) 75%, rgba(255, 144, 144, 1) 100%);

  top: 0;
  z-index: 1;

}

.free img {
  width: 80px;

  height: 70px;
  object-fit: contain;
  background-size: contain;
  padding: 15px;
  display: flex;
  z-index: 9;
}

img.plate {
  /* position: absolute; */
  width: 45%;
  /* top: 5%;
  left: 25%; */
}

.lift {
  display: flex;
  justify-content: center;
  position: absolute;
}

.door p {
  padding-right: 100px;
  line-height: var(--line-height-30);
}

/* .counter */
.counter {
  background: url(../images/counter-bg.jpg)center no-repeat;
  background-size: cover;
}

a.connect {
  text-transform: uppercase;
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-SemiBold);
  background: #000000;
  padding: 10px 30px;
  margin-top: 20px;
  display: inline-block;
  position: relative;
}

a.connect span {
  color: var(--color-d12032);
  position: absolute;
  object-fit: scale-down;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  background: var(--color-ffffff);
  background: #fff url(../images/arrow.png) no-repeat center;
  right: -20%;
  top: 0;
  transition: 0.5s;
}

a.connect:hover {
  background: var(--color-ffffff);
  color: var(--color-d12032);
}

a.connect:hover span {
  background: #fff url(../images/arrow-1.png) no-repeat center;
}


.count-area {
  position: relative;
  padding: 50px 0;
  text-align: right;
  color: #fff;
}

.count-digit,
.count-name {
  margin: 20px 0px;
  color: #ff0000;
  font-size: 270px;
  font-weight: var(--font-weight-SemiBold);
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  /* text-shadow: 10px 10px 0px #fff; */
  position: relative;
}


.count-name:before {
  content: "+";
  position: absolute;
  top: 10px;
  left: 15px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #a9acb3;
  z-index: -9;
}

.count-digit:before {
  content: "18";
  position: absolute;
  top: 10px;
  left: 15px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #a9acb3;
  z-index: -9;
}


.count-title {
  font-size: 51px;
  font-weight: var(--font-weight-SemiBold);
  margin-top: 30px;
  text-align: left;
}

.counter-flex {
  justify-content: flex-start;
  align-items: baseline;
}



/* about */

.about-us {
  background: url(../images/about-us.jpg) center no-repeat;
}


/* why */
.why {
  margin-top: -130px;
  overflow: hidden;
}

.whyinner {
  background: var(--color-d12032);
  border-radius: 30px;
  padding: 50px;
  margin: 0px 12px;
}

.whyinner h3 {
  font-size: var(--font-size-56);
  font-weight: bold;
  color: var(--color-ffffff);
  margin-top: -50px;
}

.whyinner img {
  width: 60px;
  margin-bottom: 10px;
}

.whyinner h4 {
  font-size: 31px;
  color: var(--color-ffffff);
}

.whyinner p {
  color: #feb7be;
  padding-right: 100px;
}

.shoes {
  position: relative;
  margin: 50px 0;

}

.shoes h3 {
  position: absolute;
  font-size: 130px;
  opacity: 0.1;
  right: 50px;
  top: 50px;
}


/* .simple */


.simple h3 {
  font-size: var(--font-size-56);
  color: var(--color-179bde);
  font-weight: var(--font-weight-Bold);
  margin-bottom: 15px;
  text-transform: capitalize;
  background: linear-gradient(342deg, rgba(224, 28, 47, 1) 0%, rgba(0, 0, 0, 1) 100%);
  background-size: cover;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 40% auto;
  -webkit-text-stroke: 0px #a9acb3;
  margin-bottom: 50px;
}


.simple-inner, .simple-inner1 {
  padding-left: 100px;
}

.simple-inner h5, .simple-inner1 h5 {
  font-size: var(--font-size-27);
  padding-top: 0;
  padding-bottom: 40px;
  padding-left: 40px;
  margin-bottom: 0;

  position: relative;
}

.simple-inner h5:before {
  content: "";
  border-bottom: 3px solid #00000020;
  border-left: 3px solid #00000020;
  width: 200px;
  height: 80%;
  bottom: 20px;
  left: 0;
  position: absolute;

}

.simple-inner1 h5:before {
  content: "";
  border-bottom: 0px solid #00000020;
  border-left: 3px solid #00000020;
  width: 200px;
  height: 80%;
  bottom: 20px;
  left: 0;
  position: absolute;

}

.simple-inner h5:after {
  content: "";
  background: url(../images/line.png) center no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  bottom: -4%;
  left: 0;
  position: absolute;

}

/* testinomal */
.testimonial-slider .swiper-slide {
  height: 100%;

}

.testimonial-section {
  width: 100%;
  background-color: var(--color-ededed);
}

.testimonial-left p {
  padding-right: 100px;
  margin-bottom: 30px;
}

.testimonial-left a {
  padding: 20px 50px;
}

.testimonial-heading {
  color: #000;
}

.testimonial-left h4 {
  margin-top: 20px;
}

.testimonial-pegination {
  bottom: 4% !important;
  left: 5% !important;

}

.testimonial-box {
  position: relative;
  padding: 50px;
  background: var(--color-ffffff);
  box-shadow: 0 0 40px 0px #0000004a;
  border-radius: 20px;
  height: 400px;
}

.testimonial-box p {
  margin-bottom: 30px;
}

.testimonial-box ul li {
  margin-right: 8px;
}

.testimonial-box ul li img {
  width: 20px;
}

.testimonial-img {
  position: absolute;
  left: -25px;
  bottom: 70px;
}

.testimonial-img img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.testimonial-slider {
  padding: 50px 45px;
  padding-bottom: 100px;
  margin-top: -40px;
}

.testimonial-slider .swiper-pagination {
  bottom: 20px;
  text-align: right;
  padding-right: 150px;
}

.swiper-pagination-bullet-active {
  background-color: var(--color-d12032);
}

.testimonial-slider .swiper-button-next {
  background-image: unset;
  right: 0px;
  left: auto;
  top: 100%;
  width: 60px;
  height: 60px;
  margin-top: -70px;
  background-color: var(--color-d12032);
  padding: 15px 15px;
}

.testimonial-slider .swiper-button-next svg path {
  fill: var(--color-ffffff)
}

/* testinomal */



/* clients */
.clients p {
  padding: 0 25%;
}

.clients img {
  width: 90%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 15px 20px;
  transition: 0.5s;
}

.clients img:hover {
  box-shadow: none;
}

/* clients */

/* contact-us */

.contact-us {
  background: url(../images/contac-bg.jpg)no-repeat center;
  background-size: cover;
}

input.form-control {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  color: var(--color-ffffff);
  border: 2px solid #f68691;
  background: transparent;
}

.contact-pg h4 {
  font-weight: var(--font-weight-Bold);
}

textarea.form-control {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  padding: 15px;
  border: 2px solid #f68691;

  background-color: transparent
}

.modal-dialog {
  max-width: 50% !important;
}

.form-control1 {
  background-color: var(--color-ffffff);
  border: 1px solid var(--color-000000);
  padding: 20px;
  border-radius: 10px;
  color: var(--color-000000) ! IMPORTANT;
}


.form-control1::placeholder {
  color: #000 !important;
  opacity: 0.8 !important;
  /* Firefox */
}

::placeholder {
  color: #fff !important;
  opacity: 0.8 !important;
  /* Firefox */
}

.form-control:focus {
  color: var(--color-ffffff);
  background: transparent;
  border-color: #fff;
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #fff !important;
}

button.contact-btn {
  padding: 10px 60px;
  margin-top: 30px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.contact-us button {
  padding: 10px 0;
  width: 30%;
  color: #000000;
  text-transform: uppercase;
  font-weight: var(--font-weight-Bold);
  border: 1px solid #fff;

  border-radius: 10px;
  margin-top: 20px;
}

.contact-us button:hover {
  color: #000000;
  background: transparent;
  color: var(--color-ffffff);
}

footer {
  background: url(../images/footer.jpg)center no-repeat;
  background-size: cover;
}

h3.footer-heading {
  font-size: var(--font-size-21);
  font-weight: bold;
  color: var(--color-d12032);
}

.footer-box p {
  color: var(--color-ffffff);
  font-size: 17px;
  padding-right: 100px;
}

.social-footer {
  margin-top: 30px;
}

.social-footer ul li {
  float: left;
  margin-right: 30px;
}

.social-footer ul li i {
  font-size: 24px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  transition: 0.5s;
}

.social-footer ul li i:hover {
  color: var(--color-d12032);
}

ul.contact li {
  margin-bottom: 20px;
}

.quick-links {
  padding: 50px 0;
  margin-top: 50px;
  border-top: 1px solid #fff;
}

ul.footer-menu li {
  margin: 0;
}

ul.footer-menu li a {
  color: var(--color-ffffff);
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 20px;

}

ul.footer-menu li a:hover {
  color: var(--color-d12032);
}

ul.footer-menu {
  display: flex;
  float: left;
}

.quick-links p {
  color: var(--color-ffffff);
}

.copy {
  text-align: right;
}


.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}




.screen-darken.active {
  z-index: 10;
  transition: opacity .3s ease;
  opacity: 1;
  width: 100% !important;
  visibility: visible;
}

.menu-btn {
  /* position: absolute; */
  width: 50px;
  height: 50px;
  float: right;
  margin-top: 0px;
  background: var(--color-d12032);
  right: 30px;
}

.menu-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}






/* .whats-app */
.whatsapp-btn {
  position: fixed;
  bottom: 10%;
  right: 30px;
  z-index: 9999;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
  line-height: 0px;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

/* 


/* back to top */

#button {
  display: inline-block;
  background: var(--color-d12032);
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 23px;
  right: 30px;
  border-radius: 50%;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  visibility: hidden;
  z-index: 1000;
  border: 2px solid var(--color-ffffff);
  text-decoration: none;
}

#button::after {
  content: "\2191";
  font-family: 'bootstrap-icons';
  font-weight: normal;
  font-style: normal;
  font-size: 33px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  border: 0;
}

#button:hover {
  cursor: pointer;
  border: 2px solid var(--color-d12032);
  background: var(--color-ffffff);

}

#button:hover:after {
  color: var(--color-0570b8);
}

#button:active {
  border: 2px solid var(--color-f26b28);
  background-color: var(--color-ffffff);
}

#button.show {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1560px;
}

/* responsive */
@media only screen and (min-width: 1921px) {}

@media (max-width: 1600px) {
  :root {
    --font-size-16: 16px;
    --font-size-18: 18px;
    --font-size-19: 19px;
    --font-size-21: 21px;
    --font-size-22: 22px;
    --font-size-24: 22px;
    --font-size-25: 25px;
    --font-size-26: 26px;
    --font-size-27: 24px;
    --font-size-28: 28px;
    --font-size-30: 30px;
    --font-size-33: 33px;
    --font-size-36: 36px;
    --font-size-40: 35px;
    --font-size-42: 42px;
    --font-size-49: 44px;
    --font-size-50: 50px;
    --font-size-56: 56px;
    --font-size-84: 65px;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1400px;
  }

  /* graph */
  .door-right {
    left: 315px;
    bottom: 19%;
  }

  .free-content {
    padding-left: 85px;
  }

  .touch-right {
    bottom: 0;
  }

  .main-nav .navbar-nav .nav-item .nav-link {
    margin-left: 30px;
  }


  /* graph */

  .count-digit, .count-name {
    font-size: 250px;
  }

  .count-title {
    font-size: 48px;
  }

  .fill {
    font-size: 125px;
  }

  .whyinner p {
    padding-right: 50px;
  }

  .footer-box p {
    padding-right: 70px;
  }

  .shoes {
    margin: 35px 0;
  }




  .side-points {
    margin: 20px 0;
  }

  .mt-5 {
    margin-top: 2rem !important;
  }

  .what-points ul li {
    margin-top: 30px;
    padding-right: 40px;
  }

  .blog-content {
    padding: 40px 50px;
  }

  .footer-contact ul li p {
    font-size: 18px;
    padding-right: 100px;
  }

  .logo-bg {
    width: 36%;
  }

  .main-header.g_shrink .main-nav .logo-bg {
    width: 450px;
  }

  img.i {
    left: 22%;
  }

  .padding-left {
    padding-left: 6%;
  }

  .tab-benefits {
    padding-right: 18%;
    height: 450px;
  }

  .shoes h3 {
    position: absolute;
    font-size: 100px;
    opacity: 0.1;
    right: 10px;
    top: 0;
  }
}

@media (max-width: 1560px) {}

@media (max-width: 1480px) {
  .custom-right {

    left: 17px;
    top: 124px;
  }

  .touch-right {
    bottom: 18%;
  }

  .container {
    padding: 0 20px;
  }

  :root {
    --font-size-16: 16px;
    --font-size-18: 18px;
    --font-size-19: 19px;
    --font-size-21: 18px;
    --font-size-22: 22px;
    --font-size-24: 24px;
    --font-size-25: 25px;
    --font-size-26: 26px;
    --font-size-27: 24px;
    --font-size-28: 28px;
    --font-size-30: 30px;
    --font-size-33: 33px;
    --font-size-36: 36px;
    --font-size-40: 35px;
    --font-size-42: 38px;
    --font-size-49: 42px;
    --font-size-50: 50px;
    --font-size-56: 56px;
    --font-size-84: 65px;
    --line-height-30: 28px;
  }



  .door-img {
    left: 55px;
    top: 180px;
  }

  .door-right {
    width: 90%;
    left: 331px;
    bottom: 20%;
  }

  .touch {
    top: 5%;
  }

  .free-right {
    top: 46px;
  }

  .free-content {
    padding-left: 80px;
  }

}

@media (max-width: 1366px) {
  .g_shrink .navbar-brand {
    top: 10px;
  }

  :root {

    --font-size-16: 16px;
    --font-size-18: 16px;
    --font-size-19: 17px;
    --font-size-20: 16px;
    --font-size-22: 20px;
    --font-size-24: 20px;
    --font-size-25: 20px;
    --font-size-27: 21px;
    --font-size-26: 22px;
    --font-size-28: 28px;
    --font-size-30: 26px;
    --font-size-33: 30px;
    --font-size-40: 30px;
    --font-size-42: 28px;
    --font-size-49: 38px;
    --font-size-50: 40px;
    --font-size-56: 46px;
    --font-size-60: 45px;
    --font-size-84: 53px;
  }

  .custom-content {
    padding-left: 131px;
  }

  .pt-100 {
    padding-top: 60px;
  }

  .pb-100 {
    padding-bottom: 60px;
  }

  .fill {
    font-size: 100px;
  }

  .navbar-brand img, .navbar-brand .svg {
    width: 65%;
  }

  .div-title {
    padding-right: 30px;
  }

  .banner {
    height: 100vh;
  }

  img.img-item {
    width: 180px;
  }

  .door p {
    padding-right: 50px;
    line-height: var(--line-height-30);
  }

  .door-right {
    width: 100%;
    left: 287px;
    bottom: 31px;
    /* right: -3px; */
  }

  .door-img {
    left: 55px;
    top: 150px;
  }

  .custom-img {
    left: 5px;
    top: 80px;
  }

  .custom-right {
    left: -6px;
    top: 109px;
  }

  .touch-right {
    left: 70%;
    bottom: 27%;
    rotate: 50deg;
  }

  .touch-img {
    left: 40%;
    top: 120px;
  }

  .graph {
    height: 1000px;
  }

  .free-right-border {
    width: 34%;
  }

  .free-right {
    top: 31px;
  }

  .free-img {
    right: 70px;
    top: 5px;
  }

  .count-digit, .count-name {
    font-size: 180px;
  }

  .count-title {
    font-size: 38px;
  }

  .whyinner p {
    padding-right: 0;
  }

  .simple-inner h5, .simple-inner1 h5 {
    padding-bottom: 35px;
    padding-left: 30px;
  }

  .testimonial-box {
    padding: 25px;
  }

  .footer-box p {
    padding-right: 24px;
  }

  .quick-links {
    padding: 30px 0;
    margin-top: 30px;
  }





  .main-nav {
    padding: 40px 0px;
    width: 100%;
    float: left;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }

  .top-header ul li i {
    font-size: 21px;
    margin-right: 10px;
  }

  .top-header ul li {
    margin-left: 30px;
  }

  .logo-bg {
    width: 38%;
  }

  .banner-slider::before {
    width: 38%;
  }

  .main-header.g_shrink .main-nav {
    padding: 35px 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }

  .g_shrink .top-header {
    height: 50px;
    line-height: 50px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }

  .g_shrink .top-header ul {
    line-height: 50px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }

  .main-header.g_shrink .main-nav .logo-bg {
    width: 320px;
    height: 98px;
  }

  .img-wrapper {
    height: 30vh !important;
  }

  .copyright-footer {
    margin-top: 40px;
  }

  a.read-more {
    margin-left: 15px;
  }

  .explore-btn button {
    padding: 12px 30px;
  }

  .compo-text {
    margin-top: -13.5%;
  }

  .tab-benefits {
    padding-right: 5%;
    height: 400px;
    margin-left: 15px;
  }

  .padding-left {
    padding-left: 5%;
  }

  .points ul li {
    margin-bottom: 30px;
  }

  .points ul li i {
    font-size: 20px;
    margin-right: 10px;
  }

  img.i {
    top: 22%;
    left: 22%;
  }

  .blog-content {
    padding: 30px;
  }

  .videoWrapper {
    height: 360px;
  }

  .questions h6 {
    width: 90%;
    padding-bottom: 10px;
  }

  input.form-control {
    padding: 15px;
  }

  button.read-more1 {
    padding: 10px 70px;
  }

  .footer-contact ul li p {
    font-size: 16px;
    padding-right: 40px;
  }

  .footer-menu ul li {
    margin: 10px 0;
  }

  .footer-contact ul li {
    margin-bottom: 30px;
  }

  textarea.form-control {
    height: 130px;
  }
}


@media (max-width: 1200px) {}

@media (max-width: 1199.98px) {
  .custom-right {
    left: 16px;
    top: 109px;
  }

  .free-right {
    top: 31px;
    left: -60px;
  }

  .touch-right {
    bottom: 33%;
  }

  .door-right {
    left: 239px;
    bottom: 67px;
  }

  .door-right {
    left: 255px;
  }

  .navbar-brand img, .navbar-brand .svg {
    width: 52%;
    left: 0;
    position: relative;
  }

  .img-wrapper {
    height: 20vh !important;
  }

  .tab-benefits {
    padding-right: 5px;
    height: 400px;
    margin-left: 15px;
  }

  .padding-left {
    padding-left: 2%;
  }

  .what-points ul li {
    padding-right: 0;
  }
}

@media (max-width: 1024px) {
  .door-right {
    left: 64%;
    bottom: -102px;
    position: relative;
  }

  .touch-right {
    left: 70%;
    bottom: 34%;
  }
}

@media (max-width: 991.98px) {
  :root {
    --font-size-16: 16px;
    --font-size-18: 16px;
    --font-size-19: 17px;
    --font-size-20: 16px;
    --font-size-22: 20px;
    --font-size-24: 20px;
    --font-size-25: 20px;
    --font-size-27: 18px;
    --font-size-26: 22px;
    --font-size-28: 28px;
    --font-size-30: 26px;
    --font-size-33: 30px;
    --font-size-40: 30px;
    --font-size-42: 23px;
    --font-size-49: 33px;
    --font-size-50: 40px;
    --font-size-56: 40px;
    --font-size-60: 45px;
    --font-size-84: 38px;
  }

  .touch h4:before {
    display: none;
  }

  .g_shrink .navbar-brand {
    top: 10px;
    left: 30px;
  }

  .mb-5 {
    margin-bottom: 2rem !important;
  }

  h1.main-title span {
    padding-right: 20px;
  }

  .banner-slide img {
    height: 65vh;
  }

  .fill {
    font-size: 79px;
  }

  .banner {
    height: 65vh;
  }

  .logo-bg {
    height: 200px;
    width: 34%;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
  }

  .banner-slider::before {
    width: 34%;
    height: 65vh;
  }


  .title {
    margin-bottom: 10px;
  }

  .graph {
    height: 100%;
  }

  .touch-img {
    left: 74%;
    top: 130px;
  }


  .door p {
    padding-right: 30px;
  }

  .door h4 {
    position: relative;
  }

  .door {
    margin-bottom: 50px;
  }

  .door-content {
    width: 100%;
    position: relative;
    text-align: center;
  }

  .door h4:before {
    display: none;
  }

  .custom h4, .free h4, .free p {
    text-align: left;
    padding-left: 30px;
  }

  .custom h4:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    left: -5%;
    top: 25px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 30%, rgba(133, 133, 133, 1) 75%, rgba(255, 255, 255, 1) 100%);
  }

  .touch h4:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -5%;
    top: 25px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 30%, rgba(133, 133, 133, 1) 75%, rgba(255, 255, 255, 1) 100%);
  }

  .free h4:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    left: -5%;
    top: 25px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 30%, rgba(133, 133, 133, 1) 75%, rgba(255, 255, 255, 1) 100%);
  }

  .free-content {
    padding-left: 0;
  }

  .custom p {
    padding-left: 30px;
  }

  .door-right, .custom-right, .touch-right, .free-right {
    display: none !important;
  }

  .door-img, .touch-img, .custom-img, .free-img {
    position: unset;
    left: 80px;
    top: 130px;
  }

  .custom {
    margin-top: 0;
    padding: 0;
    margin-left: 0;

  }

  .touch, .free {
    position: unset;
    margin-top: 50px;
  }

  .custom-right-border {
    width: 100%;
  }

  .custom-img {
    left: -125px;
    top: 80px;
  }

  .custom-right {
    left: -140px;
    top: 55px;
    rotate: 340deg;
    width: 40%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }

  .custom-content {
    width: 100%;
    position: relative;
    padding-top: 0px;
  }

  .touch {
    padding-right: 0;
  }

  .simple-inner, .simple-inner1 {
    padding-left: 0px;
  }

  .section-title {
    margin-bottom: 0px;
  }

  .testimonial-left h4 {
    margin-top: 5px;
  }

  .footer-box p {
    padding: 0;
  }

  ul.footer-menu li a {
    color: var(--color-ffffff);
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 14px;
  }

  .simple-inner h5, .simple-inner1 h5 {
    padding-bottom: 35px;
    padding-left: 20px;
  }

  .shoes h3 {
    font-size: 80px;
  }

  .whyinner {
    padding: 10px;
    width: 93%;
    margin: 0px 24px;
  }

  .whyinner h4 {
    font-size: 23px;
  }

  .clients p {
    padding: 0;
  }

  .social-footer ul li {
    float: left;
    margin-right: 20px;
  }

  .social-footer ul li i {
    font-size: 20px;
  }

  .copy {
    text-align: left;
  }

  .offcanvas-header {
    display: block;
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
  }

  .main-nav {
    padding: 15px 0;
  }

  .main-header.g_shrink .main-nav {
    padding: 10px 0;
  }


  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
    background-color: #fff;
  }

  .main-nav .navbar-nav .nav-item .nav-link {
    color: var(--color-000000);
    font-weight: var(--font-weight-SemiBold);
    margin-bottom: 25px;
  }

  .navbar-nav {
    /* padding-left: 20px; */
    margin: 45px !important;
  }

  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }

  .offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }


  .offcanvas-header {
    display: block;
  }

  .main-nav .navbar {
    padding: 0;
    width: 80%;
    float: left;
  }


  .mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
    display: block;
  }

  .responsive-flex {
    display: flex;
    flex-direction: column-reverse;
  }

  .count-digit, .count-name {
    font-size: 100px;
  }

  .count-name:before, .count-digit::before {
    top: 5px;
    left: 5px;
  }

  .count-title {
    font-size: 30px;
  }
  .quick-links .container {
    padding-left: 30px;
    padding-right: 30px;

  }

  .contact-us .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .clients .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .simple .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .counter {
    padding-left: 6px;
    padding-right: 6px;

  }

  .p-content {
    padding-left: 6px;
    padding-right: 6px;
    text-align: justify;
  }

}

@media (max-width: 800px) {}

@media (max-width: 767.98px) {
 

  .testimonial-slider .swiper-pagination {
    bottom: 20px;
    display: flex;
    justify-content: center;
    left: 0 !important;
    padding-right: 0 !important;
  }

  .testimonial-heading {
    display: flex;
    justify-content: center;
  }

  .simple-inner {
    position: relative;
  }

  .simple-inner::before {
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: var(--color-d12032);
    content: '';
    bottom: -3px;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    /* width: 100%; */
    left: 50%;
  }

  .simple-inner::after {
    position: absolute;
    width: 3px;
    height: 31px;
    background-color: var(--color-d12032);
    content: '';
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    /* width: 100%; */
    left: 53.5%;
  }

  .simple-inner, .simple-inner1 {
    padding-left: 0;
    border-bottom: solid 3px #ccc;
    margin-bottom: 50px;
    position: relative;
  }

  .simple-inner h5::after {
    content: "+";
    position: absolute;
    background-color: #ff0000;
    height: 50px;
    width: 3px;
  }

  h1.main-title span {
    padding-right: 0;
  }

  h1.main-title {
    background-color: #dc1835;
    padding: 10px;
    color: #fff;
    left: 25%;
  }

  :root {
    --font-size-16: 16px;
    --font-size-18: 16px;
    --font-size-19: 17px;
    --font-size-20: 16px;
    --font-size-22: 16px;
    --font-size-24: 18px;
    --font-size-25: 20px;
    --font-size-27: 18px;
    --font-size-26: 22px;
    --font-size-28: 28px;
    --font-size-30: 26px;
    --font-size-33: 30px;
    --font-size-40: 30px;
    --font-size-42: 30px;
    --font-size-49: 26px;
    --font-size-50: 40px;
    --font-size-56: 40px;
    --font-size-60: 45px;
    --font-size-84: 38px;
  }

  .door p, .touch p {
    text-align: center;
  }

  .door h4 {

    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .door p {
    padding-right: 0;
    text-align: c;
  }

  .door-content {
    padding: 20px;
  }

  .simple-inner h5:after {
    display: none;
  }

  .simple-inner h5:before {
    display: none;

  }

  .simple-inner1 h5:before {
    display: none;
  }

  .mt-50 {
    margin-top: 20px;
    padding: 0 10px;
  }

  .clients img {
    width: 100%;
  }

  .fill {
    font-size: 65px;
  }

  .whyinner h3 {
    margin-top: -20px;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .banner-content {
    width: 80%;
  }

  .banner-slider::before {
    display: none;
  }

  .banner-slide img {
    height: 90vh;
  }

  .banner {
    height: 90vh;
  }

  .banner-content {
    top: 20%;
  }

  .logo-bg {
    width: 350px;
    height: 110px;
  }

  .navbar-brand {
    top: 5px;
    left: 30px;
    justify-content: flex-start;
    display: flex;
  }

  .menu-btn {

    right: 10px;
    position: relative;
  }

  .shoes {
    margin: 21px 0;
  }

  .mobile-br {
    display: none;
  }

  .process {
    margin-top: 50px;
  }

  button.read-more1 {
    padding: 8px 0;
  }

  .footer-mobile {
    margin-bottom: 30px;
  }

  .social-footer {
    margin-top: 15px;
    justify-content: center;
    display: flex;
  }

  .testimonial-slider {
    padding: 33px 10px;
    padding-bottom: 100px;
    margin-top: -40px;
  }

  .testimonial-box {
    padding: 10px;
  }

  .testimonial-box ul li img {
    width: 15px;
  }

  .testimonial-heading {
    margin-bottom: 5px;
    text-align: center;
  }

  .div-title1 {
    margin-bottom: 0px;
  }

  .testimonial-slider .swiper-button-next {
    width: 50px;
    height: 50px;
    padding: 12px;
  }

  .testimonial-left p {
    padding: 0;
  }

  .count-area {
    padding: 25px 0;
  }

  .pb-200 {
    padding-bottom: 150px;
  }

  h1.main-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 150px;
    left: 19%;
    flex-direction: column;
    text-align: center;
  }

  .counter-flex {

    justify-content: center;
  }

  .count-title {
    text-align: center;
  }

  .testimonial-box {
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 400px;
  }

  .container {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .simple-inner::after {

    left: 55%;
  }

  .navbar-brand img, .navbar-brand .svg {
    width: 48%;

  }

  .door-img {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 15px;
  }

  .custom-img {
    position: relative;
    left: 0px;
    top: 0;
    margin-bottom: 15px;

  }

  .banner-slide img {
    height: 70vh;
  }

  .banner {
    height: 70vh;
  }

  .whyinner {
    padding: 30px;
    width: 92%;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }
}

@media (max-width: 480px) {
  .simple-inner::after {

    left: 56%;
  }

  :root {
    --font-size-16: 14px;
    --font-size-18: 14px;
    --font-size-19: 17px;
    --font-size-20: 14px;
    --font-size-21: 18px;
    --font-size-22: 16px;
    --font-size-24: 14px;
    --font-size-25: 20px;
    --font-size-27: 18px;
    --font-size-26: 22px;
    --font-size-28: 28px;
    --font-size-30: 26px;
    --font-size-33: 30px;
    --font-size-40: 30px;
    --font-size-42: 23px;
    --font-size-49: 35px;
    --font-size-50: 40px;
    --font-size-56: 40px;
    --font-size-60: 45px;
    --font-size-84: 28px;
  }

  .touch, .free {
    margin-top: 30px;
  }

  .door {
    margin-bottom: 30px;
  }

  .mb-5 {
    margin-bottom: 1rem !important;
  }

  .fill {
    font-size: 38px;
    -webkit-text-stroke: 1px #ff6262;
  }

  a.connect {
    margin-top: 0;
    left: -16px;
  }

  .count-digit, .count-name {
    font-size: 80px;
  }

  .count-title {
    margin-top: 10px;
    font-size: 25px;
  }

  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 5px;
  }

  .whyinner p {
    font-size: 15px;
  }

  .shoes {
    margin: 10px 0;
  }

  .whyinner img {
    width: 50px;
    margin-bottom: 8px;
  }

  .whyinner h3 {
    margin-top: 0;
  }

  .main-header.g_shrink .main-nav {
    padding: 15px 0;
  }

  .quick-links {
    padding: 10px 0;
  }

  ul.footer-menu {
    display: none;
  }

  .banner-content {
    width: 100%;
    left: -8%;
    top: 20%;
  }

  h1.main-title {
    padding-right: 10px;
  }

  .graph p {
    text-align: center;
    font-size: 15px;
    line-height: normal;
    margin-top: 5px;
  }

  .door img, .custom img, .touch img, .free img {
    width: 60px;
    height: 60px;
  }

  .door-img::before, .custom-img::before, .touch-img::before, .free-img::before {
    width: 60px;
    height: 60px;
  }


  .custom-img {
    position: relative;
    left: -5px;
    top: 0;
  }

  .free-img {
    position: relative;
    left: -10px;
    top: 0;
  }

  .touch-img {
    position: relative;
    left: 15px;
    top: 0;
  }

  .footer-box p {
    font-size: 15px;
  }

  input.form-control, textarea.form-control {
    padding: 10px;
  }

  .contact-us button {
    width: 40%;
    margin-top: 0;
    font-size: 16px;
  }
}

@media (max-width: 375px) {}

@media (max-width: 320px) {}