@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Playfair Display', serif !important;

}

header {
  padding: 2px;
  position: sticky;
  top: 0px;
  /* z-index: 1; */
  background-color: #fff;
  box-shadow: 0px 12px 24px rgba(2, 30, 84, 0.1);
}

.upper-nav {
  display: flex;
  justify-content: flex-start;
  margin-left: 150px;
  margin-top: 9px;



}

aside .scrollpage {
  position: absolute;
  width: 422px;
  top: -27px;
  left: -49px;
  z-index: 1000;
  /* display: none; */
}





.icon-menu {
  display: none;
}

.upper-nav img {
  width: 100px;
  height: 100px;
  position: relative;
  top: -15px;
}


.upper-nav ul {
  list-style: none;
  padding-top: 40px;
}

.upper-nav ul li {
  display: inline-flex;
  margin-left: 15px;
  font-size: 16px;
}

.upper-nav ul li {
  cursor: pointer;
}

nav {
  height: 50px;
  margin-top: 13px;
  margin-bottom: 25px;
  padding-left: 150px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;

}

hr {
  width: 78%;
  margin: 0px auto;
}

nav ul {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 20px;

}

.potli-logo {
  height: 120px;
  width: 120px;
  position: absolute;
  top: -10px;
  left: 80px;
  z-index: 2000;
}

nav ul li {

  font-size: 20px;
  margin-right: 35px;

}

nav ul li img {
  width: 100px;
  height: 100px;
}

nav ul li a {
  text-decoration: none;
  color: #141414;
  padding: 15px 10px;
}

nav ul li a:hover {
  background: #c9343f;
  color: #fff;
}





.icon {
  position: relative;
  left: 50%;
  bottom: 30px;
}

.top-stores-section {
  padding: 50px 130px 100px 130px;
  background-color: #F5F5F5;
}

section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

aside {
  flex: 25%;
  background-color: #c9343f;
  padding: 25px 0px 0px 30px;
  box-shadow: 15px 0px 14px -6px rgb(2, 30, 84, 0.25);
  z-index: 1000;
}

main {
  overflow: hidden;
  flex: 75%;
}

aside ul {
  list-style: none;
  margin-top: 25px;
}

aside ul li {
  font-size: 20px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-bottom: 2px;
  width: 100%;
  color: #fff;
}

aside ul a {
  text-decoration: none;
}


aside ul li:hover {
  background-color: whitesmoke;
  color: #c9343f;
  cursor: pointer;
}

aside p {
  font-size: 35px;
  margin-bottom: 10px;
  color: #fff;
  font-family: 'Dancing Script', cursive !important;
  position: relative;

  z-index: 3000;
}

aside hr {
  width: 25%;
  height: 5px !important;
  opacity: 75%;
  color: #fff;
  font-weight: 300;
  margin: 5px 0px 10px 0px;
}

.row1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.row2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.row3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.row1 div {
  width: 130px;
  height: 120px;
  margin-right: 20px;
  border-radius: 10px;
  background-color: aquamarine;
  border: 3px solid #C9343F;
  background-size: 100% 100%;
  transition: transform 1s;
}

.row1 div:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: transform 1s ease-in-out;
}

.row2 div:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: transform 1s ease-in-out;
}

.row3 div:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: transform 1s ease-in-out;
}

.row2 div {
  width: 130px;
  height: 120px;
  margin-right: 20px;
  border-radius: 10px;
  background-color: aquamarine;
  border: 3px solid #C9343F;
  background-size: 100% 100%;
  transition: transform 1s;
}

.row3 div {
  width: 130px;
  height: 120px;
  margin-right: 20px;
  border-radius: 10px;
  background-color: aquamarine;
  border: 3px solid #C9343F;
  background-size: 100% 100%;
  transition: transform 1s;
}

.footer {
  background-image: url(Images/footer-background.png);
  padding: 50px 100px;


}

.footer p {
  font-size: 30px;
  font-weight: 600;
  color: #C9343F;
  width: 50%;
  margin-right: 0px;
}

.footer input {
  border: none;
  padding: 10px;
  width: 25%;
  background: transparent;
  border-bottom: 2px solid #C9343F;
  margin-right: 20px;

}


.footer button {
  border: none;

  background-color: #C9343F;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
}

.footer button:hover {
  background-color: #f5f5f5;
  color: #C9343F;
}


.icon6 {
  padding: 15px 10px 5px 10px;
  background-color: #C9343F75;
  float: right;
  position: relative;
  top: -40px;
  border-radius: 5px;

}

.icon6 a {
  text-decoration: none;
  color: #f5f5f5;

}

.row1 div:nth-child(5) {
  display: none;
}

.row2 div:nth-child(5) {
  display: none;
}

.row3 div:nth-child(5) {
  display: none;
}

.top-stores-section h1 {
  font-family: 'Dancing Script', cursive !important;
  font-size: 55px;
}

.w-100 {
  height: 400px;
}

/************ Responsive ************/
/* ************* Screen for 425px *************/

@media only screen and (max-width:425px) {
  .potli-logo {
    height: 100px;
    width: 100px;
    position: fixed;
    top: -10px;
    left: 20px;
    z-index: 2000;
  }

  .icon3 {
    margin-right: 15px;
    position: relative;
    top: 5px;
  }

  .icon-menu {
    display: block;
    position: relative;
    top: 25px;
    right: 30px;
    float: right;

  }

  .upper-nav {
    padding: 10px;
  }

  .logo-head {
    font-size: 44px;
  }

  aside {
    display: none;
  }

  header {
    z-index: 1;
  }

  .upper-nav ul {
    display: none;
  }

  nav ul {
    flex-direction: column;
    background-color: #fafafa;
    position: absolute;
    top: 72px;
    right: -20px;
    z-index: 1000;
    display: none;
    width: 100%;
    padding: 20px;


  }

  nav ul li {
    margin-bottom: 25px;

  }


  .top-stores-section {
    padding: 50px 10px 100px 10px;
  }

  .footer {
    display: flex;
    flex-direction: column;
    padding: 50px 50px;
  }


  .footer p {
    font-size: 26px;
    width: 100%;
  }

  .footer input {
    border: none;
    padding: 10px;
    width: 100%;
    background: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .icon6 {
    padding: 15px 10px 5px 10px;
    background-color: #C9343F75;
    width: 20%;
    position: relative;
    top: 20px;
    left: 160px;
    border-radius: 5px;

  }

  .icon6 a {
    width: 10%;
  }

  .row1 div {

    margin-right: 10px;
    margin-bottom: 10px;

  }

  .row2 div {

    margin-right: 10px;
    margin-bottom: 10px;

  }

  .row3 div {

    margin-right: 10px;
    margin-bottom: 10px;

  }

  .row1 div:nth-child(5) {
    display: block;
  }

  .row2 div:nth-child(5) {
    display: block;
  }

  .row3 div:nth-child(5) {
    display: block;
  }

  .w-100 {
    width: 100vw;
    height: auto;
  }




  aside .scrollpage {
    position: absolute;
    width: 320px;
    top: -27px;
    /* left: -49px; */
    z-index: 1000;
    display: none;

  }
}


/* ************** Screen for 375px ****************** */

@media only screen and (max-width:375px) {
  .potli-logo {
    height: 100px;
    width: 100px;
    position: fixed;
    top: -10px;
    left: 20px;
    z-index: 2000;
  }

  .icon3 {
    margin-right: 15px;
    position: relative;
    top: 5px;
  }

  .icon-menu {
    display: block;
    position: relative;
    top: 25px;
    right: 30px;
    float: right;

  }

  .upper-nav {
    padding: 10px;
  }

  .logo-head {
    font-size: 44px;
  }

  aside {
    display: none;
  }

  header {
    z-index: 1;
  }

  .upper-nav ul {
    display: none;
  }

  nav ul {
    flex-direction: column;
    background-color: #fafafa;
    position: absolute;
    top: 72px;
    right: -20px;
    z-index: 1000;
    display: none;
    width: 100%;
    padding: 20px;


  }

  nav ul li {
    margin-bottom: 25px;

  }


  .top-stores-section {
    padding: 50px 10px 100px 10px;
  }

  .footer {
    display: flex;
    flex-direction: column;
    padding: 50px 50px;
  }


  .footer p {
    font-size: 26px;
    width: 100%;
  }

  .footer input {
    border: none;
    padding: 10px;
    width: 100%;
    background: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .icon6 {
    padding: 15px 10px 5px 10px;
    background-color: #C9343F75;
    width: 20%;
    position: relative;
    top: 20px;
    left: 160px;
    border-radius: 5px;

  }

  .icon6 a {
    width: 10%;
  }

  .row1 div {

    margin-right: 10px;
    margin-bottom: 10px;

  }

  .row2 div {

    margin-right: 10px;
    margin-bottom: 10px;

  }

  .row3 div {

    margin-right: 10px;
    margin-bottom: 10px;

  }

  .row1 div:nth-child(5) {
    display: block;
  }

  .row2 div:nth-child(5) {
    display: block;
  }

  .row3 div:nth-child(5) {
    display: block;
  }

  .w-100 {
    width: 100vw;
    height: auto;
  }



  aside .scrollpage {
    position: absolute;
    width: 320px;
    top: -27px;
    /* left: -49px; */
    z-index: 1000;
    display: none;

  }
}

/* ************ Screen for 320px ************** */

@media only screen and (max-width:320px) {
  .potli-logo {
    height: 100px;
    width: 100px;
    position: fixed;
    top: -10px;
    left: 20px;
    z-index: 2000;
  }

  .icon3 {
    margin-right: 15px;
    position: relative;
    top: 5px;
  }

  .icon-menu {
    display: block;
    position: relative;
    top: 25px;
    right: 30px;
    float: right;

  }

  .upper-nav {
    padding: 10px;
  }

  .logo-head {
    font-size: 44px;
  }

  aside {
    display: none;
  }

  header {
    z-index: 1;
  }

  .upper-nav ul {
    display: none;
  }

  nav ul {
    flex-direction: column;
    background-color: #fafafa;
    position: absolute;
    top: 72px;
    right: -20px;
    z-index: 1000;
    display: none;
    width: 100%;
    padding: 20px;


  }

  nav ul li {
    margin-bottom: 25px;

  }


  .top-stores-section {
    padding: 50px 10px 100px 10px;
  }

  .footer {
    display: flex;
    flex-direction: column;
    padding: 50px 50px;
  }


  .footer p {
    font-size: 26px;
    width: 100%;
  }

  .footer input {
    border: none;
    padding: 10px;
    width: 100%;
    background: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .icon6 {
    padding: 15px 10px 5px 10px;
    background-color: #C9343F75;
    width: 20%;
    position: relative;
    top: 20px;
    left: 160px;
    border-radius: 5px;

  }

  .icon6 a {
    width: 10%;
  }

  .row1 div {

    margin-right: 10px;
    margin-bottom: 10px;

  }

  .row2 div {

    margin-right: 10px;
    margin-bottom: 10px;

  }

  .row3 div {

    margin-right: 10px;
    margin-bottom: 10px;

  }

  .row1 div:nth-child(5) {
    display: block;
  }

  .row2 div:nth-child(5) {
    display: block;
  }

  .row3 div:nth-child(5) {
    display: block;
  }

  .w-100 {
    width: 100vw;
    height: auto;
  }




  aside .scrollpage {
    position: absolute;
    width: 320px;
    top: -27px;
    /* left: -49px; */
    z-index: 1000;
    display: none;

  }
}