/*** General CSS ***/

body {
  font-family: 'Poppins', sans-serif;
}

/***ul, li, span {
  font-family: 'Poppins', sans-serif !important;
}***/
ul, li, span {
  font-family: 'Poppins', sans-serif;
}


@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}

.new-menu-item a {
    display: inline-block;
    text-decoration: none;
    background-color: #ff0; /* Yellow background */
}

.new-menu-item img {
    animation: pulse 1s infinite;
  background-color: #ff0; /* Yellow background */
    width: 100px; /* Customize the size */
    height: auto; /* Maintain aspect ratio */
  padding: 5px;
    border-radius: 20px;
}

#sp-footer {
    background-color: #ec008c !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
}

.btn,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-weight: 500;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 34px;
    cursor: pointer;
    border: 0!important;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    border-radius: 30px;
    border: 1px solid!important;
}
.btn:hover,
#sp_qc_submit:hover {
    background: none!important;
  	color: #212529;
  	border-color: #212529;
}

/*** Header Area ***/
/* Top Header */

/* Header Logo */


/* Header Menu */
#sp-header {       /*** Top Bar ***/
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    top: 0;
    height: inherit;
    background: #ffffff;
}
#sp-header > .container {
    max-width: 100%;
  	padding: 0 150px;
}
#sp-header .logo {
    height: 100px;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 0 0px 0 0px;
    background-color: #ffffff;
}
body:not(.home)

#sp-header { /*** Top Bar ***/
    background: #ffffff;
    position: static;
}
body:not(.home)

#sp-header.header-sticky {
    position: fixed;    
}


.sp-megamenu-parent>li>span{    /*** Teks di Top Bar ***/
  	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    width: 100%;
    padding: 0px 20px;
    position: relative;
    font-weight: 1000;
    letter-spacing: .05em;
    color: #283891;
    font-size: 17px;
}
.sp-megamenu-parent > li span:hover {
  background-color: #283891;
  color: white;
  font-weight: 1000;
  font-size: 17px;
}

.sp-megamenu-parent > li > a {    /*** Teks di Top Bar ***/
  	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    width: 100%;
    padding: 0px 20px;
    position: relative;
    font-weight: 1000;
    letter-spacing: .05em;
    color: #283891;
    font-size: 17px;
}
.sp-megamenu-parent > li li a {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-weight: 300!important;
}
.sp-megamenu-parent > li li a:hover {
    padding-left: 7px!important;
}
.sp-megamenu-parent > li li a:before {
    content: '+';
    left: -25px;
    width: 20px;
    position: relative;
    color: #001659;
    font-size: 18px;
    font-weight: 400!important;
    line-height: inherit;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
}
.sp-megamenu-parent > li li a:hover:before {
    opacity: 1;
    left: -5px;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}

.burger-icon>span {
    background-color: #283891;
}
.offcanvas-menu > .align-items-center {
    background: #fffff;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #283891;
}

/*** Block Styles ***/
/*** Slider ***/
.slider-column {
    text-align: center;
}
.slider-content {
    display: inline-block;
    width: 685px;
    height: 656px;
    background: #fff;
    margin: 0 auto;
    border-radius: 50%;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #FFC533;
    box-shadow: 0px 0px 10px 0px rgb(198 108 108 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 250px 100px 250px 100px;
}

/*** Social ***/
.social-icon ul {
    padding-left: 0;
}
.social-icon ul li {
    list-style: none;
    display: inline-block;
}
.social-icon ul li a {
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}
.social-icon ul li a i {
    color: #fff;
    font-size: 25px;
    line-height: 50px;
}
.social-icon ul li a strong {
    display: none;
}

/*** Service ***/
.service-item {
    position: relative;
}
.service-item h5 {
    padding: 20px 20px 25px 20px;
    background-color: #FFC533;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.service-item img {
    width: 100%;
}

/*** Counter ***/
.counter-item h1 span {
    font-weight: 500;
    font-size: 86px;
}

/*** Project ***/
.project-content h2 {
    position: relative;
    padding-bottom: 30px;
}
.project-content h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 53px;
    height: 3px;
}
.project-img {
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #ffffff;
    box-shadow: 10px 10px 20px 0px rgb(0 0 0 / 12%);
}

/*** Testimonial ****/
.testimonial-title {
    padding: 50px;
    position: relative;
    margin-top: -250px;
}
.testimonial-bottom {
    position: relative;
}
.testimonial-bottom:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 30%;
    display: inline-block;
    background: #FFC533;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.testimonial-content {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 20px 0px 0px;
    padding: 30px 30px 30px 30px;
    background: #fff;
    border-radius: 8px;
}
.testimonial-content i {
    font-size: 18px;
}
.testimonial-content h5 {
    color: #1f2025;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
}

/*** Contact Form ***/
.contact-modul {
    background: #fff;
    box-shadow: 0px 0px 80px 0px rgb(0 0 0 / 15%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 40px 40px 40px;
}
#sp-quickcontact-form input#name {
    width: 49%;
    float: left;
    margin-right: 2%;
}
#sp-quickcontact-form input#email {
    width: 49%;
}
#sp-quickcontact-form textarea#message {
    width: 100%;
}
#sp-quickcontact-form input {
    width: 100%;
}
#sp-quickcontact-form .sp_qc_clr {
    display: none;
}
#sp-quickcontact-form textarea,
#sp-quickcontact-form input {
    margin-bottom: 20px;
    border-radius: 0;
}
#sp-quickcontact-form #sp_qc_submit {
    width: auto;
    color: #fff;
    border: 2px solid!important;
    border-radius: 7px;
}
#sp-quickcontact-form #sp_qc_submit:hover {
    background: #fff!important;
}

/*** Contact ***/
.contact-title em {
    font-style: inherit;
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}
.contact-column-right .clearfix:nth-child(n+2) {
    float: left;
    width: 50%;
    padding: 30px 10px;
}
.contact-column-right .clearfix:nth-child(4) {
    clear: left;
}


/* Bottom Area */
#sp-footer {
    background-color: #ffffff;
    color: #FFFFFF;
    text-align: center;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	#sp-header {
    	top: 0px;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	#sp-header > .container {
    	padding: 0 10px;
	}
  	.slider-content {
        padding: 80px;
        width: 350px;
        height: auto;
	}
  	.contact-column-right .clearfix:nth-child(n+2) {
        width: 100%;
        padding: 10px 10px;
    }
}

/*** Color Variables ***/
/* Get Variables */
:root {
    --background-color: currentColor;
   --background: currentColor;
   --text-color: currentColor;
}

.btn,
.testimonial-title,
#sp_qc_submit {
  	background-color: var(--background-color);
}

.slider-content h1, 
#sp-footer a, 
#sp-bottom a {
  	color: var(--background-color)!important;
}



                
/* Untuk tambah font krayon */
@font-face {
    font-family: 'DK Cool Crayon';
    src: url('../fonts/dk_cool_crayon-webfont.woff2') format('woff2'),
         url('https://fonts.cdnfonts.com/s/16578/DK Cool Crayon.woff') format('woff');
         url('../fonts/DK_Cool_Crayon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff') format('woff'),
       url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff') format('woff'),
       url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/* contoh penggunaan font custom    
h6 {
    font-family: DK Cool Crayon !important;
    font-family: 'DK Cool Crayon', sans-serif !important;
}*/

@import url('https://fonts.cdnfonts.com/css/dk-cool-crayon');

/* Override untuk tajuk */
h6, h6 span {
  font-family: 'DK Cool Crayon', cursive !important;
}

.element.style {
  width: 300px;
}

