@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("font-awesome.min.css");
*{
  box-sizing: border-box;
}
/* #db4566 */

body {
  font-family: "poppins", sans-serif;
  color: #101010;
  background-color: #ffffff;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.heading_container h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.heading_container h2 span {
  color: #f89cab;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

/*header section*/
.hero_area {
  padding: 0 0px;
}

.hero_area.sub_pages {
  height: auto;
}

#navbarSupportedContent {
  width: 100%;
  background-color: #f9ece6;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
}

#navbarSupportedContent.innerpage_navbar {
  background-color: white;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}

#navbarSupportedContent.innerpage_navbar .nav-item.active .nav-link {
  background-color: #f4f5f6;
}

#navbarSupportedContent .navbar-nav .nav-link {
  padding: 5px 25px;
  color: #514f4f;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
}

#navbarSupportedContent .nav-item.active .nav-link {
  background-color: #ffffff;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-brand {
  margin: 15px 0;
  padding: 0;
}

.navbar-brand span {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.custom_nav-container .nav_search-btn {
  padding: 0;
  border: none;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 25px;
}

.user_option a {
  margin-right: 25px;
  color: #000000;
}

.user_option a span {
  margin-left: 5px;
}

/*end header section*/
.slider_section .slider_container {
  color: black;
  background-color: #000000;
  background-color: white;
  padding: 25px;
  border-radius: 0 0 15px 15px;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 45px;
}

.slider_section .img-box img {
  width: 275px;
}

.slider_section .detail-box {
  padding-left: 45px;
  margin: 45px 0;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  font-size: 3.5rem;
  margin-bottom: 10px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #dba723;
  color: #ffffff;
  border: 1px solid #dba723;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 25px;
  text-transform: uppercase;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #dba723;
}

.slider_section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: -25px;
  left: 5%;
  padding: 7px 10px;
  border-radius: 5px 5px 0 0;
}

.slider_section .carousel_btn-box img {
  margin: 0 10px;
}

.slider_section .carousel_btn-box .carousel-control-prev,
.slider_section .carousel_btn-box .carousel-control-next {
  position: unset;
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  opacity: 1;
  background-position: center;
  color: #000000;
  font-size: 14px;
}

.shop_section .heading_container {
  margin-bottom: 20px;
}

.shop_section .box {
  background-color: #eeeeee;
  position: relative;
  padding: 10px;
  margin-top: 25px;
}

.shop_section .box a {
  color: #000000;
}

.shop_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  height: 245px;
}

.shop_section .box .img-box img {
  max-width: 100%;
  max-height: 145px;
}

.shop_section .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shop_section .box .detail-box h6 span {
  color: #db4f66;
}

.shop_section .box .new {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  font-size: 15px;
}

.shop_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.shop_section .btn-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #f16179;
  color: #ffffff;
  border: 1px solid #f16179;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.shop_section .btn-box a:hover {
  background-color: transparent;
  color: #f16179;
}

.saving_section {
  padding-left: 45px;
  padding-right: 45px;
}

.saving_section .box {
  padding-top: 45px;
  background-color: #7fd7eb;
  color: #ffffff;
  border-radius: 15px;
}

.saving_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.saving_section .img-box {
  padding: 15px 0 0 25px;
}

.saving_section .img-box img {
  width: 100%;
}

.saving_section .detail-box {
  padding: 0 25px;
}

.saving_section .detail-box p {
  margin-top: 5px;
}

.saving_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 35px -5px 0;
}

.saving_section .detail-box .btn-box a {
  width: 165px;
  text-align: center;
  margin: 5px;
}

.saving_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 0;
  background-color: #109dbd;
  color: #ffffff;
  border: 1px solid #109dbd;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.saving_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #109dbd;
}

.saving_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 0;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.saving_section .detail-box .btn-box .btn2:hover {
  background-color: transparent;
  color: #ffffff;
}

.why_section .box {
  text-align: center;
  margin-top: 45px;
  background-color: #f9f8f7;
  padding: 25px;
  border-radius: 5px;
  min-height:260px
}

.why_section .box .img-box {
  margin-bottom: 15px;
}

.why_section .box .img-box svg {
  width: 55px;
  height: auto;
  fill: #320b57;
}

.gift_section {
  padding-left: 45px;
  padding-right: 45px;
}

.gift_section .box {
  background-color: #6929a5;
  border-radius: 15px;
  color: #ffffff;
}

.gift_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gift_section .img-box {
  padding: 60px 0 60px 25px;
}

.gift_section .img-box img {
  width: 100%;
}

.gift_section .detail-box {
  padding: 0 25px;
}

.gift_section .detail-box p {
  margin-top: 5px;
}

.gift_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 35px -5px 0;
}

.gift_section .detail-box .btn-box a {
  width: 165px;
  text-align: center;
  margin: 5px;
}

.gift_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 0;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.gift_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #ffffff;
}

.gift_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 0;
  background-color: #9242dd;
  color: #ffffff;
  border: 1px solid #9242dd;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.gift_section .detail-box .btn-box .btn2:hover {
  background-color: transparent;
  color: #9242dd;
}

.contact_section {
  position: relative;
}

.contact_section .container-bg {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.contact_section .heading_container {
  margin-bottom: 30px;
}

.contact_section .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.contact_section form {
  padding-right: 35px;
  padding: 45px 20px;
}

.contact_section input {
  width: 100%;
  border: 1px solid #919191;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: transparent;
  outline: none;
  color: #101010;
}

.contact_section input::-webkit-input-placeholder {
  color: #131313;
}

.contact_section input:-ms-input-placeholder {
  color: #131313;
}

.contact_section input::-ms-input-placeholder {
  color: #131313;
}

.contact_section input::placeholder {
  color: #131313;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  display: inline-block;
  padding: 12px 45px;
  background-color: #db4f66;
  color: #ffffff;
  border: 1px solid #db4f66;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: block;
  color: #fff;
  margin: 35px auto 0 auto;
}

.contact_section button:hover {
  background-color: transparent;
  color: #db4f66;
}

.contact_section .map_container {
  height: 100%;
  min-height: 375px;
}

.contact_section .map_container .map-responsive {
  height: 100%;
}

.client_section .heading_container {
  margin-bottom: 20px;
}

.client_section .box {
  margin: 15px 45px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  padding: 25px;
}

.client_section .box .client_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.client_section .box .client_info .client_name h5 {
  font-weight: 600;
  color: #db4f66;
}

.client_section .box .client_info .client_name h6 {
  margin-bottom: 0;
  color: #bfc0c0;
  font-weight: normal;
  font-size: 15px;
}

.client_section .box .client_info i {
  font-size: 24px;
}

.client_section .box p {
  margin-top: 15px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 45px;
  height: 125px;
  background-color: #db4f66;
  opacity: 1;
  font-size: 28px;
  font-weight: bold;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.client_section .carousel-control-prev {
  left: 0;
}

.client_section .carousel-control-next {
  right: 0;
}

/* info section */
.info_section {
  position: relative;
  background-color: #2d2d2d;
  color: #ffffff;
}

.info_section .social_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  margin-bottom: 30px;
}

.info_section .social_container .social_box {
  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;
}

.info_section .social_container .social_box a {
  margin: 0 10px;
  color: #ffffff;
  font-size: 24px;
}

.info_section .info_form form input {
  outline: none;
  width: 100%;
  padding: 7px 10px;
}

.info_section .info_form form button {
  padding: 8px 35px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #f89cab;
  margin-top: 15px;
  text-transform: uppercase;
}

.info_section .row > div {
  margin-top: 25px;
}

.info_section a {
  text-transform: none;
}

.info_section h6 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 25px;
}

.info_section p {
  color: #cbc9c9;
}

.info_section .info_link-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}

.info_section .info_link-box a:hover {
  color: #ffffff;
}

.info_section .info_link-box a i {
  color: #ffffff;
  margin-right: 5px;
  font-size: 18px;
}

.info_section .info_link-box a span {
  color: #cbc9c9;
}

.info_section .info_link-box a:hover span {
  color: #ffffff;
}

/* end info section */
/* footer section*/
.footer_section {
  margin-top: 45px;
  font-weight: 500;
}

.footer_section p {
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  border-top: 1.5px solid #eeeeee;
  width: 80%;
}

.footer_section a {
  color: #cbc9c9;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */

#brandname{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#brandLogo{
  height: 60px;
}

#genderChoose{
  display: flex;
  /* height: 70vh; */
  /* background-color: red; */
  overflow: hidden;
}

#men{
  height: 100%;
  width: 50vw;
  /* flex-grow: 1; */
  transition: width 0.5s ease;
  position: relative;
}

#men:hover{
  width: 60vw;
  cursor: pointer;
}

#women{
  width: 50vw;
  height: 100%;
  overflow: hidden;
  /* flex-grow: 1; */
  transition: all 0.5s ease;
  position: relative;
}

#women:hover{
  width: 60vw;
  transform: translateX(-17%);
  overflow: hidden;
  cursor: pointer;
  text-decoration: underline;
}

.genderImage{
    width: 60vw;
}

.GenderText{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  align-self: center;
  font-size: larger;
  font-weight: bolder;
}

.floating{
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -20px;
}

@keyframes floating {
  0% { transform: translate(0,  0px); }
  50%  { transform: translate(0, 15px); }
  100%   { transform: translate(0, -0px); }   
}

.product{
  width: 90vw;
  margin-top: 40px;
  margin-left: 5%;
  /* border: 2px solid red; */
}

.productLeft{
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;

}

#Name{
  font-size: 3rem;
  margin-bottom: 0px;
}

#Concentration{
  font-size: 2rem;
  font-family: 'EB Garamond', serif;
  color: gray;
}

#ProductImage{
  width: 100%;
  margin: 15px;
}

#size{
  padding: 5px;
  border: 2px solid gray;
}

.add{
  margin-left: 70px;
  padding: 5px;
  border: 2px solid gray;
}

#accordContainer{
  margin-top: 20px;
}

.indivisualSkill{
  /* margin-top: 5px; */
}

.skillName{
  margin-bottom: 2px;
  margin-top: 5px;
}

.skillBar{
  /* background-color: rgb(56, 55, 55); */
  /* background: linear-gradient(to top left, rgb(247, 9, 9), rgb(5, 5, 5)); */
  width: 200px;
  height: 10px;
  position: relative;
  
}
.skillPercentage{
  animation: skillPerAnimate 3s;
  animation-fill-mode: forwards;

  height: 100%;
  position: absolute;
}

@keyframes skillPerAnimate{
  from{
      width: 0%;
  }

  to{
      width: 100%;
  }
}

.productRight{
  width: 50%;
}

.notelist{
  display: flex;
  flex-wrap: wrap;
}

.note{
  display: flex;
  flex-direction: column;
  flex-direction: center;
  align-items: center;
}

.note > img{
  width: 35px;
  height: 35px;
}



#checkOutForm > label{
  margin-top: 20px;
}


@media (max-width: 800px) {
  #genderChoose{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .productLeft, .productRight {
    margin-left: 20px;
  }

  .note{
    margin:0px !important;
  }

#add{
  margin:0px;
}

.mar{
  margin-left:4px;
}
  #men > img{
    width: 100vw;
  }
  #men{
    width: 100vw;
  }
  
  #women > img{
    width: 100vw;
  }
  #women{
    width: 100vw;
  }
}
#addproduct{
  margin-left: 15%;
}
.sitedata_double_col{
  justify-content: space-between;
}

.sitedata_double_col > div{
  width: 45%;
}

@media (max-width: 600px) {

  .sitedata_double_col{
    flex-direction: column;
  }

  #addd{
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 10px;
  }



  .sitedata_double_col > div{
    width: 90%;
    margin-left: 5%;
  }

  .product{
    display: flex;
    flex-direction: column;
    margin-left: 0px;
    max-width: 100vw; 
   }
 
   .productLeft{
     width: 100%;
   }
 
   .productRight{
     width: 100%;
   }

   #addproduct{
    margin-left: 0p
    x;
 }
}





.mainArea{
  background-color: aliceblue;
  min-height: 100vh;
  min-width: calc(100vw - 200px);
  display: flex;
  
}


/* dsfsfsd */

.containerl {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.note-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

.note-name {
  flex: 1;
  margin-right: 10px;
}

.note-image {
  flex: 2;
}

.delete-note {
  background-color: #f00;
  color: #fff;
  border: none;
  cursor: pointer;
}

#add-note {
  margin-top: 10px;
  padding: 5px 10px;
  cursor: pointer;
}

#checkOutForm{
  display: flex;
  flex-direction: column;
}

.form-check{
  margin: 10px;
  padding: 10px;
}

.form-check img{
  width: 50px;
}

.olfactory{
  text-align: center;
}
.olfactory > img{
  height: 370px;
  width: 270px;
}


select[data-name] {
  display: none;
  margin-top: 20px;
}

#municipality, #ward, #tol, #landmarks{
  display: none;
}

.visible{
  display: block !important;
}

.qr-pay-container{
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 15px;
  border : 2px solid gray;
  padding: 20px;
  margin-top: 20px;
  flex-wrap: wrap;

}

.qr-pay-container > div{
  display: flex;
  gap: 10px;
  padding: 20px;
}


.pay-step{
  background-color: black;
  height: 50px;
  width: 50px;
  color: white;
  font-size: 30px;
  font-weight: bolder;
  border-radius: 40%;
  display: flex;
  justify-content: center;
  align-items: center;

}


.right-pay-container{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-width: 300px;
}


.qr-pay-container img{
  height: 400px; 
  width: 400px;
}

.qr-pay-container h4{
  font-size: 20px;
  margin: 0px;
  padding: 0px;
}

.qr-pay-container p{
  font-size: 15px;
  margin: 0px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 700px) {
  .qr-pay-container img{
    height: 400px; 
    width: 290px;
    position: relative;
    left: -20px;
    padding: 0px  !important;
  }

  .qr-pay-container > div{
    flex-wrap: wrap !important;
  }

  #checkOutForm{
    width: 97vw;
   
  }
}

#ratings-main-container{
  padding: 20px;
}

#ratings-main-container button{
  max-width: 150px;
}

#ratings-main-container > h1{
  font-size: 20px;
}

#rating-summery-container{
  display: flex;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
}

#left-rating-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

#left-rating-data > h2{
  font-size: 50px;
  font-weight: 100;
}


#ratings-bar-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
}

.rating-bar-container {
  display: flex;
  gap : 10px;
  align-items: center;
}

.bar-parent {
  width: 80vw;
  min-width: 250px;
  max-width: 600px;
  height: 10px;
  border-radius: 20px;
  background-color: #c3c7ca;
}

.progress{
  width: 60%;
  height: 100%;
  background-color: rgb(142, 211, 38);
  border-radius: 20px;
}

#user-ratings-container {
  margin-top: 20px;
  padding: 20px;
  width: 90%;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  /* gap: 50px; */
}

.user-rating{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.user-rating > h1{
  font-size: 20px;
}

.user-rating  i{
  font-size: 10px;
}

.user-review-dates{
  font-size: 15px;

}

.user-review-basic-data{
  display: flex;
  gap: 10px;
  align-items: center  ;

}

.user-review-give-stars > span{
  cursor: pointer;
  /* color: red; */
  /* pointer-events: none; */
  /* color: green; */
}

