

:root{
  --bg-body: #f4f4f9;
  --primary-color: #2e2e2e;
  --bg-cv: #ffffff;
  --bg-sidebar: #eaeaea;
  --text-heading:#fff;
}
/* CSS CV FLEX START */
main {
  display: flex;
  background-color: var(--bg-cv);
  width: 100%;
  max-width: 850px;
  margin: 30px auto 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  border-radius: 10px;
  overflow: hidden;
}
.section{
  color: var(--primary-color);

}
.profile__name{
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  color: var(--primary-color);
}
.profile__position{
    font-size: 2rem;
  font-weight: 500;
   text-align: center;
   color: var(--primary-color);
}
.profile__img{
  border-radius: 50%;
  border: 10px solid #fff;
  display: block;
  margin: 10px auto 10px;
  
}
.section__title{
  background-color: var(--primary-color);
  color: var(--text-heading);
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  padding: 12px 0;
  margin: 15px 0 10px 0;
  letter-spacing: 0.5px;
}
.personal__infor {
   padding: 4px 0;
   color: var(--primary-color);
    margin: 0 0 10px;
}
.personal__infor-item{
    padding: 3px 0;
   

}
.personal__icon{
  margin-right: 8px;
    color: var(--primary-color);
}
.personal__infor-item{
  color: var(--primary-color);
  font-weight: 100;
}

.education{
   margin: 0 0 10px;
   padding: 4px 0;
}
.education__list{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.education__name{
  color: var(--primary-color);
}
.education__time{
 font-style: italic;
 font-size: 1.3rem;
 color: var(--primary-color);
}
.education ul li {
   padding: 4px 0;
   color: var(--primary-color);
}
.skill{
  margin: 0 0 10px;
   padding: 4px 0;
}
.skill__list-item {
   padding: 4px 0;
   color: var(--primary-color);
   text-transform: uppercase;
   white-space: nowrap;
}
.person{
  margin: 0 0 10px;
   padding: 4px 0
}
.person__name{
   padding: 4px 0;
}
.like{
   padding: 4px 0;
    white-space: nowrap;
}

aside {
flex: 0 0 30%;
background-color: var(--bg-sidebar);
padding: 40px 24px;
}

/* css asside end*/
.cv__content{
flex:1;
background-color: var(--bg-body);
padding: 40px 30px;
display: flex;
flex-direction: column;
}

.exp__details, .active__details{
display: flex;
justify-content: space-between;

}
.exp__time, .active__time{
  font-style: italic;
 font-size: 1.3rem;
 color: var(--primary-color);
}
.exp__position, .active__position{
  color: var(--primary-color);
  font-weight: 400;
  text-transform: uppercase;
}
.exp__tasks, .active__tasks{
  margin: 0 0 10px 0;
  padding: 4px 0 4px 20px;

}
.exp__tasks-item , .active__tasks-item {
  list-style: circle;
  padding: 4px 0;
  line-height: 1.6;
  color: var(--primary-color);
}
.exp__tasks-item p , .active__tasks-item p {
  margin: 0;
  display: inline;
}
.certificate__time, .cup__time {
  font-weight: 600;
}
 .cup__details, .certificate__details{
  margin: 0 0 10px;
  padding: 4px 0;
}
/* CSS CV FLEX END */


/* CSS PRICING START */
.pricing-container {
  margin: 0 auto;
  max-width: 100%;
  width: 1200px;
  background-color: #f9f6f0;
  border-radius: 10px;
  height: 740px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.pricing-title {
  text-align: center;
  color: #4a3f35;
  font-family: "Lora", serif;
  padding-top: 20px;
}
.pricing-line {
  display: block;
  width: 50px;
  height: 3px;
  background-color: #c4a37a;
  border-radius: 5px;
  margin: 0 auto;
}
.pricing-desc {
  color: #827871;
  text-align: center;
}
.pricing-months {
  border: 1px solid #ccc;
  padding: 4px;
  border-radius: 20px;
  background-color: #ffffff;
  margin: 0 auto;
  display: block;
  width: fit-content;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
}
.pricing-months .item {
  display: inline-block;
  margin-right: 16px;
  color: #5e411d;
}
.pricing-months .item:hover {
  background-color: #4a3f35;
  padding: 6px;
  border-radius: 30px;
  color: #fffaff;
}
.pricing-months .item-active {
  background-color: #4a3f35;
  padding: 6px;
  border-radius: 30px;
  color: #fff;
}

.pricing-plans {
  display: flex;
  gap: 10px;
  margin-top: 26px;
  justify-content: space-evenly;
}
.pricing-basic {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 300px;
  padding: 10px;
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.3s ease-in-out;
}
.basic-title {
  text-align: center;
  color: #5e411d;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
.basic-desc {
  color: #827871;
  text-align: center;
}
.basic-price {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 32px;
  text-align: center;
  color: #826e5c;
}
.price-des {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 16px;
  text-align: center;
  color: #826e5c;
}
.price-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.price-items li {
  margin-bottom: 8px;
  color: #4a3f35;
  padding: 0 20px;
}
.price-items li::before {
  content: "✔";
  color: #4a3f35;
  margin-right: 8px;
}
.pricing-btn {
  background-color: #6d594c;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  width: 80%;
  cursor: pointer;
  display: block;
  margin: 20px auto;
  border: none;
  font-size: 16px;
  font-weight: 500;
}
.pricing-btn:hover {
  background-color: #d78f37;
}

.most-popular::before {
  content: "Most Popular";
  display: block;
  width: fit-content;
  border-radius: 10px;
  padding: 6px;
  background-color: #c4a37a;
  color: #ffffff;
  margin: -22px auto 0;
  left: 50%;
  z-index: 1;
}

.pricing-plans .pricing-basic:nth-child(2) {
  background-color: #4a3f35;
}
.pricing-plans .pricing-basic:nth-child(2) .basic-title {
  color: #ffffff;
}
.pricing-plans .pricing-basic:nth-child(2) .basic-desc {
  color: #c4a37a;
}
.pricing-plans .pricing-basic:nth-child(2) .price-des {
  color: #c4a37a;
}

.pricing-plans .pricing-basic:nth-child(2) .basic-price {
  color: #fff;
}

.pricing-plans .pricing-basic:nth-child(2) .price-items li {
  color: #f0f0f0;
}

.pricing-plans .pricing-basic:nth-child(2) .pricing-btn {
  background-color: #c4a37a;
  color: #4a3f35;
}

.pricing-basic:hover {
  transform: translate(0, -10px);
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
}

/* CSS PRICING END */

/* CSS LIST PRODUCTS START */
.products{
  margin: 20px auto 20px;
  max-width: 100%;
  width: 850px;
  background-color: #fff;
  border-radius: 6px;
 box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);

}
.products__heading{
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
.products__list{
  --columns: 3;
  --spacing: 20px;
  display: flex;
  flex-wrap: wrap;
   margin-left: calc(-1 * var(--spacing));

}
.product-card{
  border: 1px solid #d4cfcf;
  width: calc(100% / var(--columns) - var(--spacing));;
  margin-left: var(--spacing);
  margin-top: var(--spacing);
  text-align: center;
font-size: 1.6rem;
box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
transition: all 0.3s ease-in-out;

  
  
}
.product-card__image{
  max-width: 100%;
    height: auto;
    display: flex;
    justify-content: center;



}
.product-card__info{
  padding: 10px;

}
.product-card__title{
  font-weight: 600;
  font-size: 1.6rem;
  
}
.product-card__desc{
  font-style: italic;
 font-size: 1.3rem;
 color: var(--primary-color);
}
.product-card__price{
  font-style: italic;
 font-size: 1.3rem;
 text-decoration: line-through;
 color: var(--primary-color);
}
.product-card__price-old{
  color: rgb(191, 91, 91);
}
.cart-btn {
    background-color: #826e5c;
    color: #fff;
    border: none;
    padding:4px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    margin: 0 auto 4px;
}

.cart-btn:hover {
    background-color: #333;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}
.products__footer{
margin: 20px auto 20px ;
padding: 20px;
 
}
.btn {
  background-color: #c4a37a;
  font-size: 1.6rem;
  color: #FFF;
  border: none;
  padding: 16px;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  font-weight: bold;
    cursor: pointer;
}
.product-card:hover{
transform: translate(0, -10px);
box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
}

/* CSS LIST PRODUCTS END */

/* CSS Layout  Register START */
.page-wrapper{
   width: 100%;
  max-width: 650px;
background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
}
.registration__inner{
  display: flex;
}
.registration__media{
  flex:0 0 30%;
}
.registration__content{
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;;
padding: 30px 20px;
text-align: center;
align-items:center ;
}
.registration__image{
   width: 100%;
  height: 100%;

}
.registration__heading{
  font-weight: BOLD;
  font-size: 2.5rem;
  color: #fff;
}
.form__group{
  padding: 10px;
}
.form__input{
  padding: 5px 10px ;
  border: none;
  border-radius: 10px;
  outline: none;
  margin-bottom: 6px;
}
.form__actions{
  display: flex;
  
}
.form__btn{
  background-color: #28b121;
  color: #FFF;
  width: 50%;
  border: none;
  padding: 10px 6px;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  cursor: pointer;
}
/* CSS Layout  Register END */