*{
    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  */

  *{
	padding: 0px;
	margin: 0px;
}
body{
	
}
.gallery{
	padding: 80px 0px;
}
img{
	max-width: 100%;
}
.gallery img{
	background: #FF8C00;
	padding: 15px;
	width: 100%;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	cursor: pointer;
}
#gallery-popup .modal-img{
	width: 100%;
}


/* 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;
    }
}








/* popip mulai  */




@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');








.popup{
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  top: -150%;
  max-width: 380px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;
}
.popup.show{
  top: 50%;
  opacity: 1;
  pointer-events: auto;
  transform:translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;

}
.popup :is(header, .icons, .field){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup header{
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedf9;
}
header span{
  font-size: 21px;
  font-weight: 600;
}
header .close, .icons a{
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
header .close{
  color: #878787;
  font-size: 17px;
  background: #f2f3fb;
  height: 33px;
  width: 33px;
  cursor: pointer;
}
header .close:hover{
  background: #ebedf9;
}
.popup .content{
  margin: 20px 0;
}
.popup .icons{
  margin: 15px 0 20px 0;
}
.content p{
  font-size: 16px;
}
.content .icons a{
  height: 50px;
  width: 50px;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid transparent;
}
.icons a i{
  transition: transform 0.3s ease-in-out;
}
    

.icons a:nth-child(2):hover{
  background: #46C1F6;
}
.icons a:nth-child(3){
  color: #0088CC;
  border-color: #0088cc;
}
.icons a:nth-child(3):hover{
  background: #0088cc;
}



.icons a:nth-child(5):hover{
  background: #0088cc;
}
.icons a:hover{
  color: #fff;
  border-color: transparent;
}
.icons a:hover i{
  transform: scale(1.2);
}
.content .field{
  margin: 12px 0 -5px 0;
  height: 45px;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #e1e1e1;
}
.field.active{
  border-color: #7d2ae8;
}
.field i{
  width: 50px;
  font-size: 18px;
  text-align: center;
}
.field.active i{
  color: #7d2ae8;
}
.field input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 15px;
}
.field button{
  color: #fff;
  padding: 5px 18px;
  background: #7d2ae8;
}
.field button:hover{
  background: #8d39fa;
}