@import url('https://fonts.googleapis.com/css?family=Titillium+Web&display=swap');
* {
    font-family: 'Titillium Web', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    color: white;
}

/* NAV STYLES START  - KAAN */

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    background: black;
}

button.dropdown-toggle::after {
    content: none;
}

.noArrow.dropdown-toggle::after {
    content: none;
}

.nav {
    margin-bottom: 0;
}

.dropdown {
    position: static;
}

.dropdown-menu {
    width: 100%;
}

.dropdown-menu>li {
    display: inline-block;
}

.dropdown-menu {
    margin-top: 0;
    top: -5;
    width: 35%;
    right: 50%;
    left: auto !important;
    height: 1500%;
}

#menu1, #menu2 {
    margin-left: 590%;
}

#menu2 {
    margin-left: 755%;
}

@media only screen and (max-width:900px) {
    #menu1 {
        position: fixed;
        right: 7%;
    }
    #menu2 {
        position: fixed;
        right: 1%
    }
}

#searchForm {
    margin-top: 60%;
    margin-left: 10%;
    margin-bottom: 10px;
}

#searchText {
    width: 160px;
    border-bottom: 2px black solid;
    margin-top: 20%;
    color: red;
    margin-left: 14%;
}

#searchDiv {
    margin-top: 20%;
    display: block;
    width: 1%;
    margin-left: 12%;
}

#searchButton {
    height: 3%;
}

.nav-link {
    color: white !important;
}

.navbar-nav>li>a:hover {
    color: gray !important;
    transform: rotate(360deg);
    transition: 3s;
    animation-name: example;
    animation-duration: 3s;
}

#logo:hover {
    transform: rotate(360deg);
    transition: 3s;
}

@keyframes example {
    from {
        background-color: silver;
    }
    to {
        background-color: black;
    }
}

#cartText {
    padding-bottom: 2%;
    border-bottom: 1px gainsboro solid;
}

#numProducts {
    border-bottom: 1px gainsboro solid;
    padding-bottom: 2%;
}

#cartMenu p {
    text-align: left;
    margin-left: 3%;
    margin-top: 4%;
    color: black;
}

#cartMenu span{
    color: black;
}

#special {
    background-color: white;
    width: 70%;
    margin-left: 3%;
    text-align: left;
    height: 300px;
}

#special span {
    padding-top: 14%;
}

#shipping {
    font-size: 55%;
}

.nav {
    margin-bottom: 0;
    padding-bottom: 0;
}

#navUl {
    width: 100%;
    position: absolute;
    left: 50%;
}

/* #bar{
    margin-top: 0;
    padding-top: 0;
    border-top-width: 0;
    top: 0;
    position: absolute;
} */

.cartButton {
    margin-left: 3%;
}

#dolars {
    font-weight: bold;
    font-size: 150%;
}

#abbu-ka {
    margin-right: 0px;
    width: 300px;
}

@media only screen and (max-width: 765px) {
    #navUl {
        margin-left: 15%;
        margin-right: 0;
    }
}

@media only screen and (max-width: 1135px) {
    #navUl {
        width: 100%;
        position: absolute;
        left: 30%;
    }
}

@media only screen and (max-width: 666px) {
    body {
        font-size: 65%;
    }
}

@media only screen and (max-width: 903px) {
    body {
        font-size: 80%;
    }
    #ourStorynav {
        display: none;
    }
}

@media only screen and (max-width: 427px) {
    #abbu-ka {
        width: 200px;
    }
}

@media only screen and (max-width: 710px) {
    .iconlar {
        position: absolute;
        left: 0%;
    }
}

@media (min-width:480px) and (max-width: 575px) {
    #navUl {
        margin-left: 45%;
    }
    .homeText {
        margin-left: 15%;
    }
    #productText {
        margin-left: 10%;
    }
}

@media only screen and (max-width: 575px) {
    #menu1 {
        visibility: hidden;
    }
    #menu2 {
        visibility: hidden;
    }
}

@media (max-width:480px) {
    #navUl {
        margin-left: 45%;
    }
    .homeText {
        margin-left: 15%;
    }
    #menu1 {
        margin-left: 1015%;
        width: 220%;
    }
    #menu2 {
        position: relative;
        bottom: 38px;
        left: 40px;
        width: 220%;
    }
    #productText {
        margin-left: 10%;
    }
}

@media (max-width:470px) {
    #navUl {
        margin-left: 45%;
    }
    .homeText {
        margin-left: 10%;
    }
    #menu1 {
        display: hidden;
    }
    #menu2 {
        position: relative;
        bottom: 38px;
        left: 30px;
        width: 220%;
    }
    #productText {
        margin-left: 2%;
    }
}

@media (min-width:765px) and (max-width: 1135px) {
    .nav {
        margin-bottom: 0;
    }
    .dropdown {
        position: static;
    }
    .dropdown-menu {
        width: 100%;
    }
    .dropdown-menu>li {
        display: inline-block;
    }
    .dropdown-menu {
        width: 35%;
        right: 30%;
        left: auto !important;
        height: 1700%;
    }
}

@media (min-width: 575px) and (max-width: 765px) {
    .nav {
        margin-bottom: 0;
    }
    .dropdown {
        position: static;
    }
    .dropdown-menu {
        width: 100%;
    }
    .dropdown-menu>li {
        display: inline-block;
    }
    .dropdown-menu {
        width: 35%;
        right: 45%;
        left: auto !important;
        height: 1500%;
    }
}

@media (max-width: 575px) {
    .dropdown-menu {
        visibility: hidden;
    }
    * {
        -webkit-transform: unset!important;
        transform: unset !important;
    }
    * {
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
    }
    * {
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media(max-width:765px) {
    .dropdown-menu {
        width: 35%;
        right: 45%;
        left: auto !important;
        height: 1800%;
    }
}

/* NAV STYLES END  - KAAN */

.sticky-top {
    background-color: black;
    height: 80px;
}

@media only screen and (max-width:910px) {
    #menu1, #menu2 {
        margin-top: 0px;
    }
}

/*---------------------------------------*/

* {
    font-family: 'Titillium Web', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    color: white;
}

#nav-head {
    padding: 20px 20px;
}

.bg-img {
    min-height: 600px;
    background-image: url("https://media.giphy.com/media/l0K4lUxBzIOeJd1EA/giphy.gif");
    background-position: left;
    background-repeat: round;
    background-size: contain;
}

#header-text h1 {
    letter-spacing: 6px;
    font-size: 3.125rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#header-text h2 {
    font-size: 1.875rem;
}

/*--------------Our Mission-------------*/

.mis-tex {
    padding: 0 8%;
}

/*--------------Raw/Process-------------*/

.ico {
    padding: .5rem;
}

.thumbnail2 {
    position: relative;
}

.caption2 {
    position: absolute;
    top: 40% !important;
    left: 0;
    width: 100%;
    z-index: 1;
}

#raw-process button {
    margin-top: 1%;
    padding: 10px 40px;
}

#raw-process img:hover {
    filter: brightness(50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 0.1s ease;
}

#processed-img:hover {
    filter: brightness(50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 0.1s ease;
}

/*--------------Our Story-------------*/

/*--------------Footer-------------*/

footer {
    margin-top: 2%;
}

.footerRightAlign {
    padding: 0 15%;
}

footer a {
    color: white;
}

footer a:hover {
    color: lightgray;
}

.foot-to-left {
    margin-left: -5%;
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .bg-img {
        min-height: 400px;
        background-size: cover;
    }
    #header-text {
        margin-top: 28%;
    }
    #header-text h1 {
        letter-spacing: 6px;
        font-size: 1.5rem;
    }
    #header-text h2 {
        font-size: 1.4rem;
    }
    #header-text button {
        margin-top: 1%;
        padding: 10px 30px;
    }
    /*-------------Mission---------------*/
    #mis-tex h1 {
        font-size: 1.5rem;
    }
    .thumbnail1 {
        position: relative;
    }
    .caption1 {
        position: absolute;
        top: 12% !important;
        left: 0;
        width: 100%;
        z-index: 1;
    }
    #mission img {
        filter: brightness(30%);
        height: 200px;
    }
    #raw-process h1 {
        font-size: 2.5rem;
    }
    #raw-process h4 {
        font-size: 1.2rem;
    }
    #story img {
        filter: brightness(30%);
        height: 250px;
    }
    #story .mis-tex {
        padding-right: 0 !important;
    }
    footer {
        margin-top: 4%;
    }
    #newsletter-input {
        width: 280px !important;
        border-radius: 3px;
    }
    #signUpBtn {
        margin-top: 10% !important;
        margin-left: 1% !important;
        border-radius: 3px;
        width: 100px;
    }
}

@media (min-width: 576px) {
    #header-text {
        margin-top: 16%;
    }
    #raw-process h1 {
        font-size: 2.8rem;
    }
    #raw-process h4 {
        font-size: 1.6rem;
    }
    #newsletter-input {
        width: 350px !important;
        border-radius: 3px;
    }
}

@media (max-width: 768px) {
    #mis-tex h1 {
        font-size: 1.5rem;
    }
    .thumbnail1 {
        position: relative;
    }
    .caption1 {
        position: absolute;
        top: 25%;
        left: 0;
        width: 100%;
        z-index: 1;
    }
    #mission img {
        filter: brightness(30%);
        height: 200px;
    }
    #story img {
        filter: brightness(30%);
        height: 250px;
    }
    #story .mis-tex {
        padding-right: 0 !important;
    }
    #copyright {
        visibility: hidden;
    }
    .footerRightAlign {
        padding: 0 6%;
    }
}

@media (min-width: 768px) {
    #header-text {
        margin-top: 13%;
    }
    #raw-process h1 {
        font-size: 2.6rem;
    }
    #raw-process h4 {
        font-size: 1.2rem;
    }
}

@media (min-width: 992px) {
    #header-text {
        margin-top: 11%;
    }
    #raw-process h1 {
        font-size: 5rem;
    }
    #raw-process h4 {
        font-size: 1.5rem;
    }
    #signUpBtn {
        margin-left: -10px !important;
        border-radius: 0 3px 3px 0;
    }
}

@media (min-width: 1200px) {
    #nav-head {
        padding: 20px 60px;
    }
    #header-text {
        margin-top: 7%;
    }
    #newsletter-input {
        width: 146%;
        border-radius: 3px 0 0 3px;
    }
}