/*-----------------------------------------------------------
* Template Name    : Frindi | Responsive Bootstrap 5 Personal Template
* Author           : Mohamed Frindi
* Version          : 1.0.0
* Created          : 2022
* File Description : Main Css file of the template
*------------------------------------------------------------*/
@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");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Rubik", sans-serif;
  color: #212529;
  background: white;
  overflow-x: hidden;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  color: #364f6b;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  display: block;
}

p {
  color: #949494;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  line-height: 2;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #e91e63;
}

a:hover {
  text-decoration: none;
  color: #364f6b;
}

::-moz-selection {
  background: #e91e63;
  color: #F9F9FF;
}

::selection {
  background: #e91e63;
  color: #F9F9FF;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  text-transform: capitalize;
  border: 1px solid #e91e63;
  color: #e91e63;
  padding: 0 20px;
  font-family: "Poppins", sans-serif;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 30px #efeeee;
  -webkit-box-shadow: 0px 0px 30px #efeeee;
  -moz-box-shadow: 0px 0px 30px #efeeee;
  -o-box-shadow: 0px 0px 30px #efeeee;
  -ms-box-shadow: 0px 0px 30px #efeeee;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.btn i, .btn svg {
  width: 30px;
  height: 30px;
  padding-left: 7px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.btn:hover {
  color: #F9F9FF;
  padding: 0 25px;
}

.btn:hover::before {
  left: 0;
  right: 0;
}

.btn:hover i {
  padding-left: 13px;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 51%;
  right: 50%;
  color: #F9F9FF;
  background: #e91e63;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: -1;
  display: block;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-thumb {
  background: #dddd;
  box-shadow: 0px 0px 20px #efeeee;
  -webkit-box-shadow: 0px 0px 20px #efeeee;
  -moz-box-shadow: 0px 0px 20px #efeeee;
  -o-box-shadow: 0px 0px 20px #efeeee;
  -ms-box-shadow: 0px 0px 20px #efeeee;
  border-radius: 20px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

body::-webkit-scrollbar-thumb:hover {
  background: #bdbdbd;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.preloader .preloader-spinner {
  width: 52px;
  height: 52px;
  display: block;
  background-color: #e91e63;
  border-radius: 100%;
  animation: preloader 1s infinite ease-in-out;
  -webkit-animation: preloader 1s infinite ease-in-out;
  -moz-animation: preloader 1s infinite ease-in-out;
  -ms-animation: preloader 1s infinite ease-in-out;
  -o-animation: preloader 1s infinite ease-in-out;
}

@-webkit-keyframes preloader {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
  }
  100% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    opacity: 0;
  }
}

@keyframes preloader {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
  }
  100% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    opacity: 0;
  }
}

.top-title {
  padding: 70px 0;
  border-bottom: 2px solid #f9f9f9;
  text-align: center;
}

.top-title .title {
  color: #e91e63;
  font-size: 70px;
  display: inline-block;
  font-weight: 410;
  letter-spacing: 4px;
  position: relative;
}

.top-title .title::after {
  content: "";
  position: absolute;
  top: 2px;
  left: -25px;
  width: 70px;
  height: 70px;
  background-color: #ff52521a;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}

.top-title .desc {
  font-size: 15px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  margin-bottom: 45px;
}

.top-title .btn-shop {
  background: #e91e63;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.top-title .btn-shop:hover {
  background: transparent;
  border: 1px solid #e91e63;
  color: #e91e63;
}

.demo .demo-content {
  padding: 7% 0;
}

.demo .demo-content .items {
  padding: 0 5%;
}

.demo .demo-content .items .item {
  margin-bottom: 70px;
  padding: 0 30px;
}

.demo .demo-content .items .item .item-content {
  background: white;
  box-shadow: 0px 0px 30px #efeeee;
  -webkit-box-shadow: 0px 0px 30px #efeeee;
  -moz-box-shadow: 0px 0px 30px #efeeee;
  -o-box-shadow: 0px 0px 30px #efeeee;
  -ms-box-shadow: 0px 0px 30px #efeeee;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  padding: 0px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  position: relative;
}

.demo .demo-content .items .item .item-content:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  border-color: #e91e63;
}

.demo .demo-content .items .item .item-content:hover .info {
  background: #e91e63;
}

.demo .demo-content .items .item .item-content:hover .info .title {
  animation: title 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation: title 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-animation: title 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-animation: title 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-animation: title 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #F9F9FF;
}

@-webkit-keyframes title {
  0% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes title {
  0% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    opacity: 1;
  }
}

.demo .demo-content .items .item .item-content .img {
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.demo .demo-content .items .item .item-content .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.demo .demo-content .items .item .item-content .info {
  padding: 20px 0px;
  text-align: center;
}

.demo .demo-content .items .item .item-content .info .title {
  display: block;
  width: 100%;
  color: #364f6b;
  text-transform: capitalize;
  font-size: 20px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.demo .demo-content .items .item .item-content .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  padding: 15px;
  border-bottom-left-radius: 10px;
}

.demo .demo-content .items .item .item-content .icon i, .demo .demo-content .items .item .item-content .icon svg {
  width: 100%;
  height: 100%;
}

.awesome {
  background: #F9F9FF;
  padding: 4% 0;
  text-align: center;
}

.awesome .title {
  text-transform: capitalize;
  margin-bottom: 7%;
  position: relative;
  letter-spacing: 2px;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.awesome .title::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -18px;
  width: 40px;
  height: 40px;
  background-color: #ff52521a;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.awesome .awesome-content {
  padding: 0 5%;
}

.awesome .awesome-content .item {
  margin-bottom: 50px;
  padding: 0 25px;
}

.awesome .awesome-content .item .item-content {
  background: white;
  box-shadow: 0px 0px 30px #efeeee;
  -webkit-box-shadow: 0px 0px 30px #efeeee;
  -moz-box-shadow: 0px 0px 30px #efeeee;
  -o-box-shadow: 0px 0px 30px #efeeee;
  -ms-box-shadow: 0px 0px 30px #efeeee;
  text-align: center;
  padding: 40px 20px;
  border-radius: 10px;
}

.awesome .awesome-content .item .item-content .icon {
  margin-bottom: 25px;
}

.awesome .awesome-content .item .item-content .info .desc {
  font-size: 16px;
  text-transform: capitalize;
}

/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
  .demo .demo-content {
    padding: 15% 0;
  }
  .demo .demo-content .items {
    padding: 0 0%;
  }
  .demo .demo-content .items .item .item-content .img {
    height: 200px;
  }
  .awesome {
    padding: 10% 0;
  }
  .awesome .title {
    margin-bottom: 15%;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .demo .demo-content {
    padding: 15% 0;
  }
  .demo .demo-content .items {
    padding: 0 0%;
  }
  .awesome {
    padding: 10% 0;
  }
  .awesome .title {
    margin-bottom: 15%;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .demo .demo-content {
    padding: 15% 0;
  }
  .demo .demo-content .items {
    padding: 0 0%;
  }
  .demo .demo-content .items .item {
    padding: 0 20px;
  }
  .demo .demo-content .items .item .item-content .img {
    height: 200px;
  }
}
/*# sourceMappingURL=style.css.map */