/* remove the below if you don't want smooth scrolling */
html,
body {
  scroll-behavior: smooth;
}

.background-layer-1 {
    background-color: #FFFFFF;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3Ccircle stroke='%23D60' vector-effect='non-scaling-stroke' id='a' fill='none' stroke-width='1.4' r='315'/%3E%3Cuse id='f' href='%23a' stroke-dasharray='100 100 100 9999'/%3E%3Cuse id='b' href='%23a' stroke-dasharray='250 250 250 250 250 9999'/%3E%3Cuse id='e' href='%23a' stroke-dasharray='1000 500 1000 500 9999'/%3E%3Cuse id='g' href='%23a' stroke-dasharray='1500 9999'/%3E%3Cuse id='h' href='%23a' stroke-dasharray='2000 500 500 9999'/%3E%3Cuse id='j' href='%23a' stroke-dasharray='800 800 800 800 800 9999'/%3E%3Cuse id='k' href='%23a' stroke-dasharray='1200 1200 1200 1200 1200 9999'/%3E%3Cuse id='l' href='%23a' stroke-dasharray='1600 1600 1600 1600 1600 9999'/%3E%3C/defs%3E%3Cg transform='translate(1000 750)' stroke-opacity='0.7'%3E%3Cg transform='rotate(176.4 0 0)' %3E%3Ccircle fill='%23D60' fill-opacity='0.7' r='10'/%3E%3Cg transform='rotate(-87 0 0)'%3E%3Cuse href='%23f' transform='scale(.1) rotate(50 0 0)' /%3E%3Cuse href='%23f' transform='scale(.2) rotate(100 0 0)' /%3E%3Cuse href='%23f' transform='scale(.3) rotate(150 0 0)' /%3E%3C/g%3E%3Cg transform='rotate(-42 0 0)'%3E%3Cuse href='%23b' transform='scale(.4) rotate(200 0 0)' /%3E%3Cuse href='%23z' transform='scale(.5) rotate(250 0 0)' /%3E%3C/g%3E%3Cg id='z' transform='rotate(39.15 0 0)'%3E%3Cg transform='rotate(110.25 0 0)'%3E%3Cuse href='%23b'/%3E%3Cuse href='%23b' transform='scale(1.2) rotate(90 0 0)' /%3E%3Cuse href='%23b' transform='scale(1.4) rotate(60 0 0)' /%3E%3Cuse href='%23e' transform='scale(1.6) rotate(120 0 0)' /%3E%3Cuse href='%23e' transform='scale(1.8) rotate(30 0 0)' /%3E%3C/g%3E%3C/g%3E%3Cg id='y' transform='rotate(189 0 0)'%3E%3Cg transform='rotate(66.15 0 0)'%3E%3Cuse href='%23e' transform='scale(1.1) rotate(20 0 0)' /%3E%3Cuse href='%23g' transform='scale(1.3) rotate(-40 0 0)' /%3E%3Cuse href='%23g' transform='scale(1.5) rotate(60 0 0)' /%3E%3Cuse href='%23h' transform='scale(1.7) rotate(-80 0 0)' /%3E%3Cuse href='%23j' transform='scale(1.9) rotate(100 0 0)' /%3E%3C/g%3E%3C/g%3E%3Cg transform='rotate(-132.3 0 0)'%3E%3Cg transform='rotate(-39.15 0 0)'%3E%3Cg transform='rotate(-252 0 0)'%3E%3Cuse href='%23h' transform='scale(2) rotate(60 0 0)'/%3E%3Cuse href='%23j' transform='scale(2.1) rotate(120 0 0)'/%3E%3Cuse href='%23j' transform='scale(2.3) rotate(180 0 0)'/%3E%3Cuse href='%23h' transform='scale(2.4) rotate(240 0 0)'/%3E%3Cuse href='%23j' transform='scale(2.5) rotate(300 0 0)'/%3E%3C/g%3E%3Cuse href='%23y' transform='scale(2) rotate(180 0 0)' /%3E%3Cuse href='%23j' transform='scale(2.7)'/%3E%3Cuse href='%23j' transform='scale(2.8) rotate(45 0 0)'/%3E%3Cuse href='%23j' transform='scale(2.9) rotate(90 0 0)'/%3E%3Cuse href='%23k' transform='scale(3.1) rotate(135 0 0)'/%3E%3Cuse href='%23k' transform='scale(3.2) rotate(180 0 0)'/%3E%3C/g%3E%3Cuse href='%23k' transform='scale(3.3) rotate(225 0 0)'/%3E%3Cuse href='%23k' transform='scale(3.5) rotate(270 0 0)'/%3E%3Cuse href='%23k' transform='scale(3.6) rotate(315 0 0)'/%3E%3Cuse href='%23k' transform='scale(3.7)'/%3E%3Cuse href='%23k' transform='scale(3.9) rotate(75 0 0)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-size: cover;
}

.background-layer-2 {
    background-color: #ffffff;
    background-image:  radial-gradient(#eb3e00 2px, transparent 2px), radial-gradient(#eb3e00 2px, #ffffff 2px);
    background-size: 80px 80px;
    background-position: 0 0,40px 40px;
    box-shadow: 0px 0px 180px 120px white inset;
}

.background-layer-3 {
    background-color: #ffffff;
    background-image: radial-gradient(#eb3e00 2px, #ffffff 2px);
    background-size: 40px 40px;
}

.background-layer-4 {
    background-color: white;
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(213, 106, 24, 0.73)), url("../../images/Pattern1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}


/* Loading Page Content Visibility */
.pageLoad {
    visibility: hidden;
}

/* Hover Icon Effects */
.hi-icon-wrap {
    display: flex;

	position: fixed;
    right: 30px;
    z-index: 100;

    /* Position Out of View */
    bottom:-150px;
    opacity:0;
    transition: all .5s ease;
    transition-delay: 1s;
}
.hi-icon-wrap.show-hi-icon {
    /* Position In View */
    bottom:20px;
    opacity:1;
    transition: all .5s ease;
    transition-delay: 1s;
}
.hi-icon-wrap .wa-hi-button {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hi-icon-wrap .wa-hi-overlay {
    position: absolute;
    opacity: 0;
    left: 999px;
    margin-right: -20px;
    padding: 5px 10px;
    background-color: #25d365;
    font-size: 22px;
    font-family: "Electrolize", serif;
    font-weight: 500;
    letter-spacing: 1px;
    color: white;
    border-radius: 10px;
    z-index: 100;
}
/* Popup arrow */
.hi-icon-wrap .wa-hi-overlay::after {
    justify-content: right;
    content: "";
    position: absolute;
    top: 34%;
    left: 67%;
    margin-left: 14px;
    border-width: 16px;
    border-style: solid;
    border-color: transparent transparent transparent #25d365;
}
.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 10px;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}
.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.hi-icon:before {
	speak: none;
	font-size: 32px;
	line-height: 65px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
/* Effect 1 */
.hi-icon-effect-1 .hi-icon {
	background: #25d365c2;
    box-shadow: 2px 2px 3px #999999af;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
.hi-icon-effect-1 .hi-icon:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #25d366;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}
/* Effect 1b */
.wa-hi-button:hover .wa-hi-overlay  {
    position: static;
    left: 0px;
	margin-right: 20px;
    opacity: 1;
    transition: margin 0.5s, opacity 0.5s;
}
.wa-hi-button:hover .wa-hi-overlay::after {
    margin-left: -6px;
    transition: margin 0.5s;
}
.hi-icon-effect-1b .hi-icon:hover {
	background: #25d366;
	color: rgba(255,255,255,1);
    box-shadow: none;
}
.hi-icon-effect-1b .hi-icon:after {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.hi-icon-effect-1b .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}



.floating-btt-icon {
    margin-top: 20px;
}

.floating-btt {
    position: fixed;
    width: 60px;
    height: 60px;
    left: 40px;
    background-color: #ff9a47c1;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    box-shadow: 2px 2px 3px #999;
    z-index: 50;

    /* Position Out of View */
    bottom:-150px;
    opacity:1;
    transition: all .5s ease;
    transition-delay: 1s;
}

.floating-btt:hover {
    background-color: #fd7e16;
}

.floating-btt.show-btt2 {
    /* Position In View */
    bottom:40px;
    opacity:1;
    transition: all .5s ease;
    transition-delay: 1s;
}

.h-captcha {
    transform:scale(1);
    transform-origin:0 0;
    display: none;
}

/*============================================================*/

.shape-type {
    background-color: #fafafa;
    padding: 80px 0px;
}

.shape-type .section-heading {
    margin-bottom: 30px;
}

.shape-type h2 {
    /* max-width: 500px;
    justify-content: center; */
}

.shape-type .flex-container, .section-top .flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1280px;
    margin: auto;
}

.shape-type .card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    padding: 25px 20px 25px 20px;
    margin: 0px 15px 30px 15px;
    width: 315px;
    align-self: stretch;
}

.shape-type .card img {
    max-height: 250px;
    width: auto;
}

.shape-type .card .type-name {
    font-size: 20px;
    color: #1e1e1e;
    font-weight: 700;
    border-bottom: 2px solid #e4e4e4;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.shape-type .card a {
    display: block;
    text-align: left;
    font-size: 18px;
    color: #525252;
    font-weight: 400;
    letter-spacing: 1px;
    margin-left: 5px;
}

.shape-type .card .spec-container {
    background-color: #ffc0af;
    border-radius: 5px;
    margin-top: 15px;
    padding: 5px 10px 5px 10px;
    color: white;
    box-shadow: 0px 0px 15px white;
}

.shape-type .card .spec-container ul li {
    /* margin-bottom: 20px; */
}

.shape-type .card .spec-container a {
    font-family: "Darker Grotesque", serif;
    display: block;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    color: rgb(100, 100, 100);
    letter-spacing: 0px;
    margin-left: 0px;
}

.shape-type .card .spec-container span {
    font-family: "Darker Grotesque", serif;
    font-size: 18px;
    color: rgb(51, 51, 51);
    font-weight: 700;
    float: right;
    display: inline-block;
    letter-spacing: 0px;
}

.production-process {
    /* background-color: #b7b7b7; */
    padding: 80px 0px;
}

.production-process .card {
    background-color: white;
    /* background-image: linear-gradient(to bottom right, rgb(255, 98, 0), yellow); */
    border-style: none;
    border-radius: 10px;
    /* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); */
    padding: 25px 20px 25px 20px;
    /* margin: 0px 15px 30px 15px; */
    /* max-width: 350px; */
}

.production-process img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 500px;
}

.production-process h4 {
    text-align: center;
    /* margin-top: 15px; */
    margin-bottom: 15px;
    /* font-size: 1.2vw; */
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: #ff8827d8;
    text-underline-offset: 10px;
}

.owl-dot span {
    background-color: rgb(217, 217, 217) !important;
}

.owl-dot.active .titik {
    background-color: rgb(255, 169, 56) !important;
    color: rgba(0, 0, 0, 0.7);
    width: 50px;
    border-radius: 50px;
    border-color: rgba(0, 0, 0, 0.7);
}

.owl-dot:hover .titik {
    background-color: rgb(255, 220, 180);
}

.titik {
    background-color: rgb(217, 217, 217, 0.3);
    border-radius: 50%;
    border-color: rgba(0, 0, 0, 0.2);
    margin-left: 10px;
    margin-right: 10px;
    min-width: 30px;
    color: rgba(0, 0, 0, 0.5);
}

.owl-next, .owl-prev {
    background-color: rgba(231, 231, 231, 0.3) !important;
    color: white !important;
    font-size: 40px !important;
    border-radius: 100% !important;
    width: 60px;
    position: absolute;
}

.owl-next:hover, .owl-prev:hover {
    background-color: rgba(231, 231, 231, 0.7) !important;
}

.owl-next:active, .owl-prev:active {
    background-color: rgba(255, 130, 25, 0.6) !important;
}

.owl-next {
    right: 2%;
    top: 45%;
}

.owl-prev {
    left: 2%;
    bottom: 45%;
}

.order-terms {
    background-color: white;
    padding: 80px 0px;
}

.order-terms .section-heading {
    margin-bottom: 15px;
}

.order-terms .flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1280px;
    margin: auto;
}

.order-terms h2 {
    font-size: 28px;
    color: #F35525;
    text-shadow: 0px 0px 20px #adadad80;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 3px;
    background-color: white;
    width: fit-content;
    margin: auto;
    /* text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
}

.order-terms .content-card {
    background-color: #f9f9f9;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    padding: 30px 30px 30px 30px;
    margin: 0px 30px 30px 30px;
    width: 800px;
    align-self: stretch;
}

.order-terms .content-card .line-space {
    margin-top: 20px;
}

.order-terms .content-card ul li {
    list-style-type: disc;
    margin-left: 20px;
}

.order-terms .content-card ul li ul li {
    list-style-type: circle;
    margin-left: 20px;
}

.order-terms .content-card h4 {
    color: #ff8827d8;
    padding-bottom: 5px;
    border-bottom: 3px solid #ff8827d8;
    margin-bottom: 5px;
}

.order-contact {
    background-color: rgba(220, 220, 220, 0.5);
    padding: 60px 0px;
}

.order-contact .section-heading {
    margin-bottom: 40px;
}

.order-contact .grid-container {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    justify-content: center;
}

.order-contact .grid-container .field-groups {
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
}

.order-contact .grid-container .field-group {
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    grid-column: span 2;
    width: 700px;
}

.order-contact input[type=text], 
.order-contact input[type=email], 
.order-contact input[type=number], select, textarea {
    width: 100%;
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.order-contact button[type=submit] {
    width: 100%;
    background-color: #ff8827d8;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.order-contact button[type=submit]:hover {
    background-color: #f87d19d8;
}

section[class=section-top] {
    background-color: #f35525;
    color: white;
    padding: 10px 40px 10px 40px;
    
}

.section-top .flex-container .card1 {
    background-color: transparent;
    padding: 10px 10px;
    flex-grow: 1;
}

.section-top .logo img {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 5px;
}

.section-top .logo h1 {
    color: white;
    font-size: 24px;
}

.section-top .flex-container .card2 {
    background-color: transparent;
    padding: 10px 30px;
    flex-grow: 1;
}

.section-top .flex-container .card3 {
    background-color: transparent;
    padding: 10px 10px;
    flex-grow: 1;
}

.section-top .flex-container h2 {
    color: white;
    margin-bottom: 15px;
}

.section-top .flex-container h4 {
    color: white;
}

.section-top .grid-container {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    /* justify-content: center; */
}

.section-top .grid-container .field-groups {
    border-radius: 10px;
    padding: 5px 0px 5px 0px;
    height: 50px;
}

.section-top .grid-container .field-group {
    border-radius: 10px;
    padding: 5px 0px 5px 0px;
    grid-column: span 2;
}

.section-top input[type=email], select, textarea {
    width: 100%;
    height: 40px;
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.section-top button[type=submit] {
    width: auto;
    height: 100%;
    background-color: #ff8827d8;
    color: white;
    padding: 0px 18px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 10px;
}

.section-top button[type=submit]:hover {
    background-color: #f87d19d8;
}

.section-line {
    border-bottom: 1px solid #eee;
    max-width: 1000px;
    width: 95%;
    justify-content: center;
    margin: auto;
}

.login-section {
    width: 100%;
    height: 100vh;
    background-color: orange;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-section .card {
    background-color: rgb(222, 222, 222);
    border-radius: 20px;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: auto;
    flex-direction: column;
}
.login-section .card h2 {
    text-align: center;
}
.login-section .card .grid-container {
    display: grid;
    flex-direction: row;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
}
.login-section .card .grid-container .field-group {
    /* background-color: green; */
}


/* The animation code */
@keyframes transition-onScroll {
    0% {opacity: 0; scale: 0.5;}
    100% {opacity: 1; scale: 1;}
}

.anim-onScroll {
    animation: appear linear;
    animation-timeline: view();
    /* animation-range: entry 0; */
}

.anim-onScroll {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(+10%);
    transition: all 0.7s;
}

.anim-onScroll-play {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}


@media only screen and (max-width: 1920px) {
    .production-process img {
        height: 450px;
    }
}

@media only screen and (max-width: 1280px) {
    .production-process img {
        height: 400px;
    }

    .section-top .flex-container .card2 {
        padding: 10px 30px;
    }
}

@media only screen and (max-width: 992px) {
    .shape-type .card .spec-container span {
        float: left !important;
        width: auto !important;
        margin-top: -10px;
    }

    .shape-type .card .spec-container ul li {
        margin-bottom: 0px;
    }

    .production-process img {
        max-height: 300px;
    }

    .owl-next {
        top: 43%;
    }
    
    .owl-prev {
        bottom: 41%;
    }

    section[class=section-top] {
        padding-left: 30px;
        padding-right: 30px;
    }

    .section-top .flex-container .card2 {
        flex-grow: 0.1;
    }

    .section-top .flex-container .card2 {
        padding: 10px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .order-contact .grid-container .field-group {
        width: auto;
    }
}

@media only screen and (max-width: 625px) {
    section[class=section-top] {
        padding-left: 20px;
        padding-right: 20px;
        flex-shrink: 1;
    }

    .section-top .flex-container .card2 {
        flex-grow: 1;
    }
}

@media only screen and (max-width: 420px) {
    .floating-btt {
        left: 20px;
    }
    .floating-btt.show-btt2 {
        bottom:30px;
    }
    .hi-icon-wrap {
        right: 10px;
    }
    .hi-icon-wrap.show-hi-icon {
        bottom:10px;
    }
    .wa-hi-button:hover .wa-hi-overlay  {
        margin-left: 20px;
        font-size: 20px;
        letter-spacing: -1px;
    }
    .wa-hi-button:hover .wa-hi-overlay::after {
        margin-left: -14px;
    }
}

@media only screen and (max-width: 350px) {
    .h-captcha.signup {
        transform:scale(0.9);
        transform-origin:0 0;
    }
}