@font-face {
    font-family: 'avenir_next';
    src: url(../fonts/AvenirNextLTPro-Regular.otf);
  }
  @font-face {
    font-family: 'avenir_next_italics';
    src: url(../fonts/AvenirNextLTPro-It.otf);
  }
  @font-face {
    font-family: 'avenir_next_bold';
    src: url(../fonts/AvenirNextLTPro-Bold.otf);
  }
body{
    background: linear-gradient(90deg, rgb(19 23 74) 50%, rgba(12,14,52,1) 100%);
    background-size: cover;
    overflow-x: hidden;
    font-family: 'avenir_next';
    margin: 0;
    padding:0;
}
html, body { height: 100%; }
.mx-auto {
    margin: 0 auto;
  }
.text-center{
    text-align: center;
}
.col {
    flex: 1 0 0%
}
.col-6{
    width: 50%;
}
.col-12{
    width: 100%;
}
/* .col-3{
    width: 25%;
} */
.col-8{
    width:75%;
}
/* .row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
} */
.justify-between{
    justify-content: space-between;
  }
.align-self-center{
    align-self: center;
  }
#global-navigation {
    background: white;
}
.hero-head-txt {
    font-family: 'avenir_next_bold';
    text-transform: unset;
    font-size: 68px;
    color: #ffffff;
    line-height: 75px;
    margin-top: 44px;
    margin-bottom: 10px
  }
.banner-section {
    position: relative;
}
.banner-txt {
    width: 75%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    /* top: 60px; */
}
.banner-txt2 {
bottom: 15%;
}
.banner-txt2 .hero-head-txt {
    margin-top: 12px !important;
}
.product-reference {
color: #fff;
}
.banner-txt .hero-description {
    color:#fcd216;
    font-size: 21px;
    text-transform: none;
    font-family: 'avenir_next_bold';
}
.banner-animation{
   width: 100%;
 }
.right-banner{
   position: absolute !important;
   right:0;
 }

.banner-animation, .product-section, .taking-about-section {
    display: flex;
    align-items: center;
}
h1 .banner-small{
    font-size: 60px !important;
    text-transform: none;
    letter-spacing: 3px;
}
h1 .banner_bold{
    font-family: 'avenir_next_bold';
    font-size: 72px;
    letter-spacing: 5px;
}
/* .product-section .left-banner, .product-section .middle-banner, .product-section .right-banner {
    width: 33.33%;
} */
.product-section  .section-column {
    width: 33.33%;
}
.product-section {
    padding-top: 70px;
    padding-bottom: 140px;
}
.taking-about-section {
    padding-top: 100px;
  }
.super_script {
    font-size: 10px !important;
    top: -5px !important;
    left: 2px !important;
}
.product-section sup {
    top: -0.2em;
    left: 0em;
    position: relative;
    font-size: 100%;
    vertical-align: baseline;
}
.product-section .text_big{
    font-size: 53px;
    text-transform: none;
    line-height: 75px;
}
.product-section h1{
    color:#fff;
    font-size: 48px;
    text-transform: none;
    line-height: 68px;
    padding-right: 28px;
    padding-bottom: 20px;
    font-family: 'avenir_next_bold';
}
.product-section p {
    color: #efefef;
    line-height: 22px;
    font-family: 'avenir_next';
    font-size: 16px;
}
.scale_banner{
  transform: scale(1.2);
}
.taking-about-section p {
  color: #efefef;
  line-height: 22px;
  font-family: 'avenir_next';
  font-size: 14px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.main-title {
    color:#fff;
    font-size: 46px;
    text-transform: none;
    line-height: 58px;
    padding-bottom: 20px;
    font-family: 'avenir_next_bold';
}
.p-12{
    padding-right: 5%;
}
.p-0{
    padding: 0 !important;
}
.w-80{
    width: 80% !important;
}
/* prod2 */
.prod2-wraper {
    /* display: flex; */
    /* position: relative; */
    /* width: 800px; */
    /* height: 800px; */
    /* margin: 150px; */
    margin-left: 0px;
    margin-top: 0px;
    /* border: 1px solid red; */
    /* left: 121px;
    bottom: 96px; */
    /* margin-bottom: 145px; */
    /* margin-left: -100px; */
    top: 100px
}
.imglens {
    position: relative;
    width: 400px;
    margin: 0 1em;
    height: 420px;
    /* border: 1px solid red; */
    /* border-radius: ; */
    background: url(../assets/images/circle.png);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: center;
    cursor: pointer;
    transition: 0.5s;
    /* box-shadow: 0 0 0 4px #fff, 0 0 0 5px #246df5; */
}
.w-100{
    width: 100%;
}
.find-more-btn{
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-weight: bold;
    padding: 24px 70px;
    border-radius: 42px;
    margin-top: 15px;
    transition: 0.5s;
    font-size: 18px;
    font-family: 'avenir_next_bold';
}
.mobile-content .mobile_paragraph{
    color:#d1d1d1;
}
.mobile-content .mobile_paragraph.bolder{
    color:#ffffff;
    font-weight: bold;
    padding-top: 6%;
    padding-bottom: 6%;
}
.find-more-btn:hover{
    color:#030346;
    font-weight: bold;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #ffffff;
}

.content {
    position: absolute;
    bottom: 10%;
    padding: 20px;
    /* min-height: 400px; */
    width: 100%;
    left: 100%;
    /* background-color: #09216c78; */
    background-color: #000328b2;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    visibility: hidden;
    /* opacity: 0; */
    transform: scaleX(0);
    transition: 1s;
    /* -webkit-box-shadow: 0px 0px 15px 10px #000022;
    -moz-box-shadow: 0px 0px 15px 10px #000022;
    box-shadow: 0px 0px 15px 10px #000022; */
}
.font_avenir_txt{
    font-family: 'avenir_next';
}

/* .content .body {
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
} */
.img_circle{
    padding-top: 50px;
}
.content .footer {
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    font-size: 12px;
}

.imglens .border {
    height: 12%;
    width: 50%;
    position: absolute;
    border-left: 6px dotted #fff;
    border-bottom: 6px dotted #fff;
    top: 56%;
    left: 49.5%;
    /* visibility: hidden; */
    /* visibility: visible; */
    /* transition: 0.5s; */
    opacity: 0;
    transition: 1.5s;
}

.imglens:hover .border {
    /* height: 20px;
    width: 120px;
    position: inherit;
    border-left: 3px dotted#fff;
    border-bottom: 3px dotted #fff;
    top: 50px;
    left: 65px; */
    /* visibility: visible;
    transition: 1s; */
    opacity: 1;

}

.imglens:hover .content {
    visibility: visible;
    /* opacity: 1; */

    transform: scaleX(1);
}

.round {
    border: 3px solid #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 50%;
    position: absolute;
    top: 47%;
    left: 46%;
    /* visibility: hidden; */
    /* visibility: visible; */
    opacity: 0;
    transition: 2s;
	width: 15px;
    height: 15px;
}
.lens-round {
    border: 2px solid #e2e2e2;
    display: inline-block;
    padding: 15px;
    border-radius: 50%;
    transition: 2s;
    position: absolute;
    top: -14px;
    left: 15%;
	width: 15px;
    height: 15px;
}
.top-lens-round {
    border: 2px solid #e2e2e2;
    display: inline-block;
    padding: 15px;
    border-radius: 50%;
    transition: 2s;
    position: absolute;
    top: 30px;
    left: 17%;
	height: 15px;
    width: 15px;
}
.z-low{
    z-index: -1;
}
.lens-border {
    height: 100%;
    width: 100%;
    border-right: 6px dotted #e2e2e2;
    border-top: 6px dotted #e2e2e2;
    transition: 1.5s;
    position: absolute;
    top: 0;
    left: 90%;
}
.top-lens-border {
    height: 100%;
    width: 100%;
    border-right: 6px dotted #e2e2e2;
    border-bottom: 6px dotted #e2e2e2;
    transition: 1.5s;
    position: absolute;
    top: 0;
    left: 90%;
}
.prod-dotted-line{
    display:none;
}
.imglens:hover .round {
    /* visibility: visible; */
    opacity: 1;
}
.px-5{
    padding-left: 5% !important;
    padding-right: 5% !important;
}
/* title section */
.title-section{
    width: 100%;
    padding-top: 80px;
}
.title-section h1{
    color:#fff;
    text-align: center;
    line-height: 65px;
    font-size: 45px;
    font-family: 'avenir_next_bold';
    text-transform: none;
}
.footer-section p {
    color: #fffafa;
    line-height: 18px;
    font-size: 12px;
  }
.top-border{
    border-top: 2px solid #bdbdbd;
    padding-top: 3%;
    margin-top: 3%;
}
.z-top{
    z-index: 999;
}
.z-high{
  position: relative;
  z-index: 1000;
}
.prod-sec{
    display: flex;
}
.title-section .find-more-btn {
    position: relative;
    top: -25px;
}
.footer_link{
    color: #ce03ac;
    text-decoration: none;
}
/* modal block */

.custom-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 9999;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  /* padding: 1rem 1.5rem; */
  border-radius: 0.5rem;
  line-height: 0px;
}
.custom-modal .close-button {
    float: right;
    height: 40px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 3.25rem;
    background-color: lightgray;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -20px;
    right: -20px;
    font-size: 26px;
}
.close-button:hover {
  background-color: darkgray;
}
.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.mobile-banner-content{
    display:none;
}
.page_wrapper{
    -webkit-text-size-adjust: none !important;
}
.slider_img{
    width:50%;
    height: 250px;
    object-fit: contain;
    padding-top:0px;
    padding-bottom: 20px;
}

@media (min-width:1280px) and (max-width:1400px){
    .lens-top-block {
        margin-top: -50px;
      }
}

@media (min-width:992px) and (max-width:1300px){
    
    .ipad-full-padding{
      padding-left: 6% !important;
      padding-right: 6% !important;
    }
    .ipad-align-center{
      text-align: center;
    }
    .page_wrapper .ipad-hidden-md-down {
      display: none !important;
    }
    .page_wrapper .ipad-show-md-down {
        display: block !important;
      }
    .ipad_display_unset{
      display: unset !important;
    }
    .ipad_display_unset{
      display: unset !important;
    }
    .ipad-full{
      -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 100% !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
    }
    .prod2-wraper{
      display: flex;
      justify-content: center;
    }
  }
  
  @media (min-width: 1500px) {
    .page_wrapper .v_container {
      max-width: 1410px;
    }
  }
  @media (min-width: 1920px) {
    .page_wrapper .v_container {
      max-width: 1800px;
    }
    .page_wrapper .v_container-fluid {
            max-width: 1800px;
    }
  }
  @media (min-width: 1600px) {
    .imglens {
        background-size: 80%;
        width: 480px;
      }
  }
  .card {
  margin-bottom: 20px;
  border: none !important;
  background-color: #0b0e3250 !important;
}
.mySlider {
  position: relative;
  padding-bottom: 40px;
}
.slick-dots {
  display: block;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  margin: 0;
  bottom: 10px;
  padding-left: 0px;
  list-style: none;
}
.slick-dots li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 100%;
  outline: 2px solid #fff !important;
  background-color: #898ba4;
  text-indent: -999999px;
}
.slick-dots li.slick-active button {
  background-color:#0a7cc1;
  /* width: 10px;
  height: 10px; */
}

.flex-break{
  flex-direction: column;
}
.moving_text{
  color: #e2e2e2;
}
.slick-arrow-left{
  height: 20px;
  position: absolute;
  top: 30%;
  opacity: 0.8;
  left: 5%;
  z-index: 999;
}
.slick-arrow-right{
  height: 20px;
  position: absolute;
  opacity: 0.8;
  top: 30%;
  right: 5%;
  z-index: 999;
}
.title-section .slick-arrow-left{
  left: 10px;
  top:40%;
}
.title-section .slick-arrow-right{
  right: 10px;
  top:40%;
}
@media (min-width: 1301px) {
  .prod_box img{
    width: 80%;
  }
  .parent {
    background-color: #000328b2;
    backdrop-filter: blur(10px);
    width: 200px;
    height: 200px;
    align-items: center;
    transition: 0.5s;
    border-radius:20px;
	position: relative;
}
.lens-bottom-block {
    margin-top: 6rem;
  }
  .parent .child {
    /* display: none; */
    position: absolute;
    transform: translateX(-50px);
    left: 26%;
    max-height:0px ;
    width: 350px;
    top: 50%;
    text-align: center;
    padding-left: 58px;
    padding-right: 35px;
    transition: 0.5s;
    z-index: 1;
    opacity: 0;
    transform: scale(0);
}
.parent .child .moving_text{
    line-height: 22px;
    font-family: 'avenir_next';
    font-size: 17px !important;
    padding-left: 5px;
    /* transform: scale(0); */
 }
 .parent:hover .child {
  /* display: block; */
  color: #efefef;
  transform: translateX(10px);
  transition: 1s;
  top:0%;
  min-height: 200px;
  display: flex;
  align-items: center;
  opacity:1 ;
  transform: scale(1);
}
.parent:hover{
  width: 450px;
  transition: 0.5s;
  cursor: pointer;
}
.lenspic{
  height: 200px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-dotted-line{
  display: block;
  height: 50px;
  width: 50px;
  left: 15px;
  position: relative;
}
}
@media (max-width: 1599.99px) {
  .hero-head-txt {
    font-size: 52px;
    line-height: 48px;
  }
  /* .banner-txt {
    top: 0px;
  } */
  .product-section h1 {
    font-size: 40px;
    line-height: 52px;
  }
  .product-section p {
    font-size: 14px;
  }
  .hover_container .lenspic {
    height: 170px;
    width: 170px;
  }
  .parent {
    width: 170px;
    height: 170px;
  }
  .hover_container .lenspic img {
    width: 120px;
    height: 120px;
  }
  .parent .child .moving_text {
    font-size: 14px !important;
  }
  .parent:hover {
    width: 400px;
  }
  .parent:hover .child {
    top: 0%;
    min-height: 170px;
    display: flex;
    align-items: center;
  }
  .parent .child {
    left: 26%;
    width: 270px;
    padding-left: 50px;
    padding-right: 0px;
  }
  .title-section h1 {
    line-height: 52px;
    font-size: 40px;
  }
  .imglens {
    background-size: 80%;
  }
}
@media (max-width: 1300px) {
  .parent, .hover_container .lenspic, .hover_container .lenspic img {
    width: auto !important;
    height: 100% !important;
}
.hover_container .lenspic img{
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.parent .child{
  width: 100% !important;
  padding-left: 0px !important;
  text-align: center !important;
}
.parent .child .moving_text{
  line-height: 21px;
  font-family: 'avenir_next';
}
.img_circle{
  max-width: 350px;
  padding-top:0px;
  padding-bottom:20px;
}
.parent:hover .child{
  display: block !important;
  min-height: auto !important;
}
}

@media (min-width:1280px) and (max-width:1300px){
    .lens-top-block {
      margin-top: 0px;
	}
	.prod-dotted-line{
		display:none;
	}
}
@media (max-width: 1280px) {
  .page_wrapper .banner-txt {
    position: relative !important;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    top: 20px;
  }
    .page_wrapper .banner-txt2 { 
top: -70px;
}

  .hero-head-txt {
    font-size: 58px;
    line-height: 60px;
  }
}

@media (max-width: 991.98px) {
    .page_wrapper .hidden-md-down {
      display: none !important;
    }
    .page_wrapper .show-md-down {
        display: block !important;
      }
      .product-section h1{
        font-size: 32px;
        line-height: 48px;
        text-align: center;
      }
      .product-section p {
        text-align: center;
        padding: 0px 15px;
      }
      .mobile-full{
        -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
      }
    .title-section h1 {
        color: #fff;
        text-align: center;
        line-height: 48px;
        font-size: 32px;
        margin-bottom: 0px;
    }
    .mobile-content {
        color: #efefef;
        padding-top: 40px;
      }
      .title-section {
        padding-top:0px;
      }
      .mobile-padding-remove{
        padding-left: 0px !important;
        padding-right: 0px !important;
      }
      .mobile-full-padding{
        padding-left: 6% !important;
        padding-right: 6% !important;
      }
      .mobile-align-center{
        text-align: center;
      }
      .mobile_display_unset{
        display: unset !important;
      }
      .main-title {
        font-size: 32px;
        line-height: 48px;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        }
        .find-more-btn{
          margin-top: 30px !important;
        }
     .product-section p, .taking-about-section p {
          font-size: 14px;
        }
        .player_column {
          padding-top: 40px !important;
        }
        .footer-section {
          padding-top: 50px;
        }
        .title-section {
          padding-top: 50px;
        }
  }

@media (max-width: 575.98px) {
  .banner-section .banner-txt {
    width: 100%;
    padding: 0 50px;
    top: 20px;
  }
.banner-section .banner-txt2 {
top: -50px;
}
  .hero-head-txt {
    font-size: 40px;
    line-height: 60px;
  }
  .banner-txt h2 {
    font-size: 18px;
  }
  .d-none {
    display: none;
  }
  .find-more-btn{
    padding: 16px 30px;
  }
  .modal-content{
    width: 80%;
  }
  .title-section .slick-arrow-left{
    top:30% !important;
  }
  .title-section .slick-arrow-right{
    top:30% !important;
  }
  .taking-about-section p {
    width: 100%;
  }
  }
  

.mySlider.row, .banner-animation.row {
	display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
}

.page_wrapper .v_container-fluid {
	z-index: 1;
}

.login-wrap .controls {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.footer .global_footer_top .menu li li {
	box-sizing: content-box;
    -webkit-box-sizing: content-box;
}