/* -------------------------------------------------
   OfficePrinter Theme v2 – Main Stylesheet
   Design: kontoriprinter2.jpg
   Font: Poppins
-------------------------------------------------- */

:root {
  --brand: #df001d;
  --brand-dark: #c70019;
  --accent: #2db556;
  --heading: #000;
  --text: #666;
  --light: #f5f5f5;
}

body {
  font-family: 'Poppins', sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.6;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  color: var(--heading);
}

p {
  margin-bottom: 1rem;
  color: var(--text);
}
.container {
	max-width:1400px;
}

/* -------------------------------------------------
   Buttons
-------------------------------------------------- */

.btn {
  border-radius: 6px;
  padding: 0.6rem 1.5rem;
  font-weight: 500;
  transition: all 0.25s ease;
}

.btn-danger {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.btn-danger:hover,
.btn-danger:focus {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
}

.btn-outline-secondary {
  border-color: #ccc;
  color: var(--heading);
  background-color:#cfcfcf;
}

.btn-outline-secondary:hover {
  background: var(--heading);
  color: #fff;
}

/* -------------------------------------------------
   Header / Navigation
-------------------------------------------------- */
header {
	background: linear-gradient(90deg, #fff, #ebebeb);
}
header.navbar {
  padding-top:30px;
}
.header-cta {
  margin-left:60px;
}
.header-cta::after {
  display:none!important;
}
.nav-link {
  color: var(--heading);
  font-weight: 500;
  margin-left: 1rem;
  transition: color 0.2s;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--brand);
}
.navbar a img {
	width:80px;
	height:auto;
}

/* -------------------------------------------------
   Hero Section
-------------------------------------------------- */

.hero-section {
  position: relative;
  display: flex;
  align-items: center;
  padding: 220px 0 0;
  background: linear-gradient(90deg, #fff, #ebebeb);
  min-height:520px;
}
.hero-section:after {
	content:"";
	height:5px;
	width:52%;
	background-color:var(--brand);
	bottom: 0;
    right: 0;
    position: absolute;
}

.hero-content {
  z-index: 2;
  margin-top:-140px;
}

.hero-image {
  max-width: 100%;
  width: 100%;
  height: auto;
  position: relative;
  bottom: 0;
  display: block;
  border-radius: 0;
  box-shadow: none;
}

.hero-content h1,
.hero-content h2 {
  font-size: 2.3rem;
  font-weight: 900;
  margin-bottom: 1rem;
  color: var(--heading);
  max-width:640px;
  margin-bottom:0;
}

.hero-content p {
  font-size: 16px;
  max-width: 640px;
}

.hero-image {
  max-width: 100%;
}
.hero-btns {
	margin-top:30px;
}

/* -------------------------------------------------
   Section Base Styles
-------------------------------------------------- */

section {
  padding: 100px 0;
}

section:nth-of-type(even) {
  background: var(--light);
}

#packages {
  background: #fff;
}

section h2 {
  font-size: 2.2rem;
  font-weight: 900;
  text-align: left;
  margin-bottom: 2.5rem;
}

section .red-intro {
	text-transform:uppercase;
	color:var(--brand);
	font-weight:900;
	margin-bottom:15px;
	font-size:16px;
	display:inline-block;
}

/* -------------------------------------------------
   Service Section
-------------------------------------------------- */

#service {
	position:relative;
	background: linear-gradient(270deg, #fff, #ebebeb);
	padding-top:140px;
}
#service:after {
	content:"";
	height:5px;
	width:52%;
	background-color:var(--brand);
	bottom: 0;
    left: 0;
    position: absolute;
}
#service h2 {
  margin-bottom: 1.5rem;
}

#service img {
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

#service .border {
  border-color: #eee !important;
  transition: all 0.25s ease;
}

#service .border:hover {
  box-shadow: 0 6px 15px rgba(0,0,0,0.05);
  transform: translateY(-2px);
}
.service-blocks .service-block {
	border-radius: 25px;
}
.service-blocks img {
	margin-bottom:15px;
}
.service-blocks strong {
	color:#000;
	font-size:16px;
}	
.service-blocks p {
	font-size:15px;
}
/* -------------------------------------------------
   Paketid Section
-------------------------------------------------- */

.package-slider {
  margin-top: 2rem;
  padding-left: 40px;
  padding-right: 40px;
}

.package-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 18px rgba(0,0,0,0.04);
  transition: all 0.3s ease;
  margin:1.2rem;
  border-radius:25px;
  border:1px solid #ebebeb;
  padding:40px 50px;
}

.package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

.package-card img {
  max-height: 200px;
  object-fit: contain;
  margin-bottom: 1rem;
  margin-top:20px;
  margin-bottom:40px;
  margin-left:auto;
  margin-right:auto;
}

.package-card h5 {
  font-weight: 800;
  font-size:16px;
  margin-bottom: 0.75rem;
  color:var(--brand);
  text-transform:uppercase;
}
.package-card .product-link {
	color:black;
	font-weight:500;
	color:black;
	text-decoration:none;
	display:inline-block;
	border-bottom:1px solid;
}
.package-card .product-link {
	color:black;
	font-weight:500;
	border-bottom:1px solid;
}
 .package-price {
	 color:var(--brand);
	 font-size:24px;
	 font-weight:900;
	 margin-top:20px;
}
.extrainfo-small {
	font-size:13px!important;
}
.cta-btn:after {
	content: "";
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: transparent;
    background-size: 7px auto;
    background-repeat: no-repeat;
    background-position: center 1px;
    margin-left: 14px;
	margin-top:-5px;
    background-image: url(../images/readmore-arrow.png);
    transition: all 0.2s ease-in-out;
}
.package-card .text-secondary {
  font-size: 0.95rem;
}
.package-card .text-secondary p {
	font-weight:bold;
	color:black;
}
.package-card ul {
	list-style-type:none;
	padding-left:0;
	margin-top:20px;
}

.package-card ul li {
	padding-bottom:8px;
}
.content-service ul {
  list-style: none; 
  padding-left: 0;
  margin: 0;
  padding-top:20px;
}

.package-card .first-sm {
	margin-bottom:2px!important;
}

.content-service ul li {
  position: relative;
  padding-left: 50px;
  margin: 0 0 20px 0;
}

.content-service ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0; 
  width: 30px;
  height: 30px;
  background: url("../images/checkmark-green.png") no-repeat center / contain;
}


#service .image-wrapper img {
  height: 100%;
  width: auto;
  display: block;
  border-radius: 0 80px 80px 0;
}
.image-holder {
	height:600px;
	width: 800px;
	position:absolute;
	top:160px;
	left:0;
}


/* -------------------------------------------------
   Modal
-------------------------------------------------- */
.modal.show .modal-dialog {
  margin-top:50px;
}
.modal-header {
  padding:20px 40px;
}
.modal-body {
  padding:30px;
}
.modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}


/* -------------------------------------------------
   slick
-------------------------------------------------- */
.slick-prev, .slick-next {
  background:#fff;
  border:1px solid #ebebeb;
  width:65px; height:65px;
  z-index:999;
  border-radius:50px;
}
.slick-prev:before, .slick-next:before {
  content:url(../images/slick-arrow.png);
}
.slick-next {
  transform:rotate(180deg);
  margin-top:-32px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background-color:white;
}

/* -------------------------------------------------
   Contact Section
-------------------------------------------------- */

#contact .card {
  border-radius: 25px;
  border: 1px solid #ebebeb;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

#contact .card-body {
  padding: 2rem;
}

#contact h2 {
  margin-bottom: 1.5rem;
}

#contact p {
  font-size: 1rem;
}
.contact-form-headline {
  text-transform: uppercase;
  display:inline-block;
  font-size:15px;
  font-weight: 800;
  padding-bottom:8px;
  border-bottom:2px solid var(--brand);
  margin-bottom:24px;
}
.contact-form label {
  font-weight:800;
  color:black;
  width:100%;
  margin-top: 10px;
}
.contact-form input, .contact-form textarea {
  width:100%;
  padding:5px 20px;
  border-radius:12px;
  height:50px;
  margin-top:5px;
  border:1px solid #999;
}
.contact-form textarea {
  height:200px;
  width:100%;
  padding-top:15px;
}
.contact-form .take-contact {
    display: inline;
    width: auto;
    border: none;
}
.contact-form .text-muted {
font-size:13px!important;
margin-top:30px;
}
.contact-text {
  padding-right:100px;
}
.contact-details {
  line-height:1.8;
  margin-top:40px;
  margin-bottom:40px;
}
.contact-details a {
  color:initial;
  font-weight:500;
  text-decoration:none;
}

/* -------------------------------------------------
   Footer
-------------------------------------------------- */

footer {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
}

footer p {
  color: #999;
  font-size: 0.9rem;
}
.lg-d-none {
  display:none;
}




/* ======= Hamburger MENU ======= */
:root{
  --toggle-size: 24px;       /* width of icon */
  --toggle-stroke: 2px;      /* thickness of bars */
  --toggle-color: currentColor; /* inherits from .navbar color */
  --toggle-radius: 2px;
  --toggle-duration: .28s;
}

.navbar .navbar-toggler {
  border: 0;
  padding: .25rem .5rem;
}
.navbar .navbar-toggler:focus { box-shadow: none; }

.navbar .toggler-lines {
  position: relative;
  display: inline-block;
  width: var(--toggle-size);
  height: calc(var(--toggle-size) * .75); 
}


.navbar .toggler-lines,
.navbar .navbar-toggler-icon {
  background-image: none !important;
}


.navbar .toggler-lines::before,
.navbar .toggler-lines::after,
.navbar .toggler-lines i {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: var(--toggle-stroke);
  background: var(--toggle-color);
  border-radius: var(--toggle-radius);
  transition:
    transform var(--toggle-duration) ease,
    opacity var(--toggle-duration) ease,
    top var(--toggle-duration) ease;
}

.navbar .toggler-lines::before { top: 0; }
.navbar .toggler-lines::after  { bottom: 0; }
.navbar .toggler-lines i       { top: 50%; transform: translateY(-50%); }

.navbar .toggler-lines i { display:block; }

.navbar .navbar-toggler[aria-expanded="true"] .toggler-lines::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.navbar .navbar-toggler[aria-expanded="true"] .toggler-lines::after {
  bottom: auto; top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.navbar .navbar-toggler[aria-expanded="true"] .toggler-lines i {
  opacity: 0;
  transform: translateY(-50%) scaleX(0.5);
}

.navbar .navbar-toggler { line-height: 1; }
.navbar .navbar-toggler .toggler-lines { margin: .1rem 0; }

.navbar.navbar-dark .navbar-toggler,
.navbar.bg-dark .navbar-toggler { color: #fff; }




/* -------------------------------------------------
   Responsive
-------------------------------------------------- */

@media (max-width: 1650px) {
  .image-holder {
    width:730px;
  }
}
@media (max-width: 1520px) {
  .image-holder {
    width:680px;
  }
}
@media (max-width: 1520px) {
  .image-holder {
   display:none;
  }
  .lg-d-none {
    display:block;
  }
  .lg-d-none img {
    border-radius:0 80px 80px 0!important;
  }
  #service img {
    box-shadow:none;
  }
  .package-card {
    margin:0.5rem;
  }
  .slick-next {
    right:15px;
  }
  .slick-prev {
    left:15px;
  }
}
@media (max-width: 1199px) {
  .contact-text {
    padding-right:20px;
  }
  .contact-form-holder {
    margin-top:40px;
  }
}

@media (max-width: 991px) {
  .header-cta {
    display:none;
  }
  header.navbar {
    padding-top:12px;
  }
  .hero-section {
    padding: 80px 0 0 0;
    text-align: center;
  }
  section {
    padding:60px 0;
  } 
  .hero-content {
    margin-top:100px;
  }
  .hero-content h1, .hero-content h2, .hero-content p {
    max-width:100%;
  }
  .hero-image {
    margin: 0 auto;
    margin-top: 60px;
    width:64%;
  }
  #service {
    padding-top:0;
  }
  .lg-d-none img {
    border-radius: 0 !important;
    margin-bottom:40px;
  }
  .slick-dots {
    position:relative;
  }
  .hero-image {
	  display:none;
  }
  .hero-section {
	  padding-bottom:80px;
  }
  .hero-section:after {
	  display:none;
  }
}

@media (max-width: 575px) {
  .hero-content h1, .hero-content h2 {
    font-size:28px;
  }
  section h2 {
    font-size:24px;
  }
  #contact .card {
    padding:10px!important;
  }
  #contact .card-body {
    padding:30px 0;
  }
  h2 {
    font-size: 1.6rem;
  }
  .package-slider {
    padding-left:15px;
    padding-right:15px;
  }
}
@media (max-width: 480px) {
  .hero-btns .btn-outline-secondary {
    display:none;
  }
}