/*Banner css start*/
section.banner-section {
    /* padding: 0px; */
    background: linear-gradient(0deg, rgb(172 196 242) 0%, rgba(172, 196, 242, 1) 1%, rgba(172, 196, 242, 1) 15%, rgba(235, 244, 254, 1) 65%, rgba(255, 255, 255, 1) 100%);
}
section.banner-section .container-fluid{
    padding:0px;
}
section.banner-section h1 {
    color: var(--black-color);
    text-align: left;
    line-height: 1.3;
    font-family: var(--primary-font);
    font-size: 40px;
}
section.banner-section p{
    text-align: left;
    color: var(--black-color);
    margin-bottom: 0px;
    font-size: 18px;
}
section.banner-section .main-btn{
  display: flex;
   
    margin-top: 20px;
    /* background: var(--white-color); */
    /* color: var(--black-color); */
    font-size: 17px;
    width: 200px;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
section.banner-section .col-6{
padding: 0px;
}
section.banner-section .banner-info {
    width: 100%;
    height: 100%;
    /* background: var(--other-color); */
    /* padding: 80px 50px; */
    /* padding-right: 100px; */
    /* border-radius: 0 350px 350px 0; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.banner-section .banner-img{
    display: flex;
    align-items: center;
    padding: 0 20px;
}
section.banner-section img{
    width: 100%;
    margin-left: 0;
}

/*Banner css end*/

/*Faq css start*/
section.faq-sec button.accordion-button {
    font-size: var(--f20);
    color: var(--black-color);
    padding: 0px;
    border-bottom: 1px solid #DBDEE3;
    padding-bottom: 20px;
    margin-bottom: 0px;
    padding-left: 40px;
}
section.faq-sec .accordion-button::after {
    /* background-color: transparent; */
    background-image: url(../images/plus.png);
    transition: all 0.5s;
    width: 31px;
    height: 31px;
    background-color: transparent;
    border-radius: 5px;
    background-size: 13px;
    background-position: center;
}
section.faq-sec .accordion-button::after {
    transition: all 0.5s;
    /* margin-left: 0; */
    /* margin-right: auto; */
    position: absolute;
    left: 0;
}
section.faq-sec .accordion-item {
    margin-bottom: 20px;
    border: 0px solid #fff;
}
section.faq-sec .accordion {
    max-width: 850px;
    margin: auto;
}
section.faq-sec .accordion-body {
    padding: 10px 18px;
    background: transparent;
    margin-top: -15px;
    margin-bottom: 10px;
    padding-left: 40px;
    padding-bottom: 0;
}
section.faq-sec p {
    color: var(--primary-color);
}
section.faq-sec .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: inset 0 0px 0 rgba(0, 0, 0, .125);
    margin-bottom: 0px;
    border-bottom: 0px solid;
}
section.faq-sec .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.png);
    background-position: center 75%;
    background-color: transparent;
}
section.faq-sec .faq-head span{
    display: block;
    color: var(--secondary-color);
    font-size: 30px;
    margin-top: 10px;
}
/*Faq css end*/

.tiny {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}
.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper--bottom {
      animation-direction: reverse;
}
.swiper-wrapper{
  -webkit-transition-timing-function:linear!important;    transition-timing-function:linear!important; 
  position: relative;
}
.swiper-slide {
  text-align: center;
  font-size: 33px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}
section.brand-sec {
    padding: 80px 0;
    background: linear-gradient(0deg, rgb(172 196 242) 0%, rgba(172, 196, 242, 1) 1%, rgba(172, 196, 242, 1) 15%, rgba(235, 244, 254, 1) 65%, rgba(255, 255, 255, 1) 100%);
}
section.brand-sec h2{
    margin-bottom: 20px;
}
section.brand-sec .head-sec{
    max-width:1240px;
    margin:auto;
    margin-bottom: var(--m40);
}
section.brand-sec .head-sec p{
    color: var(--black-color);
    font-size: 18px;
}
section.brand-sec .container-fluid{
    padding-left:0;
    padding-right:0;
}
@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.head-sec {
    margin-bottom: var(--m50);
    text-align: center;
}
section.faq-sec {
    /* padding-top: 0; */
    /* padding-bottom: 120px; */
}

/* Sign up css */
section.sign-up {
    background: linear-gradient(0deg, rgb(172 196 242) 0%, rgba(172, 196, 242, 1) 1%, rgba(172, 196, 242, 1) 15%, rgba(235, 244, 254, 1) 65%, rgba(255, 255, 255, 1) 100%);
    padding-bottom: 80px;
    /* padding-top: 0px; */
    text-align: center;
}
section.sign-up .col-8{
    display: flex;
    align-items: center;
}
section.sign-up h2{
    /* color: var(--white-color); */
    /* font-size: 45px; */
    margin-bottom: 25px;
}
section.sign-up h2 span{
    /* color:var(--secondary-color); */
}
section.sign-up p{
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 600;
    /* color: var(--white-color); */
}
section.sign-up img{
    width: 93%;
    position: relative;
    right: 0;
    bottom: 0;
}
section.sign-up .col-4{
position: relative;
}
section.sign-up .main-btn {
    display: flex;
    margin: auto;
    margin-top: 20px;
    /* background: var(--white-color); */
    /* color: var(--black-color); */
    font-size: 17px;
    width: 200px;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
section.sign-up .main-btn:hover{
    /* background: var(--btn-hover); */
    /* color:#fff; */
    opacity: 0.9;
}
section.sign-up .main-btn:hover i{
    background: var(--white-color);
    color: var(--secondary-color);
}
section.sign-up .main-btn i{
    background: var(--secondary-color);
    color: var(--white-color);
    font-size: 24px;
    width: 50px;
    height: 50px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
section.homeowners-sec {
    /* padding-top: 120px; */
    /* padding-bottom:0; */
}
.homeowners-img img, .guest-img img{
    width: 100%;
    height: 400px;
    object-fit: contain;
    border-radius: 15px;
}
.homeowners .homeowners-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5%;
}
.homeowners .homeowners-content p{
    font-size:18px;
}
.homeowners h2{
    margin-bottom:20px;
}
.homeowners ul{
    list-style: disc;
    padding-left: 25px;
}
.homeowners ul li{
    list-style: disc;
    /* font-size: 19px; */
    margin-bottom: 16px;
}

/*Sectors css start*/
section.sector {
    background: linear-gradient(0deg, rgb(172 196 242) 0%, rgba(172, 196, 242, 1) 1%, rgba(172, 196, 242, 1) 15%, rgba(235, 244, 254, 1) 65%, rgba(255, 255, 255, 1) 100%);
}
section.sector .head-sec {
    text-align: center;
    margin-bottom: var(--m30);
}
section.sector .head-sec p{
    color: var(--black-color);
    font-size: 18px;
}
section.sector .head-sec h2{
    /* text-transform: uppercase; */
    /* font-size: 40px; */
    color: var(--black-color);
    margin-bottom: 20px;
}
section.sector .head-sec{
    width: 100%;
    margin: auto;
    max-width: 80%;
    margin-bottom: var(--m40);
}


section.sector .col-2{
    width: 25%;
}
section.sector .row{
    gap: 30px 0%;
    justify-content: space-between;
}
section.sector .cards {
    background: #fff;
    padding: 20px 15px;
    text-align: center;
    border-radius: 20px;
    height: 100%;
}
section.sector .cards img{
    width: 80px;
    height: 70px;
    object-fit: contain;
    margin-top: 10px;
    margin-bottom: 20px;
}
section.sector .cards h5{
    margin-bottom: 0;
    font-family: var(--other-font);
    text-transform: uppercase;
    height: auto;
    font-size: 17px;
    /* color: #191919; */
    overflow: hidden;
}
section.sector .cards p{
    /* color: #191919; */
    height: 102px;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 0;
}
/*Sectors css end*/
section.monetisation img{
    width:80%;
    margin:auto;
}
section.monetisation .container{
    text-align: center;
}
section.monetisation {
    padding-top: 0;
}
/* How its css */
section.how-its h2{
    color: var(--black-color);
    /* font-size: 40px; */
    margin-bottom: 30px;
}
section.how-its h2 span{
    /* color:var(--secondary-color); */
}
section.how-its a.steps {
    display: block;
    /* border: 1px solid #191919; */
    /* color: #191919; */
    font-weight: 600;
    /* padding: 10px 12px; */
    font-size: 20px;
    /* border-radius: 25px; */
    margin-bottom: 20px;
    /* letter-spacing: 3px; */
    color: var(--black-color);
    text-align: center;
}
section.how-its p{
   /* color: #191919; */
   font-size: 17px;
   text-align: center;
}
section.how-its .working-list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px 0;
}
section.how-its .working-sec {
    background: #f5f5f7;
    padding: 20px;
    width: 48%;
    text-align: center;
    position: relative;
}
section.how-its .working-sec img{
    width: 70px;
}
section.how-its .working-sec span.number {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 15px;
}
section.how-its .working-sec p{
    /* text-transform: uppercase; */
    font-weight: bold;
    letter-spacing: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 20px;
}
section.how-its .how-its-image img{
    width: 80%;
}
section.how-its .how-its-image{
    display: flex;
    align-items: center;
    padding-left: 0px;
    justify-content: center;
}
section.how-its {
    /* padding-top: 120px; */
    /* padding-bottom: 120px; */
}
/* How its css end*/