@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

:root{
    --main-color:rgb(10, 36, 153);
    --bg:white;
    --border:.1rem solid rgba(255,255,255,.3);
}

*{
    font-family: 'Roboto', sans-serif;
    margin:0; padding:0;
    box-sizing: border-box;
    outline: none; border:none;
    text-decoration: none;
    text-transform: capitalize;
    transition: .2s linear;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 9rem;
    scroll-behavior: smooth;
}

html::-webkit-scrollbar{
    width: .8rem;
}

html::-webkit-scrollbar-track{
    background: transparent;
}

html::-webkit-scrollbar-thumb{
    background: #fff;
    border-radius: 5rem;
}

body{
    background: var(--bg);
}

section{
    padding:2rem 7%;
}

.heading{
    text-align: center;
    color:#fff;
    text-transform: uppercase;
    padding-bottom: 3.5rem;
    font-size: 4rem;
}

.heading span{
    color:var(--main-color);
    text-transform: uppercase;
}

.btn{
    margin-top: 1rem;
    display: inline-block;
    padding:.9rem 3rem;
    font-size: 1.7rem;
    color:#fff;
    background: var(--main-color);
    cursor: pointer;
}

.btn:hover{
    letter-spacing: .2rem;
}

.header{
    background: var(--bg);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:1.5rem 7%;
    border-bottom: var(--border);
    position: fixed;
    top:0; left: 0; right: 0;
    z-index: 1000;
}

.header .logo img{
    height: 6rem;
}

.header .navbar a{
    margin:0 1rem;
    font-size: 1.6rem;
    color:rgb(10, 36, 153);
}

.header .navbar a:hover{
    color:var(--main-color);
    border-bottom: .1rem solid var(--main-color);
    padding-bottom: .5rem;
}

.header .icons div{
    color:rgb(10, 36, 153);
    cursor: pointer;
    font-size: 2.5rem;
    margin-left: 2rem;
}

.header .icons div:hover{
    color:var(--main-color);
}

#menu-btn{
    display: none;
}

.header .search-form{
    position: absolute;
    top:115%; right: 7%;
    background: #fff;
    width: 50rem;
    height: 5rem;
    display: flex;
    align-items: center;
    transform: scaleY(0);
    transform-origin: top;
}

.header .search-form.active{
    transform: scaleY(1);
}

.header .search-form input{
    height: 100%;
    width: 100%;
    font-size: 1.6rem;
    color:var(--black);
    padding:1rem;
    text-transform: none;
}

.header .search-form label{
    cursor: pointer;
    font-size: 2.2rem;
    margin-right: 1.5rem;
    color:var(--black);
}

.header .search-form label:hover{
    color:var(--main-color);
}

.header .cart-items-container{
    position: absolute;
    top:100%; right: -100%;
    height: calc(100vh - 9.5rem);
    width: 35rem;
    background: #fff;
    padding:0 1.5rem;
}

.header .cart-items-container.active{
    right: 0;
}

.header .cart-items-container .cart-item{
    position: relative;
    margin:2rem 0;
    display: flex;
    align-items: center;
    gap:1.5rem;
}

.header .cart-items-container .cart-item .fa-times{
    position: absolute;
    top:1rem; right: 1rem;
    font-size: 2rem;
    cursor: pointer;
    color: var(--black);
}

.header .cart-items-container .cart-item .fa-times:hover{
    color:var(--main-color);
}

.header .cart-items-container .cart-item img{
    height: 7rem;
}

.header .cart-items-container .cart-item .content h3{
    font-size: 2rem;
    color:var(--black);
    padding-bottom: .5rem;
}

.header .cart-items-container .cart-item .content .price{
    font-size: 1.5rem;
    color:var(--main-color);
}

.header .cart-items-container .btn{
    width: 100%;
    text-align: center;
}

.home{
    min-height: 100vh;
    display: flex;
    align-items: center;
    background:url(../images/banner.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.home .content{
    max-width: 60rem;
}

.home .content h3{
    font-size: 6rem;
    text-transform: uppercase;
    color:#fff;
}

.home .content p{
    font-size: 2rem;
    font-weight: lighter;
    line-height: 1;
    padding:1rem 0;
    color:#eee;
}

/*About*/
.about .row{
    display: flex;
    align-items: center;
    background:var(--black);
    flex-wrap: wrap;
}

.about .row .image{
    flex:1 1 45rem;
}

.about .row .image img{
    width: 100%;
}
.about .row .content{
    flex:1 1 45rem;
    padding:2rem;
}

.about .row .content h3{
    font-size: 3rem;
    color:black;
}

.about .row .content p{
    font-size: 1.6rem;
    color:black;
    padding:1rem 0;
    line-height: 1.8;
    text-align: justify;
}

/*About.html*/
.about .row{
    display: flex;
    align-items: center;
    background:var(--black);
    flex-wrap: wrap;
}

.about .row .cont{
    flex:1 1 45rem;
    padding:10rem;
}

.about .row .cont h3{
    font-size: 3rem;
    color:black;
}

.about .row .cont p{
    font-size: 1.6rem;
    color:black;
    padding:1rem 0;
    line-height: 1.8;
    text-align: justify;
}



/*Our Service*/
/* Style for the individual service boxes */
.boxx {
    background-color: #fff; /* Ubah sesuai keinginan Anda */
    margin: 20px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); /* Ubah sesuai keinginan Anda */
    text-align: center;
}

/* Style for the images */
.boxx img {
    max-width: 100%;
    height: auto;
}

/* Style for the service titles */
.boxx h1 {
    font-size: 18px;
    margin-top: 10px;
    color: #333; /* Ubah sesuai keinginan Anda */
}

/* Style for the service descriptions */
.boxx p {
    font-size: 14px;
    margin-top: 10px;
    color: #666; /* Ubah sesuai keinginan Anda */
    text-align: justify;
}

.heading {
    text-align: center;
    position: relative;
    padding: 9rem;
}

.heading::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgb(10, 36, 153);
    top: 70%;
    left: 0;
    transform: translateY(-20%);
}

.container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap:1.5rem;
    
}

.box {
    position: relative;
}




/*Beli Online*/
.box1 {
    background-color: #ffffff;
    width:400x;
    height:300px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 20px;
    margin-top: 20px;
}

.box1 img {
    width: 200px; /* Sesuaikan ukuran gambar sesuai kebutuhan */
    height: auto; /* Biarkan tinggi gambar menyesuaikan agar tidak terdistorsi */
    border-radius: 10px;
    margin-bottom: 10px;
}

.box1 p {
    color: #666666;
    font-size: 16px;
    margin: 0;
}


/*Products*/
.products .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap:1.5rem;
}

.products .box-container .box{
    text-align: center;
    padding: 2rem;
}

.products .box-container .box .icons a{
    height: 3rem;
    width: 3rem;
    line-height: 5rem;
    border:var(--border);
    color: black;
    margin:.1rem;
}

.products .box-container .box .icons a:hover{
    background:var(--main-color);
}

.products .box-container .box .image{
    padding: 1.0rem 0;
}


/*Galery*/
.galery .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap:1.5rem;
}

.galery .box-container .box{
    padding:5rem;
    text-align: center;   
}

.galery .box-container .box img{
    height: 10rem;
}

.galery .box-container .box h3{
    color: black;
    font-size: 2rem;
    padding:1rem 0;
}

.galery .box-container .box:hover > *{
    color:var(--black);
}


/*Client*/
.client .client-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap:1.5rem;
}

.client .client-container .client{
    text-align: center;
    padding: 2rem;
}

.client .client-container .client .icons a{
    height: 3rem;
    width: 3rem;
    line-height: 5rem;
    border:var(--border);
    color:black;
    margin:.1rem;
}

.client .client-container .client .icons a:hover{
    background:var(--main-color);
}

.client .client-container .client .image{
    padding: 1.0rem 0;
}


/*Contact*/
.contact .row{
    display: flex;
    background:var(--black);
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    padding: 4rem 0;
}

.contact .row .map{
    flex: 1 1 calc(50% - 1rem);
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact .row form{
    flex:1 1 45rem;
    padding:5rem 2rem;
    text-align: center;
}

.contact .row form h3{
    text-transform: uppercase;
    font-size: 2.5rem;
    color: rgb(10, 36, 153);
    margin-bottom: 2rem;
}

.contact .row form .inputBox {
    display: flex;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background: var(--bg);
    border: var(--border);
    border-bottom: 1px solid black; /* Menambahkan garis bawah dengan ketebalan 1px dan warna hitam */
}

.contact .row form .inputBox span{
    color: black;
    font-size: 1.5rem;
    padding: 1.5rem;
}

.contact .row form .inputBox input{
    flex: 1;
    padding: 1.5rem;
    font-size: 1.5rem;
    color: black;
    background: none;
    border: none;
}
  
  button {
    background-color: #007bff;
    color: #fff;
    padding: 8px 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  

.contact .tulisan {
    line-height: 2.5rem;
    font-size: 1.2rem;
    color: black;
    background: var(--black);
    width: 100%;
    margin: auto;
    padding: 2rem;
    text-align: center;
}

/*Footer*/
body{
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
.container{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: rgb(10, 36, 153);
    padding: 40px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #1E90FF;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}



/*Laptop*/
.laptop .row{
    display: flex;
    align-items: center;
    background:var(--black);
    flex-wrap: wrap;
    text-align: center;
    position: relative;
}
.simple-table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ccc;
}

.simple-table th,
.simple-table td {
    padding: 8px;
    border: 1px solid #ccc;
    text-align: left;
}

.simple-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}


/*Tombol Chat WhatsApp*/
.fixed-whatsapp{
    position:fixed;
    bottom:20px;
    right:20px;
    width:50px;
    height:50px;
    z-index:9999
}

.fixed-whatsapp:before{
    content:"";
    background-repeat:no-repeat;
    background-size:34px 34px;
    background-position:center center;
    width:50px;
    height:50px;
    background-image:url("data:image/svg+xml;charset=utf8,%3csvg viewBox='0 0 24 24' width='32' height='32' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%3e%3cpath style='fill:%23ffffff' d='M16.75,13.96C17,14.09 17.16,14.16 17.21,14.26C17.27,14.37 17.25,14.87 17,15.44C16.8,16 15.76,16.54 15.3,16.56C14.84,16.58 14.83,16.92 12.34,15.83C9.85,14.74 8.35,12.08 8.23,11.91C8.11,11.74 7.27,10.53 7.31,9.3C7.36,8.08 8,7.5 8.26,7.26C8.5,7 8.77,6.97 8.94,7H9.41C9.56,7 9.77,6.94 9.96,7.45L10.65,9.32C10.71,9.45 10.75,9.6 10.66,9.76L10.39,10.17L10,10.59C9.88,10.71 9.74,10.84 9.88,11.09C10,11.35 10.5,12.18 11.2,12.87C12.11,13.75 12.91,14.04 13.15,14.17C13.39,14.31 13.54,14.29 13.69,14.13L14.5,13.19C14.69,12.94 14.85,13 15.08,13.08L16.75,13.96M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22C10.03,22 8.2,21.43 6.65,20.45L2,22L3.55,17.35C2.57,15.8 2,13.97 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12C4,13.72 4.54,15.31 5.46,16.61L4.5,19.5L7.39,18.54C8.69,19.46 10.28,20 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
    background-color:#00C853;
    position:absolute;
    top:0;
    left:0;
    border-radius:100%;
    box-shadow:0 1px 1.5px 0 rgba(0,0,0,.12),0 1px 1px 0 rgba(0,0,0,.24)
}

.fixed-whatsapp:after{
    content:"Selamat Datang Di PT. Inti Media Data";
    width:100px;
    padding:5px 10px;
    position:absolute;
    bottom:100%;
    margin-bottom:10px;
    right:-150px;
    text-align:right;
    color: white;
    border:1px solid #dedede;
    background: black;
    border-radius:6px;
    opacity:0;
    transition:all .4s ease-in-out;
    font-size:90%;
    line-height:1.1
}

.fixed-whatsapp:hover:after{
    opacity:1;
    right:0;
}









/* media queries  */
@media (max-width:991px){

    html{
        font-size: 45%;
    }

    .header{
        padding:1.5rem 2rem;
    }

    section{
        padding:2rem;
    }

}

@media (max-width:768px){

    #menu-btn{
        display: inline-block;
    }

    .header .navbar{
        position: absolute;
        top:100%; right: -100%;
        background: #fff;
        width: 30rem;
        height: calc(100vh - 9.5rem);
    }

    .header .navbar.active{
        right:0;
    }

    .header .navbar a{
        color:var(--black);
        display: block;
        margin:1.0rem;
        padding:.4rem;
        font-size: 2rem;
    }

    .home{
        background-position: left;
        justify-content: center;
        text-align: center;
    }

    .home .content h3{
        font-size: 4.0rem;
    }

    .home .content p{
        font-size: 2.5rem;
    }

    .content_home {
        width: 100% !important;
        height: 100%;
    }


}

@media (max-width:990px){

    html{
        font-size: 48%;
    }

}

/*responsive Footer*/
@media(max-width: 767px){
    .footer-col{
      width: 50%;
      margin-bottom: 30px;
  }
  }
  @media(max-width: 574px){
    .footer-col{
      width: 100%;
  }
  }