/* ===================================
    Typography
====================================== */
body{
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    letter-spacing: 0px;
    color: #838383;
    background-color: #f3f3f3;
}
body,
html{
    height:100%;
}

/* heading */
h1, h2, h3, h4, h5, h6{
    font-family: "Figtree", sans-serif;
    margin: 0;
    padding: 0;
    color: #101010;
    font-weight: 600;
    line-height: normal;
}

a{
    color: #222;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: #C19D60;
    -webkit-transition:.3s ease-in-out;
    transition:.3s ease-in-out;
}

a,
span{
    display: inline-block;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
p{
    margin-bottom: 0;
    line-height: 25px;
}
button:focus{
    outline: 0;
}
button{
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: 0;
}

/* section padding */
.section-ptb{
    padding-top: 80px;
    padding-bottom: 80px;
}
.section-pt{
    padding-top: 80px;
}
.section-pb{
    padding-bottom: 80px;
}
@media (max-width: 479px){
    .section-ptb{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section-pt{
        padding-top: 60px;
    }
    .section-pb{
        padding-bottom: 60px;
    }
}

.btn:active,
.btn:focus{
    box-shadow: none;
}
.lazyload,
.lazyloading {
    opacity: 0;
}
.lazyload,
.lazyloading {
    background: url("../image/loading-black-small.svg") center center no-repeat transparent !important;
    position: relative;
    border-color: transparent !important;
    opacity: 1 !important;
    transition: all 0s ease-in-out !important;
    -moz-transition: all 0s ease-in-out !important;
    -webkit-transition: all 0s ease-in-out !important;
    -ms-transition: all 0s ease-in-out !important;
    -o-transition: all 0s ease-in-out !important;
}

.btn-style {
    color: #191919;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 15px 30px;
    line-height: 1;
    outline: none;
    box-shadow: none;
    border-radius: 5px;
    text-transform: uppercase;
    background: linear-gradient(89deg, #e0c3fc 0%, #8ec5fc 100%);
    display: flex;
    align-items: center;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.btn-style:hover{
    color: #191919;
    background-size: 200% auto;
}
.btn-style i {
    font-size: 17px;
    padding-left: 5px;
    line-height: 1;
    padding-bottom: 3px;
}

.btn-style2 {
  position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 15px 30px;
    line-height: 1;
    outline: none;
    box-shadow: none;
    border-radius: 5px;
    overflow: hidden;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .3);
    display: flex;
    align-items: center;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.btn-style2:after{
  content: "";
  transition: background .5s ease;
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #e0c3fc 0%, #8ec5fc 100%);
  opacity: 0;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.btn-style2:hover:after{ 
  opacity: 1;
}
.btn-style2 span {
  position: relative;
  z-index: 2;
}
.btn-style2:hover {
  color: #222;
}

.btn-style3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    outline: none;
    box-shadow: none;
    text-transform: uppercase;
    background-color: transparent;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(to right, #e0c3fc 0%, #8ec5fc 100%);
    border-radius: 5px;
    border: 1px solid transparent;
}
.btn-style3 span {
  padding: 15px 30px;
  display: flex;
  justify-content: center;
  height: 100%;
  background: #171719;
  transition: background .5s ease;
  width: 100%;
}
.btn-style3:hover span{
    color: #222;
    background: transparent;
}

/* section title */
.section-capture{
    margin-bottom: 80px;
}
.section-title {
    text-align: center;
}
.section-title span.sub-title {
    color: #333333;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 35px;
    line-height: 1;
    border-radius: 5px;
    background: linear-gradient(89deg, #ede2f7 0%, #e2ecf7 100%);
}
.section-title h2{
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
}
@media(max-width: 1199px){
  .section-title h2 {
    font-size: 32px;
  }
}
@media(max-width: 479px){
  .section-capture {
    margin-bottom: 30px;
  }
  .section-title span.sub-title {
    font-size: 14px;
  }
  .section-title h2 {
    font-size: 24px;
  } 
}

/* ===================================
    Custom
====================================== */
.container{
    max-width: 1374px;
}
.container-fluid{
    padding-right: 140px;
    padding-left: 140px;
}
@media(max-width: 1499px){
    .container-fluid{
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media(max-width: 991px){
    .container-fluid{
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 1499px) {
  .container{
    max-width: 1320px;
  }
}
@media (max-width: 1499px) {
  .container{
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .container{
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container-fluid{
    padding-right: 15px;
    padding-left: 15px;
  }
  .container{
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container{
    max-width: 100%;
  }
}
/* header css */
.landing-header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9;
}
.landing-header.sticky {
    background-color: #061c1a;
    z-index: 3;
    box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.15);
}
.landing-header.sticky .land-header {
    padding: 10px 0;
}
.landing-header .land-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.landing-header .land-header .right-block {
    text-align: end;
}
.landing-header .land-header .right-block .btn {
    display: inline-block;
}
.landing-header .land-header .header-logo a{
     max-width: 180px;
}
.landing-header.sticky .land-header .header-logo a {
    max-width: 150px;
}
.landing-header .land-header nav ul.nav li {
    margin-right: 30px;
}
.landing-header .land-header nav ul.nav li:last-child{
    margin-right: 0px;
}
.landing-header .land-header nav ul.nav li a{
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.landing-header .land-header nav ul.nav li a:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, #ffbdae 0%, #fdb9ff 100%);
    transition: .3s;
}
.landing-header .land-header nav ul.nav li a.active:before,
.landing-header .land-header nav ul.nav li a:hover:before{
    width: 100%;
    opacity: 1;
}
.landing-header .land-header nav:hover ul.nav li a{
    opacity: .5;
}
.landing-header .land-header nav ul.nav li a.active,
.landing-header .land-header nav:hover ul.nav li a:hover{
    opacity: 1;
    background: linear-gradient(90deg, #ffbdae 0%, #fdb9ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.landing-header .land-header nav .navbar-toggler {
    display: none;
    padding: 0;
}
.landing-header .land-header nav .navbar-collapse.collapse:not(.show) {
    display: block;
}
.landing-header .land-header nav ul.nav {
    justify-content: center;
}
@media (max-width: 991px){
    .landing-header .land-header {
        padding: 10px 0;
    }
    .landing-header .land-header nav,
    .landing-header .land-header .header-logo {
        width: 50%;
    }
    .landing-header .land-header nav {
        justify-content: flex-end;
    }
    .landing-header .land-header nav .navbar-toggler {
        color: #fff;
        display: block;
        box-shadow: none;
        outline: none;
    }
    .landing-header .land-header nav .navbar-collapse.collapse:not(.show) {
        display: none;
    }
    .landing-header .land-header nav .navbar-collapse{
        position: absolute;
        width: 100%;
        padding: 15px;
        background-color: #fff;
        top: 100%;
        left: 0;
        -webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.08);
        box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.08);
        transform: translateY(0px);
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        z-index: 2;
    }
    .landing-header .land-header nav ul.nav li{
        margin-right: 0;
        padding: 10px 0;
        border-top: 1px solid rgba(123, 123, 123, 0.3);
    }
    .landing-header .land-header nav .navbar-collapse ul.nav{
        flex-direction: column;
    }
    .landing-header .land-header nav ul.nav li a{
        color: #222;
        display: block;
        line-height: 1;
    }
    .landing-header .land-header nav:hover ul.nav li a {
        opacity: 1;
    }
    .landing-header .land-header nav ul.nav li:first-child{
        margin-top: 0px;
        padding-top: 0px;
        border-top: none;
    }
    .landing-header .land-header nav ul.nav li:last-child{
        padding-bottom: 0px;
    }
    .land-header .right-block{
        display: none;
    }
}
@media(max-width: 479px){
    .landing-header.sticky .land-header .header-logo a,
    .landing-header .land-header .header-logo a{
         max-width: 143px;
    }
}


.land-background-img{
    position: relative;
}
.land-background-img .bg-img {
    background-image: url('../image/slider-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 996px;
}

.landing-text{
    text-align: center;
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
}
.landing-text span.land-sub{
    color: #333;
    font-size: 18px;
    border-bottom: 2px solid #141b25;
}
.landing-text h2{
    color: #ffffff;
    font-size: 56px;
}
.landing-text p{
    font-size: 18px;
    color: #fff;
    padding-top: 20px;
}
.landing-text .view-demo-button{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 5px 20px;
}

@media (max-width: 1499px){
  .landing-text h2 {
    font-size: 45px;
  }
  .land-background-img .bg-img {
    height: 800px;
  }
}
@media (max-width: 1199px){
    .landing-text {
      padding-top: 100px;
    }
    .landing-text h2 {
        font-size: 44px;
    }
    .landing-text .view-demo-button {
        margin-top: 15px;
    }
}
@media(max-width: 479px){
    .landing-text h2 {
        font-size: 28px;
    }
    .landing-text p {
        font-size: 14px;
        padding-top: 10px;
    }
    .land-background-img .bg-img {
      background-image: url('../image/slider-bg-mobile.jpg');
      height: 500px;
    }
}


/* exfe-section css */
.exfe-section .grid-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
@media(max-width: 1499px){
    .exfe-section .grid-wrap .grid-wrapper {
      width: calc(33.33% - 20px);
    }
}
@media(max-width: 479px){
  .exfe-section .grid-wrap .grid-wrapper{
        width: 100%;
  }
}

/* marquee-section css */
.marquee-section{
    overflow-x: hidden;
    background-image: url(../image/marquee-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #171719;
}
.marquee-section .offer-text-wrap {
    display: flex;
    align-items: center;
    direction: ltr;
    position: relative;
    padding: 25px 0;
    overflow-x: hidden;
}
.marquee-section ul.grid-wrap {
  display: flex;
  align-items: center;
  margin: -30px 0 0 -100px;
}
.marquee-section ul.grid-wrap li.grid-wrapper{
  position: relative;
  width: calc(100% - 100px);
  white-space: nowrap;
  margin: 30px 0 0 100px;
  display: flex;
  align-items: center;
}
.marquee-section ul.grid-wrap li.grid-wrapper:before {
  font-size: 30px;
  content: "*";
  font-weight: 900;
  position: absolute;
  left: -50px;
  bottom: -12px;
}
.marquee-section ul li.grid-wrapper .richtext {
  color: #fefeff;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
}
.marquee-section .offer-text-wrap .grid-wrap {
  margin: -30px 0 0 0;
  width: auto;
}
.marquee-section .offer-text-wrap:hover .grid-wrap,
.marquee-section .offer-text-wrap:focus-within .grid-wrap {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.marquee-section .offer-text-wrap .text1 {
  -webkit-animation: slide1 50s linear infinite;
  animation: slide1 50s linear infinite;
  -webkit-animation-delay: -50s;
  animation-delay: -50s;
  display: flex;
}
.marquee-section .offer-text-wrap .text2 {
  -webkit-animation: slide2 50s linear infinite;
  animation: slide2 50s linear infinite;
  -webkit-animation-delay: -25s;
  animation-delay: -25s;
  display: flex;
}
@media(max-width: 1199px) {
  .marquee-section ul.grid-wrap {
    margin: -30px 0 0 -60px;
  }
  .marquee-section ul.grid-wrap li.grid-wrapper{
    width: calc(100% - 60px);
    margin: 30px 0 0 60px;
  }
  .marquee-section ul.grid-wrap li.grid-wrapper:before {
    left: -30px;
  }
  .marquee-section ul li.grid-wrapper .richtext {
    font-size: 16px;
  }
}

@-webkit-keyframes slide1{
  0%{transform: translateX(100%);} 100%{transform: translateX(-100%);}
}
@-moz-keyframes slide1{
  0%{transform: translateX(100%);} 100%{transform: translateX(-100%);}
}
@keyframes slide1{
  0%{transform: translateX(100%);} 100%{transform: translateX(-100%);}
}
@-webkit-keyframes slide2{
  0%{transform: translateX(0%);} 100%{transform: translateX(-200%);}
}
@-moz-keyframes slide2{
  0%{transform: translateX(0%);} 100%{transform: translateX(-200%);}
}
@keyframes slide2{
  0%{transform: translateX(0%);} 100%{transform: translateX(-200%);}
}

/* theme demo css */
.demo-grid {
    position: relative;
}
.demo-grid .land-index ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.demo-grid .land-index ul li{
    width: calc(33.33% - 20px);
}
.demo-grid .land-index ul li .land-demo{
    text-align: center;
    cursor: pointer;
}
.demo-grid .land-index ul li .land-demo .land-template{
    position: relative;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.demo-grid .land-index ul li .img-block {
    text-align: center;
}
.demo-grid .land-index ul li .land-demo .land-template .img-block {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.demo-grid .land-index ul li .land-demo .land-template .img-block span {
    font-size: 16px;
    position: absolute;
    left: -30px;
    top: 20px;
    width: 120px;
    transform: rotate(-45deg);
    background: var(--bg-color);
    color: var(--color);
    text-align: center;
    z-index: 1;
    box-shadow: 0 10px 15px #0000001a;
}
.demo-grid .land-index ul li .land-demo .land-template .img-block:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,30%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.demo-grid .land-index ul li .land-demo .land-template:hover .img-block:after {
    opacity: 1;
    visibility: visible;
}
.demo-grid .land-index ul li .land-demo .land-template button.icon {
    font-size: 18px;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.demo-grid .land-index ul li .land-demo .land-template:hover button.icon {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.demo-grid .land-index ul li .land-demo .land-template .demo-text {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    padding: 20px 10px;
}
.demo-grid .land-index ul li .land-demo .land-template .demo-title h6 {
    font-size: 20px;
}
.demo-grid .land-index ul li .land-demo .land-template .demo-title p {
    font-size: 16px;
}
.demo-grid .land-index ul li .land-demo .land-template .flag{
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 16px;
    border-radius: 5px;
    background: linear-gradient(89deg, #fbeaf3 0%, #fef8fb 100%);
}
@media (max-width: 1199px){
    .demo-grid .land-index ul li {
        width: calc(50% - 30px);
    }
}
@media (max-width: 600px){
    .demo-grid .land-index ul li {
        width: 100%;
    }
    .demo-grid .land-index ul li .land-demo .land-template .demo-title h6 {
      font-size: 16px;
    }
    .demo-grid .land-index ul li .land-demo .land-template .demo-title p {
      font-size: 14px;
      line-height: normal;
      margin-top: 5px;
    }
}

.maxcust-section {
  background: #ededed;
}
.maxcust-section .img img{
    width: 100%;
}
.maxcust-section .service-wrap {
  margin-top: 30px;
}
.maxcust-section .service-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.maxcust-section .service-wrap ul li {
  width: calc(33.33% - 20px);
}
.maxcust-section .service-wrap .service-block {
  display: flex;
  align-items: center;
  gap: 20px;
}
.maxcust-section .service-wrap .service-block h6 {
  font-size: 18px;
}
@media(max-width: 991px){
  .maxcust-section .service-wrap .service-block h6{
    font-size: 16px;
  }
}
@media(max-width: 479px){
  .maxcust-section .service-wrap ul li {
    width: calc(50% - 15px);
  }
  .maxcust-section .service-wrap .service-block {
    flex-direction: column;
    text-align: center;
  }
}

/* slidetab-section css */
.slidetab-section {
  background: #ededed;
  position: relative;
}
.slidetab-section .tab-slider {
  position: unset;
}
.slidetab-section .tab-slider:after {
  content: "";
  width: 300px;
  height: 100%;
  display: flex;
  align-items: center;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #f3f3f3 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.slidetab-section .tab-slider:before {
  content: "";
  width: 300px;
  height: 100%;
  display: flex;
  align-items: center;
  background: linear-gradient(85deg, rgba(255, 255, 255, 0) 0%, #f3f3f3 100%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.slidetab-section .tab-slider h6 {
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
}
.slidetab-section .tab-slider .item-img {
  border-radius: 10px;
  background-image: url(../image/mobile-frame.png);
  padding: 5px;
  padding-top: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}
.slidetab-section .tab-slider .item-img img {
    border-radius: 10px;
}
.slidetab-section .tab-slider .owl-dots {
  display: none;
  margin-top: 30px;
  text-align: center;
}
.slidetab-section .tab-slider .owl-dots button {
    padding: 0 10px!important;
}
.slidetab-section .tab-slider .owl-dots button span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 7px;
    width: 7px;
    border-radius: 50px;
    background-color: #aaaaaa;
}
.slidetab-section .tab-slider .owl-dots button.active span {
    background-color: #222;
}
.slidetab-section .tab-slider .owl-dots button.active span:after {
    content: "";
    border: 1px solid #222;
    height: 21px;
    width: 21px;
    position: absolute;
    border-radius: 50px;
}
@media(max-width: 1199px){
  .slidetab-section .tab-slider h6{
    font-size: 16px;
  }
}
@media(max-width: 479px){
  .slidetab-section .tab-slider:after,
  .slidetab-section .tab-slider:before {
    display: none;
  }
}

/* bannfea-section css */
.bannfea-section {
}
.bannfea-section .grid-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.bannfea-section .grid-wrap .grid-wrapper {
  width: calc(50% - 15px);
}
.bannfea-section .grid-wrap .grid-wrapper.w50 {
  width: calc(50% - 15px);
}
.bannfea-section .grid-wrap .grid-wrapper.w33 {
  width: calc(33.33% - 20px);
}
.bannfea-section .grid-wrap .grid-wrapper.w25 {
  width: calc(25% - 22.5px);
}
.bannfea-section .grid-wrap .grid-wrapper.w41 {
  width: calc(41.33% - 15px);
}
.bannfea-section .grid-wrap .grid-wrapper.w58 {
  width: calc(58.67% - 15px);
}
.bannfea-section .banner-block {
    position: relative;
    text-align: center;
    padding: 18px;
    background: #fff;
    border-radius: 10px;
    height: 100%;
}
.bannfea-section.asd .banner-block {
  padding: 8px;
}
.bannfea-section .banner-block .text-block {
  margin-top: 25px;
}
.bannfea-section.asd .banner-block .text-block {
  margin: 0;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  padding: 0 30px;
}
.bannfea-section.asd .banner-block .text-block.bottom {
  top: unset;
  bottom: 30px;
}
.bannfea-section .banner-block .text-block h6 {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
}
.bannfea-section .banner-block .text-block p {
    font-size: 18px;
    padding-top: 10px;
}
@media(max-width: 1499px){
  .bannfea-section .banner-block .text-block h6 {
    font-size: 18px;
  }
  .bannfea-section .banner-block .text-block p {
    font-size: 14px;
            line-height: normal;
  }
}
@media(max-width: 1199px){
  .bannfea-section .grid-wrap .grid-wrapper.w33 {
    width: calc(50% - 15px);
  }
}
@media(max-width: 991px){
  .bannfea-section.asd .banner-block .text-block {
    top: 20px;
  }
  .bannfea-section .grid-wrap .grid-wrapper.w33,
  .bannfea-section .grid-wrap .grid-wrapper.w58,
  .bannfea-section .grid-wrap .grid-wrapper.w41,
  .bannfea-section .grid-wrap .grid-wrapper.w25 {
    width: calc(50% - 15px);
  }
}
@media(max-width: 479px){
  .bannfea-section .grid-wrap .grid-wrapper.w50,
  .bannfea-section .grid-wrap .grid-wrapper.w33,
  .bannfea-section .grid-wrap .grid-wrapper.w58,
  .bannfea-section .grid-wrap .grid-wrapper.w41,
  .bannfea-section .grid-wrap .grid-wrapper.w25 {
    width: 100%;
  }
  .bannfea-section .banner-block {
    padding: 5px;
    padding-bottom: 15px;
  }
  .bannfea-section .grid-wrap {
    gap: 15px;
  }
  .bannfea-section .banner-block .text-block p{
            font-size: 14px;
  }
  .bannfea-section .banner-block .text-block h6 {
        font-size: 16px;
    }
}


/* ready-section css */
.ready-section {
    position: relative;
    overflow: hidden;
    background-color: #ededed;
}
.ready-section .gallery-slider {
    cursor: grab;
}
.ready-section .section-heading {
    text-align: center;
    padding-top: 60px;
}
.ready-section .section-heading h1 {
    color: #101010;
    opacity: 0.05;
    font-size: 132px;
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}
.ready-section .section-heading:after {
    content: "";
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg,rgba(255,255,255,0) 0%,#FFFFFF 70%);
}
.ready-section .gallery-slider .img-block {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  overflow: hidden;
  padding: 10px;
  background: #fff;
}

/* service-section css */
.service-section .grid-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0 0 -30px;
}
.service-section .grid-wrap .grid-wrapper {
    width: calc(25% - 30px);
    margin: 30px 0 0 30px;
}
.service-section .service-block {
  text-align: center;
}
.service-section .service-block .icon {
  -webkit-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 10%);
  border-radius: 50px;
}
.service-section .service-block:hover .icon {
  transform: scaleX(-1);
  background: #fff;
  border: #fff;
}
.service-section .service-block h6 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
}
.service-section .service-block p {
    font-size: 18px;
    margin-top: 15px;
}
@media(max-width: 1199px) {
    .service-section .service-block h6 {
      font-size: 18px;
    }
    .service-section .service-block p {
      font-size: 16px;
      margin-top: 10px;
    }
}
@media(max-width: 991px) {
  .service-section .grid-wrap {
    margin: -30px 0 0 -15px;
  }
  .service-section .grid-wrap .grid-wrapper {
    width: calc(50% - 15px);
    margin: 30px 0 0 15px;
  }
}
@media(max-width: 479px) {
  .service-section .service-block h6{ 
    font-size: 16px;
  }
}


/* other feature css */
.outfea-section {
    position: relative;
}
.outfea-section .grid-wrap{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.outfea-section .grid-wrapper {

}
.outfea-section .grid-wrapper .service-block {
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 5px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}
.outfea-section .grid-wrapper .service-block:hover {
    transform: scale(1.1);
    background: linear-gradient(89deg, #ede2f7 0%, #e2ecf7 100%);
}
.outfea-section .grid-wrapper .service-block .icon {
    color: #222;
    font-size: 16px;
    padding-right: 8px;
    line-height: 0;
}
.outfea-section .grid-wrapper .service-block h6 {
    font-size: 16px;
}
.outfea-section .grid-wrap:before {
    content: "";
    width: 300px;
    height: 100%;
    display: flex;
    align-items: center;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #f3f3f3 100%);
    position: absolute;
    left: 0;
}
.outfea-section .grid-wrap:after {
  content: "";
  width: 300px;
  height: 100%;
  display: flex;
  align-items: center;
  background: linear-gradient(85deg, rgba(255, 255, 255, 0) 0%, #f3f3f3 100%);
  position: absolute;
  right: 0;
}
@media (max-width: 479px){
  .outfea-section .grid-wrap {
    gap: 5px;
  }
  .outfea-section .grid-wrap:after,
  .outfea-section .grid-wrap:before {
    display: none;
  }
  .outfea-section .grid-wrapper {
    width: calc(50% - 2.5px);
  }
  .outfea-section .grid-wrapper .service-block {
    padding: 10px 10px;
    height: 100%;
  }
  .outfea-section .grid-wrapper .service-block h6 {
    font-size: 14px;
  }
}


/*=====================================
    footer css
======================================*/
.footer-area {
    background-repeat: no-repeat;
}
.footer-area .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.footer-area .footer-content .footer-title h2 {
    color: #ffffff;
    font-size: 56px;
}
.footer-area .footer-content .footer-title h2 span:after {
    content: "";
    background-image: url(../image/border-hlg.png);
    width: 100%;
    height: 12px;
    display: flex;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    bottom: 0;
}
.footer-area .footer-content .purchase-button {
    margin-top: 40px;
}
.footer-area .footer-content .service {
    margin-top: 30px;
}
.footer-area .footer-content .service .grid-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 30px;
}
.footer-area .footer-content .service .service-block {
  color: #fff;
  display: flex;
  align-items: center;
}
.footer-area .footer-content .service .service-block i {
  font-size: 18px;
  padding-right: 5px;
}
.footer-area .footer-content .service .service-block span {
  color: #fff;
  font-size: 16px;
}
.footer-area .footer-content p {
  font-size: 18px;
  margin-top: 30px;
}
@media(max-width: 1199px) {
  .footer-area .footer-content .footer-title h2 {
    font-size: 40px;
  }
}
@media(max-width: 479px) {
    .footer-area .footer-content .footer-title h2 {
    font-size: 24px;
  }
}

/*=====================================
    passwordmodal css
======================================*/

.passwordModal .modal-content {
    border: none;
    border-radius: 5px;
}
.passwordModal .modal-body {
    padding: 50px 80px;
}
@media (max-width: 767px) {
    .passwordModal .modal-dialog {
        margin: 12px;
    }
    .passwordModal .modal-body {
        padding: 30 12px;
    }
}

/* passwordModal close button css */
.passwordModal .modal-body button.password-close {
    font-size: 14px;
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 0;
}
.passwordModal .modal-body button.password-close i {
    font-weight: 600;
}

/* passwordModal content css */
.passwordModal .password-content {
    text-align: center;
}
.passwordModal .password-content img {
    margin-bottom: 23px;
}
.passwordModal .password-content h2 {
    color: #101010;
    font-size: 24px;
}
.passwordModal .password-content .password-view-demo {
    margin-top: 30px;
}
.passwordModal .password-content .password-view-demo a {
    width: max-content;
    margin: 0 auto;
}
.passwordModal .password-content span.password-apologize {
    color: #838383;
    font-size: 16px;
    margin-top: 15px;
}