@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400;500;700&display=swap');

::-webkit-scrollbar {
	background: #F5F5F5;
	width: 10px;
	}
	::-webkit-scrollbar-track {
	/*border-left: 1px solid #000;*/
	}
	::-webkit-scrollbar-thumb {
	background: var(--colorRed);
		/*-webkit-box-shadow: inset 0 0 6px #0e446c;*/
		border-radius: 0px;
	}
	::-webkit-scrollbar-thumb:hover {
	background: var(--colorRed);
		/*-webkit-box-shadow: inset 0 0 6px #0e446c;*/
	}
	::-webkit-scrollbar-thumb:window-inactive {
	background: var(--colorRed);
	}

* {
    padding: 0;
    margin: 0;
}

html {
	--colorRed: #EA2027;
}

body {
    font-family: 'Montserrat', sans-serif !important;
}

/* HEADER */

header {
	background-color: var(--colorRed);
	color: white;
	font-size: 0;
	text-align: center;
	padding: 30px 0;
}

.header {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 30px;
	margin: 0 15px;
}

.header i {
	font-size: 15px;
	margin-right: 10px;
}

/* MENU */

nav {
	position: sticky !important;
	top: 0;
	z-index: 999;
	background-color: white !important;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
	padding: 30px 10% !important;
}

a.navbar-brand {
	padding: 0;
	margin: 0;
}

a.navbar-brand img {
	width: 300px;
	height: auto;
}

a.nav-link {
	color: #212529 !important;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: .2s;
	padding: 0 !important;
	margin: 0 15px;
}

a.nav-link:hover {
	color: var(--colorRed) !important;
}

/* CAROUSEL (BOOTSTRAP) */

.carousel-item
{
	position: relative;
}

.carousel-item img
{
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: center center;
}

.carousel-item-text
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 57px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	text-align: center;
	padding: 30px 100px;
}

.carousel-item-text h1
{
	font-size: 24px;
}

.carousel-item-text p
{
	margin: 0;
}

/* ABOUT US */

.about-us {
	background-color: white;
	padding: 100px 0;
	margin: 0 10%;
}

.about-us-photo img {
	width: 100%;
	height: 700px;
	object-fit: cover;
	object-position: center;
}

.about-us-text h1 {
	font-size: 24px;
	border-left: 5px solid var(--colorRed);
	padding-left: 10px;
	margin-bottom: 16px;
}

.about-us-text p {
	text-align: justify;
}

.about-us-text hr {
	margin: 30px 0;
}

.about-us-text span {
	font-weight: 500;
}

/* PACKAGING */

.packaging {
	background-image: url(img/home-2.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.10);
	padding: 100px 10%;
}

.packaging-header {
	text-align: center;
	padding: 0 10%;
	margin: 0 0 100px 0;
}

.packaging-header h1 {
	font-size: 24px;
}

.packaging-header p {
	font-size: 16px;
	margin: 0;
}

.packaging-card {
	background-color: #F5F5F5;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
	margin: 0 0 30px 0;
}

.packaging-card-last {
	margin: 0;
}

.packaging-card-text {
	background-color: #F5F5F5;
	width: 100%;
	height: 400px;
	text-align: center;
	padding: 30px !important;

	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}

.packaging-card-text h2 {
	font-size: 20px;
}

.packaging-card-text p {
	margin: 0 0 30px 0;
}

.packaging-card-photo {
	background-color: #FFFFFF;
	width: 100%;
	height: 400px;
	padding: 0 !important;
}

.packaging-card-photo img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: center;
}

/* MODAL POPUP */

.modal-content {
	border: none !important;
	border-radius: 0 !important;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
	padding: 30px;
}

.modal-content hr {
	margin: 30px 0;
}

.modal-body {
	text-align: justify;
	padding: 0 !important;
}

.modal-body h1 {
	font-size: 24px;
	margin: 0;
}

.modal-body p {
	margin-bottom: 16px;
}

.modal-body p:nth-last-child(1) {
	margin-bottom: 0;
}

.modal-footer {
	border: none !important;
	padding: 0 !important;
}

.modal-popup button.modal-popup-btn-1 {
	display: inline-block;
	background-color: var(--colorRed);
	color: #FFFFFF;
	font-size: 13px;
	/* font-weight: 500; */
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	border-radius: 8px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
	transition: .2s;
	padding: 10px 20px;
}

.modal-popup button.modal-popup-btn-1:hover {
	background-color: #202020;
	color: #FFFFFF;
	text-decoration: none;
}

.modal-popup button.modal-popup-btn-1:active {
	background-color: var(--colorRed) !important;
	box-shadow: none !important;
}

.modal-popup button.modal-popup-btn-1:focus {
	box-shadow: none;
}

.modal-popup button.modal-popup-btn-1 i {
	margin-left: 10px;
}

.modal-popup button.modal-popup-btn-2 {
	margin: 0 15px 0 0;
}

.modal-popup button.modal-popup-btn-3 {
	display: inline-block;
	background-color: #202020;
	color: #FFFFFF;
	font-size: 13px;
	/* font-weight: 500; */
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	border-radius: 0;
	transition: .2s;
	padding: 10px 20px;
	margin: 0;
}

.modal-popup button.modal-popup-btn-3:hover {
	cursor: default;
}

.modal-popup button.modal-popup-btn-3:active {
	background-color: #202020 !important;
	box-shadow: none !important;
}

.modal-popup button.modal-popup-btn-3:focus {
	box-shadow: none;
}

.modal-popup button.modal-popup-btn-3 i {
	margin-left: 10px;
}

.modal-popup button.modal-popup-btn-3 a {
	color: white;
}

/* IMPLEMENTATION */

.implementation {
	text-align: center;
	font-size: 0;
	overflow-x: hidden;
	padding: 100px 0;
}

.implementation h1 {
	font-size: 24px;
	padding: 0 30px;
	margin: 0;
}

.implementation hr {
	display: inline-block;
	width: 50px;
	height: 3px;
	background-color: var(--colorRed);
	margin: 15px 0 0 0;
}

.implementation a {
	display: inline-block;
	background-color: var(--colorRed);
	color: white;
	font-size: 20px;
	font-weight: 500;
	border-radius: 30px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
	cursor: default;
	padding: 15px 30px;
}

.implementation a i {
	font-size: 20px;
	color: white;
	margin-right: 10px;
}

.implementation a:hover {
	color: white;
	text-decoration: none;
}

.implementation-card {
	margin: 100px 0;
}

.implementation-card-icon i {
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 50px;
	text-align: center;
	/* border: 2px solid var(--colorRed); */
	border-radius: 50%;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
}

.implementation-card-icon h2 {
	font-size: 20px;
	margin: 15px 0 0 0;
}

.implementation-card-icon h2 span {
	color: var(--colorRed);
	font-weight: 700;
}

/* PRINTING */

.printing {
	background-image: url(img/printing/bg.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.10);
	padding: 100px 10%;
}

.printing-header {
	text-align: center;
}

.printing-header h1 {
	font-size: 24px;
}

.printing-header p {
	padding: 0 10%;
	margin-bottom: 100px;
}

.printing-text h2 {
	font-size: 20px;
}

.printing-text p {
	margin-bottom: 30px;
}

.printing-text ul {
	margin-left: 30px;
}

.printing-text span {
	display: inline-block;
	margin-top: 30px;
}

.printing-gallery-photo {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center center;
	border: 5px solid white;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
}

.printing-gallery-photo a {
	display: inline-block;
	width: 100%;
	height: 190px;
	line-height: 200px;
	text-align: center;
	transition: .2s;
	opacity: 0;
}

.printing-gallery-photo a:hover {
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 1;
}

.printing-gallery-photo a i {
	color: white;
	font-size: 30px;
}

.printing-gallery-photo-1 {
	background-image: url(img/printing/1.jpg);
}

.printing-gallery-photo-2 {
	background-image: url(img/printing/2.jpg);
}

.printing-gallery-photo-3 {
	background-image: url(img/printing/3.jpg);
}

.printing-gallery-photo-4 {
	background-image: url(img/printing/4.jpg);
}

.printing-gallery-photo-5 {
	background-image: url(img/printing/5.jpg);
}

.printing-gallery-photo-6 {
	background-image: url(img/printing/6.jpg);
}

.printing-gallery-row-top {
	margin-bottom: 30px;
}

/* CONTACT */

.contact {
	background-color: white;
	overflow: hidden;
}

.contact-maps iframe {
	width: 100%;
	height: 100%;
}

.contact-cards {
	text-align: center;
	padding: 100px 10% !important;
}

.contact-cards h1 {
	font-size: 24px;
	margin: 0;
}

.contact-cards h1 i {
	margin-left: 15px;
}

.contact-cards hr {
	display: inline-block;
	width: 50px;
	height: 3px;
	background-color: var(--colorRed);
	margin: 15px 0 100px 0;
}

.contact-card {
	min-height: 100px;
	line-height: 100px;
	text-align: left;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
	padding: 0 30px;
	margin-bottom: 30px;
}

.contact-card i {
	background-color: var(--colorRed);
	color: white;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
}

.contact-card h2 {
	float: right;
	font-size: 20px;
	line-height: 100px;
	margin: 0;
}

.contact-card-last {
	margin: 0;
}

/* FOOTER */

footer {
	background-color: #101010;
	color: #FFFFFF;
	text-align: center;
	padding: 100px 10%;
}

.footer .footer-card {
	font-size: 13px;
	/* font-weight: 500; */
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footer .footer-card i {
	display: inline-block;
	background-color: #202020;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	border-radius: 50%;
	margin-right: 15px;
}

footer hr {
	background-color: #202020;
	margin: 30px 0;
}

footer span {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}