@font-face {
    font-family: quicksand;
    src: url(../font/Quicksand-Medium.ttf);
}

@font-face {
    font-family: quicksandBlod;
    src: url(../font/Quicksand-Bold.ttf);
}

body {
    overflow-x: hidden;
}

@keyframes swinging {
    0% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(10deg);
    }
}

@keyframes UpDown {
    0% {
        transform: translateY(20px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(20px);
    }
}

/* HOME */
.homeCon {
    position: relative;
    text-align: center;
    height: 100vh;
    width: 100vw;
    background: url(../images/bgn_home.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.homeLogo {
    position: absolute;
    left: 0;
    margin-left: 2%;
    margin-top: 2%;
    width: 10%;
}

.homeAnimasi {
    margin-top: 8%;
    width: 40%;
    -webkit-transform-origin: 50% 0 !important;
    transform-origin: 50% 0 !important;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite !important;
    animation: swinging 3.5s ease-in-out forwards infinite !important;
}

/* ABOUT */
.about {
    position: relative;
    width: 100vw;
    height: 65vw;
    overflow: visible;
    /* background: url(../images/bgn_about.jpg); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.aboutCon {
    text-align: center;
}

.aboutImg {
    padding-top: 5%;
    padding-bottom: 2%;
    width: 50%;
}

.aboutCon p {
    padding: 0 13%;
    font-family: quicksand;
    font-size: 130%;
    line-height: 50px;
    color: white;
}

/* Feature */
.featureCon {
    position: relative;
    width: 100vw;
    height: 66vw;
    /* background: url(../images/bgn_feature.jpg); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.featureImg {
    z-index: 3;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 30vw;
}

.featureIngredients {
    position: absolute;
    width: 18%;
    /* top: 3% !important; */
    /* top: -2%; */
    left: 30%;
    z-index: 1;
    -webkit-animation: UpDown 1.5s ease-in-out forwards infinite !important;
    animation: UpDown 1.5s ease-in-out forwards infinite !important;
}

.featureFlavor {
    position: absolute;
    width: 18%;
    top: 10%;
    left: 47%;
    z-index: 1;
    -webkit-animation: UpDown 2s ease-in-out forwards infinite !important;
    animation: UpDown 2s ease-in-out forwards infinite !important;
}

.featureCalories {
    position: absolute;
    width: 18%;
    top: 23%;
    left: 65%;
    z-index: 1;
    -webkit-animation: UpDown 2.5s ease-in-out forwards infinite !important;
    animation: UpDown 2.5s ease-in-out forwards infinite !important;
}

.featureHealthy {
    position: absolute;
    width: 18%;
    top: 1%;
    left: 82%;
    z-index: 1;
    -webkit-animation: UpDown 3s ease-in-out forwards infinite !important;
    animation: UpDown 3s ease-in-out forwards infinite !important;
}

/* PRICE */
.price {
    width: 100vw;
    height: 120vh;
    position: relative;
    background: url(../images/y.jpg) !important;
    /* background-size: 100% 100%; */
    background-size: cover !important;
    background-repeat: no-repeat;
    z-index: 2;
}

.awan {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

.carousel {
    margin-top: -2%;
    z-index: 1;
    position: relative !important;
    z-index: 0;
}

.carousel-item {
    width: 50%;
    margin-left: 26%;
    margin-top: 10%;
    z-index: 10;
}

/* CONTACT */
.contact {
    padding-top: 3.2%;
    /* height: 100vh;   */
    width: 100vw;
    background: url(../images/contact.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.contact h1 {
    margin-top: 5%;
    text-align: center;
    font-weight: bold;
    font-size: 250%;
    color: white;
    letter-spacing: 10px;
}

.contactCon {
    /* height: 100%; */
    width: 50vw;
    margin-top: 3%;
    text-align: center;
    background-color: #F38DB0;
    border-radius: 50px;
    border: 10px solid white;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 5% 3%;
}

input {
    font-family: quicksandBlod;
    border: 10px solid white;
    border-radius: 50px;
    width: 100%;
    height: 10vh;
    margin-bottom: 30px;
    text-align: center;
    font-size: 280%;
}

.contactCon a {
    font-family: quicksandBlod;
    font-size: 350%;
    letter-spacing: 10px;
    color: white;
    text-decoration: none;
}

.contactSocial {
    font-family: quicksand;
    letter-spacing: 5px;
    font-size: 180%;
    text-align: center;
    margin-top: 8%;
}

.carousel-indicators {
    display: none;
}

.about-feature-wrapper {
    background: url(../images/bgn_feature.jpg);
}

.cream-overlay {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    background: url(../images/new.png);
    background-size: 109vw;
    background-position: top;
    background-repeat: no-repeat;
}

/* .container{
  max-width: 1200px !important;
} */