@import url('https://fonts.googleapis.com/css2?family=Itim&family=Lexend:wght@100;300;400&family=Roboto:ital,wght@0,100;0,300;0,400;1,100;1,300;1,400&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0;
}

/*---- background colors ----*/

body {
    font-family: "Roboto", sans-serif;
    background-color: rgba(68, 177, 68, 0.3);
    color: #474545;
    scroll-behavior: smooth
}

img {
    max-width: 100%;
    height: auto
}

h1 {
    font-weight: 600;
    letter-spacing: 2px;
}

hr {
    margin-top: 50px;
    margin-bottom: 0;
}

a:hover {
    color: #0082AF;
    border-bottom: 1px solid;
    border-bottom-color: #0082AF;
}

.container {
    margin-top: 20px;
}

/*--navbar--*/
.navbar {
    background-color: #93C47D;
    color: #ffffff;
    text-transform: uppercase;
}

/*links text color*/
.navbar-icon-color, a {
    color: #ffffff;
}

a {
    color: #ffffff;
}

a:hover {
    color: #0082AF;
    border-bottom: 1px solid;
    border-bottom-color: #0082AF;
}

#logoimg {
    width: 50px;
    height: 50px;
}

#logoimg img {
    margin-top: 0;
    width: 50px;
    height: auto;
    border-radius: 50%;
}


.brand-name-container {
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 1%;
}

.brand-name-container sup {
    top: -1.5em;
    position: relative;
    font-size: 60%;
    line-height: 0;
    vertical-align: baseline;
}

.brand-name-container a:hover {
    color: #ffffff;
    border: none;
    text-decoration: none !important;
}

/*---jumbotron--------------*/
.hero--img{
    height: 600px;
}
.background--image{
    position: absolute;
    left: 0;
    top: 42px;
    height: auto;
    width: 100%;
    z-index: -1;
}

.background--image img {
    width: 100%;
    height: 600px;
}



.jumbo--box {
    background-color: rgba(61, 72, 61, 0.90);
    position: relative;
    top: 11em;
    height: 300px;
    width: 40%;
    border-radius: 20px;
    margin: auto;
    color: #ffffff;
    font-family: "Lexend", sans-serif;
    padding: 10px 0;
}

#welcome--hdr {
    position: relative;
    top: 30px;
    left: auto;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.5rem;
    text-transform: uppercase;
}

#welcome--text {
    position: relative;
    top: 30px;
    left: auto;
    line-height: 1em;
    text-align: center;
    vertical-align: middle;
    font-size: 1.3rem;
    text-transform: uppercase;
}

#welcome--btn {
    text-align: center;
    text-transform: uppercase;
    width: 10em;
    height: 3em;
    margin: auto;
    position: absolute;
    bottom: 1%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#content1::after {
    content: "\a";
    white-space: pre;
}

#content2::before {
    content: "\a";
    white-space: pre;
}

/*--How it works section----------------*/
.how-to-container {
    padding-top: 20px;
    text-align: center;
    background-color: #C6E7C6;
}

.how-to-container h2 {
    padding-top: 10px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.how-to-container h3 {
    padding-bottom: 3px;
    text-transform: uppercase;
    font-weight: 600;
}

.how-to-container p {
    padding-top: 10px;
    font-size: 1.2rem;
}

.how-to-container img {
    height: 350px;
    width: auto;
    border-radius: 1.5rem;
}

.what-you-get {
    padding-top: 40px;
}

.what-you-get hr {
    width: 40%;
    margin: 0 auto 25px;
}

.what-you-get h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}


.list-wrapper {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    margin: 0 auto;
}

.list-wrapper li {
    list-style: none;
    margin: 0 0 3px 0;
}

.list-wrapper span {
    top: 1.1rem;
    left: 15%;
    position: relative;
}

/*--Tea selection-------*/
#tea-selection {
    width: 100%;
    margin-top: 35px;
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    font-weight: 600;
}

.selection--div {
    margin-left: 10%;
    margin-top: 25px;
    margin-bottom: 30px;
    width: 200px;
    height: 200px;
    background-color: rgba(182, 215, 168, .7);
    border-radius: 25px;
    display: inline-block;
    border-color: #050505;
}

.selection--div img {
    width: 200px;
    height: 200px;
    border-radius: 25px;
}

.selection--div h3, .selection--div p {
    margin-top: 8px;
    justify-content: center;
    text-align: center;
}

.selection--div h3 {
    text-transform: uppercase;
}

.selection--div a {
    color: #474545;
    border-bottom: 1px solid;
    border-bottom-color: #0082AF;
}

.selection--div a:hover {
    color: #0082AF;
    border-bottom: 1px solid;
    border-bottom-color: #0082AF;
}

.selection--div p {
    font-size: 90%;
    text-align: center;
}

.carousel--gallery {
    text-align: center;
}

h1 {
    text-transform: uppercase;
}

/* ---carousel------*/
#carousel, #history {
    padding-top: 75px;
}

#ceremonies {
    margin-top: 20px;
    margin-bottom: 30px;
}

.carousel-caption {
    color: white;
    background-color: rgba(0, 130, 175, 0.3);
    text-shadow: -1px 1px 1px rgba(0, 0, 0, .4),
    1px 1px 1px rgba(0, 0, 0, .4),
    1px -1px 0 rgba(0, 0, 0, .4),
    -1px -1px 0 rgba(0, 0, 0, .4);
    border-radius: 25px;
}

/*----History section----*/
.history--container {
    text-align: center;
    font-size: 1.2em;

}


.history--container h2 {
    font-weight: 600;
        text-transform: uppercase;
}

.history--container .jumbotron {
    background-color: rgba(0, 0, 0, 0);
}

.reviews h2 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 600;
}

.reviews p {
    margin-top: 30px;
    font-size: medium;
    text-align: justify;
}

.reviews img {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    margin-right: auto;
    margin-left: auto;
}

#about--us {
    margin-top: 100px;
    margin-bottom: 100px;

}

#about--us h2 {
    margin-bottom: 30px;
}

.modal {
    color: #3a3a3a;
    background-color: rgba(204, 231, 189, 0.1);
}

.modal-body {
    background-color: rgba(182, 215, 168, .7);
}

.footer .col-4 {
    width: 33.33%;
}

.footer--div {
    color: #ffffff;
    background-color: #93C47D;
    margin-left: 2vw;
}

.footer--div li, .footer--div p, .footer--div a {
    font-size: small;
    list-style-type: none;
    text-align: center;
    color: white;
    padding: 0;
}

footer {
    background-color: #93C47D;
}

footer h3, footer ul, footer p {
    margin-top: 10px;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, .2),
    1px 1px 1px rgba(0, 0, 0, .2),
    1px -1px 0 rgba(0, 0, 0, .2),
    -1px -1px 0 rgba(0, 0, 0, .2);
}

.footer--div h3 {
    font-size: 20px;
    text-align: center;
}

#contact-us i {
    font-size: 24px;
    letter-spacing: 3px;
}

/*footer------------*/
#footer {
    position: relative;
    bottom: 0;
}

/*----------small screens-------*/
@media screen and (max-width: 600px) {
    .hero--img {
        height: 450px;

    }

    .brand-name-container h1 {
        font-size: 1.8em;
    }

    /*----------------------------*/
    .jumbo--box {
        top: 7.7em;
        height: 250px;
        width: 70%;
        border-radius: 20px;
        margin-bottom: 0;
    }

    #welcome--hdr {
        position: relative;
        top: 30px;
        left: auto;
        line-height: 35px;
        font-size: 18px;
    }

    #welcome--text {
        position: relative;
        top: 30px;
        left: auto;
        line-height: 18px;
        font-size: 12px;

    }

    .selection--div {
        margin-left: 15px;
        margin-top: 25px;
        margin-bottom: 30px;
        width: 200px;
        height: 200px;
        background-color: rgba(182, 215, 168, 0.7);
        border-radius: 25px;
        display: inline-block;
    }

    .reviews h2 {
        text-align: center;
        text-transform: uppercase;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .reviews p {
        margin-top: 30px;
        font-size: smaller;
    }

    .reviews img {
        height: 80px;
        width: 80px;
        border-radius: 50px;
        margin-right: auto;
        margin-left: auto;
    }

    .footer--div h3 {
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
    }

    .footer--div {
        margin-left: 2vw;
    }

    .footer--div li, .footer--div p, .footer--div a {
        font-size: 10px;
        line-height: 10px;
        text-align: center;
        list-style-type: none;
        margin-left: auto;
        margin-right: auto;
    }

    #contact-us i {
        font-size: 24px;
        letter-spacing: 3px;
    }

    .brand-name-container {
        left: 0;
    }
}


