/* HTML Section */
body{
font-family: 'Montserrat';
font-weight: 600;
}

h1{
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1;
}

h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.5;
}

h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
}

h4 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 100;
  font-size: 1rem;
  color: white;
  line-height: 1
}

h5{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.15rem;
  color: black;
}

h6{
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  color: #ff4c68;
}

p{
  color: #8f8f8f;
  line-height: 1;
}

sup{
  vertical-align: super;
  font-size: x-small;
}

.ekko-lightbox-nav-overlay a>* {
  color: #ff5e0e;
}

#title {
  background-color: #ff4c68;
  color: #fff;
}

a:hover {
  text-decoration: none;
}

.modal-title{
  color: black;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: Ubuntu , sans-serif;
}

.modal-footer {
  color: black;
  font-weight: 300;
  font-size: 1.15rem;
  font-family: Ubuntu , sans-serif;
  justify-content: flex-start;
  overflow-wrap: break-word;
  hyphens: auto;
}


.container-fluid{
  padding: 3% 15% 7%;
}

/* hearder logo*/
.header-image {
  width: 10%;
  transform: none;
  position: absolute;
  right: 53%;
}

/* Navagation Bar */

.navbar{
  
  padding-left: 10;
  padding-bottom: 5%;
  padding-right: 10%;
  color: black;
}

.navbar-toggler{
  background-color: black;
}
/*
.navbar-collapse{
  background-color: rgba(255,76, 104, 0.35);
 }
*/
.navbar-brand {
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  color: black;
}

.nav-item{
  padding: 1px 5px;
  color: black;
 }

.nav-link{
  font-size: 1.2rem;
  font-family: 'Montserrat';
  font-weight: 700;
  color: black;
}

#title .navbar-brand {
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  color: black;
}

#title .navbar-brand a:hover {
  color: #292929;
}

#title .nav-item a{
  color: black;
}

#title .nav-item a:hover {
  color: #292929;
}

/* Download Button */

.Download-Button{
  margin: 5% 3% 5% 0;
}

/* title image */

.title-image {
  width: 90%;
  max-height: 100%;
  transform: none;
  position: absolute;
  bottom: 10%;
  right: 20%;
}

/* features section */

#features{
  padding: 7% 15%;
  background-color: white;
  position: relative;
  text-align: center;
}

.feature-box{
  text-align: center;
  padding: 5%;
}

.icon{
  color: #ef8172;
  margin-bottom: 1rem;
}

.icon:hover{
  color: #ff4c68;
}

/* testimonial section */

#testimonials{
  text-align: center;
  background-color: #ef8172;
  color: #fff;
  padding: 55px;
}

.testimonial-img{
  width: 10%;
  border-radius: 100%;
  margin: 20px;
}

.carousel-item{
  padding: 7% 15%;
}

/* info section */

#info{
  text-align: center;
  background-color: #ef8172;
  color: #fff;
  padding: 70px;
}

#info p{
  font-size: 15px;
  text-align: center;
  margin: 20px 0;
  line-height: 5px;
  color: white;
}

/* pricing section */

#pricing{
  padding: 75px;
  text-align: center;
}

.card-body h2{
  font-size: 25px;
}

.card-header h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 2.25rem;
}

.pricing-col{
  padding: 3% 2%;
}

/* inventory */

* {box-sizing: border-box}

/* popup */
/* Container needed to position the overlay. Adjust the width as needed */
.container {
  position: relative;
  width: 50%;
  max-width: 300px;
}

/* Make the image to responsive */
.image {
  display: block;
  width: 100%;
  height: auto;
}

/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

/* When you mouse over the container, fade in the overlay title */
.container:hover .overlay {
  opacity: 1;
}


/* footter */

#footer{
  background-color: #ff4c68;
  padding: 7% 15%;
  text-align: center;  
  color: white;
}

#footer p{
  color: white;
}

.social-icon{
  margin: 20px 10px;
  color: black;
}

.payment{
  color: black;
  font-size: 1.25em;
}


/* gallery */

#gallery{
  padding: 7% 15%;
  background-color:  white;
  position: relative;
  text-align: center;
}

/* subscription */

.email-box{
  height: 25px;
  justify-content: center;
  display: flex;
}
.email-box i{
  background: #595b5f;
  width: 40px;
  line-height: 25px;
}
.tbox.btn{
  border: none;
  outline: none;
}
.tbox{
  width: 0px;
  transition: 0.6s;
  font-size: .75rem;
  font-family: Ubuntu , sans-serif;
  color: #404042;
}
.email-box:hover > .tbox,.tbox:focus{
  width: 260px;
  padding: 0 10px;
}
.btn2{
  background: #595b5f;
  color: white;
  padding: 0 10px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: .75rem;
  font-family: Ubuntu , sans-serif;
}

/* popup */

.popup{
  background-color: black;
  width: auto;
  padding: 0 40px;
  position:absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 30%;
  border-radius: 10px;
  text-align: center;
  color: #ff4c68;

}
.popup button{
  display: block;
  margin:  0 0 0 auto;
  background-color: transparent;
  font-size: 35px;
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 12px;
}
.popup p{
  font-size: 14px;
  text-align: center;
  margin: 20px 0;
  line-height: 25px;
  color: white;
}

.popup a{
  display: block;
  width: 150px;
  position: relative;
  margin: 10px auto;
  text-align: center;
  background-color: #ff4c68;
  color: black;
  text-decoration: none;
  padding: 5px 0;
  border-radius: 16px;
}

.popup a:hover {
  color: #1c1c1c;
  background-color: #ff1135;
}

@media (max-width: 1028px) {
  #title{
    text-align: center;
  }


.title-image{
  position: static;
  transform: rotate(0);
 }
}
