@import url('https://fonts.googleapis.com/css2?family=Edu+VIC+WA+NT+Beginner:wght@500;600&family=Poppins:wght@300;400;500;600&display=swap');

/* font-family: 'Edu VIC WA NT Beginner', cursive;
font-family: 'Poppins', sans-serif; */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
h6{
  margin-bottom: 0;
}
body {
  font-family: 'Poppins', sans-serif;
}

html {
  scroll-behavior: smooth;
}

.flex {
  display: flex;
}

.flex-2 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}

.navbar-brand img {
  width: 90px;
}

.navbar {
  background-color: #ffffff;
}

.navbar-nav {
  list-style: none;
  display: table;
  width: 600px;
}

.nav-item {
  display: table-cell;
  position: relative;
}

.nav-link {
  color: #2c292c;
  font-size: 16px;
  font-weight: 500;
  transition: all 2s;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
}

.nav-link:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  color: #c33442;
  background: #c33442;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.nav-link:hover:after {
  width: 100%;
  left: 0;
  color: #c33442;
}

/* banner part */
.text-cen {
  position: relative;
}

.banner video {
  width: 100%;
  height: 100%;
}

.banner img {
  position: absolute;
  top: 22%;
  left: 3%;
  width: 30%;
}

.banner h2 {
  position: absolute;
  color: #c33442;
  font-weight: 600;
  font-size: 60px;
  top: 42%;
  left: 3%;
}

.banner h3 {
  position: absolute;
  font-weight: 600;
  font-size: 70px;
  color: #252525;
  top: 25%;
  left: 3%;
}

.button {
  top: 60%;
  left: 3%;
  position: absolute;
  border-radius: 3px;
  width: 17%;
  height: 50px;
  display: block;
  background: linear-gradient(to right, #c33442 50%, #ebe9e6 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}

.text {
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
  color: #c33442;
  transition: all .6s ease-out;
  display: block;
}

.button:hover {
  background-position: left bottom;
}

.text:hover {
  color: #ebe9e6;
}


/* -------- part-B  --------  */

.part-b {
  margin-block: 100px;
}

.img-size {
  width: 50%;
  height: 350px;
  position: relative;
}

.img-size img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn {
  position: absolute;
  font-size: 18px;
  font-weight: 500;
  top: 40%;
  left: 35%;
  color: #ebe9e6;
  background-color: #2c292c;
  border: solid 5px #ebe9e6;
  transition: all .5s;

}

.btn:hover {
  color: #ebe9e6;
  transform: scale(1.02);
  transition: all .5s;
}

.img-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  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%;
}

/* ------- sticky-icon ------ */

.sticky-icon {
  z-index: 1;
  position: fixed;
  top: 15%;
  right: 0%;
  width: 220px;
  display: flex;
  flex-direction: column;
}

.sticky-icon a {
  transform: translate(160px, 0px);
  border-radius: 50px 0px 0px 50px;
  text-align: left;
  margin: 2px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  font-size: 22px;
  font-family: 'Oswald', sans-serif;
  transition: all 0.8s;
}

.sticky-icon a:hover {
  color: #2C80D3;
  transform: translate(0px, 0px);
}

.sticky-icon a:hover i {
  transform: rotate(360deg);
}

.search_icon a:hover i {
  transform: rotate(360deg);
}

.Facebook {
  color: #2C80D3;
}

.Youtube {

  color: #FFF;
}

.Twitter {
  color: #FFF;
}

.Instagram {
  color: #FFF;
}

.sticky-icon a i {
  background-color: #FFF;
  height: 40px;
  width: 40px;
  color: #000;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.5s;
}

.sticky-icon a i.fa-facebook-f {
  color: #2C80D3;
}

.sticky-icon a i.fa-instagram {
  background-color: #FFF;
  color: #FD1D1D;
}

.sticky-icon a i.fa-youtube {
  background-color: #FFF;
  color: #fa0910;
}

.sticky-icon a i.fa-twitter {
  background-color: #FFF;
  color: #53c5ff;
}

.fas fa-shopping-cart {
  background-color: #FFF;
}

#myBtn {
  height: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align: center;
  padding: 10px;
  text-align: center;
  line-height: 40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}

.fa-arrow-circle-up {
  font-size: 30px;
}

#myBtn:hover {
  background-color: #555;
}

/* ------- Inspire -------- */
.inspire {
  margin-bottom: 100px;
}

.inspire h2 {
  color: #c33442;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 20px;
}

.center {
  text-align: center;
}

/* ------- Part Even -------- */

.counter-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.counter {
  font-size: 40px;
  font-weight: 500;
  margin-top: 10px;
  color: #c33442;
}
.counter-container h5 {
  font-size: 18px;
  font-weight: 500;
  color: #2c292c;
}
.counter-container h4 {
  font-size: 15px;
  font-weight: 500;
  color: #8b8b8b;
}
.box {
  background-color: #ebe9e6;
  border-radius: 3px;
  padding: 50px;
  height: 430px;
}
.even h2 {
  color: #2c292c;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
}
.even-span {
  color: #c33442;
  margin-top: 20px;
  margin-right: 10px;
  font-size: 35px;
  font-weight: 600;

}
.even-h4 {
  color: #2c292c;
  font-size: 35px;
  font-weight: 600;
  white-space: nowrap;
}
.even p {
  color: #2c292c;
  font-size: 15px;
  font-weight: 300;
  text-align: justify;
}
.box1 {
  background-color: #ebe9e6;
  border-radius: 3px;
  padding: 40px;
  height: 430px;
}
.box-img {
  width: 47%;
  height: 340px;
}
.box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box1 h2 {
  color: #c33442;
  font-size: 60px;
  font-weight: 600;
}
.box1 h3 {
  color: #2c292c;
  margin-top: 15px;
  font-size: 35px;
  font-weight: 600;
}
.button1 {
  margin-top: 50px;
  border-radius: 3px;
  width: 140px;
  height: 40px;
  display: block;
  background: linear-gradient(to right, #d3d3d3 50%, #c33442 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  cursor: pointer;
}
.button1:hover {
  background-position: left bottom;
}

.text1 {
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
  color: #ebe9e6;
  transition: all .6s ease-out;
  display: block;
  white-space: nowrap;
}

.text1:hover {
  color: #c33442;
}

.inspire1 {
  margin-block: 100px;
}

.inspire1 h2 {
  color: #c33442;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 20px;
}

.inspire1 img {
  width: 25%;
}

.inspire img {
  width: 25%;
}

.some img {
  width: 25%;
}

.reviews img {
  width: 25%;
}

.back {
  background-color: #ebe9e6;
  text-align: center;
  padding: 10px;
}

.img-xl {
  padding: 20px;
  width: 230px;
  height: 270px;
}


.contain1 {
  width: 70%;
  column-count: 3;
  margin: 0 auto;
}

.grid-item img {
  width: 100%;
  height: auto;
  margin: 1em;
}

.img-block1 {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}


.img-block1 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-block1:hover span {
  left: 120%;
}

.button2 {
  margin-top: 50px;
  border-radius: 3px;
  width: 140px;
  height: 40px;
  display: block;
  position: relative;
  background: linear-gradient(to right, #ebe9e6 50%, #c33442 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}

.button2:hover {
  background-position: left bottom;
  color: #c33442;
}

.text2 {
  text-align: center;
  font-size: 18px;
  padding: 6px 15px;
  font-weight: 500;
  color: #ebe9e6;
  transition: all .6s ease-out;
  display: block;
  white-space: nowrap;
}

.text3 {
  text-align: center;
  font-size: 18px;
  padding: 6px 15px;
  font-weight: 500;
  color: #ebe9e6;
  transition: all .6s ease-out;
  display: block;
  white-space: nowrap;
}

.text3:hover {
  color: #c33442;
}

.button3 {
  margin-top: 50px;
  border-radius: 3px;
  width: 140px;
  height: 40px;
  display: block;
  position: relative;
  background: linear-gradient(to right, #ebe9e6 50%, #c33442 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}

.button3:hover {
  background-position: left bottom;
}

.gap-top {
  margin-top: 50px;
}

.line::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #2c292c;
  position: absolute;
  z-index: -1;
}

.text2:hover {
  color: #c33442;
}

.img-block1 {
  position: relative;
}

.back2 {
  width: 250px;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.back2 img {
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: #ebe9e6;
}

.hi {
  text-align: center;
  padding-top: 30%;
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: -300px;
  background-color: #c33442a8;
  border-radius: 3px;
  transition: all .2s;
}

.hi h2 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
}

.hi h4 {
  color: #ebe9e6;
  font-size: 20px;
  font-weight: 400;
  padding-top: 25px;
}

.back2:hover .hi {
  bottom: 0;
}

.align {
  margin-left: 0%;
}

.some {
  margin-block: 100px;
}

.some h2 {
  color: #c33442;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 20px;
}

.reviews {
  margin-block: 100px;
}

.reviews h2 {
  color: #c33442;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 20px;
}

.review-video {
  width: 100%;
  height: 310px;
}

.review video {
  width: 100%;
  height: 100%;
}

.big-box {
  background-color: #ebe9e6;
  border-radius: 3px;
  padding: 25px;
  height: 310px;
}

.big-box span {
  color: #c33442;
  margin-right: 10px;
  font-size: 30px;
  font-weight: 600;
}

.big-box h2 {
  color: #2c292c;
  font-size: 30px;
  font-weight: 600;
}

.white p {
  color: #2c292c;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}

.white {
  background-color: #ffffff;
  padding: 15px;
  margin-top: 20px;
}

.white h4 {
  color: #c33442;
  font-size: 18px;
  font-weight: 400;
  margin-left: 60%;
}

.white h3 {
  color: #2c292c;
  font-size: 20px;
  font-weight: 500;
  margin-left: 60%;
}

.flex2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex2 i {
  margin-right: 25%;
}

.footer {
  width: 100%;
  height: auto;
  background-color: #d3d3d3;
  padding-block: 50px;
  margin-top: 100px;
  flex-direction: column;
}

.footer h2 {
  color: #c33442;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
}


.foot ul {
  display: inline;
}

.foot li {
  list-style: none;
}

.foot li a {
  text-align: left;
  padding: 3px 0;
  font-size: 16px;
  font-weight: 400;
  color: #2c292c;
  text-decoration: none;
  cursor: pointer;
  transition: all 1s;
}

.foot li a:hover {
  color: #c33442;
  transform: translate(5px);
}

.foot li i {
  cursor: pointer;
  transition: all 1s;
}

.foot li i:hover {
  color: #c33442;
  transform: translate(3px);
}

.navbar-toggler-icon {
  color: #c33442;
}

.map {
  margin-top: 30px;
}

.dark {
  background-color: #6b6b6b;
}

.copy {
  color: #e3e3e3;
  font-size: 15px;
  font-weight: 300;
  line-height: 50px;
  text-decoration: none;
}

.copy-cen {
  text-align: center;
}

.top-link {
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 50px;
  transition: all .5s;
}

.top-link:hover {
  color: #252525;
  text-decoration: underline;
  transition: all .5s;
}

.social {
  text-align: center;
}

.social a {
  display: inline-block;
}

.social i {
  font-size: 20px;
  color: #d3d3d3;
  margin-inline: 5px;
  line-height: 50px;
}

.social-all {
  transition: all .5s;
}

.social-all i:hover:first-child {
  color: #1e88e5;
  transition: all .5s;
}

.social-all:hover:nth-child(2) i {
  color: #ffffff;
  transition: all .5s;
}

.social-all:hover:nth-child(3) i {
  color: #FD1D1D;
  transition: all .5s;
}

.social-all:hover:last-child {
  color: #2C80D3;
  transition: all .5s;
}


.top h6 {
  text-align: center;
}




.circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: 50px;
  background-color: #ebe9e6;
  text-align: center;
  line-height: 32px;
  margin-left: 39px;
  animation: .8s infinite heartbeat;
}

.circle i {
  color: #c33442;
  font-size: 18px;
}

@keyframes heartbeat {
  0% {
    transform: scale(0.90);
  }

  50% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(0.90);
  }
}