@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");
}

@font-face {
  font-family: "aaleyah";
  src: url("../_resources/fonts/aaleyah.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: 2;
}

* {
  z-index: 0;
  transition: all 0.2s;
  font-family: "Poppins";
}

#header {
  background-color: var(--header-color);
}

#top-bar {
  background-color: var(--secondary-color);
}

.logo {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-f {
  font-family: "Alex";
  color: black;
}

/* -----------------------Homestart ----------------------*/
.category {
  border-bottom: var(--btn-color) solid;
  font-family: "Alex";
}
/* -----------------------Homeend -----------------------*/

/* ------------------------Checkout ----------------------*/

.c-model {
  background-color: #ffe2fc;
}

.btn {
  background-color: #fbbff0;
}

.btn:hover {
    background-color: #EE1ABF;
    


}

.c-card {
  border: solid 2px #fb02e6;
}

/* -------------Checkout end --------------------------*/

/* ----------------Contact us----------------------------*/

.home--sec6-C {
  margin-top: 5%;
}

.sec2--title1-C {
  color: black;
  font-family: "aaleyah";
  font-size: 2em;
}

.hr {
  border: solid 3px #EE1ABF;
  border-radius: 5px;
  width: 45%;
}

.sec2--title2-C {
  font-family: "PoppinsLight";
  font-size: 1.2rem;
  font-weight: bold;
}

.sec2--txt1-C {
  color: black;
  font-family: "PoppinsLight";
  opacity: 0.7;
}

.contact--iconDiv {
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: var(--btn-color) 1px solid;
  border-radius: 50%;
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact--icon-c {
  width: 80%;
}

.icon {
  
  padding-left: 7px;
 
}

.social-icons{
  width: 120%;

}

.sec6--content-C {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}

.sec6--locationDiv-C {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 80%;
  height: 20%;
  margin-top: 2%;
  padding: 5px;
}

.sec6--location-C {
  margin-top: 5px;
  width: 100%;
  height: 15vh;
  border: 2px solid #ee1abf;
  border-radius: 0.3em;
}

.sec6--formDiv-C {
  display: flex;
  flex-direction: column;
  width: 90%;
  text-align: left;
}

.sec6--formTitle-C {
  color: black;
  font-family: "Poppins";
  font-size: 1.5em;
  margin-bottom: 1vh;
  align-self: center;
}

.formSec1-C {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 50%;
}

.formText-C {
  color: black;
  font-family: "PoppinsLight";
  opacity: 0.7;
  font-size: 0.7em;
  margin-top: 0.5vh;
}

.formText-C-L {
  color: black;
  font-family: "PoppinsLight";
  opacity: 0.7;
  font-size: 25px;
  margin-top: 0.5vh;
}

.formInput-C {
  background-color: transparent;
  border: 1px solid black;
  border-radius: 0.3em;
  color: black;
}

.formTextAr-C {
  width: 100%;
  margin-bottom: 5%;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 0.4em;
  color: black;
}

.form--btn-C {
  width: 80%;
  background-color: #fbbff0;
  color: #ee1abf;
  font-family: "Poppins";
  font-size: 1.2rem;
  font-weight: bold;
  align-self: center;
  border: 2px solid #ee1abf ;
}

.form--btn-C:hover {
  background-color: #ee1abf;
  color: #ffffff;
  font-family: "Poppins";
  font-size: 1.2rem;
  font-weight: bold;
  align-self: center;
}

/*Tablet View*/

@media screen and (min-width: 540px) and (max-width: 950px) {
  .sec6--content-C {
    flex-direction: row;
  }

  .sec6--location-C {
    height: 250px;
    max-width: 250px;
    margin-left: auto;
  }

  .form--btn-C {
    width: 50%;
    align-self: flex-start;
  }

  .hr {
    border: solid 3px #EE1ABF;
    border-radius: 5px;
    width: 25%;
  }
  
}

/*Desktop View*/

@media screen and (min-width: 950px) {
  .sec6--content-C {
    flex-direction: row;
  }

  /* 
      .sec6--locationDiv-C{
          width: 30%;
          height: 100%;
      } */

  .sec6--location-C {
    height: 200px;
    width: 100%;
  }

  .form--btn-C {
    width: 70%;
    align-self: center;
  }

  .sec6--formDiv-C {
    width: 80%;
  }
}

/*#endcontactus*/

.search-box {
  margin: auto;
  flex: 1;
  position: relative;
}

.search-box input {
  border: none;
  outline: none;
  background: #f2f2f2;
  border-radius: 30px;
  color: gray;
  font-size: 16px;
  text-align: center;
  padding-left: 5px;
  padding-right: 40px;
}

.search-box button {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  border: none;
  position: absolute;
  top: 0;
  right: 8px;
  transform: scale(0.9);
  background: var(--secondary-color);
}

h1 {
  color: #ffe2fc;
}

.hr {
  border: solid 3px #EE1ABF;
  border-radius: 5px;
  width: 15%;
}


/* ----------------------Card Slider start----------------------- */

/* .product-item {
  border: 1px solid rgb(219, 219, 219);
}
.product-img {
  position: relative;
  overflow: hidden;
  background-color: #f8c9ee;
}
.btns {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 15px;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
}

.btns button {
  border: none;
  background-color: var(--btn-color);
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.heart-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 18px;
  width: 50px;
  height: 50px;
  background-color: red;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
}

.product-type {
  font-size: 13px;
  opacity: 0.8;
}
.product-card {
  transition: all 0.3s ease-in-out;
}
.product-card:hover {
  color: white !important;
}
.product-price {
  color: white;
}
.rating {
  font-size: 13px;
}
.product-item {
  width: 190px;
} */

/* ---------------------------Card slider End ----------------------*/

/*----------------------------- footer ----------------------------*/

/* .footer_area .row {
  margin-left: -25px;
}

.single-footer-widget {
  position: relative;
  z-index: 1;
}
.single-footer-widget .copywrite-text a {
  color: #747794;
  font-size: 1rem;
}
.single-footer-widget .copywrite-text a:hover,
.single-footer-widget .copywrite-text a:focus {
  color: #3f43fd;
}
.single-footer-widget .widget-title {
  margin-bottom: 1.5rem;
}
.single-footer-widget .footer_menu li a {
  color: #747794;
  margin-bottom: 1rem;
  display: block;
  font-size: 1rem;
  text-decoration: none;
}
.single-footer-widget .footer_menu li a:hover,
.single-footer-widget .footer_menu li a:focus {
  color: #3f43fd;
}
.single-footer-widget .footer_menu li:last-child a {
  margin-bottom: 0;
}

.footer-line1 {
  float: left;
  width: 42%;
}

.line-text {
  font-size: 27px;
}

.footer-line2 {
  float: right;
  width: 42%;
}

.footer_social_area {
  position: relative;
  z-index: 1;
}
.footer_social_area a {
  border-radius: 50%;
  height: 40px;
  text-align: center;
  width: 40px;
  display: inline-block;
  background-color: #f5f5ff;
  line-height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 10px;
}
.footer_social_area a i {
  line-height: 36px;
}
.footer_social_area a:hover,
.footer_social_area a:focus {
  color: #ffffff;
}

.footer-contact {
  background: var(--secondary-color);
}

@media screen and (min-width: 430px) and (max-width: 700px) {
  .footer-line1 {
    float: left;
    width: 42%;
  }

  .line-text {
    font-size: 15px;
  }

  .footer-line2 {
    float: right;
    width: 42%;
  }
} */

/*Desktop View*/

/* @media screen and (min-width: 950px) {
  .footer-line1 {
    float: left;
    width: 46%;
  }
  .line-text {
    font-size: 25px;
  }
  .footer-line2 {
    float: right;
    width: 47%;
  }
}

@-webkit-keyframes bi-cycle {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes bi-cycle {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
ol li,
ul li {
  list-style: none;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

.payhere {
  width: 150px;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.copyrigt {
  background: var(--header-color);
} */

/*----------------------------- footer end----------------------------*/
