@import url(../style/font-style.css);

@font-face {
  /*
IranSansX fonts are considered a proprietary software. To gain information about the laws
regarding the use of these fonts, please visit www.fontiran.com
---------------------------------------------------------------------
This set of fonts are used in this project under the license: (H9KGPQM6)
---------------------------------------------------------------------
*/
  font-family: "IRANSansX";
  src: local("IRANSansX-Bold"),
    url(../Fonts/IRANSansXFaNum-Bold.ttf) format(truetype);
  src: url("../Fonts/IRANSansXFaNum-Bold.woff2") format("woff2");
  src: url("../Fonts/IRANSansX-Bold.woff2") format("woff2");
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #eeeeee;
}
:root {
  --primary_title_color: #546e7a;
}

.header--style {
  position: sticky;
  top: 0;
  padding: 2rem;
  background-color: navy;
  width: 1280px;
  margin: 0 auto;
  border-radius: 8px;
  align-items: center;
  z-index: 1;
}

.logo-title {
  display: flex;
  height: auto;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.log {
  width: 6rem;
  height: 6rem;
}
.slogan {
  font-size: 1.5rem;
  color: #fafafa;
}
.radspa {
  display: flex;
  align-items: center;
  font-size: 4rem;
  color: white;
  text-align: center;
  text-decoration: none;
}

.home {
  display: block;
  position: fixed;
  right: 2rem;
  bottom: 1rem;
}

.main--title {
  padding: 2rem;
  width: 80rem;
  margin: 3rem auto;
  background-color: #fafafa;
  box-shadow: 2px 2px 8px #cfd8dc;
  border-radius: 10px;
}
.main--title_h {
  font-size: 2rem;
  text-align: center;
}

.timeline {
  display: none;
  justify-content: center;
  color: rgb(117, 75, 216);
  text-align: center;
}

.suggested_services {
  width: 80rem;
  margin: 3rem auto;
  font-size: 30px;
  color: var(--primary_title_color);
  background-color: #fafafa;
  box-shadow: 2px 2px 8px #cfd8dc;
  text-align: center;
  padding: 2rem;
  border-radius: 8px;
}

.service_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6rem;
  width: 80rem;
  margin: 5rem auto;
  margin-top: 30px;
}

.relaxy_link,
.hotstone_link,
.wellness_link,
.thai_link,
.slim_link,
.cupping_link,
.bamboo_link,
.face_link,
.foot_link , .candle_link , .reflexology_link , .vip_link {
  display: flex;
  flex-direction: column;
  width: 15rem;
  gap: 1.2rem;
  padding: 1rem;
  text-align: center;
  box-shadow: 0px 0px 5px #cfd8dc;
  background-color: white;
  border-radius: 15px;
  transition: all 150ms ease-in 100ms;
  text-decoration: none;
}

.relaxy_link:hover,
.hotstone_link:hover,
.wellness_link:hover,
.thai_link:hover,
.slim_link:hover,
.cupping_link:hover,
.bamboo_link:hover,
.face_link:hover,
.foot_link:hover ,
.candle_link:hover ,
.reflexology_link:hover ,
.vip_link:hover  {
  box-shadow: 1px 1px 10px #b0bec5;
  border-radius: 20px;
  transition: all 100ms ease-in;
  background-color: #eeeeee;
}

.product_image_relaxy ,
.product_image_hotstone ,
.product_image_wellness ,
.product_image_thai ,
.product_image_slim ,
.product_image_cupping ,
.product_image_bamboo ,
.product_image_face ,
.product_image_foot ,
.product_image_candle ,
.product_image_vip ,
.product_image_reflexology{
  margin: 0 auto;
  object-fit: fill;
  border-radius: 15px;
  width: 10rem;
  height: 10rem;
}

.service_menu:has(.relaxy_link:hover) .product_image_relaxy , 
.service_menu:has(.hotstone_link:hover) .product_image_hotstone , 
.service_menu:has(.wellness_link:hover) .product_image_wellness , 
.service_menu:has(.thai_link:hover) .product_image_thai , 
.service_menu:has(.slim_link:hover) .product_image_slim , 
.service_menu:has(.cupping_link:hover) .product_image_cupping , 
.service_menu:has(.bamboo_link:hover) .product_image_bamboo , 
.service_menu:has(.face_link:hover) .product_image_face , 
.service_menu:has(.foot_link:hover) .product_image_foot , 
.service_menu:has(.candle_link:hover) .product_image_candle , 
.service_menu:has(.vip_link:hover) .product_image_vip , 
.service_menu:has(.reflexology_link:hover) .product_image_reflexology {
  transform:scalex(1.1);
  transition: all  ease-in 300ms;
}

.product_label {
  font-size: 20px;
  color: var(--primary_title_color);
}

/* .vip_info {
  color: black;
  min-inline-size: max-content;
} */

.product_price_discount {
  color: red;
  text-decoration: line-through;
}
.massage_info {
  font-size: 12px;
  color: var(--primary_title_color);
  margin-top: -0.7rem;
}

.massage-time {
  margin: 0;
  color: #43a047;
}

.more_information {
margin: 0;
font-size: 0.8em;
color: var(--primary_title_color);
}

.more_information:hover {
  color: rgb(35, 185, 190);
}

.teasers {
  display: none;
width: 80rem;
margin: 3rem auto;
font-size: 30px;
color: var(--primary_title_color);
background-color: #fafafa;
box-shadow: 2px 2px 8px #cfd8dc;
text-align: center;
padding: 2rem;
border-radius: 8px;
}

.saloon_teaser {
  display: none;
  gap: 1rem;
  margin: 0 auto;
  justify-content: center;
}

.sequence{
  width: 27rem;
  max-height: 20rem;
  border-radius: 1rem;
  box-shadow: 2px 2px 10px rgb(240, 239, 239) ;
}
.teaser {
  width: 27rem;
  max-height: 20rem;
  border-radius: 1rem;
  box-shadow: 2px 2px 10px rgb(240, 239, 239) ;
}

.sequence:hover ,
.teaser:hover{
  box-shadow: 1px 1px 10px #8a9194;
  border-radius: 30px;
  transition: all 100ms ease-in;
  background-color: #eeeeee;
}

.educations {
width: 80rem;
margin: 3rem auto;
font-size: 30px;
color: var(--primary_title_color);
background-color: #fafafa;
box-shadow: 2px 2px 8px #cfd8dc;
text-align: center;
padding: 2rem;
border-radius: 8px;
}
.educations:hover {
  background-color: #cdd4d8;
}

.educations_link {
  text-decoration: none;
  color:cadetblue;
}
.educations_link:hover {
  color: #009688;
}
.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80rem;
  background-color: #fafafa;
  border-radius: 15px;
  margin: 3rem auto;
  padding: 1rem;
}

p.call {
  margin-top: 2px;
}

.tellmail--container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

.tellmail1 {
  text-decoration: none;
  color: var(--primary_title_color);
}

.tellmail1:hover {
  color: black;
}

.address {
  display: none;
  color: var(--primary_title_color);
  text-decoration: none;
  margin-top: 1rem;
}

.address:hover {
  color: #009688;
}

.path {
  display: none;
  font-size: 0.9rem;
  margin-top: 1rem;
  color: #ab47bc;
  display: flex;
  align-items: end;
  transition: all 0.2s;
}

.arrow_up {
  display: none;
  width: 2rem;
  margin-right: 0.3rem;
}

.contact:has(.path:hover) .address {
  transform: scale(1.1);
  transition: all 0.2s ease-in 20ms;
}



/* Responsive */

@media screen and (max-width: 1280px) {
  .header--style,
  .main--title,
  .suggested_services,
  .service_menu,
  .teasers,
  .contact,
  .educations,
  .educations_link {
    width: 960px;
  }

  .saloon_teaser{
    display: flex;
    max-width: 960px;
    gap:1.5rem
  }
  .sequence{
  width: 50%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 2px 2px 10px gray ;
}
.teaser {
  width: 50%;
  border-radius: 1rem;
  box-shadow: 2px 2px 10px gray ;
}
}


@media only screen and (max-width: 992px) {
  .header--style,
  .main--title,
  .suggested_services,
  .service_menu,
  .teasers,
  .contact,
  .educations,
  .educations_link {
    max-width: 720px;
  }
.saloon_teaser{
    display: flex;
    max-width: 720px;
    gap:1.5rem
  }
  .sequence{
  width: 50%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 2px 2px 10px gray ;
}
.teaser {
  width: 50%;
  border-radius: 1rem;
  box-shadow: 2px 2px 10px gray ;
}
}


@media only screen and (max-width: 768px) {
  .header--style,
  .main--title,
  .suggested_services,
  .service_menu,
  .teasers,
  .contact,
  .educations,
  .educations_link {
    max-width: 100%;
  }
  .slogan {
    display: none;
  }
.saloon_teaser{
    display: flex;
    max-width: 80%;
    gap:1.5rem
  }
  .sequence{
  width: 50%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 2px 2px 10px gray ;
}
.teaser {
  width: 50%;
  border-radius: 1rem;
  box-shadow: 2px 2px 10px gray ;
}
}


@media only screen and (max-width: 576px) {
  .header--style,
  .main--title,
  .suggested_services,
  .service_menu,
  .teasers,
  .contact,
  .educations,
  .educations_link {
    max-width: 100%;
  }


  .header--style ,
  .logo-title {
    height: auto;
  }

  .log {
    height: 3rem;
  }
  .radspa {
    font-size: 2rem;
  }
  
  .slogan {
    display: block;
    font-size: 0.75rem;
  }

  
  .main--title_h {
    font-size: 1.5rem;
  }
  .saloon_teaser{
    display: block;
    max-width: 100%;
  }
  .sequence{
  display: block;
  margin: 0 auto;
  width: 50%;
  max-height: 10rem;
  border-radius: 1rem;
  box-shadow: 2px 2px 10px gray ;
}
.teaser {
  width: 50%;
  border-radius: 1rem;
  box-shadow: 2px 2px 10px gray ;
  display: block;
  margin: 1rem auto;
  max-height: 10rem;
}
}
