@import url('https://fonts.googleapis.com/css2?family=Nunito&family=Rubik&family=Nunito&family=Montserrat&family=Sansita+Swashed&display=swap');

body{
    /* font-family: Times; */
    /* font-family: 'Nunito', sans-serif; */
    font-family: 'Rubik', sans-serif;

    /* font-family: 'Montserrat', sans-serif; */

    /* font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
    /* font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; */
    /* font-family: 'Font Awesome 5 Free'; */

    /* font-family: 'Sansita Swashed', cursive; */
}


/* navbar */

.carousel-caption h5,.carousel-caption p{
  color: white;
  /* font-family: 'Montserrat', sans-serif; */
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}


/* .navbar-brand{
  width: 120px;
} */


/* laptop and above */
@media only screen and (min-width: 768px) 
{
  .nav-item{
    width: 160px;
    text-align: center;
  }
}


/* Mobile */
@media only screen and (max-width: 768px) 
{
  .nav-link{
    padding-left: 20px;
  }
}

/*  */


.carousel-indicators li{
    background-color:brown;
  }
  
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    height: 45px;
    width: 45px;
    background-size: 100%, 100%;
    border-radius: 50%;
    background-image: none;
  }
  
  .carousel-control-next-icon:after
  {
    content: '>';
    font-size: 30px;
    color: white;
    font-weight: bold;
  }
  
  .carousel-control-prev-icon:after {
    content: '<';
    font-size: 30px;
    color: white;
    font-weight: bold;
  }
  
  .carousel-control-prev-icon:hover,
  .carousel-control-next-icon:hover, .carousel-control-next:hover .carousel-control-next-icon, 
  .carousel-control-prev:hover .carousel-control-prev-icon {
    background-color: green;
    outline: white;
    border: 1px solid green;
  }


/* .nav-link{ */
    /* font-weight: bold; */
    /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
/* } */

/* .navbar{
    position:absolute;
    width:100%;
    z-index:10;
    max-width:100%;
} */

#carouselExampleCaptions .d-block{
    filter: brightness(80%)
}



.nav-link{
  font-size: 18px;
  margin: 0px 10px;
  font-weight: 500;
}













/* laptop and above */
/* @media only screen and (min-width: 768px) 
{
  .navbar{
    position:absolute;
    width:100%;
    z-index:10;
    max-width:100%;
  }

  .nav-item{
    margin: 0px 20px;
  }

  #carouselExampleCaptions  .carousel-control-prev, 
  #carouselExampleCaptions  .carousel-control-next{
      top: 50%;
      bottom: 50%;
  }

  #navbarTogglerDemo01{
    margin: 10px 0px;
  }
  
} */



/* mobile */
/* @media only screen and (max-width: 767px) 
{
  .navbar:hover {
    background-color: black;
    color: white;
  }

  .nav-item{
    margin: 0px 10px;
  }

  .navbar{
    background-color: black;
    color: white;
  }

  .navbar-brand img{
    background-color: white;
  }

} */



/* Parallax header footer */
/* laptop and above */
@media only screen and (min-width: 769px) 
{
  body {
    margin: 0;
  }

  header {
    /* position: fixed; */
    /* top: 0; */
    width: 100%;
    /* z-index: -1; */
    /* height: 700px; */
  }

  footer {
    width: 100%;
    position: fixed;
    z-index: -1;
    bottom: 0;
    height: 480px;
  }

  .wrapper-parallax {
    /* margin-top: 700px; */
    margin-bottom: 480px;
  }

  .content {
    position: relative;
    z-index: 1;
    /* border-top: 1px solid black;
    border-bottom: 1px solid black; */
    background: white;
    /* min-height: 1500px; */
  }
}
/* Parallax header footer */







/* NAVIGATION */

nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .6s;
}

nav.navbar ul li a {
  position: relative;
  z-index: 1;
}
nav.navbar ul li a:hover {
  color: #91640F;
  /* color: #F1C40F; */
}
nav.navbar ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  /* background: #F1C40F; */
  background: lightgreen;
  border-radius: 25px;
  visibility: none;
  opacity: 0;
  z-index: -1;
}
nav.navbar ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

/* NAVIGATION */





/* Cart and login from navbar */
.login_cart1 a,.login_cart2 a{
  color: goldenrod;
  font-size: 18px;
}

.login_cart1,.login_cart2{
  font-size: 18px;
}

.login_cart1:hover a,.login_cart2:hover a,.login_cart2:hover a i, .login_cart1:hover a i{
  transform: scale(1.15);
  transition: all 0.9s ease-in-out 0s;
  color: black;
}

.active1 a, .active1 a i{
  /* transform: scale(1.15); */
  color: black;
}




/* Tablet */
@media only screen and (max-width: 768px) and (min-width: 430px) 
{
  .login_cart1{
    margin: 10px 0px 10px 30px;
  }
  
  .login_cart2{
    margin: 10px 0px 10px 30px;
  }
}


/* Tablet */
@media only screen and (max-width: 430px) 
{
  .login_cart1{
    margin: 10px 0px 15px 10px;
  }
  
  .login_cart2{
    margin: 10px 0px 10px 10px;
  }
}
/* Cart and login from navbar */



/* laptop and above */
@media only screen and (min-width: 769px) 
{
  .login_cart2 span {
    font-size: 12px;
    line-height: 12px;
    background:  black;
    padding: 1px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: 7px;
    color: #fff;
    width: 16px;
    height: 16px;
    text-align: center;
  }

  .login_cart2 {
    float:right;
    font-weight:bold;
    position:relative;
  }

  .login_cart2:hover a span{
    transform: scale(1.1);
    transition: all 0.9s ease-in-out 0s;
    color: white;
    background:  black;
  }
}


/* laptop and above */
@media only screen and (max-width: 768px) 
{
  .login_cart2 span {
    font-size: 12px;
    line-height: 12px;
    background:  black;
    padding: 1px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: 7px;
    color: #fff;
    width: 16px;
    height: 16px;
    text-align: center;
  }

  .login_cart2 {
    float:left;
    font-weight:bold;
    position:relative;
  }

  .login_cart2:hover a span{
    transform: scale(1.1);
    transition: all 0.9s ease-in-out 0s;
    color: white;
    background:  black;
  }
}



.navbar-nav .active{
	background: lightgreen;
	border-radius: 25px;
}