*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  text-decoration: none;
  padding: 10px;
  background: rgb(33, 136, 155);
  border-radius: 100px;
  font-family: sans-serif;
  color: rgb(255, 255, 255);
  z-index: 3;
}

body {
  background-color: rgb(255, 255, 255);
}

.inn-main {
  margin: 0 auto;
  width: 90%;
}

.inn-main ul {
  margin: 0; 
  padding: 0; 
  list-style: none;
  text-align: right;
  padding-top: 40px;
  padding-bottom: 50px;
}

.inn-main ul li {
  float: none;
  display: inline-block;
}

.inn-main ul li:nth-child(1) {
  float: left;
}

.inn-main ul li a {
  color: black;
  font-size: 20px;
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  font-family: 'Dosis', sans-serif;
}

.inn-main ul li a:hover {
  color: rgb(101, 157, 194);
}

.logo1 {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  margin-left: -75px;
}

#main-menu {
  width: 100%;
  position: relative;
  min-height: 100px;
  margin: auto;
}

.flex-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  width: 100%;
  padding: 15px;
  background: rgb(255, 255, 255);
  box-sizing: border-box;
  z-index: 1;
}

.flex--items {
  font-size: 20px;
  flex: 1;
  text-align: center;
  padding: 15px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  align-content: center;
  width: auto;
  font-family: 'Raleway', sans-serif;
  transition: transform .2s;
}

.flex--items:hover {
  -webkit-transform: scale(0.8);
}

.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  top: 0px;
}

.mySlides {
  display: none;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  margin-top: 10px;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.banner {
  width: 100%;
  min-height: 830px;
  color: rgb(0, 0, 0);
  text-align: center;
  background-color: rgb(255, 255, 255);
}

.ban-text {
  min-width: 50%;
  float: right;
  margin-top: 17%;
}

.ban-text h1 {
  font: 43px;
  width: 640px;
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
}

.fall-collection {
  margin-right: 300px;
  border: 1.5px solid black;
  background-color: white;
  color: black;
  padding: 10px 70px;
  font-size: 25px;
  cursor: pointer;
  border-radius: 20px;
  font-family: 'Dosis', sans-serif;
}

.fall-collection a:link {
  text-decoration: none;
  color: black;
}

.fall-collection a:hover {
  text-decoration: none;
  color: black;
}

.fall-collection a:active {
  text-decoration: none;
  color: black;
}

.fall-collection a:visited {
  text-decoration: none;
  color: black;
}

.fall-pic {
  min-width: 45%;
  float: left; 
  margin-top: 10px;
  margin-left: 90px;
  transition: transform .2s;
  cursor: pointer;
}

.fall-pic:hover {
  transform: scale(1.04);
}


.fall-pic img {
  width: 70%;
}

.banner2 {
  width: 100%;
  min-height: 700px;
  color: rgb(0, 0, 0);
  text-align: center;
  background-color: rgb(255, 255, 255);
}

.ban-text2 {
  width: 50%;
  float: left;
  margin-top: 8%;
  box-sizing: border-box;
}

.ban-text2 h1 {
  font: 43px;
  width: 640px;
  position: relative;
  margin-left: 220px;
  margin-top: 110px;
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
}

.b2w-collection {
  margin-left: 130px;
  border: 1.5px solid black;
  background-color: white;
  color: black;
  padding: 10px 70px;
  font-size: 25px;
  cursor: pointer;
  border-radius: 20px;
  font-family: 'Dosis', sans-serif;
}

.b2w-collection a:link {
  text-decoration: none;
  color: black;
}

.b2w-collection a:hover {
  text-decoration: none;
  color: black;
}

.b2w-collection a:active {
  text-decoration: none;
  color: black;
}

.b2w-collection a:visited {
  text-decoration: none;
  color: black;
}

.b2w-pic {
  width: 40%;
  float: right; 
  margin-top: 70px;
  margin-right: 140px;
  transition: transform .2s;
  cursor: pointer;
}

.b2w-pic:hover {
  transform: scale(1.04);
}

.b2w-pic img {
  width: 70%;
}

.trend-img {
  flex: 25%;
  padding: 5px;
  transition: transform .2s;
  cursor: pointer;
}

.trends {
  display: flex;
  text-align: center;
  width: 95%;
  margin: auto;
}

.trend-img:hover {
  transform: scale(1.03);
}

.trend-text {
  min-width: 100%;
  min-height: 60px;
  background-color: rgb(255, 255, 255);
  font-family: 'Raleway', sans-serif;
  text-align: center;
  margin-top: 20px;
}

.trend-link a:link {
  text-decoration: none;
  color: aquamarine;
  transition: transform .2s;
}

.trend-link a:hover {
  color: rgb(84, 129, 123);
}

.trend-link a:visited {
  color: rgb(33, 61, 56);
}

.trend-link {
  display: inline-block;
  position: relative;
}

.trend-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: rgb(84, 129, 123);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.trend-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.break {
  min-width: 100%;
  min-height: auto;
}

.prod-img {
  padding: 8px;
}

.product {
  display: flex;
  width: 95%;
  text-align: center;
  margin: auto;
}

.prod-text {
  min-width: 100%;
  min-height: 60px;
  background-color: rgb(255, 255, 255);
  font-family: 'Raleway', sans-serif;
  text-align: center;
  margin-top: 20px;
}

.prod-link a:link {
  text-decoration: none;
  color: aquamarine;
}

.prod-link a:hover {
  color: rgb(107, 165, 157);
}

.prod-link a:visited {
  color: rgb(33, 61, 56);
}

.prod-link {
  display: inline-block;
  position: relative;
}

.prod-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: rgb(84, 129, 123);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.prod-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.footer {
  margin-top: 150px;
  width: 100%;
  padding: 100px 15%;
  background: rgb(65, 84, 97);
  color: #efefef;
  display: flex;
  font-family: 'Dosis', sans-serif;
}

.footer div {
  text-align: center;
}

.col-2 {
  flex-grow: 2;
}

.footer div h3 {
  font-weight: 300;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.col-1 a {
  display: block;
  text-decoration: none;
  color: #efefef;
  margin-bottom: 10px;
}

.email input {
  width: 400px;
  height: 45px;
  border-radius: 0px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  outline: none;
  border: none;
  font-family: 'Dosis', sans-serif;
}

.email button {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 15px;
  cursor: pointer;
}

.service-header {
  text-align: center;
  align-content: center;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.header {
  font-family: 'Raleway', sans-serif;
}

.sub-head {
  font-family: 'Dosis', sans-serif;
}

.search {
  display: flex;
  width: 100%;
  padding: 2%;
  align-items: center;
  justify-content: center;
}

.search-bar {
  width: 100%;
  max-width: 700px;
  background-color: rgb(28, 67, 94);
  display: flex;
  align-items: center;
  border-radius: 60px;
  padding: 10px 20px;
  margin: auto;
  justify-content: center;
}

.search-bar input {
  background: transparent;
  flex: 1;
  border: 0;
  outline: none;
  padding: 24px 20px;
  font-size: 20px;
  color: aliceblue;
}

.search-bar ::placeholder {
  color: white;
  opacity: 60%;
}

.search-bar button img {
  width: 25px;
}

.search-bar button {
  border: 0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
}

.custom-box {
  padding: 50px;
  background-color: rgb(255, 255, 255);
  display: flex;
  gap: 3%;
  justify-content: center;
}

.box {
  min-width: 30%;
  min-height: 400px;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  border-radius: 15px;
  padding: 30px;
  outline: 1px solid black;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  font-family: 'Dosis', sans-serif;
}

.log-box {
  height: 100%;
  width: 100%;
  background-image: linear-gradient(rgba(0,0,0,0,4),rgba(0,0,0,0,4)),white;
  background-position: center;
  background-size: cover;
  position: absolute;
  font-family: 'Dosis', sans-serif;
}

.logg {
  width: 380px;
  height: 480px;
  position: relative;
  margin: 3% auto;
  background: rgb(255, 255, 255);
  padding: 5px;
  overflow: hidden;
}

.button-box {
  width: 220px;
  margin: 35px auto;
  position: relative;
  box-shadow: 0 0 20px 9px #38616d;
  border-radius: 30px;
  font-family: 'Dosis', sans-serif;
}

.toggle-btn {
  padding: 10px 30px;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
  position: relative;
}

#btn {
  top: 0;
  left: 0;
  position: absolute;
  width: 110px;
  height: 100%;
  background: linear-gradient(to right, rgb(3, 194, 194),rgb(66, 127, 143));
  border-radius: 30px;
  transition: .5s;
  font-family: 'Dosis', sans-serif;
}

.input-group {
  top: 180px;
  position: absolute;
  width: 280px;
  transition: .5s;
  font-family: 'Dosis', sans-serif;
}

.input-field {
  width: 100%;
  padding: 10px 0;
  margin: 5px 0;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #999;
  outline: none;
  background: transparent;
  font-family: 'Dosis', sans-serif;
}

.submit-btn {
  width: 85%;
  padding: 10px 30px;
  cursor: pointer;
  display: block;
  margin: auto;
  background: linear-gradient(to right, rgb(3, 194, 194),rgb(66, 127, 143));
  border: 0;
  outline: none;
  border-radius: 30px;
}

.check-box {
  margin: 20px 10px 30px 0;
}

.logg span {
  color: #38616d;
  font-size: 12px;
  bottom: 63px;
  position: absolute;
  font-family: 'Dosis', sans-serif;
}

#login {
  left: 50px;
}

#register {
  left: 450px;
}

.fall-container {
  max-width: 100%;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.fall-container h2 {
  padding-left: 50px;
  font-family: 'Raleway', sans-serif;
  font-size: 100px;
}

.col-4 {
  flex-basis: 25%;
  padding: 25px;
  min-width: 200px;
  margin-bottom: 50px;
  display: inline-block;
  text-align: center;
}

.prod-row{
  max-height: 650px;
  text-align: center;
}

.prod-row h4 {
  padding-top: 20px;
  cursor: pointer;
  font-family: 'Dosis', sans-serif;
}

.prod-row p {
  cursor: pointer;
  font-family: 'Dosis', sans-serif;
}

.col-4 img {
  padding: 5px;
  transition: transform .2s;
  cursor: pointer;
  height: 530px;
}

.col-4 img:hover {
  transform: scale(1.03);
}

.error {
  text-align: center;
  margin: auto;
  font-family: 'Dosis', sans-serif;
  margin-top: 100px;
}

.error h1 {
  font-size: 100px;
}

.other-collection {
  font-family: 'Raleway', sans-serif;
  text-align: center;
  width: auto;
  max-height: 500px;
  margin-top: 25px;

}

.other-link a:link {
  text-decoration: none;
  color: aquamarine;
}

.other-link a:hover {
  color: rgb(107, 165, 157);
}

.other-link a:visited {
  color: rgb(33, 61, 56);
}

.other-link {
  display: inline-block;
  position: relative;
}

.other-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: rgb(84, 129, 123);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.other-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}