*{
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins';
}

.body{
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins';
    background-color: #f2f2f2;
}

.shapeatas{
    background-color:#035535;
    height: 30px;
    width: auto;
}

.wrapper{
    width: 1100px;
    margin: auto;
    position: relative;
}

header{
    padding : 24px 0;
    color : white;
    top : 0;
    width : 1100px;
    margin : auto;
    position: relative;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    display: flex;
}
.logo img{
    width: 100px;
    position: relative;
    margin-right: 100px;
    float : left;
}
/* .logo a {
    font-size: 50px;
    font-weight: 800;
    float: left;
    font-family: courier;
    color: black;
} */

nav{
    margin-right: 26px;
}
nav ul{
    list-style-type: none;
}

nav ul li{
    position: relative;
    float: left;
    text-decoration: none;
}
nav ul li a{
    font-size: 20px;
    padding: 20px;
    display: block;
    color: black;
    text-decoration: none;
}
nav ul li a:hover{
    background-color: rgb(168, 168, 168);
    color : white;
}
nav ul li ul{
    position: absolute;
    left: 0;
    width: 142px;
    background: #fff;
    display: none;
}
nav ul li ul li{
    width: 100%;
    border-top: 1px solid black;
}
nav ul li ul li a{
    background: #035535;
    font-size: 16px;
    color: white;
}
nav ul li:hover > ul{
    display: inline-block;
}

/* .motto1{
    display: grid;
grid-template-rows: auto lfr;
position: relative;
box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.2);
background-color: white;
} */
/* .content{
    background-image: url(background\ 5.jpg);
    background-repeat: no-repeat;
    height: 500px;
    background-position: center;
    background-size: cover;
} */
.motto1 img{
position : relative;
width : 50%;
border-radius: 15px 15px 0px 0px;
max-width: 180px;
margin-right: 0px;
margin-left: 100px;
border-radius: 100%;
border : 1px solid #ddd;
margin-top: 50px;
}
.motto1 p{
    font-size: 15px;
}

.judul{
    padding-top: 50px;
    padding-left: 50px;
    
}
.content{
    background-color: white;
}
.content i{
    font-size: 30px;
    padding-left: 50px;
    padding-top: 50px;
    font-weight: 100;

}
.content img{
    width: auto;
    height: auto;

}
.free marquee{
    font-family: 'Poppins';
    font-size: 23px;
    margin-top: 30px;
}
footer{
    background-color: #036635;
    bottom: 0;
    width : 100%;
    color: white;
    display: flex;
    justify-content: space-between;
    padding : 0 40px;
    margin-top: 18px;
}
.left{
    width : 300px;
}
.right{
    margin-right: 40px;
    width: 500px;
    margin : 20px;
}
.left-div{
    display: flex;
    align-items: center;
    margin : 20px 0;
}
.left-div img{
    display: flex;
    flex-direction: row;
    width : 25px;
    margin-right: 7px;
}
.left-div p{
    font-weight: 600;
    font-size: 16px;
}
p a{
    color: white;
    text-decoration: none;
}
.right h3{
    font-size: 18px;
}
.right p{
    font-size: 15px;
    margin-top: 10px;
}
* {box-sizing:border-box}
.left-div, .motto1{
    display: flex;
    align-items: center;
    margin: 20px 0px;
}
.left-div i, .motto1 i{
    font-size: 24px;
    margin: 0px 16px;
}
.left-div p, .motto1 p{
    font-weight: 600;
    font-size: 16px;
    padding-left: 2px;
}
/* Slideshow container */
.slideshow-container {
  
  max-width: 1520px;
  position: relative;
  margin: auto;
}
.mySlides {
    display: none;
}
.foto img{
    width: 1520px;
    height: 350px;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {display: block;} 
  to {margin: 0;}
}

@keyframes fade {
 from {opacity: .4} 
  to {opacity: 1}
}


@media screen and (max-width:800px){
    footer{
        flex-direction: column;
    }
    .left{
        width : 80%;
        padding : 0 auto;
    }
    .left-div{
        justify-content: center;
    }
    .right{
        text-align: center;
        width: 80% !important;
    }
    .right p{
        text-align: center;
        font-size: 15px;
        margin-left: 20px;
    }
    .right h3{
        font-size: 17px;
        margin-bottom: 20px;
        margin-left: 8px;
    }
    .left-div img{
        display: flex;
        flex-direction: row;
        width : 25px;
        margin-right: 7px;
        margin-left: 50px;
    }
    .left-div p{
        font-size : 13px;
    }
    .jalan{
        margin-left: 18px;
    }
    .map{
        margin-left: 20px;
    }
    /* .motto1{
        display: grid;
    grid-template-rows: auto lfr;
    position: relative;
    box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.2);
    background-color: white;
    } */

    .motto1 img{
    position : relative;
    width : 50%;
    border-radius: 15px 15px 0 0;
    max-width: 180px;
    margin-right: 30px;
    margin-left: 5px;
    border-radius: 50%;
    border : 1px solid #ddd;
    margin-top: 5px;
    }
}