html {
	scroll-behavior: smooth;
	font-family: 'Montserrat', sans-serif;
}
p,h1,h2{
	color: white;
}
p {
	font-size: 16px;
	font-style: medium;
	font-family: montserrat;
}
h1 {
	font-size: 50px;
	font-weight: bold;
	font-family: montserrat;
}
h2 {
	font-size: 20px;
	font-style: bold;
	font-family: montserrat;
}
* {
	margin: 0;
}

nav.indicators{
	position: fixed;
	left: 40px;
	top: 420px;
	margin-top:-10px;
}
nav.indicators ul{
	display: inline;
	padding: 20px;
	position: fixed;
}

nav.indicators ul li{
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	margin: 20px;
	padding-bottom: 20px;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
}

nav.indicators ul li:hover {
	background-color: #ffffff;
	opacity: 1;
}

.section1{
	background-color:#FFC157;
	height: 1600px;
}

.menu img {
	margin-top: 30px;
	margin-left: 60px;
	position: fixed;
}
.menu ul {
	list-style-type: none;
	position: fixed;
	top: 13px;
	right: 40px;
}
.menu li {
	display: inline-block;
	padding: 30px;
	float: right;
}
.menu li a {
	text-decoration: none;
	font-family: montserrat;
	color: white;
	font-style: medium;
	font-size: 20px;
}
.menu li a:hover {
	opacity: 50%;
}
.chat {
	float: right;
	position: fixed;
	right: 30px;
	top: 250px;
}
.chat h2 {
	transform: rotate(90deg);
	font-weight: bold;
	font-size: 20px;
}
#box {
	width: 3px;
	height: 200px;
	background-color: white;
	position: absolute;
	top: 100px;
	right: 43px;
}
.open-button{
	position: absolute;
	right: 30px;
	top: 330px;
	cursor: pointer;
}
.open-button:hover {
	opacity: 80%;
}
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  z-index: 9;
 }

.form-container {
	background-size: 300px 350px;
	background-image: url("chatbox.png");
	width: 300px;
	height: 350px;
	margin-bottom: 30px;
	margin-right: 30px;

}
.chat-popup img {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 250px;
}
.msgs {
	font-family: montserrat;
	font-size: 12px;
	width: 250px;
	height: 40px;
	position: absolute;
	bottom: 50px;
	left: 25px;
	background-image: url("text.png");
	background-size: 250px 40px;
	background-repeat: no-repeat;
}

textarea {
	resize: none;
	border-style: none;
}

.btn {
	background-image: url("send.png");
	width: 39px;
	height: 39px;
	background-size: 39px 39px;
	cursor: pointer;
	position: absolute;
	bottom: 51.5px;
	right: 55px;
	border-style: none;
}
.btn-cancel {
	cursor: pointer;
	width: 15px;
	height: 15px;
	background-image: url("close.png");
	background-size: 15px 15px;
	background-repeat: no-repeat;
	position: absolute;
	right: 45px;
	top: 15px;
	border-style: none;
}

}
#sec1 h1 {
	text-align: center;
	font-size: 50px;
	font-weight: bold;
}
#sec1 {position:absolute; top: 250px; left: 100px; right: 100px}
#sec1 .pesen,
#sec1 .konten {transition: opacity 0.3s ease-in-out;}
#sec1 .konten {position:absolute; top:180px; right: 100px;opacity:0;}

#sec1:hover .pesen {opacity:0;}
#sec1:hover .konten {opacity:1;}

.konten {
	text-align: right;
} 

#carouselExampleControls {
	position: absolute;
	top: 700px;
	left: 300px;
	width: 700px;
}

#carouselExampleControls img {
	padding-left: 120px;
}
#carouselExampleControls h1 {
	font-weight: bold;
	font-size: 50px;
	padding-left: 250px;

}

.button p {
	text-decoration: none;
	position: absolute;
	left: -120px;
	top: 800px;
	font-size: 20px;
}

.button p:hover {
	opacity: 0.5;
}

.footer {
	background-color: #20689E;
	padding-top: 280px;
	padding-left: 300px; 
	padding-bottom: 70px;
}
.footer ul {
	list-style: none;
}
.footer ul li {
	display: inline;
	margin-left: -40px;
	padding-right: 60px;
}
.footer ul li:hover {
	opacity: 80%;
}
.footer h1 {
	font-size: 50px;
	font-weight: bold;
	font-family: montserrat;
}
.footer h2 {
	font-size: 20px;
	font-weight: bold;
	font-family: montserrat;
}
