@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;600;700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  height: 100%;
  font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1600 - 300)));
  color: #000;
}

a,
a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

button:focus,
button:active,
input:focus,
input:active {
  outline: none;
  box-shadow: none;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700 !important;
  font-size: calc(
    20px + (36 - 24) * ((100vw - 300px) / (1600 - 300))
  ) !important;
  margin-bottom: 15px !important;
  line-height: 45px !important;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1600 - 300)));
  line-height: 32px;
}

.buttons {
  border: 4px solid #fff;
  width: 250px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}

.buttons a {
  font-family: "Montserrat", sans-serif;
  font-size: calc(12px + (20 - 12) * ((100vw - 300px) / (1600 - 300)));
  color: #fff;
  text-transform: uppercase;
}

.buttons::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
}
.buttons:hover::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.buttons::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
  transform: scale(1.2, 1.2);
}
.buttons:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}

.buttons:hover {
  border: 3px solid #f2f2f2;
  border-radius: 2px;
}

.common-space {
  padding: 80px 0;
}

#banner {
  background: url(../images/store-banner.png) no-repeat;
  background-size: 100% 100%;
  background-position: 100% 100%;
}

#banner .banner-content {
  margin: 150px 0px;
  padding: 30px 15px;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
}

#banner .banner-content:before {
  content: "";
  border-top: 5px solid #fff;
  display: block;
  left: -200px;
  width: 200px;
  position: relative;
  top: -35px;
  background: #fff;
}

#banner .banner-content:after {
  content: "";
  border-top: 5px solid #fff;
  display: block;
  left: -200px;
  width: 200px;
  position: relative;
  top: 35px;
  background: #fff;
}

#banner .banner-content .banner-subhead {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  font-weight: 500;
  font-size: 21px;
  color: #444;
}

#banner .banner-content .banner-head {
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 14px;
  font-weight: bold;
  background: linear-gradient(
    to right,
    #fff 20%,
    #f2f2f2c9 40%,
    #0099d4 60%,
    #fff 80%
  );
  background-size: 200% auto;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: move 6s ease-in-out infinite alternate;
}

@keyframes move {
  to {
    background-position: 135% 100%;
  }
}

#sec-one {
  background: url(../images/4545000.png) center center no-repeat;
  background-size: cover;
}

#sec-one .buttons {
  margin: 20px auto;
}

#sec-one .buttons a {
  font-weight: bold;
}

#sec-one .woocommerce-plugins {
  background: linear-gradient(rgba(148, 92, 135, 0.9), rgba(148, 92, 135, 0.9)),
    url("../images/small-banner-woocommerce-1.png") center center no-repeat;
  background-size: 100% 100%;
  padding: 175px 0 150px 0;
  margin-top: 50px;
  color: #fff;
}

#sec-one .magento-extensions {
  background: linear-gradient(rgba(0, 153, 212, 0.9), rgba(0, 153, 212, 0.9)),
    url("../images/magen.png") center center no-repeat;
  background-size: 100% 100%;
  padding: 175px 0 150px 0;
  margin-top: 50px;
  color: #fff;
}

#sec-two {
  background: #f9f9f9;
}

#sec-two .sec-two-content {
  padding-left: 60px;
}

#sec-four h2 {
  font-size: 25px !important;
  line-height: 40px !important;
}

#sec-four .sec-four-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 75vw;
  overflow: hidden;
}

#sec-four .sec-four-boxes .sec-box-one {
  background: url(../images/girl.png) center top no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#sec-four .sec-four-boxes .sec-box-two {
  background: url(../images/contactlens.png) center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#sec-four .sec-four-boxes .sec-box-three {
  background: url(../images/contact-lenses-accessories-blue.png) center center
    no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#sec-four .sec-four-boxes .sec-box-four {
  background: url(../images/alphabet-table-with-glasses-pink-background.png)
    center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#sec-four .sec-four-boxes .sec-box-four h2,
#sec-four .sec-four-boxes .sec-box-one h2,
#sec-four .sec-four-boxes .sec-box-two h2,
#sec-four .sec-four-boxes .sec-box-three h2 {
  position: relative;
  top: 70%;
  text-align: center;
  font-weight: 600;
  padding: 10px 55px;
  background-color: rgba(255, 255, 255, 0.2);
}

#sec-four .sec-four-boxes .overlay {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #0099d4;
}

#sec-four .sec-four-boxes .sec-box-one:hover .overlay,
#sec-four .sec-four-boxes .sec-box-two:hover .overlay,
#sec-four .sec-four-boxes .sec-box-three:hover .overlay,
#sec-four .sec-four-boxes .sec-box-four:hover .overlay {
  opacity: 1;
}

#sec-four .sec-four-boxes .overlay h2 {
  color: #fff;
  background: none;
  font-size: 25px !important;
  line-height: 40px !important;
}

#sec-four .sec-four-boxes .overlay .buttons {
  margin: 15px auto;
}

#sec-four .sec-four-boxes .overlay .sec-box-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#sec-four .sec-four-boxes .overlay .sec-box-price {
  position: absolute;
  top: -100%;
  background: #e6ebee;
  color: #0099d4;
  font-weight: bold;
  padding: 10px 50px 10px 20px;
  border-bottom-right-radius: 40px;
  font-size: 26px;
}

#sec-five {
  position: relative;
}

#sec-five .sec-five-content {
  background: #0099d4;
  color: #fff;
  padding-bottom: 250px;
}

.carousel {
  top: -220px !important;
}

.carousel-indicators {
  justify-content: space-between !important;
  margin: auto !important;
  bottom: -125px !important;
  width: 100%;
}

.carousel-indicators li {
  flex: auto !important;
  text-indent: 0 !important;
  border: none;
  width: 100%;
  height: auto !important;
  color: #000 !important;
  background: #fcf8f8 !important;
  text-align: center !important;
  padding: 20px !important;
  opacity: 1 !important;
  font-weight: 600 !important;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 18px;
}

/*.carousel-indicators .active {
    background: #E6EBEE !important;
    color: #0099D4 !important;
}*/

.carousel-inner {
  background: url("../images/lap.png") no-repeat;
  background-size: 100% 100%;
  width: 800px !important;
  margin: auto;
  height: 500px;
}

.carousel-inner .carousel-item {
  height: 405px;
}

.carousel-item img {
  width: 610px;
  padding: 0 1px;
  height: 405px;
  margin: auto;
  display: block;
  position: absolute;
  left: 50%;
  top: 32px;
  transform: translateX(-50%);
}

#sec-six .owl-dots {
  display: none;
}

.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

#sec-six .carousel-boxes h2 {
  font-size: 22px !important;
  line-height: 30px !important;
}

#sec-six .carousel-boxes .box-one,
#sec-six .carousel-boxes .box-two,
#sec-six .carousel-boxes .box-three {
  background: #edf0f2;
}

#sec-six .sec-six-content {
  padding-bottom: 0px;
  padding-top: 20px;
}

#sec-six .carousel-boxes .box-one h2,
#sec-six .carousel-boxes .box-two h2,
#sec-six .carousel-boxes .box-three h2 {
  padding: 0px 25px;
}

#sec-six .carousel-boxes .box-one p,
#sec-six .carousel-boxes .box-two p,
#sec-six .carousel-boxes .box-three p {
  padding: 0 25px 50px 25px;
  margin: 0;
  font-size: 16px;
  line-height: 28px;
}

#sec-six .carousel-boxes .sec-six-img-box {
  background: #0099d4;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 24px 20px -20px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 24px 20px -20px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 24px 20px -20px rgba(50, 50, 50, 0.75);
}

#sec-six .carousel-boxes .sec-six-img-box img {
  width: 50%;
  margin: auto;
}

.carousel-boxes.owl-carousel.owl-theme.owl-loaded.owl-drag {
  padding-top: 150px;
}

.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.box-one-content,
.box-two-content,
.box-three-content {
  padding-top: 110px;
  height: 450px;
  overflow: hidden;
}

#sec-seven {
  background: url("../images/businessman-hand-touching-five-star-review-increase-rating-company-concept.png")
    center center no-repeat;
  background-size: cover;
}

#sec-seven .sec-seven-content {
  padding-right: 100px;
}

#sec-eight {
  background: #0099d4;
  color: #fff;
}

#sec-eight form {
  width: 65%;
  margin: 40px auto;
  border: none;
  position: relative;
  overflow: hidden;
  display: flex;
}

#sec-eight form input[type="email"] {
  width: 100%;
  padding: 25px 30px;
  background: transparent;
  color: #fff;
  border-radius: 50px;
  border: 4px solid #fff;
  padding-right: 25%;
}
#sec-eight form input[type="email"]:focus {
  outline: none !important;
  box-shadow: none;
}

#sec-eight form input[type="email"]::placeholder {
  color: #fff;
}

#sec-eight form input[type="submit"] {
  padding: 15px 75px;
  background: #fff;
  color: #0099d4;
  border-radius: 50px;
  border: 4px solid #fff;
  position: absolute;
  right: 0;
  font-weight: bold;
}

@media (min-width: 1560px) {
  .container {
    max-width: 1920px;
    width: 100%;
    padding: 0 140px;
  }

  h2 {
    line-height: 50px;
  }

  p {
    line-height: 40px;
  }

  .buttons {
    width: 275px;
    height: 60px;
  }

  .common-space {
    padding: 100px 0;
  }

  #banner .banner-content .banner-head {
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 22px;
  }

  #banner .banner-content .banner-subhead {
    font-size: 26px;
  }

  #sec-one p,
  #sec-three p {
    padding: 0 80px;
  }

  #sec-two .sec-two-content {
    padding-left: 100px;
  }

  #sec-four .sec-four-boxes .overlay .sec-box-price {
    font-size: 30px;
  }

  .carousel-indicators li {
    padding: 25px;
    font-size: 30px;
  }

  .carousel-indicators {
    bottom: -150px;
  }

  #sec-six .carousel-boxes .sec-six-img-box {
    width: 160px;
    height: 160px;
  }

  #sec-six h2 {
    font-size: 24px !important;
  }

  #sec-six .carousel-boxes .box-one p,
  #sec-six .carousel-boxes .box-two p,
  #sec-six .carousel-boxes .box-three p {
    font-size: 18px;
    line-height: 32px;
  }

  #sec-seven .sec-seven-content {
    padding-right: 150px;
  }

  #sec-eight form {
    width: 60%;
  }

  .block.newsletter .actions {
    right: 11px !important;
  }
}

@media (max-width: 1024px) {
  .buttons {
    width: 250px;
    height: 60px;
  }

  h2 {
    line-height: 40px;
  }

  #banner .banner-content {
    margin: 100px 0px;
    padding: 20px 15px;
  }

  #banner .banner-content:before {
    top: -25px;
  }

  #banner .banner-content:after {
    top: 25px;
  }

  #banner .banner-content .banner-subhead {
    font-size: 18px;
  }

  #banner .banner-content .banner-head {
    font-size: 50px;
    margin-bottom: 12px;
  }

  #sec-one .woocommerce-plugins,
  #sec-one .magento-extensions {
    padding: 150px 0 125px 0;
  }

  .box-one-content,
  .box-two-content,
  .box-three-content {
    height: 450px;
  }

  .carousel-inner {
    width: 650px;
    height: 450px;
  }

  .carousel-inner .carousel-item {
    height: 362px;
  }

  .carousel-item img {
    width: 495px;
    height: 362px;
    top: 30px;
  }
  #sec-four .sec-four-boxes .sec-box-four h2,
  #sec-four .sec-four-boxes .sec-box-one h2,
  #sec-four .sec-four-boxes .sec-box-two h2,
  #sec-four .sec-four-boxes .sec-box-three h2 {
    line-height: 38px !important;
  }
}

@media (max-width: 991px) {
  .buttons {
    width: 200px;
    height: 50px;
  }

  #banner .banner-content .banner-subhead {
    font-size: 13px;
  }
  #banner .banner-content .banner-head {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  #sec-six .sec-six-content {
    overflow-x: hidden;
  }
  #sec-one .woocommerce-plugins,
  #sec-one .magento-extensions {
    padding: 120px 0 80px 0;
  }

  #sec-one .buttons {
    margin: 25px auto;
  }

  #sec-four .sec-four-boxes .sec-box-four h2,
  #sec-four .sec-four-boxes .sec-box-one h2,
  #sec-four .sec-four-boxes .sec-box-two h2,
  #sec-four .sec-four-boxes .sec-box-three h2 {
    top: 60%;
    font-size: 18px;
    line-height: 30px !important;
    padding: 0 20px;
  }

  .box-one-content,
  .box-two-content,
  .box-three-content {
    padding-top: 90px;
  }

  #sec-six .carousel-boxes .sec-six-img-box {
    height: 130px;
    width: 130px;
  }

  .box-one-content,
  .box-two-content,
  .box-three-content {
    height: 475px;
  }

  #sec-six .carousel-boxes .box-one p,
  #sec-six .carousel-boxes .box-two p,
  #sec-six .carousel-boxes .box-three p {
    padding: 0 20px 20px 20px;
  }

  #sec-seven .sec-seven-content {
    padding-right: 30px;
  }

  #sec-eight form {
    width: 75%;
  }

  #sec-eight form input[type="email"] {
    padding: 12px 30px;
  }

  #sec-eight form input[type="submit"] {
    padding: 12px 75px;
  }
}

@media (max-width: 767px) {
  h2 {
    line-height: 30px;
  }

  p {
    line-height: 26px;
  }

  .common-space {
    padding: 60px 0;
  }

  #banner {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
      url(../images/banner-mobile.jpg) center center no-repeat;
    background-size: cover;
  }

  #banner .banner-content {
    text-align: center;
    border: none;
  }

  #banner .banner-content:after {
    border: none;
  }

  #banner .banner-content:before {
    border: none;
  }

  #banner .banner-content .banner-subhead {
    font-size: 16px;
    color: #000;
  }

  #sec-two .sec-two-content {
    padding: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }

  #sec-four .sec-four-boxes {
    grid-template-columns: auto;
    height: auto;
  }

  #sec-four .sec-four-boxes > div {
    height: 400px;
  }

  #sec-four .sec-four-boxes .sec-box-four h2,
  #sec-four .sec-four-boxes .sec-box-one h2,
  #sec-four .sec-four-boxes .sec-box-two h2,
  #sec-four .sec-four-boxes .sec-box-three h2 {
    top: 70%;
  }

  #sec-four .sec-four-boxes .overlay .sec-box-price {
    font-size: 18px;
  }

  .carousel-inner {
    width: 320px;
    height: 225px;
  }

  .carousel-inner .carousel-item {
    height: 183px;
  }

  .carousel-item img {
    width: 245px;
    height: 183px;
    top: 14px;
    left: 50%;
    border-radius: 2px;
  }

  .carousel-indicators {
    bottom: -110px;
  }

  .carousel-indicators li {
    padding: 20px 10px;
  }

  #sec-six .sec-six-content {
    padding-top: 0px;
  }

  .carousel-boxes.owl-carousel.owl-theme.owl-loaded.owl-drag {
    padding-top: 125px;
  }

  .box-one-content,
  .box-two-content,
  .box-three-content {
    height: 400px;
  }

  #sec-seven .sec-seven-content {
    padding: 0;
    padding-bottom: 40px;
    text-align: center;
  }

  #sec-eight form {
    width: 100%;
  }

  #sec-eight form input[type="submit"] {
    padding: 10px 25px;
  }
  #sec-eight form input[type="email"] {
    padding: 10px 20px;
  }
}
.cms-home .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.cms-home .block.newsletter {
  max-width: 100%;
  width: 100%;
}
.cms-home .block.newsletter label,
.block.newsletter .field {
  width: 100%;
}
.block.newsletter .action.subscribe {
  background: #fff;
  color: #0099d4;
  border-radius: 50px;
  font-size: 18px;
  padding: 15px 30px;
  border: 0;
}
.block.newsletter .action.subscribe:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}
.block.newsletter .field .control {
  width: 100%;
}
.block.newsletter .field .control:before {
  display: none;
}
.cms-home .owl-carousel {
  display: block;
}
.block.newsletter .actions {
  width: 20%;
  display: block;
  position: absolute;
  right: 0;
}
.cms-home #mageplaza-bannerslider-block-before-page-top-1 {
  display: none;
}
#sec-eight {
  display: none;
}
.cms-home #sec-eight {
  display: block !important;
}
