:root {
  --primary-color: #FECC1B;
  --secondary-color: #24C3EC;
  --primary-invert-color: #FFFFFF; }

/* product highlight */
#product-highlight {
  margin-top: 120px;
  margin-bottom: 60px; }

@media (max-width: 991.98px) {
  #product-highlight {
    margin-top: 80px; } }
.tab-container {
  display: none; }

#featured {
  padding: 60px 0 80px 0; }
  @media (max-width: 767.98px) {
    #featured {
      padding: 30px 0; } }

#featured .box-icon {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: 100%; }

@media (max-width: 1024px) {
  #featured .box-icon {
    gap: 20px; } }
@media (max-width: 991.98px) {
  #featured .box-icon {
    gap: 20px; }
    #featured .box-icon .d-flex {
      flex-direction: column; }
    #featured .box-icon .mr-auto.ml-3 {
      margin-left: 0 !important;
      text-align: center;
      margin-top: 20px; } }
@media (max-width: 575.98px) {
  #featured .box-icon {
    margin: auto;
    width: 80%;
    grid-template-columns: repeat(1, 1fr); } }
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  background-image: url("/assets/img/controls.png") !important; }

.content-description {
  padding-left: 50px;
  padding-top: 20px; }

@media (max-width: 991.98px) {
  .content-description {
    padding-left: 20px;
    padding-top: 20px; } }
@media (max-width: 767.98px) {
  .content-description {
    padding-left: 10px;
    padding-top: 30px; } }
.content-description h1 {
  font-size: 35px;
  line-height: 50px;
  margin-top: 10px;
  margin-bottom: 20px; }

.content-description h2 {
  color: #212121;
  font-size: 15px;
  margin-top: 20px;
  padding-left: 10px; }

.italic-text {
  font-style: italic; }

#tabs {
  display: flex;
  width: 100%;
  list-style: none;
  padding: 0;
  margin-bottom: 20px; }

#tabs li a {
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.1s ease-out;
  display: block;
  margin-bottom: -2px;
  font-size: 15px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  background-color: var(--secondary-color);
  color: #fff;
  border-radius: 30px; }

#tabs li a.inactive {
  transition: 0.1s ease-out;
  font-weight: normal;
  background-color: transparent;
  color: #CBCBCB; }

#tabs li a.inactive:hover {
  transition: 0.2s ease-out; }

.tab-container {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #5D5D5D;
  line-height: 20px; }

.product-styles {
  border: 1px solid #EDEDED;
  padding: 8px 0;
  list-style: none;
  margin-bottom: 32px; }

.product-styles li {
  font-size: 13px;
  transition: 0.2s ease-out;
  padding: 10px;
  cursor: pointer;
}

.product-styles li:hover {
  transition: 0.1s ease-out;
  background: #EDEDED;
}

.product-styles li.active {
  font-weight: bold;
  transition: 0.1s ease-out;
  background: rgba(36, 195, 236, 0.19); 
  color: #212529;
}

.btn.btn-bordered {
  padding: 6px 40px;
  border-radius: 30px;
  font-weight: bold;
  border: 1px solid var(--primary-color);
  color: #454545;
  background: none;
  text-transform: capitalize;
  transition: 0.1s ease-out;
  margin-right: auto; }

.btn.btn-bordered:hover {
  background: var(--primary-color);
  transition: 0.2s ease-out;
  color: #fff; }

.share-socmed {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0; 
}

.ml-auto {
  margin-left: auto; }

.flex-center {
  justify-content: space-between;
  align-content: center;
  align-items: center; }

.grey-color {
  color: #454545; }

.share-socmed li {
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  transition: 0.2s ease-out;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.share-socmed li:hover {
  color: var(--primary-invert-color);
  transition: 0.1s ease-out;
  background: var(--secondary-color);
  cursor: pointer; }

.share-socmed li i {
  margin-left: -2px;
  margin-top: 2px;
}

.fotorama__nav,
.fotorama__stage,
.fotorama__nav--thumbs .fotorama__nav__frame,
.fotorama__thumb,
.fotorama__thumb-border {
  border-radius: 5px;
  overflow: hidden; }

.fotorama__nav-wrap {
  margin-top: 30px; }

/* end of product highlight */
/* product spesification */
.bg-grey {
  background: #F5F6F7; }

section#product-spesification,
section#faq {
  padding: 60px 0; }

section#product-spesification h1,
section#faq h1 {
  font-size: 25px;
  color: #383838;
  margin-top: 8px; }

.ml-20 {
  margin-left: 20px; }

@media (max-width: 575.98px) {
  .ml-20 {
    margin-left: 0; } }
/* end of product spesification */
/* Dreams  */
section#dreams {
  padding: 60px 0 0 0;
  margin-bottom: 120px;
  position: relative;
  background-color: #FECC1B; }
  section#dreams h1 {
    text-align: center;
    font-size: 25px;
    color: #fff;
    margin-bottom: 60px; }
  section#dreams:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: 0;
    background-image: url("/assets/imgs/cta-background.png");
    background-size: cover;
    background-position: top; }

section#dreams .img-featured {
  position: relative; }

@media (max-width: 575.98px) {
  section#dreams {
    padding: 60px 0 0 0;
    margin-bottom: 0; }

  section#dreams .img-featured {
    margin-left: -10px;
    margin-right: -10px; }

  section#dreams .captions {
    margin-bottom: 30px; } }
section#dreams .img-featured .centered-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 9; }

@media (max-width: 320px) {
  section#dreams .img-featured .centered-content {
    padding: 40px;
    text-align: center; } }
section#dreams .img-featured .centered-content h1 {
  color: #fff; }

@media (max-width: 991.98px) {
  section#dreams .img-featured .centered-content h1 {
    font-size: 30px; } }
@media (max-width: 575.98px) {
  section#dreams .img-featured .centered-content h1 {
    font-size: 18px; } }
section#dreams .img-featured img {
  width: 100%; }

@media (max-width: 575.98px) {
  #dreams-row {
    padding-left: 20px !important;
    padding-right: 20px !important; } }
#dreams-row .col-4 {
  padding-left: 15px;
  padding-right: 15px;
  transition: 0.2s ease-out; }

#dreams-row .col-4:hover {
  margin-top: -10px;
  transition: 0.2s ease-out;
  margin-bottom: -10px; }

#dreams-row .captions {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: none;
  box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.04);
  transition: 0.2s ease-out;
  padding: 10px 20px;
  flex-direction: row;
  background-color: #fff;
  margin-bottom: -54px; }
  #dreams-row .captions span {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: #24C3EC;
    color: #fff;
    font-size: 40px;
    line-height: 34px;
    text-align: center; }

#dreams-row .captions h1 {
  font-size: 13px;
  font-weight: bold;
  color: #313131;
  line-height: 20px;
  margin-bottom: 0; }

#dreams-row .captions .btn.rounded {
  border-radius: 30px !important;
  width: auto;
  margin: auto;
  font-size: 13px;
  font-family: 'Raleway';
  padding: 14px 40px; }

#dreams-row .img-container {
  width: 100%;
  padding-top: 80%;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #f1f1f2;
  border-radius: 5px 5px 0 0; }

#dreams-row .img-container img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  -webkit-transform: scale(1) translate(0, 0);
  transform: scale(1) translate(0, 0);
  min-width: 100%;
  min-height: 100%;
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  cursor: pointer;
  border: 0;
  transition: 0.2s ease-out; }

/*# sourceMappingURL=gallery-detail.css.map */
ul.product-styles a li {
    color: #212529;
}

ul.product-styles a:hover {
    text-decoration: none;
}