@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap"); /* Global reset*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

/*Navbar*/
.visional-navbar {
  background-color: white;
  position: fixed;
  top: 0;
  height: 70px;
  width: 100%;
  display: flex;
  padding-left: 135px;
  padding-right: 135px;
  z-index: 999999;
  justify-content: space-between;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

div#myLinks {
  background: #fff !important;
  border: 1px solid #fff !important;
  position: absolute !important;
  top: 64px !important;
  right: -16px !important;
  width: 190px !important;
  height: auto !important;
  box-shadow: 1px 2px 3px #c9c0c0 !important;
  border-radius: 2px !important;
  padding: 5px !important;
}

.hamburger {
  cursor: pointer;
}
/*Hero Section*/
.hero {
  background-color: #ccff8c;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 135px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.hero-header {
  font-size: 80px;
  max-width: 65%;
  font-weight: bold;
  color: #427700;
}
.hero-text {
  max-width: 50%;
  font-size: 22.8px;
  margin-top: 20px;
  color: #427700;
  margin-bottom: 35px;
}
.hero-download {
  margin-top: 30px;
  margin-bottom: 30px;
}
.hero-download:hover {
  cursor: pointer;
}

/*App Feature*/
.app-feature {
  padding-left: 135px;
  display: flex;
  column-gap: 80px;
  justify-content: center;
  align-items: center;
  background:rgb(212, 227, 254);
  height: auto;
}

.app-prototype {
  max-height: 550px;
}
.content {
  color: #4e4e4e;
  width: auto;
}
.content-header {
  font-size: 51px;
  max-width: 70%;
  
}
.content-text {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 50%;
  color: #427700;
  font-weight: lighter;
}
.feature-container {
  margin: 0px;
  height: 100%;
  max-width: 700px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.feature-item {
  width: 340px;
  max-height: 100px;
  margin: 20px 0px 20px 0;
  display: flex;
  font-weight: lighter;
}
.feature-item div {
  margin-left: 10px;
}
.feature-item img {
  background-color: #e5ffc5;
  padding: 20px;
  height: 90px;
  border-radius: 10px;
}
.feature-item img:hover {
  background-color: #ccff8c;
}
.feature-head {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-left: 0px;
  color: #427700;
}
.feature-content {
  margin-right: 30px;
  font-size: 11px;
  margin-top: 5px;
  color: #427700;
}

/*Shopping Simpler */
.shopping-simpler {
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: #e5ffc5;
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
}
.shopping-top {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: space-between;
  margin: 0 135px;
}
.shopping-header {
  font-size: 40px;
  font-weight: bold;
  color: #427700;
}
.shopping-content-container {
  max-width: 600px;
  font-size: 15px;
  color: #427700;
  font-weight: lighter;
}
.shopping-content {
  margin-bottom: 20px;
}
.shopping-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 135px 135px;
}
.slider__nav {
  visibility: hidden;
}
.slider__inner {
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
  margin-top: 60px;
}

.img-container img {
  height: 300px;
  width: 300px;
  object-fit: cover;
  margin-top: 100px;
}
.img-container {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #427700;
}
.shopping-text {
  text-align: center;
  width: 60%;
}
.img-container {
  width: 400px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  color: #427700;
}
.shopping-bottom-header {
  margin-top: 15px;
  margin-bottom: 15px;
}
/*Banner*/
.banner {
  display: flex;
  max-width: 100%;
  height: 100%;
  position: relative;
}
.overlay-text {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(29, 43, 59, 0.7);
  color: #fff;
  min-height: 200px;
}
.banner h1 {
  max-width: 700px;
  text-align: center;
}
.banner div {
  height: auto;
  width: 100%;
  overflow: hidden;
}
.banner img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: bottom;
}
/*Testimonials*/

.testimonials {
  min-height: 100vh;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  padding: 0 135px;
}

.test-top-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0;
}
.testimonial-header {
  font-size: 40px;
  font-weight: bold;
  color: #427700;
}
.test-content-container {
  font-size: 15px;
  color: #427700;
  max-width: 500px;
  font-weight: lighter;
}
.test-bottom-container {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.test-card {
  width: 380px;
  padding: 10px;
  height: 430px;
  margin: 10px;
  background-color: #f2f2f2;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.test-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.test-user-des {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: lighter;
}
.comment {
  width: 280px;
  height: 100px;
  margin-top: 40px;
  background-color: #427700;
  color: white;
  font-size: 10px;
  padding: 10px;
  font-weight: lighter;
  border-radius: 20px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.2) 1.95px 1.95px 2.6px;
}
input[type="radio"] {
  accent-color: #427700;
  cursor: pointer;
}
.comment p {
  margin-top: 5px;
  margin-left: 5px;
}
.quote {
  position: absolute;
  top: -30px;
  left: -44px;
  width: 150px;
}
.controller {
  display: flex;
  visibility: hidden;
  justify-content: center;
  margin-top: 30px;
}
.controller input {
  margin: 5px;
  margin-bottom: 20px;
}
.center-controller {
  background-color: red;
}
.rating .fas {
  color: #f8b84e;
}

.features {
  justify-content: center;
  margin: 0 135px;
}

/*Download Container */
.download-container {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.download-container img {
  cursor: pointer;
}

/*Footer*/

.footer {
  min-height: 60vh;
  margin-top: -25px;
  background-color: #1d2b3b;
}
.footer-container {
  display: flex;
  padding-top: 60px;
  margin-left: 135px;
  margin-right: 135px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  font-size: 20px;
}
.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-content {
  max-width: 500px;
  margin-top: 40px;
  font-weight: lighter;
}
.download-text {
  color: white;
  margin: 20px 0;
}
.footer-download {
  height: 70px;
  margin-bottom: 40px;
  cursor: pointer;
}
.footer-content {
  color: #fff;
  font-size: 20px;
}
.footer-copyright {
  display: flex;
  color: #fff;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: lighter;
  width: 100%;
}
.footer-right {
  color: #fff;
}
.connect-text {
  margin-bottom: 10px;
}
.footer-right div i {
  margin: 22px 44px 22px 0;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
.footer-right div a {
  color: #fff !important;
}
.newsletter-container {
  margin-top: 30px;
}
a{
  text-decoration: none!important;
}
.newsletter-content {
  max-width: 500px;
  margin-bottom: 30px;
  font-weight: lighter;
  margin-top: 10px;
}
.newsletter-input {
  margin-top: 20px;
}
.newsletter-input input {
  height: 50px;
  margin-top: 20px;
  outline: none;
}
.btn {
  width: 140px;
  border: 2px solid #fff;
  background-color: #1d2b3b;
  padding-left: 0;
  color: #fff;
  margin-left: 5px;
}
.btn:hover {
  background-color: #fff;
  color: #1d2b3b;
  cursor: pointer;
}
.input-email {
  width: 240px;
  padding-left: 15px;
}

label.error {
  color: red;
  font-size: 16px;
}

.contact-header {
  height: 468px;
  background: url(https://eyeonjewels.com/assets/img/contact-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 20px 0px;
  margin-top: 70px;
}
.contact-header .col-md-7 {
  text-align: center;
  float: right;
}
.contact-header .col-md-7 h2 {
  font-family: "Poppins";
  font-weight: 700;
  color: #000;
  font-size: 80px;
  text-align: right;
}
.contact-header .col-md-7 p {
  font-family: "Poppins";
  font-size: 19px;
  color: #000;
  width: 80%;
  margin: 16px auto 23px;
  float: right !important;
}
.contact-header .col-md-7 a button {
  width: 200px;
  padding: 13px;
  border: 0px;
  background: #879dd9;
  color: #fff;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 15px;
  transition: 0.5s;
  box-shadow: 0 2px 5px rgba(143, 152, 152, 0.16),
    0 2px 11px rgba(103, 97, 97, 0.23);
  outline: 0px;
}
.contact-header .col-md-7 a button:hover {
  background: #2ed492;
  transition: 0.5s;
}
.new-contact-p {
  width: 500px;
  margin: 60px auto 50px;
}
.new-contact-p input {
  width: 100%;
  padding: 13px;
  outline: 0px;
  background: #f8f8f8;
  border: 1px solid #e4e4e4;
  margin-bottom: 14px;
  border-radius: 2px;
  border-top: 0px;
  border-left: 0px;
}
.new-contact-p textarea {
  width: 100%;
  min-height: 150px;
  border-top: 0px;
  border-left: 0px;
  background: #f8f8f8;
  border: 1px solid #e4e4e4;
  margin-bottom: 14px;
  border-radius: 2px;
  border-top: 0px;
  border-left: 0px;
}
.new-contact-p select {
  width: 100%;
  padding: 13px;
  outline: 0px;
  background: #f8f8f8;
  border: 1px solid #e4e4e4;
  margin-bottom: 14px;
  border-radius: 2px;
  height: 50px;
  border-top: 0px;
  border-left: 0px;
}
.new-contact-p p {
  font-family: "Poppins";
  font-weight: bold;
}
.sub-radio {
  text-align: right;
  margin-top: 20px;
}
.sub-radio input {
  width: auto;
  margin-left: 7px !important;
  float: right;
}

.nwc-captcha {
  width: 300px;
  height: 60px;
  background-color: #dedddd;
  float: right;
  border-radius: 2px;
  margin: 14px 0px;
}
.new-contact-p button {
  cursor: pointer;
  background-color: #879dd9;
  width: 100px;
  padding: 7px;
  border: 0px;
  border-radius: 2px;
  color: #fff;
  outline: 0px;
  font-family: "Poppins";
  margin-bottom: 10px;
  margin-top: 30px;
}

/*Responsive Code goes here */

@media only screen and (min-width: 1599px) {
  .hero-header {
    font-size: 100px;
    max-width: 80%;
  }
  .hero-text {
    max-width: 40%;
    font-size: 28.5px;
  }
  .content {
    padding-left: 50px;
    margin-top: 10px;
    min-width: 50%;
  }
  .content-header {
    font-size: 58px;
    max-width: 70%;
  }
}
@media only screen and (min-width: 1799px) {
  .hero-header {
    font-size: 120px;
    max-width: 90%;
  }
  .hero-text {
    max-width: 60%;
    font-size: 34px;
  }
  .content-header {
    font-size: 65px;
    max-width: 70%;
  }
}
@media only screen and (min-width: 1899px) {
  .hero-header {
    font-size: 130px;
  }
  .hero-text {
    font-size: 37px;
  }
}
@media only screen and (max-width: 1250px) {
  .hero-header {
    max-width: 100%;
  }
  .hero-text {
    max-width: 70%;
  }

  .content-header {
    font-size: 40px;
    max-width: 80%;
  }
  .content-text {
    max-width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .app-feature {
    padding-left: 0px;
  }
  .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .content-header {
    width: 50%;
  }
  .footer-container {
    margin-left: 20px;
    margin-right: 20px;
  }
  .footer-top {
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .hero {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .hero-header {
    max-width: 100%;
  }
  .hero-text {
    max-width: 100%;
  }
  .hero-btn {
    width: 100%;
  }
  .features {
    justify-content: center;
    align-items: center;
    margin: 0 80px;
  }
  .shopping-simpler {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .shopping-top {
    justify-content: center;
    align-items: center;
  }
  .content-header,
  .content-text {
    max-width: 100%;
    text-align: center;
  }
  .app-prototype {
    margin-bottom: 20px;
  }

  .app-feature {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .test-top-container {
    margin-left: 80px;
    margin-right: 80px;
  }

  .app-prototype {
    height: 500px;
    margin-left: 50px;
  }
  .content {
    padding-left: 0px;
    margin: 10px;
  }
  .feature-container {
    margin: 10px;
  }

  .testimonials {
    padding: 50px;
    justify-content: center;
    align-items: center;
  }

  .test-bottom-container {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .blogPost {
    margin-bottom: 5px !important;
  }
  .img {
    min-height: 220px !important;
  }
  .blog-div {
    padding: 120px 25px !important;
  }
  .new-contact-p {
    width: 100%;
  }
  .contact-header .col-md-7 h2 {
    font-size: 38px;
  }
  .contact-header .col-md-7 p {
    font-size: 14px;
    width: 100%;
  }
  .contact-header {
    height: 285px;
    padding: 29px 20px 0px;
    margin-top: 100px;
  }
  .new-contact-p {
    margin: 30px auto 50px;
  }
  .new-contact-p input {
    padding: 8px;
  }
  .new-contact-p textarea {
    min-height: 90px;
  }
  .app-feature {
    padding-left: 40px;
    padding-right: 40px;
  }
  .content-header {
    width: 100%;
  }
  .content-text {
    width: 100%;
  }
  .feature-container {
    display: flex;
    max-width: 100%;
    justify-content: center;
    align-items: center;
  }
  .hero {
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }
  .hero-header {
    font-size: 40px;
    text-align: center;
  }
  .hero > p {
    text-align: center;
    max-width: 100%;
  }

  .shopping-top {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
  }
  .slider__inner {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  .footer {
    margin-top: -65px;
  }
  .footer-container {
    margin: 40px 40px 0 40px;
    text-align: center;
  }
}

@media only screen and (max-width: 430px) {
  .blog-div {
    padding: 120px 25px !important;
  }
  .img {
    min-height: 220px !important;
  }
  .visional-navbar {
    padding-left: 20px;
    padding-right: 20px;
  }
  .app-feature-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }
  .app-prototype {
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .shopping-top {
    width: 100%;
  }
  .shopping-content-container {
    margin-left: 20px;
    margin-right: 20px;
  }
  .slider {
    height: 45vh;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    column-gap: 20px;
    align-items: flex-end;
    justify-content: center;
    /* background-color: #1d2b3b; */
  }
  .img-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: #0d417c; */
  }
  .img-container > p {
    width: 100%;
  }
  .img-container > img {
    height: 300px;
    width: 200px;
    object-fit: cover;
  }
  .slider__nav {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    z-index: 10;
    outline: 6px solid #ccc;
    outline-offset: -6px;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    cursor: pointer;
    appearance: none;
    backface-visibility: hidden;
    visibility: visible;
  }
  .slider__nav:checked {
    animation: check 0.4s linear forwards;
  }
  .slider__nav:checked:nth-of-type(1) ~ .slider__inner {
    left: 0%;
  }
  .slider__nav:checked:nth-of-type(2) ~ .slider__inner {
    left: -110%;
  }
  .slider__nav:checked:nth-of-type(3) ~ .slider__inner {
    left: -218%;
  }
  .slider__inner {
    position: absolute;
    width: 320%;
    height: 450px;
    transition: left 0.4s;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
  }
  .slider__contents {
    height: 100%;
    text-align: center;
    display: flex;
    flex: 1;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    /* background-color: #2ed492; */
  }
  @-webkit-keyframes check {
    50% {
      outline-color: #333;
      box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100% {
      outline-color: #333;
      box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
  }
  @keyframes check {
    50% {
      outline-color: #333;
      box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100% {
      outline-color: #333;
      box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
  }
}

@media only screen and (max-width: 390px) {
  .blog-div {
    padding: 120px 25px !important;
  }
  .img {
    min-height: 220px !important;
  }
  .visional-navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .app-feature {
    padding-left: 20px;
    padding-right: 20px;
  }
  .app-feature-img {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content > h2 {
    font-size: 32px;
    text-align: center;
  }
  .content > p {
    text-align: center;
  }
  .feature-container {
    row-gap: 10px;
  }

  .feature-item div {
    margin-left: 30px;
  }
  .feature-item div h3 {
    width: 100%;
  }
  .feature-item div p {
    width: 100%;
  }

  .hero {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .hero-header {
    font-size: 35px;
    line-height: 47px;
  }

  .content-header {
    font-size: 35px;
    margin-top: 10px;
    text-align: left;
    font-size: 35px;
    font-weight: bold;
  }
  .content {
    margin: 20px;
  }
  .shopping-header {
    font-size: 35px;
    font-weight: bold;
  }
  .hero-download {
    width: 200px;
  }
  .shopping-top {
    margin: 0 20px;
  }
  .test-card {
    max-width: 350px;
  }
  .app-prototype {
    margin: 20px 0 00 0;
  }
  .shopping-bottom {
    /* margin: 80px; */
    flex-wrap: nowrap;
    /* overflow-x: hidden; */
    justify-content: center;
  }

  .content-text {
    text-align: left;
  }
  .overlay-text h1 {
    font-size: 15px;
    margin: 65px;
  }
  .test-top-container {
    margin: 0 20px;
    text-align: left;
  }
  .testimonial-header {
    font-size: 35px;
  }
  .testimonials {
    padding: 20px;
  }
  .test-card {
    max-width: 300px;
    height: 325px;
  }
  .comment {
    margin-top: 10px;
    width: 240px;
    font-size: 10px;
  }
  .test-card img {
    margin-bottom: 10px;
    height: 90px;
    width: 90px;
  }
  .quote {
    top: -25px;
  }

  .shopping-bottom div {
    margin: 50px;
  }

  .slider {
    min-height: 45vh;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    column-gap: 20px;
    align-items: flex-end;
    justify-content: center;
  }

  .img-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: #1d2b3b; */
  }
  .img-container > p {
    width: 100%;
    /* background-color: #2ed492; */
  }

  .img-container > img {
    height: 300px;
    width: 200px;
    object-fit: cover;
  }
  .slider__nav {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    z-index: 10;
    outline: 6px solid #ccc;
    outline-offset: -6px;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    cursor: pointer;
    appearance: none;
    backface-visibility: hidden;
    visibility: visible;
  }
  .slider__nav:checked {
    animation: check 0.4s linear forwards;
  }
  .slider__nav:checked:nth-of-type(1) ~ .slider__inner {
    left: 0%;
  }
  .slider__nav:checked:nth-of-type(2) ~ .slider__inner {
    left: -125%;
  }
  .slider__nav:checked:nth-of-type(3) ~ .slider__inner {
    left: -250%;
  }

  .slider__inner {
    position: absolute;
    width: 350%;
    height: 450px;
    transition: left 0.4s;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
  }
  .slider__contents {
    height: 100%;
    text-align: center;
    display: flex;
    flex: 1;
    flex-flow: column nowrap;
    align-items: flex-end;
    justify-content: flex-end;
  }

  @-webkit-keyframes check {
    50% {
      outline-color: #333;
      box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100% {
      outline-color: #333;
      box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
  }

  @keyframes check {
    50% {
      outline-color: #333;
      box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100% {
      outline-color: #333;
      box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
  }
}
.newsletter-input .btn {
    border: 1px solid #fff;
    margin-top: -2px;
    color: #fff;
}
