.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: url(../images/bg3.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    color: white;
}
.headtitle
{
   
    font-size: 10vw;

}


/*********************************************************/
.card
{
    background: #000;
}
.card .image
{
    widows: 100%;
    overflow: hidden;
}
.card .image img
{
    width: 100%;
    height: 80vh;
    transition: .5s;
}
.card:hover .image img
{
    opacity: .5;
    transform: translateX(30%);
}
.card .details
{
    position: absolute; 
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: linear-gradient(to bottom left, #cc6699 0%, #cc0066 100%);
    transition: .5s;
    transform: perspective(2000px)rotateY(-90deg);
}
.card:hover .details
{
    transform: perspective(2000px)rotateY(0deg);
}
.card .details .center
{
    padding: 20px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.card .details .center h1
{
    margin: 0;
    padding: 0;
    color: darkslategrey;
    font-size: 3vw;
    text-transform: uppercase;
}
.card .details .center p
{
    margin: 10px 0;
    padding: 0;
    color: darkgrey;
}
.card .details .center ul
{
    display: table;
}
.card .details .center ul li
{
    list-style: none;
    margin: 0 5px;
    float: left;
}
.card .details .center ul li a 
{
    display: block;
    background: darkslategrey;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: .5s;
}
.card .details .center ul li a:hover
{background-color: deeppink;}

.pricee {color: deeppink;font-size: 2vw;}
.pricee i
{
    border: 1 solid deeppink;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg); 
    transform: rotate(90deg);
}
.category, .available{color: darkgray;}
.available span, .category span{color: darkslategrey}
.quantity{color: darkgrey;font-family: sans-serif}
.quantity-amount{background-color: gainsboro; border: none ;width: 10%;}
.icon {border: none;}
.btnCard
{
    color: darkslategrey;
    background-color: whitesmoke;
    cursor: pointer;
}
.btnCard:hover
{
    -ms-transform:translateY(-10px) scale(1.02); /* IE 9 */
    -webkit-transform: translateY(-10px) scale(1.02); /* Safari 3-8 */
    transform: translateY(-10px) scale(1.02);
    
    box-shadow: 10px 10px 5px #aaaaaa;
}
.options
{
    position: absolute;
    top: 80%;
    right: 20%;
}


/************************************************/
.cardd
{
    position: relative;
    width: 25vw;
    height: 50vh;
    background: #fff;
    border-radius: 4px;
    margin: 0 auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.cardd:before,
.cardd:after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #fff;
    transition: 0.5s;
    z-index: -1;
}
.cardd:hover:before
{
    transform: rotate(20deg);
    background-color: darkgray;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
}
.cardd:hover:after
{
    transform: rotate(10deg);
    background-color: lightgray;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
}
.cardd .imgBox
{
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    background: #222;
    transition: 0.5s;
    z-index: 1;
}
.cardd:hover .imgBox
{
    bottom: 80px;
}
.cardd .imgBox img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cardd .content
{
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 60px;
    text-align: center;
}
.cardd .content h2
{
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    color: #777;
    text-transform: uppercase;
}
.cardd .content h2 span
{
    font-weight: 500;
    font-size: 15px;
    color: #f38695;
}
.cardd .content .price
{
    font-size: 1.5vw;
    font-weight: bold;
    color: deeppink;
}

@media(max-width:633px)
{
    .cardd{
        width:250px;
    }
}
/**************************************************************/
.section3 .heading
{
    font-size: 3vw;
    letter-spacing: 3px
}
.section3 .paraghraph
{
    color: darkgray;
    line-height: 2;
}
.section3 ul
{
    list-style: none;
}
.section3 ul li span
{
    background: deeppink;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: white;
    font-size: 12px;
}
.Box
{
    margin-top: 10px;
    width: 300px;
    height: 450px;
    display: flex;
    justify-content: center;
    margin: auto;
}
.Box .carddd
{
    position: absolute;
    top: 15px;
    width: 50%;
    height: 70%;
    box-shadow: 0 2px 15px rgba(0,0,0,.5);
    transition: 0.5s;
    transform-origin: bottom;
    border-radius: 10px;
    margin: auto;
}
.Box .carddd:nth-child(1)
{
    transform: translate(0px,0px);
    background: url(../images/image_1.jpg);
    background-size: cover;
}
.Box .carddd:nth-child(2)
{
    background: url(../images/image_6.jpg);
    background-size: cover;
    transform: translate(2px,2px);
}
.Box .carddd:nth-child(3)
{
    background: url(../images/image_5.jpg);
    background-size: cover;
    transform: translate(4px,4px);
}
.Box .carddd:nth-child(4)
{
    background: url(../images/image_4.jpg);
    background-size: cover;
    transform: translate(6px,6px);
}
.Box .carddd:nth-child(5)
{
    background: url(../images/image_3.jpg);
    background-size: cover;
    transform: translate(8px,8px);
}
.Box .carddd:nth-child(6)
{
    background: url(../images/image_2.jpg);
    background-size: cover;
    transform: translate(10px,10px);
}
.Box .carddd:nth-child(7)
{
    background: url(../images/image_7.jpg);
    background-size: cover;
    transform: translate(12px,12px);
}
.Box:hover .carddd:nth-child(1)
{
    transform:rotate(-45deg)translate(0px,0px);
}
.Box:hover .carddd:nth-child(2)
{
    transform:rotate(-30deg)translate(0px,0px);
}
.Box:hover .carddd:nth-child(3)
{
    transform:rotate(-15deg)translate(0px,0px);
}
.Box:hover .carddd:nth-child(4)
{
    transform:rotate(0deg)translate(0px,0px);
}
.Box:hover .carddd:nth-child(5)
{
    transform:rotate(15deg)translate(0px,0px);
}
.Box:hover .carddd:nth-child(6)
{
    transform:rotate(30deg)translate(0px,0px);
}
.Box:hover .carddd:nth-child(7)
{
    transform:rotate(45deg)translate(0px,0px);
}
.Box:hover .carddd
{
    z-index: 1;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}
.Box .carddd:hover
{
    z-index: 2;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}
/*******************************************************/
/*.section-padding
{
    padding: 60px 0 ;
}
.testimonial-carousel
{
    margin: 5% auto 0;
}
.img-area
{
    width: 100px;
    height: 100px;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}
.img-area img{width: 100%}*/
/************************Start footer******************************************/
.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****************************/