/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

/*------------------------------------------------
	Base Styles
-------------------------------------------------*/
body {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #ababab;
}

a {
  color: inherit;
  transition: all 0.3s ease 0s;
}
a:hover, a:focus {
  color: #ababab;
  text-decoration: none;
  outline: 0 none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e2530;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  line-height: 1.3;
}

p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

/*
 * Selection color
 */
::-moz-selection {
  background-color: #fa6862;
  color: #fff;
}

::selection {
  background-color: #fa6862;
  color: #fff;
}

/*
 *  Reset bootstrap's default style
 */
.form-control::-webkit-input-placeholder,
::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}

.form-control:-moz-placeholder,
:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: inherit;
}

.form-control::-moz-placeholder,
::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: inherit;
}

.form-control:-ms-input-placeholder,
:-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

button,
input,
select,
textarea,
label {
  font-weight: 400;
}

.btn {
  transition: all 0.3s ease 0s;
}
.btn:hover, .btn:focus, .btn:active:focus {
  outline: 0 none;
}

.btn-primary {
  background-color: #fa6862;
  border: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  height: 48px;
  line-height: 50px;
  padding: 0 42px;
  text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
  background-color: #f9423a;
}

.btn-border {
  border: 1px solid #d7d8db;
  display: inline-block;
  padding: 7px;
}

/*
 *  CSS Helper Class
 */
.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}

.pt-table {
  display: table;
  width: 100%;
  height: calc(100vh - 4px);
}

.pt-tablecell {
  display: table-cell;
  vertical-align: middle;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.relative {
  position: relative;
}

.primary,
.link:hover {
  color: #fa6862;
}

.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter > [class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.flex {
  display: -moz-flex;
  display: flex;
}

.flex-middle {
  -moz-align-items: center;
  align-items: center;
}

.space-between {
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.nicescroll-cursors {
  background: #fa6862 !important;
}

.preloader {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  display: -moz-flex;
  display: flex;
}
.preloader.active.hidden {
  display: none;
}

.loading-mask {
  background-color: #fa6862;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 20%;
  transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s;
}
.loading-mask:nth-child(2) {
  left: 20%;
  transition-delay: 0.1s;
}
.loading-mask:nth-child(3) {
  left: 40%;
  transition-delay: 0.2s;
}
.loading-mask:nth-child(4) {
  left: 60%;
  transition-delay: 0.3s;
}
.loading-mask:nth-child(5) {
  left: 80%;
  transition-delay: 0.4s;
}

.preloader.active.done {
  z-index: 0;
}
.preloader.active .loading-mask {
  width: 0;
}

/*------------------------------------------------
	Start Styling
-------------------------------------------------*/
.site-wrapper {
  border-top: 4px solid #fa6862;
}

.page-close {
  font-size: 20px;
  position: absolute;
  right: 30px;
  top: 6px;
  z-index: 100;
}

.page-title {
  margin-bottom: 75px;
}
.page-title img {
  margin-bottom: 20px;
}
.page-title h2 {
  font-size: 68px;
  margin-bottom: 25px;
  position: relative;
  z-index: 0;
  font-weight: 900;
  text-transform: uppercase;
}
.page-title p {
  font-size: 16px;
}
.page-title .title-bg {
  color: rgba(30, 37, 48, 0.07);
  font-size: 158px;
  left: 0;
  letter-spacing: 10px;
  line-height: 0.7;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}

.section-title {
  margin-bottom: 20px;
  overflow: hidden;
}
.section-title h3 {
  display: inline-block;
  position: relative;
}
.section-title h3::before, .section-title h3::after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 8px;
  left: calc(100% + 14px);
}
.section-title h3::before {
  background-color: #1e2530;
  width: 96px;
  bottom: 14px;
}
.section-title h3::after {
  background-color: #fa6862;
  width: 73px;
}
.section-title.light h3 {
  color: #fff;
}
.section-title.light h3::before {
  background-color: #fff;
}

.page-nav {
  bottom: 40px;
  left: 0;
  position: absolute;
  right: 0;
}
.page-nav span {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}

/*------------------------------------------------
    Home Page
-------------------------------------------------*/
.page-home {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}
.page-home .overlay {
  background-color: rgba(255, 255, 255, 0.9);
}

/* End of container */
.hexagon-item {
  cursor: pointer;
  width: 200px;
  height: 173.2050807569px;
  float: left;
  margin-left: -29px;
  z-index: 0;
  position: relative;
  transform: rotate(30deg);
}
.hexagon-item:first-child {
  margin-left: 0;
}
.hexagon-item:hover {
  z-index: 1;
}
.hexagon-item:hover .hex-item:last-child {
  opacity: 1;
  transform: scale(1.3);
}
.hexagon-item:hover .hex-item:first-child {
  opacity: 1;
  transform: scale(1.2);
}
.hexagon-item:hover .hex-item:first-child div:before,
.hexagon-item:hover .hex-item:first-child div:after {
  height: 15px;
}
.hexagon-item:hover .hex-item div::before,
.hexagon-item:hover .hex-item div::after {
  background-color: #fa6862;
}
.hexagon-item:hover .hex-content svg {
  transform: scale(0.97);
}

.page-home .hexagon-item:nth-last-child(1),
.page-home .hexagon-item:nth-last-child(2),
.page-home .hexagon-item:nth-last-child(3) {
  transform: rotate(30deg) translate(87px, -80px);
}

.hex-item {
  position: absolute;
  top: 0;
  left: 50px;
  width: 100px;
  height: 173.2050807569px;
}
.hex-item:first-child {
  z-index: 0;
  transform: scale(0.9);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hex-item:last-child {
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}
.hex-item div {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  width: 100px;
  height: 173.2050807569px;
  transform-origin: center center;
}
.hex-item div::before, .hex-item div::after {
  background-color: #1e2530;
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.hex-item div:before {
  top: 0;
}
.hex-item div:after {
  bottom: 0;
}
.hex-item div:nth-child(1) {
  transform: rotate(0deg);
}
.hex-item div:nth-child(2) {
  transform: rotate(60deg);
}
.hex-item div:nth-child(3) {
  transform: rotate(120deg);
}

.hex-content {
  color: #fff;
  display: block;
  height: 180px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  transform: rotate(-30deg);
  width: 156px;
}
.hex-content .hex-content-inner {
  left: 50%;
  margin: -3px 0 0 2px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hex-content .icon {
  display: block;
  font-size: 36px;
  line-height: 30px;
  margin-bottom: 11px;
}
.hex-content .title {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
}
.hex-content svg {
  left: -7px;
  position: absolute;
  top: -13px;
  transform: scale(0.87);
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.hex-content:hover {
  color: #fff;
}

/*------------------------------------------------
    Welcome Page
-------------------------------------------------*/
.author-image-large {
  position: absolute;
  right: 0;
  top: 0;
}
.author-image-large img {
  height: calc(100vh - 4px);
}

/*------------------------------------------------
    About Page
-------------------------------------------------*/
.about-author {
  margin-bottom: 23px;
  -moz-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: flex;
}
.about-author .author-thumb {
  background-color: #fff;
  border: 5px solid #1e2530;
  margin-right: 30px;
  padding: 5px;
}
.about-author .author-thumb img {
  border: 2px solid #1e2530;
  width: 145px;
}
.about-author .author-desc p {
  color: #1e2530;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.about-author .author-desc b {
  font-family: "Open Sans", sans-serif;
}

.progress {
  background-color: #1e2530;
  border-radius: 2px;
  height: auto;
  min-height: 45px;
  -moz-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: flex;
}
.progress > div {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}
.progress .skill-name {
  border-right: 2px solid #2e333a;
  min-width: 160px;
  text-align: center;
  text-transform: uppercase;
}
.progress .skill-bar {
  background-color: #07080b;
  border-radius: 15px;
  margin: 0 15px;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.progress .bar {
  background-color: #fa6862;
  border-radius: 10px;
  height: 8px;
  width: 0;
}
.progress .skill-lavel {
  border-left: 2px solid #2e333a;
  min-width: 70px;
  text-align: center;
  -moz-align-items: flex-end;
  align-items: flex-end;
  transition: all 0.3s ease 0s;
}

.filter {
  margin-bottom: 30px;
}
.filter a {
  border-bottom: 2px solid transparent;
}
.filter .active {
  color: #fa6862;
  border-bottom-color: #fa6862;
}

.works-item {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
  position: relative;
}
.works-item img {
  width: 100%;
}
.works-item .overlay {
  background-color: rgba(30, 37, 48, 0.96);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease 0s;
  transform: scale(0);
}
.works-item .overlay::before {
  border: 1px solid #fff;
  bottom: 15px;
  content: "";
  left: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.works-item .works-inner {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  white-space: nowrap;
  transition: all 0.3s ease 0s;
  transform: translate3d(0px, 0px, 0px) scale(0);
}
.works-item h4 {
  color: #fa6862;
  font-weight: 700;
  text-transform: uppercase;
}
.works-item p {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.works-item:hover .overlay {
  transform: scale(1);
}
.works-item:hover .works-inner {
  transform: translate(-50%, -50%) scale(1);
}

.history-block {
  background-color: #1e2530;
  position: relative;
}
.history-block .section-title {
  background-color: #1e2530;
  border-bottom: 1px solid #293342;
  left: 0;
  margin-bottom: 0;
  padding: 15px 34px 14px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.nicescroll-rails {
  z-index: 2;
}

.history-scroller {
  padding-top: 82px;
  max-height: 377px;
}

.history-item {
  display: table;
  font-family: "Open Sans", sans-serif;
  padding-left: 32px;
  margin-bottom: 20px;
  width: 100%;
}
.history-item > * {
  display: table-cell;
  vertical-align: middle;
}
.history-item .history-icon {
  padding-right: 25px;
  position: relative;
  width: 66px;
}
.history-item .history-icon i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: calc(50% - 12.5px);
  transform: translate(-50%, -50%);
}
.history-item h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.history-item span {
  color: #aaaaaa;
  font-size: 12px;
}

.history-hex {
  display: block;
  position: relative;
  width: 66px;
  height: 38.11px;
  background-color: #293342;
  margin: 19.05px 0;
}
.history-hex::before, .history-hex::after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 33px solid transparent;
  border-right: 33px solid transparent;
}
.history-hex::before {
  bottom: 100%;
  border-bottom: 19.05px solid #293342;
}
.history-hex::after {
  top: 100%;
  width: 0;
  border-top: 19.05px solid #293342;
}

.service-hex {
  float: left;
  position: relative;
  width: 20%;
  z-index: 1;
}
.service-hex svg {
  transform: scale(1.08);
  transition: all 0.4s ease 0s;
}
.service-hex .st0 {
  stroke: #1e2530;
  fill: #fff;
}
.service-hex .st1 {
  fill: #1e2530;
}
.service-hex .content {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.service-hex .icon {
  font-size: 30px;
  margin-bottom: 9px;
}
.service-hex h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.service-hex p {
  font-size: 14px;
  height: 0;
  line-height: 24px;
  overflow: hidden;
  transition: all 0.4s ease 0s;
}
.service-hex:hover {
  z-index: 2;
}
.service-hex:hover svg {
  transform: scale(1.5);
}
.service-hex:hover .st1 {
  fill: #fa6862;
}
.service-hex:hover .content {
  width: 135%;
}
.service-hex:hover p {
  height: 72px;
}

.testimonials .item {
  padding-top: 33px;
}
.testimonials .thumb {
  float: left;
  margin-top: -20px;
}
.testimonials .thumb img {
  width: auto;
}
@media only screen and (max-width: 991px) {
  .testimonials .thumb {
    float: none;
    margin-top: 0;
    margin: auto;
  }
}
.testimonials .text {
  /* border: 1px solid #cecece; */
  font-size: 14px;
  /* font-style: italic; */
  line-height: 20px;
  margin-left: 50px;
  padding: 5px 30px 29px 142px;
}
@media only screen and (max-width: 991px) {
  .testimonials .text {
    font-size: 14px;
    /* font-style: italic; */
    line-height: 20px;
    margin-left: -100px;
    padding: 5px 30px 29px 142px;
  }
}
.testimonials figcaption {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding-top: 15px;
  text-align: center;
}
.testimonials h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.testimonials span {
  font-size: 12px;
}
.testimonials .slick-slide {
  margin: 0 15px;
}
.testimonials .slick-slide:focus {
  outline: 0;
}
.testimonials .slick-slide:nth-child(2n) .thumb {
  float: right;
}
@media only screen and (max-width: 991px) {
  .testimonials .slick-slide:nth-child(2n) .thumb {
    float: none;
  }
}
.testimonials .slick-slide:nth-child(2n) .text {
  margin-left: 0;
  margin-right: 50px;
  padding: 27px 142px 29px 30px;
}
@media only screen and (max-width: 991px) {
  .testimonials .slick-slide:nth-child(2n) .text {
    padding: 29px 30px 29px 30px;
    margin-right: 0;
  }
}
.testimonials .slick-dots {
  text-align: center;
}
.testimonials .slick-dots button {
  border: 2px solid #1e2530;
  border-radius: 15px;
  display: inline-block;
  height: 11px;
  margin: 0 4px;
  width: 11px;
  transition: all 0.3s ease 0s;
}
.testimonials .slick-dots button:before {
  display: none;
}
.testimonials .slick-dots .slick-active button {
  border-color: #fa6862;
}

.tm-hex {
  position: relative;
  width: 170px;
  height: 98.15px;
  margin: 49.07px 0;
  background-size: auto 182.4427px;
  background-position: center;
  border-left: solid 6px #1e2530;
  border-right: solid 6px #1e2530;
}
@media only screen and (max-width: 991px) {
  .tm-hex {
    margin: 49.07px auto;
  }
}
.tm-hex::after {
  content: "";
  position: absolute;
  top: 3.4641px;
  left: 0;
  width: 158px;
  height: 91.2213px;
  z-index: 2;
  background: inherit;
}
.tm-hex .hexTop,
.tm-hex .hexBottom {
  position: absolute;
  z-index: 1;
  width: 120.21px;
  height: 120.21px;
  overflow: hidden;
  background: inherit;
  left: 18.9px;
  transform: scaleY(0.5774) rotate(-45deg);
}
.tm-hex .hexTop::before, .tm-hex .hexTop::after,
.tm-hex .hexBottom::before,
.tm-hex .hexBottom::after {
  content: "";
  position: absolute;
  width: 158px;
  height: 91.221342532px;
  background: inherit;
  transform-origin: 0 0;
  transform: rotate(45deg) scaleY(1.7321) translateY(-45.6107px);
}
.tm-hex .hexTop {
  top: -60.1041px;
  border-top: solid 8.4853px #1e2530;
  border-right: solid 8.4853px #1e2530;
}
.tm-hex .hexTop::after {
  background-position: center top;
}
.tm-hex .hexBottom {
  bottom: -60.1041px;
  border-bottom: solid 8.4853px #1e2530;
  border-left: solid 8.4853px #1e2530;
}
.tm-hex .hexBottom::after {
  background-position: center bottom;
}

.contact-block {
  margin-bottom: 30px;
}
.contact-block:last-child {
  margin-bottom: 0;
}
.contact-block .media-left {
  font-size: 40px;
  max-width: 50px;
  min-width: 50px;
  padding-right: 0;
  text-align: center;
}
.contact-block .media-body {
  padding-left: 30px;
}
.contact-block h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-block p {
  font-weight: 400;
  font-size: 15px;
}

.contact-social {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.contact-social li {
  display: inline-block;
  position: relative;
  width: 43px;
}
.contact-social li a {
  color: #fff;
  display: block;
  font-size: 14px;
  height: 50px;
  left: 50%;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 43px;
  transform: translate(-50%, -50%);
}
.contact-social li:hover span {
  background-color: #fa6862;
}
.contact-social li:hover span::before {
  border-bottom-color: #fa6862;
}
.contact-social li:hover span::after {
  border-top-color: #fa6862;
}

.contact-social-hex {
  display: block;
  position: relative;
  width: 43px;
  height: 24.83px;
  background-color: #1e2530;
  margin: 12.41px 0;
  transition: all 0.3s ease 0s;
}
.contact-social-hex::before, .contact-social-hex::after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 21.5px solid transparent;
  border-right: 21.5px solid transparent;
  transition: all 0.3s ease 0s;
}
.contact-social-hex::before {
  bottom: 100%;
  border-bottom: 12.41px solid #1e2530;
}
.contact-social-hex::after {
  top: 100%;
  width: 0;
  border-top: 12.41px solid #1e2530;
}
.contact-social-hex:hover::after {
  border-bottom-color: #fa6862;
}
.contact-social-hex:hover::before {
  border-top-color: #fa6862;
}

.contact-form .input-field {
  margin-bottom: 10px;
}
.contact-form .input-field.name {
  margin-right: 5px;
}
.contact-form .input-field.email {
  margin-left: 5px;
}
.contact-form .input-field label.error {
  color: #ff0000;
  font-size: 13px;
  margin: 0;
}
.contact-form .input-icon {
  background-color: #1e2530;
  border-radius: 3px 0 0 3px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 48px;
  min-width: 53px;
  text-align: center;
  left: 0;
  line-height: 48px;
  min-width: 53px;
  position: absolute;
  top: 0;
}
.contact-form .form-control {
  background-color: #1e2530;
  color: #bcbcbc;
  border: 0 none;
  border-radius: 3px;
  height: 48px;
  padding-left: 70px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
}
.contact-form .form-control:focus {
  box-shadow: none;
  color: #fff;
}
.contact-form textarea.form-control {
  border-radius: 3px;
  height: 120px;
  padding: 15px 10px 15px 70px;
}
.contact-form .message .input-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.msg-success,
.msg-failed {
  display: none;
  margin-top: 15px;
}

.msg-success {
  color: #fa6862;
}

.pt-table.desktop-768 .pt-tablecell {
  padding-bottom: 0;
  padding-top: 0;
}
.pt-table.desktop-768 .pt-tablecell .page-nav {
  bottom: 0;
}

/* =================================== */
/*  Color Switcher
/* =================================== */
.preview-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  border-right: 0;
  color: #333;
  height: 48px;
  right: 0px;
  position: fixed;
  top: 220px;
  width: 260px;
  z-index: 1200;
  transition: all 0.4s ease-in-out 0s;
  transform: translateX(100%);
}

.preview-wrapper.extend {
  transform: translateX(0px);
}

.switcher-head {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  height: 46px;
  line-height: 46px;
  position: relative;
}

.switcher-head span {
  border-bottom: 2px solid #eeeeee;
  display: block;
  margin: 0 20px;
}

.switcher-trigger {
  background-color: #fff;
  border: 1px solid #ddd;
  border-right: 0;
  cursor: pointer;
  font-size: 20px;
  height: 48px;
  left: -48px;
  line-height: 46px;
  position: absolute;
  text-align: center;
  top: -1px;
  width: 48px;
}

.switcher-body {
  background-color: #fff;
  height: calc(100% - 50px);
  left: 0;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 47px;
  outline: none;
}

.switcher-body h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.switcher-body select {
  border: 1px solid #e5e5e5;
  height: 40px;
  margin-bottom: 20px;
  width: 100%;
  -webklit--appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
}

.color-options {
  margin-bottom: 10px;
  padding: 0;
}

.color-options li {
  display: inline-block;
  background-color: #e6ae03;
  height: 30px;
  margin-bottom: 10px;
  margin-right: 6px;
  text-indent: -9999em;
  width: 30px;
  cursor: pointer;
}

.color-options li.c0 {
  background-color: #fa6862;
}

.color-options li.c1 {
  background-color: #02b7ce;
}

.color-options li.c2 {
  background-color: #86a438;
}

.color-options li.c3 {
  background-color: #f3a36d;
}

.pattern-options li {
  font-family: "Roboto", sans-serif;
  border: 1px solid #cccccc;
  cursor: pointer;
  float: left;
  height: 40px;
  margin: 0 10px 10px 0;
  text-transform: capitalize;
  width: 50px;
}

.pattern-options li:last-child {
  border: 0 none;
  height: auto;
  padding-top: 8px;
  width: auto;
}

.pattern-options li img {
  width: 100%;
  height: 100%;
}

/*------------------------------------------------
	Responsive Media Queries
-------------------------------------------------*/
/*============================================================
	Macbook pro 13 inch
==============================================================*/
/*============================================================
	For Small Desktop / tablet landscape
==============================================================*/
@media (min-width: 980px) and (max-width: 1150px) {
  .author-image-large img {
    height: calc(80vh - 4px);
  }
}
/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/
@media (min-width: 768px) and (max-width: 979px) {
  body {
    overflow-x: hidden;
  }
  .page-title h2 {
    font-size: 40px;
  }
  .page-title .title-bg {
    font-size: 100px;
  }
  .author-image-large {
    position: static;
    margin-bottom: 50px;
  }
  .author-image-large img {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 50%;
  }
  .about-author + p {
    margin-bottom: 50px;
  }
  .service-hex {
    width: 33.3333%;
  }
  .service-hex:hover {
    z-index: 2;
  }
  .service-hex:hover svg {
    transform: scale(1.5);
  }
  .service-hex:hover .content {
    width: 105%;
  }
  .service-hex:nth-child(4), .service-hex:nth-child(5) {
    transform: translate(50%, -15%);
  }
  .testimonials .item {
    padding-top: 45px;
  }
  .testimonials .thumb {
    margin-top: -45px;
  }
  .history-item .history-text {
    padding-right: 15px;
  }
  .page-nav {
    bottom: auto;
  }
  .page-nav .flex {
    display: block;
    text-align: center;
  }
  .page-nav .flex span {
    display: block;
    margin: 20px 0;
  }
}
/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/
@media only screen and (max-width: 767px) {
  body {
    /* overflow-x: hidden; */
  }
  .pt-table {
    /* height: auto; */
  }
  .pt-table,
.pt-tablecell {
    /* display: block; */
  }
  .page-title {
    margin-bottom: 45px;
  }
  .page-title h2 {
    font-size: 35px;
  }
  .page-title .title-bg {
    font-size: 50px;
  }
  .hexagon-item {
    float: none;
    margin: 0 auto 50px;
  }
  .hexagon-item:first-child {
    margin-left: auto;
  }
  .page-home .hexagon-item:nth-last-child(1),
.page-home .hexagon-item:nth-last-child(2),
.page-home .hexagon-item:nth-last-child(3) {
    transform: rotate(30deg) translate(0px, 0px);
  }
  .author-image-large {
    position: static;
    margin-bottom: 50px;
  }
  .author-image-large img {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 50%;
  }
  .about-author {
    display: block;
  }
  .about-author .author-thumb {
    border: 0 none;
    margin-bottom: 15px;
    margin-right: 0;
    padding: 0;
  }
  .about-author .author-desc b {
    display: block;
  }
  .about-author + p {
    margin-bottom: 50px;
  }
  .progress {
    display: block;
  }
  .progress .skill-name {
    border-right: 0;
    margin: 0 15px;
    min-width: auto;
    text-align: left;
  }
  .progress .skill-lavel {
    border-left: 0;
    margin: 0 15px;
    min-width: auto;
    text-align: left;
  }
  .service-hex {
    float: none;
    margin: 0 auto 40px;
    width: 60%;
  }
  .service-hex:last-child {
    margin-bottom: 0;
  }
  .service-hex:hover svg {
    transform: scale(1.8);
  }
  .service-hex:hover .content {
    width: 120%;
  }
  .history-block {
    margin-bottom: 30px;
  }
  .contact-form .input-field.name {
    margin-right: 0;
  }
  .page-nav {
    bottom: auto;
  }
  .page-nav .flex {
    display: block;
    text-align: center;
  }
  .page-nav .flex span {
    display: block;
    margin: 20px 0;
  }
}
.dark {
  background-color: #0c0f15;
}
.dark .page-home .overlay {
  background-color: rgba(14, 17, 24, 0.97);
}
.dark .page-title h2 {
  color: #ffffff;
}
.dark .page-title .title-bg {
  color: rgba(70, 88, 124, 0.06);
}
.dark .section-title h3::before {
  background-color: #fff;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark .about-author .author-desc p {
  color: #fff;
}
.dark .switcher-body h4 {
  color: #0c0f15;
}
.dark .service-hex .st0 {
  fill: transparent;
}
.dark .service-hex:hover .st0 {
  fill: #fff;
}
.dark .testimonials .text,
.dark .btn-border {
  border-color: #1e2530;
}
/*# sourceMappingURL=style.css.map */

.price-container {
  text-align: center;
}

.original-price {
  color: #999;
  text-decoration: line-through;
  margin-right: 2px;
}

.discounted-price {
  color: #e44d26;
  font-weight: bold;
}

.custom-list-item {
  margin-bottom: 20px;
  border: 5px solid #3498db;
  border-radius: 10px;
  overflow: hidden;
}

.custom-list-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; /* Atur gambar agar penuh dan menyesuaikan ukuran */
}

.padding-xs { padding: .25em; }
.padding-sm { padding: .5em; }
.padding-md { padding: 1em; }
.padding-lg { padding: 1.5em; }
.padding-xl { padding: 3em; }

.padding-x-xs { padding: .25em 0; }
.padding-x-sm { padding: .5em 0; }
.padding-x-md { padding: 1em 0; }
.padding-x-lg { padding: 1.5em 0; }
.padding-x-xl { padding: 3em 0; }

.padding-y-xs { padding: 0 .25em; }
.padding-y-sm { padding: 0 .5em; }
.padding-y-md { padding: 0 1em; }
.padding-y-lg { padding: 0 1.5em; }
.padding-y-xl { padding: 0 3em; }

.padding-top-xs { padding-top: .25em; }
.padding-top-sm { padding-top: .5em; }
.padding-top-md { padding-top: 1em; }
.padding-top-lg { padding-top: 1.5em; }
.padding-top-xl { padding-top: 3em; }

.padding-right-xs { padding-right: .25em; }
.padding-right-sm { padding-right: .5em; }
.padding-right-md { padding-right: 1em; }
.padding-right-lg { padding-right: 1.5em; }
.padding-right-xl { padding-right: 3em; }

.padding-bottom-xs { padding-bottom: .25em; }
.padding-bottom-sm { padding-bottom: .5em; }
.padding-bottom-md { padding-bottom: 1em; }
.padding-bottom-lg { padding-bottom: 1.5em; }
.padding-bottom-xl { padding-bottom: 3em; }

.padding-left-xs { padding-left: .25em; }
.padding-left-sm { padding-left: .5em; }
.padding-left-md { padding-left: 1em; }
.padding-left-lg { padding-left: 1.5em; }
.padding-left-xl { padding-left: 3em; }

.margin-xs { margin: .25em; }
.margin-sm { margin: .5em; }
.margin-md { margin: 1em; }
.margin-lg { margin: 1.5em; }
.margin-xl { margin: 3em; }

.margin-x-xs { margin: .25em 0; }
.margin-x-sm { margin: .5em 0; }
.margin-x-md { margin: 1em 0; }
.margin-x-lg { margin: 1.5em 0; }
.margin-x-xl { margin: 3em 0; }

.margin-y-xs { margin: 0 .25em; }
.margin-y-sm { margin: 0 .5em; }
.margin-y-md { margin: 0 1em; }
.margin-y-lg { margin: 0 1.5em; }
.margin-y-xl { margin: 0 3em; }

.margin-top-xs { margin-top: .25em; }
.margin-top-sm { margin-top: .5em; }
.margin-top-md { margin-top: 1em; }
.margin-top-lg { margin-top: 1.5em; }
.margin-top-xl { margin-top: 3em; }

.margin-right-xs { margin-right: .25em; }
.margin-right-sm { margin-right: .5em; }
.margin-right-md { margin-right: 1em; }
.margin-right-lg { margin-right: 1.5em; }
.margin-right-xl { margin-right: 3em; }

.margin-bottom-xs { margin-bottom: .25em; }
.margin-bottom-sm { margin-bottom: .5em; }
.margin-bottom-md { margin-bottom: 1em; }
.margin-bottom-lg { margin-bottom: 1.5em; }
.margin-bottom-xl { margin-bottom: 3em; }

.margin-left-xs { margin-left: .25em; }
.margin-left-sm { margin-left: .5em; }
.margin-left-md { margin-left: 1em; }
.margin-left-lg { margin-left: 1.5em; }
.margin-left-xl { margin-left: 3em; }

.navigation-bottom {
  background-color: #333;
  color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 5;
  cursor: pointer;
}

.navigation-top {
  color: black;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}

.navigation-top-checkout {
  background-color: rgba(255, 255, 255, 0.95);
  color: black;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  transition: top 0.3s ease-in-out;
}

.navigation-cart-bottom {
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 5;
  cursor: pointer;
}

.bg-gembul {
  background-color: #FA6862;
}

.bg-white {
  background-color: white;
}

.text-gembul {
  color: #FA6862;
}

.font-button {
  font-family: 'Arial', sans-serif !important;
}

/* Warna Dasar */
.text-primary {
  color: #007BFF;
}

.text-black {
  color: #000000;
}

.text-secondary {
  color: #6C757D;
}

.text-success {
  color: #28A745;
}

.text-danger {
  color: #DC3545;
}

.text-warning {
  color: #FFC107;
}

.text-info {
  color: #17A2B8;
}

.text-light {
  color: #F8F9FA;
}

.text-dark {
  color: #343A40;
}

/* Warna Latar */
.bg-primary {
  background-color: #007BFF;
}

.bg-secondary {
  background-color: #ededed;
}

.bg-maroon {
  background-color: #890612;
}

.bg-success {
  background-color: #28A745;
}

.bg-danger {
  background-color: #DC3545;
}

.bg-warning {
  background-color: #FFC107;
}

.bg-info {
  background-color: #17A2B8;
}

.bg-light {
  background-color: #F8F9FA;
}

.bg-dark {
  background-color: #343A40;
}

/* Warna Border */
.border-primary {
  border-color: #007BFF;
}

.border-secondary {
  border-color: #6C757D;
}

.border-success {
  border-color: #28A745;
}

.border-danger {
  border-color: #DC3545;
}

.border-warning {
  border-color: #FFC107;
}

.border-info {
  border-color: #17A2B8;
}

.border-light {
  border-color: #F8F9FA;
}

.border-dark {
  border-color: #343A40;
}

/* Warna Hover */
.hover-primary:hover {
  color: #0056b3;
}

.hover-secondary:hover {
  color: #545b62;
}

.hover-success:hover {
  color: #19692c;
}

.hover-danger:hover {
  color: #a71d2a;
}

.hover-warning:hover {
  color: #d39e00;
}

.hover-info:hover {
  color: #0f4b6e;
}

.hover-light:hover {
  color: #f4f4f4;
}

.hover-dark:hover {
  color: #121416;
}
.cart-icon-container {
  position: relative;
  display: inline-block;
}

.tf-ion-android-cart {
  font-size: 24px; /* Sesuaikan dengan ukuran ikon yang diinginkan */
  color: #333; /* Sesuaikan dengan warna ikon yang diinginkan */
}

.cart-badge {
  position: absolute;
  top: -4px; /* Sesuaikan dengan posisi vertikal badge */
  right: 10px; /* Sesuaikan dengan posisi horizontal badge */
  color: #fff; /* Sesuaikan dengan warna teks badge */
  border-radius: 50%; /* Membuat badge berbentuk lingkaran */
  padding: 2px 6px; /* Sesuaikan dengan padding badge */
  font-size: 12px; /* Sesuaikan dengan ukuran teks badge */
}

.quantity-input {
  display: flex;
  align-items: center;
}

.delete-cart-btn {
  background-color: #890612;
  color: #fff;
  border: none;
  padding: 4px 7px;
  font-size: 12px;
  border-radius: 5px;
  cursor: pointer;
}

.delete-cart-btn:hover {
  background-color: #61060e;
}

.quantity-btn {
  background-color: #FA6862;
  color: #fff;
  border: none;
  padding: 4px 7px;
  font-size: 12px;
  border-radius: 5px;
  cursor: pointer;
}

.quantity-display {
  width: 30px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #ccc;
  margin: 0 5px;
  padding: 3px;
  border-radius: 4px;
  outline: none;
}

.quantity-btn:hover {
  background-color: #a94442;
}

.payment-methods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.payment-method {
  margin: 10px;
  padding: 10px;
  border: 2px solid gray; /* Warna default untuk border */
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease-in-out;
  flex: 0 1 calc(25% - 20px); /* Set width for each item */
  box-sizing: border-box;
}

.payment-method:hover {
  border-color: #FA6862; /* Warna border pada hover */
}

.payment-method:active {
  border-color: #FA6862; /* Warna border pada saat diklik */
}

.active-payment {
  border-color: #FA6862;
}

.payment-method img {
  width: 80px;
  height: auto;
}

.payment-method span {
  display: block;
  margin-top: 8px;
}

/* Custom styling for each payment method */
.bca { background-color: #fff; color: #3498db; }
.dana { background-color: #fff; color: #2ecc71; }
.shopee { background-color: #fff; color: #e74c3c; }
.jago { background-color: #fff; color: #f39c12; }
.cash { background-color: #fff; color: #f39c12; }

/* Media query for responsiveness */
@media screen and (max-width: 768px) {
  .payment-method {
    flex: 0 1 calc(50% - 20px); /* Set width for each item on smaller screens */
  }
}

/* Metode Pengiriman */

.send-methods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.send-method {
  margin: 10px;
  padding: 10px;
  border: 2px solid gray; /* Warna default untuk border */
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease-in-out;
  flex: 0 1 calc(25% - 20px); /* Set width for each item */
  box-sizing: border-box;
}

.send-method:hover {
  border-color: #FA6862; /* Warna border pada hover */
}

.send-method:active {
  border-color: #FA6862; /* Warna border pada saat diklik */
}

.active-send {
  border-color: #FA6862;
}

.send-method img {
  width: 80px;
  height: auto;
}

.send-method span {
  display: block;
  margin-top: 8px;
}

/* Custom styling for each send method */
.take-away { background-color: #fff; color: #3498db; }
.cod { background-color: #fff; color: #2ecc71; }
.gosen { background-color: #fff; color: #e74c3c; }

/* Media query for responsiveness */
@media screen and (max-width: 768px) {
  .send-method {
    flex: 0 1 calc(50% - 90px); /* Set width for each item on smaller screens */
  }
}

.field-icon {
  float: right;
  margin-right: 10px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-sm {
  padding: 0.25rem 1.5rem;
  font-size: 1rem;
  border-radius: 0.2rem;
}