@import 'mdb-ui-kit/css/mdb.rtl.min.css';
@import "font-awesome";
/* @import url(./card_style.css); */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Varela Round", sans-serif;
    font-weight: 400;
    font-style: normal;      
}

.navbar-brand {
    font-size: 2rem;
    color: black;
}

.navbar-brand:hover {   
    color: black;
}

.nav-link {
    margin-right: 10px;
    margin-left: 10px;
    color: black;
    text-transform: uppercase;
}

.nav-link:hover {
    color:black;
}

.btn0 {
    height: 40px;
    width: 70%;
    outline: none;
    border: none;
    background: blue;
    color: white;
    border-radius: 60px;
    font-weight: 700;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;

}

.btn1 {
    height: 45px;
    width: 25%;
    outline: none;
    border: none;
    background: red;
    color: white;
    font-weight: 700;
    border-radius: 60px;
}

.btn1:hover {
    background: purple;
    transition: 0.5s;
}

.main {
    /* background: url(./img/insty-details.jpg)no-repeat; */
    /* background-size: cover; */
    /* height: 100vh; */
    background-position: 50% 50%;
    width: 100%;
}

.main h1 {
    font-size: 4rem;
    font-weight: 700;
}

h1 {
    font-weight: 700;
}

.card:hover {
    box-shadow: -2px -1px 25px -4px rgba(0,0,0,0.75);
-webkit-box-shadow: -2px -1px 25px -4px rgba(0,0,0,0.75);
-moz-box-shadow: -2px -1px 25px -4px rgba(0,0,0,0.75);  
}

.product p {
    font-size: 20px;
    font-weight: 600;
    color: #CD1818;
}

.product h6 {
    margin-bottom: 0px;
    padding-top: 2px;
    font-weight: 700;
}


.shop h6 {
    margin-bottom: 0px;
    padding-top: 2px;
    font-weight: 700;
}

.shop p {
    font-size: 20px;
    font-weight: 500;
    color: #CD1818;
}


.news {
    background: black;
    color: white;
}

.btn2 {
    height: 45px;
    width: 100px;
    background: white;
    margin-left: -10px;
    border: 2px solid white;
    font-weight: 600;
}

.news input {
    height: 45px;
    width: 50%;
    border: 2px solid white;
    outline: none;
    background: black;
    color: white;
    font-weight: 600;
    margin-top: 10px;
    padding-right: 10px;
}

.news input::placeholder {
    color: white;
}

.news p {
    margin: 0;
}

.fab {
    font-size: 2.5rem;
    cursor: pointer;
    padding-right: 5px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.float2{
	position:fixed;
	width:60px;
	height:60px;
	bottom:110px;
	left:40px;
	background-color:#1eb355;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.float3{
	position:fixed;
	width:60px;
	height:60px;
	bottom:180px;
	left:40px;
	background-color:#132743;
	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;
}

.ml-15 {
    margin-left: 15px
}

a {
    text-decoration: none;
}