/* general style */
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body{
    /*height: 7000px;*/
    font-family: 'Almarai', sans-serif;
}

/* start upper-bar style */
.upper-bar {
    background-color: #4B6C2E;
    color: #e5ffc8;
    padding: 10px;
}

.upper-bar .icon-info{
    display: inline-block;
}

.upper-bar i{
    color: #FFF !important;
    font-size: 20px;
}

.upper-bar .work-together{
    display: inline-block;
    padding: 2px 25px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #4B6C2E;
    font-weight: bold;
}
/* end upper-bar style */

/* start navbar style */
.navbar{
    background-color: #FFF;
    border-bottom: 5px solid #4B6C2E;
}

.navbar .company-logo{
    width: 104px;
    height: 60px;
}

.navbar .links-container{
    margin-right: 32px;
}
/* end navbar style */

/* start carousel style*/
.carousel {
    position: relative;
    overflow: hidden;
}

.carousel .carousel-item{
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.carousel-item img{
    position: absolute;
    right: 0;
    top: 0px;
}

.carousel .carousel-item.first{
    background: url("https://i.imgur.com/fltuIpg.jpg");
}

.carousel .carousel-item.second{
    background: url("https://i.imgur.com/7XEQVX7.jpg");
}

.carousel .carousel-item.third{
    background: url("https://i.imgur.com/ADa8JuL.jpg");
}

.carousel .go-down{
    background: #4b6c2e8f;
    padding: 13px 8px;
    border-radius: 26px;
    font-size: 30px;
    cursor: pointer;
    animation: MoveUpDown 3s linear infinite;
    position: relative;
    left: 0;
    bottom: 0;
}

@keyframes MoveUpDown {
    0%, 100% {
      bottom: 0;
    }
    50% {
      bottom: 30px;
    }
}

.carousel .carousel-indicators li {
    height: 6px;
    background-color: rgb(0 0 0);
    cursor: pointer;
}  
/* end carousel style*/

/* start overview style */
.overview{
    padding: 40px 0;
    background-color: #FFF;
}

.overview h2{
    margin-bottom: 20px;
    font-size: 45px;
}

.overview p{
    margin-top: 20px;
    font-size: 30px;
}
/* end overview style*/

/* start products style */
.products{
    padding: 40px 0;
    background: url("https://i.imgur.com/kkry6fV.jpg");
    background-size: cover;  
}

.products h2{
    margin-bottom: 20px;
    font-size: 45px;
}

.products p{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
}

.products .row{
    margin: 0 !important;
}

.products ul li.active, .products ul li:hover {
    background-color: #4B6C2E;
    border: 1px solid #4B6C2E;
    color: #FFF;
    cursor: pointer;
}

.products ul li {
    color: #4B6C2E;
    border: 1px solid #4B6C2E;
    margin-left: 10px;
    text-transform: uppercase;
    padding: 10px;
    margin-bottom: 15px;
}

.products .view-options{
    margin-top: 30px !important;
}

.products .view-options li.active, .products .view-options li:hover{
    background-color: #6D235B;
    border: 1px solid #6D235B;
}

.products .view-options li{
    display: inline-block;
    color: #6D235B;
    border: 1px solid #6D235B;
}


.products .singel-product{
    margin-bottom: 10px;
}

.products .card-box {
    position: relative;
    display: flex;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.products .card-title{
    font-size: 25px;
}

.products .card-text{
    font-size: 20px;
}
/* end products style */

/* start seperated section style */
.seperated{
    background-color: #FFF;
    padding: 40px 0;
}

.seperated p{
    font-weight: 500;
}
/* end seperated section style */

/* start why choose us style */
.why-choose-us{
    background-color: #FFF;
    overflow: hidden;
}

.why-choose-us .row{
    margin: 0;
}

.why-choose-us .image {
    background: url("https://i.imgur.com/A62Wnle.jpg") center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.why-choose-us .description{
    background: #6D235B;
    color: #FFF;
    padding-top: 35px;
}

.why-choose-us h2{
    margin-bottom: 35px;
    font-size: 45px;
}

.why-choose-us ul li{
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid #CCC;
}

.why-choose-us ul li:last-of-type{
    margin-bottom: 0;
    border-bottom: none;
}

.why-choose-us ul li span{
    padding: 5px 10px;
    background-color: #6D235B;
    color: #FFF;
    margin-left: 12px;
    margin-right: 12px;
    box-shadow: 4px 4px 1px 1px #a7408e;
}
/* end why choose us style */

/*  start contact us style */
.contact-us{
    padding: 40px 0;
    background-color: #FFF;
}

.contact-us h2{
    margin-bottom: 35px;
    font-size: 45px;
}

.contact-us p{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #4b6c2e;
}

.contact-us ul{
    margin-bottom: 50px;
}

.contact-us li {
    margin-bottom: 21px;
    font-size: 18px;
}

.contact-us i {
    color: #FFF;
    padding: 10px 15px;
    box-shadow: 5px 5px 0px 0px #81c644;
    background-color: #4B6C2E;
    margin-left: 15px;
}
/* end contact us style */

/* start go to top style */
.goToTop {
    position: fixed;
    right: 1.5%;
    bottom: 26px;
    background: #4B6C2E;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px double #FFF;
    text-align: center;
    line-height: 3.2;
    cursor: pointer;
    z-index: 999;
    display: none;
}

.goToTop i {
    font-size: 30px;
    color: #FFF;
}
/* end go to top style */

/* start footer style */
.footer{
    padding: 25px 0;
    background-color: #4B6C2E;
}

.footer p{
    color: #FFF;
}

.footer .love{
    color: red;
    text-shadow: 1px 0px 0px #FFF;
    margin: 0;
}

.footer i {
    color: #FFF;
    margin-right: 10px;
}
/* end footer style */

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 575px) {
    /*body{
        background-color: red;
    }*/

    .carousel-item img{
        width: 106px;
    }

    .upper-bar .company-contacts,
    .upper-bar .company-media{
        text-align: center;
    }

    .upper-bar .company-contacts{
        margin-bottom: 20px;
    }

    .seperated p{
        font-size: 18px;
    }
    
    .seperated p img{
        width: 100px;
    }

    .why-choose-us .image{
        height: 400px;
    }
    .why-choose-us ul li span {
        display: block;
        margin-bottom: 16px;
    }

    .why-choose-us ul li {
        font-size: 15px;
    }

    .products .view-options-list{
        display: none;
    }

    .footer p, .footer .love, .footer i{
        font-size: 15px;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    /*body{
        background-color: green;
    }*/

    .carousel-item img{
        width: 150px;
    }

    .upper-bar .company-contacts,
    .upper-bar .company-media{
        text-align: center;
    }

    .upper-bar .company-contacts{
        margin-bottom: 20px;
    }

    .seperated p{
        font-size: 20px;
    }
    
    .seperated p img{
        width: 150px;
    }

    .why-choose-us .image{
        height: 450px;
    }

    .why-choose-us ul li span {
        display: block;
        margin-bottom: 16px;
    }

    .why-choose-us ul li {
        font-size: 15px;
    }

    .products .view-options-list{
        display: none;
    }

    .footer p, .footer .love, .footer i{
        font-size: 15px;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    /*body{
        background-color: blue;
    }*/

    .carousel-item img{
        width: 250px;
    }

    .upper-bar .company-contacts,
    .upper-bar .company-media{
        text-align: center;
    }

    .upper-bar .company-contacts{
        margin-bottom: 20px;
    }

    .seperated p{
        font-size: 35px;
    }
    
    .seperated p img{
        width: 190px;
    }

    .why-choose-us .image{
        height: 500px;
    }

    .why-choose-us ul li span {
        display: block;
        margin-bottom: 16px;
    }

    .why-choose-us ul li {
        font-size: 15px;
    }

    .products .view-options-list{
        display: block;
    }

    .footer p, .footer .love, .footer i{
        font-size: 25px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px){
    /*body{
        background-color: #CCC;
    }*/

    .carousel-item img{
        width: 250px;
    }

    .upper-bar .company-contacts{
        text-align: right;
        margin-bottom: 0;
    }

    .upper-bar .company-media{
        text-align: left;
    }

    .seperated p{
        font-size: 45px;
    }
    
    .seperated p img{
        width: 200px;
    }

    .why-choose-us .image{
        height: 500px;
    }

    .why-choose-us ul li span {
        display: inline;
    }

    .why-choose-us ul li {
        font-size: 20px;
    }

    .footer p, .footer .love, .footer i{
        font-size: 25px;
    }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media(min-width: 1200px) {
    /*body{
        background-color: #FFF;
    }*/

    .carousel-item img{
        width: 250px;
    }

    .why-choose-us .image{
        width: 40%;
        height: auto;
    }

    .why-choose-us .description{
        width: 60%;
    }

    .why-choose-us ul li {
        font-size: 14px;
    }

    .footer p, .footer .love, .footer i{
        font-size: 25px;
    }
}

