body {
  background-color: #000;
  overflow-y: hidden;
  overflow-x: hidden;
}

body.show-header {
  overflow-y: visible;
}

video::-webkit-media-controls-start-playback-glyph {
  will-change: opacity;
}

.hidden {
  overflow: hidden;
}

header {
  padding: 15px 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
}

header,
nav {
  display: none;
  background: rgba(0, 0, 0, 0.99);
}

.show-header header,
.show-header nav {
  display: block;
}

.agni-logo {
  margin-left: 30px;
  position: relative;
}

.agni-logo::before {
  position: absolute;
  left: -15px;
  top: -4px;
  height: 100%;
  background: #fff;
  content: '';
  width: 1px;
}

nav {
  /* background: rgba(0, 0, 0, 0.88); */
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 5px 50px;
  z-index: 9999;
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
}

nav ul {
  display: flex;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

nav li {
  display: block;
  margin: 0 0.5rem;
}

nav li:first-child,
nav li:first-child a {
  margin-left: 0;
  padding-left: 0;
}

nav li a {
  font-size: 14px;
}

nav li a img {
  max-width: 20px;
}

nav a {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
}

nav a.active {
  color: #148df9;
}

nav li a.active img {
  filter: invert(71%) sepia(73%) saturate(7519%) hue-rotate(557deg) brightness(100%) contrast(98%)
}


section {
  min-height: 100vh;
  color: #000;
  position: relative;
  z-index: 9;
}

/* .page_section {
  padding-top: 95px;
} */
.page_section#home-sec {
  padding-top: 20px;
}

.full-img {
  max-width: 100%;
}

.shown .sec_wrapper section:not(.cemera),
.shown .main_wrapper:not(.video_panel) {
  display: none;
}

/* .fully-loaded .video_panel {
  display: none;
} */
.sec_inner {
  position: relative;
}

.phn_feature_txt {
  position: absolute;
  left: 80px;
  top: 170px;
}

.phn_feature_txt h2 {
  font-size: 4.2vw;
  line-height: .85;
  color: #fff;
  /* text-transform: uppercase; */
}

.phn_feature_txt h2 span {
  display: inline-block;
}

.phn_feature_txt .bold {
  font-weight: 700;
  font-size: 4.2vw;
  display: block;
}

.txt-grd2 {
  background: linear-gradient(to right, #e86ce8);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.phn_feature_txt .txt-grd {
  
  /* background: linear-gradient(to right, #fedc45, #ff4664);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400; */
  text-shadow:  0px 0px 12px rgb(255 51 43 / 72%);
  /* text-shadow: 0px 3px 16px rgb(255 51 53 / 92%); */
  letter-spacing: 2px;
  /* rgba(240,104,104,0.9) 0px 0px 9px; */
  /* text-shadow: 0px 0px 9px #501f1d; */
  display: inline;
  color:#ffffff;
}

/* .phn_feature_txt .txt-grd {
  background: linear-gradient(to right, #fedc45, #ff4664);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  text-shadow:  0px 0px 12px rgb(255 51 43 / 72%);
  letter-spacing: 2px;
  display: inline;
} */

.portrait_md .phn_feature_txt {
  position: relative;
  top: 50px;
  margin-bottom: 40px;
}

.skip_btn {
  background: rgb(255 255 255 / 66%);
  position: absolute;
  right: 60px;
  bottom: 40px;
  z-index: 9999;
  display: flex;
  align-items: center;
  padding: 7px 21px 7px 25px;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  border-radius: 70px;
  cursor: pointer;
  display: none;
}

.skip_btn svg {
  width: 24px;
  margin-left: 5px;
  height: 24px;
}

.main_wrapper {
  z-index: 999;
}

.skip_btn:hover {
  background: #fff;
}



.main_wrapper {
  display: none;
}

.loader {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
}

.video_screen {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.video_screen.rel-inherit{position:relative;}
.video_screen.teaser-phone2,
.video_screen.teaser-phone3 {
  object-fit: contain;
}

.loaded .loader,
.teaser_vid,
.homepage_vid {
  display: none;
}

.loaded .homepage_vid,
.loaded .teaser_vid {
  display: block;
}

.video_panel.active {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}




/* Radial showcase */
.radial_showcase {
  height: 100vh;
}

p {
  color: #fff;
}

/* Radial showcase ends*/



/* smart features */
.menu_top nav {
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
  padding: 5px 50px;
  display: flex;
  align-items: center;
}


.menu_top header,
.menu_top .main_wrapper {
  display: block;
}

.menu_top .main_wrapper {
  padding-top: 50px;
}

.nav-top .menu_top .main_wrapper {
  padding-top: 130px;
}

/* 
nav .buy_now {
  display: none;
} */

.agni-logo+.buy_now {
  display: none;
}

.buy_now {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 25px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  /* text-transform: uppercase; */
  padding: 8px 20px;
  margin: 5px 0;
  position: fixed;
  top: 8px;
  right: 20px;
}
.link-btn{background-color:transparent; color:#f37c34; text-decoration: underline !important; text-transform: capitalize;}
.feature_wrap {
  position: relative;
  min-height: calc(100vh - 50px);
}
.feature_wrap.min-h-herit{min-height: inherit;}
.menu_top .phn_feature_txt .txt-grd {
  font-size: 3.4vw;
  font-weight: 300;
}

.menu_top .phn_feature_txt .bold {
  font-size: 5vw;
}

.phn_feature_txt .bold+span {
  font-size: 1.5vw;
  font-weight: 300;
  color: #d9d9d9;
  display: block;
  padding-top: 5px;
}

.feature_wrap .phn_feature_txt {
  left: 60px;
  top: 70px;
}
.feature_wrap .phn_feature_txt.color_slide {
  left: 0;
  top: 45px;
  right:0;
  text-align:center;
}

.feature_wrap.right .phn_feature_txt {
  right: 60px;
  left: auto;
  top: 70px;
}

.right .phn_feature_txt h2 {
  text-align: right;
}

.charging_img {
  /* background: url('../images/home-page--2.png')no-repeat; */
  height: 100vh;
  background-position: center;
  background-size: cover;
}

.android_os .phn_feature_txt .bold {
  font-size: 3.9vw;
}

.android_os .phn_feature_txt .bold+span {
  font-size: 2.5vw;
}

/* smart features ends */


.free_service {
  padding: 4rem 0;
}

.fingerprint_img img {
  /* border-radius: 50px; */
  max-width: 100%;
}

.fingerprint {
  min-height: calc(100vh - 50px);
  /* padding: 20px 0; */
}

.facelock_img {
  background: url(../images/battery-banner-agni3.png);
  background-repeat: no-repeat;
  height: calc(100vh - 50px);
  background-size: cover;
  position: relative;
}

.androidimg {
  background: url(../images/androidimg-agni3.png);
  background-repeat: no-repeat;
  height: calc(130vh - 50px);
  background-position: center;
  background-size: cover;
  margin-top: 70px;
  padding-top: 100px;
  position: relative;
}


/* Processor */
.full_vid_panel video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fiveg_img {
  background: url('../images/5g.png')no-repeat;
  height: 100vh;
  background-position: center;
  background-size: cover;
}

.performance {
  padding: 5rem 0 0;
  /* min-height: 100vh; */
}

/* 
.phn {
  width: 60px;
  height: 60px;
  background: yellow;
  margin: 0 auto;
} */

.phone_imgs ul {
  display: flex;
  flex-wrap: wrap;
}

.phone_imgs li {
  width: 90px;
  padding: 12px;
  margin-left: 2px;
}

.phone_imgs li img {
  width: 100%;
  height: 100%;
}

.lrg .phn {
  height: 350px;
}

.exlrg .phn {
  height: 420px;
  position: relative;
  top: -50px;
}

.sml .phn {
  height: 200px;
}

/* Processor ends */



/* display */
.phn_feature_txt ul {
  padding-top: 10px;
}

.phn_feature_txt ul li {
  padding-right: 70px;
  font-size: 1.6vw;
  font-weight: 300;
  color: #d9d9d9;
  display: block;
}

.segment_img {
  background: url('../images/segment.png')no-repeat;
  height: 100vh;
  background-position: center;
  background-size: cover;
}
.color_segment_img {
  background: url('../images/slide2-color-segment-2.jpg')no-repeat;
  height: 122vh;
  background-position: center;
  background-size: cover;
}


.aye_p {
  padding: 4rem 0;
}

.eye_protector {
  width: 60%;
}

.eye_protector img {
  max-width: 100%;
}

.aye_p.feature_wrap .phn_feature_txt {
  top: 250px;
}

.aye_p .phn_feature_txt .bold {
  font-size: 3.9vw;
}

.aye_p .phn_feature_txt .txt-grd {
  font-size: 3.5vw;
}

/* display ends */


.freereplacment {
  background: url('../images/service-banner-agni3.png');
  background-repeat: no-repeat;
  min-height: calc(100vh - 50px);
  background-position: center;
  background-size: cover;
}
.feature_wrap.left._mitra {
  padding-top: 2.5rem;
}


.charging1 {
  background: url('../images/speaker-studio.png')no-repeat;
  min-height: calc(100vh - 50px);
  background-position: center;
  background-size: cover;
}


.charging2 {
  background: url('../images/banner-2.jpg')no-repeat;
  min-height: calc(100vh - 50px);
  background-position: center;
  background-size: cover;
  display: none;
}

.showtwo .charging1 {
  display: none;
}

.showtwo .charging2 {
  display: block;
}


/* product */
.curved_banner {
  background: url('../images/curved-banner.png')no-repeat;
  min-height: calc(100vh - 50px);
  background-position: center;
  background-size: cover;
  position: relative;
}

.phone-wrap {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 50%;
  left: 50%;
  width: 450px;
  height: 450px;
  z-index: 2;
}

.phone-wrap .phn-screens img {
  max-width: 100%;
}

.curved-design .phn_feature_txt .bold {
  font-size: 4vw;
}

.curved-design .phn_feature_txt .txt-grd {
  font-size: 2.8vw;
}

.curved-design .phn_feature_txt {
  top: 140px;
}

.phone-wrap>div {
  position: absolute;
  z-index: 2;
}

.left_dot {
  left: 4px;
  bottom: 190px;
}

.top_left_dot {
  left: 60px;
  top: 16px;
}

.top_rght_dot {
  left: 90px;
  bottom: 0;
}

.btm_dot {
  left: 235px;
  bottom: 224px;
}

.right_mid_dot {
  right: 136px;
  top: 77px;
}

.right_btm_dot {
  right: 200px;
  bottom: 3px;
}

.display_detail {
  display: none;
  position: absolute;
  top: 0;
  transform: scale(.7);
}

.phone-wrap .curved_images {
  position: absolute;
  top: 0;
  z-index: 1;
}

.curved-display-img1 {
  left: -371px;
  top: 73px;
}

.curved-display-img2 {
  left: -355px;
  top: -85px;
}

.curved-display-img3 {
  left: -320px;
  top: 268px;
}

.curved-display-img4 {
  left: 70px;
  top: 96px;
}

.curved-display-img5 {
  left: 252px;
  top: -32px;
}

.curved-display-img6 {
  left: 205px;
  top: 184px;
}

.bubble {
  display: block;
  position: absolute;
  cursor: pointer;
}

.bubble:hover:after {
  background-color: rgb(0, 132, 255);
}

.bubble:after {
  content: "";
  background-color: rgb(0, 132, 255);
  border: 3px solid #aacfef;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  display: block;
  top: -2px;
  left: -2px;
}

.bubble .bubble-outer-dot {
  margin: 1px;
  display: block;
  text-align: center;
  opacity: 1;
  background-color: rgb(4, 68, 128);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-animation: bubble-pulse 1.5s linear infinite;
  -moz-animation: bubble-pulse 1.5s linear infinite;
  -o-animation: bubble-pulse 1.5s linear infinite;
  animation: bubble-pulse 1.5s linear infinite
}

.bubble .bubble-inner-dot {
  display: block;
  text-align: center;
  opacity: 1;
  background-color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-animation: bubble-pulse 1.5s linear infinite;
  -moz-animation: bubble-pulse 1.5s linear infinite;
  -o-animation: bubble-pulse 1.5s linear infinite;
  animation: bubble-pulse 1.5s linear infinite
}

.bubble .bubble-inner-dot:after {
  content: "";
  display: block;
  text-align: center;
  opacity: 1;
  background-color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-animation: bubble-pulse 1.5s linear infinite;
  -moz-animation: bubble-pulse 1.5s linear infinite;
  -o-animation: bubble-pulse 1.5s linear infinite;
  animation: bubble-pulse 1.5s linear infinite
}

@-webkit-keyframes bubble-pulse {
  0% {
    transform: scale(1);
    opacity: .75
  }

  25% {
    transform: scale(1);
    opacity: .75
  }

  100% {
    transform: scale(1.5);
    opacity: 0
  }
}

@keyframes bubble-pulse {
  0% {
    transform: scale(1);
    opacity: .75
  }

  25% {
    transform: scale(1);
    opacity: .75
  }

  100% {
    transform: scale(1.5);
    opacity: 0
  }
}

@-moz-keyframes bubble-pulse {
  0% {
    transform: scale(1);
    opacity: .75
  }

  25% {
    transform: scale(1);
    opacity: .75
  }

  100% {
    transform: scale(1.5);
    opacity: 0
  }
}

@-o-keyframes bubble-pulse {
  0% {
    transform: scale(1);
    opacity: .75
  }

  25% {
    transform: scale(1);
    opacity: .75
  }

  100% {
    transform: scale(1.5);
    opacity: 0
  }
}


.d_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  padding: 5rem 0;
}

.auto_vid {
  /* border: 1px solid #3e3c3c; */
  height: auto;
}

.video_box {
  text-align: center;
}

.vid_head {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  padding: 30px 0 5px;
}

.video_box span {
  color: #fff;
  font-size: 16px;
  display: inline-block;
}

.auto_vid .video_screen {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.left.gallery {
  padding-top: 250px;
}

.grid_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

/* .gallery_box {
  height: 380px;
} */
.gallery_box img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  /* border-radius: 15px; */
}

.lft1 {
  width: 27%;
}
.lft2 {
  width: 35.5%;
}
.lft3 {
  width: 37%;
}

/* .lft2 {
  width: 61.5%;
} */

.rght4 {
  width: 28%;
}
.rght5 {
  width: 36%;
}
.rght6 {
  width: 33.5%;
}

/* product ends */




/* camera */
.camera-banner1 {
  height: 100vh;
  position: relative;
}

.camera-banner1 {
  background: url('../images/quad-camera.jpg')no-repeat;
  height: 100vh;
  background-position: center;
  background-size: cover;
  margin-bottom: 4rem;
}

.camera-banner1+.phn_feature_txt {
  top: 60px;
}

.txt-grd em {
  font-style: normal;
  text-transform: lowercase;
}

.txt-grd em::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 123px;
  background: linear-gradient(to right, #ffac54, #e86ce8);
  width: 3px;
  height: 44px;
}

.camera_panel .phn_feature_txt h2 {
  line-height: .9;
}

.camera-banner1 figure img {
  max-width: 100%;
}

.camera_vid {
  width: 100%;
  max-width: 850px;
  position: absolute;
  right: 0;
  top: 0;
}

.cam_halfvid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.camera_panel .phn_feature_txt {
  top: 0;
}

.phn_feature_txt p {
  max-width: 540px;
  width: 100%;
  margin: 0;
  line-height: 1.67;
}
.phn_feature_txt p.sub-head{font-size: 36px; font-weight: 100; letter-spacing: 1px;    font-weight: 500;}
.portrait_md .phn_feature_txt {
  left: 0;
}

.portrait_md .item img {
  opacity: 0.2;
  border-radius: 15px;
}

.portrait_md .center .item img {
  opacity: 1;
  /* transform: scale(1.3); */
}

.portrait_slider {
  margin: 6rem 0 3rem;
}

.portrait_slider .owl-carousel .owl-item img {
  width: 100%;
  margin: 0;
}

.item figure {
  z-index: 1;
  cursor: pointer;
  margin: 11% 3%;
  transition: margin 0.4s ease;
  position: relative;
}

.center .item figure {
  position: relative;
  z-index: 2;
  margin: 5% -3%;
}

.shoot_agni2 .phn_feature_txt h2 {
  text-transform: none;
}


/* Rotation Anim  */
.radial_section {
  position: relative;
  padding: 6rem 0;
}

.radialrotate img {
  width: 100%;
}

.radial_lense {
  position: absolute;
  top: 9px;
  right: 13px;
  width: 250px;
  z-index: 1;
}

.radialrotate {
  position: relative;
  left: -250px;
  top: 50px;
  width: 500px;
}

.rot_txt {
  position: absolute;
  width: 180px;
  color: #fff;
  cursor: pointer;
  z-index: 2;
}

.rot_txt.txt0 {
  right: -33px;
  top: -1px;
}

.rot_txt.txt1 {
  right: -100px;
  top: 38px;
}

.rot_txt.txt2 {
  right: -152px;
  top: 89px;
}

.rot_txt.txt3 {
  right: -186px;
  top: 150px;
}

.rot_txt.txt4 {
  right: -201px;
  top: 214px;
}

.rot_txt.txt5 {
  right: -199px;
  top: 292px;
}

/* .txt5 em {
  transform: scale(1.3) translateX(15px);
} */

.rot_txt.active span {
  transform: scale(1.3);
  border: 3px #148df9 solid;
}

.rot_txt span {
  position: absolute;
  content: "";
  left: -35px;
  top: -3px;
  width: 25px;
  height: 25px;
  background-color: #f2f2f2;
  border-radius: 50%;
}

.radial_right {
  width: 100%;
  position: absolute;
  top: 150px;
  right: 40px;
  z-index: -1;
}

.radial_right .phn_feature_txt {
  right: 60px;
  left: auto;
  z-index: 2;
  top: -60px;
}

.radial_right img {
  max-width: 100%;
}

/* .radial_right .photo {
  opacity: 1;
} */

.radial_right figure {
  /* opacity: 0; */
  top: 0;
  position: absolute;
}

.trigger-wpsec {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.spacer {
  left: 0;
  height: 1px;
  position: absolute;
  width: 100%;
  margin-top: 0;
  top: 0;
}

/* Rotation Anim ends */
/* 
.rot_txt.active. {
  right: -241px;
} */

.rot_txt.active span {
  background-color: #229bd5;
  border: 2px solid #fff;
}

.rot_txt em {
  font-style: normal;
  display: inline-block;
}

/* camera  ends*/


.eye_protector {
  position: relative;
  min-height: calc(100vh - 50px);
  top: 30px;
}

.eye_protector img {
  max-width: 100%;
}

.eye1,
.eye2 {
  position: absolute;
  left: 0;
  top: 0;
}

.eye2 {
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
}


.cam_detail {
  display: none;
}

.radialrotate_inner {
  transform: matrix(0.86602, 0.49999, -0.49999, 0.86602, 0, 0);
  -webkit-transform: matrix(0.86602, 0.49999, -0.49999, 0.86602, 0, 0);
  position: relative;
  z-index: 2;
}

.rot_txt.txt0 em {
  transform: matrix(0.86602, -0.49999, 0.49999, 0.86602, -4, -22);
  -webkit-transform: matrix(0.86602, -0.49999, 0.49999, 0.86602, -4, -22);
}

.rot_txt.txt1 em {
  transform: matrix(0.86602, -0.49999, 0.49999, 0.86602, -8, -24);
  -weebkit-transform: matrix(0.86602, -0.49999, 0.49999, 0.86602, -8, -24);
}

.rot_txt.txt2 em {
  transform: matrix(0.86602, -0.49999, 0.49999, 0.86602, -5, -28);
  -weebkit-transform: matrix(0.86602, -0.49999, 0.49999, 0.86602, -5, -28);
}

.rot_txt.txt3 em {
  transform: matrix(0.86602, -0.49999, 0.49999, 0.86602, -5, -21);
  -webkit-transform: matrix(0.86602, -0.49999, 0.49999, 0.86602, -5, -21);
}

.rot_txt.txt4 em {
  transform: matrix(0.86602, -0.49999, 0.49999, 0.86602, -6, -19);
  -webkit-transform: matrix(0.86602, -0.49999, 0.49999, 0.86602, -6, -19);
}

.rot_txt.txt5 em {
  transform: matrix(0.86602, -0.49999, 0.49999, 0.86602, -7, -35);
  -webkit-transform: matrix(0.86602, -0.49999, 0.49999, 0.86602, -7, -35);
}

.mobile-show {
  display: none;
}

.desktop-show {
  display: block;
}

.video_panel.loading_vid {
  display: none;
}

.video_panel.loading_vid.active {
  display: block
}

.cemera .camera-banner2+.phn_feature_txt {
  top: 140px;
}
.cemera .camera-banner2+.phn_feature_txt.cemeradiv {
  top: 40px;
}

.txt-grd img {
  max-width: 360px;
  display: block;
  margin: 0;
}

.phn_feature_txt .txt-grd i {
  font-style: normal;
  text-transform: none;
}

.phn_feature_txt ul li i {
  text-transform: none;
  font-style: normal;
}

.lava_logp,
.agni-logo {
  width: 100px;
  margin-top: 8px;
}

.lava_logp img {
  width: 100%;
}

.lava_logp img,
.agni-logo img {
  width: 100%;
}

#display-sec .feature_wrap .phn_feature_txt {
  top: 140px;
}

#performance-sec .feature_wrap .phn_feature_txt,
#smart-features-sec .phn_feature_txt.charging_txt {
  top: 140px;
}


@media (max-width: 1440px) {

  .radial_cricle {
    left: -250px;
    width: 500px;
  }

  .radial_lense {
    width: 250px;
  }
}
@media (min-width: 767px) {
  
  .bg-slider{padding: 60px !important;}
  .card{margin-right: 50px !important;}
  .left.gallery.p120{padding-top: 120px;}
  .position-inherit {position: inherit !important;}
  .padding0{padding: 0 !important;}
  .pdt50{padding-top: 50px;}
  .pdb50{padding-bottom:50px;}
  .left-text2{left: 50px;}
  .left-text3{left: 50px !important;
    top: 0 !important;}
  .right-text1{right: 60px; top:272px !important;}
  .right-text2{right: 60px; top:502px !important;}
  .right-img1{right: 60px; top:0 !important; position:absolute;}
  .hgt600{height:600px;}
  .left-text5{left: 60px !important; top:50px !important;}
  .pd20{padding: 20px 0;}
  .phn_feature_txt h2 span.pdb20{padding-bottom: 20px !important; display:inline-block;}
  .desk1-m-text-center1{left:0 !important; top:40px !important;}
  .pdt40{padding-top: 40px;}
  /* .pdt40{padding-top: 40px;} */
  .pt70.deskpt0{padding-top:120px !important;}
}
.phn_feature_txt.ab-inherit {
  position: absolute; top:inherit; left: inherit;
}
.phn_feature_txt.ab-inherit1 {
  position: unset;
}

.pd-b30{padding-bottom: 30px;}
@media (max-width: 767px) {
  .pdtop{padding-top: 0 !important;}
  .feature_wrap.min-hgt-auto{min-height:auto;}
  .m-position-inherit {position: inherit !important;}
  .ship_mobile.hgt-300{min-height: 300px;}
  .m-pdt50{padding-top:50px;}
  .left0{left:0 !important;}
  .agni-logo+.buy_now {
    display: block;
  }
  .xs-hidden{display:none;}
  .sml-txt{font-size:14px !important;}
  .m-pd15{padding:0 15px !important;}
.link-btn{right: 28% !important;}
  .loader {
    width: 100vw;
    height: 300px;
    position: absolute;
    z-index: 9999;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }

  .video_wrap {
    width: 100%;
    height: 300px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }

  .video_panel.active {
    width: 100%;
    height: 220px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }


  .video_panel.mobile-show.active {
    height: 100vh;
    transform: none;
    left: auto;
    top: auto;
  }

  header {
    padding: 15px 20px;
  }

  .lava_logp img {
    max-width: 80px;
  }

  .agni-logo img {
    max-width: 95px;
  }

  nav li a {
    font-size: 13px;
    padding: 0;
  }

  nav {
    padding: 10px 15px 0;
    height: auto;
    top: 49px;
  }

  .menu_top nav {
    padding: 5px 15px;
  }

  .nav-top nav {
    top: 48px;
  }

  nav li {
    margin: 0 12px 15px 0.1rem; white-space:nowrap;
  }

  .buy_now {
    font-size: 11px;
    line-height: 1.4;
    padding: 4px 12px;
    margin: 0;
    top: 12px;
  }
  .btn-regis.m-btn-top{
  position:unset; display:inline-block;}
  .register-box1{text-align:center; top: 114px !important;}
  nav ul {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  nav .ds_flex.flex_spc_btw {
    flex-wrap: wrap;
  }

  /* nav ul li:nth-child(6) {
    width: 46px;
  } */

  /* nav .buy_now {
    display: none;
  } */


  .phn_feature_txt {
    top: 30px;
    left: 30px;
    z-index: 2;
  }

  .feature_wrap.left .phn_feature_txt {
    left: 15px;
  }


  .curved-design .phn_feature_txt .bold {
    font-size: 36px;
    padding-top: 3px;
  }

  .curved-design .phn_feature_txt .txt-grd {
    font-size: 26px;
    font-weight: 400;
  }

  .phone-wrap {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 65%;
    left: 60%;
    width: 330px;
    height: 350px;
    z-index: 3;
  }

  .d_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 10px;
    padding: 0;
  }
  .d_grid.pdb60 {
    padding-bottom: 80px;
  }
  .vid_head {
    font-size: 20px;
    padding: 20px 0 5px;
  }

  .video_box span {
    font-size: 14px;
    line-height: 1.4;
  }

  .menu_top .phn_feature_txt .bold {
    font-size: 36px;
    padding-top: 3px;
  }

  .menu_top .phn_feature_txt .txt-grd {
    font-size: 26px;
    font-weight: 300;
  }

  .left.gallery {
    padding-top: 150px;
  }
  
  .feature_wrap {
    min-height: 400px;
  }

  .bg_disp_mobile {
    top: 50px !important;
  }

  section#display-sec {
    margin-top: -30px;
  }

  .feature_wrap.right.android_os {
    height: auto;
    min-height: auto;
  }

  .fingerprint_img {
    margin-top: 60px;
  }

  .feature_wrap.curved-design.left {
    min-height: auto;
    margin-bottom: 40px;
    padding-top: 35px;
  }

  .curved_banner {
    min-height: 580px;
    background: url(../images/3dphonebg-m.jpg)no-repeat;
    background-size: 100% auto;
  }

  .display_detail {
    transform: scale(1);
  }

  .left.gallery {
    min-height: auto;
  }

  .grid_row {
    margin-bottom: 5px;
    flex-direction: column
  }

  .lft1 {
    width: 48.5%;
  }

  .rght2 {
    width: 36.5%;
  }

  .lft2 {
    width: 60.5%;
  }

  .phone_imgs li {
    width: 50px;
    padding: 0 10px;
    margin-left: 0;
  }

  .phone_imgs {
    padding-top: 130px;
  }

  .fiveg_img {
    height: 400px;
    background-position: center;
    background-size: 550px
  }

  .feature_wrap.mob {
    height: 400px;
    min-height: auto;
  }

  /* .phone-wrap>div {
    display: none;
  } */
  .phone-wrap>div {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }

  .phn_feature_txt ul li {
    font-size: 14px;
    font-weight: 300;
    color: #d9d9d9;
    display: block;
    padding-right: 20px;
  }

  .top_left_dot {
    left: 69px;
    top: 28px;
  }

  .right_mid_dot {
    right: 94px;
  }

  .top_rght_dot {
    left: 68px;
  }

  .right_btm_dot {
    right: 146px;
    bottom: 13px;
  }

  .btm_dot {
    left: 136px;
    bottom: 204px;
  }

  .eye_protector {
    position: absolute;
    min-height: 250px;
    width: 100%;
    top: 170px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .cemera .camera-banner2+.phn_feature_txt {
    top: 70px;
  }

  #display-sec .feature_wrap.right .phn_feature_txt {
    top: 60px !important;
  }

  section#camera-sec {
    margin-top: -160px;
  }

  .feature_wrap.aye_p {
    padding: 4rem 0;
    min-height: 70vh;
  }

  .eye1,
  .eye2 {
    position: absolute;
    left: 0;
    top: 0;
  }

  .aye_p.feature_wrap .phn_feature_txt {
    top: 20px;
  }

  .feature_wrap.free_service {
    min-height: auto;
  }

  .free_service {
    padding: 0 0 2rem;
  }

  .phn_feature_txt .bold+span {
    font-size: 12px;
  }

  .charging1,
  .charging2 {
    background-size: 720px;
    width: 390px;
    min-height: 350px;
    height: 500px;
  }

  .facelock_img {
    background-position: right 150px;
    background-size: 560px;
    width: 400px;
    height: 410px;
  }

  .androidimg {
    background-position: left;
    background-size: 650px;
    margin-top: 70px;
    padding-top: 0;
    position: relative;
  }

  .fingrprint_wrap+.feature_wrap {
    min-height: auto;
  }

  .feature_wrap.right .phn_feature_txt {
    top: 40px;
    right: 15px;
  }

  .feature_wrap.right.fingrprint_wrap {
    min-height: 50%;
    margin-bottom: 60px;
  }




  .fingerprint {
    padding: 0;
    width: 100%;
    height: 430px;
    margin: 100px auto -90px;
  }

  .cam_halfvid {
    width: 320px;
    height: 160px;
    object-fit: cover;
    position: relative;
    top: 90px;
  }

  .camera-banner1 figure {
    position: absolute;
    right: 0px;
    top: 140px;
    width: 590px;
  }

  .camera_vid {
    max-width: 320px;
    height: 300px;
    position: relative;
    right: 0;
    top: 130px;
    margin: 0 auto;
  }

  .camera_panel .cam_halfvid {
    width: 100%;
    height: 100%;
    top: 0;
  }

  .radial_section {
    padding: 0;
  }

  .page_section {
    overflow: hidden;
  }

  .left.gallery {
    padding: 100px 10px 50px 10px;
    margin-top: 20px;
  }

  .phn_feature_txt h2,
  .aye_p .phn_feature_txt .txt-grd {
    font-size: 22px;
    line-height: 1.15;
  }

  .phn_feature_txt .bold,
  .aye_p .phn_feature_txt .bold {
    font-size: 38px;
  }

  .feature_wrap .phn_feature_txt {
    top: 0;
  }

  .mobile-show {
    display: block;
  }

  .desktop-show {
    display: none;
  }

  .video_wrap {
    height: 100%;
  }

  .radial_anim {
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
  }

  .radial_cricle {
    width: 100%;
    transform: rotate(-90deg) scale(0.8);
    overflow: hidden;
    width: 100%;
  }

  .radialrotate {
    top: 0;
  }

  .radial_right {
    width: 100%;
    height: 130px;
    position: static;
  }

  .radial_right figure {
    position: absolute;
    width: 100%;
    left: -100px;
    top: 100px;
    transform: scale(1.6);
  }

  .radial_right .phn_feature_txt {
    right: 15px;
  }

  .page_section#home-sec {
    padding-top: 50px;
  }

  .curved-design .phn_feature_txt h2 {
    line-height: 1;
  }

  .right_mid_dot {
    top: 94px;
    right: 100px;
  }

  .curved-display-img5 {
    left: 400px;
    top: -222px;
  }

  .curved-display-img4 {
    left: 289px;
    top: 276px;
  }

  .curved-display-img6 {
    left: 369px;
    top: 627px;
  }

  .top_rght_dot {
    bottom: 18px;
  }

  .curved-display-img3 {
    left: -121px;
    top: 628px;
  }

  .curved-display-img2 {
    left: -132px;
    top: -185px;
  }

  .left_dot {
    left: 112px;
    bottom: 164px;
  }

  .curved-display-img1 {
    left: -80px;
    top: 243px;
  }

  .video_box {
    margin-top: 1.7rem;
  }

  .gallery_box {
    width: 100%;
  }

  .segment_img2 img {
    max-width: 100%;
    margin-top: -80px;
    margin-bottom: -100px;
  }

  .ship_mobile {
    min-height: 400px;
  }

  .camera-banner2 {
    background: url('../images/camera1-m.jpg')no-repeat;
    height: 100vh;
    background-position: center;
    background-size: cover;
    margin-bottom: 4rem;
  }

  /* .txt-grd em::before {
  top: 12px;
  left: 68px;
  width: 2px;
  height: 28px;
} */

  .camera_panel .phn_feature_txt h2 {
    line-height: 1;
    margin-bottom: 0;
  }

  .feature_wrap.left.camera_panel {
    height: 550px;
  }

  .sec_inner.portrait_md {
    position: relative;
    margin-top: -100px;
  }

  .sec_inner.shoot_agni2 {
    margin-top: -120px;
  }

  #performance-sec {
    position: relative;
    margin-top: -50px;
  }

  #performance-sec .feature_wrap .phn_feature_txt {
    top: 40px;
  }

  #performance-sec .ram_vid.feature_wrap .phn_feature_txt {
    top: 0;
  }

  #performance-sec .feature_wrap .phn_feature_txt.mob_top {
    top: 0;
  }

  #smart-features-sec .feature_wrap .phn_feature_txt {
    top: -130px;
  }

  #smart-features-sec .feature_wrap .phn_feature_txt.charging_txt {
    top: 40px;
  }

  #smart-features-sec .feature_wrap .phn_feature_txt.face-m {
    top: 0px;
  }

  #smart-features-sec .feature_wrap.android_os .phn_feature_txt {
    top: 70px;
  }

  .fiveg_img2 {
    background: url(../images/5g-m.jpg)no-repeat;
    height: 460px;
    background-position: center;
    background-size: 100%;
  }

  .facelock_img2 img {
    max-width: 100%;
  }

  .androidimg2 img {
    max-width: 100%;
  }

  .charging3 {
    background: url(../images/speaker-studio-mobile.png) no-repeat;
    min-height: 320px;
    background-position: center;
    background-size: contain;
    height: 320px;
}

  .freereplacment2 img {
    max-width: 100%;
  }

  .txt-grd img {
    max-width: 226px;
  }

  section#design-sec {
    margin-top: -75px;
  }

  .gallery_box {
    margin-bottom: 10px;
  }

  .rot_txt.txt0 em {
    transform: rotate(58deg) translate(-29px, 3px) !important;
    -webkit-transform: rotate(58deg) translate(-29px, 3px) !important;
  }

  .rot_txt.txt1 em {
    transform: rotate(58deg) translate(-29px, 12px) !important;
    -webkit-transform: rotate(58deg) translate(-29px, 12px) !important;
  }

  .rot_txt.txt2 em {
    transform: rotate(58deg) translate(-29px, 12px) !important;
    -webkit-transform: rotate(58deg) translate(-29px, 12px) !important;
  }

  .rot_txt.txt3 em {
    transform: rotate(60deg) translate(-19px, 9px) !important;
    -webkit-transform: rotate(60deg) translate(-19px, 9px) !important;
  }

  .rot_txt.txt4 em {
    transform: rotate(60deg) translate(-19px, 9px) !important;
    -webkit-transform: rotate(60deg) translate(-19px, 9px) !important;
  }

  .rot_txt.txt5 em {
    transform: rotate(60deg) translate(-35px, 30px) !important;
    -webkit-transform: rotate(60deg) translate(-35px, 30px) !important;
  }

  .feature_wrap.left.ram_vid {
    height: 460px;
  }

  .support_sectop_mb {
    margin-top: 40px;
  }

  .feature_wrap.right.android_os {
    margin-top: -10px;
  }

  .feature_wrap.right.android_os .phn_feature_txt {
    top: 0 !important;
  }

  #service-sec .fingerprint_img.mobile-show {
    margin-top: 0;
  }

  .lava_logp,
  .agni-logo {
    width: auto;
    margin-top: 0;
  }
  .m-pd20{padding: 20px 0;}
  .m-pdt100{padding-top:100px}
  .phn_feature_txt p.sub-head{font-size: 19px;}
  .pdt40{padding-top:30px !important;}
 .slide_video{position: unset !important; display: block; padding: 10px 15px}
 .page_section.hgt-slider{min-height: 380px !important;}
 .page_section.hgt-auto{   min-height: auto;} 
 .feature_wrap.hgt-slider1{   min-height: 480px;} 
 .feature_wrap.hgt-slider2{   min-height: 290px;} 
 .page_section.hgt-slider3{   min-height: 290px;} 
 section.hgt-auto{min-height: auto;}
 .m-pdlr10{padding:0 10px;}
 section.hgt-auto.h-pd50{padding-top:56px;}
 .m-pd0{padding:0 !important;}
 .m-pdt0{padding:0 10px 70px 10px!important;}
 /* .m-pdb70{padding-bottom: 70px !important;} */
}
.feature_wrap.two_columns._fire_power {
  padding-top: 7rem !important;
}
.feature_wrap.left.dual_speakers_wrap{padding-top:0 !important;}
.pt70{padding-top:106px !important;}
.img-responsive {width: 100%;}
.left-text1{left: 8% !important;  top: 3% !important;}
.text-center{text-align: center;}
.text-right{text-align:right;}
.sml-txt{font-size:18px; color:#929292 !important; line-height: 1.67 !important;}
.phn_feature_txt p.width-auto{max-width: 100% !important;}
.full-w{width:100%; text-align: center;}
.desk1-m-text-center1{left:0 !important; top:0;}
/*  */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
.slick-list{padding:0 !important;}
.bg-slider{background-color: #1a1a1a !important; padding-right:0 !important; }
.card{height:auto !important;
  overflow: hidden;}
  .slick-track{padding:0 !important;}
  .prev-arrow{position: absolute; top: 50% !important;}
  .slick-arrow {
    font-size: 0;
    position: absolute;
    color: #ffffff;
    border: none;
    background-color: transparent;
    z-index: 1;
    top: 50%;
    box-shadow: none;
    padding: 15px 12px;
    font-family: "FontAwesome";
}
.slick-prev:after {content: "\f053";
    display: inline-block;
    font-size: 25px;}
    .slick-next:after {content: "\f054";
      display: inline-block;
      font-size: 25px;}

.slick-next {
    right: 0;
}
.slick-prev {
  left: 0.3%;
}
.slick-dots {
  position: absolute;
  bottom: 25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: #fff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: #fff;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #666666 !important;
  font-size: 18px;
}
  /* .slick-prev:before {
    content: '<';
}
.slick-next:before, [dir=rtl] .slick-prev:before {
  content: '>';
}
.slick-next:before, .slick-prev:before {
  font-size: 70px;
  line-height: 1;
  opacity: .75;
  color: #fff;
}
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px \9;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  position: absolute;
}

.slick-next {
  right: 0;
} */
/* .card img{height:300px !important;} */
/*  */
.feature_wrap .phn_feature_txt small{
  color: #afafaf;
    font-size: 2vw;
    font-weight: 300;
    display: block;
    padding-top: 5px;
    text-transform: capitalize;
    width: 100%;
    margin-left: 0;
    line-height: 1.3;
}
.feature_wrap.two_columns._fire_power{
  position:relative;
  padding-top: 35vh;
}
.feature_wrap.two_columns .item_left{
  position:relative;
  width:100%;
  height:100%;
}
.feature_wrap.two_columns .item_right{
  position:relative;
  width:100%;
  height:100%;
}
.item_left img,.item_right img{
  width:100%;
  height:100%;
}
.item_left p,.item_right p{
  position:absolute;
  bottom:0;
  top:auto;
  left:0;
  font-size: 1.2vw;
  text-align: center;
  color:#fff;
  width:100%;
  line-height:normal
}
.feature_wrap.two_columns .d_grid{
  padding:1rem 0;
}
.feature_wrap.two_columns._fire_power .phn_feature_txt {
  width: 100%;
  left: 0;
  text-align: center;
  right: auto;
  margin: 0 auto;
}
.feature_wrap .phn_feature_txt h2 {
  text-align: center;
}
.feature_wrap .phn_feature_txt h2._fire {
  text-align: left;
}
.feature_wrap.two_columns._fire_power .phn_feature_txt p {
  max-width: 100%;
  text-align: center;
  font-size: 2.5vw;
  font-weight: 300;
}

.feature_wrap .phn_feature_txt .bold {
  font-size: 4.2vw;
}
.feature_wrap.right .phn_feature_txt {
  left: 60px;
  right: auto;
  top: 70px;
}
.feature_wrap.right .phn_feature_txt._proofing {
  left: 0;
  right: auto;
  top: 40px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-transform: capitalize;
}
.phn_feature_txt._proofing p{
  font-size: 2vw;
  max-width: 100%;
  font-weight: 200;
}
.feature_wrap.right.fingrprint_wrap {
  padding-top: 4rem;
}

.right .phn_feature_txt h2 {
  text-align: left;
  font-weight: 600;
  font-size: 3rem;
  text-transform: capitalize;
}
.phn_feature_txt .txt-grd span{
  font-size: 75px;
}
.phn_feature_txt.dual_speakers span._dolby {
  width: 400px;
  display: inline-block;
  margin-right: 10px;
}
.phn_feature_txt.dual_speakers span._dolby img {
  width: 100%;
}
.feature_wrap .phn_feature_txt.dual_speakers h2 {
  text-align: left;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
}
.feature_wrap .phn_feature_txt.dual_speakers h4 {
  color: #fff;
  text-align: center;
  font-size: 2.8vw;
  font-weight: 200;
}
.feature_wrap .phn_feature_txt.dual_speakers p{
  color:#888888;
  width: 75%;
  margin:0 auto;
  max-width: 100%;
  text-align: center;
}
.phn_feature_txt.dual_speakers {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.feature_wrap.left.dual_speakers_wrap h5 {
  color: #888;
  padding: 2rem;
  font-size: 1.6vw;
  text-align: center;
  font-weight: 200;
  line-height: normal;
}
.feature_wrap.left.dual_speakers_wrap {
  padding-top: 8rem;
}
.charging_img.charging1.dual_speakers_wrap_bg {
  min-height: calc(140vh - 50px);
}
.feature_wrap.left._mitra {
  min-height: 300px;
}
.feature_wrap.two_columns._fire_power +.feature_wrap.left {
min-height: 300px;
padding: 2rem 0;
}
.feature_wrap.two_columns._fire_power .d_grid {
grid-template-columns: 1fr 1fr;
grid-column-gap: 10px;
padding: 0 0 10px 0;
}
.item_left p, .item_right p{
margin-bottom: 10px;
}
.feature_wrap.two_columns._fire_power h2 {
text-transform: capitalize;
}
/* .feature_wrap.two_columns._fire_power .phn_feature_txt p{
font-size: 4vw
} */
.feature_wrap.two_columns._fire_power{
padding-top: 7rem;
}
.fingerprint._anything {
  height: auto;
  min-height: auto;
  padding-bottom: 2rem;
  margin-top: 40px;
}
.feature_wrap.right .phn_feature_txt._proofing h2 {
  text-align: center;
  font-size: 5vw !important;
}
.feature_wrap.left.dual_speakers_wrap h5{
padding:0;
font-size: 2vw;
margin:0
}
.feature_wrap .phn_feature_txt.dual_speakers h2 {
  font-size: 4.2vw;
}
.feature_wrap.two_columns._fire_power {
  padding-top: 16rem;
}
.phn_feature_txt.box-5gdiv{top:0 !important;}
