@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');


:root {
    --white: #fff;
    --black: #1c2b2d;
    --blue: #31326f;
    --color-primary: #9d0191;
    --color-sec: #db6400;
    --color-grey: #eee;
    --color-dark-grey: #222831;
	--color-dark: #111;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
	background: #fcfcfc;
    font-family: 'Open Sans', sans-serif;
}


footer{
    background: #111;
    height: auto;
    width: 100vw;
    padding-top: 40px;
    color: #fff;
}

.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.footer-content h3{
    font-size: 2.1rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 3rem;
}

.footer-content p{
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
    color: #cacdd2;
}

.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
}

.socials li{
    margin: 0 10px;
}

.socials a{
    text-decoration: none;
    color: #fff;
    border: 1.1px solid white;
    padding: 5px;
    border-radius: 50%;
}

.socials a i{
    font-size: 1.1rem;
    width: 20px;
    transition: color .4s ease;
}

.socials a:hover i{
    color: aqua;
}

.footer-bottom{
    background: #000;
    width: 100vw;
    padding: 20px;
    padding-bottom: 40px;
    text-align: center;
}

.footer-bottom p{
   float: left;
   font-size: 14px;
   word-spacing: 2px;
   text-transform: capitalize;
}
.footer-bottom p a{
  color:#44bae8;
  font-size: 16px;
  text-decoration: none;
}
.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
}

.footer-menu{
  float: right;
}

.footer-menu ul{
  display: flex;
}

.footer-menu ul li{
padding-right: 10px;
display: block;
}

.footer-menu ul li a{
  color: #cfd2d6;
  text-decoration: none;
}

.footer-menu ul li a:hover{
  color: #27bcda;
}

@media (max-width:500px) {
.footer-menu ul{
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}
}

.flexboxOnParentDiv{
  width:100%;
  height:150px;
  border:1px solid red;
  display:flex;
  align-items:center;
  justify-content:center;
}



.up-button {
        position: fixed;
        background: #fff;
        color: #fff;
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 50px;
        right: 50px;
        top: 35px;
        transition: background 0.5s ease-in-out;
        box-shadow: 0px 1px 8px 0px #777373;
    }

    .up-button i{
      padding:15px;
      font-size: 20px;
      cursor: pointer;
      color: #000;
    }
    body.menu-open .up-button i:before{
      content: '\f00d';
    }

    .menu {
        display: inline-block;
        position: fixed;
        display: none;
        color: #000;
        text-align: center;
        right: 50px;
        top: 100px;
        transition: background 0.5s ease-in-out;
    }

    .menu ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        border-radius: 100px;
        box-shadow: 0px 1px 8px 0px #777373;
    }

    .menu ul li {
        padding: 17px;
        color: #000;
       background: #fff;
    }
    .menu ul li:hover {
      background: #000200;
      color: #fff;
    }

    .menu ul li:first-child {
      border-top-left-radius: 50px;
      border-top-right-radius: 50px;
    }
    .menu ul li:last-child {
      border-bottom-left-radius: 50px;
      border-bottom-right-radius: 50px;
    }


 .hero-section{
      background-image: url('https://images.unsplash.com/photo-1567037707848-f747b0beb475?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1500&q=80');
      height: 100vh;
      background-size: cover;
      width: 100%;
      display: table;
    }
    .hero-section .text-wrapper{
      display: table-cell;
      vertical-align: middle;
    }
    .hero-section .text-wrapper h1{
      font-size: 70px;
        margin: 0;
        color: #fff;
        font-family: 'Josefin Sans', sans-serif;
        max-width: 800px;
        padding: 100px;
        line-height: 89px;
        text-align: left;
        letter-spacing: 6px;
    }

#backtop {
  /* (A) BOTTOM RIGHT CORNER */
  position: fixed;
  bottom: 20px; right: 20px;
  z-index: 999;

  /* (B) HIDDEN BY DEFAULT */
  visibility: none;
  opacity: 0;

  /* (C) COSMETICS */
  cursor: pointer;
  transition: opacity 0.3s;
}

/* (D) SHOW BUTTON */
#backtop.show {
  visibility: visible;
  opacity: 1;
}


#loadMore {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}
#loadMore a {
    background: #faa635;
    border-radius: 3px;
    color: white;
    display: inline-block;
    padding: 10px 30px;
    transition: all 0.25s ease-out;
    -webkit-font-smoothing: antialiased;
}
#loadMore a:hover {
    background-color: #042a63;
}


.logo {
  position: absolute;
  float:left;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background: var(--color-dark) url(./images/flipnorder_logo.svg?v=1_0) no-repeat 20px 16px;
    background-size: auto;
  background-size: auto 31px;
}

.canEvent {
  pointer-events: auto;
}

/* UTILITY */
.p-small {
    padding-bottom: 5px;
}
.p-medium {
    padding-bottom: 10px;
}
.p-y {
    padding: 10px 0;
}
.m-y {
    margin: 10px 0;
}

p {
    font-size: 1.6rem;
    line-height: 1.5;
}


img {
     max-width: 100%; 
	 max-height: 100%; 
	 object-fit: cover;
}


.container {
max-width: 1200px; 
    margin: 0 auto;
    padding: 0 20px;
	align-items: center;
	justify-content: center;	
	position:relative; 
	 vertical-align:top;
	 display: inline-block;
}

header {
    background-color: #eee;
    padding: 1rem;
}
header h1 {
    font-size: 2.5rem;
    line-height: 2;
    color: var(--color-primary);
}

form input {
    width: 20rem;
    padding: .7rem;
    border: none;
    border-radius: 5px;
    outline: none;
    font-size: 1rem;
    border-bottom: 2px solid var(--color-sec);
    margin-bottom: 1rem;
}

.slide-container {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
	margin-left: 0.5rem;
}

 .btn {
    font-size: 1rem;
    text-decoration: none;
    color: #fff;
    margin-right: 0.5rem;
	display:inline-block;
    background-color: var(--color-sec);
    padding: 3px;
    border-radius: 3px;
	 vertical-align:top;
	 margin-bottom:10px;
}

.active {
    /*background-color: var(--color-primary); */
	background-color:var(--color-dark-grey);
    color:#fff;
}

.aactivee{
      display:block;
    }

#store-products {
    display: grid;
     grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); 
    column-gap: 2rem;
    row-gap: 2rem;
    padding: 2rem 0;
}

.store-product {
    border: 1px solid #eee;
    border-radius: 3px;
    max-width: 250px;
}

.product-details {
    text-align: center;
    padding-bottom: 1rem;
    background-color: #eee;
}

.product-details h2 {
    font-size: 1.2rem;
    font-weight: 500;
}

.product-details p {
    font-size: 1rem;
    padding-bottom: 1rem;
    color: green;
    font-weight: 700;
}

.product-details p span {
    text-decoration: line-through;
    color: red;
    font-weight: normal;
}

.product-details a {
    font-size: 1rem;
    text-decoration: none;
    background-color: var(--color-sec);
    color: #fff;
    padding: .5rem 1rem;
    border-radius: 3px;
}

.product-details a:hover {
    background-color: var(--color-dark-grey);
}


