@font-face {
  font-family: "Poppins";
  src: url("../_resources/fonts/Poppins-Medium.ttf");
}

@font-face {
  font-family: "PoppinsLight";
  src: url("../_resources/fonts/Poppins-Light.ttf");
}

@font-face {
  font-family: "Alex";
  src: url("../_resources/fonts/AlexBrush-Regular.ttf");
}

:root {
  --primary-color: #ffe2fc;
  --secondary-color: #ffb0e9;
  --header-color: #ffdddc;
  --btn-color: #ff81e3;
  --hedding-font: "Alex";
}

body {
  background-color: #ffe2fc;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

* {
  z-index: 0;
  transition: all 0.2s;
  font-family: "Poppins";
}

.main-f {
  font-family: "Alex";
  color: black;
}

/* -----------------------Homestart ----------------------*/
/* -----------------------Homeend -----------------------*/

/* ------------------------Checkout ----------------------*/

.c-model {
  background-color: #ffe2fc;
}

.btn {
  background-color: #fbbff0;
}

.btn:hover {
  background-color: #EE1ABF;
  transition: ease-in-out;
}

.c-card {
  border: solid 2px #fb02e6;
}

/* -------------Checkout end --------------------------*/

/* ----------------Contact us----------------------------*/

/*Tablet View*/

/*Desktop View*/

@media screen and (min-width: 950px) {

  /* 
      .sec6--locationDiv-C{
          width: 30%;
          height: 100%;
      } */
}

/*#endcontactus*/

h1 {
  color: #ffe2fc;
}

/* ----------------------Card Slider start----------------------- */

/* ---------------------------Card slider End ----------------------*/

/*----------------------------- footer ----------------------------*/

/*Desktop View*/

@-webkit-keyframes bi-cycle {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes bi-cycle {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
/*----------------------------- footer end----------------------------*/
