@import url("https://kit.fontawesome.com/c8a7976b6d.js");

@font-face {
    font-family: Lols;
    src: url('font/Lols.ttf');
}

@font-face {
    font-family: Lols2;
    src: url('font/Nevolasty-Light.otf');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Lols;
    list-style: none;

}

body {
    height: 100vh;
    width: 100%;
    background:
    /* top, transparent black, faked with gradient */ 
    linear-gradient(
      rgba(219, 136, 140, 0.5), 
      rgba(219, 136, 140, 0.5)
    ),
    /* bottom, image */
    url(img/Cute1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.mobilez {
    color: #ffffff;
    -webkit-text-fill-color: #0a0a0a;
    font-size: 80px;
    -webkit-text-stroke: 5px rgb(255, 255, 255);
    font-family: Lols2;
    position: relative;
    left: 900px;
}

nav.Lols {
    background-color: #F6CDCF;
    height: 80px;
    position: relative;
    top: 0px;
    width: 100%;
    top: 80vh;
}

a.logo {
  color: #DB888C;
  font-size: 30px;
  line-height: 80px;
  padding: 20px 50px;
  font-weight: bold;
  text-decoration: none;
  margin: 0 50px;
  border-radius: 20px;
}

nav ul.links {
    float: right;
    margin-right: 20px;
}

nav ul li {
    display: inline-block;
    line-height: 80px;
}

nav ul li a {
  color: #DB888C;
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px 50px;
  border-radius: 20px;
  text-decoration: none;
}

a.thehome:hover {
  color: #ffffff;
  background: linear-gradient(125deg, #DB888C, #DB888C);
  transition: .5s;
}

a.logo:hover {
  color: #ffffff;
  transition: .5s;
  background: linear-gradient(125deg, #DB888C, #DB888C);
  padding: 15px 50px;
}
a.myproduct {
  text-decoration: none;
  font-size: 15px;
  color: #FFE5FD;
  font-weight: bold;
}

a.myproduct:hover {
  color: #ffffff;
}

.checkbtn {
    font-size: 30px;
    color: black;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check,.tagsers {
    display: none;
}

.myshowz {
 background: rgba(0, 0, 0, 0.671);
 padding: 10px;
}

.bannero {
    background-image: url(img/banners.jpg);
    height: 80vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    border-radius: 20px 20px 20px 20px;
}

.contentchika {
  top: 800px;
  position: relative;
  width: 100%;
}


.menulist {
    margin-top: 50px;
    height: 350px;
    width: 25%;
    float: left;
    border-radius: 5px 20px 20px 5px;
    position: relative;
}


.menu-bg {
    position: relative;
    background-color: #F6CDCF;
    height: 350px;
    border-radius: 0 20px 20px 20px;
}

.menu-uls {
    line-height: 50px;
}

.Allso {
    position: relative;
    padding: 25px;
    font-size: 20px;
    color: #DB888C;
    cursor: pointer;
    font-weight: bold;
}

.Allx {
    
    position: relative;
    padding: 25px;
    font-size: 20px;
    color: #DB888C;
    cursor: pointer;
    font-weight: bold;
}

.menux {
    position: relative;
    padding: 5px 10px 0px 10px;
    margin-left: 90px;
    font-size: 18px;
    color: #DB888C;
    border-radius: 15px;
}

a.Allx:hover , a.Allso:hover{
    padding-left: 100px;
    text-decoration: underline;
    color: #FFE6A6;
    background-color: #DB888C;
    border-radius: 0 10px 10px 0;
}

a.menux:hover{
    font-size: 25px;
    color: #FFE6A6;
    background-color: #DB888C;

}

.mddname {
  font-size: 30px;
  font-weight: 300;
  padding: 5px 20px 5px 20px;
  display: inline-block;
  background: linear-gradient(125deg, #393E46, #222831);
  border-radius: 0 15px 0px 0px;
  color: #EEEEEE;
}

.mddnametwo {
  font-size: 25px;
  font-weight: 200;
  display: inline-block;
  background: linear-gradient(125deg, #393E46, #222831);
  padding: 5px 10px 5px 10px;
  border-radius: 0 15px 0px 0px;
  color: #EEEEEE;
}

.mddprice {
  color: #00ADB5;
  font-size: 40px;
  background-color: #EEEEEE;
  font-weight: bold;
  padding: 10px 5px 10px 0;
  margin: 5px 0px 5px 55px;
  display: flex;
  border-radius: 15px;
}

.mddpricetwo {
  display: inline-block;
  padding-left: 5px;
}

.xsc {
  position: relative;
  top: 5px;
  left: 2px;
}

.xchik {
  display: flex;
  margin: 5px;
}

.roomdtlers {
  margin: 20px;
  color: #EEEEEE;
  
}

.menu-bg ul li a,
.menu-bg ul li a {
  transition: all .2s ease;
  cursor: pointer;
}


.sidebar-search {
    padding: 10px;
    border: 2px solid transparent;
    width: 200px;
    font-size: 1.2vw;
    outline: none;
    border-radius: 5px;
    background: #DB888C;
    color: white;
    transition: 0.5s;
    margin: 0px 20px;
  }

  ::placeholder {
    color: white;
  }

.sidebar-search:focus {
    border: 2px solid #ffffff;
  }
  .sidebar-items {
    background: #f2f2f2;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    color: #ffb1ee;
    transition: 300ms;
    font-size: 1.2vw;
  }
  .sidebar-items:hover {
    background: #ffffff;
    color: #ff8dd3;
  }

.menu-bg li li a{
  position: relative;
  display: block;
  font-size: 17px;
}

.menu-bg li ul {
  position: absolute;
  display: none;
  width: inherit;
}

.menu-bg li:hover ul{
  visibility: visible;
  display: block;
}

.product {
    margin-top: 50px;
    margin-right: 25px;
    width: 70%;
    padding: 5px;
    height: max-content;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    float: right;
    background: #db888cbb;
    border-radius: 20px;
}

.product-items {
    cursor: pointer;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 5%;
    transition: 0.3s;
}

.product-img {
    width: 100%;
    height: 13vw;
    object-fit: cover;
    border-radius: 10px;
}

.pricez1 {
  padding: 5px 5px;
}

.product-items:hover {
    transform: scale(1.03);
    border-style: solid;
    border-color: #FFE6A6;
}

.modal,
.modal-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.modal-page {
  z-index: 99;
  min-width: 700px;
  max-width: 700px;
  max-height: 800px;
  overflow: scroll;
  border-radius: 15px;
  padding: 20px;
  background-color: #393E46;
  color: #EEEEEE;
}

.heartz {
  margin-left: 250px;
  color: pink;
}

.heartzz {
  margin-left: 20px;
  font-size: 20px;
}

.modaldesc-content {
  width: 100%;
  display: flex;
}
.modaldesc-detail {
  margin-left: 20px;
}
.modaldesc-img {
  width: 20vw;
  height: 20vw;
  border: solid;
  border-color: #EEEEEE;
  object-fit: cover;
  border-radius: 10px;
}
.btn-control {
  display: flex;
  justify-content: flex-end;
}
.btn {
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  font-size: 1.2vw;
  transition: 0.3s;
}
.btn-buy {
  background: linear-gradient(125deg, #222831, #00ADB5);
  color: #EEEEEE;
  margin-left: 10px;
}

  .cartlist-items {
    width: 50vw;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
  }
  .cartlist-left {
    display: flex;
  }

  .cartlist-right{
    display: flex;
    text-align: center;
    margin-top: 15px;
  }

  .cartroomname {
    font-size: 25px;
  }

  .detailzchecc {
    display: inline-block;
    margin-right: 80px;
  }

  .cartlist-left img {
    width: 5vw;
    height: 5vw;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 10px;
  }
  .btnc {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 100px;
    display: flex;
    color: #EEEEEE;
    justify-content: center;
    align-items: center;
    border: 1px solid #EEEEEE;
    cursor: pointer;
  }

  .pricez{
    font-size: 15px;
    padding: 5px;
    color: #FFE6A6;
  }

  .ayooz {
    width: 1000px;
    height: auto;
    background-size: cover;
    margin-left: 0;
  }

  .footerx {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40vh;
    background-color: rgb(219, 136, 140);
    border-radius: 5px;
    bottom: -50vh;
  }


  .contactz {
    width: 25%;
    display: inline-block;
  }

  .footerhonex {
    position: relative;
    width: max-content;
    margin-left: 80px;
    padding: 20px 0 0 0;
    font-size: 35px;
    font-weight: bold;
    color: #FFE6A6;
  }

  .footerhone {
    margin-left: 80px;
    padding: 5px 0 5px 0;
    color: #F6CDCF;
    text-decoration: none;
  }

  .contactfoot {
    margin-left: 80px;
    padding: 20px 0 0px 0;
    color :#FFE6A6;
    font-weight: bold;
    font-size: 20px;
  }

  .copyrightchika {
    float: right;
    margin-right: 35px;
    padding: 7px;
    background-color: #ffffff23;
    border-radius: 5px;
    margin-top: 100px;

  }
  .copytextx {
    font-weight: bold;
    color :#FFE6A6;
  }

  .copytexts {
    color: white;
  }

  .foota {
    color:#F6CDCF ;
  }

  a.foota:hover {
    font-size: 15px;
    text-decoration: none;
  }

  
  .links li ul li a {
    background-color: #DB888C;
    color: white;
    border-radius: 15px;
}


  .links li ul li a:hover {
    background-color: white;
    color: #DB888C;
    border-radius: 15px;
}

.links li ul {
  right: 10px;
}