@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800&display=swap');
body{
    font-family:'Lexend Deca', sans-serif;
    margin:0;
    padding:0;
}
h2 {
    color: #00a2c6;
 }
 header {
    background-color: #ecf0f1;
    opacity:0.9;
    width:100%;
    position: fixed;
    z-index:100000;
 }
 section .title{
    width:100%;
    text-align:center;
    font-size:20pt;
    flex:0 0 100%;
    color:#fff;
    
    
 }
 section .title span{
    padding:40px 0 30px 0;
    border-bottom:1px solid #fff;
    display:inline-block;
    width:auto;
    margin-bottom:30px;
 }

 .container-header{
    
    padding-inline: 4rem; 
    gap: 5rem;
    align-items:center;
 }
 .container-header .logo{
    padding:10px;
 }
 .container-header .logo img{
    width:100px;
 }
 nav{
    padding: 5px;
    top: 0;
  }
  nav a {
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: #0D5C85;
    padding:10px;
    border-bottom:0px solid #0D5C85;
    
 }
 nav a:hover {
    border-bottom:3px solid #0D5C85;
 }
 nav ul {
    padding-inline: 4rem;
    display: flex;
    gap: 2rem;
  }
  nav li {
    list-style-type: none;
  }
.slideshow {
    background: url(../img/slide1.jpg) 100% 100% no-repeat fixed;
    height: 100%;
    overflow: hidden;
    color: #FFFFFF
 }
 .row-flex{
    display:flex;
    
    justify-content: space-between;
    align-self: flex-start;
 }
.row{
    background: rgba(0,0,0,0.82);
    overflow: hidden;
    height: 100%;
    z-index: 0;
    padding-inline: 3rem; 
    gap: 2rem;
    align-items:center;
}

.caption{
    width:50%;
    height:400px;
    _background:#000;
    padding:30px;
    text-align:justify;
}
    .caption h2{
        width:100%;
        margin-top:25%;
        color:white;
    }
    .caption a{
        background:#f39c12;
        padding:10px;
        border-bottom:8px solid rgb(131, 93, 19);
        color:#fff;
        text-decoration:none;
        margin:10px auto;
        display:inline-block;

    }

.row2{
    overflow: hidden;
    min-height: 10px;
    z-index: 0;
    padding-inline: 3rem; 
    gap: 2rem;
    align-items:top;
    
}
    .feature{
        width:33.333%;
        min-height:100px;
        overflow:hidden;
        background:#fff;
        padding:30px;
        text-align:center;
        margin:20px auto;
        border:1px solid #e67e22;
        border-bottom:5px solid #d35400;
        border-radius:5px;
    }
        .feature h3{
            font-weight: 300;
            color:#e67e22;
        }
        .feature p{
            font-weight: 300;
            color:#2c3e50;
            text-align: center;
        }
        .feature p:after{
            content: "";
            display: inline-block;
            width: 100%;
        }
.about{
    width:70%;
    height:200px;
    background:#e67e22;
    padding:30px;
    text-align:justify;
    color:#fff;
}
    .about h2{
        color:#fff;
    }
.about2{
    width:30%;
    min-height:200px;
    overflow:hidden;
    padding:30px;
    text-align:justify;
    color:#fff;
}
    .about2 img{
        border-radius:50%;
    }
    .about2 p{
        color:black;
        text-align:center;
    }
#blog{
    overflow: hidden;
    min-height: 10px;
    z-index: 0;
    background: url(../img/slide1.jpg) 100% 100% no-repeat fixed;
}
.list-article{
    overflow: hidden;
    min-height: 10px;
    z-index: 0;
    padding-inline: 3rem; 
    gap: 2rem;
    align-items:top;
    width:100%;
    
}
    article{
        width:25%;
        padding:10px;
        background:#fff;
        border:1px solid #dfdfdf;
        border-bottom:3px solid #e67e22;
        margin:20px auto;
    }
    article img{
        width:100%;

    }
    article .title{
        font-size:15pt;
        margin:10px auto;
        color:#7f8c8d;
    }
    article .detail small{
        color:#bdc3c7;
    }
    article .detail p{
        color:#95a5a6;
        font-size:11pt;
        margin:10px 0;
        text-align:justify;
    }
    article .detail a{
        text-decoration:none;
        color:#fff;
        background:#e67e22;
        border-bottom:3px solid #f1c40f;
        padding:10px;
        text-align:center;
        margin:20px auto;
        display:block;
    }
    article .detail a:hover{
        background:#f1c40f;
    }

    .category{
        width:80%;
        min-height:10px;
        overflow:hidden;
        background:white;
        _margin:20px auto;
        float:left;
        padding:10px;
    }
    .category h3{
        text-align:center;
        padding:10px 0 20px 0;
        margin:0;
        border-bottom:1px solid #bdc3c7;
    }
    .category ul{
        margin:0;
        padding:0;
        list-style:none;
    }
    .category li a{
        color:#7f8c8d;
        text-decoration:none;
        margin:10px 0;
        display:block;
        padding:10px;
        border-bottom:3px solid #fff;
    }
    .category li a:hover, .category li a.active {
        border-bottom:3px solid #e67e22;
        color:#000;
        background:#ecf0f1
    }
.contact-us{
    width:33.33%;
    margin:20px auto;
}
    .contact-detail{
        background:#fff;
        border:1px solid #dfdfdf;
        width:100%;
        min-height:10px;
        overflow:hidden;
        padding:10px;
    }
    .form-contact label{
        width:100%;
        margin-top:20px;
        display:block;
    }
    .form-contact input[type=text],textarea{
        width:100%;
        border:0;
        background:#dfdfdf;
        padding:10px;
        border-bottom:3px solid #e67e22;
    }
    .form-contact input[type=submit]{
        text-decoration:none;
        color:#fff;
        background:#e67e22;
        border:0;
        border-bottom:3px solid #f1c40f;
        padding:10px 30px;
        text-align:center;
        margin:20px auto;
        display:block;
        cursor:pointer;
    }
.maps{
    width:33.33%;
    padding:10px;
    background:#fff;
    
    margin:20px auto;
}    
aside{
    width:33.33%;
    min-height:10px;
    overflow:hidden;
    text-align:center;
    background:#dfdfdf;
    padding:10px;
}
    aside img{
        margin:auto;
    }
    aside table tr td {
        border-bottom:1px solid #f1c40f;
        padding:20px 5px;
    }
footer{
    width:100%;
    min-height:10px;
    overflow:hidden;
    background:#bdc3c7;
    text-align:center;
    margin-top:10px;
    padding-top:1px;
    position: relative;
    font-size:10pt;
}
footer .row2 p{
    text-align:center;
    width:100%;
}
.bg-black{
    background: rgba(0,0,0,0.82);
    width:100%;
    min-height:10px;
    overflow:hidden;
    gap: 1rem;
    align-items:top;
    flex-flow: row wrap;
}

#carousel {
	margin: 100px auto;
	height: 300px;
	width: 600px;
	_border: 1px solid black;
	overflow: hidden;
	position: relative;
}

#carousel ul li {
	display: inline-block;
	height: 300px;
	width: 600px;
	list-style: none;
	float: left;
}

#carousel ul {
	margin: 0 auto;
	padding: 0;
	width: 3000px;
	position: absolute;
}

#carousel ul li img {
	height: 300px;
	width: 600px;
	display: block;
}
[class*="carousel-button"] {
	position: absolute;
	transform: translate(0, -50%);
	height: 30px;
	width: 20px;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transition: 0.5s;
}

.carousel-button-slide-left {
	left: 0;
	top: 50%;
	z-index: 2;
}

.carousel-button-slide-left:hover span {
	color: grey;
	cursor: pointer;
	transition: 0.5s;
}

.carousel-button-slide-left span {
	color: white;
	top: 50%;
	transform: translate(0, -50%);
	position: absolute;
	transition: 0.5s;
	font-size: 30px;
}

.carousel-button-slide-left span:hover {
	color: grey;
	cursor: pointer;
	transition: 0.5s;
}

.carousel-button-slide-right {
	right: 0;
	top: 50%;
}

.carousel-button-slide-right:hover span {
	color: grey;
	cursor: pointer;
	transition: 0.5s;
}

.carousel-button-slide-right span {
	color: white;
	top: 50%;
	transform: translate(0, -50%);
	position: absolute;
	transition: 0.5s;
	font-size: 30px;
	right: 0;
}

.carousel-button-slide-right span:hover {
	color: grey;
	cursor: pointer;
	transition: 0.5s;
}

.carousel-controls {
	position: absolute;
	bottom: 0;
	display: block;
	text-align: center;
	width: 600px;
}

.dot {
	background-color: #ccd4e2;
	width: 8px;
	height: 8px;
	border: 1px solid #ccd4e2;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}

.carousel-controls .active {
	width: 8px;
	height: 8px;
	background-color: #293df2;
	border-color: #293df2;
	display: inline-block;
}

.carousel-controls .inactive {
	background-color: #ccd4e2;
	width: 8px;
	height: 8px;
	border: 1px solid #ccd4e2;
	display: inline-block;
}


/* Responsive Script */
@media screen and (max-width:1200px){
    .row,.row2,.list-article,.container-header{
        flex-flow: row wrap;
        height:auto;
        padding-bottom:20px;
    }
    .container-header{
        gap:0;
    }
    .slideshow{
        height:auto;
    }
    .caption{
        width:100%;
        min-height:10px;
        overflow:hidden;
        
    }
    .feature,.about,.about2,article,.contact-us,.maps,aside,.logo,nav{
        width:100%;
    }
    .logo img{
        margin:auto;
        display:block;
    }
    nav ul {
        justify-content:center;
    }
    .maps{
        height:700px;
    }
    .about2 img{
        width:50%;
        margin:auto;
        display:block;
    }
    .category{
        width:98%;
    }
}