:root {
    --primary: #f3be23;
    --secondary: #D82028;
    --white: #ffffff;
}

/* font-family: 'Delicious Handrawn', cursive;
font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif; */

body {
    background-color: var(--white);
    font-family: 'Poppins', sans-serif;
}

.outer .section {
    position: relative;
    padding: 15px;
    overflow: hidden;
    /* height: 100vh; */
}

#section-one {
    background-image: url('../assets/images/pattern.jpg');
    background-size: cover;
}

#section-one .logo {
    position: absolute;
    left: 20px;
    top: 20px;
}

#section-one .logo img {
    width: 70px;
}

#section-one .tagline {
    position: absolute;
    left: 20px;
    top: 90px;
    font-size: 40px;
    line-height: 50px;
    color: var(--primary);
}

#section-one .image-profile {
    position: absolute;
    bottom: 30px;
    left: 40px;
}

#section-one .image-profile img {
    width: 380px;
    height: auto;
}

#section-one .name-profile {
    position: absolute;
    bottom: 30px;
    left: 20px;
    font-size: 40px;
    color: var(--primary);
    background-color: var(--white);
    padding: 0px 15px;
}

#section-one .segitiga .segitiga-bawah {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: 355px solid var(--primary);
    border-right: 607px solid transparent;
}

#section-one .number-profile {
    position: absolute;
    top: 0px;
    left: 0px;
}

#section-one .number-profile .box {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid var(--white);
    border-radius: 100%;
    background-color: #821318;
}

#section-one .number-profile .box .number {
    font-size: 60px;
    font-weight: 500;
    color: var(--white);
}

#section-one .number-profile .box .text {
    position: absolute;
    left: 3px;
    top: -55px;
    font-size: 22px;
    text-align: center;
    text-shadow: 2px 2px var(--primary);
    color: var(--white);
    rotate: 343deg;
}

#section-one .number-profile .box img {
    position: absolute;
    left: 70px;
    top: -10px;
    width: 80px;
}

#section-one .footer {
    position: absolute;
    left: 0;
    text-align: center;
    width: 365px;
    padding: 10px;
    bottom: 0px;
    background-color: var(--primary);
}

#section-one .footer span {
    color:var(--white);
    font-weight: bold;
}

/* section two */
#section-two {
    background-image: url('../assets/images/pattern.jpg');
    background-size: cover;
}

#section-two .logo {
    position: absolute;
    left: 25px;
    top: 20px;
}

#section-two .logo img {
    width: 70px;
}

#section-two .box-1 {
    position: absolute;
    top: 120px;
    left: 0px;
    right: 0px;
    padding: 0px 25px;
}

#section-two .box-1 .title {
    font-size: 35px;
    font-weight: 400;
    font-family: 'Delicious Handrawn', cursive;
    color: var(--primary);
    text-align: center;
}

#section-two .qoute {
    position: absolute;
    bottom: 70px;
    left: 15%;
    color: #fff;
    text-align: center;
    width: 200px;
    background-color: var(--primary);
    padding: 30px 30px;
    border-radius: 15px;
    font-size: 13px;
}
#section-two .qoute .qoute-up{
    position: absolute;
    top: 5px;
    left: 15px;
}

#section-two .qoute .qoute-down{
    position: absolute;
    right: 4px;
    bottom: 0px;
}

/* section three */
#section-three {
    background-image: url('../assets/images/pattern.jpg');
    background-size: cover;
}

#section-three .logo {
    position: absolute;
    left: 25px;
    top: 20px;
}

#section-three .logo img {
    width: 70px;
}

#section-three .image-profile {
    position: absolute;
    bottom: -10px;
    left: 0px;
}

#section-three .image-profile img {
    width: 270px;
    height: auto;
}

#section-three .surat-suara {
    position: absolute;
    top: 100px;
    right: 20px;
}

#section-three .surat-suara .title {
    font-size: 30px;
    padding-bottom: 20px;
    font-family: 'Delicious Handrawn', cursive;
    color: var(--primary);
}

/* section four */
#section-four {
    background-image: url('../assets/images/pattern.jpg');
    background-size: cover;
}

#section-four .logo {
    position: absolute;
    left: 0px;
    top: 20px;
    right: 0px;
    display: flex;
    justify-content: center;
}

#section-four .logo img {
    width: 70px;
}

#section-four .title {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 110px;
    font-size: 30px;
    font-family: 'Delicious Handrawn', cursive;
    color: var(--primary);
    text-align: center;
}

#section-four .activity-slider {
    position: absolute;
    top: 165px;
    left: 0px;
    right: 0px;
    padding: 0px 20px;
}

#section-four .activity-slider .item {
    background-color: var(--white);
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #ccc;
}

#section-four .activity-slider .item .box {
    padding: 10px 0px;
}

#section-four .activity-slider .item .subtitle {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 10px;
}

#section-four .activity-slider .item .desc {
    font-size: 12px;
    /* text-align: center; */
    color: gray;
    padding: 0px 10px;
}

/* section five */
#section-five {
    background-image: url('../assets/images/pattern.jpg');
    background-size: cover;
}

#section-five .logo {
    position: absolute;
    left: 25px;
    top: 20px;
}

#section-five .logo img {
    width: 70px;
}

#section-five .title {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 75px;
    font-size: 30px;
    font-family: 'Delicious Handrawn', cursive;
    color: var(--primary);
    text-align: center;
}

#section-five .form {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 160px;
    display: flex;
    justify-content: center;
}

#section-five form input {
    margin-top: 15px;
    width: 90%;
    height: 30px;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 2px 10px;
}

#section-five form textarea {
    width: 90%;
    margin-top: 15px;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 10px;
}

#section-five form .input-file{
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 4px;
    width: 90%;
    margin-bottom: 20px;
}

#section-five form .input-file::file-selector-button{
    border: none;
    border-radius: 4px;
    color: var(--white);
    background-color: var(--primary);
    height: 30px;
    cursor: pointer;
    transition: all .25s ease-in;
    cursor: pointer;
}

#section-five form .btn-submit {
    background-color: var(--primary);
    padding: 15px 0px;
    text-align: center;
    color: var(--white);
    border: none;
    width: 98%;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 107px;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    margin-top: 20px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
