.modal {
      display: none; /* Hidden by default */
      position: absolute; /* Stay in place */
      z-index: 2; /* Sit on top */
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
    color: whitesmoke;
}

/* Modal Content */
.model-img
{
    background-image: url(../images/bg_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.model-text
{
    height: 100%;
    padding-top:15%;
    background-image: url(../images/body-bg.jpg);

}
.modal-text-title
{
    margin-left: 20%;
}
.modal-text-title h1
{
    letter-spacing: 12px;
}
.modal .list ul
{
    list-style: none
}
.modal .list ul li a
{
    color: whitesmoke;
    text-decoration: none;
    line-height: 5;
}
.modal .list ul li a:active
{
    color: maroon;
}
.dropdown-item{color: black;}
/* The Close Button */
.close {
    position: relative;
    right: 2%;
    top: 4%;
    color: white;
    font-size: 28px;
    font-weight: bold;
}
.brand
{
    letter-spacing: 6px;
    font-family: Calibri;
}
#myBtn
{
    color: whitesmoke;
    position: absolute;
    right: 3%;
    top: 10%;
    border: none;
    z-index: 2;
    background-color: transparent;
    font-size: 30px;
    font-weight: bold;
}
.header
{
    background-image: linear-gradient(to right bottom, rgba(51, 51, 51,0.5),rgba(51, 51, 51,0.1)),url(../images/bg_5.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
.headtitle
{
    position: relative;
    top: 40%;
    color: snow;
    font-size: 10vw;
}
/****************************************************************/
.big
{
    font-size: 17vw;
    font-family: fantasy;
    color: rgba(51, 51, 51,0.2);
}
.title
{
    font-size: 3vw;
    font-family: cursive;
    position: absolute;
    left: 37%;
    top: 40%;
    letter-spacing: 4px;
}
.beforeOffer
{
    text-decoration: line-through;
    color: darkgray;
}
.rating-stars ul
.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  
}

/* Idle State of the stars */
.rating-stars ul > li.star > i {
  font-size:16px; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i {
  color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i {
  color:darkorange;
}
.zoom-on-hover{cursor: pointer;}
.zoom-on-hover:hover img {
    transform: scale(1.3);
    opacity: 0.5; }
.AddCard{background-color: transparent;color: darkslategrey;font-family: serif;font-size: 3vw;cursor: pointer}
/****************************************************************/
.Sale
{
    background-image: linear-gradient(to right bottom, rgba(51, 51, 51,0.5),rgba(51, 51, 51,0.1)),url(../images/bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
}
/*****************************************************************/
.blog
{
    height: 98vh;
}
.divBlog1
{
     position: absolute;
    top: 69%;
    left: 15%;
    z-index: 2;
    background-color: white;
    
}
.date{color: darkgray;font-size: 1.3vw}
.icon{color: darkslategray;}
@media(max-width:950px)
{
    .blog{height: 80vh;}
}
@media(max-width:767px)
{
    .blog{height: 181vh;}  
}
/****************************************************************/

.Counterup
{
    background-image: linear-gradient(to right bottom, rgba(51, 51, 51,0.1),rgba(51, 51, 51,0.1)),url(../images/bg_7.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
    padding-top: 5%;
}
@media (max-width:767px)
{
    .Counterup
    {
        height: 80vh;
    }
}
@media (max-width:575px)
{
    .Counterup
    {
        height: 130vh;
    }
}
/*********************************************************************************/
.titleService
{
    font-size: 2vw;
    font-family: cursive;
    position: absolute;
    left: 20%;
    top: 40%;
    letter-spacing: 5px;
}
.titleSer
{
    font-size: 1vw;
    font-family: cursive;
    letter-spacing: 5px;
}
/*****************************************************************/
.footer-area{background-color: black;color: whitesmoke}
.single-footer-widget h3{letter-spacing: 4px;}
.single-footer-widget h4{letter-spacing: 2px;}
.single-footer-widget p{color: darkgray;letter-spacing:1.5px;font-size: 17px}
.inputemail{border: none;background-color: black;border-bottom: 1px solid gray}
.instafeed{list-style: none}
.iconSoicalMedia{
    padding: inherit;
    text-align: center;
    font-size: 30px;
    color: ghostwhite;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(51, 51, 51);
}
.iconSoicalMedia a{color: whitesmoke}
.iconSoicalMedia a:hover{color: deeppink}
.footer-bottom{color: darkgray}
/********************End Footer****************************/

.Brands
{
    background-image: url(../images/bg_1.jpg);
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
    margin-top: -22rem;
    position: relative;
    z-index: -1;
    padding-top: 15rem;
    -webkit-clip-path: polygon(0 25%, 100% 0, 100% 70%, 0 56%);
    clip-path: polygon(0 25%, 100% 0, 100% 70%, 0 56%);
}
.imag1{
    width: 150px;
    height: 200px;
}