*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

html{
    overflow-y: overlay;
    overflow-x: hidden;
}

::-webkit-scrollbar{
    width: .7rem;
}

::-webkit-scrollbar-thumb{
    background: linear-gradient(247.44deg, #F2AA3D -11.75%, #FFC736 115.8%);
    border-radius: .5rem;
}


p.price{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 160%;
}

.illustration{
    align-items: center;
    max-width: 40%;
}

.center-container{
    margin-top: -70px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.text-center{
    padding: 0;
}

.box{
    position: absolute;
    width: 96px;
    height: 179px;
    left: 836px;
    top: 0px;
    background: #F2AA3D;
    border-radius: 0px 0px 10px 10px;
    z-index: 1;
}

.box-2{
    position: absolute;
    width: 96px;
    height: 324px;
    left: 0;
    top: 550px;
    background: #F2AA3D;
    border-radius: 0px 0px 10px 10px;
    transform:matrix(0, 1, 1, 0, 0, 0);
    z-index: 1;
}

.box-3{
    position: absolute;
    width: 96px;
    height: 324px;
    right: 0;
    margin-right: -65px;
    top: 120px;
    background: #F2AA3D;
    border-radius: 10px 10px 0px 0px;
    transform:matrix(0, 1, 1, 0, 0, 0);
    z-index: 1;
}

body{
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.logo{
    max-width: 60px;
    border-radius: 50%;
}

p{
    text-align: justify;
}


/* Animation */
.anim {
	animation-name: updown;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transition: all .3s;
}

@-keyframes updown{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-40px);
    }
    100%{
        transform: translateY(0px);
    }
}

h1{
    font-family: 'Raleway', sans-serif;
}

.header-1{
    position: relative;
    width: 610px;
    height: 554px;
    border-bottom-right-radius: 50px;
    border-left: 0;
    border-top-right-radius: 0;
    top: 0;
    left: 0;
    object-fit: cover;
    margin-top: -160px;
}

.bg{
    background-color: transparent;
}

.navbar{
    background-color: #F2AA3D;
    margin: 2.5em 3.5em;
    padding: 5px 10px;
    border-radius: 84px;
    z-index: 3;
}


li .nav-link{
    color: #2b2b2b;
    font-weight: 600;
}

.navbar-toggler:focus{
    box-shadow: none;
}

li .nav-link:hover{
    padding: 5px;
    border-radius: 6px;
    background-color: #F2AA3D;
    color: #fff;
    border-color: transparent;
}

/* Button */

.btn-primary{
    justify-content: center;
    padding: 15px 10px;
    position: relative;
    background-color: #F2AA3D;
    border-style: none;
    font-weight: 700;
    color: #2b2b2b;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 17px rgba(0, 0, 0, 0.2));
}

.btn-primary:focus{
    background-color: #e28e10;
    border-style: none;
    box-shadow: none;
}

.btn-primary:hover{
    background-color: #e28e10;
    box-shadow: none;
}

.btn-secondary{
    margin-top: 20px;
    background-color: #F2AA3D;
    border-style: none;
    width: 200px;
    height: 70px;
    font-size: 24px;
    font-weight: 700;
    color: #2b2b2b;
    border-radius: 13px;
    filter: drop-shadow(0px 0px 17px rgba(0, 0, 0, 0.2));
}

.btn-secondary:focus{
    background-color: #e28e10;
    border-style: none;
    box-shadow: none;
}

.btn-secondary:hover{
    background-color: #e28e10;
    box-shadow: none;
}

.circle .svg{
    position: absolute;
    width: 15%;
    right: 0;
    top: 400px;
    z-index: 1;
}

.circle-2 .svg{
    position: absolute;
    width: 16%;
    right: 0;
    top: 350px;
    z-index: 1;
}

.circle-3 .svg{
    position: absolute;
    width: 17%;
    left: 0;
    z-index: 1;
}

.circle-out{
    box-sizing: border-box;
    background: none;
    border: 17px solid #F2AA3D;
    height: 450px;
    width: 450px;
    margin-top: 40px;
    margin-left: -180px;
    position: absolute;
    border-radius: 50%;
    z-index: 2;
}

.btn-icon{
    padding-right: 20px;
}

.btn-primary{
    align-items: center;
    margin-top: 20px;
    width: 30%;
    background-color: #F2AA3D;
    border-style: none;
    font-weight: 700;
    color: #2b2b2b;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 17px rgba(0, 0, 0, 0.2));
}

.btn-primary:focus{
    background-color: #e28e10;
    border-style: none;
    box-shadow: none;
}

.btn-primary:hover{
    background-color: #e28e10;
    box-shadow: none;
}

.offer{
    color: #2f2f2f;
    text-align: center;
}

.shop{
    width: 20%;
    height: 50%;
    margin-top: 40px;
    font-size: 1.5rem;
    border-style: none;
    padding: 17px 62px;
    background-color: #F2AA3D;
    border-radius: 13px;
}

/* Footer */
.footer{
    padding: 114px;
    background-color: #2b2b2b;
    margin-top: 60px;
    bottom: 0;
    display: flex;
}

.footer-logo{
    max-width: 60%;
}

.card{
    width: 85%;
    z-index: 3;
}

.card-img-top{
    height: 250px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

h6{
    color:#fff;
    font-weight: 700;
}

.card{
    border-radius: 10px;
    border-style: none;
    box-shadow: 0px 0px 21px 10px rgba(0, 0, 0, 0.076);;
}

.card-body{
    margin: 0 15px;
}

p.card-text{
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}

p.address{
    margin-top: 20px;
    margin-left: 0;
    color: #fff;
    font-family: 'Inter',sans-serif;
    font-weight: 200;
}

.footer .social{
    text-align: left;
}

.footer .social a{
    color: #fff;
    display: inline-block;
    font-size: 3.5rem;
    padding-right: 20px;
}
/* Responsive */
@media (max-width:768px){
    .text-center{
        padding: 0 90px;
    }

    .illustration{
        max-width: 60%;
    }
    
    .two .col-md-7{
        margin-top: 40px;
    }

    .col-md-7{
        margin-top: 170px;
    }
    .circle-out{
        display: none;
    }

    .box-3{
        display: none;
    }

    .circle-2 .svg{
        display: none;
    }

    .circle-3 .svg{
        display: none;
    }


    .header-1{
        width: 100%;
        border-bottom-right-radius: 0;
        top: 160px;
    }
    .navbar{
        background-color: #F2AA3D;
        box-shadow: 0px 0px 21px 10px rgba(0, 0, 0, 0.076);
        z-index: 3;
    }
    .logo{
        max-width: 50px;
        border-radius: 50%;
        z-index: 3;
    }
    .ul-bg{
        position: absolute;
        background-color: #F2AA3D;
        justify-content: space-evenly;
        align-items: center;
        width:100%;
        right: 0;
        left: 0;
        margin-top: -32px;
        padding-top: 45px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        min-height: 360px;
        z-index: -1;
    }
    li .nav-link{
        text-align: center;
    }
    p{
        margin-top: -2px;
    }
    .box, .box-2{
        display: none;
    }

    .two{
        margin-top: 40px;
        flex-direction: column-reverse;
    }

    .circle{
        display: none;
    }
    
    .three .col-md-7{
        margin-top: 10px;
    }

    .reverse{
        margin-top: 40px;
        flex-direction: column-reverse;
    }

    .reverse .col-md-7{
        margin-top: 50px;
    }
    
    .four{
        margin-top: -10px;
    }

    .footer-logo{
        margin-bottom: 40px;
        width: 30%;
    }
}

@media (max-width:1200px) {
    .illustration{
        max-width: 50%;
    }

    .circle-3 .svg{
        position: absolute;
        width: 14%;
        right: 0;
        margin-right: 360px;
        z-index: 1;
    }

    .choose-shirt{
        width: 140%;
        height: 140%;
        margin-bottom: 40px;
        left: 80px;
        background: none;
    }

    .clr-btn-container{
        width: 70%;
        height: 72px;
        right: 26px;
        background-color: #CCCCCC;  
    }
}

@media (max-width:992px) {
    .btn-primary{
        width: 70%;
    }

    .illustration{
        max-width: 55%;
    }

    .shop{
        text-align: center;
    }

    .circle .svg{
        display: none;
    }

    .navbar{
        background-color: #F2AA3D;
        box-shadow: 0px 0px 21px 10px rgba(0, 0, 0, 0.076);
    }

    li .nav-link:hover{
        color: #fff;
    }

    .footer-logo{
        max-width: 80%;
    }
}

@media (max-width: 576px) {
    .text-center{
        padding: 0 70px;
    }


    .btn-primary{
        width: 100%;
        margin-top: 10px;
    }

    .illustration{
        max-width: 80%;
    }

    .footer{
        margin: 40px -70px;
    }
    .address{
        margin-right: -10px;
    }

    .reverse{
        margin-top: 0px;
    }
}

@media (max-width:450px) {
    .row{
        top: 20px;
    }

    .btn-primary{
        right: 22px;
    }
    .text-center{
        padding: 0 80px;
    }

    .navbar{
        margin: 2.5em 1.5em
    }

    .btn-primary{
        width: 120%;
    }
}

@media (max-width: 360px){
    .navbar{
        margin: 2.5em 1.2em
    }
}

.container{
    max-width: 100%;
  }
  form .user-details .input-box{
      margin-bottom: 15px;
      width: 100%;
    }
    form .category{
      width: 100%;
    }
    .content form .user-details{
      max-height: 300px;
      overflow-y: scroll;
    }
    .user-details::-webkit-scrollbar{
      width: 5px;
    }
    
    @media(max-width: 459px){
    .container .content .category{
      flex-direction: column;
    }
  }
  form .button{
    height: 45px;
    margin: 35px 0
  }
  form .button input{
    height: 100%;
    width: 100%;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #71b7e6, #FF8C00);
  }





/*  mulai  yoi  */


.headline {
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
	font-size: 45px;
	line-height: 1.2em;
	letter-spacing: 0em;
	margin-bottom: 20px;
	font-weight: 800;
	padding-top: 50px;

}

.container-fluid {
	width: 100%;
}

.gambar-service {
	width: 300px;
}

.listservice li {
	font-family: 'Montserrat';
	color: black;
	font-size: 20px;
	line-height: 1.2em;
	letter-spacing: 0em;
	margin-bottom: 20px;
}

.kontent-computer {
	background-color: #ecf0f1;
	max-width: 100%;
	height: auto;
}

.gambar-Komputer {
	max-width: 100%;
	height: auto;
}

.kontent-sipil {
	background-color: #ecf0f1;
}

.isi-konten {
	padding-top: 50px;
	padding-bottom: 30px;
}

.card-header a {
	text-decoration: none;
	color: #10100f;
	font-weight: 600;
	font-size: 30px;
	text-transform: uppercase;
	margin-left: 30px;
    text-align: 2px;

}

.btn {
	display: block;
	width: 100%;
	text-align: left;
}

.btn:hover {
	color: #95a5a6;
}

.sub-judul {
	text-align: center;
	color: #000000;
	font-weight: 600;
	font-family: 'Montserrat';
	font-size: 50px;
	text-transform: uppercase;

}

.sub-deskripsi {
	text-align: center;
	color: #000000;
	font-weight: 600;
	font-family: 'Montserrat';
	font-size: 50px;
	text-transform: uppercase;
}

.line-service {
	width: 100px;
	height: 5px;
	background: #f5821f;
	margin: 0 auto;
}

.line-deskripsi {
	width: 10px;
	height: 5px;
	background: #2c3e50;
	margin: 0 auto;
}

.deskripsi-pekerjaan h5 {
	text-align: center;
	color: #000000;
	font-weight: 600;
	font-family: 'Montserrat';
	font-size: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.service-icon {
	color: #f5821f;
	width: 40px !important;
	height: 40px !important;
	padding-top: 10px;
	margin-left: 30px;

}



.interior-ico {

	color: #f5821f;
	width: 40px !important;
	height: 40px !important;
	padding-top: 10px;
	margin-left: 70px;
}

.computer-ico {
	color: #f5821f;
	width: 40px !important;
	height: 40px !important;
	padding-top: 10px;
	margin-left: 40px;
}

.network-ico {
	color: #f5821f;
	width: 40px !important;
	height: 40px !important;
	padding-top: 10px;
	margin-left: 50px;
}

.civil-ico {
	color: #f5821f;
	width: 40px !important;
	height: 40px !important;
	padding-top: 10px;
	margin-left: 130px;
}

.electrical-ico {
	color: #f5821f;
	width: 40px !important;
	height: 40px !important;
	padding-top: 10px;
	margin-left: 30px;
}

.box-shadow,
.paralax-mf,
.service-box,
.work-box,
.card-blog {
	box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}



.work-box {
	margin-bottom: 3rem;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #fff;
	border: 3px solid #FFB400;
}

.work-box:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.work-img {
	display: block;
	overflow: hidden;
}

.work-img img {
	transition: all 1s;
}

.card-two {
	margin-top: 10px;
    
}

.card-header {
	background-color: #e28e10;
}



/* akhir  */
















/* tampilan desktop */
.whatsapp_float {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#ffffff;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.whatsapp-icon {
	margin-top:16px;
}
/* tampilan mobile */
@media screen and (max-width: 767px){
     .whatsapp-icon {
	 margin-top:10px;
     }
    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 10px;
        font-size: 22px;
    }
}






  