/* -------- RESET ----------- */

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Poppins", sans-serif;
  list-style: square;
}

body {
  width: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* -------- HIGHLIGHT -------- */
.strong {
  position: relative;
}

.strong::before {
  background-color: #ffec9e;

  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: 60%;
  left: -2px;
  bottom: 0;
  z-index: -1;
  transform: rotate(-2deg);
}

.menj {
	display: inline-block;
	position: relative;
  padding: 3px;
  margin: 4px 6px 4px 6px;
}
.menj:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;

  
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
  
  height: 8px;
	background: #232f3f;
  z-index: -2;
}

/* -------- NAVBAR ---------- */

.nav-logo {
  width: 100px;
}

.nav-link {
  color: #ffec9e;
}

.nav-link:hover,
.nav-link:active {
  color: #fff07c;
}

.navbar-collapse {
  background-color: #232f3f;
  padding: 1rem;
}

.navbar-toggler {
  filter: invert(97%) sepia(68%) saturate(979%) hue-rotate(314deg)
    brightness(105%) contrast(103%);
}

.nav-top {
  position: fixed;
  bottom: 16px;
  right: 32px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff07c2a;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}

.nav-top.active {
  bottom: 32px;
  pointer-events: auto;
  opacity: 1;
}

/* -------- SECTION 1 - MAIN SECTION ---------- */

.section-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #232f3f;
}

.s1-title {
  font-weight: 800;
  text-transform: capitalize;
}

.s1-img > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.s1-info {
  padding: 4rem;
}

.s1-stars {
  display: flex;
  gap: 0.5rem;
}

.s1-button {
  background-color: #232f3f;
  color: #fff07c;
  padding: 0.7rem;
  border-radius: 15px;
  width: 10rem;
  transition: 1s;
}

.s1-button:hover,
.s1-button:active {
  background-color: #fff07c;
  color: #232f3f;
  transition: 1s;
}

/* -------- SECTION 2 - MORE INFO ---------- */

.section-2 {
  background-image: linear-gradient(rgba(42, 68, 140, 0.6), rgba(0, 0, 0, 0.6)),
    url("../images/product-hero-img.jpeg");
  gap: 2rem;
  padding: 7rem 3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-shadow: rgb(0, 0, 0) 1px 0 20px;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.s2-1,
.s2-2 {
  color: white;
}

.s2-title {
  padding-bottom: 1rem;
  padding-left: 2rem;
}

/* -------- SECTION 3 - MORE INFO---------- */

.section-3 {
  display: flex;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #232f3f;
}

.s3-1 {
  padding: 1rem;
}

.s3-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border: 3px dotted #232f3f;
  border-radius: 20px;
  padding: 2.5rem 7rem;
  width: fit-content;
}

.s3-img {
  width: 15rem;
}

.s3-1-title {
  color: #232f3f;
  width: fit-content;
  padding: 0.5rem;
  margin-bottom: 1.5rem;
  font-weight: 800;
}

.s3-2-title {
  color: #232f3f;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

.s3-1-list {
  width: 30rem;
}

.s3-2-list {
  color: #232f3f;
}

/* -------- SECTION 4 - REVIEWS ---------- */

.section-4 {
  background-color: #232f3f;
  display: flex;
  justify-content: center;
  padding: 4.5rem 0rem;
}

.s4-rev {
  background-color: #eff4fd;
  border-radius: 15px;
  padding: 2rem;
  margin: 1rem;
}

.s-rev-cont {
  text-align: justify;
}

.s-rev-user {
  display: flex;
}

.s-rev-date {
  font-style: italic;
  color: rgba(0, 0, 0, 0.4);
  text-align: end;
  margin-top: -2rem;
}

.user-avatar {
  max-width: 40px;
  border-radius: 20px;
}

.s-rev-info {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}

.s-rev-chip {
  display: inline-block;
  padding: 0 25px;
  margin-top: 8px;
  height: 40px;
  font-size: 16px;
  line-height: 34px;
}

.s-rev-chip > img {
  float: left;
  margin: 0 10px 0 -25px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
}

.rev-title {
  margin-top: 0.5rem;
  margin-bottom: -0.5rem;
  font-size: 20px;
  font-weight: 600;
}

.rev-hr {
  height: 1px;
  background-color: #000000;
  border: none;
}

.s-rev-header > img {
  width: 8rem;
}

/* -------- SECTION 5 - FORM ---------- */

.section-5 {
  padding: 3rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  color:#232f3f;
}

.s5-img > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.s5-title{
  font-weight: 800;
  font-size: 45px;
  width: fit-content;
}

.s5-subtitle{
  font-size: 20px;
  font-style: italic;
}

.form-group{
  margin: 1rem;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #232f3f47;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #232f3f47;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #232f3f47;
}

.btn{
  width: 7rem;
  height: 3rem;
  background-color: #232f3f;
  color:#fff07c;
  border-radius: 20px;
  transition: 1s;
}

.btn:hover{
  background-color: #fff07c;
  color: #232f3f;
  border: 3px solid #232f3f;
}

/* -------- FOOTER ---------- */

.footer {
  background-color: #232f3f;
  color: white;
  padding: 2rem;
}

.footer-1{
  padding: 2rem;
}

.footer-1>a{
  text-decoration: none;
  color: white;
}

.footer-copy {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-news-container{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2rem 5rem;
}

input[type="text"] {
  color: white;
  box-sizing: border-box;
  letter-spacing: 1px;
  padding: 1rem;
}

:focus {
  outline: none;
}

.footer-news {
  width: 27.33%;
  min-width: 20rem;
  margin: 40px 3%;
  position: relative;
} 

input[type="text"] {
  color: white;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1px;
}

.effect {
  border: 0;
  padding: 4px 0;
  border-bottom: 1px solid #ccc;
  background-color: #2c3b4d;
}

.effect ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff07c;
  transition: 0.4s;
}

.effect:focus ~ .focus-border,
.has-content.effect ~ .focus-border {
  width: 100%;
  transition: 0.4s;
}

.footer-news-btn{
  width: 7rem;
  height: 3rem;
  margin-left: 1.6rem;
  margin-top: -1rem;
  background-color: #fff07c;
  color:#232f3f;
  border-radius: 20px;
  transition: 1s;
}

.footer-news-btn:hover{
  border: 2px solid #fff07c;
  background-color: #232f3f;
  color: #fff07c;
  transition: 1s;
}

@media screen and (max-width: 1200px) {
  .s3-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .s3-1-list{
    width: auto;
  }

  .s3-2{
 margin: 1rem;
 padding: 1rem;
  }

  .footer-news-container{
    padding: 2rem 0rem;
  }
}