body{
    margin: 0;
    padding: 0;

}
.logo{
    width: 100px;
}
.navbar-nav{
  color: #000;
  font-size: 18px;
}
.navbar-item, .nav-link{
  color: #000 !important;
  font-family: 'Josefin Sans', sans-serif;
  transition: .4s;
  margin: 0 10px 0 10px;
}
.navbar-item, .nav-link:hover{
  color: #eb1212 !important;
}
.text {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
}
h3{
  font-family: 'Josefin Sans', sans-serif;
}
.contact-detail{
  color: #000;  
}
.contact-detail:hover{
  color: #3c746b;
}
.card-body .card-title{
  color: #fff;
}
.title{
  background-color: #ffd100;
  padding: -20px;
}
.card-body{
  background-color: #eb1212;
}

.button > .inquiry-btn{
  background-color: #ffd100 ;
}
.button > .inquiry-btn:hover{
  background-color: #000;
  color: #fff;
}
#nav-tab{
  color: #000;
  font-size: 20px;
  margin: 15px;
  font-family: 'Josefin Sans', sans-serif;
}
#nav-all-tab:hover{
  border-color: #d98530;
}
#nav-all-tab.active {
  border-color: #d98530;
}
.card-img-top-border{
  border-radius: 10px;
}
  /* ==========
  Slider Section 
  ========== */

  .slider-text-1{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .slider-text-2{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.8rem;
  }
  .slider-text-3{
    font-size: 17px;
  }
  .buy-btn{
    background-color: #ffd100;

  }
  .buy-btn:hover{
    background-color: #3c746b;
  }
  /* ===========
  Contact Page 
  =========== */

  #banner-img-2{			
    width: 100%;
    background-image: url(Images/Contact.png);
    height:40vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 14px;
    text-align: left;
    box-shadow: 0 5px 15px #8d8c8a;
  }
  .banner-text-2{
    color: #fff;
    text-shadow: 1px 2px 4px #000;
    font-size: 50px;
    font-family: 'Josefin Sans', sans-serif;
  }

  #banner-img-3{			
    width: 100%;
    background-image: url(Images/Shop.jpg.png);
    height:40vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 14px;
    text-align: center;
    box-shadow: 0 5px 15px #8d8c8a;
  }
  .banner-text-3{
    color: #eb1212;
    font-size: 50px;
    text-shadow: 1px 2px 4px #000;
    font-family: 'Josefin Sans', sans-serif;
  }
  #banner-img-1{			
    width: 100%;
    background-image: url(Images/shop-1.png);
    height:40vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 14px;
    text-align: center;
    box-shadow: 0 5px 15px #8d8c8a;
  }
  .banner-text-1{
    color: #ffd100;
    font-size: 50px;
    text-shadow: 1px 2px 4px #000;
    font-family: 'Josefin Sans', sans-serif;
  }


  
.contact-touch{
  margin-top: 10%;
}
.contact-bar{
  background-color: #ffd100;
  border-radius: 15px;
}
.contact-box{
  cursor: pointer;
  color: #2a2828;
  font-family: 'Josefin Sans', sans-serif;
  transition: .5s;

}
.contact-box:hover{
  cursor: pointer;
  color: #3c746b;
  font-family: 'Josefin Sans', sans-serif;

}
.contact-icon{
  color: #fff
}
.contact-form{
  box-shadow: 0 7px 20px rgba(0, 0, 0, .16);
  background-color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  border-radius: 10px;
  padding: 2rem;
}
.message1{
  height: 25vh;
}
.contact-btn{
  background-color: #ffd100;
  color: #000;
  border: none;
  width: 30%;
  border-radius: 3px;
  transition: .5s;
}
.form-control:active{
  border: #ffd100;
}
.contact-btn:hover{
  background-color: #3c746b;
  color: #fff;
}
#message{
  height: 25vh;
  border: 1px solid #dadada;

}
#Fname:focus {
  border-color: #ffd100 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .16);
}
iframe{
  width: 100%;
  height: 450px;
  margin: 50px 0 50px 0;
}

/* ========
		Whatsapp Button
		======== */

		.float{
			position:fixed;
			width:60px;
			height:60px;
			bottom:40px;
			right:40px;
			background-color:#00bb44;
			color:#FFF;
			border-radius:50px;
			text-align:center;
		font-size:30px;
			box-shadow: 2px 2px 3px #999;
		z-index:100;
		}

		.my-float{
			margin-top:16px;
      color: #fff;
		}
		/* ========
		Whatsapp Button
		======== */


  /* ===========
  Footer Section
  ========== */
.footer-link{
  margin-left: -50px;
  font-size: 18px;
}
  
.footer{
  background-color: #ffd100;
}

.social, i{
  color: black;
  cursor: pointer;
  font-size: 25px;
}
.social, i:hover{
  color:  #3c746b;
  cursor: pointer;
  font-size: 25px;
}

.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  font-family: 'Josefin Sans', sans-serif;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  color: #eb1212;
}

.dropdown:hover .dropdown-content {
  display: block;
}


@media only screen and (max-width: 567px) {
  .banner-text-3{
    color: #ffd100;
    font-size: 50px;
    text-shadow: 1px 2px 4px #000;
    font-family: 'Josefin Sans', sans-serif;
  }
  .slider-btn{
    display: none;
  }
  .slider-content{
    margin-top
  }
  .footer-link{
    margin-left: -50px;
  }
  .slider-content{
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
  }
  .slider-text-1{
    font-size: 12px;
    display: none;
    font-family: Arial, Helvetica, sans-serif;
  }
  .slider-text-2{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    margin-top: 25px;
    
  }
  .slider-text-3{
    font-size: 10px;
    display: none;
  }
}
.proname{
	text-decoration: none;
	color: #fff;
}
.proname:hover{
    color: #fff;
}