
body {
    margin: 0;
    font-family: 'Jost', sans-serif;
}


.my-store {
    text-transform: uppercase;
}

header {
    background: white;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.container {
    padding: 0 80px;
}

label {
    display: block;
    font-size: 24px;
    margin-bottom: 12px;
}

.radio-label {
    cursor: pointer;
}

.form-control {
    width: 100%;
    height: 36px;
    padding: 5px 12px;
    border-radius: 24px;
    border: 0;
    font-size: 16px;
}

.form-group {
    margin-bottom: 16px;
}


.button {
    cursor: pointer;
    background: orange;
    color: #7c4931;
    font-size: 18px;
    font-weight: light;
    border-radius: 16px ;
    padding: 8px 32px;
    transition: all 0.1s;
    border: 0;
    letter-spacing: 1px;
}

.button:hover {
    background: white;
    border: 1px solid orange;
}

.main-navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    text-align: center;
}


.main-navigation ul li {
    padding: 8px 24px 8px 24px;
    }

.main-navigation ul li a {
    color:#7c4931;
    font-size: 20px;
    display: block;
}

.main-navigation ul li a:hover {
    color:#3d2318;
    transform: scale(1.08);
}

a {
    text-decoration: none;
}

#cover {
    height: 100vh;
    background-image: url(../img/cover.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 150px;
}

#cover .headline {
    margin: 50px;
    font-size: 60px;
    font-weight: bold;
    color: white;
}

#cover .description {
    margin: 0;
    font-size: 26px;
    font-weight: bold;
    color: white;
    margin-bottom: 24px;
}



#features {
    height: 60vh;
    padding: 120px 0;
    background-position: center;
    background-size: cover;
}

#features .container {
    display: flex;
}

#features .feature {
    width: 33.33%;
    text-align: center;
    margin: 40px 16px;
    color: black;
}

#features .feature-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin: 0 auto 40px;
}

#features .headline {
    font-size: 50px;
    margin-bottom: 12px;
}

#features .description {
    font-size: 20px;
}

#types {
    height: 80vh;
    padding: 150px 0;
    background-image: url(../img/monteverde-coffee-tour-a-3-.jpeg);
    background-position: center;
    background-size: cover;
}

#types .container {
    display: flex;
}

#types .type {
    width: 33.33%;
    text-align: center;
    margin: 20px 16px;
    color: white;
}

#types .headline {
    font-size: 60px;
    margin-bottom: 20px;
}

#products {
    padding: 120px 0;
}

#products .headline {
    text-align: center;
    font-size: 60px;
    margin: 0 0 36px;
}

#products .row {
    display: flex;
    margin-bottom: 40px;
}

#products .product {
    width: 25%;
    text-align: center;
    margin: 0 20px;
    transition: all 0.25s;
}

#products .product:hover {
    transform: scale(1.08);
    box-shadow: 0px 0px 9px 11px #eee;
}

#products .product-image {
    width: 100%;
    height: 250px;
    background-position: center;
    background-size: cover;
}

#products .product-price {
    font-size: 18px;
}


#products .button {
    margin-bottom: 24px;
}


#full-width-offer {
    background: linear-gradient(0deg, rgba(110,110,110,1) 0%, rgba(148,148,145,1) 6%, rgba(74,74,74,1) 100%);
    color: #eee;
}

#full-width-offer .container {
   padding: 0;
}

#full-width-offer .row {
    display: flex;
}

#full-width-offer .row .card {
    background-position: center;
    background-size: cover;
    width: 50%;
    min-height: 400px;
    padding: 48px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#full-width-offer .card.greybox:hover {
    transform: scale(1.0);
    box-shadow: 0px 0px 4px 5px #eee;
    transition: all 0.25s;
} 

#full-width-offer .headline {
    font-size: 50px;
    margin-bottom: 10px;
    border-left:5px solid rgb(177, 175, 175);
    padding-left: 20px;
}

#full-width-offer .description {
    font-size: 30px;
    
}

#full-width-offer .headline,
#full-width-offer .description {
    width: 90%;
}

#full-width-offer .row .card .button {
    inline-size: 30%;
    text-align: center;
    margin:0 auto 24px;
}


#checkout {
    padding: 120px 0;
    background-image: url(../img/checkoutbackground.jpg);
    background-position: center;
    background-size: cover;
    color: #eee;
    border-top: 10px solid white;
}

#checkout .headline {
    font-size: 40px;
    color: white;
    text-align: center;
    margin: 0 0 36px;
}

#checkout .form {
    width: 500px;
    margin: auto;
}

#checkout .button {
    width: 100%;
    margin-top: 20px;
}

#checkout .form-control:focus {
    background: #cec4bf;
    outline: 0;
}

#checkout .radio-label input {
    width: 20px;
    height: 20px;
    accent-color: brown;
}    


#checkout input[type="checkbox"] {
    width: 20px;
    height: 20px;
}       

#checkout .checkbox-group {
    font-size: 20px;
}

#checkout .checkbox-group a {
    color: white;
}

#checkout .checkbox-group a:visited {
    color:purple;
}

#checkout .checkbox-group a:hover{
    color: red;
}
#section7 {
    padding: 140px 0;
    color: white;
    justify-content: center;
}

#section7 .row{
    display: flex;
}

#section7 .button-list {
    text-align: center;
    margin:0 auto 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section7 .button-list .button {
    margin: 0 16px;
}

#section7 .card {
    background-position: center;
    background-size: cover;
    min-height: 280px;
    margin: 8px;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#section7 .card .button {
    opacity: 0;
}

#section7 .card:hover .button {
    opacity: 1;
}

#section7 .card.card-small {
    width: 33.3%;
}

#section7 .card.card-big {
    width: 66.6%
}

#section7 .slide-content {
    display: none;
}

#section7 .slide-content.active {
    display: block;
}

#section7 .slide-content.active .card {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

#slider {
    position: relative;
    height: 100vh;
}

#slider .slides {
    position: relative;
    height: 100vh;
}
    
#slider .slide {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: all linear 0.25s;
}

#slider .slide.active {
    opacity: 1;
}

#slider .slide .headline {
    text-align: center;
    font-size: 55px;
    color: white;
    height: 50vh;
    margin: 0;
    padding: 80px 0 0 298px;
}

#slider .slides:nth-last-child(2) .headline{
    color: black;
}

#slider .slide .description {
    text-align: center;
    font-size: 33px;
    color: rgb(255, 255, 255);
    margin: 40px;
    left: calc(60% - 100px);
    position: absolute;
    padding-right: 69px;
    font: weight 300px;
}

#slider > .button {
    position: absolute;
    top: calc(50% - 25px);
    padding: 0;
    border-radius: 50%;
    width: 50px;
    height:50px;
}

#slider .button--previous {
    left: 40px;
}

#slider .button--next {
    right: 40px;
}


#slider .slide-navigation {
    position: absolute;
    bottom: 60px;
    text-align: center;
    margin: 0;
    list-style-type: none;
    padding:0;
    width:100%;
    display: flex;
    justify-content: center;
}


#slider .slide-navigation .button {
    border-radius: 50%;
    width: 25px;
    height:25px;
    padding: 0%;
    justify-content: center;
    margin: 0 5px;
    font-size: 13px;
    color: white;
}

#slider .slide-navigation .button:hover {
    background: white;
    border: 1px solid orange;
    color:orange;
    transform: scale(1.12);
}

#balls {
        height: 50vh;
        padding: 120px 0;
    }

#balls .container {
        display: flex;
    }

#balls .ball .button {
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    padding: 0;
    margin: 0 90px 0;
    width: 250px;
    height: 250px;
    justify-content: center;
}

#pinterest {
    padding: 50px;
}

#pinterest .columns {
    display: flex;
}

#pinterest .column {
    width: 16.67%;
    border-right: 2px;
    padding: 0 24px;
}


#pinterest .card {
    width: 100%;
    background-color: purple;
    margin-bottom: 30px;
    border-radius: 24px;
    background-position: center;
    background-size: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: flex;
}

#pinterest .card .button {
    display: none;
}

#pinterest .card:hover .button {
    display: block;
}

#pinterest .card:hover {
    background-size: 110%;
    transition: 0.4s;
}

#pinterest .card--small {
    height: 200px;
    background-color: rgb(99, 94, 104);
}

#pinterest .card--big {
    height: 430px;
    background-color: rgb(130, 34, 34);
}

.product-group {
    padding-top: 0;
    padding-bottom: 50px;
}

.product-group .product-group-bar {
    display: flex;
    justify-content: space-between;
    padding: 6px 32px 6px 16px;
    border-top: solid white 2px;
    border-bottom: solid white 2px;
    align-items: center;
    margin-bottom: 48px;
    letter-spacing: 1.5px;
    font-size: 24px;
    background-position: center;
    background-size: cover;
    color:white;
}

.product-group .product-group-bar .button .triangle {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #158057;
    display: inline-block;
    transition: all ease-in-out 0.5s;
}

.product-group .product-group-bar .button.active .triangle {
    transform: rotate(180deg);
}

.product-group .product-group-bar .button {
    display: flex;
    padding: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: solid orange 1px;
    align-items: center;
    justify-content: center;
}

.product-group .product-group-products {
    display: none;
}

.product-group .product-group-products.active {
    display: flex;
    opacity: 0;
    animation-name: accordionAnimation;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}

@keyframes accordionAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.product-group .product-group-product {
    text-align: center;
}

.product-group .product-group-product:hover {
    transform: scale(1.06);
    box-shadow: 0px 0px 9px 11px #eee;
}

.product-group .product-information {
    padding: 12px 16px 32px;
}

.product-group .product-image {
    width: 100%;
    object-fit: cover;
    height: 250px;
}

.product-group .product-name {
    font-size: 25px;
    letter-spacing: 1.5px;
    color: white;
}

.product-group .product-price {
    font-size: 18px;
    letter-spacing: 1.5px;
    color: white;
}

.product-group-wrapper {
    background-position: center;
    background-size: cover;
}

#shop {
    padding-top: 60px;
    padding-bottom: 60px;
}

#shop .headline {
    margin: 0;
    margin-bottom: 100px;
    text-align: center;
    font-size: 60px;
    letter-spacing: 1.8px;
    color: #1f7033;
}

#shop .shop-cart-items {
    list-style-type: none;
    max-width: 800px;
    margin: auto;
}

#shop .cart-item {
    display: flex;
}

#shop .cart-item-image {
    width: 30%;
    height: 30%;
    object-fit: cover;
}

#shop .cart-item-information {
    padding: 10px 36px 36px 88px;
    text-align: center;
    justify-content: center;
    letter-spacing: 1.8px;
}

#shop .cart-item-name {
    margin: 0 0 24px;
    font-size: 32px;
}

#shop .cart-item-total-amount {
    margin: 0;
    font-size:18px ;
}

#shop .cart-item-price {
    font-size: 20px;
    margin-top: 0;
}

#shop .selected-quantity {
    font-size: 20px;
}

.decrease-quantity-button,
.increase-quantity-button {
    border-radius: 50%;
    padding: 0;
    width: 38px;
    height: 38px;
}








