@media(max-width: 1024px) and (min-width: 576px) {
    .special-l-space {
        letter-spacing: 6px;
    }
}
/* Super small device */
@media (max-width: 500px) {
    .about .container-fluid .row .aboutCon p {
        padding: 0 5%;
        font-family: quicksand;
        font-size: 90%;
        line-height: 27px;
        color: white;
    }
}

 /* Extra small devices (phones, 600px and down) */
 @media only screen and (max-width: 600px) {

    .cream-overlay {
        position: absolute;
        top: 0; bottom: 0; left: 0; right: 0;
        background: url(../images/new.png);
        /*background-size: 308vw;*/
        background-size: 313vw;
        background-position: top;
        background-repeat: no-repeat;
        padding-bottom: 870px !important;
    }

         
    /* HOME @ < 600px */

    .homeCon {
        position: relative;
        height: 165vw;
        width: 100vw;
        background: url(../images/bgn_home.jpg);
        text-align: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .homeLogo {
        position: absolute;
        left: 0;
        margin-left: 4%;
        margin-top: 4%;
        width: 24%;
    }

    .homeAnimasi {
        margin-top: 30%;
        width: 100%;
        -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 @ < 600px >  */
    .about {
        position: relative;
        /* width: 100vw; */
        /* height: 120vw; */
        height: 169vw;
        /* background-size: 20px; */
        z-index: 9;
        /* background: url(../images/bgn_about.jpg); */
        background-repeat: no-repeat;
        background-size: cover;
    }

    .aboutCon {
        text-align: center;
        margin-top: 10vh;
    }

    .aboutImg {
        padding-top: 1%;
        padding-bottom: 2%;
        width: 60%;
    }

    .aboutCon p {
        padding: 0 12%;
        font-family: quicksand;
        font-size: 116%;
        line-height: 40px;
        color: white;
    }

    /* Feature @ < 600px */
    .featureCon {
        position: relative;
        width: 100vw;
        height: 115vw;
        /* background: url(../images/bgn_feature.jpg); */
        /* background-size: auto 167%; */
        /* background-repeat: no-repeat; */
    }

    .featureImg {
        position: absolute;
        z-index: 3;
        width: 100%;
        left: 0;
        bottom: 0;
    }

    .featureImg {
        top: 67vw;
    }

    .featureIngredients {
        position: absolute;
        width: 30%;
        top: 10%;
        left: 1%;
        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: 30%;
        top: 24%;
        left: 24%;
        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: 30%;
        top: 32%;
        left: 47%;
        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: 30%;
        top: 14%;
        left: 69%;
        z-index: 1;
        -webkit-animation: UpDown 3s ease-in-out forwards infinite !important;
        animation: UpDown 3s ease-in-out forwards infinite !important;
    }

    /* PRICE @ < 600px */
    .price {
        width: 100vw;
        height: 400px;
        position: relative;
        background: url(../images/bgn_price.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 2;
    }

    .awan {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 2;
    }

    .carousel {
        position: static;
        margin-top: -2%;
        z-index: 1;

    }

    .carousel-item {
        width: 85%;
        margin-left: 8%;
    }


    /* CONTACT @ < 600px */

    .contact {
        padding-top: 1.2%;
        /* height: 100vh; */
        width: 100vw;
        background-repeat: no-repeat;
        background: url(../images/contact.jpg);
        background-size: 100% 100%;
        background-position: center;
    }

    .contact h1 {
        margin-top: 2%;
        text-align: center;
        font-weight: bold;
        font-size: 150%;
        color: white;
        letter-spacing: 5px;
    }

    .contactCon{
        /* height: inherit; */
        width: 30%;
        margin-top: 7%;
        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%;
        margin-bottom: 5%;
        text-align: center;
        height: 6vh;
        padding: 3% 5%;
        font-size: 90%;
    }

    .contactCon a{
        font-family: quicksandBlod;
        font-size: 120%;
        letter-spacing: 10px;
        color: white;
        text-decoration: none;
    }

    /* .contactCon {
        height: 100%;
        width: 100%;
        margin-top: 7%;
        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%;
        margin-bottom: 5%;
        text-align: center;
        padding: 3% 5%;
        font-size: 170%;
    } */
/* 
    .contactCon a {
        font-family: quicksandBlod;
        font-size: 250%;
        letter-spacing: 10px;
        color: white;
        text-decoration: none;
    } */

    /* .contactSocial {
        font-family: quicksand;
        letter-spacing: 5px;
        font-size: 110%;
        text-align: center;
        margin: 8% 0;
    } */

    .contactSocial{
        font-family: quicksand;
        letter-spacing: unset;
        font-size: 90%;
        text-align: center;
        margin-top: 10%;
     }

     .contactSocial img{
        width: 35%;
     }

 }

 /* Small devices (portrait tablets and large phones, 600px and up) */
 @media only screen and (min-width: 600px) and (max-width: 768px) {

    .cream-overlay {
        position: absolute;
        top: 0; bottom: 0; left: 0; right: 0;
        background: url(../images/new.png);
        background-size: 209vw;
        background-position: top;
        background-repeat: no-repeat;
    }
     
    /* HOME @ > 680px */

    .homeCon {
        position: relative;
        height: 100vh;
        width: 100vw;
        background: url(../images/bgn_home.jpg);
        text-align: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .homeLogo {
        position: absolute;
        left: 0;
        margin-left: 6%;
        margin-top: 6%;
        width: 15%;
    }

    .homeAnimasi {
        margin-top: 25%;
        width: 58%;
        -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 @ > 680px >  */
    .about {
        position: relative;
        width: 100vw;
        /* height: 100vh; */
        height: 120vw;
        /* background-size: 20px; */
        z-index: 9;
        /* background: url(../images/bgn_about.jpg); */
        background-repeat: no-repeat;
        background-size: cover;
    }

    .aboutCon {
        text-align: center;
        margin-top: 10vh;
    }

    .aboutImg {
        padding-top: 1%;
        padding-bottom: 2%;
        width: 30%;
    }

    .aboutCon p {
        padding: 0 12%;
        font-family: quicksand;
        font-size: 116%;
        line-height: 40px;
        color: white;
    }

    /* Feature @ > 680px */
    .featureCon {
        position: relative;
        width: 100vw;
        height: 100vw;
        /* background: url(../images/bgn_feature.jpg); */
        /* background-size: auto 167%; */
        /* background-repeat: no-repeat; */
    }

    .featureImg {
        z-index: 3;
        width: 100%;
        left: 0;
        bottom: 0;
    }

    .featureImg {
        top: 27vw;
    }

    .featureIngredients {
        position: absolute;
        width: 25%;
        top: 10%;
        left: 9%;
        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: 25%;
        top: 24%;
        left: 30%;
        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: 25%;
        top: 32%;
        left: 51%;
        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: 25%;
        top: 14%;
        left: 73%;
        z-index: 1;
        -webkit-animation: UpDown 3s ease-in-out forwards infinite !important;
        animation: UpDown 3s ease-in-out forwards infinite !important;
    }

    /* PRICE @ > 680px */
    .price {
        width: 100vw;
        height: 60vh;
        position: relative;
        background: url(../images/bgn_price.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 2;
    }

    .awan {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 2;
    }

    .carousel {
        position: static;
        margin-top: -2%;
        z-index: 1;

    }

    .carousel-item {
        width: 85%;
        margin-left: 8%;
    }


    /* CONTACT @ > 680px */

    .contact {
        padding-top: 1.2%;
        /* height: 100vh; */
        width: 100vw;
        background-repeat: no-repeat;
        background: url(../images/contact.jpg);
        background-size: 100% 100%;
        background-position: center;
    }

    .contact h1 {
        margin-top: 5%;
        text-align: center;
        font-weight: bold;
        font-size: 230%;
        color: white;
        letter-spacing: 5px;
    }

    .contactCon {
        height: 100%;
        width: 100%;
        margin-top: 7%;
        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%;
        margin-bottom: 5%;
        text-align: center;
        padding: 3% 5%;
        font-size: 170%;
    }

    .contactCon a {
        font-family: quicksandBlod;
        font-size: 250%;
        letter-spacing: 10px;
        color: white;
        text-decoration: none;
    }

    .contactSocial {
        font-family: quicksand;
        letter-spacing: 5px;
        font-size: 110%;
        text-align: center;
        margin: 8% 0;
    }

 }

 /* Medium devices (landscape tablets, 768px and up) */
 @media only screen and (min-width: 768px) and (max-width: 992px) {

    .cream-overlay {
        position: absolute;
        top: 0; bottom: 0; left: 0; right: 0;
        background: url(../images/new.png);
        background-size: 160vw;
        background-position: top;
        background-repeat: no-repeat;
    }


    /* HOME @ > 768px */

    .homeCon {
        position: relative;
        height: 100vh;
        width: 100vw;
        background: url(../images/bgn_home.jpg);
        text-align: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .homeLogo {
        position: absolute;
        left: 0;
        margin-left: 2%;
        margin-top: 2%;
        width: 15%;
    }

    .homeAnimasi {
        margin-top: 14%;
        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 @ > 768px >  */
    .about {
        position: relative;
        width: 100vw;
        height: 99vw;
        /* background-size: 20px; */
        z-index: 9;
        /* background: url(../images/bgn_about.jpg); */
        background-repeat: no-repeat;
        background-size: cover;
    }

    .aboutCon {
        text-align: center;
        margin-top: 10vh;
    }

    .aboutImg {
        padding-top: 1%;
        padding-bottom: 2%;
        width: 30%;
    }

    .aboutCon p {
        padding: 0 12%;
        font-family: quicksand;
        font-size: 116%;
        line-height: 40px;
        color: white;
    }

    /* Feature @ > 768px */
    .featureCon {
        position: relative;
        width: 100vw;
        height: 75vw;
        /* background: url(../images/bgn_feature.jpg); */
        /* background-size: auto 167%; */
        /* background-repeat: no-repeat; */
    }

    .featureImg {
        position: absolute;
        z-index: 3;
        width: 100%;
        left: 0;
        bottom: 0;
    }

    .featureIngredients {
        position: absolute;
        width: 19%;
        top: 10%;
        left: 26%;
        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: 19%;
        top: 24%;
        left: 43%;
        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: 19%;
        top: 32%;
        left: 61%;
        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: 19%;
        top: 14%;
        left: 78%;
        z-index: 1;
        -webkit-animation: UpDown 3s ease-in-out forwards infinite !important;
        animation: UpDown 3s ease-in-out forwards infinite !important;
    }

    /* PRICE @ > 768px */
    .price {
        width: 100vw;
        height: 60vh;
        position: relative;
        background: url(../images/bgn_price.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 2;
    }

    .awan {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 2;
    }

    .carousel {
        position: static;
        margin-top: -2%;
        z-index: 1;

    }

    .carousel-item {
        width: 70%;
        margin-left: 16%;
    }


    /* CONTACT @ > 768px */

    .contact {
        padding-top: 1.2%;
        height: 100vh;
        width: 100vw;
        background-repeat: no-repeat;
        background: url(../images/contact.jpg);
        background-size: 100% 100%;
        background-position: center;
    }

    .contact h1 {
        margin-top: 5%;
        text-align: center;
        font-weight: bold;
        font-size: 230%;
        color: white;
        letter-spacing: 5px;
    }

    .contactCon {
        height: 100%;
        width: 100%;
        margin-top: 7%;
        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%;
        margin-bottom: 5%;
        text-align: center;
        padding: 3% 5%;
        font-size: 170%;
    }

    .contactCon a {
        font-family: quicksandBlod;
        font-size: 250%;
        letter-spacing: 10px;
        color: white;
        text-decoration: none;
    }

    .contactSocial {
        font-family: quicksand;
        letter-spacing: 5px;
        font-size: 110%;
        text-align: center;
        margin: 8% 0;
    }

 }

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .homeLogo {
        position: absolute;
        left: 0;
        margin-left: 4%;
        margin-top: 4%;
        width: 15% !important;
    }
    .homeAnimasi {
        margin-top: 18%;
        width: 50% !important;
        -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;
    }
}

 @media only screen and (max-width: 1100px) and (min-width: 900px) {
    .homeLogo {
        position: absolute;
        left: 0;
        margin-left: 2%;
        margin-top: 2%;
        width: 15% !important;
    }
    .homeAnimasi {
        margin-top: 14%;
        width: 40% !important;
        -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;
    }
 }

 /* Large devices (laptops/desktops, 992px and up) */
 @media only screen and (min-width: 992px) and (max-width: 1200px) {

    .cream-overlay {
        position: absolute;
        top: 0; bottom: 0; left: 0; right: 0;
        background: url(../images/new.png);
        background-size: 130vw;
        background-position: top;
        background-repeat: no-repeat;
    }

     /* HOME @ > 992px */

     .homeCon {
         position: relative;
         height: 100vh;
         width: 100vw;
         background: url(../images/bgn_home.jpg);
         text-align: center;
         background-repeat: no-repeat;
         background-size: cover;
         background-position: center;
     }

     .homeLogo {
         position: absolute;
         left: 0;
         margin-left: 2%;
         margin-top: 2%;
         width: 15%;
     }

     .homeAnimasi {
         margin-top: 14%;
         width: 44%;
         -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 @ > 992px >  */
     .about {
         position: relative;
         width: 100vw;
         /* height: 100vh; */
         height: 82vw;
         /* background-size: 20px; */
         z-index: 9;
         /* background: url(../images/bgn_about.jpg); */
         background-repeat: no-repeat;
         background-size: cover;
     }

     .aboutCon {
         text-align: center;
         margin-top: 10vh;
     }

     .aboutImg {
         padding-top: 1%;
         padding-bottom: 2%;
         width: 30%;
     }

     .aboutCon p {
         padding: 0 12%;
         font-family: quicksand;
         font-size: 116%;
         line-height: 40px;
         color: white;
     }

     /* Feature @ > 992px */
     .featureCon {
         position: relative;
         width: 100vw;
         height: 76vw;
         /* background: url(../images/bgn_feature.jpg); */
         /* background-size: auto 167%; */
         /* background-repeat: no-repeat; */
     }

     .featureImg {
         position: absolute;
         z-index: 3;
         width: 100%;
         left: 0;
         bottom: 0;
     }

     .featureIngredients {
         position: absolute;
         width: 19%;
         top: 10%;
         left: 26%;
         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: 19%;
         top: 24%;
         left: 43%;
         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: 19%;
         top: 32%;
         left: 61%;
         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: 19%;
         top: 14%;
         left: 78%;
         z-index: 1;
         -webkit-animation: UpDown 3s ease-in-out forwards infinite !important;
         animation: UpDown 3s ease-in-out forwards infinite !important;
     }

     /* PRICE @ > 992px */
     .price {
         width: 100vw;
         height: 100vh;
         position: relative;
         background: url(../images/bgn_price.jpg);
         background-size: cover;
         background-position: center;
         background-repeat: no-repeat;
         z-index: 2;
     }

     .awan {
         position: absolute;
         left: 0;
         top: 0;
         width: 100%;
         z-index: 2;
     }

     .carousel {
         position: static;
         margin-top: -2%;
         z-index: 1;
     }

     .carousel-item {
         width: 72%;
         margin-left: 16%;
         /* margin-right: 0; */
     }


     /* CONTACT @ > 992px */

     .contact {
         padding-top: 1.2%;
         height: 100vh;
         width: 100vw;
         background-repeat: no-repeat;
         background: url(../images/contact.jpg);
         background-size: 100% 100%;
         background-position: center;
     }

     .contact h1 {
         margin-top: 5%;
         text-align: center;
         font-weight: bold;
         font-size: 230%;
         color: white;
         letter-spacing: 5px;
     }

     .contactCon {
         height: 100%;
         width: 100%;
         margin-top: 7%;
         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%;
         margin-bottom: 5%;
         text-align: center;
         padding: 3% 5%;
         font-size: 170%;
     }

     .contactCon a {
         font-family: quicksandBlod;
         font-size: 250%;
         letter-spacing: 10px;
         color: white;
         text-decoration: none;
     }

     .contactSocial {
         font-family: quicksand;
         letter-spacing: 5px;
         font-size: 110%;
         text-align: center;
         margin: 8% 0;
     }
 }

 /* @media (min-height: 300px) and (max-width: 638px) and (orientation: landscape) {
    .featureCon {
        position: relative;
        width: 100vw;
        height: 100vh;
        background: url(../images/bgn_feature.jpg);
        background-size: auto 167%;
        background-repeat: no-repeat;
    }
    .price {
        width: 100vw;
        height: 150vh;
        position: relative;
        background: url(../images/bgn_price.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 2;
    }
 }

 @media (min-width: 992px) and (max-width: 1200px) and (orientation: landscape) {
    .carousel-item {
        width: 80%;
        margin-left: 11%;
        margin-right: 0;
    }
 }

 @media (min-width: 1200px) and (orientation: landscape) {
    .carousel-item {
        width: 65%;
        margin-left: 18.5%;
        margin-right: 0;
    }
 } */

 /* Extra large devices (large laptops and desktops, 1200px and up) */
 @media (min-width: 1200px) {

     /* HOME @ > 1200px */

     .homeCon {
         position: relative;
         height: 100vh;
         width: 100vw;
         background: url(../images/bgn_home.jpg);
         text-align: center;
         background-repeat: no-repeat;
         background-size: cover;
         background-position: center;
     }

     .homeLogo {
         position: absolute;
         left: 0;
         margin-left: 2%;
         margin-top: 2%;
         width: 12%;
     }

     .homeAnimasi {
         margin-top: 7%;
         width: 643px;
         -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 @ > 1200px >  */
     .about {
         position: relative;
         width: 100vw;
         /* height: 100vh; */
         /* background-size: 20px; */
         z-index: 9;
         /* background: url(../images/bgn_about.jpg); */
         background-repeat: no-repeat;
         background-size: cover;
     }

     .aboutCon {
         text-align: center;
         margin-top: 10vh;
     }

     .aboutImg {
         padding-top: 1%;
         padding-bottom: 2%;
         width: 30%;
     }

     .aboutCon p {
         padding: 0 12%;
         font-family: quicksand;
         font-size: 200%;
         line-height: 40px;
         color: white;
     }

     /* Feature @ > 1200px */
     .featureCon {
         position: relative;
         width: 100vw;
         /* height: 100vh; */
         /* background: url(../images/bgn_feature.jpg); */
         /* background-size: auto 167%; */
         /* background-repeat: no-repeat; */
     }

     .featureImg {
         z-index: 3;
         width: 100%;
         left: 0;
         bottom: 0;
         top: 19vw;
     }

     .featureIngredients {
         position: absolute;
         width: 19%;
         top: 10%;
         left: 26%;
         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: 19%;
         top: 24%;
         left: 43%;
         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: 19%;
         top: 32%;
         left: 61%;
         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: 19%;
         top: 14%;
         left: 78%;
         z-index: 1;
         -webkit-animation: UpDown 3s ease-in-out forwards infinite !important;
         animation: UpDown 3s ease-in-out forwards infinite !important;
     }

     /* PRICE @ > 1200px */
     .price {
         width: 100vw;
         height: 120vh;
         position: relative;
         background: url(../images/bgn_price.jpg);
         background-size: cover;
         background-position: center;
         background-repeat: no-repeat;
         z-index: 2;
     }

     .awan {
         position: absolute;
         left: 0;
         top: 0;
         width: 100%;
         z-index: 2;
     }

     .carousel {
         position: static;
         margin-top: -2%;
         z-index: 1;

     }

     .carousel-item {
         width: 55%;
         margin-left: 22.5%;
     }


     /* CONTACT @ > 1200px */

     .contact {
         padding-top: 1.2%;
         height: 100vh;
         width: 100vw;
         background-repeat: no-repeat;
         background: url(../images/contact.jpg);
         background-size: 100% 100%;
         background-position: center;
     }

     .contact h1 {
         margin-top: 5%;
         text-align: center;
         font-weight: bold;
         font-size: 230%;
         color: white;
         letter-spacing: 5px;
     }

     .contactCon {
         height: 100%;
         width: 100%;
         margin-top: 7%;
         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%;
         margin-bottom: 5%;
         text-align: center;
         padding: 3% 5%;
         font-size: 170%;
     }

     .contactCon a {
         font-family: quicksandBlod;
         font-size: 250%;
         letter-spacing: 10px;
         color: white;
         text-decoration: none;
     }

     .contactSocial {
         font-family: quicksand;
         letter-spacing: 5px;
         font-size: 110%;
         text-align: center;
         margin: 8% 0;
     }

 }

/* Landscape area */

@media (max-width: 990px) and (max-height: 957px) and (orientation: landscape) {
     /* HOME @ > 768px */

     .homeCon {
        position: relative;
        height: 600px;
        width: 100vw;
        background: url(../images/bgn_home.jpg);
        text-align: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .homeLogo {
        position: absolute;
        left: 0;
        margin-left: 2%;
        margin-top: 2%;
        width: 15%;
    }

    .homeAnimasi {
        margin-top: 14%;
        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 @ > 768px >  */
    .about {
        position: relative;
        width: 100vw;
        height: 834px;
        /* background-size: 20px; */
        z-index: 9;
        /* background: url(../images/bgn_about.jpg); */
        background-repeat: no-repeat;
        background-size: cover;
    }

    .aboutCon {
        text-align: center;
        margin-top: 10vh;
    }

    .aboutImg {
        padding-top: 1%;
        padding-bottom: 2%;
        width: 30%;
    }

    .aboutCon p {
        padding: 0 12%;
        font-family: quicksand;
        font-size: 116%;
        line-height: 40px;
        color: white;
    }

    /* Feature @ > 768px */
    .featureCon {
        position: relative;
        width: 100vw;
        height: 700px;
        /* background: url(../images/bgn_feature.jpg); */
        /* background-size: auto 167%; */
        /* background-repeat: no-repeat; */
    }

    .featureImg {
        /* position: absolute; */
        z-index: 3;
        width: 100%;
        left: 0;
        bottom: 0;
    }

    .featureImg {
        top: 42vw;
    }

    .featureIngredients {
        position: absolute;
        width: 22%;
        top: 13%;
        left: 23%;
        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: 22%;
        top: 24%;
        left: 42%;
        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: 22%;
        top: 31%;
        left: 60%;
        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: 22%;
        top: 18%;
        left: 78%;
        z-index: 1;
        -webkit-animation: UpDown 3s ease-in-out forwards infinite !important;
        animation: UpDown 3s ease-in-out forwards infinite !important;
    }

    /* PRICE @ > 768px */
    .price {
        width: 100vw;
        height: 700px;
        position: relative;
        background: url(../images/bgn_price.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 2;
    }

    .awan {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 2;
    }

    .carousel {
        position: static;
        margin-top: -2%;
        z-index: 1;

    }

    .carousel-item {
        width: 70%;
        margin-left: 16%;
    }


    /* CONTACT @ > 768px */

    .contact {
        padding-top: 1.2%;
        height: 700px;
        width: 100vw;
        background-repeat: no-repeat;
        background: url(../images/contact.jpg);
        background-size: 100% 100%;
        background-position: center;
    }

    .contact h1 {
        margin-top: 5%;
        text-align: center;
        font-weight: bold;
        font-size: 230%;
        color: white;
        letter-spacing: 5px;
    }

    .contactCon {
        height: 350px;
        width: 100%;
        margin-top: 40px;
        text-align: center;
        border-radius: 50px;
        border: 10px solid white;
        box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        padding: 30px 30px;
    }

    input {
        font-family: quicksandBlod;
        border: 10px solid white;
        border-radius: 50px;
        width: 100%;
        height: 80px;
        margin-bottom: 23px;
        text-align: center;
        padding: 8px 20px;
        font-size: 25px;
    }

    .contactCon a {
        font-family: quicksandBlod;
        font-size: 40px;
        letter-spacing: 10px;
        color: white;
        text-decoration: none;
    }

    .contactSocial {
        font-family: quicksand;
        letter-spacing: 5px;
        font-size: 110%;
        text-align: center;
        margin: 8% 0;
    }
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
