
/* poster */


.poster{
    width: 100%;
    height: 500px;
    background-color: white;
}


.img{
    width: 100%;
    height: 100%;
}

.box{
    width: 100%;
    /* height: 1000px; */
    background-color: black;
}

.box-item{
    display: inline-block;
    width: 22.5%;
    /* height: 47.5%; */
    /* border: 1px solid yellowgreen; */
    margin: 1%;
}

.box-item-img{
    width: 100%;
   
    /* height: 90%; */
}
.box-item-img-img{
    width: 100%;
    height: 450px;
    /* height: 100%; */
}

.beautybox{
    width: 100%;
    height: 400px;
}

.bty-box{
    display: inline-block;
    width: 22%;
    height: 95%;
    margin: 20px;
    border: 1px solid white;
}

.bty-img{
    width: 100%;
    height: 100%;
}

.box-item-btn{
    width: 100%;
    height: 50px;  
    margin-top: 0px;  
    text-align: center;
    vertical-align: auto;
}
.btn1{
    background-color: white;
    color: black;
}
.btn1:hover {
    background-color:black ;
    color: white;
  }




.icon-div{
    background-color: black;
}
.icons {
    height: 50px;
    background-color: black;
    width: 500px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    box-sizing: border-box;
    vertical-align: top;
}



.icon {
    height: 60px;
    width: 60px;
    /* border: 1px solid white; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    background-color: #ffffff;
    font-size: 22px;
}

.icons .icon:hover {
    background-color: grey;
}

/* gram */
.gram{
    text-align: center;
    background-color:white;
    font-family: sans-serif;
    font-weight: bold;
    border: 1px solid ;
    
}
.gram-text{
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
    height: 50px;
    
}
.gram-text > h3 {
    color: #53585f;
    font-size: 40px;
}

.gramPics{
    width: 100%;
    height: 800px;    
    display: grid;
    grid-template-areas: "a b c d"  "e f g h" ;
    grid-gap: 10px 10px; 
    border: 1px solid black;   
    overflow: hidden;
    
}

.modelImg{
    width: 100%;
    height: 400px;
    opacity: 1;
}
.hide{
    display: none;
    background-color: black;
    color: white;
}



.modelImg:hover {
    opacity: 0.5;
        
}




.banner{
    background-color: #b2fce5;
    width: 99%;
    height: 200px;
    padding: 10px;    
    text-align: center;
    margin: 20px 0px;
    color: black;
}

.blog{
    margin-left: 50px;
    margin-right: 100px;
    display: block;
    height: 400px;
    border: 1px solid white;
    /* background-color: red; */
    text-align: center;
    
}
.blogs{

}
.blogsLI{
    display: inline-block;
    border: 1px solid black;
    height: 300px;
    width: 20%;
    margin: 0px 10px;
}

.img{
    width: 100%;
    height: 90%;
}
.img > img {
    width: 100%;
    height: 100%;
}

.blogsLI > button{
    width: 100%;
    height: 10%;
    
}
.btn{
    background-color: black;
    color: white;
}
.btn:hover {
    background-color: white;
    color: black;
  }



.banner > h2 {
    font-weight: bolder;
    font-size: 30px;
}

.banner > h4 {
    font-weight: bold;
    font-size: 20px;
}
.banner > p {
   color: black;
    font-size: 15px;
}

/* footer */

#Big{
    background-color: black;
    width: 100%;
    height: 350px;
    position: fixed;
    bottom: 0;
}
#box1{
    height: 70%;
    width: 23%;
    border: 1px solid black;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}
h1{
    margin-top: 40px;
    color: white;
    font-size: 13px;
    font-weight: bolder;
    text-align: left;
}
.appstore{
    border: 1px solid white;
    border-radius: 10px;
    display: inline-block;
    /* margin-left: 17px; */
}
#box2{
   border: 1px solid black;
   width: 40%;
   height: 70%;
   display: inline-block;
   vertical-align: top;
   margin-left: 20px;
}
#box3{
   border: 1px solid black;
   width: 30%;
   height: 70%;
   display: inline-block;
   vertical-align: top;
}
li{
     list-style: none;
     margin-bottom: 15px;
     color: grey;
   }
li:hover{
    color: white;
}
a{
    text-decoration: none;
    color: grey;
  }
  .bold{
      font-weight: bolder;
      margin-bottom: 25px;
      color: white;
  }
  .txt{
      display: inline-block;
      vertical-align: top;
      margin-top: 26px;
      margin-left: 10px;
  }
  #email{
      height: 50px;
      width: 390px;
  }
  #btn{
      height: 55px;
      width: 50px;
  }
  .popuptext{
      color: red;
  }
  h5{
      color: grey;
  }
  i{
      color: grey;
  }
  i:hover{
      color: white;
  }
  .fa-tiktok{
      margin-left: 30px;
  }
  .fa-youtube{
      margin-left: 30px;
  }
  .fa-snapchat-ghost{
      margin-left: 30px;
  }
  .fa-facebook{
      margin-left: 30px;
  }
  .fa-pinterest{
      margin-left: 30px;
 }
 .underline{
     text-decoration: underline;
 }
 .txtleft{
     color: grey;
     font-size: 12px;
     margin-top: 20px;
     margin-left: 70px;
     display: inline-block;
 }
 .txtright{
     color: grey;
     font-size: 12px;
     margin-top: 20px;
     margin-left: 580px;
     display: inline-block;
 }
 a:hover{
     color: white;
 }
 #border{
     border-top: 1px solid lightgray;
     width: 95%;
     margin: auto;
     margin-top: 30px;
 }
 .left{
     margin-left: 20px;
 }




