body {
    height: auto;
  
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img {
    width: 100%;
    
}

/* START HOME */

.Home {
    background-image: url(../imgs/hero_bg_5.jpg);
    background-size: 100% 100%;
}


.search-faeld {
    width: 300px;
    margin-right: 10px;
    border-radius: 10px;
    border: none;
    display: none;
    
}

.navbar {
    background-color: #DEE4E2;
}

.nav-link {
    font-size: 11px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none !important;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
}

.navbar-brand {
    text-transform: uppercase;
    padding-left: 80px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .4rem;
    color: #000000;
    font-weight: 700;
    left: 0px;
    top: 50%;
}

.carousel-item {
    height: 100vh;
    min-height: 650px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

.carousel-caption {
   bottom: 300px;
}

.carousel-caption h1 {
    font-size: 45px;
}

.colorlib {
    color: #0FB78D;
}

.btn {
    background: transparent;
    border-color: #000000;
    cursor: pointer;
    border-radius: 30px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .05rem;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px
}

.btn-outline-black {
    color: #000000;
    margin-top: 40px;
}



.btn-outline-black:hover {
    background-color: black;
    color: #fff;
}

.form-control {
    width: 500px;
    z-index: 999999999;
}
.fa-search , .fa-user , .fa-shopping-cart {
    margin-right: 25px;
    font-size: 20px;
}

.form-inline a {
    color: #080808;
    text-decoration: none;
    background-color: transparent;
}
/* END HOME */

/* START HOME CARDS */

.Home-cards {
    height: auto;
}


.my-card {
    text-align: center;
    background: #ffffff;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
    box-shadow: 20px 20px 50px #D9DFDD
}

.fa-truck , .fa-undo , .fa-shield-check{
    font-size: 30px;
    margin-bottom: 10px;
}

.my-card h3 {
    font-size: 11px;
    letter-spacing: .2rem;
    font-weight: 400;
    text-transform: uppercase;
}

.my-card p {
    font-size: 15px;
    color: #b3b3b3;
}

/* END HOME CARDS */


/* START COLLECTION */

.collection {
    margin-top: 90px;
}



.product-item {
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}

.custome {
    position: absolute;
    padding: 5px 10px;
    left:0;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .2rem;
    color: #ffffff;
    z-index: 2;
    
}
.new {
    background-color: #0fb78d;
}
.sale {
    background-color: #ffc107;
}
.product-item .title {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 0;
}
.product-item .price {
    font-size: 13px;
}

.product-item img {
    transition: all 0.5s;
}

.product-item img:hover {
    transform: scale(1.06);
}

/* END COLLECTION */

/* START POPULAR ITEM */
.dell-hero {
    background-image: url(../imgs/hero_bg_1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    position: relative;
}

.deal-content {
    width: 50%;
    background-color: #fff;
    position: absolute;
    top: 25%;
    left: 20px;
    padding: 30px;
}

.deal-content span , .deal-content p {
    font-size: 16px;
    color:#333
}

.deal-content h2 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-transform: capitalize;
}

.btn-shop {
    cursor: pointer;
    background: #000000;
    color: #ffffff;
}

.item {
    width: 350.333px;
    margin-right: 20px;
}


.owl-nav  {
    position: absolute;
    top: -93px;
    right: 0;
}

.owl-nav .owl-prev , .owl-nav .owl-next {
    max-width: 25px;
    opacity: 0.3;
}
.owl-nav .owl-prev:hover , .owl-nav .owl-next:hover {
    background-color: transparent !important;
    opacity: 1;
}

.popular-item {
    font-size: 25px;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 5;
    color: #333;
    font-family: libre baskerville,serif;
    text-transform: capitalize;
}

.owl-dots {
    margin-top: 20px;
}
/* END POPULAR ITEM */

/* STAR FOOTER */

footer {
    padding: 100px 0 70px;;
}

footer h3 {
    font-size: 16px;
    margin-bottom: 30px;
    color: #333;
}



footer a {
    text-decoration: none;
    background-color: transparent;
    color: #333;
}

footer a:hover {
    color: #000000;
    text-decoration: none;
}

.form-control {
    
    font-size: 16px;
    height: 48px;
    background: 0 0;
    border: 1px solid #43434d;
    border-radius: 0;
    color: #000;
}
.fab {
    font-size: 20px;
    color: white;
    margin-right: 7px;
    background-color:black;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 26px;
    padding-top: 8px;
    padding-left: 9px;
    transition: all 1s;
      

}

.fa-facebook:hover {
  
    background-color: #0275d8;

}

.fa-twitter:hover {
    background-color: red;

}

.fa-linkedin-in:hover {
    background-color: #0275d8;
}


/* END FOOTER */


/* --------------------------Contact page ------------------------------------  */

/* start nav contact */

.nav-contact {
    line-height: 4.5;
}

.contact-home  {
    height: 40vh;
    min-height: 200px;
    background-color: #F8F9FA;
}

.home-tiltle-contact {
    position: absolute;
    left: 92px;
    top: 150px;
}

.home-tiltle-contact h1 {
    font-family: libre baskerville,serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
    color: #333;
}

.home-tiltle-contact a {
    text-decoration: none;
    color:green
}

.input-contact {
    width: 100%;
}

/* end nav contact */

.form-contact {
    padding-top: 100px;
}

.form-contact .contact-info i {
    font-size: 20px;
    float: left;
    width: 44px;
    height: 44px;
    background: #0fb78d;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    color: #fff;
}

.contact-info h4 {
    font-size: 18px;
    padding: 0 0 0 60px;
}

.contact-info p {
    padding: 0 0 0 60px;
    font-size: 14px;
    color: #333;
}

.informatin {
    padding-left: 100px;
}




