/* Format for the whole page */
html * {
  font-family: 'Comfortaa', cursive;
}

/* Marquee */
span.a{
  font-size:large
}
.announcement{
  background-color:#ffb6c1;
  padding-top: 5px;
  letter-spacing: 10px;
  margin-bottom: -15px;
}

/* Navigation Bar */
.navbar{
  padding-top: 3px;
  padding-bottom: 3px;
}

#logo{
  max-height: auto;
  max-width: 150px;
  border-radius: 10px;
  margin-left:50px;
  
}
#logo1{
  float:center;
  max-height: auto;
  max-width: 40%;
  border-radius: 25px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  box-shadow: 0 10px 30px #fbb6c1;
  transition: all 0.5s ease-in-out;
  
}
#logo1:hover{
  
  cursor: pointer;
  box-shadow: 0 10px 40px #f159aa;
  
}
.nav-item a{
 color:white;
 margin-right:60px;
 border-radius: 10px;
 
}
.nav-item a:hover{
  background-color: #fbb6c1;
  color:#000000;
  border-radius: 10px;
  
}
.dropdown-item{
  color:white;
}
.dropdown-item a:hover{
  background-color: #fbb6c1;
  color:#000000;
  border-radius: 10px;
}
#navicons{
  margin-top: -10px;
  margin-right: 10px;
}
#navicons a{
  margin-left: 0;
  margin-right: 0;
}



/* Titles */
h1{
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 5px;
}
h3{
  text-align: center;
  padding: 0;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}
#titlebg{
  background-color: rgba(248, 242, 242, 0.6);
  padding-top: 10px;
  padding-bottom: 8px;
  margin-top: 50px;
  margin-bottom: -30px ;  
}
#titlebg1{
  background-color: rgba(248, 242, 242, 0.6);
  padding-top: 10px;
  padding-bottom: 8px;
  margin-top: 20px;
  margin-bottom: -10px ;  
}


/* Top Products */
#fav{
  margin-top: 50px;
}
.favorites{
  margin-top: 30px;
}

div.gallery img:hover {
  box-shadow: 0 8px 20px #e47cb4;
  width: 102%;
  border-radius: 25px;
}
div.gallery img {
  width: 100%;
  height: auto;
  border-radius: 25px;
  box-shadow: 0 5px 10px #fbb6c1;
  transition: all 500ms ease-in-out;
}
div.desc {
  height:120px;
  padding: 15px;
  text-align: center;

}



/* Reviews */
#reviews{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.slide-container{
  max-width: auto;
  height:500px;
  width: 100%;
  padding: 40px 10px;
}
.slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
.card{
  border-radius: 25px;
  background-color: #FFF;
  
}
.card:hover{
  box-shadow: 0 5px 10px #f159aa;
}

.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content{
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ffb6c1;
  border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #ffb6c1;
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
.rating{
  color:#f159aa;
}
.card-image{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
}
.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #f252d7;
}
.name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
  padding: 5px;
}
.description{
  height: 80px;
  width: 160px;
  font-size: 14px;
  color: #707070;
  text-align: center;
  overflow:hidden;
}
.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #f159aa;
  border-radius: 15px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #fefefe;
  color:#f159aa;
  border: 1px solid #f159aa;
}
.swiper-navBtn{
  transition: color 0.3s ease;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
  color:#f159aa;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
}





/* Information */
.container {
  position:relative;
 
}

.photo {
  display: block;

  height: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #847c7e;
  
  transition: .5s ease-in-out;
  backface-visibility: hidden;
  border-radius: 25px;
}
.middle {
  transition: .5s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
}
#morephoto:hover .photo {
  opacity: 0.8;
  box-shadow: 0px 10px 20px #2b272a;
  border-radius: 25px;
  width: 120%
}
#morephoto:hover .middle {
  opacity: 1;
  width: 120%
}
.text{
  position: absolute;
  font-size: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
}
.text a{
  font-size: 20px;
  color: black;
}

/* Blogs */
div.gallerya { 
  height: auto;
  width: 350px;
  position:relative;
  display: inline-grid;
  justify-content: center;
}
div.gallerya img {
  width: 100%;
  height: auto;
  margin-bottom: -5px;
  float: left;  
}
div.gallerya img:hover {
  opacity: 0.6;
  
  box-shadow: 0 3px 5px #f159aa;
  transition: .3s ease-in-out;
}
.gallery-all {
  text-align: center;
  font-size: 0;
  
}

/* Footer */
#gray{
  background-color: #FBF7F7;
  
}

#findtext{
  margin-top:20px;
  color:black;
  
  justify-content: center;
}
#map{
  color: black;
}
#map:hover{
  color:#f159aa;
}

.map-responsive{
  overflow:hidden;
  padding-bottom:100%;
  position:relative;
  height:auto;
}

.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

#pink{
  background-color:#ffb6c1;
  padding: 50px;
  clear:both;
  
}
#brand{
  text-align: left;
  color:#f159aa;
  font-weight:500;
}
#lastlink a{
  text-align: center;
  text-decoration: none;
  color: #000000;
}
#subscribebtn{
  background-color: #f159aa;
  border: 2px solid #f159aa;
  box-shadow: 0 2px 5px rgb(162, 156, 156);
  transition: all .3s ease-in-out;
  border-radius: 10px;
}
#subscribebtn:hover{
  background-color: #ffffff;
  border: 2px solid #f159aa;
  box-shadow: 0 5px 10px rgb(45, 44, 44);
  color:#f159aa;
  
}

/* Landing Pages CSS */
#content{
    text-align: justify;
}
#titlefont{
    text-align: center;
    text-transform: uppercase;
    color: #f159aa;
}
#bold{
  color: #f159aa;
  font-style: italic;
}
#link{
  text-decoration: none;
  color:#f252d7;
}
#linkicon{
  padding-top:4px;
  text-decoration: none;
  color:#393838;
  float:left;
  text-align: left;
  
}
#linkicon:hover{
  
  
  color:#f159aa;
}
.form-control{
  text-align: left;
}
.form-control:focus
 { 
  border-color: #f252d7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #f252d7;
  outline: 0 none;
}
.valid-feedback,
.invalid-feedback
{
  font-size:x-small;
}
span.b{
  color:#f159aa;
}
span.c{
  color:#000000;
}
.vl{
  margin-top: 100px;
  margin-bottom: 100px;
  margin-right: 30px;
  margin-left: 7px;
  border-right: 1px solid #f159aa;
  width: 1px;
}

.hl{
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 30px;
  margin-bottom: 7px;
  border-top: 1px solid #f159aa;
  height: 1px;
}

#dividera{
  margin-top: 100px;
  margin-bottom: 800px;
  margin-right: 5px;
  margin-left: -20px;
}
#dividerb{
  margin-top: 100px;
  margin-bottom: 100px;
  margin-right: 5px;
  margin-left: -20px;
}
#dividerc{
  margin-top: 100px;
  margin-bottom: 200px;
  margin-right: 5px;
  margin-left: -20px;
}

#cancelbtn{
  background-color: #fbb6c1;
  border: 2px solid #fbb6c1;
  box-shadow: 0 5px 5px rgb(162, 156, 156);
  transition: all .3s ease-in-out;
  border-radius: 10px;
}
#cancelbtn:hover{
  background-color: #fbfbfb;
  border: 2px solid #f252d7;
  color:#f252d7;
  box-shadow: 0 10px 20px rgb(66, 65, 65);
}

input[type='text']:focus,
input[type='email']:focus
{
  border-color: #f252d7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #f252d7;
  outline: 0 none;
}
textarea:focus
{
  border-color: #f252d7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #f252d7;
  outline: 0 none;
}


input[type="checkbox"] 
{ 
  filter: brightness(0.5) sepia(1) hue-rotate(-100deg) saturate(5);
}


input[type='radio']
 {
  accent-color:#f252d7;
}



#blogsubttitle{
  text-transform: capitalize;
}

article {
  background-color: #fbfbfb;
  min-height: 100px;
  padding: 2em;
  border-radius: 25px;
}
#articleinside{
  background-color: #fbfbfb;
}


article div figure{
  flex: 1 0 50px;
  width: 100%;
  height: 50px;
  margin: 10px;
  border-radius: 15px;
  box-shadow: 0 3px 10px gray;
}



.image--overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(35, 34, 34, 0.6);
  color:#f159aa;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity:0;
  transition: opacity 0.8s;
  
}


.image--overlay > * {
  transform: translateY(50px);
  transition: transform 0.8s;
}


.image--overlay:hover{
  opacity:1;
  transform: scale(1);
  box-shadow: 0 5px 10px 5px #ffffff inset;
}
.image--overlay:hover >*{
  transform: translateY(0);
}

.image--title{
  font-size: 1.25rem;
  font-weight: bold;
  margin-left: 2rem;
  margin-right: 2rem;
  transform: scale(0);
  transition: .8s;

}
.image--description{
  font-size: 0.75rem;
  margin-top: 0.25rem;
  margin-left: 2rem;
  margin-right: 2rem;
  color:#ffffff;
}

.image{
  height:350px;
  width:350px;
  
  transition: all 0.5s ease-in-out;
  display: flex;
  justify-content:center;
  align-items: center;
  background-position: center;
  background-size: cover;
}
.image p{
  opacity:0.8;
  transform: scale(0);
  transition: 0.8s;
  font-size: 30px;
  color: #f252d7;
}
.image:hover{
  box-shadow: 0 5px 20px 10px #fbb6c1;
  opacity: 0.8;
  
}
.image:hover p{
  opacity:1;
  transform: scale(1);
}

#contactus{
  align-items: center;
}


/* Left column */
.leftcolumn {   
  float: left;
  width: 65%;
 justify-content: space-around;
}

/* Right column */
.rightcolumn {

  float: left;
  width: 35%;
  justify-content: center;
  
}
