/*UTILITIES*/
/*BASE*/
@import url("https://fonts.googleapis.com/css2?family=Scheherazade+New:wght@400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #181818;
}

html {
  scroll-behavior: smooth;
}

h2 {
  font-family: "Scheherazade New", serif;
}

p {
  margin-bottom: 0rem;
  line-height: 2rem;
}

b {
  font-weight: 600;
  font-family: "Scheherazade New", serif;
  font-size: 1.2rem;
}

/*LAYOUT*/
/*MENU*/
header {
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: space-between;
  padding: 12px;
  box-shadow: 0px 10px 30px rgba(199, 199, 199, 0.176);
}
header ul {
  list-style: none;
  display: flex;
}
header #check {
  display: none;
}
header .show-menu {
  font-size: 30px;
  cursor: pointer;
  display: none;
  transition: 0.4s;
  order: 1;
}
header #logo-desktop img {
  width: 15rem;
}
header #logo-phone img {
  display: none;
}
header .menu {
  margin-bottom: 0;
}
header .menu .hide-menu {
  font-size: 30px;
  cursor: pointer;
  display: none;
  transition: 0.2s ease-out;
}
header .menu:hover {
  transition: 0.2s ease-out;
}
header li a {
  margin-right: 1.5rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--text);
  text-decoration: none;
}
header li a:hover {
  border-bottom: 1.5px solid #cbbba0;
  color: var(--primary);
  padding-bottom: 2px;
  transition: all 300ms ease-in-out;
}

/*MAIN*/
main .main-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px;
  gap: 8%;
}
main .main-content #carouselExampleInterval {
  width: 650px;
}
main .main-content .w-100 {
  border-radius: 5px;
}
main .main-content .m-content .last-item {
  margin-bottom: 1.5rem;
}

/*OUR SERVICE*/
#our-service {
  margin: 40px;
  text-align: center;
}
#our-service .about-inpack-studio, #our-service .about-inpack-studio-mobile {
  padding: 5%;
  margin: 40px 0px;
  background-color: #f6f6f6;
  border-radius: 5px;
}
#our-service .about-inpack-studio-mobile {
  display: none;
}
#our-service h2 {
  text-align: left;
}
#our-service p {
  text-align: left;
}

/*FOOTER*/
#contact {
  background-color: #cbbba0;
  padding: 60px 40px;
  display: flex;
  justify-content: space-around;
  gap: 30%;
}
#contact .contact-rss, #contact .contact-help {
  line-height: 3rem;
}
/*MEDIA*/
@media screen and (max-width: 1024px) {
  /*MAIN*/
  main .main-content #carouselExampleInterval {
    width: 480px;
  }
  /*RESONSIVE HIGHLIGHT*/
  .highlight {
    margin: 20px;
  }
  .highlight article {
    width: 460px;
  }
}
@media screen and (max-width: 768px) {
  main .main-content #carouselExampleInterval {
    width: 320px;
  }
  main .m-content {
    margin-top: 0px;
  }
  .highlight {
    margin: 20px;
  }
  .highlight article {
    width: 310px;
    height: 180px;
  }
  /*RESPONSIVE PLANS*/
  #plans {
    margin: 10px;
    text-align: center;
  }
  #plans .btn-primary {
    margin-bottom: 35px;
  }
  #plans .plans {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 0.5rem;
    padding-bottom: 20%;
  }
  #plans .plans #card-plan {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  /*RESPONSIVE HEADER*/
  header {
    padding: 15px;
  }
  header li a {
    text-decoration: none;
    color: white;
    font-weight: 500;
    display: block;
    padding: 20px;
    color: #181818;
    justify-content: center;
    margin-bottom: 2px;
  }
  header .show-menu {
    display: block;
  }
  header #check:checked ~ .menu {
    right: 0;
  }
  header .menu {
    position: fixed;
    width: 100%;
    height: 120vh;
    background: #FEFEFF;
    right: -100%;
    top: 0;
    text-align: center;
    padding: 100px 25px;
    z-index: 100;
    transition: 0.8s;
    display: block;
    justify-content: center;
    margin: 0;
  }
  header .menu .hide-menu {
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    color: #181818;
  }
  header #logo-desktop {
    display: none;
  }
  header #logo-phone img {
    height: 2.5rem;
    display: flex;
  }
  /*RESPONSIVE MAIN*/
  main .main-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px;
    gap: 8%;
  }
  main .main-content #carouselExampleInterval {
    width: 500px;
  }
  main .m-content {
    margin-top: 20px;
  }
  /*RESPONSIVE OUR SERVICE*/
  #our-service .about-inpack-studio, #our-service .about-inpack-studio-mobile {
    text-align: left;
  }
  #our-service .about-inpack-studio-mobile {
    text-align: left;
  }
  /*RESPONSIVE HIGHLIGHT*/
  .highlight {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    margin: 40px 0px;
    flex-wrap: wrap;
  }
  .highlight article {
    width: 350px;
    height: 200px;
  }
  /*RESPONSIVE PLANS*/
  #plans .card-plan {
    background-color: #f6f6f6;
    width: 540px;
    height: 410px;
  }
  #plans .card-plan h1 {
    background-color: #d3c7b1;
    font-size: 1.5rem;
    font-family: "Scheherazade New", serif;
    padding: 5px;
  }
  #plans .card-plan h2 {
    background-color: #b3a284;
    font-size: 1.6rem;
    padding: 5px;
  }
  #plans .card-plan h3 {
    background-color: #181818;
    color: #b3a284;
    font-family: "Scheherazade New", serif;
    font-size: 1.6rem;
    padding: 5px;
  }
  #plans .card-plan p {
    padding: 30px 15px 0px;
  }
  #plans .card-plan a .btn-secondary {
    margin-right: 0;
    padding: 6px 20px;
  }
  #plans .card-plan .list-plans-a {
    padding: 65px 20px;
    font-size: 0.7rem;
    line-height: 1.8rem;
  }
  #plans .card-plan .list-plans-b {
    padding: 35px 20px;
    font-size: 0.7rem;
    line-height: 1.8rem;
  }
  /*RESPONSIVE FOOTER*/
  #contact {
    padding: 40px 20px;
    font-size: 0.6rem;
  }
  #contact .contact-rss, #contact .contact-help {
    line-height: 2.5rem;
  }
  #contact .contact-help {
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 390px) {
  /*RESPONSIVE HIGHLIGHT*/
  .highlight article {
    width: 300px;
    height: 180px;
  }
  .plans {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 320px) {
  /*RESONSIVE HIGHLIGHT*/
  .highlight article {
    width: 250px;
    height: 160px;
  }
}
/*COMPONENTS*/
/*BUTTONS*/
a.btn-primary {
  background-color: #cbbba0;
  text-decoration: none;
  border: 1.5px solid #cbbba0;
  padding: 6px 10px;
  margin-right: 0.5rem;
  color: #fff;
  transition: all 100ms ease-out;
}
a.btn-primary:hover {
  background-color: #b3a284;
  border: 1.5px solid #b3a284;
  padding: 6px 10px;
  color: #fff;
}

a.btn-secondary {
  text-decoration: none;
  border: 1.5px solid #d3c7b1;
  padding: 6px 10px;
  margin-right: 0.5rem;
  color: #cbbba0;
}
a.btn-secondary:hover {
  background-color: rgba(212, 202, 183, 0.1450980392);
  text-decoration: none;
}

a.link-btn {
  color: #000;
  text-decoration: none;
}
a.link-btn:hover {
  border-bottom: 1.5px solid #FEFEFF;
  color: #FEFEFF;
  padding-bottom: 2px;
  transition: all 300ms ease-in-out;
}

.btn-third {
  background-color: #fefeff;
  text-decoration: none;
  border: 1.5px solid #fefeff;
  padding: 6px 10px;
  margin-right: 0.5rem;
  color: #b3a284;
  transition: all 100ms ease-out;
}
.btn-third:hover {
  background-color: #b3a284;
  border: 1.5px solid #b3a284;
  padding: 6px 10px;
  color: #fff;
}

/*# sourceMappingURL=about.css.map */
