@font-face {
    font-family: 'LG Smart_H';
    src: url('../fonts/LGSmHaR.woff2') format('woff2'),
        url('../fonts/LGSmHaR.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LG Smart_H';
    src: url('../fonts/LGSmHaL.woff2') format('woff2'),
        url('../fonts/LGSmHaL.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LG Smart_H';
    src: url('../fonts/LGSmHaSB.woff2') format('woff2'),
        url('../fonts/LGSmHaSB.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LG Smart_H';
    src: url('../fonts/LGSmHaB.woff2') format('woff2'),
        url('../fonts/LGSmHaB.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body{
     font-family: 'LG Smart_H' !important;
     margin:0;
     padding:0;
     overflow-x: hidden;
}
/*.main_banner .carousel {
  position: relative;
}

.main_banner .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.main_banner .carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

@media screen and (prefers-reduced-motion: reduce) {
 .main_banner  .carousel-item {
    transition: none;
  }
}

.main_banner .carousel-item.active,
.main_banner .carousel-item-next,
.main_banner .carousel-item-prev {
  display: block;
}

.main_banner .carousel-item-next,
.main_banner .carousel-item-prev {
  position: absolute;
  top: 0;
}

.main_banner .carousel-item-next.carousel-item-left,
.main_banner .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
.main_banner .carousel-item-next.carousel-item-left,
.main_banner .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.main_banner .carousel-item-next,
.main_banner .active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
 .main_banner  .carousel-item-next,
 .main_banner  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.main_banner .carousel-item-prev,
.main_banner .active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
 .main_banner  .carousel-item-prev,
 .main_banner  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.main_banner .carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.main_banner .carousel-fade .carousel-item.active,
.main_banner .carousel-fade .carousel-item-next.carousel-item-left,
.main_banner .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.main_banner .carousel-fade .active.carousel-item-left,
.main_banner .carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.main_banner .carousel-fade .carousel-item-next,
.main_banner .carousel-fade .carousel-item-prev,
.main_banner .carousel-fade .carousel-item.active,
.main_banner .carousel-fade .active.carousel-item-left,
.main_banner .carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
 .main_banner  .carousel-fade .carousel-item-next,
 .main_banner  .carousel-fade .carousel-item-prev,
 .main_banner  .carousel-fade .carousel-item.active,
 .main_banner  .carousel-fade .active.carousel-item-left,
 .main_banner  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.main_banner .carousel-control-prev,
.main_banner .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.main_banner .carousel-control-prev:hover, .main_banner .carousel-control-prev:focus,
.main_banner .carousel-control-next:hover,
.main_banner .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.main_banner .carousel-control-prev {
  left: 0;
}

.main_banner .carousel-control-next {
  right: 0;
}

.main_banner .carousel-control-prev-icon,
.main_banner .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.main_banner .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.main_banner .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.main_banner .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.main_banner .carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.main_banner .carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.main_banner .carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.main_banner .carousel-indicators .active {
  background-color: #fff;
}

.main_banner .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: auto;
    left: 15%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}*/
.main_banner .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.main_banner .carousel-indicators li.active{
    background-color: #B7002F;
}
.main_banner .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: auto;
    left: 15%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.first_slide .carousel-caption h5 {
    font-size: 80px;
    margin: 0;
    font-weight: 400;
}
.first_slide .carousel-caption h5  span{
    font-weight: 400;
    font-size: 144px;
}
.red_btn {
    background-color: #B7002F;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 9px;
    vertical-align: middle;
    margin-top: 15px;
}
.second-slide .carousel-caption {
    right: auto;
    text-align: left;
}
.second-slide .carousel-caption  h4{
    font-size: 55px;
    margin:0;
    font-weight: 200;
}
.second-slide .carousel-caption  h3{
    font-size: 82px;
    margin:10px 0 0;
     font-weight: 400;
}
.bottom_img {
    margin-top: 100px;
}

/**/
.sec-padding-70 {
    padding-top: 70px;
}
.programer_content h1{
    font-size: 67px;
    font-weight: 300;
    margin:0px;
}
.programer_content h1 span{
    font-size: 121px;
}
.red_color{
    color: #B7002F;
}
.programer_content p{
    font-size: 42px;
    margin:15px 0 0;
    font-weight: 100;
}
.custom-container{
    max-width: 1600px;
    margin:0 auto;
    padding: 0px 20px;
}
.t-center{
    text-align: center;
}
.mt-80{
    margin-top:80px;
}
.banner_bottom_img img, .g-img img {
    max-width: 100%;
}
.lggram{
    font-size: 42px;
    font-weight: 300;
    margin:0;
}
.form_box {
    text-align: center;
    border: 2px solid #A1A1A1;
    border-radius: 20px;
    padding: 30px 10px 20px;
    min-height: 270px;
}
.custom_info{
    margin-top:50px;
}
.form_box p {
    font-size: 30px;
}
.form_box p span {
    background-color: #B7002F;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
    font-size: 36px;
}
.form_box p.info_data {
    line-height: 1.3;
    margin-top: 50px;
    margin-bottom: 0px;
}
.share_story a.story_btn {
    background-color: #B7002F;
    color: #fff;
    padding: 20px 80px;
    border-radius: 10px;
    font-size: 38px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
}
.share_story {
    margin-top: 80px;
}
.share_story p {
    font-size: 30px;
}
.share_story a.story_btn span {
    margin-left: 10px;
}
.chance-content{
    margin-top:40px;
}
.chance-content h1 {
    font-size: 67px;
}
.chance-content h1 span{
    font-size: 121px;
}
.steps_data{
    margin-top:70px;
}
.gram_content h3 {
    font-size: 39px;
    line-height: 55px;
}
.gram_content p {
    font-size: 20px;
}
.red_btn.rs_share {
    padding: 13px 50px;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
}
.red_btn.rs_share:hover{
     text-decoration: none;
     color: #fff;
}
.red_btn:hover{
    background-color: #ce1544;
}
.steps_data.mt-120{
    margin-top:120px;
}
.video_data h1{
    font-size: 67px
}
.video_sec{
    margin-top: 160px;
    margin-bottom: 50px;
}
.video_area {
    border-radius: 20px;
    margin-top: 50px;
}
.video_data h2 {
    margin-top: 30px;
    font-size: 45px;
}
.padding-80{
    padding:80px 0;
}
.latest_story {
    background-color: #F5F5F5;
    padding-bottom: 120px;
}
.story_sec h2{
    font-size: 67px;
}

/*Slick Slider*/
.stars{
    max-width: 100%;
    margin-bottom: 0px;
}
.story_sec .slide > img {
    width: 138px;
    height: 138px;
    object-fit: contain;
    margin: 0 auto;
    border-radius: 20px;
}
.story_sec .slide{
    text-align: center;
}
.story_sec .slide.slick-slide{
    padding: 100px 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 11px;
    margin-top: 60px;
    height: 634px;
}
.story_sec .slide.slick-slide h6{
    font-size: 20px;
    margin:20px 0;
}
p.stars {
    text-align: center;
    margin: 0 auto;
}
p.stars img{
    margin: 0 auto 20px;
}
.description_sec{
    text-align: left;
    margin-top:40px;
}

/*Slick Slider*/
.f-top .slick-dots{
    bottom: 0;
}
.f-top .story_sec .slide.slick-slide{
    padding-bottom: 50px;
}
/*MODAL*/

.image {
      opacity: 1;
    width: 100%;
    height: 100%;
  background-position: center center;
  background-color: gray;
  display: inline-block;
  margin: 0px;
}
.image:hover {
  opacity: 1;
}

.radio-img > input {
  display: none;
}
.radio-img > .image {
  cursor: pointer;
}
/*.radio-img > input:checked + .image {
  border: 2px solid orange;
}*/
.home-page-modal .modal-dialog {
    max-width: 1100px;
    margin: 0 auto !important;
    left: 50%;
    transform: translateX(-50%) !important;
}
.home-page-modal .modal-dialog .modal-content, #terms_conditions .modal-content{
    border-radius: 10px;
    border:0px;
}
.image img {
    max-width: 100%;
}
.radio-img > input:checked + .image {
   position: relative;
}
.radio-img > input:checked + .image:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(../images/check.png);
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-position: center;
}
.pop-up-frm h4{
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 50px;
}
input.btnContact.red_btn {
    border: 0;
    text-transform: uppercase;
    padding: 12px 40px;
    cursor: pointer;
}
.pop-up-frm-right .form-group label {
    color: #898989;
    font-size: 18px;
}
.pop-up-frm-right .form-control:focus{
     border-color: #d6d6d6;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    box-shadow: 0 0 0 0.2rem rgb(117 117 117 / 25%);
}
/*.pop-up-frm-right input{
    height: 55px;
}*/
.color_black label{
    color: #000;
}
.home-page-modal button.close:focus {
    outline: 0;
}
.home-page-modal button.close {
    position: absolute;
    right: 30px;
    top: 18px;
    font-size: 30px;
    font-weight: 100;
        z-index: 55;
}
.color_black {
    color: #000 !important;
}
.rs_computer img, .first-table img{
    max-width: 100%;
}
#terms_conditions .modal-dialog{
    max-width: 1150px;
    left: 70px;
}
.c-pointer{
    cursor: pointer;
}
p.hastag_sec {
    position: absolute;
    bottom: 20px !important;
    right: 20px !important;
    font-size: 40px;
    color: #fff;
font-weight: 100;
}
p.hastag_sec span{
    font-size: 70px;
}
.terms_data h4, .terms_data h5 {
    font-weight: 700;
}
.red_btn:hover {
    text-decoration: none;
    color: #fff;
}
.carousel-inner .carousel-item  img{
    width: 100%;
}
.main_banner .carousel-item > img {
    max-width: 100% !important;
    width: auto;
    margin: 0 auto;
    display: inherit;
}

.carousel-item.first_slide .fir_mob_img {
    display: none;
}

/*start Reviews_page_jsp css*/

.latest_story .story_sec .slider .slider.reviews_story_box {
     width: 100%;
     max-width: 48%;
     margin: unset;
     margin-bottom: 10px;
     padding: 10px;
}

.latest_story .story_sec .slider.reviews_story {
   display: flex;
   justify-content: space-between;
   width: 100%;
   max-width: 100%;
  flex-wrap: wrap;
}

.latest_story .story_sec .reviews_story .image_media_text {
  display: flex;
  align-items: center;
}

.latest_story .story_sec .reviews_story .image_media_text img {
   width: 100%;
   max-width: 100px;
    height: 100px;
    margin-right: 10px;
}
.latest_story .story_sec .reviews_story h5 {
    text-align: left;
    margin: 10px 0px
}
.latest_story .story_sec .reviews_story p.description_sec {
    margin-top: 0px;
}
/*end Reviews_page_jsp css*/

/*Media Query*/

@media (max-width: 1400px){
    .first_slide .carousel-caption h5 {
   font-size:70px;
}
.chance-content h1, .programer_content h1, .story_sec h2{
    font-size: 60px;
}
.programer_content h1 span, .chance-content h1 span, .first_slide .carousel-caption h5 span{
    font-size: 100px;
}
.programer_content p{
    font-size: 35px;
}
.form_box p {
    font-size: 25px;
    line-height: 35px;
}
.form_box p span {
    background-color: #B7002F;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 50%;
}
.form_box p.info_data{
        margin-top: 40px;
}
.form_box{
     min-height: 250px;
}
.share_story a.story_btn{
    font-size: 30px;
}
.carousel-inner .carousel-item img{

}
.home-page-modal{
    margin-left: 20px;
     margin-right: 20px;
}
.bottom_img {
    margin-top: 10px;
}
}


@media (max-width: 1024px){
    .first_slide .carousel-caption h5{
        font-size: 50px;
    }
    .programer_content h1 span, .chance-content h1 span, .first_slide .carousel-caption h5 span{
    font-size: 80px;
}
.chance-content h1, .programer_content h1, .story_sec h2{
    font-size: 50px;
}
.gram_content h3{
    font-size: 32px;
    line-height: 55px;
}
.video_data h2{
    font-size: 40px;
}
.second-slide .carousel-caption h3{
    font-size: 60px;
}
.second-slide .carousel-caption h4{
    font-size: 45px;
}
a.shop_now.red_btn {
    margin-top: 20px;
}
p.hastag_sec {
    font-size: 30px;
}
p.hastag_sec span{
    font-size: 50px;
}
}

@media (max-width: 768px){
    .first_slide .carousel-caption h5 {
    font-size: 40px;
}
.chance-content h1, .programer_content h1, .story_sec h2{
    font-size: 40px;
}
.programer_content h1 span, .chance-content h1 span, .first_slide .carousel-caption h5 span{
    font-size: 65px;
}
.programer_content p {
    font-size: 28px;
}
.form_box p.info_data {
    margin-top: 30px;
    font-size: 21px;
}
.form_box {
    min-height: 230px;
}
.form_box p span{
    font-size: 26px;
}
.share_story a.story_btn {
    font-size: 24px;
}
.share_story a.story_btn span img{
    max-width: 40px;
}
.gram_content h3 {
    font-size: 29px;
    line-height: 45px;
}
.video_data h1{
    font-size: 50px;
}


}


@media (max-width: 767px){
.banner_bottom_img, .form_box{
        margin-bottom: 20px;
}
.banner_bottom_img img {
    width: 100%;
}   
.chance-content h1, .programer_content h1, .story_sec h2{
    font-size: 35px;
}
.f-reverse .row {
    flex-direction: column-reverse;
}
.gram_content {
    margin-top: 20px;
}
.steps_data.mt-120{
    margin-top:80px;
}
.video_data h1, .video_data h2{
    font-size: 40px;
}
.gram_content h3 br {
    display: none;
}
.f-top .story_sec .slide.slick-slide {
    padding-top:0px;
}
.share_story a.story_btn{
    padding: 20px 40px;
}
.bottom_img img{
    max-width: 100%;
}
.video_sec {
    margin-top: 100px;
    margin-bottom: 50px;
}
.chance-content {
    margin-top: 0px;
}
.gram_content{
    text-align: center;
}
.banner-slider {
    display: none;
}
.pop-up-frm h4{
    margin-bottom: 20px;
}
.home-page-modal .modal-body.p-5 {
    padding: 20px !important;
}
.carousel-item.first_slide .fir_des_img {
    display: none;
}

/*.carousel-item.second-slide .sec_des_img {
    
}*/


}

@media (max-width: 575px){
    .first_slide .carousel-caption h5 {
    font-size: 28px;
}
.second-slide .carousel-caption h3{
    font-size: 45px;
}
.second-slide .carousel-caption h4{
    font-size: 30px;
}
.red_btn{
    font-size: 14px;
}
.video_data h1, .video_data h2{
    font-size: 30px;
}
.chance-content h1, .programer_content h1, .story_sec h2{
    font-size: 30px;
}
.programer_content h1 span, .chance-content h1 span, .first_slide .carousel-caption h5 span{
    font-size: 65px;
}
.main_banner .carousel-caption{
    left: 5%;
}
.pop-up-frm h4{
    font-size: 30px;
}
.comp_data.text-left {
    text-align: center !important;
    margin-bottom: 30px;
}
.story_sec .slide.slick-slide{
    padding:50px 0;
    text-align: center; 
}
p.hastag_sec {
    font-size: 24px;
}
p.hastag_sec span{
    font-size: 40px;
}
.win_gram_sec.py-5 {
    padding-bottom: 20px !important;
}
.main_banner .carousel-inner  {
    height: 500px;
}
.main_banner .carousel-inner  img{
    object-fit: cover;
    height: 500px;
}
.description_sec{
    text-align: center;
}
}


@media (max-width: 420px){
    .chance-content h1, .programer_content h1, .story_sec h2{
    font-size: 24px;
}
.programer_content h1 span, .chance-content h1 span, .first_slide .carousel-caption h5 span{
    font-size: 50px;
}
.programer_content p{
    font-size: 18px;
}
p.hastag_sec {
    font-size: 20px;
}
p.hastag_sec span{
    font-size: 30px;
}
}