body{
    font-family: Siri, HelveticaNeu, Verdana, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    padding-top: 112px;
}

ul,ol{
    margin: 0;
    padding: 0;
}

li{
    list-style-type: none;
}

a {
  color: #ED1556;
  text-decoration: none;
  transition: all 0.5s ease;
}

a:focus {
  outline: 0;
}

input, textarea, button, select{ 
    box-sizing:border-box; 
    font-family: Siri, HelveticaNeu, Verdana, sans-serif;
    font-weight: normal;
    font-size: 15px;
    -webkit-appearance: none; 
    border-radius: 4px; 
    box-sizing: border-box; 
    width: 100%; 
    height: 34px; 
    background: none; 
    color: #ffffff; 
    border: 1px solid #ffffff; 
    padding: 6px 12px;
}
input:focus, textarea:focus, button:focus, select:focus{ outline: none; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {  color: #ffffff; opacity: 0.8 }
input::-ms-input-placeholder, textarea::-ms-input-placeholder {  color: #ffffff; opacity: 0.8 }
input::placeholder, textarea::placeholder { color: #ffffff; opacity: 0.8 }

img{
    display: block;
    max-width: 100%;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 96%;
}

.text-center{
    text-align: center;
}

.a-one-heading{
    font-size: 60px;
    display: block;
    color: #ed1556;
    line-height: normal;
    font-weight: normal;
}


/*header*/
header{
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 40;
  background: linear-gradient(0deg,hsla(0,0%,100%,.25),hsla(0,0%,100%,.8)),#4d4d4d;
  background-blend-mode: normal,overlay;
  background-color: hsla(0,0%,100%,0);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: all 1s ease;
}
.flex-header{
  display: flex;
  flex-wrap: wrap;
  justify-content: normal;
  align-items: center;
}

.header-links.phone-links{
  flex: 1 1 auto;
  margin-left: 2.5rem;
}
.header-links li{
  display: inline-block;
  padding: 0 1.25rem;
  font-weight: normal;
  font-size: 16px;
}
.header-links li a{
  color: #000000;
}
.header-links li:first-child{
  padding-left: 0
}
.header-links li:last-child{
  padding-right: 0
}

.fix-header .logodiv{
  padding: 15px 0;
}

.logodiv{
  padding: 29px 0;
}

.fix-header .phonename-price{
  top: 54px;
  background: hsla(0,0%,100%,.5);
  background-blend-mode: normal,overlay;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

/*submenu*/

header .header-links .sub-menu{
  position: fixed;
  left: 0;
  top: 82px;
  width: 100%;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  z-index: 1;
  background: linear-gradient(0deg,hsla(0,0%,100%,.25),hsla(0,0%,100%,.8)),#4d4d4d;
  background-blend-mode: normal,overlay;
  background-color: hsla(0,0%,100%,0);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: all 1s ease;
  color: #000;
}

header .header-links .dropdown:hover .sub-menu{
  max-height: 500px;
}

header .header-links .sub-menu ul{
  padding-top: 22px;
  margin-bottom: 3rem;
  column-gap: 2rem; 
}
header .header-links .sub-menu ul .round-img{
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  margin-bottom: 12px;
}
header .header-links .sub-menu ul li{
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
header .header-links .sub-menu ul li a{
  color: #000;
}

header .header-links .sub-menu .bg-white{
  padding: 12px 40px;
  font-size: 18px;
  border-radius: 6px;
  border: 1px solid #ececec;
  text-align: center;
  margin-bottom: 1.75rem;
  display: inline-block;
  transition: all .3s ease;
  font-weight: 300;
  background: #fff !important;
  color: #000;
}

header .header-links .sub-menu .bg-white:hover{
  color: #fff;
  border-color: #000;
  background: #000 !important; 
}

.fix-header header .header-links .sub-menu{
  top: 54px;
}

.fix-header header, .fix-header header .header-links .sub-menu{
  background: #ffffff;
  background-blend-mode: unset;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
}

/*fixed-strip*/
.phonename-price{
  padding: 10px 0 10px 0;
  position: fixed;
  width: 100%;
  z-index: 2;
  background: hsla(0,0%,100%,.5);
  background-blend-mode: normal,overlay;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  top: 82px;
  border-bottom: 1px solid rgb(209 213 219/1);
  transition: all 0.5s ease;
  border-color: rgb(209 213 219/ 1);
}

.phonename-price .phone-cat{
  font-size: 26px;
  line-height: 36px;
  color: #ed1556;
  font-weight: 600;
}

.phonename-price .phone-price{
  font-size: 13px;
  line-height: 23px;
  color: #ed1556;
}

.phonename-price .phone-price span{
  font-size: 22px;
  line-height: 32px;
  margin-left: 5px;
}

.phonename-price .buy-variant-link li{
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin-left: 8px;
}

.btn{
  background: #ed1556;
  color: #ffffff;
  padding: 6px 11px;
  display: inline-block;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #ed1556;
}
.btn:hover{
  color: #ed1556; 
  border: 1px solid #ed1556;
}

/*footer*/
footer{
  background: #000000;
  padding: 50px 0;
  overflow: hidden;
}
footer h6{
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.fo-links li{
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 10px;
}

.fo-links li a{
  color: #A1A1A1;
}

.fo-links li:hover a{
  color: #ffffff;
}

.fo-social li{
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 20px;
}
.copyright{
  margin-top: 1.25rem;
  font-weight: 300;
  color:  #A1A1A1;
}
.copyright p{
  margin-bottom: 0
}
.copyright small{
  color: #ffffff;
  font-size: 14px;
  line-height: 24px
}


.speclist ul{
    margin: 0 auto; 
    padding: 0;
  }
  .speclist ul li{
    padding-bottom:10px;
    padding-left: 25px;
    position: relative;
    text-align: left;
    font-size: 22px;
    color: #58595b;
    font-weight: 300;
  }
  .speclist ul li:after{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    height: 1px;
    width:7px;
    background: #ed1556;
  }
  .feaphoneicon{
    width: 70px;
    height: 55px;
    overflow: hidden;
    display: inline-block;
    float: left;
  }
  .feaphoneicon img{
    margin-top: -55px;
  }
  .speclist{
    text-align: left;
  }

  .fetphonedet{
    border-bottom: solid 1px #ddd!important;
    margin-bottom: 15px;
    text-align: left;
  }
  .fetphonedet h4{
    color: #999;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 300;
  }
  .fetphonedet p{
    color: #58595b;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
  }
  .mt50{
    margin-top: 50px;
  }
  .mt30{
    margin-top: 30px;
  }
  .feathumbdet{
/*    */
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  }
  .feathumbicon{
    width: 70px;
    height: 55px;
    overflow: hidden;
    display: inline-grid;
  }
  .slick-current .feathumbicon img{
   margin-top: -55px; 
   webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .feature-thumb .item-thumb{
    text-align: center;
  }
  .slick-list{
    text-align: center;
    margin: 0 auto;
  }
  .alldetail{
    height: 400px;
    overflow-y: scroll;
  }
  .alldetail h3{
    font-size: 15px;
  }
  .alldetail h4{
    font-size: 15px;
  }
  .alldetail p{
    font-size: 14px;
  }
  .feaphonesdet{
    height: 500px;
  }
  .mb20{
    margin-bottom: 20px;
  }
  .bggrey{
    background: #f2f2f2;
  }
  .pdtb40{
    padding: 40px 0;
  }
  .fullimg-bx{
    background: #fff;
  }
  
  .relatedphone{
    padding: 25px 15px;
    border: 1px solid #f5f5f5;
    background: rgba(251, 251, 251, .58);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .relatedphone h3{
    color: #58595b;
    font-size: 20px;
  }
  .relatedphone ul{
    margin:10px auto 10px;
    padding: 0;
  }
  .relatedphone ul li{
    font-size:14px;
    display: block;
    margin-bottom: 0px;
    color: #58595b;
  }
  .relatedphone a{
    padding: 5px;
    font-size: 12px;
    background: #58595b;
    color: #fff;
  }
  .relatedphone a+a{
    margin-left: 10px;
  }
  .relatedphone a:hover{
    background: #ED1556;
  }



/*a-one-2021-style*/
.feature-banner{
    padding: 40px 0;
}
.feature-banner .img-bx img{
    width: 60%
}
.scroll-arrow{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.bounce{
    -moz-animation:bounce 2s infinite; 
    -webkit-animation:bounce 2s infinite; 
    animation:bounce 2s infinite;
}












/*gallery-section */
.img-thumb{
    position: relative;
}
.img-thumb .slick-list{
    margin: 0 50px;
}
.slick-arrow{
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 30px;
    font-size: 0;
    background: url(../img/ctrl-nav.png) no-repeat;
    background-position: 12px -28px;
    z-index: 1;
}
.slick-arrow.slick-next{
    left: auto;
    right: 0;
    background-position: 12px 8px;
}

.img-thumb .slick-track{
    margin: 0 !important;
}
.gallery-box .thumb-bx{
    height: 40px;
    overflow: hidden;
    width: 100%;
    opacity: 1;
    cursor: pointer;
    transition: all 0.5s ease;
}

.gallery-box .thumb-bx img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.gallery-box .item-thumb:hover .thumb-bx, .gallery-box .item-thumb.slick-slide.slick-current .thumb-bx, .gallery-box .slick-arrow.slick-disabled{
    opacity: 0.4;
}

.fullimg-bx{
    height: 450px;
    border: 1px solid #f2f2f2;
    margin-bottom: 20px;
}
.fullimg-bx img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.gallery-box .img-thumb .slick-dots{
    display: none !important;
}

.power-unleashed .heading-yuva{
    position: absolute;
    left: 8%;
    top: 5%;
    width: 40%;
}
/*gallery-section */





@keyframes bounce {
    0%,100%,20%,50%,80%{transform:translateY(0)}
    40%{transform:translateY(-20px)}
    60%{transform:translateY(-10px)}
}

@media only screen and (max-width: 992px) {
    .mobile-banner{
        display: block;
    }

    .desktop-banner{
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .header-links{
        display: none;
    }
}
.slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  height: 40px;
  width: 30px;
  font-size: 0;
  background: url(../img/ctrl-nav.png) no-repeat;
  background-position: 12px -28px;
  z-index: 1;
  transform: translate(0, -50%);
}
.slick-arrow.slick-next {
  left: auto;
  right: 1%;
  background-position: 12px 8px;
}