@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

a {
  text-decoration: none;
  transition: .3s;
}

li {
  list-style: none;
}

/* Header Section */

header {
  position: fixed;
  border-top: 20px solid #d70510;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  z-index: 1000;
}


.header-contain {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding: 30px 0;
}

.container {
  max-width: 1900px;
  padding: 0 5%;
  margin: 0 auto;
}

.nav-mobile {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
}

nav ul {
  display: flex;
}

nav ul li {
  padding: 0 30px;
}

nav ul li a{ 
  font-weight: bold;
  color: #333333;
}

.socials-container {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 300px;
  width: 100%;
}

.socials-container > * {
  width: 100%;
  max-width: 100%;
}

.social-icons {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin-bottom: 30px;
  color: #888888;
}

.social-icons li {
  padding: 0 30px;
}

.social-icons a {
  color: #888888;
  transition: .3s;
}

.social-icons a:hover {
  color: #000;
}

.social-icons li:not(:last-child) {
  border-right: 1px solid #888;
}

.contact-container, .email-container {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 15px;
}

.contact-container i, .email-container i {
  margin-right: 10px;
  font-size: 24px;
}

.contact-container a, .email-container a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  transition: .3s;
  padding: 10px;
  border-radius: 50px;
}

.contact-container a:hover, .email-container a:hover {
  background-color: #000;
  color: #fff;
}

.burger-icon {
  display: none;
}

/* Header Section */

/* Main Section */

main {
  padding-top: 200px;
}

.owl-carousel-1 {
  position: relative;
}

.owl-carousel-1 img {
  min-height: 700px;
  object-fit: cover;
}

.owl-carousel-1 .owl-nav {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  min-height: 100px;
  padding: 0 20px;
  pointer-events: none;
}

.owl-carousel-1 .owl-nav button {
  border-radius: 100% !important;
  aspect-ratio: 1/1 !important;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  align-content: center;
  color: #fff !important;
  pointer-events: all;
}

.owl-carousel-1 .owl-nav button:hover {
 background-color: #d70510 !important;
}

.owl-carousel-1 .owl-nav i {
  font-size: 32px;
  width: 100px;
  height: 100px;
  padding: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.banner-second-slider-container {
  background: #fff;
  margin: -50px auto 0;
  border-radius: 50px;
  overflow: hidden;
  max-width: 100%;
  width: 80%;
  position: relative;
  z-index: 100;
}

.owl-carousel-2 {
  position: relative;
  padding: 20px 50px;
  width: 100%;
  max-width: 100%;
}

.owl-carousel-2 img {
  width: 130px;
  aspect-ratio: 2/1;
  object-fit: cover;
}

.owl-carousel-2 .owl-nav {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  min-height: 60px;
  pointer-events: none;
}

.owl-carousel-2 .owl-nav button {
  border-radius: 100% !important;
  aspect-ratio: 1/1 !important;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  align-content: center;
  color: #000 !important;
  pointer-events: all;
}

.owl-carousel-2 .owl-nav button:hover {
 background-color: transparent !important;
}

.owl-carousel-2 .owl-nav i {
  font-size: 24px;
  width: 60px;
  height: 60px;
  padding: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

/* Main Section */

/* Quote Section */

.quote-section {
  background-color: #d70510;
  padding: 130px 0;
  margin-top: -42px;
}

.hidden {
  display: none;
}

.quote-section h2 {
  text-align: left;
  color: #fff;
  max-width: 800px;
  font-weight: 500;
  margin: 0 auto;
  font-size: 36px;
}

.quote-section h2.left {
  text-align: left;
  width: 100%;
}


.quote-section h2.right {
  text-align: right;
  width: 100%;
}

/* Quote Section */

/* Reason to Purchase Section */

.rtp-section {
  display: flex;
}

.first-col {
  position: relative;
  width: 50%;
  max-width: 100%;
  aspect-ratio: 5/6;
  padding: 120px 40px 40px;
  display: flex;
  flex-direction: column;
}

.first-col > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  padding-right: 30%;
}

.first-col > span {
  color: #d70510;
  border: 16px solid #d70510;
  border-radius: 100%;
  background-color: #fff;
  font-size: 165px;
  font-weight: bold;
  padding: 20px;
  margin-left: auto;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  align-content: center;
}

.first-col > span >span {
  font-size: 82px;
}
.second-col {
  position: relative;
  width: 50%;
  max-width: 100%;
  padding: 0 50px;
}

.second-col div {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.second-col h3 {
  border-bottom: 3px solid #d70510;
  font-size: 44px;
  font-weight: bold;
  color: #d70510;
  text-align: center;
  display: inline-block;
  margin: 200px auto 150px;
  line-height: 2.5;

}

.second-col ul {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.second-col li i {
  margin-right: 15px;
  font-size: 30px;
  color: #d70510;
}

.second-col li {
  width: 50%;
  max-width: 100%;
  margin-bottom: 40px;
  font-size: 22px;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  align-content: center;
}

/* Reason to Purchase Section */

/* Footer */

footer.container {
  padding: 200px 200px 100px;
}

.upper-footer {
  display: flex;
  justify-content: space-between;
}

.upper-footer-col h6 {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
}

.brand-logos {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  max-width: 400px;
  padding: 10px;
}

.brand-logos li {
  width: 100%;
  max-width: 100%;
}

.brand-logos li a {
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.brand-logos li a:hover {
  background-color: unset !important;
}

.brand-logos img {
  max-width: 100%;
}

.upper-footer{
  border-bottom: 1px solid #333;
  padding-bottom: 50px;
}

.upper-footer-col nav ul {
  flex-direction: column;
}


.upper-footer-col nav ul li {
  padding: 0;
  margin-bottom: 30px;
}

.upper-footer-col nav ul a {
  font-weight: 400;
  transition: .3s;
  padding: 5px 10px;
  border-radius: 25px;
}

.upper-footer-col nav ul a:hover {
  background-color: #000;
  color: #fff;
}

.bottom-footer {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding: 30px 0;
}

.upper-footer-col-2 a {
  color: #333333;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  padding: 5px 10px;
  border-radius: 25px;
}

.upper-footer-col-2 a:hover {
  background-color: #000;
  color: #fff;
}

.upper-footer-col-2 .button {
  border: 1px solid #333;
  color: #fff;
  background-color: #d70510;
  text-align: center;
  padding: 10px 0;
  transition: .3s;
}

.upper-footer-col-2 .button:hover {
  color: #fff;
}

.upper-footer-col .social-icons {
  border-bottom: 1px solid #333;
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.upper-footer-col .social-icons li {
  padding: 0;
  margin-right: 20px;
  border: none;
  width: 40px;
  aspect-ratio: 1/1;
  display: flex; 
  align-items: center;
  align-content: center;
  justify-content: center; 
}

.upper-footer-col .social-icons a {
  padding: 10px;
  background: #888;
  color: #fff;
  border-radius: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center; 
  transition: .3s;
}

.upper-footer-col .social-icons a:hover {
  background: #000;
  color: #8b8b8b;
}

.upper-footer-col p {
  margin-bottom: 15px;
}

.upper-footer-col form {
  display: flex;
}

.upper-footer-col input {
  border: 1px solid #333;
  color: #000;
  padding: 10px;
}

.upper-footer-col button {
  border: 1px solid #333;
  color: #fff;
  background-color: #d70510;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
}

.upper-footer-col button:hover {
  color: #fff;
  background-color: #000;
}

/* Footer */

/* Form */

.form-container {
  padding: 60px 10%;
  display: flex;
  justify-content: space-around;
}

.form-col-1 {
  width: 70%;
}

.form-col-1-about-us {
  width: 55%;
}

.form-col-1 h4 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 50px;
}

.form-col-1 form {
  border: 1px solid rgb(231, 231, 231);
  border-radius: 15px;
  padding: 40px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-around;
}

.form-col-1 input {
  width: 48%;
  margin-bottom: 30px;
  border: 1px solid rgb(231, 231, 231);
  padding: 20px 10px;
  border-radius: 10px;
}

.form-col-1 textarea {
  width: 98%;
  margin-bottom: 30px;
  border: 1px solid rgb(231, 231, 231);
  padding: 20px 10px;
  border-radius: 10px;
}

.form-col-1 p {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 30px;
}

.form-col-1 div {
  max-width: 100%;
  width: 100%;
}

.form-col-1 button {
  color: #fff;
  background-color: #d70510;
  text-align: center;
  padding: 15px 30px;
  cursor: pointer;
  border-radius: 100px;
  border: none;
  font-weight: bold;
  transition: .3s;
}

.form-col-1 button:hover {
  color: #fff;
  background-color: #000;
}

.form-col-2 {
  width: 30%;
  padding: 0 40px;
}

.form-col-2-about-us {
  width: 45%;
  padding: 0 40px;
}

.form-col-2 i {
  font-size: 30px;
  color: #d70510;
  margin-right: 20px;
}

.form-col-2 h5 {
  font-size: 26px;
  font-weight: bold;
  width: 100%;
}

.call-us {
  font-size: 26px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 60px;
  border-bottom: 1px solid #333;
  margin-bottom: 60px;
}

.call-us ul {
  font-size: 26px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 30px;
}

.call-us a {
  color: #000;
  transition: .3s;
  padding: 5px 10px;
  border-radius: 50px;
}

.call-us a:hover {
  color: #fff;
  background-color: #000;
}

.email-us p {
  margin: 30px 0;
  line-height: 1.5;
}

.email-us a {
  color: #fff;
  background-color: #d70510;
  text-align: center;
  padding: 15px 30px;
  cursor: pointer;
  border-radius: 100px;
  border: none;
  font-weight: bold;
  transition: .3s;
}

.email-us a:hover {
  color: #fff;
  background-color: #000;
}

/* Form */

.banner {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.banner img {
  width: 100%;
  max-width: 100%;
}

.banner h1 {
  color: #fff;
  font-size: 50px;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.banner h1.left {
  right: 0;
  top: 50%;
  left: 10%;
}

.banner::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.3;
}

/* Retail Section */

.why-choose {

}

.video-sect {
  text-align: center;
  padding: 20px 0;
}

.video-sect video{
  max-width: 600px;
  aspect-ratio: 9/16;
  margin: 0 auto;
}

.img-collage {
  display: grid;
}

.img-collage img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-collage .img-1 {
  grid-area: img-1;
}
.img-collage .img-2 {
  grid-area: img-2;
}
.img-collage .img-3 {
  grid-area: img-3;
}
.img-collage .img-4 {
  grid-area: img-4;
}
.img-collage .img-5 {
  grid-area: img-5;
}
.img-collage .img-6 {
  grid-area: img-6;
}
.img-collage .img-7 {
  grid-area: img-7;
}

.img-collage {
  grid-template-areas: 
  'img-1 img-2 img-3'
  'img-1 img-2 img-3'
  'img-1 img-5 img-6'
  'img-4 img-5 img-6'
  'img-4 img-5 img-7'
  'img-4 img-5 img-7'
  ;
}

.why-choose {
  background: url(img/chooseeyegear.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 80px 0 60px;
}

.why-choose h3 {
  margin-bottom: 80px;
  font-size: 30px;
}

.why-choose div {
  margin-left: 10%;
  max-width: 500px;
}

.why-choose p {
  margin-bottom: 50px;
  line-height: 1.6;
}

.why-choose ul {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}

.why-choose ul li {
  width: 50%;
  max-width: 100%;
  margin-bottom: 10px;
}

.why-choose ul i {
  margin-right: 10px;
  font-size: 24px;
}

/* Our Range */

.banner-third-slider-container {
  background: #fff;
  margin: -70px auto 0;
  border-radius: 50px;
  overflow: hidden;
  max-width: 100%;
  width: 80%;
  position: relative;
  z-index: 100;
  border: 1px solid #888;
}

.owl-carousel-3 {
  position: relative;
  padding: 20px 50px;
  width: 100%;
  max-width: 100%;
}

.owl-carousel-3 img {
  aspect-ratio: 1/1;
  object-fit: contain;
  
}

.owl-carousel-3 .owl-nav {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  min-height: 60px;
  pointer-events: none;
}

.owl-carousel-3 .owl-nav button {
  border-radius: 100% !important;
  aspect-ratio: 1/1 !important;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  align-content: center;
  color: #000 !important;
  pointer-events: all;
}

.owl-carousel-3 .owl-nav button:hover {
 background-color: transparent !important;
}

.owl-carousel-3 .owl-nav i {
  font-size: 24px;
  width: 60px;
  height: 60px;
  padding: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.range-cards {
  padding: 50px 15%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-evenly;
}


.range-cards .card {
  margin: 10px;
  border: 4px solid #d70510;
  background-color: rgba(215, 5, 16, 0.7);
  display: flex;
align-items: flex-start;
align-content: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  width: 33%;
  padding: 40px 20px 60px;
  min-height: 290px;
}

.range-cards .card h4 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.range-cards .card h4::after {
  content: '';
  position: absolute;
  width: 140px;
  height: 2px;
  background-color: #d70510;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.range-cards .card p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}


/* Our Range */

.form-col-2 img {
  width: 100%;
}

.second-col-warranty h3 {
  margin-bottom: 60px;
  margin-top: 0;
}

.second-col-warranty {
  padding: 0 40px;
  max-width: 100%;
}

.second-col-warranty p {
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
  max-width: 900px;
  margin-bottom: 80px;
}

.second-col-warranty a {
  color: #fff;
  background-color: #d70510;
  text-align: center;
  padding: 15px 30px;
  cursor: pointer;
  border-radius: 100px;
  border: none;
  font-weight: bold;
  margin-top: 100px;
  transition: .3s;
}

.second-col-warranty a:hover {
  color: #fff;
  background-color: #000;
}