:root {
  --nav-color: whitesmoke;
  --main-color: #ff545a;
}

/* start common parts */
body > div:not(.stats, .landing) {
  background-color: whitesmoke !important;
}

body {
  background-image: url("../img/counter/counter-banner.jpg");
  background-size: cover;
  background-attachment: fixed;
}
/* end common parts */

/* start navbar */
.navbar {
  background-color: var(--nav-color) !important;
}
.navbar .nav-link {
  transition: all 0.5s !important;
}
.navbar ul a:hover {
  color: var(--main-color);
}

.navbar-collapse {
  flex-grow: 0 !important;
}
/* end navbar */

/* start navbar */
.landing {
  height: calc(103vh);
}
.landing::before {
  content: "";
  height: 106%;
  width: 100%;
  position: absolute;
  z-index: -1;
  background-image: url("../img/welcome-hero/banner.jpg");
  background-size: cover;
  filter: contrast(0.5);
}

.landing .container {
  font-weight: bolder;
  position: relative;
}
.landing .container h1 {
  font-size: 3rem !important;
}

.landing .btn {
  padding: 10px;
  width: 150px;
  transition: all;
  background-color: var(--main-color);
  transition-duration: 0.5s;
}

.btn:hover {
  background-color: #f43032;
}
/* end navbar */

/* start contact */
.catogroy .row div {
  height: 200px !important;
  position: relative;
  top: -103px;
  background-color: whitesmoke;
  transition-duration: 0.5s;
  transform: scale(1) !important;
}

.catogroy .row div:hover {
  transform: scale(1.1) !important;
  background-color: var(--main-color);
  color: rgb(200, 110, 110);
}
.catogroy i {
  font-size: 50px;
}
.catogroy .row {
  background-color: transparent !important;
}
.catogroy .row > div {
  background-color: white !important;
}
/* end catogroy */

/* start how it work */
.how-it-work,
.explore {
  color: rgb(89, 89, 89);
}
.cards > div {
  transition: all 0.5s !important;
}
.how-it-work .cards > div:hover {
  fill: var(--main-color) !important;
  background-color: #ff545a;
}

.how-it-work i {
  font-size: 30px;
  height: 70px;
  width: 70px;
  vertical-align: middle;
  border-radius: 50% !important;
  background-color: rgba(190, 187, 187, 0.322);
  fill: gray !important;
}
.how-it-work .cards > div:hover i {
  /* fill: aquamarine; */
  background-color: white !important;
  fill: var(--main-color) !important;
}
/* end .how-it-work */

/* start expolre */
.explore {
  border: 1px solid transparent;
}

.explore .img-fluid {
  background-size: cover;
  width: 100%;
}

.explore .footer i {
  width: 20px;
  height: 20px;
  fill: gray !important;
  transition-duration: 0.5s;
}
.explore .footer i:hover {
  fill: green !important;
}

.explore .row > div {
  transition-duration: 0.5s;
  transform: scale(1) !important;
  transform-origin: 50% 50%;
}
.explore .img {
  position: relative;
}
.explore .row > div:hover {
  transform: scale(1.03) !important;
}
.explore .img .options {
  opacity: 0% !important;
  transition-duration: 0.5s;
  position: absolute;
  z-index: 5000;
  background-color: transparent;
}

.options i {
  width: 25px !important;
  fill: white;
  background-color: gray !important;
  transition-duration: 0.5s;
}
.options i:hover {
  fill: rgb(5, 5, 227);
}
.explore .row > div:hover .options {
  opacity: 100% !important;
  transform: translateY(-155%) !important;
}
/* end expolre */

/* start options  */
.mySwiper {
  height: 90vh !important;
}

.swiper-slide {
  /* font-size: 10px !important; */
  text-align: center;
  font-size: 16px;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50% !important;
}

.swiper-slide p {
  font-size: medium;
}

.swiper .row {
  display: flex !important;
  flex-wrap: nowrap !important;
}
/* end options */

/* start stats */
.stats {
  position: relative;
  color: whitesmoke;
  font-weight: bolder;
}

.stats::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 0.6;
  background-color: gray;
  z-index: -1;
}
/* end stats */

/* start articles */
.articles .row > div:hover {
  color: #f43032 !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.articles .row > div img {
  width: 100%;
  object-fit: fill !important;
}

@media only screen and (min-width: 992px) {
  .articles .row .col-lg-3 {
    width: 32%;
  }
}
/* end .articles */

/* start .contact */

.contact button,
.contact input {
  border: none !important;
  border-radius: 0;
}
/* end .contact */

/* start footer */
.footer {
  background-color: whitesmoke !important;
}
.footer .copyright a {
  background-color: rgba(232, 231, 231, 0.451);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: gray;
  transition-duration: 0.7s;
}
.footer .copyright a:hover {
  background-color: #f43032;
  color: white;
}
/* end footer */
