/* 
    info:
    fonts :
        font-family: 'Montserrat', sans-serif; 
        font-family: 'Rubik', sans-serif;
*/

body {
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
}

/* [--- nav ---] */
.before-nav {
  background-color: #ff51dd;
  padding: 10px 300px;
  text-align: right;
}

.before-nav i {
  color: #fff;
  margin-right: 5px;
}
nav {
  padding-left: 170px !important;
  padding-right: 170px !important;
  background-color: #fff;
  color: #334141 !important;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
nav ul li:active {
  color: #ff51dd !important;
}
nav img {
  width: 127px;
  height: 65px;
}

.shopping-bag img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

nav .row {
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}

/* [---- home - site ----] */
.index-header {
  height: 100vh;
}

.index-header .after-nav img {
  object-fit: cover;
}

.index-header .after-nav {
  padding: 0;
  color: #fff;
}

.lay-one-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.left-content .img-bg{
  height: fit-content;
}
.left-content .fresh-img{
  margin-top: 20%;
  
}
.right-content{
  margin-top: 26%;
  width: 70%;
 
}

.slider-right{
  position: absolute;
  top: 30%;
  left: 10%;
  z-index: 11;
  width: 40%;
  margin: 0;
}

.right-content h2 {
  font-size: 65px;
  font-weight: bold;
}
.right-content p {
  font-size: 12px;
}
/* [---- ----- ----] */

/* ---- --- ------ */
 .after-nav {
  height: 300px;
  
  color: #fff;
  padding: 7% 200px;
}
.breadcrumb {
  background-color: transparent;
  font-weight: bold;
  font-size: 20px;
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "|";
}

.breadcrumb-item.active {
  color: #ff51dd;
}
header {
  position: relative;
  overflow: hidden;
}
.rose {
  position: absolute;
  top: 20%;
  
}
.rose-left {
  rotate: 103deg;
  left: -13%;
}
.rose-right {
  rotate: -103deg;
  right: -13%;
}
/* [--- --- ---] */

/* [---- about sec ---] */
.about .row{
  align-items: center;
}
.about h2{
  font-size: 50px;
  color: #FF51DD;
}

.about span{
  border-bottom: 2px solid #C1C1C1;
}
.about p{
  margin: 0;
  font-size: 13px;
  color: #222222;
  font-weight: 800;
}
/* [---- --- ---] */

/* [----upc section ---] */

.upc{
  height: 90vh;
  background: linear-gradient(#222222c7,#222222), url(../images/upc.png) center no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
.upc a:hover{
  text-decoration: none;
}
.upc p{
  margin: 20px 0;
  text-align: center;
  font-size: 35px;
  color: #fff;
}
/* [---- ---- ---] */
.home-pro{
  position: relative;
}
.home-pro a{
  position: absolute;
  right: 10%;
  top: 10%;
  background-color: #B4B4B4;
  border-radius: 50px;
  padding: 5px 30px;
  text-decoration: underline;
}
/* [---- ------- ---] */

.testi{
  position: relative;
  color: #fff;
  background: linear-gradient(248deg,#338046ec,#20502beb),url(../images/testi.png);
}
.testi h3{
  font-weight: bold;
}
.rec .line{
  position: relative;
  height: 1px;
  width: 200px;
  margin: auto;
  background-color: #C1C1C1;
}

.rec .fa-circle{
  position: absolute;
  left: 47%;
  font-size: 4px;
  color: #FED700;
}
.rec p{
  width: 40%;
  margin: 30px auto;
}
.testi .row .col-md-6 p{
  text-align: left;
  font-size: 12px;
}
.testi .name{
  display: block;
  font-size: 18px;
}
.testi .name span{
  font-weight: bold;
}
.stars{
  margin-bottom: 20px;
  color: #FFB300;
  font-size: 20px;
}
.testi .row .col-md-6{
  text-align: left;
}
/* --------------- */

.ourpro:hover{
  text-decoration: none;
}
.productdet-header .after-nav{
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
    url(../images/blog.png) center no-repeat;
  background-size: cover;
}
.img-col{
  width: 80px;
  height: 120px;
  margin-bottom: 10px;
}

.pro-del .row{
  align-items: center;
}
.prodel-fresh{
  font-size: 40px;
  font-weight: bold;
}
.card p{
  font-size: 15px !important;
  font-weight: bold;
  color: #756E6E !important;
  width: 100% !important;
}
.card .price{
  font-size: 30px !important;
}

.add {
  background-color: #fff !important;
  color: #000 !important;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.add i{
  background-color: #E5E5E5;
  padding: 10px;
  border-radius: 50%;
  font-size: 10px;
}

.desc{
  background-color: #F3F3F3;
}
.desc p{
  padding-left:50px ;
  font-weight: bold;
 
}
.desc h3,
.similar h3{
  font-weight: bold;
}
.desc span{
  font-weight: bold;
  display: block;
  padding-left: 50px;
}

.desc i{
  padding: 5px;
  font-size: 12px;
  background-color: #FF51DD;
  color: #fff;
  border-radius: 50%;
}
.similar .card img{
  width: 150px;
  height: 200px;
}
.similar .card {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.similar .card .card-text{
  border-top: 1px solid #3e464c;
}
.card-text .price{
  font-weight: bold;
}
del{
  color: #faa535;
  font-weight: bold;
}


/* ----------- */
/* [---- products site ---] */
.product-header .after-nav {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
    url(../images/blog.png) center no-repeat;
  background-size: cover;
}
.product-section .heading span {
  color: black;
  font-size: 40px;
}
.product-section .heading {
  border-bottom: 1.5px solid rgba(148, 147, 147, 0.708);
  width: fit-content;
  margin: auto;
}
.product-section .our {
  font-weight: 300;
}
.product-section .pro {
  font-weight: bold;
}
.product-section {
  padding: 30px 100px;
  width: 100%;
  background: url(../images/dotted.png) no-repeat center;
  background-size: cover;
}
.img-bg {
  position: relative;
  text-align: center;
}
.fresh-img {
  width: 300px;
  height: 450px;
}
.flower1,
.flower2 {
  width: 250px;
  height: 150px;
  bottom: 0;
  position: absolute;
}
.flower1 {
  right: 20%;
  z-index: 2;
}
.flower2 {
  left: 20%;
}
.pro-fresh {
  font-size: 40px;
  font-weight: 500;
  border-bottom: 2px solid rgb(153, 151, 151);
}
.fresh-div p {
  color: #222222;
  font-size: 15px;
  margin: 20px 0;
  width: 70%;
}

 .bold {
  font-weight: bold;
  display: block;
  margin: 20px 0;
}

.fresh-div .btn {
  background-color: #ff51dd;
  padding: 10px 30px;
  border-radius: 50px;
  color: #fff;
}
.vitamin-sec .base .btn {
  padding: 10px 20px;;
}
.fresh-div .base {
  align-items: baseline;
}
.fresh-div .center-row {
  align-items: center;
}
.fresh-div .col-md-3 {
  background-color: red;
}
.fresh-div .price {
  font-size: 40px;
}

.fresh-div .del {
  font-size: 30px;
  color: #faa535;
  text-decoration: line-through;
}

.vitamin-sec {
  background: url(../images/dotted-right.png) no-repeat center;
  background-size: cover;
  padding-left: 200px;
}
/* [---- --------- ---] */

/*   [---- valid site ---]  */
.valid-header .after-nav {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(../images/ok.png) center no-repeat;
  background-size: cover;
}
.valid-section {
  font-family: "Montserrat", sans-serif;
}

.valid-section input,
.valid-section button {
  border-radius: 50px;
  margin: 0;
  padding: 15px 50px;
}
.valid-section input:focus {
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
  outline-color: #3e464c50;
}
.valid-section form {
  width: 70%;
  margin: auto;
}
.valid-section .row {
  justify-content: space-around;
}
/*   [---- --------- ---]  */

/* [---- blog site ---] */
.read-more{
  color: #36B37E;
}
.blog-section .card{
  margin-bottom: 20px;
}
.blog-section .card-text{
  font-weight: 400;
  font-size: 13px !important;
  color: #5A7184 !important;
}
.blog-header {
  font-family: "Montserrat", sans-serif;
}
.blog-header .after-nav {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
    url(../images/blog.png) center no-repeat;
  background-size: cover;
}

.blog-section {
  padding: 20px 0 60px 0;
}

.blog-section h1,
.blog-section h5,
.blog-section h3 {
  color: #474747;
}
.blog-card {
  margin-bottom: 20px;
  text-align: center;
}
.blog-card img {
  width: 90%;
  height: 80%;
}
.blog-section .blog-details p,
.blog-section .blog-details time {
  color: #ff4d69;
}
.blog-section .blog-details i,
.blog-section .blog-title {
  color: #707070;
}
.blog-details {
  width: fit-content;
  display: flex;
  justify-content: space-between;
}
.blog-detail p {
  display: inline-block;
}
.blog-section aside {
  padding: 40px;
  border: 1px solid #b2b2b2d0;
  border-radius: 2px;
  margin-bottom: 30px;
  height: 550px;
}
.blog-section aside img {
  width: 90px;
  height: 90px;
}
.title-aside button {
  background-color: #f1f1f1;
  color: #3c3c3ca9;
  width: 100%;
  border-radius: 9px;
  text-align: center;
  margin-bottom: 20px;
}
.title-aside ul {
  list-style: none;
  padding: 0;
}

.title-aside h5 {
  color: #414141;
}

.title-aside a {
  color: #404040;
  text-decoration: underline;
}

.title-aside li {
  margin-bottom: 20px;
}
.title-aside i {
  font-size: 12px;
  margin-right: 3%;
}

.title-aside .active {
  color: #ff4d69;
}

.recent-aside {
  height: fit-content;
}
.posts {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recent-aside span {
  font-size: 15px;
  margin-left: 20px;
  color: #6d6c6c;
}
/* [---- --- ---] */

/* [---- contact site ---] */
.contact-header .after-nav {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6)),
    url(../images/contact.png) center no-repeat;
  background-size: cover;
}
.contact-section {
  padding: 30px 0;
}

form {
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.contact-section h4 {
  color: #756e6e;
  font-size: 18px;
}
input,
textarea,
select {
  border: 1px solid #cccccc;
  padding: 10px 20px;
  border-radius: 10px;
  width: 100%;
  margin: 10px 0;
}

input[type="email"],
.input-50 {
  width: 48%;
  margin-right: 1.5%;
}
input:focus,
textarea:focus,
select:focus {
  outline: 2px solid #e1a9d6f7;
}
/* [---- ---------- ---] */

/* [---- conf. site ---] */
.checked-js {
  opacity: 0.5;
}
.conf .after-nav {
  background: linear-gradient(to top, #161411ea, #120f0db9),
    url(../images/basket.png) center no-repeat;
    height: 250px;
}

.verifed {
  padding: 50px;
  font-family: "Montserrat", sans-serif;
}

.verifed .checked {
  border-bottom: 4px solid #707070c9;
  padding-bottom: 4%;
  cursor: pointer;
}
.verifed .checked img {
  width: 40px;
  height: 40px;
}
.verifed .checked h4 {
  display: inline-block;
  margin: 0;
  /* margin-left: 10px; */
  font-size: 20px;
}

.ckeck-circle {
  text-align: center;
  margin: 30px 0;
}

.ckeck-circle .circle i {
  margin: 30px 0;
  padding: 50px;
  font-size: 60px;
  color: #2fa124;
  background-color: #e0e0e0;
  border: 4px solid #b2b2b2;
  border-radius: 50%;
}

.bg-mainColor {
  color: #fff;
  background: linear-gradient(to bottom, #ff51dd, #a51589);
  padding: 10px 30px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  margin-top: 15px;
  transition: 0.7s;
}
.bg-mainColor:hover {
  background: white !important;
  border: 2px solid #a51589;
}

.cart h2{
  font-weight: 900;
}
table {
  text-align: center;
  width: 100%;
}
.img-div-td{
  margin: auto;
  position: relative;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  /* padding: 50px; */
  background-color: #F1F1F1;
  box-shadow: 2px 2px 5px #00000041;
}
.img-div-td img{
    position: absolute;
    width: 66px;
    height: 83px;
    top: 10%;
    left: 15%;
}
table{
  border: 1px solid #e0e0e077;
}
tbody tr{
  border-top: 1px solid #e0e0e077;
  
}
tbody td{
  padding: 20px 0;
  font-weight: bold;
}
table i{
  cursor: pointer;
}
.fa-trash{
  color: #B2B2B2;
  transition: .5s;
}
thead{
  background-color: #ff51dc73;
}
thead td{
  font-weight: bold;

  padding: 15px;
}
.total{
  background-color: #e0e0e077;
}

.price i{
  font-size: 12px;
}
.price #num{
  padding: 5px 12px;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  margin: 0 10px;
}

.cart .row h3{
  color: #222222;
  font-weight: bold;
}
label{
  color: #B2B2B2;
}

input::placeholder{
  color: #b2b2b2;
}
.cart .row .col-md-6:first-child{
    border: 1px solid #e0e0e0;
}
.submit{
  width: fit-content;
  padding: 9px 30px;
  background-color: #FF51DD;
  color: #fff;
}
.payment{
  background-color: #F8F8F8;
}
.payment p{
  font-weight: bold;
}
.payment li{
  list-style: none;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
}
.text-right{
  margin-left: 60%;
}
.fa-trash:hover{
  color: red;
  cursor: pointer;
}
.totals{
  color: #ff51dd;
}
/* [---- --------- ---] */

/* ------[verify - site]---- */
.verify-header .after-nav,.fake-header .after-nav {
  height: 300px;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(../images/ok.png) center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 7% 200px;
}
.verify {
  padding: 50px;
  text-align: center;
}
.conf-div {
  display: none;
}
.verify img {
  width: 500px;
  height: 500px;
}
/* [---- ---------- ---] */

/* [----- footer -----] */
footer {
  background: #0a111f url(../images/Clip.png);
  padding: 3% 0;
  color: #fff;
  font-family: "Rubik", sans-serif;
}

footer img {
  width: 125px;
  height: 65px;
}

footer .row-one {
  border-bottom: 1px solid #3e464c51;
  align-items: baseline;
  padding-bottom: 10px;
}

footer .social-links i {
  padding: 10px;
  background-color: #3e464c;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  margin-right: 1%;
}

footer .useful-links {
  padding: 20px 0;
  border-bottom: 1px solid #3e464c51;
}

footer .useful-links a {
  color: #fff;
}
footer .useful-links ul {
  padding: 0;
}
footer .useful-links li,
footer .useful-links p {
  color: #c2c2c2;
  font-size: 14px;
  list-style: none;
  margin: 5px 0;
}
.useful-links i {
  padding: 5px;
  margin-right: 1%;
  background-color: #fed700;
  border-radius: 50%;
  color: #000;
  font-size: 12px;
}

footer h3 {
  font-size: 20px;
}

footer .copyright {
  color: #c2c2c2;
  text-align: center;
  width: 100%;
}
/* [----- ------ -----] */
