@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap");
*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
 }

.header{
 min-height: 100vh;
 width: 100%;
 position: relative; /* FIX */
 background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(foto/membran.jpg);
 background-position: center;
 background-size: cover;
}

body.hidden-scrolling{
	overflow-y: hidden;
}

.container{
	width: 90%;
	max-width: 1000px;
	margin:auto;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
}

.header-main{
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-radius: 4px;
}
.header .logo{
	padding: 0 15px;
}
.header .logo a{
	font-size: 30px;
	text-transform: capitalize;
	color: #e91e63;
	font-weight: 600;
}



/*home section*/


body {
  background: #111;
  overflow-x: hidden;
}
p{
	color: #aaa;

}
nav {
	display: flex;
	padding: 2% 6%;
	justify-content: space-between;
	align-items: center;
}
nav img{
	width: 100px;

}
.nav-links{
		position: static;
		background: transparent;
		height: auto;
		width: auto;
		top: 0;
		transform: none;
		transition: 0.4s ease;
		overscroll-behavior: contain;
	}
.nav-links ul{
	flex: 1;
	text-align: left;
}

.nav-links ul li{
	list-style: none;
	display: inline-block;
	padding: 3px 15px;
	position: relative;
	

}
.nav-links ul li a{
	color: #f7e6dc;
	text-decoration: none;
	padding: 3px;
	font-size: 14px;
	align-items: center;
	
	

}
.nav-links ul li::after{
	content: '';
	width: 0%;
	height: 3px;
	background: #00bcd4;
	display: block;
	margin: auto;
	transition: all 0.4s;
}
.nav-links ul li:hover:after{
	width: 100%;
}
.has-dropdown > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.has-dropdown > a span {
    transition: 0.3s;
}

.has-dropdown.active > a span {
    transform: rotate(180deg);
}
/* DROPDOWN CONTAINER */
.has-dropdown .dropdown {
    padding: 10px 0; /* sebelumnya biasanya kegedean */
}

/* ITEM MENU */
.has-dropdown .dropdown li {
    padding: 0;
    margin: 0;
}

/* LINK MENU */
.has-dropdown .dropdown li a {
    display: block;
    padding: 6px 20px; /* ini yang ngatur jarak atas bawah */
    font-size: 14px;
    line-height: 1.4;
}

/* OPTIONAL: hover biar lebih enak */
.has-dropdown .dropdown li a:hover {
    background: rgba(255,255,255,0.05);
}
.has-dropdown .dropdown li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.has-dropdown .dropdown li:last-child {
    border-bottom: none;
}
@media (min-width: 769px){
    .has-dropdown:hover .dropdown{
        opacity: 1;
        visibility: visible;
		transform: translateY(0);
    }
}
/*----------------------------------DROPDOWN-------------------------------------------------*/
.dropdown{
	background: #31485F;
	width: 180px;
	top: 100%;
	left: 0;
	line-height: 30px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	transition: all 0.3s ease;
	
	z-index: 9999;
	transform: translateY(10px);
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 300px;
	-webkit-overflow-scrolling: touch;
}
.dropdown li a:hover {
    background: #3f5f7a;
    padding-left: 20px;
    transition: 0.3s;
}
.dropdown li:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
@media (max-width: 768px){

    .dropdown{
        display: none;
		position: relative;
        width: 100%;

        max-height: 300px;
		overflow-y: auto;
        overflow-x: hidden;

		-webkit-overflow-scrolling: touch;
		max-height: 0;
        opacity: 1;
        visibility: visible;
        transform: none;
		
        transition: max-height 0.3s ease;
    }
	.nav-links{ 
		overflow-y: auto; 
		
	}
    .has-dropdown.active .dropdown{
		
        display: block;
    }
	.dropdown li{
        opacity: 0;
        transform: translateY(10px);
        transition: 0.3s;
    }

    .has-dropdown.active .dropdown li{
        opacity: 1;
        transform: translateY(0);
    }
	.dropdown li a{
		padding: 10px 15px;
		font-size: 14px;
	}
    .has-dropdown.active .dropdown li{
        opacity: 1;
        transform: translateY(0);
    }
}
@media (min-width: 769px){
    .has-dropdown:hover .dropdown{
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}
.dropdown li{
	display: block;
	width: 100%;
	opacity: 1;
	transform: none;
	transition: 0.3s;
	padding: 0;

}
.dropdown li a {
	width: 100%;
	padding: 8px 15px;
	border-radius: 0px;
	display: block;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
	background: #31485F;
	font-size: 13px;
}


.text-box{
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	backdrop-filter: blur(2px);
	box-shadow: 0 0 20px rgba(0,188,212,0.3);
	padding: 35px 20px;
	border-top-left-radius: 70px;
	border-bottom-right-radius: 70px;
	background-color: rgba(0,0,0,0.3); /* FIX */
	border: 4px solid #00bcd4; /* lebih clean */
}
.text-box h1{
	line-height: 80px;
	font-size: clamp(20px, 5vw, 70px);
	font-weight: bold;	
	color: transparent;
	-webkit-text-stroke: 1px #fff;
	background: url(foto/backo.png);
	-webkit-background-clip: text;
	background-position: 0 0px;
	animation: back 20s linear infinite;
}
.text-box2{
	text-align: center;
	position: absolute;
	width: 60%;
	color: #A5826C;
	position: absolute;
	color: #f7e6dc;
	top : 30%;
	left : 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	
	
	
}
.text-box2 h1{
	line-height: 55px;
	font-size: 50px;
	font-weight: bold;	
	color: transparent;
	-webkit-text-stroke: 1px #fff;
	background: url(foto/backo.png);
	-webkit-background-clip: text;
	background-position: 0 0px;
	animation: back 20s linear infinite;
}
@keyframes back{
	100%{
		background-position: 2000px 0;
	}
}
.text-box h2{
	font-size: 19px;
	color: #f7e6dc;
}
.text-box h3{
	font-weight: normal;
	margin-top: 2%;
	font-size: 16px;
	color: #f7e6dc;
}
.text-box p{
	margin: 10px 0 40px;
	margin-top: 3%;
	font-size: 15px;
	color: #f7e6dc;
}
.line{
	width: 150px;
	height: 4px;
	background: #00bcd4;
	margin: 10px auto;
	border-radius: 5px;
}
.hero-btn{
	display: inline-block;
	transform: translate(0);
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: 0.5s;
	color: #00bcd4;
	border: 1px solid #00bcd4;
	padding: 12px 34px;
	font-size: 13px;
	background: transparent;
	position: relative;
	cursor: pointer;
	border-radius: 30px;
	eft: calc(100% + 32px);
	transition: 0.75s;
}
.hero-btn::before {
	content: "";
	position: absolute;
	background: #00bcd4;
	width: 8px;
	top: 0;
	bottom: 0;
	left: -32px;
	transform: rotate(-16deg);
	filter: blur(6px);
	eft: calc(100% + 32px);
	transition: 0.75s;
}
.hero-btn:hover::before{
	left: calc(100% + 32px);
	transition: 0.75s;
}

nav .fa-solid{
	display: none;
}
@media (min-width: 769px){
    .text-box{
        top: calc(50% + 40px);
        transform: translate(-50%, -50%);
    }
}
@media(max-width: 768px){
	.text-box{
		position: relative;
        top: auto;
        left: auto;
        transform: none;

        width: 92%;
        margin: 100px auto 40px;
        padding: 20px 15px;

        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
	}
	.text-box h1{
		font-size: 28px;
		line-height: 36px;
	}
	.text-box h2{
		font-size: 16px;
	}
	.text-box h3{
		font-size: 13px;
	}
	.text-box2 h1{
		font-size: 30px;
		line-height: 50px;
	}
	
	.text-box p{
		font-size: 12px;
		line-height: 1.5;
	}
	.hero-btn{
		font-size: 12px;
		padding: 10px 20px;
	}
	.dropdown {
	position: relative;
	width: 100%;
	opacity: 1;
	visibility: visible;
	
	transition: max-height 0.3s ease;
	transform: none;
}
.nav-links ul li:hover .dropdown{
	opacity: 1;
	visibility: visible;
}
.has-dropdown.active .dropdown {
	
	max-height: 500px;
}
	.nav-links ul li{
		display: block;
		
		padding: 10px;
	}
	.nav-links ul li .dropdown{
		position: relative;
		width: 100%;
	}
	.nav-links ul li .dropdown li{
		background:#31485F;
		width: 100%;
		padding : 10px 0;
		height: auto;
		
	}
	.nav-links{
		position: fixed;
		background: #31485F;
		height: 100vh;
		transform-origin: top;
		top: 60px;
		right: 10px;
		transform: scaleY(0);
		z-index: 999;
		transition: 0.4s ease;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		border-radius: 10px;
		padding: 15px 20px;

	}
	.nav-links.active{
		transform: scaleY(1);
	}
	.nav-links ul li a{
		font-size: 14px;
	}
	nav .fa-solid{
		display: block;
		color: #fff;
		margin: 10px;
		font-size: 22px;
		cursor: pointer;
	

	}
	.nav-links ul{
		padding: 10px 15px;
		font-size: 10px;
		margin-top: 25px;
	}
	nav img{
		width: 80px;
	}
	.fa-solid:checked ~ nav{
		display: initial;
	}
}
.nav-links .fa-xmark{
    position: absolute;
    top: 10px;
    right: 15px;
}
	/*----------------course------------------*/
h9{

}
@media (max-width: 768px){

/* ================= ABOUT SECTION ================= */
.about{
    flex-direction: column;
    padding: 2rem 1rem;
    gap: 25px;
}

.about .content{
    margin-bottom: 0;
    text-align: center;
}

.about .content p{
    font-size: 13px;
    line-height: 1.7;
    text-align: justify;
}

.about h1.titleText{
    font-size: 18px;
}

/* slider biar gak kepotong */
.about .edis .slider-wrapper{
    max-width: 100%;
}

/* ================= COURSE SECTION ================= */
.course{
    width: 92%;
    padding-top: 60px;
}

.course h1{
    font-size: 22px;
}

.course p{
    font-size: 14px;
}

.row{
    flex-direction: column;
    gap: 15px;
}

.course-col{
    margin-bottom: 15px;
    padding: 15px;
}

/* ================= DESTINASI (CARD GRID) ================= */
.destinasi{
    padding: 2rem 1rem;
}

.destinasi .box-konten{
    grid-template-columns: 1fr;
    gap: 15px;
}

.destinasi .box-konten .box .conten h3{
    font-size: 20px;
}

.destinasi .box-konten .box .conten p{
    font-size: 13px;
}

/* ================= CAMPUS SECTION ================= */
.campus{
    width: 92%;
    padding: 60px 15px;
}

.campus .ron{
    flex-direction: column !important;
    gap: 25px;
}
.campus .col50,
.campus .blog-right {
	width: 100% !important;
	flex-basis: 100% !important;
	padding: 15px;
}
.campus .col50{
    width: 100%;
    padding: 15px;
}

.campus h1.titleText{
    font-size: 18px;
	line-height: 1.4;
}

.campus p{
    font-size: 13px;
    line-height: 1.7;
}

/* ================= TESTIMONI ================= */
.testimonis{
    width: 92%;
    padding-top: 60px;
}

.testimoni-col{
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.testimoni-col img{
    margin: 0 0 10px 0;
}

/* ================= CTA ================= */
.cta{
    padding: 60px 20px;
}

.cta h1{
    font-size: 18px;
}

/* ================= CONTACT ================= */
.contact{
    padding: 40px 15px;
}

.contact .content h2{
    font-size: 22px;
}

.container .contactInfo{
    width: 100%;
}

.contactForm{
    width: 100%;
    padding: 20px;
}

/* ================= TEXT BOX HERO (biar gak ganggu scroll mobile) ================= */
.text-box{
    margin-top: 80px;
}
}
.course{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 5px;
	color: #031b3d;
}
.course h1{
	font-size: 30px;
	
	font-weight: 600;
}
.course p{
	font-size: 20px;
	color: #00bcd4;
	font-weight: bold;
	line-height: 22px;
	padding: 10px;
}
.row{
	margin-top: 5%;
	display: flex;
	justify-content: space-between;
}
.course-col{
	flex-basis: 31%;
	background: transparent;
	border-radius: 10px;
	margin-bottom: 5%;
	padding: 20px 12px;
	box-sizing: border-box;
	transition: 0.3s;
	cursor: pointer;
	border: 8px inset #00bcd4; 

}
.course-col i{
	font-size: 40px;
	margin-bottom: 10px;
	color: #00bcd4;
}
.course-col h3{
	font-weight: bold;
	margin-bottom: 8px;
	color: #fff;
	font-size: 22px;
}
.course-col p{
	color: #aaa;
	font-size: 13px;
}

.course-col:hover{
	box-shadow: 0 0 20px 0px rgba(0,0,0,0,2);
}
@media(max-width: 700px){
	.row{
		flex-direction: column;
	}
}

/*==========campus=========*/
.sampus{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px; 
}
.sampus h1{
	font-size: 30px;
	
	font-weight: 600;
}
.sampus p{
	font-size: 20px;
	color: #00bcd4;
	font-weight: bold;
	line-height: 22px;
	padding: 10px;
}
.campus{
	width: 80%;
	margin: auto;	
	text-align: center;
	padding-top: 20px 0;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	padding-bottom: 20px; 
}
.campus .ron{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 20px;
}
.campus .col50{
	flex-basis: 48%;
	padding: 20px;
	
	border-radius: 10px;
	margin-bottom: 30px;
	position: relative;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	justify-content: space-between;
}
.campus h1.titleText {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
	transition: color 0.3s  ease, transform 0.3s ease;
}
.campus h1.titleText:hover {
	color: #29d9d5;
	transform: scale(1.1);
}
.campus h1.titleText span {
	color: #29d9d5;
}
.campus p {
	text-align: justify;
	line-height: 1.8;
	font-size: 1rem;
	color: #fff;
	transition: color 0.3 ease;
}
.campus p:hover {
	color: #29d9d5;
}
.campus h1.titleText,
.campus p {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeIn 1s ease forwards;
}
@keyframes fadeIn {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.campus .blog-right {
	
	padding: 20px;
	border-radius: 10px;
	color: #fff;
	box-shadow: 0 4px 8px rbga(0, 0, 0, 0.2);
}
.campus .blog-right h1 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.campus .blog-right ul {
	list-style: disc;
	padding-left: 20px;
}
.campus .ron .imgBx{
	width: 100%;
	display: block;
	position: relative;
	min-height: 300px;
}
.campus .blog-right li{
	color :white;
	font-size: 1rem;
	line-height: 1.8;
	margin-bottom: 10px;
	color: #fff;
	opacity: 0;
	transform: translateY(-20px);
	animation: slideIn 0.5s ease forwards;
}
.campus .blog-right li:nth-child(1) {
	animation-delay: 0.2s;
}
.campus .blog-right li:nth-child(2) {
	animation-delay: 0.4s;
}
.campus .blog-right li:nth-child(3) {
	animation-delay: 0.6s;
}
.campus .blog-right li:nth-child(4) {
	animation-delay: 0.8s;
}
.campus .blog-right li:nth-child(5) {
	animation-delay: 1s;
}
.campus .blog-right li:nth-child(6) {
	animation-delay: 1.2s;
}
.campus .blog-right li:nth-child(7) {
	animation-delay: 1.4s;
}
@keyframes slideIn {
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
.campus .blog-right li::marker {
	color: #29d9d5;
} 
@media (max-width: 700px) {
	.campus .ron {
		flex-direction: column;
		align-items: center;
	}
	.campus .col50 {
		position: relative;
		width: 100%;
	}
	.campus .ron .col50 .imgBx {
		width: 100%;
		position: relative;
	}
	.campus h1.titleText {
		font-size: 1.5rem;
	}
	.campus p {
		font-size: 0.9rem;
	}
}
.layer{
	background: transparent;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
}
.layer:hover{
	background: rgba(0,0,0,0,2);
}
.layer h3{
	width: 100%;
	font-weight: 500;
	color: white;
	font-size: 26px;
	bottom: 0;
	padding: 12px 34px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	transition: 0.5s;
	background: #31485f;
}
.layer:hover h3{
	bottom: 49%;
	opacity: 1;
}
/*--------------------FASILITAS------------------------------*/
.fasilitas{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 100px;

}
.fasilitas-col{
	flex-basis: 31%;
	border-radius: 10px;
	margin-bottom: 5%;
	text-align: left;
}
.fasilitas-col img{
	width: 100%;
	border-radius: 10px;
}
.fasilitas-col p{
	padding: 0;
}
.fasilitas-col h3{
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
}

/*--------------------page membrane---------------------------------------------------*/
.sub-karbon{
	height: 50vh;
	width: 100%;
	background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(foto/karbon6.jpg);
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.sub-karbon h1{
	margin-top: 100px;
}
.sub-alderon{
	height: 50vh;
	width: 100%;
	background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(foto/alderon6.png);
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.sub-alderon h1{
	margin-top: 100px;
}
.sub-kaca{
	height: 50vh;
	width: 100%;
	background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(foto/kacas.png);
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.sub-kaca h1{
	margin-top: 100px;
}
.sub-awning{
	height: 50vh;
	width: 100%;
	background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(foto/canopis.png);
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.sub-awning h1{
	margin-top: 100px;
}
.sub-kain{
	height: 50vh;
	width: 100%;
	background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(foto/kanop4.jpeg);
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.sub-kain h1{
	margin-top: 100px;
}
.sub-canopy{
	height: 50vh;
	width: 100%;
	background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(foto/membranes.png);
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.sub-canopy h1{
	margin-top: 100px;
}
.membrane{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 10px;
}
.membrane-col{
	flex-basis: 31%;
	border-radius: 10px;
	margin-bottom: 5%;
	text-align: left;
}
.membrane-col img{
	width: 100%;
	border-radius: 10px;
}
.membrane-col p{
	padding: 0;
	margin-top: 5%;
	text-align: justify;
}
.membrane-col h2{
	color: #29d9d5;
	margin-top: 15px;
	margin-bottom: 15%;
	text-align: center;
}
/*---------------------testimoni-----------------------------------------*/
.testimonis{
	width: 80%;
	margin: auto;
	padding-top: 100px;
	text-align: center;
}
.testimonis .per h1{
	font-size: 30px;
	
	font-weight: 600;
}
.testimonis .per p{
	font-size: 20px;
	color: #00bcd4;
	font-weight: bold;
	line-height: 22px;
	padding: 10px;
}
.testimoni-col{
	flex-basis: 44%;
	border-radius: 10px;
	margin-bottom: 5%;
	text-align: left;
	background: #222;
	padding: 25px;
	cursor: pointer;
	display: flex;
}
.testimoni-col img{
	height: 40px;
	margin-left: 5px;
	margin-right: 30px;
	border-radius: 50%;

}

.testimoni-col h3{
	margin-top: 15px;
	text-align: left;
	color: #FFF;
}
.testimoni-col p{
	font-weight: 500;
}
.testimoni-col .fa{
	color: #cfa61cee;
}
@media(max-width: 700px){
	.testimoni-col img{
		margin-left: 0px;
		margin-right: 15px;
	}
}

/*----------------MEMANGGIL AKSI---------*/	
.cta{
	margin: 100px auto;
	width: 80%;
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(foto/baner.jpg);
	background-position: center;
	background-size: cover;
	border-radius: 10px;
	text-align: center;
	padding: 100px 0;

}
.cta h1{
	color: #fff;
	margin-bottom: 40px;
	padding: 0;
}
@media(max-width: 700px){
	.cta h1{
		font-size: 24px;
	}
	.about{
		padding: 3rem 2rem;
	}
}
/*-------------------------------PENUTUP---------------------------------*/

.contact{
	position: relative;
	min-height: 100vh;
	padding: 50px 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(foto/kota.png);
	background-size: cover;
}
.contact .content{
	max-width: 800px;
	text-align: center;
}
.contact .content h2{
	font-size: 36px;
	font-weight: 500;
	color: #fff;
}
.contact .content p{
	font-weight: 300;
	color: #fff;
}
.container{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.container .contactInfo{
	width: 50%;
	display: flex;
	flex-direction: column;
}
.container .contactInfo .box{
	position: relative;
	padding: 20px 0;
	display: flex;
}
.container .contactInfo .box .icon{
	min-width: 60px;
	height: 60px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 22px;
	color: #00bcd4;
}

.container .contactInfo .box .text{
	display: flex;
	margin-left: 20px;
	font-size: 16px;
	color: #fff;
	flex-direction: column;
	font-weight: 300;
}
.container .contactInfo .box .text h4{
	font-weight: 500;
	color: #00bcd4;
	font-size: 20px;
}
.container .contactInfo .box .text p{
	font-size: 15px;
}

.contactForm{
	width: 40%;
	padding: 40px;
	background: #fff;
}
.contactForm h2{
	font-size: 30px;
	color: #333;
	font-weight: 500;
}
.contactForm .inputBox{
	position: relative;
	width: 100%;
	margin-top: 10px;
}
.contactForm .inputBox input,
.contactForm .inputBox textarea{
	width: 100%;
	padding: 5px 0;
	font-size: 16px;
	margin: 10px 0;
	border: none;
	border-bottom: 2px solid #333;
	outline: none;
	resize: none;
}
.contactForm .inputBox span{
	position: absolute;
	left: 0;
	padding: 5px 0;
	font-size: 16px;
	margin: 10px 0;
	pointer-events: none;
	transition: 0.4s;
	color: #666;
}
.contactForm .inputBox input:focus ~ span,
.contactForm .inputBox input:valid ~ span,
.contactForm .inputBox textarea:focus ~ span,
.contactForm .inputBox textarea:valid ~ span{
	color: #e91e63;
	font-size: 12px;
	transform: translateY(-20px);
}
.contactForm .inputBox input[type="submit"]{
	width: 100px;
	background: #00bcd4;
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 10px;
	font-size: 18px;
	transition: .3s ease background-color;
}

@media (max-width: 700px){
	.contact{
		padding: 50px;
	}
	.container{
		flex-direction: column;
	}
	.container .contactInfo{
		margin-bottom: 40px;
	}
	.container .contactInfo,
	.contactForm{
		width: 100%;
	}
}

/*-------------------------page kanopi---------------------*/

.sub-header{
	height: 50vh;
	width: 100%;
	background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(foto/baner.jpg);
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.sub-header h1{
	margin-top: 100px;
}
.about-us{
	width: 80%;
	margin: auto;
	padding-top: 80px;
	padding-bottom: 50px;
}
.about-col{
	flex-basis: 48%;
	padding: 30px 2px;
}
.about-col img{
	width: 100%;
}
.about-col h1{
	padding-top: 0;
}
.about-col p{
	padding: 15px 0 25px;
}
.red-btn{
	border: 1px solid black;
	background: transparent;
	color: black;
}
file:///C:/xampp/htdocs/garam/index.html#
.red-btn:hover{
	color: white;
}


/*------------------------------page tentang kami-------------------------------*/

.blog-content{
	width: 80%;
	margin: auto;
	padding: 60px 0;
}
.blog-left{
	flex-basis: 50%;

}
.blog-left img{
	width: 80%;
}
.blog-left h1{
	color: #29d9d5;
	font-weight: 400;
	margin: 30px 0;
}
.blog-left p{
	padding: 0;
	text-align: justify;
}
.comment-box{
	border: 1px solid #ccc;
	margin: 50px 0;
	padding: 10px 20px;
}
.comment-box h3{
	text-align: left;
}
.comment-form input, .comment-form textarea{
	width: 100%;
	padding: 10px;
	margin: 15px 0;
	box-sizing: border-box;
	border: none;
	outline: none;
	background: #f0f0f0;
}
.comment-form button{
	margin: 10px 0;
}

.blog-right{
	flex-basis: 40%;

}
.blog-right p{
	text-align: justify;
}
.blog-right h3{
	background: #115352;
	color: #fff;
	padding: 7px 0;
	font-size: 16px;
	margin-bottom: 20px;
}
.blog-right div{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	padding: 8px;
	box-sizing: border-box;
}

@media(max-width: 700px){
	.sub-header h1{
		font-size: 24px;
	}
	.blog-right{
		padding-top: 40px;
	}
}

/*-----------------------------------halaman Tentang kami fixx----------------------------------------------------*/

.contact-us{
	width: 80%;
	margin: auto;
}
.contact-col{
	flex-basis: 48%;
	margin-bottom: 30px;
}
.contact-col div{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.contact-col div .fa{
	font-size: 28px;
	color: #f44336;
	margin: 10px;
	margin-right: 30px;
}
.contact-col div p{
	padding: 0;
}
.contact-col div h5{
	font-size: 20px;
	margin-bottom: 5px;
	color: #555;
	font-weight: 400;
}

/*-----------------------------WHATSAPP---------------------------*/
.wa-btn{
    display: inline-block;
    background: #25d366;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

.wa-btn:hover{
    background: #1ebe5d;
}
.whatsapp_float {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
        font-size:30px;
	box-shadow: 2px 2px 3px #999;
        z-index:100;
}

.whatsapp-icon {
	margin-top:16px;
}
/* for 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;
    }
}

.reveal{
	position: relative;
	transform: translateY(150px);
	opacity: 0;
	transition: all 2s ease;
}
.reveal.active{
	transform: translateY(0px);
	opacity: 1;
}

.ron .col50{
	position: relative;
	width: 48%;
}

.ron .col50 .imgBx{
	position: relative;
	width: 100%;
	min-height: auto;
}
.ron .col50 .imgBx img{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	object-fit: contain;
}
@media(max-width: 700px){
	
	.ron .col50 .imgBx{
		height: 300px;
		margin-top: 20px;
		position: top;
	}
}

.kampus{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
.t9{

}

.heden{
	text-align: center;
	margin-bottom: 2rem;
}
.heden span{
	color: #29d9d5;
	font-size: 20px;
	
}
.heden h1{
	font-size: 35px;
	color: #fff;
}

.destinasi{
	padding: 3rem 9%;
}

.destinasi .box-konten{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(22rem, 1fr))[auto-fit];
		grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
	gap: 1.5rem;
	align-items: stretch;
}

.destinasi .box-konten .box{
	border-radius: 1rem;
	overflow: hidden;
	background: #222;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.destinasi .box-konten .box:hover img{
	-webkit-transform: scale(1.1);
			transform: scale(1.1);
}

.destinasi .box-konten .box .imeg{
	height: auto;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 16 / 9;
}
.destinasi .box-konten .box:hover .imeg img{
    transform: scale(1.05);
}
.destinasi .box-konten .box .imeg img{
	height: 100%;
	width: 100%;
	display: block;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.destinasi .box-konten .box .conten{
	padding: 1rem;
	text-align: center;
}

.destinasi .box-konten .box .conten h3{
	font-size: 26px;
	color: #fff;
	line-height: 2;
}

.destinasi .box-konten .box .conten p{
	padding: 7px 0;
	font-size: 14px;
	color: #aaa;
	line-height: 2;
}

.destinasi .box-konten .box .conten .he-btn{
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: 0.5s;
	color: #fff;
	border: 1px solid #29d9d5;
	padding: 11px 32px;
	font-size: 13px;
	background: transparent;
	position: relative;
	cursor: pointer;
	border-radius: 30px;
}

.destinasi .box-konten .box .conten .he-btn:hover{
	border: 1px solid #fff;
	background: transparent;
	transition: 1s;
	letter-spacing: 5px;
	color: #29d9d5;
}

.about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	gap: 20px;
	margin-top: 40px;
	padding: 3rem 9%;
	
  }
.about .content {
	-webkit-box-flex: 1;
		-ms-flex: 1 1 70px;
			flex: 1 1 70px;
	margin-bottom: 5rem;
  }
.about .content .sip {
	color: #29d9d5;
	font-size: 20px;
	line-height: 2;
  }
  .about h1.titleText{
	font-size: 20px;
	color: #fff;
	transition: color 0.3s  ease, transform 0.3s ease;
  }
   
.about .content p { 
	padding: 1rem 0;
	font-size: 15px;
	color: #aaa;
	line-height: 2;
	text-align: justify;
  }
.about .edis {
	-webkit-box-flex: 1;
		-ms-flex: 1 1 70px;
			flex: 1 1 70px;
  }

.about .edis .slider-wrapper {
	position: relative;
	max-width: 38rem;
	margin: 0 auto;
}
.about .edis .slider {
    display: flex;
    aspect-ratio: 16 / 9;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
    border-radius: 0.5rem;   
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.about .edis .slider::-webkit-scrollbar {
	display: none;
}
.about .edis .slider img {
	border-radius: 2rem;
    flex: 1 0 100%;
    scroll-snap-align: start;
    
	
	
	
}
.about .edis .slider-nav {
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.about .edis .slider-nav a {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.75;
    transition: opacity ease 250ms;
	cursor: pointer;
	display: block;
}
.about .edis .slider-nav a;:focus {
	outline: 2px solid #29d9d5;
	opacity: 1;
}
.about .edis .slider-nav a:hover {
    opacity: 1;
}
.slider {
	display: flex;
	-webkit-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}
.slider img {
	width: 100%;
	height: auto;
	object-fit: cover;
	scroll-snap-align: start;
}
.slider-nav a{
	width: 12px;
	height: 12px;
	border: 2px solid #29d9d5;
	background-color: #fff;
	transition: background-color 0.3s, transform 0.3s;
}
.slider-nav a:hover {
	background-color: #29d9d5;
	transform: scale(1.2);
}
@media (max-width: 700px) {
	.about {
		flex-direction: column;
		align-items: flex-start;
	}
	.slider-wrapper {
		max-width: 100%;
	}
}
.text-box1{
	margin-top: 2%;
	width: 50%;
	color: #A5826C;
	position: absolute;
	color: #f7e6dc;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	
	padding: 35px 0;
	border-top-left-radius: 70px;
	border-bottom-right-radius: 70px;
	background-color: rgb(0,0,0,0.3);
	border: 6px inset #00bcd4;
}
.text-box1 h1{
	line-height: 80px;
	font-size: 75px;
	font-weight: bold;	
	color: transparent;
	-webkit-text-stroke: 1px #fff;
	background: url(foto/backo.png);
	-webkit-background-clip: text;
	background-position: 10 10px;
	animation: back 20s linear infinite;
}
@keyframes back{
	100%{
		background-position: 2000px 0;
	}
}
