@import 'font-face.css';

:focus{
	outline: 0;
	outline-offset: -2px;
}
a:focus{
	outline: 0;
	outline-offset: -2px;
}
body{
	background-color: #ccb7b7;
	font-family: 'Poppins Regular';
}
b, label, strong{
	font-family: 'Poppins Semi Bold';
}
input, textarea, select{
	font-family: 'Poppins Regular';
}
.v-middle{
	display: inline-block;
	vertical-align: middle;
	float: none;
}

/*================================ FOOTER =======================================*/
.digiroom-footer{
	background-color: #fffdfd;
    height: auto;
    padding: 30px 0;
    margin-top: -21vw;
    position: relative;
    z-index: 4;
}
.digiroom-footer p{
	color: #626262;
	font-family: 'Gotham';
	font-size: 12px;
	margin: 0;
	letter-spacing: 1px;
}
@media(max-width: 768px){
	.digiroom-footer {
		background-color: #fffdfd;
		height: auto;
		padding: 30px 0;
		margin-top: -64vw;
		position: relative;
		z-index: 4;
	}

	.digiroom-footer p {
		color: #626262;
		font-family: 'Gotham';
		font-size: 8px;
		margin: 0;
		letter-spacing: 1px;
	}

	.digiroom-footer p strong {
		font-size: 4vw;
	}
}
/*============================== END FOOTER =====================================*/

/*================================== WRAP =======================================*/
.digiroom-wrap{
	background: url('../images/layout/global/bg-new.jpg') no-repeat center top;
	background-size: 100%;
	/*height: 4603px;*/
	height: auto;
	padding-bottom: 100px;
}

@media(max-width: 768px){
	.digiroom-wrap{
		background: url('../images/layout/global/mobile/bg.jpg') no-repeat center top;
		background-size: 100%;
		/*height: 540vw;*/
		height: auto;
		padding-bottom: 25vw;
	}
}
/*================================ END WRAP =======================================*/

/*================================ SECTION 1 =======================================*/
.section1-bg {
	background-image: url('../images/layout/section1/bg1.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    position: relative;
    height: 60.7vw;
    z-index: 5;
}

#xhome .container {
	width: 60%;
	height: 57vw;
}

.section1 {
	padding: 12.5vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    text-align: center;
}

.tagline-img {
	position: relative;
    right: 24vw;
    top: 12.9vw;
    width: 100%;
    padding: 12vw;
}

.console-img {
	position: relative;
    left: 17.5vw;
    bottom: 38vw;
    width: 100%;
    padding: 9vw;
}

@media(max-width: 768px){
	.section1-bg {
		background-image: url('../images/layout/section1/mobile/bg1.png');
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100%;
        width: 100%;
        position: relative;
        height: 182.7vw;
        z-index: 5;
	}

	#xhome .container {
		width: 60%;
		height: 57vw;
	}
	
	.tagline-img {
		position: relative;
        right: 0;
        top: 102.9vw;
        width: 100%;
        padding: 14vw;
	}
	
	.console-img {
		position: relative;
        left: 0;
        bottom: 0;
        top: 38vw;
        width: 100%;
        padding: 0 10vw 0 10vw;
        height: 80vw;
	}
}
/*============================== END SECTION 1 =====================================*/

/*================================ SECTION 2 =======================================*/
.section2-bg {
	background-image: url(../images/layout/section2/bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	max-width: 100%;
	position: relative;
    height: 69.1vw;
    z-index: 4;
	top: -4.7vw;
}

#xservices .container-fluid {
	width: 92%;
    height: 62vw;
}

.section2{
	padding: 0;
}

.title-services {
	position: relative;
    top: 8vw;
    z-index: 4;
}

.tabs-container .nav-tabs .nav-link {
	border: none;
}

.tabs-container .nav-tabs .nav-link.active {
	border: none;
	border-bottom: none;
}

.tabs-container .tab-content {
	border: none;
}

.tabs-container {
	display: flex;
    width: 100%;
    padding: 0 0vw;
    margin-top: 12vw;
    z-index: 999 !important;
    position: relative;
}

.tabs-container .nav-tabs.nav-justified>li>a {
	border-bottom: none;
	border-radius: none;
}

.tabs-container .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
	border: none;
	background-color: none;
}

.tabs-container .nav>li>a>img {
    max-width: 100%;
}

.tab-content-img {
	position: relative;
    left: 15vw;
    top: 4vw;
    width: 80%;
}

.tab-content-img-slide5 {
	position: relative;
    left: 9vw;
    top: -7vw;
    width: 80%;
}

@media(max-width: 768px){
	.section2-bg {
		background-image: url(../images/layout/section2/mobile/bg2.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100%;
        max-width: 100%;
        position: relative;
        height: 227.1vw;
        z-index: 4;
        top: -12.7vw;
	}

	.title-services {
		position: relative;
        top: 14vw;
        z-index: 4;
        width: 100%;
        padding: 0 20vw;
	}

	.tabs-container {
		display: flex;
		width: 100%;
		padding: 0 5vw;
		margin-top: 23vw;
		z-index: 999 !important;
		position: relative;
	}

	.tabs-container ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}

	.nav-tabs.nav-justified>li {
		float: none;
		width: 50%;
	}

	.tabs-container .nav>li>a>img {
        max-width: 100%;
        width: 100%;
        padding: 0 2vw;
    }

	.tab-content-img {
		position: relative;
        left: 0;
        top: 2vw;
        width: 100%;
        padding: 6vw;
	}

	.services-content .slick-slide img {
        display: block;
        position: relative;
        left: 0;
        top: 25vw;
        width: 100%;
        height: auto;
    }

	.services-content .slick-track {
		height: 205vw;
	}

	.services-content .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #fc0202;
    }

	.services-content .slick-dots li button:before {
        font-size: 5vw;
        color: #d5b5b5;
    }
}
/*============================== END SECTION 2 =====================================*/

/*================================ SECTION 3 =======================================*/
.section3-bg {
	background-image: url(../images/layout/section3/bg3.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	max-width: 100%;
	position: relative;
    height: 69.1vw;
    z-index: 3;
	top: -8.1vw;
}

#xsection3 .container {
	width: 100%;
	height: 64vw;
	padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.slick-slide img {
    display: block;
    position: relative;
    left: 2vw;
    top: 0vw;
    width: 100%;
	height: 66.9vw;
}

.slick-dots {
	bottom: 3vw;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: white;
}

.slick-dots li button:before {
	font-size: 1vw;
	color: white;
}

@media(max-width: 768px){
	.section3-bg {
		background-image: url(../images/layout/section3/mobile/bg3.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100%;
        max-width: 100%;
        position: relative;
		height: 269vw;
        z-index: 3;
        top: -25.7vw;
	}

	#xsection3 .container {
		width: 100%;
		height: 64vw;
		padding-right: 0px;
		padding-left: 0px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.slick-slide img {
		display: block;
        position: relative;
        left: 0;
        top: -29vw;
        width: 100%;
        height: auto;
	}
	
	.slick-dots {
		bottom: 15vw;
	}
	
	.slick-dots li.slick-active button:before {
		opacity: 1;
		color: white;
	}
	
	.slick-dots li button:before {
		font-size: 5vw;
		color: white;
	}
}
/*============================== END SECTION 3 =====================================*/

/*================================ SECTION 4 =======================================*/
.section4-bg {
	background-image: url(../images/layout/section4/bg4.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	max-width: 100%;
	position: relative;
    height: 52.1vw;
    z-index: 2;
	top: -12.1vw;
}

#xclient .container {
	display: flex;
    width: 100%;
    height: 5vw;
    justify-content: space-around;
    align-items: center;
    padding: 0 10.3vw;
}

#xclient .container img {
	width: 100%;
	padding: 0 2vw;
}

.title-partner {
	position: relative;
    top: 8vw;
    margin-bottom: 11vw;
}

.title-partner img {
	width: 100%;
	padding: 0 30vw;
}

.container-partner {
	display: flex;
    justify-content: center;
}

@media(max-width: 768px){
	.section4-bg {
		background-image: url(../images/layout/section4/mobile/bg4.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100%;
		max-width: 100%;
		position: relative;
		height: 160.1vw;
        z-index: 2;
        top: -40.3vw;
	}

	.title-partner {
		position: relative;
		top: 26vw;
		margin-bottom: 35vw;
	}

	.title-partner img {
		width: 100%;
		padding: 0 25vw;
	}

	#xclient .container {
		display: flex;
		width: 100%;
		height: 5vw;
		justify-content: space-around;
		align-items: center;
		padding: 0 5.3vw;
	}
}
/*============================== END SECTION 4 =====================================*/

/*================================ SECTION 5 =======================================*/
.section5-bg {
	background-image: url(../images/layout/section5/bg5.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	max-width: 100%;
	position: relative;
	height: 42.1vw;
    z-index: 3;
    top: -16.4vw;
}

#xcontact .container {
	display: flex;
	position: relative;
	width: 80%;
}

.contact-info {
	font-family: 'Gotham';
	color: #fffdfd;
	margin-top: 7vw;
}

.judul {
	font-size: 1.3vw;
}

.isi {
	font-size: 1vw;
}

.sosmed {
	display: flex;
    justify-content: center;
    column-gap: 1vw;
    width: 80%;
}

.sosmed a:hover {
	opacity: .8;
}

.sosmed img {
	width: 100%;
	padding: 0.5vw 0 0 0;
}

.contact-us {
	margin-top: 7vw;
    background-color: #d8d8d8;
    width: 35%;
    height: auto;
    border-radius: 10px;
    margin-left: 25vw;
}

.form-container {
	margin-top: 2vw;
    padding: 0 2vw;
}

.form-control {
	height: 60px;
	color: #000;
	font-size: larger;
}

.btn {
	font-size: 1vw;
    background-color: #e3002b;
    color: white;
    border-radius: 25px;
    width: 10vw;
}

button, input, optgroup, select, textarea {
    margin: 0 0 1.3vw 0;
}

form::placeholder {
	color: #000000;
	opacity: 1;
}

@media(max-width: 768px){
	#xcontact .container {
		display: flex;
		position: relative;
		width: 90%;
	}

	.section5-bg {
		background-image: url(../images/layout/section5/mobile/bg5.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100%;
		max-width: 100%;
		position: relative;
		height: 259.1vw;
		z-index: 1;
        top: -59.4vw;
	}

	.contact-us {
		margin-top: 30vw;
        background-color: #d8d8d8;
        width: 100%;
        height: auto;
        border-radius: 10px;
        margin-left: 0;
	}
	
	.form-container {
		margin-top: 2vw;
		padding: 4vw 4vw;
	}
	
	.form-control {
		height: 36px;
		color: #000;
		font-size: large;
	}
	
	.btn {
		font-size: 4vw;
        background-color: #e3002b;
        color: white !important;
        border-radius: 25px;
        width: 38vw;
		margin-bottom: -3vw;
	}
	
	button, input, optgroup, select, textarea {
		margin: 0 0 1.3vw 0;
	}
	
	form::placeholder {
		color: #000000;
		opacity: 1;
	}

	.sosmed {
		display: flex;
		justify-content: center;
		column-gap: 4vw;
		width: 80%;
	}

	.judul {
		font-size: 4vw;
	}
	
	.isi {
		font-size: 3.3vw;
	}
}
/*============================== END SECTION 5 =====================================*/
